@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

* {
    outline: none !important;
}

a:not(.btn):hover {
    text-decoration: none !important;
}

:root {
    /*--ana-renk: #e3000f;
    --ana-renk-hover: #aa000b;
    --koyu-renk: #0f0f0f;*/

    --ana-renk: #00bcd4;
    --ana-renk-hover: #38aae1;
    --koyu-renk: #0f0f0f;
    --ana-font: 'Poppins', sans-serif;
}

.ana-renk {
    color: var(--ana-renk) !important;
}

.ana-renk-hover {
    color: var(--ana-renk-hover) !important;
}

.koyu-renk {
    color: var(--koyu-renk) !important;
}

.ana-font {
    font-family: var(--ana-font);
}

.ana-renk-bg {
    background: var(--ana-renk) !important;
}

a:hover,
a:active,
a:focus {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.3px;
    font-weight: 500;
    text-transform: inherit;
    margin: 0 0 20px 0;
}

#footer {
    background: #f4f4f4;
    border-top: 4px solid #f4f4f4;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #f4f4f4;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer a:not(.btn):not(.no-footer-css) {
    font-size: 12.6px !important;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--ana-renk);
}

.social-icons li:hover a {
    background: var(--ana-renk);
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    color: #777;
    letter-spacing: 0.5px;
}

h3.ustbaslik {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px;
    text-transform: inherit;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 0px 18px rgb(0, 0, 0);
}

h3.alt-baslik {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    text-transform: inherit;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 0px 18px rgb(0, 0, 0);
}

h3.altbaslik {
    font-size: 50px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 0px;
    text-transform: inherit;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0px 0px 18px rgb(0, 0, 0);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.btn-slider {
    color: #fff;
    font-size: 14px;
    background: var(--ana-renk);
    padding: 10px 20px;
    border: 1px solid var(--ana-renk);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
}

.btn-slider:hover,
.btn-slider:active,
.btn-slider:focus {
    color: var(--ana-renk);
    font-size: 14px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid var(--ana-renk);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

#header .header-nav-main nav>ul>li>a {
    letter-spacing: 0.5px;
}

.sea-btn {
    border-radius: 0px;
}

.form-control.sea-btns {
    padding: 0.355rem 0.75rem;
    border-radius: 0px;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 12px;
}

#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    background-color: var(--ana-renk);
}

.custom-highlight-text-1 {
    position: relative;
}

.custom-highlight-text-1:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 7px solid var(--ana-renk);
    opacity: 0.4;
    z-index: 0;
}

.kutu-yan {
    border: 1px solid #ebebeb;
}

.kutu-baslik {
    background: var(--ana-renk);
}

.kutu-baslik-h {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 15px 2px 15px;
}

.kutu-baslik-h-alt {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 2px 15px 15px 15px;
}

.kutu-list {
    padding: 15px 15px;
}

.product .product-thumb-info .product-thumb-info-badges-wrapper {
    display: inline-block;
}

.product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: 0;
}

.urun-yeni {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600 !important;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 1px 1px 4px -1px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 1px 1px 4px -1px rgba(0, 0, 0, 0);
}

.urun-indirim {
    display: inline-block;
    font-weight: 600 !important;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 1px 1px 4px -1px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 1px 1px 4px -1px rgba(0, 0, 0, 0);
}

.urun-name {
    font-size: 14px;
    color: #000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    text-transform: uppercase;
}

.text-4 {
    font-size: 1em !important;
}

.sari {
    color: orange;
    font-size: 11px;
}

.doviz-tutar {
    color: #E35700;
    font-size: 14px;
}

.f12 {
    font-size: 10px;
}

.indirim-tutar {
    color: #6A6A6A;
    text-decoration: line-through;
    font-size: 14px;
}

.ana-fiyat {
    font-size: 18px;
    font-weight: 700;
}

.btn-basaran {
    background-color: var(--ana-renk);
    border-color: var(--ana-renk) var(--ana-renk) var(--ana-renk);
    color: #FFF;
}

.btn-basaran:hover,
.btn-basaran:focus,
.btn-basaran:active {
    background-color: var(--ana-renk-hover);
    border-color: var(--ana-renk-hover) var(--ana-renk-hover) var(--ana-renk-hover);
    color: #FFF;
}

html body .btn-light,
html body .btn-outline.btn-light {
    border-color: var(--ana-renk) var(--ana-renk) var(--ana-renk);
    color: var(--ana-renk);
}

section.markalarimiz {
    background: #f4f4f4;
}

@media (max-width: 575.98px) {
    .urun-name {
        font-size: 12px;
        line-height: 16px;
    }

    .mob-sea {
        display: none !important;
    }

    h3.altbaslik {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 3px;
        color: #fff;
        letter-spacing: 0px;
        text-shadow: 0px 0px 18px rgb(0, 0, 0);
    }

    h3.alt-baslik {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 3px;
        color: #fff;
        letter-spacing: 0px;
        text-shadow: 0px 0px 18px rgb(0, 0, 0);
    }

    h3.ustbaslik {
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
        margin-bottom: 3px;
        color: #fff;
        letter-spacing: 0px;
        text-shadow: 0px 0px 18px rgb(0, 0, 0);
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 3%;
        left: 15%;
        z-index: 10;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        text-align: left;
    }

    .btn-slider {
        font-size: 11px;
        padding: 5px 10px;
        margin-top: 5px;
    }

    .btn-slider:hover,
    .btn-slider:active,
    .btn-slider:focus {
        font-size: 11px;
        padding: 5px 10px;
        margin-top: 5px;
    }

    #header .header-logo img {
        width: 160px !important;
        height: 30px !important;
    }

    #header.header-effect-shrink .header-logo {
        width: 160px !important;
        height: 30px !important;
    }

    #header .header-nav-features .header-nav-features-dropdown.show {
        top: -53px;
    }

    #footer .footer-copyright p {
        color: #777;
        font-size: 12px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-caption {
        top: 12%;
    }

    #header .header-nav-features .header-nav-features-dropdown.show {
        top: -53px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}