.product_details_short_desc {
    display: flex; 
    align-items: center;
    font-weight: bold;
    font-size: larger;
    font-family: source_sans_proregular, sans-serif;
}

.product_details_short_desc_img {
    float: left; 
    padding: 0 20px 0 20px; 
    margin-right: 10px;
}

.size_variant {
    text-align: center;
}

.size_variant legend {
    font-size: larger;
}


.choose_page_count legend {
    float: left;
    font-size: larger;
}

.choose_page_count fieldset {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px){
    .quantity__value, input.quantity__number {
        width: 6.3rem !important;
    }
}

.secim_product_img {
    /*border: 10px solid #fff;*/
    border-radius: 5px;
}

.secim2_general_div h1 {
    font-weight: bold;
}

.secim2_general_div label {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.secim2_general_div {
    color: #000;
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    font-family: graphik, sans-serif;
    box-shadow: 0 0 20px 20px #d7e5e8;
}

.secim2_general_div button { 

    font-size: 1.8rem;
    font-weight: bold;
    margin: 5px auto 0;
    padding: 10px !important;
    border-radius: 10px;

}

.secim2_general_div input[type="text"] {
    width: 100%;
    height: 5rem;
    padding: 0 1rem;
    color: #2e3440;
    border-radius: .5rem;
    border: solid #d9d9d9 .1rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .8rem;
    background-color: #ffffff;
    margin: 5px 0 5px 0;
}

.secim2_right_col {
    width: 100%;
}

.secim2_title {
    padding: 20px 0 20px 0;
}