#ProductCalculator {
    width: 100%;
    background: url(/media/oxzjb5oj/cementbackground.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

    #ProductCalculator .ProductSelect {
        width: 100%;
        background: #fff;
        position: relative;
    }

        #ProductCalculator .ProductSelect:before {
            content: "";
            width: 50%;
            height: 30px;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: -30px;
        }

        #ProductCalculator .ProductSelect .ProductSelectContainer {
            width: 900px;
            height: 150px;
            margin: 0 auto;
            background: #d42e12;
            position: relative;
        }

            #ProductCalculator .ProductSelect .ProductSelectContainer:before {
                content: "";
                width: 50%;
                height: 30px;
                background-color: #d42e12;
                position: absolute;
                left: 0;
                bottom: -30px;
            }

        #ProductCalculator .ProductSelect .ProductSelectWrapper {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }

            #ProductCalculator .ProductSelect .ProductSelectWrapper p {
                color: #fff;
                text-align: center;
                padding-top: 15px;
            }

            #ProductCalculator .ProductSelect .ProductSelectWrapper > div {
                width: 50%;
                display: inline-block;
                vertical-align: top;
                margin-right: -4px;
                padding: 0 10px;
            }

        #ProductCalculator .ProductSelect select {
            display: inline-block;
            width: 100%;
            border: solid 1px #fff;
            background-color: #ffffff;
            font-weight: bold;
            font-size: 16px;
            padding: 14px;
            box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%);
        }

            #ProductCalculator .ProductSelect select:focus {
                outline: none;
            }

    #ProductCalculator .SelectProductMessage {
        background: #fff;
        padding: 90px 0px;
        max-width: 1140px;
        margin: 0 auto;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        color: #d42e12;
        text-transform: uppercase;
        font-family: 'MachineStd';
    }

    #ProductCalculator .CalculationsWrapper {
        padding: 80px 0 100px;
    }

        #ProductCalculator .CalculationsWrapper .ProductPageHeading {
            display: none;
        }

    #ProductCalculator .CalculationsContainer {
        background: #fff;
        padding: 40px 120px 90px;
        max-width: 1140px;
        margin: 0 auto;
        box-shadow: 0px 10px 60px 10px rgb(0 0 0 / 25%)
    }

    #ProductCalculator .CalculationsParameters {
        display: flex;
    }

        #ProductCalculator .CalculationsParameters > div {
            width: 50%;
        }

    #ProductCalculator .InputGroup {
        margin-bottom: 20px;
    }

    #ProductCalculator .Pricing {
        position: relative;
    }

        #ProductCalculator .Pricing .AddPricingOverlay {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #fff;
            text-align: center;
            border: solid 1px #878787;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    #ProductCalculator #Calculate {
        margin-bottom: 10px;
    }

    #ProductCalculator .BottomRedText {
        color: #d42e12;
    }

    #ProductCalculator .InputGroup label {
        font-size: 16px;
        color: #302e2f;
        text-transform: capitalize;
        display: block;
        margin: 0;
    }

    #ProductCalculator h6 {
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 40px;
    }

    #ProductCalculator .InputGroup select,
    #ProductCalculator .InputGroup input {
        display: block;
        width: 100%;
        border: solid 1px #878787;
        background-color: #ffffff;
        font-size: 16px;
        padding: 14px;
    }

        #ProductCalculator .InputGroup select:focus,
        #ProductCalculator .InputGroup input:focus {
            outline: none;
            border: 1px solid #d42e12;
        }

        #ProductCalculator .InputGroup input.error,
        #ProductCalculator .InputGroup select.error {
            border: 1px solid #d42e12;
            color: #d42e12;
            background: rgba(212,46,18,0.2);
        }

    #ProductCalculator .errortext,
    #ProductCalculator .suberrortext {
        color: #d42e12;
    }

        #ProductCalculator .suberrortext.show {
            display: block !important;
        }

    #ProductCalculator .ProductDetailsContainer {
        padding: 50px 0 50px 100px;
    }

    #ProductCalculator .ProductDetailsItem {
        padding-top: 50px;
    }

        #ProductCalculator .ProductDetailsItem .productImage {
            display: block;
            height: 340px;
            margin: 0 auto;
        }

        #ProductCalculator .ProductDetailsItem h3 {
            text-align: center;
            margin-top: 30px;
        }

        #ProductCalculator .ProductDetailsItem .SubHeading {
            text-align: center;
            color: #d42e12;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 20px;
        }

        #ProductCalculator .ProductDetailsItem p {
            text-align: center;
        }

    #ProductCalculator .ProductViewButton {
        border: 2px solid #d42e12;
        padding: 20px 40px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 30px auto;
        display: block;
        width: fit-content;
    }

    #ProductCalculator .CalculationsResults {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

        #ProductCalculator .CalculationsResults .RedHeading {
            font-weight: bold;
            text-transform: uppercase;
            color: #d42e12;
        }

    #ProductCalculator .specifications {
        display: flex;
    }

        #ProductCalculator .specifications > div {
            width: 50%;
        }

        #ProductCalculator .specifications .value {
            text-align: right;
        }

    #ProductCalculator .Require .Result,
    #ProductCalculator .Require .Result label {
        font-size: 30px;
        color: #d42e12;
        font-weight: bold;
        margin-top: 10px;
    }

        #ProductCalculator .Require .Result span {
            font-size: 14px;
            height: 10px;
            margin-top: 0px;
            vertical-align: top;
            display: inline-block;
        }

    #ProductCalculator .Require .Ratio {
        color: #d42e12;
        margin-top: -5px;
    }

    #ProductCalculator .Line {
        height: 1px;
        width: 100%;
        background: #cecece;
        margin: 30px 0;
    }

    #ProductCalculator .Summary {
        margin-bottom: 30px;
    }

        #ProductCalculator .Summary h6 {
            margin-bottom: 20px;
        }

        #ProductCalculator .Summary .SummaryItems .Name,
        #ProductCalculator .Summary .SummaryItems .Quantity,
        #ProductCalculator .Summary .SummaryItems .Amount {
            display: inline-block;
            font-weight: bold;
        }

        #ProductCalculator .Summary .SummaryItems .Name {
            width: 40%;
            margin-right: -4px;
        }

        #ProductCalculator .Summary .SummaryItems .Quantity {
            width: 30%;
            margin-right: -4px;
        }

        #ProductCalculator .Summary .SummaryItems .Amount {
            width: 30%;
            text-align: right;
            margin-right: -4px;
        }

            #ProductCalculator .Summary .SummaryItems .Name label,
            #ProductCalculator .Summary .SummaryItems .Quantity label,
            #ProductCalculator .Summary .SummaryItems .Amount label {
                font-size: 16px;
                text-transform: none;
            }

    #ProductCalculator .TotalCost {
        margin: 10px 0 20px;
    }

        #ProductCalculator .TotalCost .TotalWord {
            color: #d42e12;
            font-size: 16px;
        }

        #ProductCalculator .TotalCost .TotalAmount,
        #ProductCalculator .TotalCost .TotalAmount #TotalCost {
            color: #d42e12;
            font-size: 24px;
            font-weight: bold;
        }

@media only screen and (max-width:1024px) {

    #ProductCalculator .ProductSelect .ProductSelectContainer {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

    #ProductCalculator .ProductSelect .ProductSelectWrapper > div {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        display: block !important;
        vertical-align: top;
        padding: 10px 0;
    }

    #ProductCalculator .CalculationsParameters {
        display: block;
    }

        #ProductCalculator .CalculationsParameters > div {
            width: 100%;
            max-width: 450px;
            margin: 0 auto;
        }

        #ProductCalculator .CalculationsParameters .ProductDetails {
            display: none;
        }
}

.segmented-control {
    width: 100%;
    background-color: white;
    position: relative;
    display: inline-block;
    border: 1px solid #878787;
    font-style: normal;
    font-weight: normal;
    margin-bottom: -18px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0px;
    box-sizing: border-box;
    user-select: none;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: none;
    -webkit-tap-highlight-color: transparent;
}

    .segmented-control > input {
        position: absolute;
        left: -10000px;
        opacity: 0;
    }

        .segmented-control > input[type='checkbox'] ~ label {
            transition-duration: 0s;
        }

            .segmented-control > input[type='checkbox'] ~ label:before {
                opacity: 0;
            }

        .segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
            transform: translateX(0%);
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
            transform: translateX(0%);
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
            transform: translateX(0%);
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            transform: translateX(0%);
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            transform: translateX(0%);
        }

        .segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
            transform: translateX(100%);
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
            transform: translateX(100%);
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            transform: translateX(100%);
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            transform: translateX(100%);
        }

        .segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
            transform: translateX(200%);
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            transform: translateX(200%);
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            transform: translateX(200%);
        }

        .segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            transform: translateX(300%);
        }

        .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            transform: translateX(300%);
        }

        .segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            transform: translateX(400%);
        }

    .segmented-control > label {
        margin-bottom: 0;
        color: rgb(5, 8, 78);
        display: inline-block;
        padding: 17px 10px;
        cursor: pointer;
        float: left;
        line-height: 16px;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        transition-property: none;
        transition-duration: inherit;
        transition-timing-function: inherit;
    }

        .segmented-control > label:before, .segmented-control > label:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            transform: translateX(-100%);
        }

        .segmented-control > label:after {
            color: white;
            content: attr(data-value);
            text-align: center;
            padding: inherit;
            z-index: 10;
            font-style: inherit;
            text-decoration: inherit;
            font-weight: inherit;
            opacity: 0;
            transition-property: opacity, transform;
            transition-duration: inherit;
            transition-timing-function: inherit;
        }

        .segmented-control > label:after, .segmented-control > label {
            text-align: center;
            text-overflow: ellipsis;
            white-space: pre-wrap;
            overflow: hidden;
            box-sizing: border-box;
        }

            .segmented-control > label:before {
                content: '';
                color: #d42e12;
                border: 1px solid #fff;
                background: currentColor;
                transition-property: transform;
                transition-duration: inherit;
                transition-timing-function: inherit;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
                width: 100%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
                width: 50%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
                width: 33.33333%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
                width: 25%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
                width: 20%;
            }

    .segmented-control.italic, .segmented-control .italic {
        font-style: italic;
    }

    .segmented-control.bold, .segmented-control .bold {
        font-weight: bold;
    }

    .segmented-control.underline, .segmented-control .underline {
        text-decoration: underline;
    }

    .segmented-control.line-through, .segmented-control .line-through {
        text-decoration: line-through;
    }


#ProductCalculator .ProductViewButton {
    text-decoration: none;
    max-width: 250px;
    text-align: center;
}


    #ProductCalculator .ProductViewButton:hover {
        color: white;
        background-color: #d42e12;
    }

.productCalcBlock {
    padding: 43px 77px 0px 116.5px;
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.dropdown-content {
    cursor: pointer;
}

#ProductCalculator > div {
    background-color: #ffffff !important;
}

.fullScreenCalculator {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 500px;
    left: 0;
    z-index: 0;
    background-image: url(/media/57c0064b-27ad-4a02-bfea-ea6009ee94fc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.productCalculatorIntro {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 80px;
    background: none !important;
}

    .productCalculatorIntro .redHeadline {
        color: #d42e12;
        text-transform: uppercase;
        font-weight: 900;
        padding-bottom: 10px;
    }

    .productCalculatorIntro img {
        max-width: 350px;
        width: 100%;
        padding-bottom: 30px;
    }

    .productCalculatorIntro .disclaimerSection p {
        font-size: 14px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .productCalculatorIntro .productSelect {
        max-width: 695px;
        display: inline-block;
        width: 100%;
    }

.productFilter {
    text-align: center;
}

#ProductCalculator .InputGroup label {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #302e2f;
    text-transform: uppercase;
}

    #ProductCalculator .InputGroup label.stronger {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.2px;
        color: #111111;
        text-transform: capitalize;
    }

#ProductCalculator h6 {
    font-weight: 900;
}

#ProductCalculator .InputGroup select, #ProductCalculator .InputGroup input {
    margin-bottom: -12px;
}

#ProductCalculator .errortext, #ProductCalculator .suberrortext, #ProductCalculator .BottomRedText {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #d42e12;
    text-transform: uppercase;
}

#ProductCalculator .CalculationsResults .RedHeading {
    font-weight: 900;
    margin-top: 23px;
}

#ProductCalculator h6 {
    margin-bottom: 3px;
}

#ProductCalculator .CalculationsResults h6 {
    font-size: 16px;
}

#ProductCalculator .Summary .SummaryItems .Name label {
    margin-bottom: 0px;
}

.productFilter span a {
    cursor: pointer;
}

.resultImage {
    max-width: 145px;
    padding-top: 20px;
    width: 100%;
}

.sideDownload {
    width: 250px;
    right: -264px;
    box-shadow: -1px 7px 7px 0px rgb(0 0 0 / 20%);
    padding-right: -4px;
    position: absolute;
    float: left;
    padding-left: 0px;
    top: 0;
}

    .sideDownload span {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 17px;
    }

.productSelection {
    margin-left: -250px;
}

.proportionsDetails {
    font-size: 12px;
    margin-left: -24px;
    margin-top: -5px;
    line-height: 1.1;
}

.offline-calculator-main {
    margin-top: -100px;
}

.offline-calculator-main .productSelectButton {
    margin-top: 10px;
}

@media only screen and (min-width: 1257px) {
    .offline-calculator-main {
        min-width: 1257px;
    }
}

@media only screen and (max-width:1140px) {

    .productSelection {
        margin-left: 0px;
    }

    .sideDownload {
        display: none;
    }

    @media only screen and (max-width:769px) {

        #ProductCalculator .BottomRedText {
            margin-top: 10px;
        }
    }

    @media only screen and (max-width:600px) {
        .productCalcBlock {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
}