/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

:root {
    --swiper-theme-color: #ffc107;
}

body {
    background-color: #f9f9f9;
    font-family: 'Cabin', sans-serif;
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a:hover, a:active, a:focus, a {
    text-decoration: none;
}

.no-gutters {
    padding: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

.grey_bg {
    background-color: #f5f6f9;
}

.white_bg {
    background-color: #fefefe;
}

.section_radius {

    border-radius: 10px;
}
/*Top-menu*/
.top_menu {
    background-color: #f5f5f5;
}

    .top_menu .top_menu_item ul li {
        display: inline-block;
        margin: 0px 10px
    }

        .top_menu .top_menu_item ul li a {
            font-size: 14px;
            font-weight: 400;
            color: #333;
            transition: all .5s
        }

        .top_menu .top_menu_item ul li:hover a {
            color: #f5a900;
        }

.top_menu_item ul li img {
    width: 25px;
}
/*Menu*/
.navbar {
    font-family: 'Poppins', sans-serif !important;
    border-bottom: 1px solid #e1e7ec;
}

    .navbar .navbar-brand img {
        width: 190px;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0px 10px;
    }

        .navbar .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            color: #171717;
            text-transform: uppercase;
            font-weight: 500;
            transition: all .5s;
        }

        .navbar .navbar-nav .nav-item:hover .nav-link {
            color: #f5a900;
        }

    .navbar .cart {
        display: inline-block;
        position: relative;
        width: 44px;
        height: 44px;
        margin-left: 6px;
        transition: background-color .35s;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        color: #606975;
        font-size: 17px;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        width: auto;
        padding: 0 16px;
        border-radius: 22px;
    }

        .navbar .cart .cart_a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 22px;
        }

        .navbar .cart > .cart_a::after {
            display: block;
            position: absolute;
            top: 100%;
            width: 100%;
            height: 18px;
            margin-top: -10px;
            content: '';
        }

        .navbar .cart i {
            line-height: 39px;
        }

        .navbar .cart .count {
            display: inline-block;
            margin-top: 2px;
            font-size: 14px;
            vertical-align: middle;
            margin-left: 5px;
        }

        .navbar .cart .subtotal {
            margin-left: 11px;
            padding: 1px 0 1px 12px;
            border-left: 1px solid #e1e7ec;
            display: inline-block;
            margin-top: 2px;
            font-size: 14px;
            vertical-align: middle;
        }

.toolbar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin-top: -7px !important;
    padding: 10px 0 !important;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1.5;
    box-shadow: 0 7px 22px -5px rgb(47 56 68 / 20%);
    margin-top: 7px !important;
    text-align: left;
    right: 0;
    left: auto;
    width: 260px;
    padding-right: 18px !important;
    padding-left: 18px !important;
    z-index: 9;
}

.dropdown-product-item {
    display: table;
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px dashed #d8e0e6;
}

    .dropdown-product-item:first-child {
        border-top: 0;
    }

    .dropdown-product-item > .dropdown-product-remove {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        color: #ff5252;
        font-size: 13px;
        line-height: 1;
        cursor: pointer;
    }

    .dropdown-product-item > .dropdown-product-thumb {
        width: 55px;
        border-radius: 50%;
        overflow: hidden;
        display: table-cell;
        vertical-align: top;
    }

        .dropdown-product-item > .dropdown-product-thumb > img {
            display: block;
            width: 100%;
        }

    .dropdown-product-item > .dropdown-product-info {
        padding-right: 15px;
        padding-left: 12px;
        display: table-cell;
        vertical-align: top;
    }

    .dropdown-product-item .dropdown-product-title {
        display: block;
        padding-top: 2px;
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        max-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .dropdown-product-item .dropdown-product-details {
        color: #9da9b9;
        font-size: 14px;
    }

.cart > .toolbar-dropdown > .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e1e7ec;
}

    .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
        padding-right: 6px;
        display: table-cell;
        vertical-align: top;
    }

.text-lg {
    font-size: 16px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
    padding-left: 6px;
    display: table-cell;
    vertical-align: top;
}

.navbar .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
    border-top: 0;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: #f5f5f5;
    border-color: #e1e7ec;
    height: 36px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 11px;
    line-height: 34px;
    margin: 0;
}

.btn-success {
    background-color: #f5a900;
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin: 0;
}

    .btn-success:hover {
        background-color: #f5a900;
        opacity: .9;
        border-color: #f5a900;
    }

.navbar .cart:hover {
    background-color: #f5f5f5;
}

    .navbar .cart:hover > .toolbar-dropdown {
        display: block;
        -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.navbar_form form input {
    box-shadow: none;
    border: 1px solid #f4a900;
    color: #333;
    padding: 7px 20px;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    margin: 0px;
    outline: 0;
    width: 80%;
}

.navbar_form {
    width: 50%;
    text-align: center;
}

    .navbar_form button {
        background-color: #f4a900;
        border: none;
        margin-left: -6px;
        box-shadow: none;
        padding: 8px 15px;
        border-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        outline: 0;
        color: #fff;
    }

.navbar_favori a {
    border: 1px solid #e1e7ec;
    display: inline-block;
    height: 44px;
    padding: 0px 16px;
    border-radius: 20px;
    line-height: 44px;
    color: #606975;
    font-size: 14px;
    transition: background-color .35s;
}

    .navbar_favori a:hover {
        background-color: #f5f5f5;
    }

.dropdown-menu {
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px;
    display: block;
    -webkit-box-shadow: 0px 15px 40px 0 rgb(0 0 0 / 5%);
    box-shadow: 0px 15px 40px 0 rgb(0 0 0 / 5%);
    top: -4px;
    -webkit-transform: translateY(42px) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(42px) translateZ(0) translate3d(0, 0, 0);
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

    .dropdown-menu::before {
        position: absolute;
        content: '';
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid #FFF;
        bottom: 100%;
        left: 50px;
    }

.nav-item.dropdown .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -30px;
    width: 100%;
    height: 30px;
    background-color: transparent;
}

.nav-item.dropdown:hover .dropdown-menu {
    -webkit-transform: translateY(60px) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(60px) translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #8f8f8f;
    display: block;
    float: none;
    margin: 0;
    padding: 7px 32px;
    position: relative;
    transition: ease-in-out .2s;
}

    .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        background: transparent;
        color: #f4a900;
    }
/*Slider*/
.home_slider {
    height: 500px;
    overflow: hidden;
}

.home_slider_swiper {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    ;
}

    .home_slider_swiper .swiper-slide {
        background-color: #f4a900;
    }

.home_slider .swiper-slide .carousel_item .carousel_item_title {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    transform: translateY(50px);
    transition: all .9s;
    opacity: 0;
}

.home_slider .swiper-slide .carousel_item .carousel_item_txt {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
    transform: translateY(70px);
    transition: all 1s;
    opacity: 0;
}

.swiper-slide.swiper-slide-active .carousel_item .carousel_item_title {
    transform: translateX(0px);
    opacity: 1;
}

.swiper-slide.swiper-slide-active .carousel_item .carousel_item_txt {
    transform: translateX(0px);
    opacity: 1;
}

.home_slider .swiper-slide .carousel_item img {
    transform: translateX(200px);
    transition: all .9s;
    opacity: 0;
}

.swiper-slide.swiper-slide-active .carousel_item img {
    transform: translateX(0px);
    opacity: 1;
}

.home_slider_swiper .swiper-pagination {
    background: #D6D6D6;
    padding: 20px;
    bottom: -6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home_slider .swiper-pagination-bullet-active {
    background-color: #f5a900;
}

.swiper-slide .swiper-slide_img img {
    height: 100%;
    object-fit: cover;
}
/*Kategori-Slider*/
.home_kategoriler_slider {
    position: relative;
    overflow: hidden;
}

.kategori_slider_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    transition: all .5s;
    overflow: hidden;
}

    .kategori_slider_item a:hover {
        border: 1px solid #f4a900;
    }

.kategori_slider_item span {
    position: absolute;
    bottom: 2%;
    right: 4%;
    z-index: 9;
    color: #333;
    font-weight: 700;
}
/*Urunler-slider*/
.home_urunler_slider {
    overflow: hidden;
    position: relative;
}

.urunler_slider_item {
    padding: 10px;
    border: 1px solid #f9f9f9;
    background-color: #fefefe;
    position: relative;
    transition: all .5s;
}

    .urunler_slider_item:hover {
        border-color: #f5a900;
    }

    .urunler_slider_item .urunler_slider_item_title {
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        max-height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
        transition: all .5s;
    }

    .urunler_slider_item .urunler_slider_item_txt {
        display: block;
        margin-bottom: 10px;
        padding: 9px 15px;
        border-radius: 4px;
        background-color: #fff6e3;
        color: #333333;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        font-weight: 700;
        margin-top: 20px;
    }

        .urunler_slider_item .urunler_slider_item_txt em {
            text-decoration: line-through;
            margin-right: 10px;
            font-weight: 400;
        }

    .urunler_slider_item:hover .urunler_slider_item_title {
        color: #f5a900;
    }

    .urunler_slider_item .urun_indirim {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #f5a900;
        padding: 5px;
        border-radius: 5px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f5a900;
}

.section_title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

    .section_title hr {
        display: block;
        width: 150px;
        height: 1px;
        background-color: #f5a900;
        text-align: center;
        opacity: 1;
        margin: auto;
        margin-top: 10px;
    }

/*/-/-/-/-/-/-///Alt sayfalar*/
/*Urun-detay*/
.home_map {
    margin-top: 15px;
    padding: 20px 0px;
    background-color: #fefefe;
}

    .home_map ul li {
        display: inline-block;
        margin: 0px 3px;
    }

        .home_map ul li,
        .home_map ul li a {
            font-size: 14px;
            font-weight: 400;
            color: #333;
        }

.parent {
    position: relative;
    margin-top: 50px;
}

    .parent:after {
        content: "";
        display: block;
        clear: both;
    }

.scrolling-child-row {
    position: relative;
}

.urun_detay_item .urun_detay_item_title h1 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
}

.urun_detay_item .urun_detay_item_price {
    font-size: 25px;
    font-weight: 500;
    color: gray;
}

.urun_detay_item_txt {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 50px;
}

.sp_counter .input-group {
    background: #fff;
}

.sp_counter .minus, .sp_counter .plus {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 5px 6px 5px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #a2a2a2;
    line-height: 18px;
}

.sp_counter .btn {
    border: none;
}

.sp_counter .form-control.input-number {
    margin: 0 5px;
}

.sp_counter input {
    height: 40px;
    width: 100px;
    text-align: center;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #f5f5f5;
}

.urun_add {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: #f4a900;
    border: 1px solid #f4a900;
    margin-left: 15px;
}

.favori_add {
    border: 1px solid #f4a900;
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    transition: all .5s;
}

    .favori_add i {
        color: #f4a900;
        transition: all .5s;
    }

    .favori_add:hover {
        background-color: #f4a900;
        color: #fff;
        ;
    }

        .favori_add:hover i {
            color: #fff;
            ;
        }
/*Sol-menu-filtre*/
.filtre_item {
    margin-bottom: 20px;
}

.mobil_filtre_btn {
    font-size: 16px;
    font-weight: 400;
    color: white;
    background-color: #f4a900;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    transform: translateY(50px);
    transition: ease-in-out .5s;
    visibility: hidden;
}

.mobil_filtre_btn_active {
    visibility: visible;
    transform: translateY(0px);
}

.filtre_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #232537;
    margin-bottom: 10px;
    cursor: pointer;
}

.filtre_item .form_filtre {
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    font-size: 14px;
}

.filtre_item .filtre_table {
    margin-top: 10px;
    max-height: 135px;
    overflow: auto;
}

.filtre_item .table {
    margin-bottom: 0px;
}

    .filtre_item .table td, .filtre_item .table th {
        padding: 5px 10px;
        border: none;
    }

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #f4a900;
    border-color: #f4a900;
    animation: wave 0.4s ease;
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
}

    .cbx span:first-child:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #f4a900;
        display: block;
        transform: scale(0);
        opacity: 1;
        border-radius: 50%;
    }

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.cbx span:last-child {
    padding-left: 8px;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
}

.accordion-menu {
    width: 100%;
    max-width: 350px;
    border-radius: 4px;
}

.mobil_dropdown_content .accordion-menu {
    margin-bottom: 50px;
}

.accordion-menu li.open .dropdownlink {
    color: black;
}

    .accordion-menu li.open .dropdownlink .fa-chevron-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 10px;
}

    .dropdownlink i {
        position: absolute;
        top: 15px;
        left: 16px;
    }

    .dropdownlink .fa-chevron-down {
        right: 10px;
        left: auto;
    }

.submenuItems {
    /*display: none;*/
    background: transparent;
    padding: 10px;
}

    .submenuItems li {
        border-bottom: 1px solid #b6b6b6;
    }

    .submenuItems a {
        display: block;
        color: #727272;
        padding: 12px 12px 12px 45px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        .submenuItems a:hover {
            color: #fff;
        }

.sidenav_ul ul {
    margin-bottom: 0px;
}

    .sidenav_ul ul li {
        padding: 10px 5px;
        border-bottom: 1px solid #e6e6e6;
    }

        .sidenav_ul ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            padding: 5px;
            white-space: nowrap
        }

ul.submenuItems {
    margin-top: 15px;
}

.nav_mobil_bg .accordion-menu {
    background: transparent;
}

.sidenav_ul ul li a::after {
    display: none;
}

.accordion-menu ul li {
    padding: 5px;
    border-bottom: 1px solid #e6e6e6;
}
/*urun-list-üst-item*/
.urun_list_top {


    margin-bottom: 20px;
}

    .urun_list_top .urun_list_select span {
        display: inline-block;
    }

    .urun_list_top .urun_list_select .form-control {
        display: inline-block;
        width: auto;
        margin-left: 10px;
    }

    .urun_list_top .urun_list_select {
        font-size: 14px;
    }

        .urun_list_top .urun_list_select select {
            font-size: 12px;
        }

    .urun_list_top .urun_list_ul ul li {
        display: inline-block;
        margin: 0px 10px;
        line-height: 29px;
        font-size: 14px;
    }

    .urun_list_top .urun_list_ul {
        line-height: 32px;
    }

        .urun_list_top .urun_list_ul ul li a {
            margin: 0px 5px;
            font-size: 16px;
            cursor: pointer;
        }

        .urun_list_top .urun_list_ul ul li .cbx span:first-child {
            margin-top: 4px;
        }

.list_view_color {
    color: #f4a900 !important;
}

.urun_list_top .urun_list_ul ul li #dort_view i {
    transform: rotate(90deg)
}

.urun_list_bottom .urun_item .urun_content .product_content_title,
.urun_list_bottom .urun_item .urun_content .product_content_price,
.urun_list_bottom .urun_item .urun_content .product_content_category {
    font-size: 14px;
    height: 42px;
}

.urun_list_bottom.list_view_active .urun_item .urun_content .product_content_title,
.urun_list_bottom.list_view_active .urun_item .urun_content .product_content_price,
.urun_list_bottom.list_view_active .urun_item .urun_content .product_content_category {
    font-size: 16px;
    height: auto;
}

.urun_list_bottom.list_view_active .row .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.urun_list_bottom.list_iki_view_active .row .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.urun_list_bottom.list_bir_view_active .row .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.urun_list_ul {
    border: 1px solid #f9f9f9;
}

.cart-table .pro-title a,
.cart-table .pro-remove a {
    color: #333;
    transition: all .5s;
}

    .cart-table .pro-title a:hover,
    .cart-table .pro-remove a:hover {
        color: #f4a900;
    }

.cart-calculate-items {
    font-weight: 500;
    background-color: #f8f8f8;
}

    .cart-calculate-items h6 {
        padding: 11.5px 15px;
        margin-bottom: 0;
        background-color: #d9d0ba;
        color: #000;
    }

    .cart-calculate-items .table {
        margin-bottom: 0;
    }

        .cart-calculate-items .table tr td {
            color: #222222;
            padding: 15px 20px;
        }

            .cart-calculate-items .table tr td:nth-child(2) {
                color: #222222;
                text-align: right;
            }

            .cart-calculate-items .table tr td.total-amount {
                color: #f18727;
                font-weight: 700;
            }

.cart-table thead tr {
    background-color: #d9d0ba;
    border-color: #bbbbbbb5;
    color: #fff;
}

.sepet_btn {
    background-color: black;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    margin: 10px auto;
    display: inline;
    float: right;
    transition: all .5s;
}

    .sepet_btn:hover {
        background-color: gray;
        color: #fff;
        padding: 5px 13px;
    }

/*///Alisverisi Tamamla//*/
.home_urunler_title {
    background-color: #d9d0ba;
    font-size: 18px;
    font-weight: 400;
    color: black;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
}

.sepet_content {
    padding: 30px;
}

.adres_item_bg {
    background-color: #d7d7d7;
    padding: 15px;
    display: table;
    width: 100%;
    height: 100%;
    transition: ease-in-out .5s;
}

    .adres_item_bg .adres_btn {
        color: #393939;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

.sepet_fatura_title {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

#fatura_adres {
    display: none;
    margin-top: 10px;
}

.adres_item_bg:hover {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.sepet_kargo ul, .kargo_ul ul {
    margin-bottom: 0px;
    width: 100%;
}

    .sepet_kargo ul li {
        margin-bottom: 10px;
        display: inline-block;
    }

        .sepet_kargo ul li:last-child {
            margin-bottom: 0px;
        }

.kargo_ul {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

    .kargo_ul li {
        width: 24%;
        display: inline-block
    }

        .kargo_ul li img {
            width: 95px;
        }

.siparis_ozet_bg {
    border: 1px solid #f5a900;
}

    .siparis_ozet_bg .siparis_ozeti_list {
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #303030;
        height: 160px;
        overflow-x: auto;
    }

        .siparis_ozet_bg .siparis_ozeti_list .siparis_ozet_item {
            border-bottom: 1px solid #cecece;
            padding: 10px 0px;
        }

            .siparis_ozet_bg .siparis_ozeti_list .siparis_ozet_item:last-child {
                border-bottom: none;
            }

.siparis_toplam {
    border: 1px solid #f5a900;
    padding: 10px;
    margin-top: 20px;
}

    .siparis_toplam table {
        font-size: 12px;
        margin-bottom: 0px;
    }

        .siparis_toplam table th, .siparis_toplam table td {
            padding: 2px;
            border: none;
        }

.siparis_link {
    margin-top: 20px;
}

    .siparis_link a {
        width: 100%;
        margin-bottom: 15px;
    }

    .siparis_link .btn_devam {
        border: 1px solid #f5a900;
        padding: 10px;
        width: 100%;
        display: block;
        text-align: center;
        color: #2768a5;
        transition: ease-in-out .5s;
    }

        .siparis_link .btn_devam:hover {
            box-shadow: 0px 2px 3px rgba(0,0,0,.3);
        }

.sepet_kargo label {
    width: 100%;
}
/*SSS*/
.sss .accordion {
    display: block;
    position: relative;
    width: 100%;
}

.sss .accordion__item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

    .sss .accordion__item:last-child {
        margin-bottom: 0;
    }

.sss .accordion__title {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0px 50px 0 20px;
    font-size: 0.875em;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    transition: background-color 0.2s;
}

    .sss .accordion__title:hover {
        background-color: #fafafa;
    }

    .sss .accordion__title.active {
        background: #f5a900;
        color: #fff;
    }

        .sss .accordion__title.active .x7 {
            transform: rotate(-90deg);
        }

            .sss .accordion__title.active .x7 .btop {
                width: 67%;
                top: 2px;
                transform: translateY(-50%) rotate(-45deg);
                transform-origin: 50% 50%;
            }

            .sss .accordion__title.active .x7 .bmid {
                opacity: 0;
            }

            .sss .accordion__title.active .x7 .bbot {
                width: 67%;
                bottom: 2px;
                transform: translateY(50%) rotate(45deg);
                transform-origin: 50% 50%;
            }

.sss .accordion__content {
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    line-height: 1.65;
    padding: 25px;
    background-color: #fff;
    font-size: 0.875em;
}

.sss .bmenu {
    width: 26px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
}

.sss .btop, .sss .bmid, .sss .bbot {
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #333;
    border-radius: 1px;
}

.sss .btop {
    width: 40%;
}

.sss .bmid {
    width: 60%;
}

.sss .bbot {
    width: 80%;
}

.sss .x7 {
    transition: transform 0.3s ease-out;
    transform-origin: 60% 75%;
}

    .sss .x7 .btop {
        top: 0;
        transition: width 0.3s, transform 0.3s, top 0s;
        transition-timing-function: ease-out;
    }

    .sss .x7 .bmid {
        top: calc(50% - 1px);
        transform-origin: 100% 50%;
        transition: opacity 0.1s;
        transition-timing-function: ease-out;
    }

    .sss .x7 .bbot {
        bottom: 0;
        transition: width 0.3s, transform 0.3s, bottom 0s;
        transition-timing-function: ease-out;
    }

/*Uyelik*/

.giris-yap {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 4px;
}

    .giris-yap span {
        font-size: 15px;
        font-weight: 400;
    }

.giris-buton {
    background-color: black;
    color: white;
    border: 0;
    padding: 11px;
    width: 100%;
    font-size: 18px;
}

  

.sifre {
    color: #333;
    margin-bottom: 6px;
}




/*Yeni Eklenen CSS ler*/

.adres-odeme {
    position: relative;
    width: 50%;
    padding: 0;
    margin: 15px 0px;
}

    .adres-odeme .adresbilgi {
        position: relative;
        width: 100%;
        background-color: #d9d0ba;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-radius: 5px;
        padding: 20px;
        text-align: left;
        border-left: 1px solid #d2d2d2;
        border-right: 0.5px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 3px solid #d2d2d2;
        color: #444;
        height: 100%;
    }

    .adres-odeme .odemebilgi {
        position: relative;
        width: 100%;
        background-color: #d9d0ba;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-radius: 5px;
        padding: 20px;
        text-align: left;
        border-left: 0.5px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 3px solid #d2d2d2;
        color: #444;
    }


        .adres-odeme .adresbilgi:focus, .adres-odeme .odemebilgi:focus {
            outline: 0px !important;
            outline: -webkit-focus-ring-color auto 0px !important;
        }

        .adres-odeme .adresbilgi.active, .adres-odeme .odemebilgi.active {
            color: #444;
            background-color: #fff;
            border-bottom: 3px solid #f4a900;
            height:100%
        }

        .adres-odeme .odemebilgi .p-tab-standard-shipping, .adres-odeme .adresbilgi .p-tab-standard-shipping {
            color: #666;
            font-size: 12px;
            animation: opacity .5s ease-in;
        }

        .adres-odeme .adresbilgi .p-tab-title, .adres-odeme .odemebilgi .p-tab-title {
            font-size: 22px;
            color: #393838;
            font-weight: 500;
        }

        .adres-odeme .adresbilgi.active .p-tab-title, .adres-odeme .odemebilgi.active .p-tab-title {
            color: #131313;
            font-weight: 400;
        }

#payment-app .p-tabs .p-addresses-tab .p-tab-standard-shipping {
    color: #666;
    font-size: 12px;
    animation: opacity .5s ease-in;
}

.adresbilgiler .p-address-name {
    font-size: 14px;
    margin-bottom: 0px;
    color: #171717;
    font-weight: bold;
}

.adresbilgiler p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #171717;
    font-weight: 400;
}

.odemebilgileri p {
    color: #171717;
    font-weight: 400;
}

.kartbilgitt {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.taksitbilgitt {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.hesapbg {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}


    .hesapbg h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 18px;
        color: #040404;
        letter-spacing: 2.5px;
        background: #bab29d;
        /* margin-left: 15px; */
        padding: 12px 10px;
    }


    .hesapbg .layout-item-container {
        box-sizing: border-box;
        display: block;
        max-height: 31px;
        width: calc(100% + 16px);
        align-items: center;
        position: relative;
        padding: 8px 0;
        margin: 0;
        transition: 0.3s ease-in;
    }

        .hesapbg .layout-item-container.active .layout-item-icons {
            color: #f27a1a;
        }

        .hesapbg .layout-item-container span {
            display: block;
            max-width: 140px;
            color: #333;
            font-size: 15px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .hesapbg .layout-item-container.active span {
            color: #000000;
            font-weight: 600;
            font-family: 'source_sans_prosemibold', sans-serif;
        }

        .hesapbg .layout-item-container .layout-item-icons {
            margin-left: 8px;
            width: 15px;
            font-size: 15px;
            color: #333333;
            display: flex;
            margin-right: 12px;
            justify-content: center;
        }


.adressbox {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border: 1px solid #ededed;
    border-radius: 10px;
}

    .adressbox .adresbaslik {
        background-color: #ededed;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        padding: 5px 10px;
        border-bottom: 1px solid #ededed;
    }

    .adressbox .adressicbox {
        padding: 10px;
        margin: 0;
        width: 100%;
        position: relative;
        height: 100%;
    }

        .adressbox .adressicbox .adrs-kname {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .adressbox .adressicbox .adrs-mah, .adressbox .adressicbox .adrs-blg, .adressbox .adressicbox .adrs-telno {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 5px;
        }

.dltadress {
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    margin: 10px auto;
}

.adrsdzn {
    background-color: #f4a900;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    margin: 10px auto;
    transition: all .5s;
    display: block;
}

.adress-added-btn {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: .5s;
}

    .adress-added-btn:hover {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        transition: .5s;
    }


.counter-el {
    display: flex;
    align-items: center;
}

    .counter-el button {
        border: none;
        background: transparent;
        color: #000;
        padding: 5px;
        font-size: 24px;
    }

    .counter-el input {
        margin: 0 5px;
        width: 50px;
        height: 50px;
        border: 1px solid #000;
        background-color: transparent;
        color: #000;
        text-align: center;
    }

    .counter-el .counter-el__inc {
        margin-top: 5px;
    }

    .counter-el input::-webkit-outer-spin-button,
    .counter-el input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 0px;
}

.odemetable {
    font-size: 13px;
    font-weight: 400;
}




.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ededed;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: 20%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }


.urunler_slider_item .urun_cikis {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #f5a900;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    transition: .5s;
}

.urunler_slider_item:hover .urun_cikis {
    display: block;
    transition: .5s;
}

.urun_sptekle {
    color: #fff;
    background-color: #f4a900;
    border: 1px solid #f4a900;
    display: block;
    margin-bottom: 10px;
    padding: 9px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}

.teknikpdf {
    color: #f4a900;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

    .teknikpdf:hover {
        color: #d89905;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        transition: .5s;
    }


    .teknikpdf img {
        margin-right: 10px;
        width: 30px;
    }




.section_pr {
    position: relative;
    background-color: #060542;
    height: 500px;
}

.parallax_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    position: relative;
}

    .parallax_bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,4,44,.5);
    }

.section_parallax_bg {
    position: relative;
}

.section_pr .section_parallax {
    position: absolute;
    padding: 130px 0px;
    z-index: 9;
}

.section_parallax .section_title {
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

.section_parallax .section_txt {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

    .section_parallax .section_txt a {
        color: #ffffff;
        text-decoration: underline;
    }

        .section_parallax .section_txt a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.passico input + i {
    display: none;
    transition: .5s;
}


.passico input:hover + i {
    display: block;
    transition: .5s;
}


.passico i {
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
}

.hsplist li .hsplistalt {
    display: none;
    position: relative;
}

.hsplist li:hover .hsplistalt {
    display: block;
    position: absolute;
    top: 45px;
    background-color: #fff;
    width: auto;
    height: auto;
    padding: 10px;
    z-index: 99;
    text-align: left;
}

    .hsplist li:hover .hsplistalt:before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        left: 0px;
        background-color: transparent;
        width: 100%;
        height: 30px;
        z-index: -1;
    }

.borderColorRed {
    border-color: red;
}

.urun_detay_item .urun_detay_item_price em {
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 300;
}

