.bd-header__logo-3 img{
    width: 100%;
    padding:20px;
}
.bd-topbar-area__middle {
    display: flex!important;
    align-items: center!important;
}
.flex-end{
    display: flex;
    justify-content: end;
}
.bd-action__user a small {
    height: 45px;
    width: 45px;
    background: var(--clr-bg-grey);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    position: relative;
}
.bd-action__user a {
    display: flex;
    align-items: center;
}

.modal-product-info .product-price {
    font-size: 32px!important;
    font-weight: 600!important;
}
.product-opt li {
    display: inline-block;
    margin-right: 10px;
}
.product-opt li a {
    background: #f5f1f1;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 14px;
}
.product-opt li a.selected {
    background: #66600a;
    color: #fff;
}
.sidebar__category ul li a.active {
    color: #66600a;
}

.bd-category__title {
    height: 45px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.bd-category__img img {
    height: 68px;
    object-fit: contain;
}
.bd-top__bar-area {
    text-align: center;
    color: #fff;
}
@media (max-width: 1200px){
    .prd_img{height: 250px!important; padding: 0!important;}
    .bd-trending__product-thumb {
        padding: 8px!important;
    }
    section.bd-shop__area.pt-110.pb-85 {
        padding: 30px 0;
    }
    .sticky_top.m-top-20 {
        margin: 0 !important;
    }
    .mobile-nomarg{
        margin:0!important;
    }
    .bd-product__filters{
        gap: 0!important;
    }
    .bd-header__logo-3 img {
        max-width: 130px;
    }
    .mobile-none{display: none}
    .mb-lex-center{justify-content: center!important;}
    #header-sticky {
        padding: 0!important;
    }
    .product-thumb-bg-3 {
        min-height: 109px!important;
        background-size: contain!important;
    }
    .product-thumb-bg-2 {
        min-height: 250px!important;

    }
}

.swiper-slide img {
    width: 100%;
}
.bd-sm__section-title h3 {
    color: #1c1d1b;
}
.bd-tending-nav .nav-tabs .nav-link.active {
    border-color: transparent;
    position: relative;
    background: #1c1d1b;
    color: #ffffff!important;
    border-radius: 12px;
    padding: 0 25px;
}
.bd-trending__product-thumb {
    background: var(--clr-bg-grey);
    margin-bottom: 25px;
    padding: 0!important;
    position: relative;
    border-radius: 0!important;
}

#modulebanner h3{
    font-size: 62px;
    text-align: right;
    color: #4d4d4d;
}
#modulebanner h6 {
    font-size: 40px;
    text-align: right;
    font-weight: 100;
}
@media (max-width: 1200px) {
    #modulebanner h3 {
        font-size: 32px;
        color: #4d4d4d;
        margin: 20px;
        text-align: center;
    }
    #modulebanner h6 {
        font-size: 20px;
        text-align: center;
        font-weight: 100;
        margin-bottom: 30px;
    }
    .bd-product__new-price {
        color: var(--clr-text-5);
        font-weight: var(--bd-fw-sbold);
        font-size: 18px;
        margin-left: 10px;
    }
    .bd-trending__content a {
        font-size: 14px;
    }

}
section#main-slider {
    margin-top: 10px;
}
#freeze_drying .contentbox * {
    text-align: center;
}
@media (max-width: 960px) {
    body.home .bd-header__logo-3 img {
        bottom: -20px;
        transform: rotate(-17deg);
        margin-left: -10px!important;
        margin-bottom: 0;
    }
    section#main-slider {
        padding-bottom: 0;
    }
    .bd-sm__section-title h2 {
        font-size: 29px;
    }
    .bd-footer__payment img {
        max-width: 100%;
    }
    .header__hamburger {
        right: -20px!important;
    }

    #main-slider img {
        object-fit: cover;
        clip-path: polygon(141px 0, 100% 0, 100% 100%, 0 100%, 0 43px) !important;
        overflow: hidden;
    }
    #header-sticky.header-sticky{
        padding-bottom: 10px!important;
    }

    .bd-about__thumb-wrapper {
        display: flex;
        min-height: auto;
    }
    #homebanner img {
        width: 100%!important;
    }
    div#homebanner {
        min-height: auto;
        padding-bottom: 30px;
    }
    .bd-about__thumb-1,.bd-about__thumb-2{
        position:relative!important;
        width: 50% !important;
    }

}
#header-sticky.header-sticky {
    padding-bottom: 10px;
}
form#mobilesearch {
    background: #f8f8f8;
    padding: 5px;
    border-radius: 40px;
}
.easy-autocomplete {
    width: 100% !important;
}
.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--clr-border-18);
    font-size: 14px;
}
form#mobilesearch button {
    margin-right: 11px;
}
.header__hamburger {
    right: -30px;
    position: relative;
}

header {
    position: relative;
    z-index: 999;
}

.bd-header__logo-3 a {
    display: block;
}
section.bd-footer__area {
    background: #ffd193;
}
footer * {
    color: #000 !important;
    font-size: 20px;
}
.product-price  span.on_sale {
    padding: 4px 20px;
    border-radius: 12px;
    display: inline-block;
    font-size: 20px !important;
    background: #ef647d;
    color: #fff!important;
    margin: 10px 8px;
}
.modal-product-info .product-price span {
    font-size: 45px;
}
.bd-footer__link ul li {
    margin-bottom: 16px!important;
}
.offcanvas__social * {
    color: #fff !important;
    font-size: 18px;
}
.bd-sub__fotter * {
    color: #000 !important;
}
.breadcrumb-area {
    padding: 80px 0!important;
    background: #f8f8f8;
}
.breadcrumb__list * {
    font-size: 18px !important;
}
.cate-item{
    display:block;
}
div#popularcategory {
    background: #f2f2f2;
    padding: 30px 0;
    border-radius: 12px;
}
.bd-step__item {
    padding: 0 15px!important;
}
.process-step .col-md-3 {
    border-top: 1px solid #ccc;
    padding: 20px;
}
.process-step .col-md-3:first-child {
    border-left: none;
}
div#freeze_drying h3 {
    font-weight: 500;
    font-size: 24px;
    position: relative;
}
div#freeze_drying p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
div#freeze_drying h3:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #c9532c;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
div#freeze_drying h1 {
    padding-left: 20px;
}
div#freeze_drying .steps{
    position:relative;
}
div#freeze_drying .steps:after {
    content: '';
    width: 90%;
    height: 1px;
    background: #c9532c;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
}
#header-sticky.header-sticky a.logo {
    max-width: 216px;
    display: inline-block;
}
#header-sticky.header-sticky .bd-header__logo-3 {
    padding-left:0!important;
}
#header-sticky.header-sticky .sticky_top {
   padding-top:20px;
}
.bd-trending__product-thumb a{
    display:block;
}
.bd-trending__product-thumb:hover .first_img{
    display:none;
}
.bd-trending__product-thumb img.prd_img.second_img {
    display: none;
}
.bd-trending__product-thumb:hover img.prd_img.second_img {
    display: block;
}
.bd-trending__product-thumb{
    overflow: hidden;
}


#module1 .container {
    position: relative;
    height: 700px;
    width:100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none; /* Safari desteği */
    -ms-user-select: none; /* Eski IE */
}
.slider {
    user-select: none;
    -webkit-user-select: none; /* Safari desteği */
    -ms-user-select: none; /* Eski IE */
}
#module1 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#module1 .image.after {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.3s;
}
#module1 .slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background:#867979b3;
    cursor: ew-resize;
    transform: translateX(-50%);
}


#module1  .slider:active {
    cursor: grabbing;
}

#module1 .slider i {
    cursor: pointer;
    display: inline-block;
    background: #ffffffad;
    border: 1px solid;
    border-radius: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    left: -28px;
}
.bd-sub__title {
    font-size: 27px!important;
}
.bd-about__area p {
    font-size: 19px;
    line-height: 27px;
}
.bd-about__thumb-1 {
    position: absolute;
    left: -15px!important;
    bottom: 0;
}
.bd-about__thumb-wrapper img {
    object-fit: contain;
    width: 326px!important;
    border-radius: 12px;
}
.bd-footer__logo img , .bd-fotter__support-icon img{
    filter: brightness(0%);
}
div#freeze_drying {
    padding: 0;
}
#freeze_drying .contentbox {
    background: #ffd0905c;
    border-radius: 12px;
    padding: 50px 15px;
    margin-bottom:30px;
}

#main-slider img{
object-fit: cover;
clip-path: polygon(226px 0, 100% 0, 100% 100%, 0 100%, 0 72px);
overflow: hidden;
}
#header-sticky.header-sticky .logo img {
    transform: rotate(0);
    bottom: 0;
}
.bd-header__logo-3 img {
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 10px;
    margin-bottom:20px;
    filter: brightness(0%);
}
body.home .bd-header__logo-3 img{
    bottom: -20px;
    transform: rotate(-17deg);
    margin-left: -20px;
    margin-bottom:0;
}
.header__hamburger .bd-action__cart {
    margin-right: 15px;
}
div#offcanvasmodal img {
    filter: brightness(0%);
}

@media(max-width: 1350px){
    .bd-about__thumb-wrapper img {
        object-fit: contain;
        width: 256px!important;
        border-radius: 12px;
    }
    .bd__shop-details-area.pt-110.pb-75 {
        padding-top: 30px;
    }
    .product_sldier .big-iframe{
        height:350px!important;
    }
}
div#cbfaq_content button.accordion-button {
    background: #e6363e;
    color: #fff;
    margin-bottom:10px;
    border-radius: 30px;
}

div#cbfaq_content button.accordion-button:after {
    color: #fff;
}


div#cbfaq_content .accordion-body {
    padding: 20px;
}
/* Swiper navigation button styles */
.swiper-button-next,
.swiper-button-prev {
    color: black; /* Siyah renk */
}

/* İsteğe bağlı: Hover durumunda */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: gray;
}