body {
    color: #555;
}

::selection {
    color: #fff;
    background: #e23622;
}

.text-teknika-light,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a,
.simple-dropdown .dropdown-menu .dropdown:hover > a,
.simple-dropdown .dropdown-menu .dropdown a:hover,
.navbar.navbar-light .navbar-nav > .dropdown.active > a,
.simple-dropdown .dropdown-menu .dropdown a.active,
.btn.btn-link:hover,
a:active,
a:hover,
a:focus,
.navbar.navbar-light .navbar-nav > .dropdown.active > a,
.sticky .navbar.header-light .navbar-nav > .dropdown.active > a,
.navbar.navbar-light .header-cart-icon > a:hover
{
    color: #e23622 !important;
}

.text-teknika-dark{
    color: #0e3d52 !important;
}

.bg-teknika-light {
    background-color: #e23622 !important;
}

.bg-teknika-dark {
    background-color: #0e3d52 !important;
}

.border-color-teknika-light {
    border-color: #e23622 !important;
}

.border-color-teknika-dark {
    border-color: #0e3d52 !important;
}

.btn.btn-teknika-light {
    background: #e23622 !important;
    border-color: #e23622 !important;
    color: #ffffff !important;
}

.btn.btn-teknika-light:hover {
    background: #e23622 !important;
    border-color: #e23622 !important;
    color: #ffffff !important;
}

.btn.btn-teknika-dark {
    background: #0e3d52 !important;
    border-color: #0e3d52 !important;
    color: #ffffff !important;
}

.btn.btn-teknika-dark:hover {
    background: #0e3d52 !important;
    border-color: #0e3d52 !important;
    color: #ffffff !important;
}

.btn.btn-transparent-teknika-light {
    background: #ffffff !important;
    border-color: #e23622 !important;
    color: #e23622 !important;
}

.btn.btn-transparent-teknika-light:hover {
    background: #e23622 !important;
    border-color: #e23622 !important;
    color: #ffffff !important;
}

.btn.btn-transparent-teknika-dark {
    background: #ffffff !important;
    border-color: #0e3d52 !important;
    color: #0e3d52 !important;
}

.btn.btn-transparent-teknika-dark:hover {
    background: #0e3d52 !important;
    border-color: #0e3d52 !important;
    color: #ffffff !important;
}

.top-bar-contact .top-bar-contact-list {
    padding: 0 20px;
}

.top-bar .social-icon li {
    padding: 0 3px;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 50px;
}

.fancy-text-box-style-02 .text-box-wrapper .text-box, .fancy-text-box-style-02 .text-box-wrapper .text-box-hover {
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-logo img {
    max-height: 50px;
}

.simple-dropdown .dropdown-menu {
    width: max-content;
}

.btn.btn-sepet {
    font-size: 12px;
    padding: 10px 20px;
}

.table-style-02 th, .table-style-02 td {
    border-bottom: 1px solid #e8e8e8;
    padding: 2px 10px;
}

.table-style-02 th {
    width: 65%;
}

.product-image-slider img {
    cursor: pointer;
}

ul.blog-grid.blog-wrapper li.grid-item,
li.grid-item {
    visibility: inherit !important;
}

.post-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.latest-post-sidebar li {
    margin-bottom: 20px;
}

.qty-text {
    padding: 0;
    border-color: #cccccc;
}

.w-49{
    width: 49%;
}

.interactive-banners-image {
    text-align: center;
}

.client-logo-style-07 .client-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.soruinput{
    font-size: 16px;
}

.min-h-60px{
    min-height: 60px;
}

.blog-left-side-bar .blog-sidebar {
    order: 0;
    -ms-flex-order: 0;
}

.header-cart-icon {
    font-size: 25px;
}

header .header-cart-icon .cart-count {
    top: -12px;
    right: -15px;
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
}

.cart-products .product-remove {
    width: auto;
}

td.product-remove a {
    background-color: #C80815;
    padding: 3px 9px;
    border-radius: 100%;
    color: #fff;
}

td.product-remove a:hover {
    color: #fff !important;
}

.cart-products td {
    text-align: left;
}

.interactive-banners-content a:hover {
    color: #fff !important;
}

.product-box, .product-box .product-image img {
    width: auto;
}

.product-table table {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/* İSTİKBAL MAKİNA */

.simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
}
.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
    right: 12px;
}
.bg-istikbal-k {
    background-color: #e23622;
}
.text-istikbal-k,
.btn-link.text-istikbal-k,
a.text-istikbal-k-hover:hover {
    color: #e23622;
}
.bg-istikbal-m {
    background-color: #3abfee;
}
.text-istikbal-m{
    color: #3abfee;
}
.text-white-hover:hover{
    color: #FFFFFF !important;
}
.social-icon ul li a{
    color: #dddddd;
}
.btn.btn-istikbal { background: #e23622; border-color: #d95445; color: #ffffff; }
.btn.btn-istikbal:hover, .btn.btn-istikbal:focus { background: transparent; color: #e23622; }
.bg-topbar{
    background-color: #222222;
}
.top-bar-contact .top-bar-contact-list {
    border-right: 1px solid #ffffff99;
}
.top-bar-contact .top-bar-contact-list:first-child {
    border-left: none;
}
.top-bar-contact .top-bar-contact-list:last-child {
    border-right: none;
}
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top:20px;
    height: 100%;
}
.blog-right-side-bar {
    overflow: visible;
}
.kvkk{
    text-align: center;
    font-weight: 600;
}
.kvkk img{
    margin-bottom: 20px;
    border: solid 1px #cccccc;
}
.subscribe-popup .modal-popup-main .mfp-close, .subscribe-popup .modal-popup-main .mfp-close:active {
    position: static;
    float: right;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: auto;
}
.footer-sektor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-sektor a{
    padding: 10px 20px;
}
.swiper-slide .s1 {
    padding: 10% 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.swiper-slide .s2 {
    padding: 10% 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}
.swiper-slide .s3 {
    padding: 10% 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
}
.swiper-slide .s4 {
    padding: 10% 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.swiper-slide .s5 {
    padding: 10% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-slide .s6 {
    padding: 10% 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.swiper-slide .s7 {
    padding: 10% 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
}
.swiper-slide .s8 {
    padding: 10% 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}
.swiper-slide .s9 {
    padding: 10% 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}
.text-overlap-style-03 {
    left: -40px;
    font-size: 80px;
    line-height: 80px;
}
/*.popup-youtube.absolute-middle-center {
    left: 100%;
}*/
.latest-post-sidebar li .media-body {
    padding-left: 15px;
    top: 0;
}
.latest-post-sidebar li figure {
    height: 50px;
}
.shop-category-style-01{
    margin-bottom: 2rem;
}
.float-right{
    float: right;
}
.navbar{
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.footer-dark, .footer-dark a {
    color: #ccc;
}
.portfolio-box.list {
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
}
.portfolio-box.list img {
    border-radius: 10px 10px 0 0;
}
.icerik ul {
    padding-left: 20px;
    margin: 0 0 25px;
}
.icerik h2{
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}
.icerik h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}
.icerik table{
    margin-bottom: 20px;
}
ul.urunozellik li{
    width: 50%;
    float: left;
}
.title-medium {
    font-size: 50px;
    line-height:60px;
}
.interactive-banners-style-01 .interactive-banners-icon {
    width: 90%;
    border-radius: 0;
    left: 5%;
    line-height: normal;
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
}
.interactive-banners-style-01:hover .rounded-icon {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.icerik table.ilk {
    width: 100%;
    margin-bottom: 20px;
}
.icerik table.ilk tr th {
    width: 20%;
}
.icerik table.ilk tr th, .icerik table.ilk tr td {
    border: solid 1px #ccc;
}
.icerik table.ilk tr th, .icerik table.ilk tr td {
    padding: 5px;
}
.interactive-banners-style-01:hover .interactive-banners-sub-title {
    opacity: 1;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.product-box{
    border: solid 1px #ccc;
    padding-bottom: 10px;
}
.product-footer {
    border-top: solid 1px #ccc;
}
.bg-gradient-ozistikbal {
    background-image: linear-gradient(to right top, #e2362299, #ff573399, #ff764a99, #ff9b6a99, #ffbb8c99);
}
.portfolio-classic .portfolio-box:hover .portfolio-image img,
.portfolio-overlay .portfolio-box:hover .portfolio-image img {
    opacity: 1;
}
.uruvid {
    position: relative;
    top: -25px;
}
.mediabaslik{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
}
.bg-tank{
    background-color: #d11d08;
}




@media screen and (min-width: 1px) and (max-width: 767px) {
    /*.popup-youtube.absolute-middle-center {
        left: 50%;
    }*/
    .cover-background-h {
        background-size: auto !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    /*.popup-youtube.absolute-middle-center {
        left: 50%;
    }*/
    .cover-background-h {
        background-size: auto !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
}
