@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.poppins {
    font-family: 'Poppins', sans-serif;
}
body{
    font-family: 'Altone'!important;
}
.calcTitle {
    font-size: 32px !important;
    color: #939393;
}

.lightModel {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

.lightModel .productImg {
    width: 150px;
    height: 150px;
    margin: 0;

}

.calHead {
    font-size: 32px;
    color: #D2D2D2;
}

.calcTag {
    font-size: 16px;
    color: #D2D2D2;
}

.wattSelector {
    display: flex;
}

.specTitle {
    font-size: 16px;
    color: #939393;
}
.resultWrap .specTitle {
    font-size: 16px;
    color: #939393;
    margin-top: 2px;
}

.specBox .specTitle {
    margin-bottom: 15px !important;
}

select, input {
    background: none !important;
    color: #D2D2D2;
    border: none;
    width: 100%;
    padding-right: 20px;
    border-bottom: 1px solid #313131;
    font-weight: 600 !important;
}

select:focus,
select:active {
    background: none !important;
    color: #D2D2D2;
}

.wattWrap {
    margin-top: 40px;
}

.wattWrap .specTitle {
    margin-right: 20px;
}

option,
option:active {
    font-weight: 400 !important;
    color: #d2d2d2;
    background: black;
}

.specBox {
    width: 45%;
    margin-top: 40px;
}

.moreSpecs {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: space-between;
}

.CalculateBtn {
    width: 100%;
    border-radius: 100px;
    padding: 20px 0;
    background: linear-gradient(to right, #F05425, #F68522);
    color: white;
    outline: none;
    border: none;
    margin: 30px auto;
}

.resultWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result {
    background: none;
    width: 120px !important;
    text-align: center;
    font-weight: 600;
    outline: none;
    font-size: 36px;
    color: white;
    border: 1px solid white;
    border-radius: 100px;
    display: inline;
    position: relative;
    padding-top: 3px !important;
}
select, option, input, output {
    font-family: 'Altone'!important;
    font-weight: normal!important;
}
output{
    padding-bottom: -10px;
}