.HeadUst {
    background-color: #20252B;
    padding: 5px 0;
}

.HeadUst .Head_left {
    text-align: left;
}

.HeadUst .Head_left a {
    color: #DCDCDC;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
}

.HeadUst .Head_left a i {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 11px;
    margin-right: 3px;
}

.HeadUst .Head_right {
    text-align: right;
}

.HeadUst .Head_right a {
    color: #DCDCDC;
    text-decoration: none;
    margin-left: 5px; 
}

.HeadUst .Head_right a i {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 11px;
}


.header {
    padding: 15px 0;
    background-color: #FFF;
    position: relative;
}

.header .logo img {
    width: auto;
    height: 80px;
}

.header .search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    text-align: center;
}

.header .search .form-control {
    height: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #F4F4F4;
    border-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
    padding: 0 15px;
}

.btn-ara {
    height: 40px;
    display: inline-flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border: none;
    background-color: #20252b;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    outline: none;
}

.Menu {
    background-color: #20252B;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
}

.Menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
}

.Menu ul li {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.Menu ul li a {
    font-size: 13px;
    color: #F4F4F4;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0;
    margin: 0;
}

.Menu ul .active {
    background: rgb(233,91,46);
    background: linear-gradient(0deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}

.slide {
    position: relative;
    background-color: #000;
    min-height: 700px;
    background-image: url(../../layout/images/sliderarkaplan.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slide .slide_index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}


.slide .slide_index .slider_desc {
    margin: 50px 0 0 0;
}

.slide .slide_index .slider_desc h2{
    color: #FFF;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.slide .slide_index .slider_desc h2 span {
    display: block;
    font-weight: 900;
    margin: 0;
    padding: 5px 0;
    letter-spacing: 1px;
    color: #f69a3d;
}

.slide .slide_index .slider_desc p {
    color: #f4f4f4;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    padding: 15px 0;
}

.slide .slide_index .slider_img img {
    width: auto;
    height: 500px;
}

.btn-slide {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    height: 35px;
    display: inline-flex;
    width: 180px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
}

.btn-slide:hover {
    background: rgb(233,91,46);
    background: linear-gradient(90deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    height: 35px;
    display: inline-flex;
    width: 180px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
}


.hakkimizda {
    padding: 50px 0;
}

.hakkimizda h2 {
    display: inline-block;
    font-size: 35px;
    color: #20252B;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.hakkimizda h2:after {
    content: '';
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: -10px;
    height: 2px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}


.hakkimizda .H_img {
    position: relative;
}

.hakkimizda .H_video {
    width: 250px;
    height: 200px;
    position: absolute;
    right: -25px;
    bottom: -25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
}


.hakkimizda .H_img img {
    width: 100%;
}

.hakkimizda .H_desc {
    height: 449px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.hakkimizda .H_desc .H_desc_index span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #20252b;
    padding-bottom: 15px;
}

.hakkimizda .H_desc .H_desc_index p {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

.btn-devam {
    display: inline-block;
    margin: 10px 0 0 0;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    padding: 8px 30px;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

.btn-devam:hover {
    display: inline-block;
    margin: 10px 0 0 0;
    background: rgb(233,91,46);
    background: linear-gradient(90deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    padding: 8px 30px;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

.urunler {
    padding: 50px 0;
}

.urunler h2 {
    display: inline-block;
    font-size: 35px;
    color: #20252B;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}


.urunler h2:after {
    content: '';
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: -10px;
    height: 2px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}

.urunler .u_kat {
    text-align: center;
}

.urunler .u_kat ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
}

.urunler .u_kat ul li {
    background-color: #20252b;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 5px;
    border-radius: 20px;
    width: 120px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
}

.urunler .u_kat ul .active {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}

.urunler .urun_list {
    margin: 30px 0 0 0;
    display: inline-block;
}

.urunler .urun_list .urun {
    width: 265px;
    height: 320px;
    float: left;
    margin: 5px 10px 5px 10px;
}

.urunler .urun_list .urun img {
    width: 100%;
}

.f_item img {
    width: auto;
    height: 55px;
    margin-bottom: 10px;
}

.sonuc {
    display: block;
    margin: 5px 0;
    color: #f9a73f;
    font-size: 14px;
    font-weight: 600;
}

.bulten {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulten .form-control {
    height: 40px;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: rgba(255,255,255,.05);
    color: #F4F4F4;
}

.btn-bulten {
    height: 40px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border: none;
    outline: none;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}


.f_item h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #F4F4F4;
    margin-bottom: 20px;
    position: relative;
}

.f_item h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 70%;
    bottom: -10px;
    height: 2px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}

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

.f_item ul li {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
}

.f_item ul li a {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    text-decoration: none;
}

.f_item ul li a:hover {
    color: #c1c1c1;
}

.f_social {
    margin: 10px 0 0 0;
}

.f_social a {
    width: 40px;
    height: 40px;
    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%);
    color: #FFF;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 20px;
    text-decoration: none;
}

.f_social a:hover {
    background: rgb(233,91,46);
    background: linear-gradient(90deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}

.dip {
    background-color: #20252B;
    border-top: 1px solid #F4F4F4;
}

.dip a {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.dip a:hover {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.page_ent {
    height: 180px;
    background-image: url(../../layout/images/sliderarkaplan.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_ent .sol {
    text-align: left;
}

.page_ent .sol h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    color: #F4F4F4;
    position: relative;
    letter-spacing: 0.8px;
    display: inline-block;
}



.page_ent .sag {
    text-align: right;
}

.page_ent .sag ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page_ent .sag ul li {
    margin-left: 10px;
}

.page_ent .sag ul li a {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none!important;
}

.page_ent .sag ul .active a {
    color: orange!important;
}


.iletisim {
    padding: 50px 0;
}

.iletisim .i_box {
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
    margin-bottom: 10px;
}

.iletisim .i_box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.iletisim .i_box h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 80%;
    bottom: -10px;
    height: 3px;
    border-radius: 5px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}

.iletisim .i_box h3:after {
    content: '';
    position: absolute;
    left: 22%;
    right: 65%;
    bottom: -10px;
    height: 3px;
    border-radius: 5px;
    background-color: #333;
}

.iletisim .i_box .form-group {
    margin-bottom: 5px;
}

.iletisim .i_box .form-group label {
    font-size: 12px;
    font-weight: 500;
    color: #4a4a4a;
}

.iletisim .i_box .form-group label span {
    position: relative;
    font-size: 8px;
    font-weight: 800;
    color: orange;
    left: 0px;
    top: -1px;
}

.iletisim .i_box .form-group .form-control {
    height: 40px;
    background-color: #F4F4F4;
    border: none;
    box-shadow: none;
    outline: none;
}

.iletisim .i_box .form-group textarea {
    height: auto!important;
}

.form-gonder {
    display: inline-block;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
    border-radius: 5px;
    padding: 5px 30px;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}


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

.iletisim .i_box ul li {
    padding: 5px 0;
    border-bottom: 1px solid #F4F4F4;
    color: #656565;
    font-weight: 500;
}

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

.iletisim .i_box ul li i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 5px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    margin-right: 5px;
}

.i_box2 {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #656565;
    font-size: 25px;
}


.i_box2:hover {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}

.lang {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lang .sepet {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang .sepet i {
    font-size: 23px;
    color: #525354;
}

.dil {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.dil .dropdown-co {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
}

.dil:hover .dropdown-co {
    display: block;
}

.dil img {
    width: auto;
    height: 25px;
}

.u_count {
    background-color: #eb6731;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 800;
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -15px;
}

.tarz {
    padding: 50px 0;
}

.tarz .Show_image {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 397px;
    background-color: #FFF;
}

.upload_logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

.upload_logo img {
    width: auto!important;
    height: 60px!important;
}

.tarz .Show_image img {
    width: auto;
    height: 300px;
}


.tarz .tarz_desc {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 10px;
}

.tarz .tarz_desc h3 {
    font-size: 16px;
    font-weight: 600;
    color: #656565;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.tarz .tarz_desc input[type=file] {
    display: block;
    padding: 8px;
}

.tarz .tarz_desc h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 60%;
    bottom: -10px;
    height: 2px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}

.tarz .tarz_desc h3 span {
    font-size: 9px;
    font-weight: 800;
    color: #ff8e6e;
}

.tarz .tarz_desc .form-control {
    border: none;
    box-shadow: none;
    background-color: #F4F4F4;
    height: 40px;
    outline: none;
    color: #555;
}


.btn-urun {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #F4F4F4;
    font-weight: 500;
    color: #656565;
    font-size: 14px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-color {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}



.btn-urun:hover {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}


.aktif_secenek {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}

.aktif_font {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}

.aktif_size {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}


.aktif_color {
    border: 2px solid #20252B;
    border-radius: 5px;
}


.btn-sepet {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
}

.btn-sepet:hover {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}


.btn-talep {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
}

.btn-talep:hover {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}


.btn-sepet2 {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
}


.btn-sepet2:hover {
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}



.t_list {
    padding: 50px 0;
}


.t_list .t_box {
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in .3s;
}

.t_list .t_box:hover {
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
    transition: ease-in .3s;
}




.t_list .t_box .buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.btn-link2 {
    display: inline-flex;
    border: none;
    outline: none;
    height: 30px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100px;
}

.btn-link2 i {
    position: relative;
    font-size: 8px;
    right: 5px;
    top: 1px;
}

.y_but {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    background-color: #F5973B;
}

.l_but {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    background-color: #20252B;
}


.t_list .t_box img {
    width: auto;
    height: 250px;
}


.sepet2 {
    padding: 50px 0;
}

.sepet_box_item {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
    margin-bottom: 10px;
}


.sepet_item {
    width: 100%;
    height: 250px;
}

.sepet_img {
    width: 100%;
    height: 250px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sepet_img img {
    width: auto;
    height: 140px;
}


.sepet_desc {
    width: 100%;
    height: 250px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.sepet_desc ul {
    padding: 0 15px;
    margin: 0;
    list-style-type: none;
    width: 100%;
}

.sepet_desc ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600;
    color: #656565;
}

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

.sepet_desc ul li span {
    float: right;
    font-weight: 500!important;
}

color {
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 3px 0 0 0;
}


.sepet-onay {
    display: inline-flex;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    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: 14px;
    color: #FFF;
    font-weight: 600;
    margin: 10px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
}

.sepet-onay i {
    position: relative;
    font-size: 12px;
    right: 5px;
    top: 1px;
}

.cikar {
    position: absolute;
    top: 5px;
    left: 5px;
}

.sepetten-sil {
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 3px 10px;
    font-size: 10px;
    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: 600;
    letter-spacing: .5px;
}

.p-h-300 {
    height: 300px;
}

.kapat {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.modal-body .form-group{
    margin-bottom: 0!important;
}

.modal-body .form-group label {
    font-size: 13px;
    color: #656565;
    font-weight: 500;
}

.modal-body .form-group label span {
    font-weight: 700;
    color: #5a5347;
    font-size: 10px;
}

.modal-body .form-group .form-control {
    height: 40px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #F4F4F4;
}

.modal-body .form-group input[type=file] {
    display: block;
    padding: 8px;
}


.logo-yukle {
    background: rgb(233,91,46);
    background: linear-gradient(0deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    border: none;
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    outline: none;
}

.modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.modal-content {
    width: 500px;
}


.logo-delete {
    position: absolute;
    left: 10px;
    top: 10px;
}

.logo-sil {
        width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    color: #FFF;
    background-color: red;
    outline: none;
}

.logo-sil:hover {
    background-color: orange;
}


.sepet_logo {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.sepet_logo img {
    width: auto!important;
    height: 50px!important;
}

.form_box {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
    margin-bottom: 10px;
    background-color: #FFF;
    padding: 15px;
}

.form_box .form-group {
    margin-bottom: 5px;
}

.form_box .form-group label {
    font-size: 10px;
    color: #656565;
    font-weight: 600;
}

.form_box .form-group label span {
    font-weight: 900;
    color: #eb6531;
    font-size: 7px;
    position: relative;
    top: -1px;
    left: 1px;
}

.form_box .form-group .form-control {
    height: 40px;
    background-color: #F4F4F4;
    outline: none;
    box-shadow: none;
    border: none;
}

.form_box h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #6d6d6d;
    margin-bottom: 20px;
}

.tarz_desc label {
    font-size: 12px;
    font-weight: 600;
    color: #656565
}

.tarz_desc label span {
    font-weight: 900;
    font-size: 7px;
    position: relative;
    left: 1px;
    top: -1px;
    color: orange;
}

.gall {
    padding: 50px 0;
}


.w_destek {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.wp {
    background-color: #25d366;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
}

.wp:hover {
    background-color: #1ba24e;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
}

.wp i {
    font-size: 16px;
    position: relative;
    right: 2px;
    top: 0;
}


.urun_box {
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 5px;
    text-align: center;
}


.urun_box img {
    width: auto;
    height: 250px;
}


.kat_filter {
    margin: 30px 0 15px 0;
}

.kat_filter2 {
    margin: 30px 0 15px 0;
}


.Blog {
    padding: 50px 0;
}

.Blog h1 {
    display: inline-block;
    font-size: 35px;
    color: #20252B;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}


.Blog h1:after {
    content: '';
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: -10px;
    height: 2px;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
}


.blog_box {
    padding: 15px;
    border: 1px solid #F4F4F4;
    margin-bottom: 10px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.blog_box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #505050;
    height: 30px;
    display: flex;
    align-items: center;
}

.blog_box p {
    color: #505050;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}


.btn-blog {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 3px 15px;
    color: #FFF;
    font-weight: 600;
    border-radius: 20px;
    outline: none;
    background: rgb(233,91,46);
    background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    text-decoration: none;
}


.btn-blog:hover {
    background: rgb(233,91,46);
    background: linear-gradient(90deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
    color: #FFF;
}


.show_blog {
    padding: 50px 0;
}