@import url("https://use.typekit.net/wpv8rhm.css");
body{
    font-family: poppins, sans-serif;
    color:#333;
    font-weight: 400;
}
.header{
    position: absolute;
    width:100%;
    display: flex;
    top:0px;
    left:0px;
    height:155px;
    z-index:9;
    justify-content: center;
    padding-top:10px;
}
.header-logo{
    display: flex;
}
.header-logo>img{
    height:153px;
}
a.navbar-brand{
    display: none;
}
.top-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
ul.top-contact{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding:0px;
    margin:0px 0px 5px;
}
ul.top-contact>li{
    display: flex;
    margin-left:10px;
}
ul.top-contact>li>a{
    display: flex;
    text-decoration: none;
    color:#333;
    font-size:14px;
    align-items: center;
}
ul.top-contact>li>a>i{
    font-size:14px;
    margin-right:5px;
    margin-bottom:2px;
}
.usermenu{
    margin-left:15px;
}
.usermenu i{
    font-size:20px;
}
.nav-link{
    color:#333;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0px;
    left: auto;
    z-index: 9;
}
.dropdown-toggle::after{
    display: none;
}
.navbar>.container{
    padding:0px;
}
span.cartcount{
    display: flex;
    width:18px;
    height:18px;
    border-radius: 9px;
    border:1px solid #333;
    background-color:white;
    position: absolute;
    top:0px;
    right:0px;
    font-size:13px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding-top:3px;
}
.nav-link.dropdown-toggle.cart-btn{
    position: relative;
    padding-top:2px;
}
.nav-link.dropdown-toggle.cart-btn i{
    font-size:20px;
    margin-top:4px;
}
.slider-area{
    display: flex;
    width: 100%;
    position: relative;
    height:80vh;
    background-color:#F7F7F7;
    align-items: center;
    justify-content: center;
}
.banner-right-top{
    position: absolute;
    top:0px;
    right:0px;
    height:95%;
    z-index: 0;
}
.banner-right-top>img{
    display: flex;
    height:100%;
    opacity: .15;
}
.banner-center{
    position: absolute;
    height:90%;
    top:5%;
}
.banner-center>img{
    display: flex;
    height:100%;
}
.carousel-item,.carousel-item.active {
    justify-content: space-between;
    flex-direction: row-reverse;
}
.carousel-item>.banner-inside{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.carousel-item>.banner-inside>img{
    width:45%;
    height:fit-content;
}
.carousel-caption{
    width:50%;
    left:0px;
    position: relative;
    margin-top:5vh;
}
.carousel-caption>h3{
    font-size:28px;
    font-weight: 700;
    color:black;
    border-bottom:1px solid black;
    text-align: left;
}
.slider-area>.container{
    margin-top:15vh;
}
.carousel-test{
    display: flex;
}
.carousel-test>ul{
    width:50%;
    list-style:disc;
    padding-left:15px;
    margin-top:15px;
}
.carousel-test>ul>li{
    font-size:14px;
    font-weight: 400;
    color:black;
    list-style-type: disc;
    text-align: left;
    margin-bottom:5px;
}
.carousel-test>ul>li::marker{
    color:#109238;
}
.product-list{
    margin-top:50px;
    margin-bottom:50px;
}
.product-list h2{
    font-size:28px;
    font-weight: 700;
    color:black;
    display: flex;
    width:50%;
    border-bottom:1px solid black;
    margin-bottom:20px;
}
.product-list p{
    width:80%;
    font-size:14px;
    color:black;
    line-height: 22px;
}
.product-box{
    margin-bottom:15px;
}
.product-box>a{
    display: flex;
    flex-direction: column;
    border:1px solid #E8E8E8;
    border-radius: 10px;
    align-items: center;
    padding:10px;
    text-decoration: none;
}
.product-box>a>.pro-img{
    display: flex;
    width:100%;
    height:200px;
    position: relative;
    justify-content: center;
    margin-bottom:10px;
    margin-top:5px;
}
.product-box>a>.pro-img>img{
    position: absolute;
    height: 100%;
    width: fit-content;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    left:auto;
    right:auto;
}
.pro-info{
    display: flex;
    flex-direction: column;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    margin-top:15px;
    width:100%;
}
.pro-info>h4{
    font-size:16px;
    font-weight: 600;
    color:black;
    margin-bottom:10px;
}
.pro-info>p{
    font-size: 13px;
    width:100%;
    line-height: 21px;
    color:black;
}
.box-price{
    display: flex;
    margin-top:10px;
    margin-bottom:15px;
    align-items: flex-end;
}
.box-price>.new-price{
    display: flex;
    width:fit-content;
    font-size:16px;
    font-weight: 600;
    color:black;
}
.box-price>.old-price{
    display: flex;
    margin-left:10px;
    font-size:13px;
    font-weight: 400;
    text-decoration: line-through;
    color:black;
    margin-bottom:1px;
}
.btn.btn-add-cart{
    display: flex;
    width: 100%;
    height:46px;
    color:white;
    background-color: #109238;
    border:1px solid #097C2B;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size:15px;
    font-weight: 600;
    transition: all .4s;
}
.btn.btn-add-cart>i{
    margin-left:7px;
    margin-bottom:2px;
}
.btn.btn-add-cart:hover, .btn.btn-add-cart:focus{
    background-color: #097C2B;
    border:1px solid #097C2B;
    transition: all .4s;
}


.pro-info>button.btn.btn-add-cart{
    display: flex;
    width: 100%;
    height:46px;
    color:white;
    background-color: #109238;
    border:1px solid #097C2B;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size:15px;
    font-weight: 600;
    transition: all .4s;
}
.pro-info>button.btn.btn-add-cart>i{
    margin-left:7px;
    margin-bottom:2px;
}
.pro-info>button.btn.btn-add-cart:hover, .pro-info>button.btn.btn-add-cart:focus{
    background-color: #097C2B;
    border:1px solid #097C2B;
    transition: all .4s;
}
.help-text-area{
    margin-bottom:50px;
}
.help-text-area h2{
    font-size:28px;
    font-weight: 700;
    color:black;
    display: flex;
    width:50%;
    border-bottom:1px solid black;
    margin-bottom:20px;
}
.help-text-area p{
   font-size:14px;
   font-weight: 400;
   color:black;
   line-height: 24px;
}
.blog-box{
    margin-bottom:15px;
    display: flex;
}
.blog-box>a{
    display: flex;
    flex-direction: column;
    border:1px solid #E8E8E8;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    text-decoration: none;
    color:black;
    height:100%
}
.blog-box>a>.blog-img{
    display: flex;
    width: 100%;
    height:190px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}
.blog-box>a>.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.blog-box>a>.blog-info{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding:0px 10px 10px;
    height:calc(100% - 251px);
}
.blog-box>a>.blog-info>h4{
    font-size:15px;
    font-weight: 600;
    color:black;
    margin-bottom:15px;
}
.blog-box>a>.blog-info>p{
    font-size:14px;
    font-weight: 400;
    line-height: 21px;
}
.blog-box>a>button.btn.btn-add-cart{
    display: flex;
    width: calc(100% - 20px);
    height:46px;
    color:white;
    background-color: #109238;
    border:1px solid #097C2B;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size:15px;
    font-weight: 600;
    transition: all .4s;
    margin-bottom:10px;
}
.blog-box>a>button.btn.btn-add-cart>i{
    margin-left:7px;
    margin-bottom:2px;
}
.blog-box>a>button.btn.btn-add-cart:hover, .blog-box>a>button.btn.btn-add-cart:focus{
    background-color: #097C2B;
    border:1px solid #097C2B;
    transition: all .4s;
}

.about-text-area{
    margin-bottom:50px;
}
.about-text-area h2{
    font-size:28px;
    font-weight: 700;
    color:black;
    display: flex;
    width:50%;
    border-bottom:1px solid black;
    margin-bottom:30px;
}
.about-text-area p{
    font-size:14px;
    font-weight: 400;
    color:black;
    line-height: 24px;
}
.footer{
    background-color: #067E2B;
    position: relative;
    padding-top:30px;
    padding-bottom:50px;
}
.footer>.footer-right-top{
    position: absolute;
    top:0px;
    right:0px;
    height:95%;
    mix-blend-mode: multiply;
}
.footer>.footer-right-top>img{
    display: flex;
    height:100%;
    opacity: .3;
    mix-blend-mode: multiply;
}

.footer>.footer-left-top{
    position: absolute;
    top:0px;
    left:0px;
    height:95%;
    mix-blend-mode: multiply;
}
.footer>.footer-left-top>img{
    display: flex;
    height:100%;
    opacity: .3;
    mix-blend-mode: multiply;
}
.footer-logo-area>.footer-logo{
    display: flex;
    width:70%;
}
.footer-logo-area>.footer-logo>img{
    width: 100%;
}
.footer-menu-column>h5{
    font-size:15px;
    font-weight: 600;
    color:white;
    border-bottom:1px solid white;
    padding-bottom:2px;
    margin-bottom:20px;
    margin-top:20px;
}
.footer-menu-column>ul{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin:0px 0px 20px;
    padding:0px;
    list-style: none;
}
.footer-menu-column>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:7px;
}
.footer-menu-column>ul>li>a{
    display: flex;
    width:fit-content;
    text-decoration: none;
    color:white;
    font-size:14px;
    font-weight: 400;
    align-items: center;
}

.footer-menu-column>ul>li>a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size:7px;
    margin-right:5px;
    margin-bottom:3px;
}
.footer-contact{
    display: flex;
    width: 100%;
    margin-bottom:5px;
    color:white;
    align-items: center;
}
.footer-contact>i{
    font-size:14px;
    color:white;
    margin-right:10px;
}
.footer-contact>span{
    font-size:14px;
    display: flex;
    width: 100%;
    color:White;
}

.footer-contact>a{
    font-size:14px;
    display: flex;
    width: 100%;
    color:White;
    text-decoration: none;
}
.signup-form{
    border-right:1px solid black;
    padding:20px 40px;
}
.login-form{
    padding:20px 40px;
}
.form-str{
    padding:7px;
}
.form-str>label{
    margin-bottom:3px;
    font-size:14px;
    font-weight: 400;
    color:black;
}
.form-str>a{
    text-decoration: none;
    color:#109238;
}
.signup-form h5, .login-form h5{
    font-size:20px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid #109238;
    padding-left:7px;
}
.modal-footer{
    border:none;
}
.cart-list{
    width:300px;
    padding-bottom:0px;
}
.cart-pro{
    display: flex;
    width: 100%;
    border-bottom:1px solid rgba(0,0,0,.25);
    padding-top:10px;
    padding-bottom:10px;
}
.cart-pro:last-child{
    border:none;
}
.cart-pro>a.cart-pro-area{
    text-decoration: none;
    color:black;
    display: flex;
    width:calc(100% - 34px);
    margin-left:5px;
}
.cart-pro>a.cart-pro-area>.cart-img{
    display: flex;
    width:30%;
    height:auto;
    margin-right:7px;
}
.cart-pro>a.cart-pro-area>.cart-img>img{
    width:100%;
    height:auto;
}
.cart-pro>a.cart-pro-area>.cart-info{
    display: flex;
    flex-direction: column;
    width:70%
}
.cart-pro>a.cart-pro-area>.cart-info>span.cart-title{
    font-size:14px;
    font-weight: 600;
    color:black;
}
.cart-pro>a.cart-pro-area>.cart-info>.cart-price{
    display: flex;
    color:black;
    font-size:14px;
    font-weight: 500;
}
.cart-pro>a.cart-pro-area>.cart-info>.cart-price>span{
    display: flex;
    margin-left:5px;
    font-size:14px;
    font-weight: 400;
}
.cart-pro>a.del{
    font-size:16px;
    text-decoration: none;
    color:red;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width:24px;
    justify-content: center;
    margin-right:5px;
}
.cart-pro>span{
    display: flex;
    width: 100%;
    padding:10px;
    font-size:14px;
}
.go-cart{
    display: flex;
    width: 100%;
}
.go-cart>.btn.btn-add-cart{
    border-radius: 0px;
}
.pageHeader{
    position: relative;
    background-color:#F7F7F7;
    height:25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageHeader>.container{
    position: relative;
    z-index:6;
    margin-top:14vh;
}
.pageHeader h2{
    font-size:22px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid black;
    margin-bottom:3px;
    text-align: right;
}
.pageHeader ul{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    list-style: none;
    padding:0px;
    margin:10px 0px 10px;
}
.pageHeader ul>li{
    display: flex;
    color:black;
    font-size:13px;
    font-weight: 500;
}
.pageHeader ul>li>a{
    text-decoration: none;
    font-size:13px;
    font-weight: 400;
    color:black;
    padding:0px 10px;
}
.pageHeader ul>li>a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left:10px;
    font-size:10px;
}
.product-img>a{
    display: flex;
    width: 100%;
}
.product-img>a>img{
    width: 100%;
}
.product-details>h1{
    font-size:26px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid black;
    margin-bottom:20px;
}
.product-details>p{
    font-size:14px;
    font-weight: 400;
    color:black;
}
.product-details>.ProductPrice{
    font-size:20px;
    font-weight: 600;
    color:black;
    display: flex;
    align-items: center;
}
.product-details>.ProductPrice>span.oldPrice{
    font-size:14px;
    font-weight: 400;
    color:black;
    text-decoration: line-through;
    margin-left:10px;
}
.QuatityCart{
    display: flex;
    margin-top:20px;
}
.QuatityCart>.Quantity{
    display: flex;
    align-items: center;
}
.QuatityCart>.Quantity>.QuantitTitle{
    font-weight: 500;
    color:black;
}
.sp-quantity {
    width: 140px;
    height: 48px;
    font-family: "ProximaNova Bold", Helvetica, Arial;
    margin-left: 15px;
}

.sp-minus {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-right: none;
    float: left;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sp-input {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-left: 0px solid black;
    float: left;
    border-right: none;
}

.sp-plus {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-left: none;
    float: left;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sp-input input {
    width: 45px;
    height: 42px;
    text-align: center;
    font-family: "ProximaNova Bold", Helvetica, Arial;
    border: none;
    outline: none;
}

.sp-input input:focus {
    border: 1px solid #e1e1e1;
    border: none;
}

.sp-minus a,
.sp-plus a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.QuatityCart>.AddCart{
    display: flex;
    width:30%;
    margin-left:10px;
}
.ingredients>h4{
    margin-top:30px;
    font-size:16px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid black;
    margin-bottom:10px;
    padding-bottom:2px;
}
.ingredients>.ingredients-list{
    display: flex;
    width:100%;
}
.ingredients>.ingredients-list>ul{
    width:50%;
    list-style:disc;
    padding-left:15px;
    margin-top:15px;

}
.ingredients>.ingredients-list>ul>li{
    font-size:14px;
    font-weight: 400;
    color:black;
    list-style-type: disc;
    text-align: left;
    margin-bottom:5px;
}
.ingredients>.ingredients-list>ul>li::marker{
    color:#109238;
}
.OtherPacks{
    margin-top:40px;
    margin-bottom:50px;
}
.OtherPacks h3{
    font-size:20px;
    font-weight: 600;
    color:black;
    margin-bottom:15px;
}
.quantity-input {
    max-width: 140px;
}
/* Mobil Görünüm İyileştirmeleri */
@media (max-width: 768px) {
    .product-image {
        width: 100px;
        height: 80px;
    }
    .mobile-hide {
        display: none;
    }
}
td h5{
    font-size:16px;
    font-weight: 500;
}
td span.h5{
    font-size:16px;
    font-weight: 600;
    color:black;
}
h4.card-title{
    font-size:18px;
    font-weight: 700;
}
.cargo-area{
    display: flex;
    min-height:100%;
    border-right: 1px solid #ddd;
    padding-right:30px;
    justify-content: flex-start;
    padding-bottom:30px;
    flex-direction: column;
}
.cargo-area h4{
    font-size:18px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid black;
}
.form-str>textarea.form-control{
    height:100px;
    resize:none;
}
.cargobilling-area{
    min-height:50vh;
}
.billing-area{
    padding-left:30px;
    display: flex;
    height:100%;
    padding-bottom:30px;
}
.billing-area h4{
    font-size:18px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid black;
}
.payment-content{
    min-height:50vh;
    margin-top:50px;
    margin-bottom:50px;
}