/*********************************************************************************************************************
    FONTS
*********************************************************************************************************************/
/* font-family: 'Trirong', serif; */
/*@import url('https://fonts.googleapis.com/css?family=Trirong:300,300i,400,400i,700,700i&subset=latin-ext');*/

/* font-family: 'Lato', sans-serif; */
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext');


/* END ***************************************************************************************************************/
/*********************************************************************************************************************
    BODY && CUSTOMIZE
*********************************************************************************************************************/
html,body{
    font-family: 'Inter', sans-serif!important;
    font-weight: 500;
}
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: #2b2b2b!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: #000;
}
/* 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;
}
.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: absolute;
    width: 100%;
    padding: 15px!important;
    font-size: 24px!important;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    top: 50%;
    transform: translateY(-50%);
}
/* item on product page */
#product-wrapper .data-item.category-item {
    border-radius: 0;
}
/* 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{
    padding: 15px;
}
#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: 26px;
}
#product-wrapper .product-list .data-item.product-item .info .price{
    font-size: 24px!important;
}
#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;
}