html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

section ol,
section ul {
    list-style: none;
    padding-left: 3rem !important;
    margin-bottom: 1.2rem;
}

section li {
    list-style: disc;
    line-height: 1.4rem;
}

section ol li {
    list-style: decimal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .8rem;
}

h1 {
    margin-bottom: 2rem;
    font-weight: 100;
    letter-spacing: 2px;
}

p {
    line-height: 1.4rem;
    margin-bottom: 1.2rem;
}

select,
input {
    height: 46px;
    border-radius: 0 !important;
}

textarea,
.btn {
    border-radius: 0 !important;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

.navbar {
    max-width: 900px;
    margin: 0 auto;
}

.navbar-brand {
    box-shadow: 1px 3px 12px -4px #746760;
    padding: 0;
    display: flex;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        padding: 0 50px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        background: #fff;
    }
}

.breadcrumb {
    padding: 0 !important;
    padding-left: .75rem !important;
}

.breadcrumb .breadcrumb-item {
    list-style: none;
}

.breadcrumb a {
    color: #a3150d;
}

.btn,
.form-control {
    line-height: 2rem;
}

.form-select:focus,
.form-control:focus {
    border-color: #eee;
    box-shadow: 0 0 0 0.25rem rgb(238 238 238);
}

.form-label {
    font-size: .9rem;
}

.form-check-label {
    font-size: .8rem;
    line-height: 1.5rem;
    display: inline;
    font-weight: 300 !important;
}

.form-check-label a {
    text-decoration: underline;
    color: #333;
}

.form-check-label a:hover {
    color: #95afc0;
}

.rd-day-body {
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.rd-container {
    z-index: 100;
}

.tp-slider {
    color: #fff;
    min-height: 500px;
    margin-top: -60px;
    padding: 100px;
    background: #d52b26 url('../images/tefal-slider.png');
    background-position: top center;
    background-size: cover;
}

@media (max-width: 768px) {
    .tp-slider {
        padding: 100px 20px !important;
    }

    .cookware-slider {
        padding: 50px 20px !important;
    }
}

.tp-slider p {
    font-weight: 500;
}

.tp-slider a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.tp-slider input {
    border: 0;
}

.home h1 {
    font-size: 2.5rem;
}

.home-search {
    width: 100%;
    height: 50px;
    padding: 10px 16px;
    margin: 1rem 0;
    outline: 0 !important;
}

#garantiKampanyaKoduModal img,
#garantiKoduModal img {
    width: 100%;
}

.product-categories .container {
    max-width: 800px;
    margin: 0 auto;
}

.product-subcategory span {
    display: block;
    font-size: .8rem;
    line-height: 1.2rem;
    text-align: center;
}

.product-subcategory a {
    text-align: center;
    color: #212529;
}

.product-categories .card,
.product-subcategory .sub-category {
    cursor: pointer;
}

.product-block .product {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    border: 1px solid #95afc0;
    padding: 20px 0;
    border-radius: 5px;
    transition: transform .2s; /* Animation */
}

.product-block .product span {
    padding: 4px 12px;
    color: #212529;
}

.product-block .product:hover {
    transform: scale(1.03)
}


.adverts img {
    width: 100%;
    max-width: 800px;
}

footer {
    background: #eee;
    color: #aaa;
}

.footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer-link a, .footer-link button {
    color: #aaa;
    font-size: .85rem;
    padding: 8px;
}


.brand-card {
    transition: transform .2s; /* Animation */
}

.brand-card:hover {
    transform: scale(1.03)
}

/*  HAKKIMIZDA SAYFASI */
section.over-content {
    position: relative;
    max-width: 900px;
    margin: -300px auto 50px;
    background: #fff;
    padding: 3rem;
    border-radius: 0px 0px 0 0;
}

section.over-content::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: -1;
}

section.about-brand {
    margin: 50px auto;
    max-width: 1100px;
}

@media (max-width: 768px) {
    section.over-content {
        padding: 1rem;
    }
}


/* ÜRÜN KAYDET SAYFASI */

.invoiceDate {
    position: relative;
}

.invoiceDate i {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    right: .5rem;
    line-height: 3rem;
    color: #c0c7ce;
}

.product-content table {
    font-size: .9rem;
}

.product-content small {
    font-size: .7rem;
}

.form-text a {
    color: #cd2a24;
    font-size: .7rem;
}

.address-title {
    position: relative;
}

.address-title span {
    position: absolute;
    background: #fff;
    font-size: 12px;
    top: -10px;
    left: 15px;
    padding: 4px 12px;
    border: 1px solid #c8c9ca;
    border-radius: 3px;
    z-index: 1;
}

.address-title hr {
    z-index: -1;
}

#address {
    height: 132px;
}

.tp-title {
    position: relative;
    margin-bottom: 3rem;
}

.tp-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    width: 100px;
    height: 8px;
    background: #d52b26;
}

/* İLETİŞİM SAYFASI */

section.address i {
    font-size: 3rem;
    color: #eb212e;
}

section.address .address,
section.address .phone,
section.address .mail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

section.address .phone {
    color: #eb212e;
    font-size: 2rem;
    font-weight: 600;
}

section.address .mail a {
    color: #eb212e;
}

/* SERVİSLER SAYFASI */
section.services p {
    font-size: 1.1rem;
}

/* ÜYE GİRİŞ ve KAYIT SAYFASI */
.register-content,
.login-content {
    max-width: 500px;
    margin: 0 auto;
}

.register-content label,
.login-content label {
    font-weight: 100;
}

.register-content p,
.login-content p {
    font-weight: 300;
    letter-spacing: 1px;
}

.register-content button[type="submit"],
.login-content button[type="submit"] {
    border: 1px solid #fff;
}

.register-content .form-check-input,
.login-content .form-check-input {
    margin-left: 0;
}

.login-form {
    width: 100%;
}

.permission-modal {
    color: #fff !important;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 8px 12px;
    margin-top: 8px;
    margin-bottom: -13px;
    float: right;
}

/* HESABIM SAYFASI */
.account .card {
    height: 160px;
    background-position: top right !important;
    background-size: 130px !important;
    background-repeat: no-repeat !important;
    color: #212529;
    overflow: hidden;
}

.account .card p {
    font-size: .9rem;
    color: #aaa;
}

.account a.card {
    transition: transform .2s; /* Animation */
}

.account a.card:hover {
    transform: scale(1.03)
}

.account .card .icomoon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #cd2a24;
    font-size: 120px;
}

.account .account-info {
    /* padding-left: 70px !important; */
}

.account .account-info .icomoon.icon-user {
    padding: 10px;
    font-size: 60px;
}

.account .update-profile-link {
    font-size: .9rem;
    color: #95afc0;
    padding-bottom: 6px;
    padding-right: 6px;
    display: inline-block;
}

.account .update-profile-link:hover {
    color: #a3150d;
}

/* AJAX SEARCH */
.loader svg {
    width: 100px;
}

.ajaxsearch {
    position: relative;
}

.ajaxsearch .result {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #000;
    z-index: 10;
    max-height: 350px;
    overflow-y: scroll;
    display: none;
}

.ajaxsearch .result .list-group-item:hover {
    background: #ffcccc;
}

.ajaxsearch .result img {
    width: 70px;
    height: auto;
}

.ajaxsearch .result .content {
    flex: 1;
    padding: 0 20px;
}

.ajaxsearch .result .content .list-title {
    display: block;
    margin-bottom: .4rem;
    color: #000;
    font-size: 1rem;
}

.ajaxsearch .result .content small {
    display: block;
    margin-bottom: .3rem;
    color: rgba(0, 0, 0, .55);
}

/* Single Product Page */

.single-product-info-block i {
    font-size: 2.5rem;
    margin-right: 1rem;
    color: #a3150d;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.hover-shadow-effect:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}

.back-butoon {
    display: inline-block;
    border: 3px solid #d52b26;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 1rem;
}

#cookieseal-banner button {
    background-color: #eb212e;
    border: none;
    border-radius: 3px;
    margin: 5px 2px 10px;
    min-height: 25px;
    font: inherit;
    font-size: 13px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: bold;
}

.front-desk {
    .under-title {
        text-align: center;
        background-color: #7a7a7a;
        width: 200px;
        border-radius: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-input {
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .right-input {
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .form-label {
        font-weight: 300;
    }

    .col-left {
        margin: 0;
        padding: 0 5px 0 0;
    }

    .col-right {
        margin: 0;
        padding: 0 0 0 5px;
    }


    select {
        color: #6c757d;
    }

    .form-check-label {
        font-size: 11px;
        font-weight: 500 !important;
    }

    .btn {
        border-radius: 25px !important;
        border-width: 3px !important;
    }

    .alert-title {
        color: #ffffff;
        padding: 22px 12px;
        font-size: 1.2rem;
        letter-spacing: 1px;
        font-weight: 200;
        text-align: center;
        border-radius: 10px;
        border-color: white;
        border-width: 2px;
        border-style: solid;
    }

    .warning-title {
        background: #858541;
    }

    .danger-title {
        background: #5a4040;
    }

    .success-title {
        background: #0fb9b1;
    }


}


.redirect-row {
    justify-content: center;
    margin: auto;
}

.redirect-title {
    color: #FD1027;
    font-weight: 500;
}

.redirect-title:hover {
    color: #ea6e79;
}

/*
.otp-inputs {
    input {
        width: 100%;
        text-align: center;
        border-radius: 5px !important;
    }
}
 */

.otp-inputs input {
    border: 1px solid #aeaeae;
    width: 70px!important;
    height: 70px!important;
    margin: 0 5px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 8px!important;
}

@media (max-width: 575.98px) {
    .otp-inputs input {
        width: 50px!important;
        height: 50px!important;
        margin: 0 5px!important;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 300;
    }
}
