* {
    /* color: #4b1d69; */
}

.sepet_icerik {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 500px;
    max-width: 100%;
    height: 100%;
    background: white;
    padding: 10px;
    /* box-shadow: 0px 0px 20px; */
    border-left: solid 10px;
}

.sepet_item {
    position: relative
}

.sepet_item .baslik {
    position: absolute;
    top: 0px;
    left: 110px;
    width: 177px;
    font-weight: bold !important;
    overflow: auto;
    font-size: 14px;
}

.baslik {}

.sepet_item .fiyat2 {
    position: relative;
    top: -5px;
    left: 5px;
    font-size: 30px;
    color: orange;
}

.sepet_item .sayi {
    position: absolute;
    right: 0px;
    bottom: 0px;

}

.sepet_item .sil {
    position: absolute;
    top: 0px !important;
    font-size: 12px;
    padding: 5px;
    line-height: initial
}

.sepet_item img {
    float: left;
}

.kesfet .item img {
    width: 256px;
    float: left;
}

.kesfet .item .aciklama {
    background: #f4efc16e;
    border-radius: 38px;
    position: relative;
    z-index: -1;
    left: 10px;
    top: 29px;
    width: 541px;
    padding: 10px 15px;
}

a,
span,
div,
p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #2b004f;
    font-weight: 400;
    text-decoration: none !important;
}

.sepet_total {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px)
}

.social-media-area {
    display: block;
    margin: 10px auto;
    width: fit-content;


}

.social-media-area i {
    font-size: 40px;
}

.main-header .topbar {
    background-color: #fff;
    padding: 10px 0;
}

.btn .bx {
    vertical-align: inherit;
    margin-top: -3px;
    font-size: 1.15rem;
}

.form-control {
    height: calc(2.5rem + 2px);
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.bx.icon-single {
    font-size: 1.5rem;
}

.form-inline .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-inline .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .form-inline .form-control {
        width: 210px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .form-inline .form-control {
        width: 440px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .form-inline .form-control {
        width: 600px;
    }
}

.sub-menu.navbar-light .navbar-nav .active>.nav-link,
.sub-menu.navbar-light .navbar-nav .nav-link.active,
.sub-menu.navbar-light .navbar-nav .nav-link.show,
.sub-menu.navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 3px solid #2e0452;
    color: #2b004f;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar {
    padding: 1rem;
}

.main-menu {
    position: relative;
    z-index: 3;
}

.sub-menu {
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sub-menu {
        padding: 0 1rem;
    }

    .sub-menu.navbar-expand-md .navbar-nav .nav-link {
        padding: 10px 1.5rem;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
}

.navbar.bg-light {
    background: #fff !important;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.user-dropdown .nav-link {
    padding: 0.15rem 0;
}

#sidebar {
    background: #fff;
    height: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    position: fixed;
    transition: 0.4s ease-in-out;
    width: 84%;
    z-index: 5001;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 1.25rem 1rem 1rem;
}

#sidebar.active {
    left: 0;
}

#sidebar .sidebar-header {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.5rem;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 16px;
    font-size: 1.1em;
    display: block;
    color: #000;
}

#sidebar ul li a:hover {
    color: #2b004f;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #2b004f;
    background: #2b004f1f;
    border-radius: 6px;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .links .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

section {
    /* padding: 6rem; */
    background: #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    width: 100%;
    opacity: 0;
}

.overlay.visible {
    opacity: 1;
    z-index: 5000;
}

/* .mobiHeader .menuActive~.overlay {
    opacity: 1;
    width: 100%;
} */

ul.social-icons {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0;
}

#sidebar ul.social-icons li a {
    font-size: 24px;
}

.utility-nav {
    background: #8d7e5f;
    padding: 0.5rem 1rem;
}

.utility-nav * {
    color: #fff !important;
}

.utility-nav p {
    margin-bottom: 0;
}

.search-bar {
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.search-bar .form-control {
    width: calc(100% - 45px);
}

.avatar {
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 8px;
}

.avatar.avatar-xs {
    width: 2.25rem;
    height: 2.25rem;
}

.user-dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-brand {
    min-width: 200px;
}

.navbar-brand img {
    width: 195px;
    position: absolute;
    top: 20px;
}

@media screen and (max-width:768px) {
    .navbar-brand img {
        width: 172px;
        position: absolute;
        top: 0px;
    }
}

.btn-primary,
.badge-primary {
    color: #fff;
    background-color: #2b004f;
    border-color: #2b004f;
}

.hero {
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.btn-primary:hover,
.badge-primary:hover {
    color: #fff;
    background-color: #591790;
    border-color: #591790;
}

#footer-sub {
    background-color: #f3f7f8;
    border-top: 1px solid #dbdbdb;
}

#footer-main {
    background-color: #2b004f;
    text-align: center;
    padding: 5px 0;
    color: white;
    font-size: 12px
}

#footer-sub h5 {
    color: #565656;
    margin-top: 25px;
    text-align: center;
}

#footer-sub ul {
    list-style: none;
    margin-top: 20px;
}

#footer-sub hr {
    margin: 5px;

}

#footer-sub ul li {
    margin-left: -38px;
}

#footer-sub a:link {
    text-decoration: none;
    color: #565656;
    font-size: 18px;
}

#footer-sub a:visited {
    text-decoration: none;
    color: #565656;
}


#footer-sub a:hover {
    text-decoration: none;
    color: #2b004f;
}


#footer-sub a:active {
    text-decoration: none;
    color: #565656;
}

.vertical-line {
    border-right: 1px solid #dbdbdb;
    margin: 8px;
    padding: 0px;
}

.glyphicon {
    font-size: 35px;
    color: #6d6c6c;
}

#sub-two {
    margin: 0px;
    padding: 0px;
}

#sub-two .vertical-line h4 {
    color: #6d6c6c;
}


#footer-main ul {
    list-style: none;
}

#footer-main ul li {
    float: left;
    text-decoration: none;
    padding-left: 15px;
    margin-top: 17px;
}

#footer-main a:link {
    color: white;
    font-size: 12px;
}

#footer-main a:visited {
    color: white;
}


#footer-main a:hover {
    text-decoration: none;
    color: #00b9f5;
}

#footer-main .footer-logo {
    width: 100px;
    color: white;
}

#footer-main a:active {
    color: white;
}

.glyphicon-search {
    font-size: 20px;
}

#social-menu {
    float: right;
    margin-right: 60px;
}

#side-padding {
    padding: 0px;
    margin: 0px;
}

.main-card-area div {
    float: left;
}

.main-card-area {
    width: fit-content;
    margin: auto;
    height: 57px;
}

.hero-title {
    margin: -100px 0 60px;
    font-size: 60px;
    font-weight: 200;
    color: #2b004fad;
}

.checkout {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 5px;
    margin: 0px;
    background: #b62c04;
    border-color: #b62c04;
    font-size: 18px;
}

section.main .hero>img {
    display: none;
}

@media (max-width: 767px) {
    .kesfet .item img {
        width: 100% !important;
        height: auto !important;
    }

    .kesfet .item .aciklama {
        width: 100%;
        height: auto;
        background-color: transparent !important;
    }

    .kesfet .item .aciklama h2 {
        font-size: 1.5rem;
        padding-bottom: 20px;
    }

    .main-card-area img {
        width: 100%;
        height: auto;
    }

    .product .card-title {
        font-size: 15px !important;
    }

    section.main .hero {
        height: auto;
    }

    section.main .hero>img {
        display: block;
        width: 100%;
        height: auto;
    }

    .hero-title {
        margin: -40px 0 30px;
        font-size: 2rem;
        font-weight: bold;
    }

    .card-product-image {
        height: 148px !important;
    }

    .blog-card .card-title {
        font-size: 25px !important;
    }

    .default-image {
        width: 100% !important;
        height: auto;
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-for-7 {
        max-width: 14% !important;
    }
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.w-full {
    width: 100%;
}

.h-auto {
    height: auto;
}

.security-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.w-50p {
    width: 50%;
}

.m-0-auto {
    display: block;
    margin: 0 auto;
}

.f-left {
    float: left;
}

.t-center {
    text-align: center;
}

.contact-page-container {
    margin-top: 70px;
    margin-bottom: 70px;
}

.contact-page {
    list-style: none;
}

.contact-page>li {
    width: 100%;
    margin-bottom: 10px;
}

.contact-page>li>i {
    font-size: 2rem;
    margin-right: 10px;
}

.contact-page>li>a,
.contact-page>li>span {
    position: relative;
    top: -7px;
    vertical-align: middle;
}


.iletisim-map {
    width: 100%;
    height: 30vh;
}

.mt-20 {
    margin-top: 20px;
}


/*CONTACT FORM*/
.contact-page-container #success-message {
    opacity: 0;
}

.contact-page-container .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0 20% 0 20%;
}

.contact-page-container .margin-top-25 {
    margin-top: 25px;
}

.contact-page-container .form-title {
    padding: 25px;
    font-size: 30px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0;
}

.contact-page-container .form-group .form-control {
    -webkit-box-shadow: none;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: #000;
}

.contact-page-container .form-group .form-control:focus {
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-color: #000;

}

.contact-page-container textarea {
    resize: none;
}

.contact-page-container .btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.contact-page-container .btn-mod.btn-border {
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
}

.contact-page-container .btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .9);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.contact-page-container .btn-mod.btn-border:hover,
.btn-mod.btn-border:active,
.btn-mod.btn-border:focus,
.btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #000;
    background: #000;
    outline: none;
}

@media only screen and (max-width: 500px) {
    .contact-page-container .btn-mod.btn-large {
        padding: 6px 16px;
        font-size: 11px;
    }

    .contact-page-container .form-title {
        font-size: 20px;
    }
}

.contact-page-container form.form {
    padding-top: 0;
    margin-top: 10px;
    box-shadow: none;
}

/*/CONTACT FORM*/

.top-topbar-icon-link {
    font-size: 1.1rem;
    margin-right: 8px;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: .4s ease;
}

.top-topbar-icon-link:last-of-type {
    margin-right: 0;
}

.top-topbar-icon-link:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.topbar-free-shipping {
    color: #333;
    font-family: 'Roboto';
    padding-top: 3px;
    font-weight: 600;
}


.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

@media (max-width: 767px) {
    .f-right-on-mobile {
        float: right;
    }
}

.social-media-area {
    margin: unset;
    margin-top: 20px;
}

.social-media-area i {
    font-size: 2rem;
    margin-top: 20px;
}

.giris-kayit-container {
    padding-top: 4rem;
    padding-bottom: 3rem;
}


.giris-kayit-container h1.beyaz {
    font-size: 22px;
}

@media (max-width: 767px) {
    .giris-kayit-container .kayit-col {
        margin-top: 15px;
    }

    .forgot-password {
        margin-top: 10px;
    }
}


.slider-arrow {
    display: none;
}

.main-slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    padding: 15px !important;
    border-radius: 50%;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.main-slider .owl-nav .owl-prev {
    left: 20px;
}

.main-slider .owl-nav .owl-next {
    right: 20px;
}

@media (min-width: 768px) {

    .nav-item.dropdown>.dropdown-menu {
        top: 90%;
    }

    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
    }

    .slider-arrow {
        display: block;
        width: 50px;
    }

}

.owl-carousel .owl-nav button.owl-next .slider-arrow {
    transition: .8s ease;
    transform: rotate(0);
}

.owl-carousel .owl-nav button.owl-prev .slider-arrow {
    transition: .8s ease;
    transform: rotate(360deg);
}

.owl-carousel .owl-nav button.owl-next:hover .slider-arrow {
    transform: rotate(360deg);
}

.owl-carousel .owl-nav button.owl-prev:hover .slider-arrow {
    transform: rotate(0);
}

header.main-header {
    margin-bottom: 0px;
}

footer.main-footer {
    margin-top: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.t-justify {
    text-align: justify !important;
}

.blog-link:hover .blog-title {
    /* text-decoration: underline; */
}

.blog-link:hover .blog-desc {}

.blog-link .blog-image {
    border-radius: 0;
    transition: .6s ease;
}

.blog-link:hover .blog-image {
    border-radius: 50%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

html,
body,
div,
a,
span,
p {
    font-family: 'Jost', sans-serif;
}


.font-advent,
.preloader-field .preloader-text {
    font-family: 'Advent Pro';
}

.font-roboto,
.btn-custom {
    font-family: 'gothampro', sans-serif;
}


#aciklama.tab-pane,
#beden.tab-pane,
#odeme.tab-pane {
    padding: 10px 5px;
}

.fancy-hover {
    border: none;
    padding: 15px;
}

.fancy-hover>span {
    display: block;
}

.fancy-hover::before,
.fancy-hover::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: var(--color-1);
}

.fancy-hover>span::before,
.fancy-hover>span::after {
    content: "";
    width: 2px !important;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: var(--color-1);
}

.fancy-hover>span::before {
    width: 3px !important;
}

.fancy-hover:hover::before,
.fancy-hover:hover::after {
    width: 100%;
}

.fancy-hover:hover>span::before,
.fancy-hover:hover>span::after {
    height: 100%;
}

.fancy-hover::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s;
}

.fancy-hover>span::after {
    right: 0;
    bottom: 0;
    transition-duration: .4s;
}

.fancy-hover::before {
    left: 0;
    top: 0;
    transition-duration: .4s;
}

.fancy-hover>span::before {
    left: 0;
    top: 0;
    transition-duration: .4s;
}

@media (max-width: 767px) {
    .blog-desc {
        font-size: .8rem;
    }
}

.product .card-title {
    height: 100px;
    padding: 10px 30px !important;
}

@media (max-width: 767px) {
    .product-title {
        font-size: 1.3rem !important;
    }

    .product-breadcrumb,
    .product-breadcrumb a,
    .product-breadcrumb li {
        font-size: .8rem;
    }

    .urunler-title {
        font-size: 1.5rem !important;
    }

    .product .card-title {
        height: 40px;
    }

    .price h5 {
        font-size: 20px !important;
        color: #e9730e;
    }

    .product-item {
        padding: 0px 5px;
    }

    .product {
        margin-bottom: 10px;
    }

    .card-product-image {
        height: 160px !important;
    }

    .siralama-btns {
        margin-bottom: 10px;
        margin-top: 10px;
        border: solid 1px #0101018c;
        border-radius: 7px;
        overflow: hidden;
        margin-left: -10px;
        margin-right: -10px;
    }

    .product .card-title {
        font-size: 12px !important;
    }
}

.product-title {
    margin-top: 20px;
}

.not-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.incr-decr button i{
    color: #555;
}

.incr-decr button:hover i{
    color: #fff;
}

.sepet_item input{
    top: 0 !important;
    text-align: center;
    z-index: 99999999999;
}

.incr-decr button{
    padding: 5px 7px 3px 7px !important;
}

.image-additional .thumbnail{
    float: left;
}