
 
  @import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap');
 



/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    BODY && CUSTOMIZE
*********************************************************************************************************************/
html,
body {
   font-family: 'Urbanist', sans-serif !important;
   font-weight: 500;
   /*background: url('../images/background.png');*/
   background-position: top;
   padding-top: 0;
   background-size: 100%;

}

body.with-bg {
    background-image: url("../images/giris.jpg");
    background-position: 0 0;
    background-size: 100%;
    background-repeat: repeat-y;
}

.data-item {
    position: relative !important;
    margin-bottom: 15px;
}

.data-item .title {}

.image-cover {
    position: relative;
}

.image-cover .img-responsive {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    PUSHY MANUAL
*********************************************************************************************************************/
.pushy {
    background-color: #a80a0e !important;
}

.pushy-close {
    position: absolute;
    right: 0;
    list-style: none;
    top: 0;
    z-index: 9999999;
}

.pushy-close a {
    display: block;
    font-size: 28px;
    padding: 10px;
    background-color: #530002;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    SEARCH FORM AND MESSAGE
*********************************************************************************************************************/
#search-form .form-control {
    height: 62px;
    border-color: #e5e5e5;
    box-shadow: none;
}

#search-form .input-group {
    border-radius: 6px;
    overflow: hidden;
}

#search-form .input-group-btn {
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
    margin: 0 !important;
    padding: 0 !important;
}

#search-form .input-group-btn .btn {
    padding: 0 10px;
    margin: 0 !important;
    border: none !important;
}

#search-form .input-group-btn .btn,
#search-form .input-group-btn .btn:hover,
#search-form .input-group-btn .btn:active,
#search-form .input-group-btn .btn.active {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

#search-form .input-group-btn img {
    width: 50px;
}

/* in search page */
#product-wrapper .search-header {
    margin: 15px;
    background: #222;
    padding: 15px;
    color: #fff;
}

#product-wrapper .search-header .title {
    margin: 0;
    padding: 0;
}

#product-wrapper .search-message {
    margin: 15px;
    color: #222;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    LANGUAGE SELECTOR
*********************************************************************************************************************/
#language-wrapper {
    margin-top: 120px;
}

#language-list {
    padding: 25px;
}

#language-list li {
    margin-bottom: 25px;
}

#language-list li:last-child {
    margin-bottom: 0;
}

#language-list li a {
    background-color: #000;
    /*background: rgb(109,179,242);
    background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );*/


    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 32px;
    opacity: .9;
}

#language-list li a img {
    float: left;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    SHOWCASE
*********************************************************************************************************************/
#showcase {
    position: relative;
}

/* showcase nav */
#showcase .owl-navigation .btn {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;

    z-index: 1;
    color: #fff;
    font-size: 42px;
    height: 42px;
    max-height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border: none;
    background-color: transparent;
}

#showcase .owl-navigation .btn.owl-prev {
    left: 0;
}

#showcase .owl-navigation .btn.owl-next {
    right: 0;
}

/* showcase item */
#showcase .showcase-carousel .data-item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    padding: 25px;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

#showcase .showcase-carousel .data-item .info .title {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    CATEGORY ITEMS
*********************************************************************************************************************/
#main-category {
    /* margin: 25px 0; */
    padding-left: 15px;
    padding-right: 15px;
}

.data-item.category-item {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.data-item.category-item .image-cover {
    background-position: center;
    background-size: cover;
}

.data-item.category-item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
}

.data-item.category-item .info .title {
    position: relative;
    width: 100%;
    padding: 15px !important;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
    color: #000;
    /* margin: 0; */
    /* line-height: 1.4; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

/* item on product page */
#product-wrapper .data-item.category-item {
    border-radius: 0;
    height: 110px !important;
}

/* fixed */
#product-wrapper .data-item.category-item.fixed {
    top: 80px;
    position: fixed !important;
    width: 100%;
    border: none;
    z-index: 9999999;
    border-radius: 0;
    background-color: #666 !important;
    height: auto !important;
}

#product-wrapper .data-item.category-item.fixed .image-cover {
    display: none !important;
}

#product-wrapper .data-item.category-item.fixed .info,
#product-wrapper .data-item.category-item.fixed .info .title {
    height: auto !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 5px !important;
    margin: 0 !important;
    color: #fff !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none !important;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    PRODUCT ITEMS
*********************************************************************************************************************/
#product-wrapper .product-list .data-item.product-item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

#product-wrapper .product-list .data-item.product-item .info {
     text-align: center;
    display: flex;
    background: #fff;
    padding-top: 15px;
    height: 110px;
    align-content: space-around;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

#product-wrapper .product-list .data-item.product-item .info .price,
#product-wrapper .product-list .data-item.product-item .info .title {
    padding: 0;
    font-size: 17px !important;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 21px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

#product-wrapper .product-list .data-item.product-item .info .price {
    font-size: 16px !important;
    font-weight: 300;
    height: 21px;
}

#product-wrapper .product-list {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    PRODUCT DETAIL - MODAL
*********************************************************************************************************************/
/* modal */
.modal {
    z-index: 999999999 !important;
    padding: 0 !important;
}

.modal .modal-dialog {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    height: 100%;
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

.modal .modal-header {
    background-color: #000;
}

.modal .modal-header h3 {
    font-weight: 700;
    margin: 5px 0;
    font-size: 48px;
}

.modal .modal-header .close {
    font-size: 64px;
    opacity: 1;
    color: #fff;
}

/* category */
.modal .detail-category {
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.modal .detail-category:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.modal .detail-category .title {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 15px;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

/* product */
.modal .detail-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 15px 0;
    text-align: center;
    background-color: #000;
    border-radius: 6px;
}

.modal .detail-box {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.modal .detail-box .detail-box-body {
    padding: 15px;
}

.modal .detail-box .detail-box-body .detail-description {
    font-size: 17px;
    font-weight: 400;
}

.modal .detail-box .detail-box-body .detail-description * {
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.modal .detail-box .detail-box-footer {
    padding: 0 15px 15px;
    position: relative;
}

.modal .detail-box .detail-box-footer .detail-time:before {
    content: '';
    width: 21px;
    height: 20px;
    position: absolute;
    margin-left: -23px;
    background: url('../images/time.png') no-repeat;
    background-size: 21px 20px;
}

.modal .detail-box .detail-box-footer .detail-time {
    float: left;
    margin-left: 23px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
}

.modal .detail-box .detail-box-footer .detail-price {
    float: right;
    color: #222;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

.modal .detail-box .detail-box-footer .detail-price p {
    margin-bottom: 0;
}

.modal .detail-box .detail-box-footer .detail-price .price-other {
    font-size: 15px;
    font-weight: 500;
}

.modal .detail-images .title {
    padding: 15px;
    margin: 30px 0 10px 0;
    text-align: center;
    border: 1px solid #c7c7c6;
    border-radius: 6px;
    background-color: #c7c7c6;
    font-size: 15px;
}

.modal .detail-images .thumbnail {
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
}

.modal .detail-images .thumbnail img {
    width: 100%;
}



/*
#category-name {
    position: static;
    background-color: #292929;
    width: 100%;
}
#category-name .title {
    padding: 10px;
    margin: 0!important;
    font-weight: 700;
    color: #fff;
}*/



.pushy-link ul {
    margin-left: 25px;
}


.duyuru {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
    margin-top: 0;
    font-size: 18px;
    padding: 20px;
}

.duyuru small {
    display: block;
    padding-top: 10px;
}

.web_tasarim {
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}


.link-follow {margin:0 auto;text-align: center;width: 260px;padding-left: 10px;}
.link-follow li {float: left;list-style: none;}
.link-follow li  a {display: block;width:40px;height: 40px;text-align: center;line-height: 40px;margin-right: 10px;border-radius: 100px;color:#fff;background: #6d0e07;font-size:18px;}



/*

.kategoriss {width: 100%;margin: 0 auto;margin-top: 20px;position: relative;z-index: 999;}
.kategori {width: 25%;padding:2%;float: left;text-align: center;}



.kategori h3 {font-size:16px;color: #000}



.kategori img {border-radius: 500px;}
*/




.kategoriss {
  margin-top: 20px;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  height: 150px;
}
.kategoriss .kategori {float: left;width: 250px;height:120px;margin-right: 10px;text-align: center;display: inline-block;/* overflow: hidden; *//* background: red; */}
.kategoriss .kategori a {text-decoration: none;/* display: inline-block; */}

.kategoriss .kategori img {width: 80px;border-radius: 100px;margin-bottom: *;height: 80px;}
.kategoriss .kategori h3 {color: #000;display: block;width: 100%;font-size: 13px;}


.kategoriss::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.kategoriss::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
  border-radius: 20px;
}

.kategoriss::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #009640;
}




.fancybox-content {padding: 0 !important}

.katbaslik {
    text-align: center;
    padding: 5px 0;
    /* background: red; */
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    padding-left: 15px;
}

.girisbas {color: #000;font-size: 20px;padding-left: 5px;line-height: 31px;text-align: center;}

.girisbas2 {
    padding-left: 5px;
    color: #b5b5b5;
    font-size: 19px;
    text-align:center;
}

.fixedbottom {
    position: fixed;
    display: flex;
    bottom: 0;
    z-index: 99;
    background: #29166f;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-position: top;
    justify-content: space-around;
    }


.fixedbottom a {width: 33%;float: left;text-align: center;color: #fff;font-weight: 200;}
.fixedbottom img {width: 32px;display: block;margin: 0 auto;}


.fixedbottom a b {
    font-weight: 300;
    font-size: 12px;
}