/*----------------- details product -----------------*/

.details_product {
    width: 956px;
    border: 2px solid #35B5DF;
    border-radius: 6px;
}


.dp_block1 {
    width: 940px;
    border-bottom: 2px solid #35B5DF;
    height: 310px;
    margin-top: 16px;
    padding-left: 16px;
}

    .dp_block1 h3 {
        font-family: PFDinDisplayPro-Bold;
        font-size: 18px;
        color: #315564;
        padding-bottom: 18px;
    }

.dp_foto {
    width: 200px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
}

    .dp_foto img {
        width: 200px;
        height: 200px;
    }

.dp_detail {
    width: 708px;
    position: relative;
    margin-left: 16px;
    margin-top: 18px;
    float: left;
}

    .dp_detail li {
        display: block;
        width: 100%;
        height: 37px;
        position: relative;
        border-bottom: 1px solid #D8D8DE;
    }

        .dp_detail li:last-child {
            border-bottom: 0;
        }

        .dp_detail li p {
            font-family: PFDinDisplayPro-Med;
            font-size: 16px;
            color: #315564;
            line-height: 37px;
            float: left;
        }

        .dp_detail li span {
            display: block;
            width: 140px;
            text-align: left;
            font-family: PFDinDisplayPro-Med;
            font-size: 16px;
            color: #315564;
            line-height: 37px;
            float: right;
        }

.details_prod_select {
    width: 100%;
    height: 35px;
    margin-top: 15px;
}

.sel_db {
    /*width: 345px;*/
    float: left;
    margin-right: 14px;
}

    .sel_db label {
        width: 300px;
    }

    .sel_db input {
        float: left;
    }

.details_prod_select p {
    font-family: PFDinDisplayPro-Bold;
    font-size: 16px;
    color: #315564;
    float: left;
    line-height: 35px;
    margin-right: 20px;
}

.db_sel {
    width: 275px;
    height: 35px;
    float: left;
    display: block;
}

    .db_sel > span::after {
        content: url('/uploads/images/arr_23.png');
        right: 5px;
        
        top: calc(50% + 5px);
    }

    .db_sel.cs-active > span::after {
        -moz-transform: translateY(-65%) rotate(180deg);
        -ms-transform: translateY(-65%) rotate(180deg);
        -o-transform: translateY(-65%) rotate(180deg);
        -webkit-transform: translateY(-65%) rotate(180deg);
        transform: translateY(-65%) rotate(180deg);
    }


    .db_sel span {
        display: block;
        /*color: #427da1;*/
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /*margin-right: 20px;*/
        border-bottom: 1px solid #E0E0E0;
        /*padding-left: 5px;*/
    }

.details_prod_select input.btn_blue {
    display: block;
    width: 132px;
    height: 34px;
    font-family: PFDinDisplayPro-Med;
    font-size: 16px;
    color: #FFF;
    float: left;
    margin-right: 19px;
}

.details_prod_select input.btn_orang {
    display: block;
    width: 228px;
    height: 34px;
    font-family: PFDinDisplayPro-Med;
    font-size: 16px;
    color: #FFF;
    float: left;
}




.dp_block2 {
    width: 100%;
    margin-left: 16px;
    margin-top: 16px;
    padding-bottom: 23px;
}

    .dp_block2 h3 {
        width: 237px;
        font-family: PFDinDisplayPro-Med;
        font-size: 16px;
        color: #315564;
        padding-bottom: 18px;
        margin-bottom: 5px;
    }

    .dp_block2 h4 {
        display: block;
        width: 237px;
        font-family: PFDinDisplayPro-Med;
        font-size: 16px;
        color: #315564;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.dp_galeri {
    width: 100%;
    height: 65px;
    position: relative;
}

#example a {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 22px;
}

    #example a img {
        width: 64px;
        height: 64px;
    }

/*----------------- end details product -----------------*/



#calcCity {
    width: 100%;
    height: 30px;
    text-transform: capitalize !important;
    padding-right: 0;
    border: none !important;
    margin-left: 5px;
}

#calcCityContainer {
    margin-top: 0;
    /*display: none;*/
}

/*.calcSelectCity,
.calcSelectCity:after
{
    content: url(/Content/images/b_pres.png);
    width: 23px;
    height: 23px;
    margin-right: 6px;
}*/

.calcSelectCityInput {
    flex-grow: 2;
    border: none;
    margin: 0;
    height: 100%;
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
}

    .calcSelectCityInput:focus {
        border: none;
    }

    .calcSelectCityInput:hover {
        background-color: white;
    }

#calculator_page #calcCitySelectContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    border: 1px solid #a9dcf0;
    border-radius: 2px;
    font-size: 16px;
    font-family: PFDinDisplayPro-Med;
    position: relative;
}

.calcInput {
    height: 35px;
}

.calcCitySelectCol {
    padding-left: 0;
}

.calcCitySelectDisabled {
    background-color: rgb(235, 235, 228);
}

.capitalize{
    text-transform: lowercase !important;
}

.capitalize:first-letter{
    text-transform: capitalize !important;
}