/* General */
:root{
    --dark-green: #2E524A;
    --green: #8CBC4F;
    --light-green: #BAC9AC;
    --light-green-2: #EAEFE6;
    --orange: #FDA043;
    --light-orange: #EBDBCB;
    --product-bg: rgba(235, 219, 203, 0.4);
}
::selection{
    color: #fff;
    background-color: var(--dark-green);
}
::-moz-selection{
    color: #fff;
    background-color: var(--dark-green);
}
li{
    list-style-type: none;
}
.f10{
    font-size: 10px;
}
.k{
    font-weight: bold;
}
.rk{
    color: #333;
}
.flex-column{
    flex-direction: column;
}
.flex-column-reverse{
    flex-direction: column-reverse;
}
.pe-0{
    padding-right: 0!important;
}
.bg-black{
    background-color: #000!important;
}
.bg-white{
    background-color: #fff!important;
}
.bg-white-2{
    background-color: #f1f1f1!important;
}
.bg-light-green{
    background-color: var(--light-green)!important;
}
.bg-dark-green{
    background-color: var(--dark-green)!important;
}
.bg-orange{
    background-color: var(--orange)!important;
}
.bg-light-orange{
    background-color: var(--light-orange)!important;
}
.text-black{
    color: #000!important;
}
.text-white{
    color: #fff!important;
}
.text-gray{
    color: #697379!important;
}
.text-green{
    color: var(--light-green)!important;
}
.text-dark-green{
    color: var(--dark-green)!important;
}
.text-orange{
    color: var(--orange)!important;
}
.button{
    padding: 20px 30px;
    border-radius: 5px;
}
.button i{
    margin-left: 15px;
    font-size: 10px;
}
.button:hover{
    background-color: var(--green)!important;
    color: #fff!important;
}
.button-2{
    text-transform: uppercase;
    background-color: var(--light-green);
    color: var(--dark-green);
    padding: 18px 35px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 1px;
    transition: .3s;
}
.button-2:hover{
    background-color: var(--orange);
    color: #fff;
}
.section .wrapper{
    width: 100%;
    margin-bottom: 50px;
}
.section .section-header{
    text-align: center;
    width: 500px;
    margin-inline: auto;
}
.section .section-header .title{
    margin-block: 10px;
    font-weight: 500;
    letter-spacing: 0;
}
.section .section-header .divider{
    margin-block: 20px;
    height: 2px;
    width: 50px;
    background-color: #9CA896;
    border-radius: 12px;
    margin-inline: auto;
}
.section .section-header .text{
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
}
/* #General */

/* *************************************************** */

/* Header */
header .header-top{
    height: 60px;
    display: flex;
}
header .products-photo{
    background-color: transparent;
}
header .button-line{
    justify-content: center;
}
header .button-line:not([class*="ui-color-"]){
    color: var(--dark-green);
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 0;
}
header .button-line:not([class*="ui-size-"]) .icon{
    font-size: 12px;
    margin-left: 5px;
}
.header .icon{
    color: #000;
    font-size: 20px;
}
.header a span{
    color: #000;
}
.header .header-right-area a,
.header .header-right-area a i,
.header .header-right-area .login i,
.header a span{
    transition: .3s;
}

.header .header-right-area .login:hover span,
.header .header-right-area .login:hover i,
.header .header-right-area a:hover {
    cursor: pointer;
    color: var(--green) !important;
}

.navigation-item.active > a::before{
    width: 100%;
}
.navigation-item.active > a{
    color: var(--green)
}
.navigation-item.active > a::before{
    background: var(--green)
}
.header .header-right-area{
    gap: 22px;
    margin-right: 10px;
}
.header .header-right-area .login{
    gap: 10px;
}
.header .header-right-area .header-search a{
    position: relative;
    top: 2px;
}
.header .header-right-area .products-detail-area{
    gap: 22px;
    position: relative;
    top: 2px;
}
/* #Header */

/* Slider */
.slide{
    overflow: hidden;
}
.js-slide-item{
    height: auto!important;
}
.slide .slide-content .heading{
    overflow: visible;
}
.slide .fixed-images{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.slide .fixed-images .box{
    position: absolute;
    display: block;
}
.slide .fixed-images .box:nth-child(1){
    top: 0;
    left: 0;
}
.slide .fixed-images .box:nth-child(2){
    left: 0;
    bottom: 0;
}
.slide .fixed-images .box:nth-child(3){
    left: 50%;
    bottom: 20px;
}
/* #Slider */

/* *************************************************** */

/* Experience Section */
@keyframes smoothBouncing{
    0%{
        transform: translateY(-5px) translateX(-50%);
    }
    50%{
        transform: translateY(10px) translateX(-50%);
    }
    100%{
        transform: translateY(-5px) translateX(-50%);
    }
}

.experience-section{
    margin-top: 130px;
}
.experience-section .item .box{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.experience-section .item .box:hover .box-content{
    bottom: -90px;
    left: -15px;
}
.experience-section .small-title{
    color: var(--orange);
    letter-spacing: 0;
    font-size: 14px;
}
.experience-section .section-header .title{
    margin-block: 15px;
}
.experience-section .text{
    color: var(--dark-green);
    font-size: 16px;
    margin-top: 0;
}
.experience-section .item .box-content{
    position: absolute;
    bottom: -100px;
    left: -25px;
    width: 200px;
    height: 200px;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--light-orange);
    border-radius: 100px;
    padding-left: 10px;
    transition: .3s;
}
.experience-section .item .box-content h4{
    color: var(--dark-green);
    font-size: 16px!important;
    position: absolute;
    letter-spacing: 0px!important;
    font-weight: 600;
    margin-bottom: 110px;
    display: block;
    position: relative;
    padding-inline: 45px;
}
.experience-section .owl-nav-style:not([class*="ui-pos-"]) .owl-blog .owl-nav{
    top: 40%;
    margin-top: 0;
}
.experience-section .offset-1{
    margin-left: 5%;
}
.experience-section .button-2{
    margin-top: 20px;
}
.experience-section .blog-carousel{
    padding-left: 30px;
}

/* #Experience Section */

/* *************************************************** */

/* Tables Section */
.table-section .wrapper{
    display: flex;
    position: relative;
}
.table-section .left{
    background-color: var(--light-green-2);
}
.table-section .right{
    background-color: var(--dark-green);
}
.table-section .col-md-12{
    margin-top: 180px;
}
.table-section .box-wrapper .icon{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.table-section .box-wrapper .box-content{
    display: flex;
    align-items: center;
}
.table-section .box-wrapper{
    padding: 40px 32px;
    width: 50%;
}
.table-section .box-wrapper .box{
    border-bottom: 1px solid;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.table-section .box-wrapper .box:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.table-section .left.box-wrapper{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.table-section .left.box-wrapper .box{
    border-color: #DEE5DC;
}
.table-section .box-wrapper .box-content h3{
    font-size: 20px;
    font-weight: 600;
}
.table-section .left.box-wrapper .box-content h3{
    color: var(--dark-green);
}
.table-section .left.box-wrapper .box-content .text{
    color: #2E524ACC;
    font-weight: 300;
    padding-right: 170px;
}
.table-section .right.box-wrapper{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.table-section .right.box-wrapper .box{
    border-color: #DEE5DC21;
}
.table-section .right.box-wrapper .box-content{
    flex-direction: row-reverse;
    text-align: right;
}
.table-section .right.box-wrapper .icon{
    margin-right: 0;
    margin-left: 15px;
}
.table-section .right.box-wrapper .box-content h3{
    color: var(--light-orange);
}
.table-section .right.box-wrapper .box-content .text{
    color: #fff;
    font-weight: 300;
    padding-left: 170px;
}
.table-section .banner-photo{
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 123;
}
.table-section .banner-photo > div{
    position: absolute;
}
.table-section .banner-photo .tea-banner{
    bottom: 20px;
    left: 50%;
    z-index: 2;
    animation: smoothBouncing 3s infinite ease-in-out;
}
.table-section .banner-photo .tea-banner img{
    width: 900px;
}
.table-section .banner-photo .leaf{
    left: 37.5%;
    transform: translateX(-50%);
    top: -50px;
    z-index: 1;
}
.table-section .banner-photo .leaf img{
    width: 145px;
}
.table-section .banner-photo .wing{
    bottom: 0px;
    left: 59%;
    transform: translateX(-50%);
    z-index: 3;
}
.ui-page .table-section .col-md-12{
    margin-top: 80px;
}
/* #Tables Section */

/* *************************************************** */

/* FeaturedProducts Section */
.featured-products-section{
    margin-top: 100px;
}
.featured-products-section .product-wrapper{
    text-align: center;
}
.featured-products-section .product-image{
    margin-bottom: 30px;
    height: 300px;
}
.featured-products-section .product-image img{
    height: 100%;
}
.featured-products-section .stars i{
    font-size: 11px;
    color: #68745c;
}
.featured-products-section .product-title a{
    display: inline-block;
}
.featured-products-section .product-title h3{
    color: #2f3327;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
}
.featured-products-section .product-price{
    position: relative;
    overflow: hidden;
    width: 80px;
    margin-inline: auto;
}
.featured-products-section .product-price .price{
    font-size: 14px;
    color: #80827e;
    font-weight: 300;
    transition: .3s;
    pointer-events: none;
}
.featured-products-section .product-price .add-cart{
    font-weight: 600;
    color: #80827e;
    position: absolute;
    left: -50px;
    transition: .3s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.featured-products-section .product-wrapper:hover .add-cart{
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
}
.featured-products-section .product-wrapper:hover .price{
    margin-right: -50px;
    opacity: 0;
    visibility: hidden;
}
/* #FeaturedProducts Section */

/* *************************************************** */

/* Blog Section */
.blog-section{
    margin-top: 100px;
    margin-bottom: 100px;
}
.blog-section .blog-image{
    border-radius: 12px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;;
}
.blog-section .blog-image .blog-bg{
    width: 100%;
    transition: 1s;
}
.blog-section .box-wrapper:hover .blog-bg{
    transform: scale(1.05);
}
.blog-section .blog-category{
    font-size: 14px;
}
.blog-section .blog-category .category-text-main{
    position: relative;
    color: #68745c;
}
.blog-section .blog-category .category-text-main::after{
    content: '-';
    position: relative;
    margin-inline: 2px;
}
.blog-section .blog-category .categories a{
    text-decoration: underline;
    margin-right: 4px;
    color: #68745c;
}
.blog-section .blog-category .categories a:last-child{
    margin-right: 0;
}
.blog-section .blog-title .title{
    font-size: 24px;
    font-weight: 500;
    color: #2f3327;
    transition: .3s;
}
.blog-section .blog-title .title:hover{
    opacity: .8;
}
.blog-section .blog-desc .text{
    color: #80827e;
    padding-right: 20px;
    margin-bottom: 20px;
}
.blog-section .more-btn-wrapper .more-btn{
    position: relative;
    font-weight: 600;
    color: #68745c;
    transition: .3s;
    display: inline-flex;
    align-items: center;
}
.blog-section .more-btn-wrapper .more-btn:hover{
    color: var(--dark-green);
    letter-spacing: .2px;
    opacity: .6;
}
.blog-section .more-btn-wrapper .more-btn i{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 55%;
    transform: translateY(-55%);
    right: 12px;
    font-size: 14px;
    color: #68745c;
    transition: .3s;
}
.blog-section .more-btn-wrapper .more-btn:hover i{
    opacity: 1;
    visibility: visible;
    right: -18px;
}
/* #Blog Section */

/* *************************************************** */

/* Footer */
footer{
    position: relative;
    overflow: hidden;
}
footer .footer-leaf-bg{
    position: absolute;
    top: 180px;
    right: -100px;
    background-image: url('../images/footer/footer-bg-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 270px;
    height: 180px;
    z-index: 2;
    pointer-events: none;
}
footer .footer-bg-wrapper{
    background-image: url('../images/footer/footer-bg-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    position: relative;
    z-index: 3;
}
footer .footer-bg-wrapper .join-area{
    gap: 50px;
}
footer .footer-bg-wrapper .title-wrapper{
    width: 35%;
    flex-shrink: 0;
}
footer .footer-bg-wrapper .title-wrapper .title{
    font-size: 24px;
    font-weight: 500;
    color: #2f3327;
    transition: .3s;
}
footer .form-field{
    position: relative;
    width: 100%;
}
footer .form-field input{
    border-radius: 12px;
}
footer .form-field button{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    color: #fff;
    background-color: var(--dark-green);
    height: 60px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-inline: 30px;
    font-family: "Outfit", sans-serif;
}
/* #Footer */


/* *************************************************** */



/* URUNLER */
.section-products-listing{
    margin-top: 40px;
}
.section-products-listing .wrapper{
    margin-top: 80px;
}
.section-products-listing .products.ui-products-detail ul{
    row-gap: 40px;
}
.products-card{
    overflow: hidden;
}
.products-photo img{
    transition: .4s ease-in-out;
}
.products-star{
    padding-top: 10px;
    gap: 3px;
}
.products-star i{
    color: var(--orange);
    font-size: 14px;
}
.products-price span{
    color: var(--dark-green);
    font-weight: 500;
}
.products-price span.del-price{
    opacity: .5;
}
.bottom-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sepete-ekle-btn{
    color: var(--dark-green);
    transition: .3s;
}
.sepete-ekle-btn:hover{
    color: var(--green);
}
.sepete-ekle-btn i{
    margin-left: 5px;
}
.products-card:hover .products-photo img{
    transform: scale(1.2);
}
.header .products-card{
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 25px;
    transition: .3s;
}
.header .products-card:hover{
    border-color: rgba(0, 0, 0, 0.1);
}
.header .products-card:hover .products-photo img{
    transform: scale(1);
}
.header .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav{
    margin-top: -30px;
}
/* #URUNLER */

/* *************************************************** */


/* BLOG */
.inner-page__wrapper.blog-section .box-wrapper{
    margin-bottom: 70px;
}
/* #BLOG */

/* BLOG DETAY */
.blog-detail-section .blog-detail-container{
    max-width: 1450px;
}
.blog-detail-section .entry-blog-title .title{
    margin-block: 5px 30px;
    font-weight: 700;
    line-height: normal;
    color: #222;
}
.blog-detail-section .entry-blog-image{
    margin-bottom: 30px;
}
.blog-detail-section .entry-blog-image span{
    color: #222;
}
.blog-detail-section .entry-blog-image img{
    width: 100%;
    border-radius: 12px;
}
.blog-detail-section h2,
.blog-detail-section h3,
.blog-detail-section h4{
    font-weight: 600;
}
.blog-detail-section .other-blog-image img{
    width: 100%;
    border-radius: 12px;
}
.blog-detail-section .other-blog-title{
    padding-inline: 10px;
    margin-top: 10px;
}
.blog-detail-section .other-blog-title .title{
    font-size: 16px;
    margin-bottom: 0;
}
.blog-detail-section .other-blog-title a{
    color: #222;
    transition: .3s;
}
.blog-detail-section .other-blog-title a:hover{
    color: rgba(0, 0, 0, 0.4);
}
.blog-detail-section .other-blog-title span{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}
.blog-detail-section .all-blogs{
    width: 100%;
    justify-content: space-between;
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.blog-detail-section .all-blogs .title{
    font-size: 22px;
}
.blog-detail-section .all-blogs .all-blog-btn{
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
}
.blog-detail-section .all-blogs .all-blog-btn:hover{
    color: #222;
}
.blog-detail-container .other-blog-wrapper{
    margin-bottom: 30px;
}
/* #BLOG DETAY */


/* URUN DETAY */
.p-detail .product-detail-image img{
    height: 500px;
    object-fit: cover;
}
.p-detail .owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 20px;
}
.p-detail .product-detail-info .text{
    color: var(--dark-green);
}
.p-detail .owl-dots .owl-dot span{
    background: var(--dark-green);
}
.p-detail .owl-dots .owl-dot.active span,
.p-detail .owl-dots .owl-dot:hover span{
    background-color: var(--dark-green);
}
.p-detail .product-detail-info{
    margin-bottom: 50px;
}
.p-detail .product-detail-info .title{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-block: 0;
}
.p-detail .product-detail-info .category-link{
    font-size: 14px;
    font-weight: 700;
    color: #2c99ff;
    display: block;
}
.p-detail .product-detail-info .stock-status{
    padding: 5px 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #222;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    margin-block: 20px;
}
.p-detail .product-detail-info .stock-status span{
    background-color: var(--dark-green);
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: .2px;
}
.p-detail .product-detail-info .price{
    font-size: 40px;
    color: var(--dark-green);
}
.p-detail .product-detail-info .size-select{
    margin-bottom: 50px;
}
.p-detail .product-detail-info .size-select .title{
    font-size: 18px;
    color: var(--dark-green);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.p-detail .product-detail-info .size-select a{
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #222;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 10px;
    transition: .3s;
}
.p-detail .product-detail-info .size-select a:last-child{
    margin-right: 0;
}
.p-detail .product-detail-info .size-select a:hover{
    color: #fff;
    background-color: var(--dark-green);
}
.p-detail .product-detail-info .size-select a.active{
    background-color: var(--dark-green);
    color: #fff;
}
.p-detail .product-number{
    background-color: #f9f9fa;
    padding-block: 10px;
    display: inline-flex;
    align-items: center;
    height: 50px;
    margin-right: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.p-detail .product-number button{
    color: #999;
    display: inline-block;
    font-size: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding-inline: 10px;
    margin-inline: 10px;
}
.p-detail .product-number input{
    padding: 7px 5px;
    width: 50px;
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 5px;
}
.p-detail .buttons{
    align-items: flex-start;
}
.p-detail .buttons .button{
    background-color: var(--dark-green);
    margin-bottom: 40px;
}
.p-detail .buttons .button i{
    font-size: 14px;
}
.p-detail .other-order{
    color: var(--dark-green);
    transition: .3s;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.p-detail .other-order:hover{
    color: var(--green);
}
.p-detail .other-order i{
    font-weight: 600;
    margin-right: 5px;
}
.p-detail .icon-card{
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 130px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}
.p-detail .icon-card .icon{
    color: var(--dark-green);
    font-size: 32px;
    margin-bottom: 12px;
}
.p-detail .icon-card .title{
    color: var(--dark-green);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.tab-area{
    margin-block: 100px;
}
.tab-container{
    display: flex;
    transition: .3s;
}
.tab{
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f9f9fa;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 0 0 0;
    width: 100%;
    transition: .3s;
}
.tab:nth-child(2){
    border-radius: 0;
}
.tab:last-child{
    border-radius: 0 5px 0 0;
}
.tab:hover{
    background-color: #ddd;
}
.content{
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}
.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
.tab.active{
    background-color: var(--dark-green);
    color: #fff;
}
.tab-content .title{
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark-green);
}
.tab-content .text{
    color: rgba(100, 112, 124, 0.7);
    margin-bottom: 5px;
}
.tab-content .form-field{
    margin-bottom: 15px;
}
/* #URUN DETAY */


/* Login Page */
.in-page.login-page .login-wrapper{
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.in-page.login-page .login{
    position: relative;
    padding: 72px;
    border: 1px solid rgba(57, 72, 87, 0.1);
    border-radius: 10px;
    max-width: 472px;
    width: 100%;
}
.in-page.login-page .login-nav{
    background: #F1F1F1;
    border-radius: 8px;
    border: 2px solid rgba(57, 72, 87, 0.04);
    margin-bottom: 30px;
}
.in-page.login-page .login-nav ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    border-radius: 8px;
    color: #394857;
    font-size: 16px;
    font-weight: 800;
    padding-top: 13px;
    padding-bottom: 13px;
}
.in-page.login-page .login-nav ul li.is-current a{
    background-color: #FFF;
}
.in-page.login-page .form-field .icon:not(.arrow){
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8CBC4F;
}
.in-page.login-page .form-field input,
.in-page.login-page .form-field textarea{
    padding-left: 35px!important;
}
.in-page.login-page .login-footer{
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.in-page.login-page .login-footer .link{
    color: #8CBC4F;
    font-size: 16px;
    font-weight: 700;
}
.in-page.login-page .login-image{
    width: 180px;
}
.in-page.login-page .login-image img{
    width: 100%;
    object-fit: cover;
}
.in-page.login-page .login-container{
    display: none;
    animation: show .3s ease-in-out;
    animation-iteration-count: 1;
}
.in-page.login-page .login-container#loginArea{
    display: block;
}
.in-page.login-page .login-text{
    font-size: 12px;
    color: #394857;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
}
.in-page.login-page .login-text a{
    font-weight: 700;
    color: #394857;
}
@keyframes show{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.profile-nav ul li:not(:last-child){
    margin-bottom: 10px;
}
.profile-nav ul li a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: #1e1d1c;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.profile-nav ul li a .icon{
    margin-right: 12px;
}
.profile-nav ul li.is-active{
    background: #8CBC4F;
    border-radius: 50px;
}
.profile-nav ul li.is-active a{
    color: #fff;
}
.profile-heading{
    color: #1e1d1c;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 30px;
}
.profile-content{
    background: #F1F1F1;
    border-radius: 8px;
    min-height: 550px;
    position: relative;
    padding: 50px;
}
.full-content table.table-striped tbody tr:nth-of-type(odd){
    background-color: #FFF;
}
.full-content table th{
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
    text-align: left;
}
.full-content table td{
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
}
select.selectbox{
    width: 100%;
    height: 60px;
    border: 2px solid rgba(57, 72, 87, 0.1);
    border-radius: 8px;
    font-family: inherit;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(57, 72, 87, 0.8);
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
}
input[type="text"].formText{
    width: 100%;
    height: 60px;
    border: 2px solid rgba(57, 72, 87, 0.08);
    border-radius: 11px;
    font-family: inherit;
    padding-left: 25px;
    padding-right: 25px;
    color: #838d97;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.panel-default{
    border-color: #ddd;
}
.panel{
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default > .panel-heading{
    color: #8CBC4F;
    background-color: #e1e1e1;
}
.panel-heading{
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 900;
}
.panel-body{
    padding: 15px;
}
.aa-hata, .aa-bilgi, .aa-onay, .aa-gri, .aa-zeytin, .aa-acikmavi{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 2px;
    padding: 8px;
    padding-left: 35px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.aa-bilgi{
    background-color: #F3F3F3;
    background-image: url('../images/info.png');
    border: 1px solid #DDDDDD;
}
.form > form ul > li{
    margin-bottom: 15px;
    position: relative;
}
.form .no-gutters > .col, .form .no-gutters > [class*="col-"]{
    display: flex;
    align-items: center;
}
/* #Login Page */
.basket{

}
.basket-content{
    background-color: #FFF;
    border-radius: 12px;
    padding: 25px 30px;
}
.basket-title{
    color: #8CBC4F;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(57, 72, 87, 0.08);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.basket-list ul li{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(57, 72, 87, 0.08);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.basket-list__photo{
    width: 125px;
    height: 125px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px rgba(100, 112, 124, 0.15);
    box-shadow: 0 0 30px rgba(100, 112, 124, 0.15);
}
.basket-list__photo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.basket-list__description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
    padding-right: 40px;
}
.basket-list__description .title{
    color: #1e1d1c;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.basket-list__description .title a{
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.basket-list__btn-list{
    margin-top: 20px;
}
.basket-list__btn-list .btn{
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: inherit;
    border-radius: 8px;
    color: #8CBC4F;
    line-height: 1.3;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.basket-list__btn-list .btn .icon{
    margin-right: 10px;
    font-size: 16px;
    color: currentColor;
    opacity: .5;
}
.basket-list__chooser{
    padding-right: 20px;
}
.basket-list__chooser > div{
    margin-right: 0 !important;
}
.chooser{
    padding: 4px;
    border: 2px solid rgba(100, 112, 124, 0.08);
    background: rgba(241, 241, 241, 0.7);
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 45px;
}
.chooser button{
    border-radius: 5px;
    color: #1e1d1c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 100%;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.chooser .label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.chooser input[type=text]{
    background: none;
    border: 0;
    display: inline-block;
    font-weight: 800;
    line-height: 1;
    font-family: inherit;
    outline: 0;
    text-align: center;
    width: 50px;
    font-size: .9375rem;
}
.chooser button .icon{
    font-size: 16px;
}
.basket-list__right{
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.basket-list__right .price{
    font-size: 24px;
    font-weight: 700;
    color: #1e1d1c;
    letter-spacing: -1px;
    line-height: 1.1;
}
.basket-list__right .note{
    color: #40ad40;
    font-size: 16px;
    font-weight: 700;
}
.basket-preview{
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 30px rgba(100, 112, 124, 0.1);
    box-shadow: 0 0 30px rgba(100, 112, 124, 0.1);
}
.basket-preview .button{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}
.basket-title.no-border{
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.basket-title.small{
    font-size: 20px;
}
.basket-total{
    font-size: 14px;
    font-weight: 700;
}
.basket-heading{
    color: #64707c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.basket-preview .button .icon{
    margin-right: 0;
}
.basket-preview .item.bg{
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 20px;
}
.basket-preview .item.bg::before{
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -30px;
    z-index: -1;
    background: #f1f1f1;
    border-radius: 0 0 8px 8px;
}
.basket-price{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #1e1d1c;
    line-height: 1.1;
}
.alert-warning{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 12px;
}
.basket-header{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.basket-link{
    color: #64707c;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 5px;
}
.basket-link .icon{
    font-size: 11px;
    margin-left: 7px;
}
.basket-title.no-border{
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.basket-installment{
    margin-top: 15px;
}
.basket-installment ul{
    padding-left: 0;
}
.basket-installment ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
}
.basket-installment__header > div{
    color: #64707c;
    font-size: 13px;
}
.basket-installment ul li > div{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.basket-installment ul li:nth-child(even){
    background: #f1f1f1;
}
.basket-text{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 20px;
}
.siparis_ozeti .basket-preview{
    margin-left: 30px;
    margin-right: 30px;
}
.basket-accept{
    margin-top: 20px;
}
.basket-accept ul li:not(:last-child){
    margin-bottom: 15px;
}
.siparis_ozeti{
    text-align: left;
}
.hizli_satin_al .col-6,
.hizli_satin_al .col-12{
    margin-bottom: 15px;
}
.hizli_satin_al textarea{
    width: 100%;
    height: 60px;
    border: 2px solid rgba(57, 72, 87, 0.08);
    border-radius: 11px;
    font-family: inherit;
    padding-left: 25px;
    padding-right: 25px;
    color: #838d97;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 200px;
}
.hizli_satin_al textarea:focus{
    outline: none;
}
.hizli_satin_al label{
    color: #8CBC4F;
    font-weight: 700;
}

/* Media Queries */
@media (max-width: 1440px){
    .navigation-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .slide-arrows button{
        width: 70px;
        height: 70px;
    }
    .slide-arrows button.prev{
        left: 20px;
    }
    .slide-arrows button.next{
        right: 20px;
    }
    .slide-container{
        justify-content: center;
    }
    .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev{
        left: 0;
    }
    .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next{
        right: 0;
    }
}

@media (max-width: 1280px){
    .slide-content{
        width: 70%;
    }
}

@media (max-width: 1250px){
    .experience-section .col-md-8,
    .experience-section .col-md-4{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .experience-section .section-header{
        text-align: center;
        margin-bottom: 30px;
    }
    .button-2{
        padding: 10px 25px;
        margin-top: 10px;
    }
    .experience-section .blog-carousel{
        padding-left: 0;
    }
    .experience-section .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev{
        left: -33px;
    }
    .experience-section .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next{
        right: -33px;
    }
    .experience-section .section-header .title{
        margin-block: 0 5px;
    }
    footer .footer-bg-wrapper .join-area{
        margin-left: 30px;
    }
    .form-field input, .form-field textarea{
        height: 50px;
    }
    footer .form-field button{
        height: 50px;
    }
}

@media (max-width: 1200px){
    .navigation-item{
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-logo img{
        height: 120px;
    }
    .header .header-right-area .login{
        gap: 7px;
    }
    .header .header-right-area,
    .header .header-right-area .products-detail-area{
        gap: 15px;
    }
}

@media (max-width: 1199px){
    .table-section .box-wrapper{
        padding: 20px;
    }
    .table-section .banner-photo .tea-banner img{
        width: 800px;
    }
    .table-section .banner-photo .wing{
        bottom: 15px;
    }
    .table-section .banner-photo .wing img{
        width: 180px;
    }
}

@media (max-width: 991px){
    .header{
        display: flex;
        flex-direction: row-reverse;
        height: 100px;
    }
    .header-logo{
        position: relative;
        left: 0;
        transform: translateX(0);
        top: 5px;
    }
    .header-logo img{
        height: 90px;
    }
    .nav-mobile__content{
        height: auto;
    }
    .nav-mobile__footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .header .header-right-area{
        justify-content: flex-end;
    }
    .header .header-right-area > div{
        flex-shrink: 0;
    }
    header .header-top{
        height: auto;
        width: 100%;
    }
    .header .header-right-area .login{
        gap: 10px;
    }
    .header .header-right-area,
    .header .header-right-area .products-detail-area{
        gap: 20px;
    }
    .slide-content{
        width: 100%;
    }
    .slide-arrows button{
        width: 60px;
        height: 60px;
    }
    .slide-arrows button svg{
        width: .8em;
        height: .8em;
    }
    .button{
        padding: 15px 25px;
        height: auto;
    }
    .table-section .wrapper{
        flex-direction: column;
    }
    .table-section .box-wrapper{
        width: 100%;
    }
    .table-section .left.box-wrapper{
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }
    .table-section .right.box-wrapper{
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
    }
    .table-section .left.box-wrapper .box-content .text{
        padding-right: 0;
    }
    .table-section .right.box-wrapper .box-content .text{
        padding-left: 0;
    }
    .table-section .box-wrapper .box-content h3{
        font-size: 18px;
    }
    .table-section .box-wrapper .box-content .text{
        font-size: 14px;
    }
    .table-section .box-wrapper{
        padding: 15px;
    }
    .table-section .box-wrapper .box{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .table-section .box-wrapper .icon{
        margin-right: 10px;
    }
    .table-section .right.box-wrapper .icon{
        margin-left: 10px;
    }
    /* Right alanını sola yaslama
    .table-section .right.box-wrapper .box-content{
        flex-direction: row;
        text-align: left;
    }
    .table-section .right.box-wrapper .icon{
        margin-left: 0;
        margin-right: 15px;
    }
    .table-section .right.box-wrapper .box-content .text{
        padding-left: 0;
    }
     */
    .table-section .banner-photo{
        display: none;
    }
    .blog-section .box-wrapper{
        margin-bottom: 30px;
    }
    .section .section-header{
        width: 100%;
    }
    .blog-section .blog-title .title{
        font-size: 22px;
    }
    .blog-section .blog-desc .text{
        font-size: 14px;
        padding-right: 10px;
        margin-bottom: 5px;
    }
    .blog-section .more-btn-wrapper .more-btn{
        font-size: 14px;
    }
    .section .wrapper{
        margin-bottom: 20px;
    }
    .section .section-header .title{
        margin-block: 5px;
    }
    .section .section-header .divider{
        margin-block: 10px;
    }
    .section .section-header .text{
        font-size: 14px;
    }
    footer .container{
        max-width: 100%;
    }
    footer .footer-leaf-bg{
        top: 420px;
    }
    .footer-left-bg-wrapper img{
        width: 220px;
    }
    footer .footer-bg-wrapper .join-area{
        margin-left: 0;
    }
    .footer-top .container{
        padding-block: 20px;
    }
    .footer-bottom .container{
        padding-block: 20px;
    }
    .experience-section,
    .table-section .col-md-12{
        margin-top: 80px;
    }
    .nav-mobile__header-body{
        height: auto;
        padding-block: 40px;
    }
    .accordion-header{
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width: 768px){
    .slide-content{
        width: 90%;
    }
    .slide-arrows button.prev{
        left: 10px;
    }
    .slide-arrows button.next{
        right: 10px;
    }
    .button{
        font-size: 14px;
        padding: 12px 22px;
    }
}

@media (max-width: 767px){
    .container-fluid{
        max-width: 100%;
    }
    .slide-content{
        width: 100%;
    }
    .slide li:first-child .slide-photo > div{
        background-position: -1075px center;
    }
    .slide, .slide-material, .hero{
        height: 92vh;
    }
    .slide-container{
        padding-top: 30px;
    }
    .slide{
        height: 100%;
    }
    .slide .fixed-images .box:nth-child(1){
        left: -30px;
        top: -90px;
    }
    .slide-content .text{
        padding-inline: 0;
    }
    .slide-content .heading, .slide-content .text{
        -webkit-box-orient: unset;
    }
    footer .footer-bg-wrapper .title-wrapper{
        width: 100%;
    }
    footer .footer-bg-wrapper .join-area{
        gap: 5px;
        flex-direction: column;
        margin-left: 80px;
        text-align: left;
    }
    footer .footer-bg-wrapper .col-md-3{
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    footer .footer-bg-wrapper .col-md-9{
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    footer .footer-bg-wrapper .row{
        flex-direction: column;
    }
    .footer-bottom .container{
        flex-direction: row;
        justify-content: space-around;
    }
    footer .footer-leaf-bg{
        top: 280px;
    }
    .footer-list .heading{
        margin-bottom: 0;
    }
    footer .footer-top .footer-list{
        margin-bottom: 20px;
    }
    footer .footer-bg-wrapper{
        flex-direction: column;
        height: auto;
        padding-block: 20px;
    }
    footer .footer-bg-wrapper .join-area{
        margin-left: 0;
    }
    footer .footer-bg-wrapper .title-wrapper{
        text-align: center;
    }
    footer .footer-bg-wrapper .col-md-3,
    footer .footer-bg-wrapper .col-md-9{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .basket-list__chooser{
        padding-right: 0;
        text-align: center;
        margin-top: 30px;
    }
    .basket-list__right{
        text-align: center;
        margin-top: 20px;
    }
    .profile-nav{
        margin-bottom: 30px;
    }
    .profile-nav ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: auto;
    }
    .profile-nav ul li{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .basket-list__chooser{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .basket-list__right{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
}

@media (max-width: 575px){
    .experience-section .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev{
        left: 0;
    }
    .experience-section .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next{
        right: 0;
    }
    .button-2{
        padding: 8px 25px;
    }
}

@media (max-width: 480px){
    .header{
        height: 90px;
    }
    .header .header-right-area, .header .header-right-area .products-detail-area{
        gap: 12px;
    }
    .header-logo img{
        height: 80px;
        width: 100%;
    }
    .slide .fixed-images .box:nth-child(1) img{
        width: 190px;
    }
    .products-photo{
        height: 200px;
    }
    .products-footer .title{
        font-size: 14px;
    }
    .product-price,
    .sepete-ekle-btn{
        font-size: 14px;
    }
    .footer-left-bg-wrapper img{
        width: 190px;
    }
    .footer-bottom .container{
        flex-direction: column;
        justify-content: center;
    }
    .nav-mobile__header-body{
        padding-block: 35px;
    }
    .blog-section,
    .inner-page__wrapper{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .experience-section, .table-section .col-md-12{
        margin-top: 60px;
    }
    .ui-page .table-section .col-md-12{
        margin-top: 0;
    }
    .products-price span.del-price{
        margin-right: 10px;
    }
    .products-price span{
        font-weight: 600;
        font-size: 14px;
    }
    .product-price,
    .sepete-ekle-btn{
        font-weight: 600;
        font-size: 14px;
    }
    .slide-content .heading,
    .section-header:not([class*="ui-txt-size-"]) .title{
        font-size: 32px;
    }
    a,
    p,
    .text{
        font-size: 14px!important;
    }
}

@media (max-width: 479px){
    .table-section .box-wrapper .box-content{
        flex-direction: column!important;
    }
    .table-section .box-wrapper .box .box-title{
        text-align: center;
    }
    .table-section .box-wrapper .icon{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .table-section .right.box-wrapper .icon{
        margin-left: 0;
    }
    .experience-section .item .box{
        height: 250px;
    }
    .experience-section .item .box .box-photo{
        height: 100%;
    }
    .experience-section .item .box .box-photo img{
        object-fit: cover;
        height: 100%;
    }
    .blog-section .blog-image{
        height: 200px;
        margin-bottom: 10px;
    }
    .blog-section .blog-image .blog-bg{
        height: 100%;
        object-fit: cover;
    }
    .blog-section .blog-title .title{
        font-size: 20px;
    }
    .owl-nav-style:not([class*="ui-pos-"]) .owl-blog .owl-nav button{
        width: 45px;
        height: 45px;
        border: 4px solid #fff;
    }
    .basket-list__right,
    .basket-list__chooser{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .basket-list ul li{
        flex-direction: column;
        text-align: center;
    }
    .siparis_ozeti .basket-list ul li{
        text-align: left;
    }
    .basket-preview,
    .basket-title{
        text-align: center;
    }
    .basket-list__description .title a{
        font-size: 18px!important;
    }
    .profile-heading{
        font-size: 22px;
    }
    .profile-content{
        padding: 10px;
    }
    select.selectbox{
        padding-right: 15px;
        font-size: 14px;
    }
    .basket-header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .basket-link{
        margin-left: 0;
    }
    .basket-list__description{
        padding-left: 0;
    }
    .basket-installment ul li > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .accordion-header{
        padding-left: 17px;
        padding-right: 17px;
    }
    .siparis_ozeti .basket-preview{
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    input[type="text"].formText,
    select.selectbox{
        padding-left: 15px;
        height: 40px;
    }
    textarea{
        padding-left: 15px;
    }
    .slide li:first-child .slide-photo > div:nth-child(1){
        background-position: left center;
    }
    .slide, .slide-material, .hero{
        height: 50vh;
    }
}

@media (max-width: 375px){
    .header{
        height: 80px;
    }
    .header-logo img{
        height: 70px;
    }
    .header .header-right-area, .header .header-right-area .products-detail-area{
        gap: 8px;
    }
}