.Pro_in {
    padding: 70px 0;
}


.Pro_in .Pro_img {
    position: relative;
}



.Pro_in .Pro_img img {
    width: 100%;
}

.Pro_in .Pro_desc {
    padding: 0 30px;
}

.Pro_in .Pro_desc h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    color: #505050;
    letter-spacing: 0.5px;
}

.Pro_in .Pro_desc h3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    color: #505050;
    margin-top: 15px;
}

.Pro_in .Pro_desc h3 span {
    margin-left: 5px;
    font-weight: 500;
    text-transform: uppercase;
}


.Pro_in .Pro_desc .Pro_price {
    margin: 10px 0;
    display: inline-flex;
    height: 50px;
    align-items: center;
}

.Pro_in .Pro_desc .Pro_price .Pro_ind {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    font-size: 17px;
    font-weight: 800;
    color: #FFF;
    margin-right: 10px;
}


.Pro_np {
    height: 50px;
    width: 180px;
    text-align: left;
}

.Pro_np small {
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    color: #888888;
    font-weight: 500;
    display: inline-block;
}

.Pro_np small:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    background-color: #505050;
}

.Pro_np span {
    display: block;
    font-size: 20px;
    margin-top: -5px;
    font-weight: 800;
    color: #505050;
}


.p_choose_color {
    background-color: #555;
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    border: 2px solid transparent;
}

.aktif_renk {
    border: 2px solid #000;
}

.aktif_beden {
    border: 1px solid orange!important;
    background-color: orange!important;
    color: #FFF!important;
}

.p_choose_size {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #cecece;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #505050;
    text-transform: uppercase;
}


.Pro_color {
    padding: 10px 0;
    min-height: 100px;
}


.Pro_color h4 {
    font-size: 14px;
    font-weight: 700;
    color: #505050;
}


.Pro_color .form-control {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f4f4f4;
    padding: 15px;
    outline: none;
    box-shadow: none;
}


.Pro_text {
    margin-bottom: 10px;
}


.pro_text {
    
    text-transform: inherit!important;
}

.Pro_text label {
    font-size: 14px;
    font-weight: 700;
    color: #505050;
}

.Pro_text input[type=file] {
    display: block;
    padding: 9px;
}

.Pro_text label span {
    font-size: 8px;
    color: #eb6630;
}


.Pro_text .form-control {
    height: 40px;
    width: 100%;
    background-color: #F4F4F4;
    border: none;
    outline: none;
    box-shadow: none;
}


.btn-ekle-sepet {
    display: inline-block;
    padding: 8px 30px;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    background-color: #000;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.u_desc {
    border-left: 1px solid #cecece;
    padding-left: 15px;
}

.u_desc p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #505050;
}


.s_metin {
    padding: 10px 0;
}

.show_metin {
    width: 100%;
    height: 60px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #505050;
}

.stil {
    height: 60px!important;
}


.pro_sepet_size {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_sepet_item {
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.pro_sepet_delete {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-color: #20262a;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    cursor: pointer;
    z-index: 100;
}

.pro_sepet_delete:hover {
    background-color: #ea5f2f;
}


.pro_sepet_delete a {
    color: #FFF;
}


.pro_sepet_size img {
    width: auto;
    height: 120px;
}


.pro_sepet_desc ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pro_sepet_desc ul li {
    float: left;
    margin-right: 5px;
}

.pro_sepet_desc ul li span {
    width: 30px;
    height: 30px;
    background-color: #f4f4f4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
}


.pro_sepet_desc img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}


.pro_sepet_desc h3 {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
}


.pro_text {
    width: 140px!important;
    font-weight: 500!important;
}

.j-c-l {
    justify-content: flex-start!important;
}

fiyat {
    font-size: 25px;
    font-weight: 700;
    color: #505050;
}

adet {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #505050;
    margin-bottom: -10px;
}

.siparis_ozeti {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}


.siparis_ozeti h3 {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #505050;
    text-transform: uppercase;
}


.siparis_ozeti ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.siparis_ozeti ul li {
    padding: 5px 0;
    border-bottom: 1px solid #F4F4F4;
    font-size: 13px;
    color: #505050;
}


.siparis_ozeti ul li span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: #505050;
}


.siparis_ozeti a {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
}


.tamamlaa {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    border: none;
}

.siparis_ozeti ul li:last-child {
    border-bottom: none;
}


.modal-content {
    min-width: 600px;
}