body {
    max-width: 100%;
    background: #fff;
    font-family: Roboto, sans-serif
}

a {
    color: #25292c;
    text-decoration: none;
    transition: .3s ease all;
    font-family: Roboto, sans-serif
}

a:focus,
img:focus {
    outline: 0!important
}

:focus {
    outline: unset!important
}

a:hover {
    color: #212a44;
    text-decoration: none
}

:focus {
    box-shadow: unset!important;
    outline: unset!important
}

* {
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif
}

b {
    font-weight: 700
}

img {
    max-width: 100%
}

header {
    z-index: 3;
    position: relative
}

header .infobar {
    background: #fff;
    padding: 13px 0;
    border-bottom: 1px solid #bdbdbd;
    background: #f0f0f9
}

header .infobar span {
    color: #3c415f;
    font-size: 14px;
    font-weight: 300
}

header .infobar a {
    color: #3d4260;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500
}

header .infobar a i {
    margin-right: 5px
}

header .logobg {
    background: #fff;
    padding: 5px 0
}

header .logobg .logo img {
    width: 250px;
    margin-top: 10px
}

header .logobg .btn-g .profil-dropdown:hover .profil {
    background: #ffffff00;
    color: #3c5085
}

header .logobg .btn-g .profil-dropdown .profil .img span {
    width: 18px;
    height: 18px;
    position: absolute;
    color: #fff;
    border-radius: 100%;
    background: #1877f2;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5px;
    top: -5px
}

header .logobg .btn-g .profil-dropdown .profil .img {
    position: relative;
    width: 26px;
    height: 25px;
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

header .logobg .btn-g .profil-dropdown:hover .profil:after {
    color: #fff;
    transform: rotate(-180deg)
}

header .logobg .btn-g .profil-dropdown .profil:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #3c5085;
    position: absolute;
    right: 16px;
    transition: .3s ease all
}

header .logobg .btn-g .profil-dropdown .profil {
    background: #fff;
    border-radius: 4px;
    transition: .3s ease all;
    padding: 13.5px 16px;
    height: 48px;
    color: #3c5085;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

header .logobg .btn-g .profil-dropdown {
    width: 175px;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    border: 1px solid #e2dccb;
    border-radius: 4px
}

header .logobg .btn-g .profil-dropdown:hover .dropdownn {
    max-height: 500px;
    padding: 10px 0
}

header .logobg .btn-g .profil-dropdown .dropdownn ul:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #c1d0d7;
    transform: rotate(45deg);
    z-index: -1;
    right: 8px
}

header .logobg .btn-g .profil-dropdown .dropdownn {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease all;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 4px
}

header .logobg .btn-g .profil-dropdown .dropdownn ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    background: #c1d0d7;
    border-radius: 4px
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li:nth-child(even) a {
    background: #dae4ea
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li:hover>a {
    background: #3c5085;
    color: #fff
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li:hover>a i {
    color: #fff;
    transform: scale(2.5);
    opacity: .2
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li>a i {
    color: #3c5085;
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    width: 20px;
    text-align: center;
    transition: .3s ease all
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li>a span {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 16px;
    background: #1877f2;
    border-radius: 100%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 9px);
    color: #fff
}

header .logobg .btn-g .profil-dropdown .dropdownn ul>li>a {
    display: block;
    font-weight: 400;
    height: 46px;
    color: #25292c;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    padding-left: 50px
}

header .logobg .btn-g {
    padding: 10px 0;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 10px
}

header .logobg form input:focus {
    border: 1px solid #000
}

header .logobg form .btn .icon {
    height: 22px;
    width: 20px;
    background: url(../img/searchicon.png);
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

header .logobg .btn-icon {
    margin: 5px 0;
    border-radius: 4px;
    margin: 0 auto;
    margin-left: 10px
}

header .logobg .btn-basket i>span {
    font-family: Roboto;
    width: 15px;
    height: 15px;
    position: absolute;
    color: #fff;
    border-radius: 100%;
    background: #1877f2;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5px;
    top: -5px
}

header .logobg .btn-basket i {
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    line-height: 20px;
    display: inline-block;
    border-right: 1px solid #3c5085
}

header .logobg .btn-icon .usericon1 {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-right: 1px solid #c37905;
    vertical-align: middle;
    background: url(../img/usericon.png);
    padding-right: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 5px
}

header .logobg .btn-icon .usericon2 {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-right: 1px solid #f1ecf5;
    vertical-align: middle;
    background: url(../img/usericon2.png);
    padding-right: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 5px
}

header .menu {
    background: #fff;
    height: 50px;
}

header .menu .tumUrunler:hover {
    background: #f39307;
    color: #f2f8fd
}

header .menu .tumUrunler {
    font-weight: 500;
    line-height: 60px;
    padding: 0 21px;
    display: inline-block;
    color: #3d425f;
    vertical-align: top
}

header .headMenu .kategoriMenuBtn {
    text-align: center;
    line-height: 61px;
    color: #3d4260;
    display: inline-block;
    width: 61px;
    font-size: 28px;
    background: #fff
}

header .headMenu.active .kategoriMenuBtn,
header .headMenu:hover .kategoriMenuBtn {
    background: #fff;
    color: #f39307
}

header .headMenu {
    display: inline-block
}

header .headMenu.active .kategoriMenu,
header .headMenu:hover .kategoriMenu {
    max-height: 400px;
    opacity: 1;
    overflow-y: auto
}

header .headMenu .kategoriMenu {
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    border-top: 1px solid #e6f0f3;
    background: #fff;
    left: 0PX;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease all
}

header .headMenu .kategoriMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

header .headMenu .kategoriMenu ul>li {
    border-bottom: 1px solid #e6f0f3
}

header .headMenu .kategoriMenu ul>li>a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #c1d0d7;
    right: 15px;
    top: 15px
}

header .headMenu .kategoriMenu ul>li:hover>a:after {
    color: #646b70
}

header .headMenu .kategoriMenu ul>li:hover>a {
    background-color: #e6f0f3;
    color: #646b71
}

header .headMenu .kategoriMenu ul>li>a {
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #25292c;
    font-weight: 500
}

header .menu .navbar {
    padding: 0
}

header .menu #ustmenul ul {
    display: inline-block;
    width: 100%;
    text-align: center
}

header .menu #ustmenul ul>li {
    position: relative;
    display: inline-block;
    text-align: left
}

header .menu #ustmenul ul>li:hover a {
    color: #359bfd
}

header .menu #ustmenul ul>.hesaplama>a {
    color: #e69736
}

header .menu #ustmenul ul>.menumavi>a {
    color: #359bfd
}
header .menu #ustmenul ul>.menured>a {
    color: #d203b7
}
#ustmenul>ul>li.hesaplama>ul>li:nth-child(1) {
    border-top: 1px solid #c3ddf7
}

header .menu #ustmenul ul>li>a>i {
    font-size: 11px;
    position: relative;
    top: -1px
}

header {
    position: relative
}

header:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -26px;
    height: 30px;
    background-image: url(../img/headergolge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1
}

header .menu #ustmenul ul>li>a {
    font-weight: 500;
    line-height: 60px;
    padding: 0 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #4a4a54
}

.btn {
    max-height: 51px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    max-height: 80px;
    max-height: 50px;
    padding: 12px 14px;
    transition: .3s ease all
}

.btn.btn-sm {
    padding: 9px 25px;
    font-size: 16px;
    line-height: 16px
}

.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled):focus,
.btn.btn-warning:not(:disabled):not(.disabled):hover {
    color: #f39306;
    background: 0 0;
    border-color: #f39306
}

.btn.btn-warning {
    background-color: #1877f2;
    color: #fff;
    border: 2px solid #f39306
}

.btn.btn-default:not(:disabled):not(.disabled):active,
.btn.btn-default:not(:disabled):not(.disabled):focus,
.btn.btn-default:not(:disabled):not(.disabled):hover {
    color: #bf7606;
    background: #ece5d1
}

.btn.btn-default {
    background-color: #fdfaf2;
    color: #f29300;
    border: 1px solid #e2dccb;
    border-bottom: 2px solid #f0edf3;
    box-shadow: unset
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(:disabled):not(.disabled):hover {
    color: #f39400;
    background: #fff;
    border-color: #f39400;
    box-shadow: 0 10px 10px 0 rgba(143, 65, 48, .1)
}

.btn.btn-primary {
    background-color: #f39400;
    color: #fff;
    border: 1px solid #f1a735;
    box-shadow: 0 12px 20px 0 rgba(244, 157, 64, .36)
}

.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled):focus,
.btn.btn-success:not(:disabled):not(.disabled):hover {
    color: #fff;
    background: #65e294
}

.btn.btn-success {
    background: #4ad17c;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: unset;
    border-bottom: 2px solid #3cab65;
    box-shadow: 0 12px 20px 0 rgba(64, 244, 82, .23)
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px
}

.row.newzero>div {
    padding-left: 0;
    padding-right: 0
}

.row.newzero {
    margin-left: 0;
    margin-right: 0
}

.row.newrow>div {
    padding-left: 5px;
    padding-right: 5px
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px
}

section.anasayfaBanner {
    padding-top: 30px;
    background-image: url(../img/sliderpattern.jpg);
    background-position: center;
    padding-bottom: 20px
}

section.anasayfaBanner .row {
    margin-left: -5px;
    margin-right: -5px
}

section.anasayfaBanner .row>div {
    padding: 0 5px
}

section.anasayfaBanner .solbanner {
    width: 100%;
    display: block;
    height: 100%
}

section.anasayfaBanner .solbanner div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

section.anasayfaBanner .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

section.anasayfaBanner .swiper-slider .sliderCover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    bottom: 0;
    z-index: 2
}

section.anasayfaBanner .swiper-slider .sliderCover h1 {
    margin-top: 75px;
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 45px
}

section.anasayfaBanner .swiper-slider .sliderCover .btn-info {
    background: 0 0;
    border: 2px solid #fff
}

section.anasayfaBanner .swiper-slider .sliderCover .btn-success {
    background: #4aba00;
    border: 2px solid #4aba00
}

section.anasayfaBanner .swiper-slider .sliderCover form {
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 600px;
    margin-top: 30px
}

section.anasayfaBanner .swiper-slider .sliderCover form input {
    width: 100%;
    border: 0;
    border-radius: 4px;
    line-height: 65px;
    padding: 0 20px
}

section.anasayfaBanner .swiper-slider .sliderCover form .btn {
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    bottom: 7.5px;
    padding: 10px 20px;
    background: #359bfd;
    border: 0;
    color: #fff;
    font-weight: 600
}

section.anasayfaBanner .swiper-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    background: no-repeat center bottom;
    background-size: cover;
    z-index: 2;
    overflow: hidden
}

section.anasayfaBanner .swiper-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    border: 1px solid #c1d0d7;
    transition: .3s ease all
}

section.anasayfaBanner .swiper-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3c5085;
    border: 1px solid #3c5085;
    width: 12px;
    height: 12px;
    vertical-align: middle
}

section.urunAsamalari {
    border-radius: 4px;
    background: #fff;
    padding: 40px 20px 40px;
    margin: 40px 0
}

section.urunAsamalari .asama {
    border-radius: 7px;
    text-align: center;
    padding: 20px;
    height: 100%;
    position: relative;
    transition: .3s ease all
}

section.urunAsamalari .asama:not(.first):before {
    content: '';
    background: url(../img/ok.png);
    width: 110px;
    height: 36px;
    position: absolute;
    right: -55px;
    background-repeat: no-repeat;
    background-position: center;
    top: 35px;
    background-size: contain
}

section.urunAsamalari .asama .icon {
    background: #f49400;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    transition: .3s ease all
}

section.urunAsamalari .asama span {
    font-size: 16px;
    line-height: 52px
}

section.urunAsamalari .asama p {
    font-size: 14px;
    font-weight: 400
}

section.urunAsamalari .asama.active .icon,
section.urunAsamalari .asama:hover .icon {
    background: #750000
}

section.urunAsamalari .asama.active,
section.urunAsamalari .asama:hover {
    box-shadow: 0 0 31.92px 6.08px #f5eace
}

section.urunler {
    padding: 20px 0
}

section.urunler div>h1 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px
}

section.benzerurunler {
    border-radius: 0;
    border: 2px solid #fdf2e6;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #fdeedf;
    margin: 30px 0
}

section.benzerurunler h1 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px
}

section.urunler .urun {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    transition: ease all .3s
}

section.urunler .urun:hover {
    box-shadow: 0 0 20px #d4baad
}

section.urunler .urun>a {
    display: block
}

section.urunler .urun>a .img {
    padding-bottom: 97%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease all .5s
}

section.urunler .urun:hover>a .img {
    background-size: 110%
}

section.urunler .urun hr {
    border: 2px solid #f2f8fd
}

section.urunler .urun .aciklama a:not(.btn) span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 20px 0;
    text-align: center
}

section.urunler .urun .aciklama .adet {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px
}

section.urunler .urun .aciklama .kargo {
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px
}

section.urunler .urun .aciklama .fiyat small {
    font-size: 11px
}

section.urunler .urun .aciklama .fiyat {
    font-size: 18px;
    font-weight: 600;
    color: #f39400;
    line-height: 1;
    line-height: 10px;
    padding: 0 15px
}

footer {
    background: #575756;
    padding: 40px 0 0 0;
    margin-top: 50px
}

footer .iconlar {
    border-bottom: 3px solid #c1d0d7;
    margin-bottom: 30px
}

footer .icon {
    padding: 40px 0;
    cursor: pointer;
    display: flex;
    color: #3c5085;
    align-items: center;
    justify-content: center;
    transition: .3s ease all
}

footer .icon i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle
}

footer .icon span {
    display: inline-block
}

footer .icon:hover {
    background: #c1d0d733;
    color: #4ad17c
}

footer h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background: #00000014;
    display: none
}

footer h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 10px
}

footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 30px
}

footer ul.cift>li {
    width: 49%;
    display: inline-block
}

footer ul>li>a:hover {
    color: #ffffffa3
}

footer ul>li,
footer ul>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff
}
footer ul>li>i{
	margin-right:10px;
}
footer ul>li>i+a{
	display:inline;
}

footer .social {
    padding: 25px 0;
    display: flex;
    justify-content: space-around;
    display: none
}

footer .social a:hover {
    color: #fff;
    border: 2px solid transparent
}

footer .social a:hover:before {
    transform: scale(1)
}

footer .social a {
    display: inline-flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 19px;
    border: 2px solid #f2f8fd;
    color: #f39307;
    border-radius: 100%
}

footer .social a:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #f39307;
    position: absolute;
    top: 0;
    border-radius: 100%;
    transform: scale(0);
    transition: .3s ease all
}

footer .social a span {
    position: relative
}

form .form-group {
    margin-bottom: 10px
}

form .form-group label {
    font-size: 12px;
    margin-bottom: 5px
}

form .form-control:focus {
    background: #f0f0f4;
    border: 1px solid #d6d6d6
}

form select.form-control {
    color: #495057
}

form .form-control {
    border-radius: 4px;
    background: #fff;
    border: 2px solid #fce1c4;
    font-size: 13px;
    padding: 7px 20px;
    color: #212529;
    transition: .3s ease all
}

.parolamiUnuttum {
    font-size: 14px;
    margin-bottom: 15px;
    display: block
}

.hemenUyeOl {
    display: block;
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin: 20px 0 0
}

.modal.ayrintiModal .modal-body {
    padding: 10px 30px 10px 30px;
}

.modal.ayrintiModal .modal-body h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600
}

.modal.ayrintiModal .modal-content {
    border: 0;
    border-radius: 10px;
}

.modal.ayrintiModal .close {
    opacity: 1;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    margin: 0;
    display: flex;
    text-shadow: unset;
    line-height: 0;
    position: absolute;
    right: -6px;
    top: 16px;
    z-index: 22
}

.breadcrumb {
    background: #fff;
    border-radius: 0;
    padding: 10px 0;
    margin: 0
}

.breadcrumb .breadcrumb-item:first-child a {
    color: #007bff;
    font-weight: 700
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #caad95
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #9a9a9a
}

.breadcrumb .breadcrumb-item a {
    color: #9a9a9a
}

.swiper-urunResimleri {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    position: sticky
}

.swiper-urunResimleri .swiper-slide a {
    display: block
}

.swiper-urunResimleri .swiper-slide a>.img {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.sablonlar {
    border-radius: 4px;
    border: 2px solid #f0f0f4;
    padding: 30px 20px 20px 20px;
    margin-bottom: 30px;
    background: #fff;
    min-height: 170px;
    position: relative;
    position: sticky
}

.sablonlar .baslik {
    position: absolute;
    top: -13px;
    background: #fff;
    padding: 5px 25px 5px 10px;
    border-radius: 4px
}

.sablonlar .nav {
    border-bottom: 2px solid #f0f0f4
}

.sablonlar .nav>li {
    margin: 0 auto;
    margin-bottom: -2px
}

.sablonlar .nav>li>a {
    padding: 0 5px;
    border-bottom: 2px solid transparent;
    margin: 0;
    margin-bottom: 0;
    display: block;
    font-weight: 600
}

.sablonlar .nav>li>a.active {
    border-bottom: 2px solid #3c5085;
    padding: 0 10px;
    color: #3c5085
}

.sablonlar .tab-pane {
    padding: 10px 0
}

.sablonlar .template-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 10px
}

.sablonlar .template-list>li>a {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #484848;
    border-bottom: 1px solid #f0f0f4
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px
}

.row.newrow>div {
    padding-left: 5px;
    padding-right: 5px
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px
}

.urunDetay .siparisBilgisi {
    border-radius: 4px;
    border: 2px solid #f0f0f4;
    padding: 10px;
    background: #fff;
    top: 20px
}

.urunDetay .siparisBilgisi .fiyat {
    font-size: 32px;
    display: block;
    text-align: center;
    background: #f0f0f4;
    border-radius: 4px;
    margin: 10px 0;
    transition: .3s ease all
}

.urunDetay .siparisBilgisi span {
    display: block;
    font-size: 13px;
    text-align: center
}

.urunDetay .siparisBilgisi span.kargo {
    color: #007bff;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600
}

.urunDetay .siparisBilgisi .btn {
    letter-spacing: 1.1px
}

.urunDetay .ozellikSecimAlani {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    border: 2px solid #f0f0f4
}

.urunDetay .ozellikSecimAlani h1.urunAdi {
    font-size: 30px;
    color: #4a4f55;
    margin: 0;
    padding: 0
}

.customCheckbox .customCheck {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 25px;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    min-width: 124px
}

.customCheckbox .customCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.customCheckbox .customCheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #e9e9e9;
    border-radius: 4px
}

.customCheckbox .customCheck input:checked~.checkmark {
    border: 2px solid #007bff
}

.customCheckbox .customCheck .checkmark:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    right: -2px;
    top: -1px;
    background: #007bff;
    width: 16px;
    display: none;
    height: 15px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    border-radius: 4px
}

.customCheckbox .customCheck input:checked~.checkmark:after {
    display: block
}

.customRadioBox .customRadio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 18px;
    background: #fff;
    border-radius: 4px;
    min-width: 117px;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.customRadioBox .customRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.customRadioBox .customRadio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    transition: ease all .3s
}

.customRadioBox .customRadio .checkmark:hover {
    border: 2px solid #607d8b;
    transition: ease all .3s
}

.customRadioBox .customRadio input:disabled~.checkmark {
    background: #f7f7f7d6
}

.customRadioBox .customRadio input:checked~.checkmark {
    border: 2px solid #007bff
}

.customRadioBox .customRadio .checkmark:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    right: -2px;
    top: -1px;
    background: #007bff;
    width: 16px;
    display: none;
    height: 15px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    border-radius: 2px;
    border-bottom-left-radius: 4px
}

.customRadioBox .customRadio input:checked~.checkmark:after {
    display: block
}

.sepetArea .adresBilgisi {
    font-size: 20px;
    padding: 20px 0
}

.sepetArea .adresBilgisi p {
    font-size: 15px
}

.sepetArea .adresBilgisi p i {
    font-size: 8px;
    vertical-align: middle;
    line-height: 21px
}

.sepetArea {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    margin-bottom: 40px
}

.sepetArea h1 {
    color: #4a4f55;
    font-size: 18px
}

.sepetArea .sepetlist .sepetitem {
    border-bottom: 1px solid #f2f8fd;
    padding: 20px 0
}

.sepetArea .sepetlist .sepetitem .img {
    padding-bottom: 100%;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 100%;
    display: block;
    width: 100%;
    background-size: cover;
    box-shadow: 0 12px 20px 0 #d8e4ec
}

.sepetArea .sepetlist .sepetitem p b {
    display: inline-block;
    margin-right: 5px
}

.sepetArea .sepetlist .sepetitem p {
    font-size: 11px
}

.sepetArea .sepetlist .sepetitem small {
    font-size: 12px;
    font-weight: 400;
    line-height: 7px
}

.sepetArea .sepetlist .sepetitem .bilgitooltip {
    font-size: 11px
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
    font-size: 11px
}

.sepetArea .sepetlist .sepetitem span {
    display: block
}

.sepetArea .sepetlist .sepetitem .sepettensil {
    background: #f0f0f4;
    opacity: 1;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    margin: 0;
    display: flex;
    padding: 7px 8.5px;
    text-shadow: unset;
    line-height: 0;
    z-index: 22;
    cursor: pointer
}

.sepetArea .sepetlist .flex-m {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column
}

.sipariOzeti .row {
    border-bottom: 1px solid #f2f8fd
}

.sipariOzeti span {
    font-size: 14px;
    line-height: 26px;
    display: block
}

.sipariOzeti .toplam span {
    font-size: 17px;
    line-height: 45px
}

.sipariOzeti .btn {
    margin-top: 40px
}

.sipariOzeti {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    margin-bottom: 40px;
    position: sticky;
    top: 20px
}

section.kampanyalar {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    margin-bottom: 40px
}

section.kampanyalar h1 {
    color: #4a4f55;
    font-size: 30px
}

section.kampanyalar .kampanya {
    margin-bottom: 30px;
    display: block
}

section.kampanyalar img {
    display: block
}

section.icerik h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 80px;
    background: #f39300
}

section.icerik h2 {
    font-size: 18px;
    line-height: 38px;
    color: #f39400;
    position: relative;
    margin-bottom: 30px
}

section.icerik h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 80px;
    background: #f39300
}

section.icerik h1 {
    font-size: 18px;
    line-height: 38px;
    color: #f39400;
    position: relative;
    margin-bottom: 30px
}

.haberler .haber:hover {
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 24px -4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, .3);
    border: 1px solid #fff
}

.haberler .haber {
    height: 220px;
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d7dbe8;
    margin-bottom: 15px;
    margin-top: 15px
}

.haberler .haber .haberdetay small {
    color: #9fa4af;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    border-bottom: 1px solid #4a4f55;
    margin-bottom: 10px
}

.haberler .haber .haberdetay span {
    color: #4a4f55;
    font-size: 16px;
    line-height: 21px;
    display: block;
    font-weight: 600
}

.haberler .haber .haberdetay p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #9fa4af
}

.haberler .haber .haberdetay .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 1px 10px;
    text-align: center
}

.haberler .haber .haberdetay {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 155px);
    transition: .5s ease all
}

.haberler .haber.hideimage .haberdetay {
    width: 99%
}

.haberler .haber.hideimage:hover .haberdetay {
    width: calc(100% - 155px)
}

.haberler .haber:Hover .img,
.haberler .haber:not(.hideimage) .img {
    width: 140px;
    margin-right: 10px
}

.haberler .haber .img {
    background-size: cover;
    transition: .5s ease all;
    display: inline-block;
    background-position: left center;
    vertical-align: top;
    width: 0;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

section.blogdetay .blogimg {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    margin-bottom: 40px;
    margin: 20px 0
}

section.blogdetay .blogimg a {
    display: block
}

section.blogdetay .blogimg a .img {
    display: block;
    padding-bottom: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section.blogdetay .blog h1 {
    color: #4a4f55;
    font-size: 30px
}

section.blogdetay .blog {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    margin-bottom: 40px
}

section.blogdetay .blog p {
    color: #4a4f55;
    font-size: 14px
}

section.iletisim h1 {
    color: #4a4f55;
    font-size: 25px;
    margin-bottom: 10px
}

section.iletisim {
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px
}

section.harita {
    padding-bottom: 30px
}

section.harita .container {
    position: relative
}

section.harita .maparea {
    height: 465px
}

section.harita .iletisimbilgisi {
    position: absolute;
    left: 0;
    z-index: 2;
    background: #fff;
    top: 35px;
    height: 435px;
    padding: 30px 50px 50px;
    width: 460px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 24px -4px rgba(0, 0, 0, .3);
    box-shadow: 0 -15px 25px -13px rgba(0, 0, 0, .3)
}

section.harita .iletisimbilgisi h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 80px;
    background: #1877f2
}

section.harita .iletisimbilgisi h2 {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    position: relative
}

section.harita .iletisimbilgisi p {
    margin: 15px 0;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
    color: #2d2a18;
    display: inline-flex;
    width: 100%
}

section.harita .iletisimbilgisi p>i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
    color: #b2b2b2;
    display: inline-block;
    min-width: 40px;
    text-align: center
}

section.harita .iletisimbilgisi a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    color: #2d2a18;
    vertical-align: middle;
    padding: 7px 0
}

.customcontent p {
    margin: 5px 0;
    line-height: 18px;
    font-size: 14px
}

.customcontent strong {
    font-weight: 600
}

.customcontent ol>li {
    margin: 3px 0
}

.customcontent ul>li {
    margin: 3px 0
}

.customcontent ul {
    list-style-type: circle;
    padding-left: 20px
}

.customcontent ol {
    float: left;
    list-style-type: circle
}

.customcontent em {
    font-style: italic
}

.customcontent u {
    text-decoration: underline
}

.customcontent h1 {
    font-size: 2.5rem
}

.customcontent h2 {
    font-size: 2rem
}

.customcontent h3 {
    font-size: 1.75rem
}

.customcontent h4 {
    font-size: 1.5rem
}

.customcontent h5 {
    font-size: 1.25rem
}

.customcontent h6 {
    font-size: 1rem
}

.customcontent blockquote {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.customcontent small {
    font-size: 80%;
    font-weight: 400
}

.fotogaleri>div {
    margin-bottom: 30px
}

.fotogaleri {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.fotogaleri .foto a,
.fotogaleri .urun a,
.fotogaleri .video a {
    display: block
}

.fotogaleri span {
    margin: 10px 0;
    display: block
}

.fotogaleri .foto:Hover a::before,
.fotogaleri .urun:Hover a::before,
.fotogaleri .video:Hover a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000003b;
    border-radius: 2px
}

.fotogaleri .foto a,
.fotogaleri .urun a,
.fotogaleri .video a {
    position: relative
}

.fotogaleri .foto:Hover a::after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 26px);
    color: #fff;
    left: calc(50% - 16.25px);
    font-size: 35px
}

.fotogaleri .video:Hover a::after {
    content: "\f144";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 26px);
    color: #fff;
    left: calc(50% - 15px);
    font-size: 35px
}

.fotogaleri .urun:Hover a::after {
    content: "\f06e";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 26px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px
}

.fotogaleri .foto,
.fotogaleri .urun,
.fotogaleri .video {
    position: relative;
    display: inline-block;
    width: 100%
}

.fotogaleri .foto img,
.fotogaleri .urun img,
.fotogaleri .video img {
    border-radius: 2px;
    width: 100%
}

.card {
    border: 0;
    border-radius: 2px;
    margin: 7px 0;
    background: 0 0
}

.card .card-header a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 15px 30px;
    border-radius: 2px;
    background: #25292c
}

.card .card-header a[aria-expanded=false]::after {
    content: "\f067";
    font-family: FontAwesome;
    background: #222629;
    padding: 9px 12px;
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    bottom: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    min-width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 500
}

.card .card-header a[aria-expanded=true] {
    background: #1877f2;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.card .card-header a[aria-expanded=true]::after {
    content: "\f068";
    font-family: FontAwesome;
    background: #1877f2;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fffffc;
    bottom: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    min-width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 500
}

.card .card-header {
    padding: 0;
    background: #f2f2f2;
    color: #363636;
    border-radius: 2px;
    position: relative;
    border-radius: 2px;
    border: 0
}

.card .card-body {
    color: #fffffc;
    font-weight: 600;
    max-height: 250px;
    line-height: 15px;
    font-size: 12px;
    background: #1877f2
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 13px 20px
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1877f2;
    border-color: #1877f2 #1877f2 #1877f2;
    padding: 13px 25px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #212a44;
    background: #212a44;
    color: #fff
}

.nav-tabs {
    border-bottom: 1px solid #e0d7be;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#icerik {
    background: #fff;
    box-shadow: 0 12px 20px 0 #ebf2f9;
    padding: 30px 20px;
    min-height: 800px
}

.tab-content>.tab-pane p {
    font-weight: 300
}

.tab-content>.tab-pane {
    display: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 26px
}

.urunDetay2 .siparisBilgisi {
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #e0d7be;
    position: sticky;
    top: 0
}

.urunDetay2 .siparisBilgisi .fiyat {
    font-size: 32px;
    display: block;
    text-align: center;
    background: #fdfaf2;
    border-radius: 4px;
    margin: 10px 0
}

.urunDetay2 .siparisBilgisi span {
    display: block;
    font-size: 13px;
    text-align: center
}

.urunDetay2 .siparisBilgisi span.kargo {
    color: #f29f06;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600
}

.urunDetay2 .siparisBilgisi .btn {
    letter-spacing: 1.1px
}

.urunDetay2 {
    border-radius: 0;
    border: 2px solid #fdfaf2;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 rgba(252, 224, 197, .59)
}

.urunDetay2 .urunminiAciklama {
    padding: 20px 0
}

.urunDetay2 .urunminiAciklama p b {
    display: inline-block;
    margin-right: 5px
}

.urunDetay2 .urunminiAciklama p {
    font-size: 13px
}

.urunDetay2 .kdv {
    font-size: 14px;
    line-height: 14px;
    color: #25292c
}

.urunDetay2 .fiyat {
    font-size: 30px;
    display: block;
    line-height: 30px
}

.urunDetay2 .btn-sepetekle {
    padding: 12px 50px
}

.urunDetay2 .kargo {
    color: #f29f06;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: block
}

.urunDetay2 h1.urunAdi {
    font-size: 30px;
    color: #50290f;
    margin: 0;
    padding: 0
}

.urunDetay2 .tabArea .nav>li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: -1px
}

.urunDetay2 .tabArea .nav>li>a {
    display: block;
    padding: 15px 10px;
    border: 1px solid transparent;
    color: #502910;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.tabArea .nav>li>a:hover,
.urunDetay2 .tabArea .nav>li>a.active {
    border: 1px solid #e0d7be;
    border-bottom: 1px solid #fdfaf2;
    padding: 15px 10px;
    background: #fdfaf2;
    color: #f39400
}

.tabArea .nav>li>a:hover {
    background: #fff
}

.bilgilerimArea h1 {
    font-size: 18px
}

.bilgilerimArea h2 {
    font-size: 19px
}

.bilgilerimArea p {
    font-size: 13px
}

.bilgilerimArea {
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #e0d7be;
    border-radius: 4px;
    margin: 20px 0
}

.profilSidebar {
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #e0d7be;
    border-radius: 4px;
    margin: 20px 0
}

.profilSidebar span {
    font-size: 13px;
    display: block;
    color: #000;
    padding-left: 2px;
    font-weight: 300;
    margin-bottom: 15px
}

.profilSidebar h1 {
    line-height: 18px;
    font-size: 31px;
    margin-bottom: 18px;
    font-weight: 4500
}

.profilSidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px
}

.profilSidebar ul>li {
    border-bottom: 1px solid #f2f8fd
}

.profilSidebar ul>li>a.active:before,
.profilSidebar ul>li>a:hover:before {
    width: 100%
}

.profilSidebar ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #3c5085;
    transition: .3s ease all
}

.profilSidebar ul>li>a.active,
.profilSidebar ul>li>a:hover {
    color: #3c5085
}

.profilSidebar ul>li>a {
    display: block;
    font-size: 13px;
    position: relative;
    line-height: 42px;
    padding: 0 20px
}

.adreslerim .adres:before {
    content: '';
    background: #3c50853d;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s ease all
}

.adreslerim .adres:hover:before {
    opacity: 1
}

.adreslerim .adres.secildi {
    border-color: #65e294;
    box-shadow: 0 6px 10px 0 #d8e4ec!important
}

.adreslerim .adres {
    height: 120px;
    display: block;
    border-radius: 4px;
    border: 1px solid #717a92;
    margin-bottom: 16px;
    padding: 6px;
    position: relative
}

.adreslerim .adres.adresEkle i {
    display: block;
    font-size: 30px;
    text-align: center
}

.adreslerim .adres.adresEkle {
    display: flex;
    justify-content: center;
    align-items: center
}

.adreslerim .adres .baslik {
    font-size: 14px;
    font-weight: 600
}

.adreslerim .adres .adSoyad {
    font-size: 12px;
    font-weight: 700;
    border-bottom:1px solid #ccc;
}

.adreslerim .adres p {
    margin: 6px 0 0;
    font-size:12px;
}

div#faturaarea2.row form .form-group label{
	margin:0;
}

div#faturaarea2.row form .form-group{
	margin-bottom:4px;
}


.card-default {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border-radius: 4px;
    padding: 20px
}

.card-default .card-header {
    background-color: #fff;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    font-weight: 500
}

.card-default .card-header .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-default .card-header .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

.card-default .card-footer {
    background-color: transparent;
    border-top: 1px solid #cddadf
}

.steps {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.steps:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    height: 3px;
    background: #c1d0d7
}

.steps .step.done .icon {
    border-color: #65e294;
    color: #65e294;
    box-shadow: 0 2px 20px 0 #d8e4ec
}

.steps .step.done span {
    color: #65e294
}

.steps .step.active .icon {
    border-color: #1877f2;
    color: #1877f2;
    box-shadow: 0 2px 20px 0 #d8e4ec
}

.steps .step.active span {
    color: #1877f2
}

.steps .step {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 20px 0
}

.steps .step .icon {
    width: 100px;
    height: 100px;
    border: 3px solid #c1d0d7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #c1d0d7;
    background: #fff
}

.steps .step span {
    color: #c1d0d7;
    display: block;
    margin-top: 5px
}

.odeme-sonuc {
    text-align: center;
    display: block
}

.odeme-sonuc.success>i {
    color: #65e294;
    border-color: #65e294;
    box-shadow: 0 2px 20px 0 rgba(74, 209, 124, .78)
}

.odeme-sonuc.success>span {
    color: #4ad17c
}

.odeme-sonuc.danger>i {
    color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 2px 20px 0 rgba(220, 53, 69, .79)
}

.odeme-sonuc.danger>span {
    color: #dc3545
}

.odeme-sonuc.danger>p {
    color: #dc3545;
    font-size: 14px
}

.odeme-sonuc>i {
    width: 100px;
    height: 100px;
    border: 3px solid #c1d0d7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #c1d0d7;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 40px
}

.odeme-sonuc>span {
    display: block;
}

.siparislerim {
    margin: 20px 0
}

.siparislerim .siparis {
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 20px 0 #d8e4ec;
    border-radius: 4px;
    margin: 5px 0
}

.siparislerim .siparis .siparisdurumu i {
    background: #d8d8d8;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    margin-right: 3px
}

.siparislerim .siparis .siparisdurumu {
    font-size: 13px;
    width: 100%
}

.siparislerim .siparis .siparisdurumu .hazirlaniyor i {
    color: #fff
}

.siparislerim .siparis .siparisdurumu .hazirlaniyor {
    color: #ccc
}

.siparislerim .siparis .siparisdurumu .kargoda i {
    color: #fff;
    background: #f39306
}

.siparislerim .siparis .siparisdurumu .kargoda {
    color: #f39306
}

.siparislerim .siparis .siparisdurumu .teslimedildi i {
    color: #fff;
    background: #4ad17c
}

.siparislerim .siparis .siparisdurumu .teslimedildi {
    color: #4ad17c
}

.siparislerim .siparis .siparisdurumu .iptal i {
    color: #fff;
    background: #dc3545
}

.siparislerim .siparis .siparisdurumu .iptal {
    color: #dc3545
}

.siparislerim .siparis .ozet>.row {
    margin: 0 -5px
}

.siparislerim .siparis .ozet>.row>div {
    padding: 0 5px
}

.siparislerim .siparis .ozet .img {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    width: 100%
}

.siparislerim .siparis .ozet .siparisno {
    font-size: 13px;
    width: 100%
}

.siparislerim .siparis .ozet .siparisno small {
    display: block;
    font-size: 13px;
    color: #d2d2d2
}

.siparislerim .siparis .ozet .fiyat {
    color: #4ad17c;
    font-weight: 700;
    width: 100%;
    text-align: right
}

.siparislerim .siparis .ozet .flex-m {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.siparislerim .siparis .ozet .siparisDetayBtn i {
    transition: .3s ease all
}

.siparislerim .siparis.active .ozet .siparisDetayBtn i {
    transform: rotate(-180deg)
}

.siparislerim .siparis .ozet .siparisDetayBtn {
    font-size: 19px;
    width: 39px;
    height: 30px;
    background: #c1d0d7;
    color: #3c5085;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-weight: 700
}

.siparislerim .siparis .ozet .fiyat small {
    display: block;
    font-size: 12px;
    color: #d2d2d2;
    text-align: right
}

.siparislerim .siparis.active .detay {
    max-height: 1000vh;
    padding: 20px 0
}

.siparislerim .siparis .detay {
    max-height: 0;
    transition: .3s ease all;
    overflow: hidden
}

.siparislerim .siparis .detay .urunler .urun .flex-m {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column
}

.siparislerim .siparis .detay .urunler .urun {
    border-bottom: 1px solid #f2f8fd;
    padding: 10px 0
}

.siparislerim .siparis .detay .urunler .urun .urundadi {
    width: 100%;
    font-size: 14px
}

.siparislerim .siparis .detay .urunler .urun .fiyat {
    display: block;
    color: #4ad17c;
    font-weight: 700;
    width: 100%
}

.siparislerim .siparis .detay .urunler .urun .aciklama p {
    margin: 0;
    font-size: 12px;
    color: #000000bd
}

.siparislerim .siparis .detay .urunler .urun .aciklama {
    font-size: 12px;
    width: 100%
}

.siparislerim .siparis .detay .urunler .urun .img {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    width: 100%
}

.siparislerim .siparis .detay .adresbilgi h1 {
    margin: 10px 0 20px;
    font-size: 22px;
    font-weight: 600
}

.siparislerim .siparis .detay .adresbilgi h3 {
    font-size: 17px
}

.siparislerim .siparis .detay .adresbilgi p {
    color: #0000005c
}

.sipariRapor {
    margin-bottom: 10px;
    transition: .3s ease all
}

.sipariRapor.active {
    background: #eadddd;
    padding: 0 10px
}

.sipariRapor.active .satir {
    max-height: 500px;
    opacity: 1;
    padding: 10px 0 10px
}

.sipariRapor.active .baslik {
    color: #25292c;
    cursor: pointer
}

.sipariRapor>.baslik {
    text-align: left;
    border-bottom: 1px solid #fdfaf2;
    line-height: 35px;
    font-size: 14px;
    padding-bottom: 10px;
    color: #3d425f;
    cursor: pointer;
    transition: .3s ease all
}

.sipariRapor>.baslik>i {
    float: right;
    margin-top: 10px;
    margin-right: 10px
}

.sipariRapor .satir {
    border-bottom: 1px solid #fdfaf2;
    padding: 5px 0 10px;
    max-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    margin: 0
}

.sipariRapor .satir>.baslik {
    font-size: 12px;
    transition: .3s ease all;
    cursor: default;
    display: inline-block
}

.sipariRapor .satir>.fiyati {
    font-weight: 700;
    transition: .3s ease all;
    display: inline-block;
    float: right;
    font-size: 15px
}

.baskiRapor>.baslik {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 10px
}

.baskiRapor .satir {
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 0 4px;
    margin-bottom: 10px
}

.baskiRapor .satir>.baslik {
    font-size: 12px;
    transition: .3s ease all;
    display: inline-block
}

.baskiRapor .satir>.fiyati {
    font-weight: 700;
    transition: .3s ease all;
    font-size: 12px;
    display: inline-block;
    float: right
}

.siparisBilgisi.loading:before {
    content: ''
}

.siparisBilgisi.loading:after {
    content: ''
}

.siparisBilgisi.loading .satir>.baslik {
    position: relative;
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.siparisBilgisi.loading .satir>.fiyati {
    position: relative;
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.siparisBilgisi.loading .satir>.baslik:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #e6e6e6
}

.siparisBilgisi.loading .satir>.fiyati:after {
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    background: #c1c1c1
}

.siparisBilgisi.loading .fiyat {
    filter: blur(7px);
    -webkit-filter: blur(7px)
}

.kapakArea.active {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border: 2px solid #bedfff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px
}

.kapakArea {
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    transition: .3s ease all
}

.alturunler {
    margin-bottom: 20px
}

.alturunler .flex-m {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.alturunler>.baslik {
    padding: 5px 10px;
    background: #359bfd;
    border-radius: 4px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600
}

.alturunler .urunlist .urun:hover {
    background: #e9f8ff
}

.alturunler .urunlist .urun {
    border-bottom: 1px solid #afc0d0;
    padding: 5px 0;
    padding: 5px 0;
    transition: .3s ease all
}

.alturunler .urunlist .urun .img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 34px -15px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.alturunler .urunlist .urun .fiyat {
    font-size: 20px;
    color: #5d5a58
}

input {
    -webkit-user-select: text
}

input,
input:after,
input:before {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial
}

.dosya-yuklemealani .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    background: #d1ecd7;
    transition: .1s ease all
}

.dosya-yuklemealani:hover .bgimg {
    background-image: url(../img/uploadbghv.png)
}

.dosya-yuklemealani .bgimg {
    background-image: url(../img/uploadbg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.dosya-yuklemealani .yuklemeyuzde {
    display: block!important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 60px;
    font-size: 14px;
    color: #212529
}

.dosya-yuklemealani:not(.yuklendi):not(.yukleniyor):hover {
    border-color: #1877f2
}

.dosya-yuklemealani.yukleniyor {
    border-color: #28a745
}

.dosya-yuklemealani.yuklendi {
    border-color: #28a745
}

.dosya-yuklemealani.yukleniyor .bgimg {
    background-image: url(../img/uploadbgloader.png)
}

.dosya-yuklemealani.yuklendi .bgimg {
    background-image: url(../img/uploadbgok.png)
}

.dosya-yuklemealani {
    display: block;
    border: 1px dashed #cbd1d6;
    padding: 0;
    transition: .3s ease all;
    border-radius: 4px;
    position: relative
}

.dosya-yuklemealani input {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    transition: .3s ease all;
    position: relative;
    z-index: 2;
    opacity: 0
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 60px 30px
    }
}

@keyframes stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 60px 30px
    }
}

.dosya-yuklemealani.background,
.dosya-yuklemealani.yukleniyor,
.dosya-yuklemealani:hover {
    background: #fff;
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #f6f6f6 25%, transparent 25%, transparent 50%, #f6f6f6 50%, #f6f6f6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #f6f6f6 25%, transparent 25%, transparent 50%, #f6f6f6 50%, #f6f6f6 75%, transparent 75%, transparent)
}

.dosya-yuklemealani.basarili {
    border-color: #28a745;
    background: #28a74517
}

.sepetArea .sepetlist .sepetitem .dosya-yuklemealani span {
    display: none;
    position: relative;
    z-index: 2
}

.sepetArea .sepetlist .sepetitem .dosya-yuklemealani.basarili span {
    display: block;
    font-size: 10px;
    color: #28a745;
    padding: 0 20px 10px;
    transition: .3s ease all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.display-close {
    display: none!important
}

.sepetitem .flex-ozel {
    display: inline-block;
    height: auto!important;
    text-align: center!important
}

.sepetitem .group-ozel {
    margin: 0!important;
    margin-bottom: 5px!important
}

.sepetitem .baslik-ozel {
    margin: 0!important
}

.sepetitem .alt-baslik-ozel {
    padding: 5px 10px!important;
    font-size: 15px!important;
    margin: 0!important;
    width: 50%;
    text-align: center
}

.sepetitem .alt-baslik-ozel:after {
    width: 10px!important;
    height: 10px!important;
    font-size: 7px!important
}

#wt_embed .wt_embed__message .main {
    font-size: 12px!important;
    font-weight: 500;
    line-height: 20px;
    color: #17181a
}

.weUpload .link-alan {
    width: 100%
}

#wt_embed .wt_embed__message {
    white-space: unset!important;
    display: block!important;
    flex-grow: unset!important
}

#wt_embed .wt_embed_wrapper .wt_embed__button {
    display: block!important;
    text-align: center!important
}

#wt_embed .wt_embed_wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 178px!important;
    align-items: center;
    border: 1px dashed rgba(0, 0, 0, .15)!important;
    background: #fff;
    border-radius: 4px!important;
    cursor: pointer
}

.wt-link-output {
    display: block;
    border: 0;
    border-bottom: 1px solid #1877f2;
    border-radius: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    background: #fff
}

section.slideralt {
    padding: 0 0;
    border-top: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc
}

section.slideralt .ozellikler {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    position: relative;
    align-items: initial;
    padding: 15px 0
}

section.slideralt .ozellikler .ozellik {
    position: relative;
    z-index: 2;
    text-align: left;
    display: inline-flex;
    flex-grow: 1;
    padding: 0 0;
    overflow: hidden;
    padding: 0 25px;
    background-image: url(../img/slideraltgolge.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain
}

section.slideralt .ozellikler>div:nth-child(2) {
    background-image: none
}

section.slideralt .ozellikler .ozellikbg {
    transition: .3s ease all;
    background: #9f9f9f;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

section.slideralt .ozellikler .ozellik img {
    max-width: 40px
}

.infobar .header-yazi {
    font-size: 16px;
    color: #3c415f;
    font-weight: 400
}

.urun-ara-form {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #f29300;
    padding: 13px 15px;
    vertical-align: middle;
    border-radius: 4px
}

.urun-ara-form input {
    position: absolute;
    right: -250px
}

.urun-ara-form span {
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.urun-ara-form .search-btn {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-right: 1px solid #3c5085;
    vertical-align: middle;
    background: url(../img/searchicon.png);
    padding-right: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 5px;
    border: none;
    border-right: 1px solid #fff
}

.text-right {
    text-align: right
}

.kampanya-baslik {
    color: #25292c;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px
}

.menu-moduller {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    right: 0;
    left: 0;
    width: 200px!important;
    top: 60px;
    background-color: #fff!important;
    display: none!important;
    z-index: 2;
    box-shadow: 0 5px 10px 0 #64646496
}

.menu-moduller li {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #c3ddf7
}

.menu-moduller li a {
    padding: 0 26px!important;
    width: 100%;
    font-size: 14px!important;
    line-height: 38px!important;
    font-weight: 400!important;
    color: #359bfd!important;
    position: relative
}

.kirimForm .kirim {
    display: inline-block
}

.kirimForm .pilyaj {
    display: inline-block
}

header .menu #ustmenul ul>li:hover ul {
    display: inline-block!important
}

.kapali {
    position: relative
}

.kapali:after {
    content: '';
    position: absolute;
    right: -10px;
    left: -10px;
    top: -5px;
    bottom: -5px;
    background-color: #82828278;
    z-index: 999
}

.urunDetay .ozet-alani {
    position: sticky;
    display: inline-block;
    width: 100%;
    top: 10px
}

.urunDetay .ozet-alani .siparisBilgisi:nth-child(2) {
    margin-top: 15px
}

.urunDetay .ozet-alani .siparisBilgisi .ackapa {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fdfaf2;
    font-size: 14px;
    cursor: pointer;
    transition: .3s ease all;
    font-weight: 500;
    color: #3d425f
}

.urunDetay .ozet-alani .siparisBilgisi .ackapa i {
    float: right;
    margin-right: 10px;
    margin-top: 3px
}

.displaynone {
    display: none
}

.kapat {
    position: relative
}

.kapat:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: #ffffff00;
    cursor: pointer
}

.urunler .siparisdurum {
    display: inline-flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 15px
}

.urunler .siparisdurum li {
    display: inline-block;
    font-size: 13px;
    margin: 0 0;
    padding: 0 6px;
    color: #5a5a5a;
    font-weight: 600
}

.urunler .siparisdurum li i {
    display: inline-block;
    width: 100%;
    font-size: 16px
}

.urunler .siparisdurumactive {
    color: #4ad17c!important
}

.urunler .siparisdurumayapiliyo {
    color: #f49300!important
}

.urunler .onaylanmadi {
    display: inline-block;
    width: 100%;
    text-align: center
}

.urunler .onaylanmadi .redbaslik {
    display: inline-flex;
    margin-bottom: 15px
}

.urunler .onaylanmadi .redbaslik i {
    font-size: 30px;
    display: inline-block;
    color: #fd4d4d
}

.urunler .onaylanmadi .redbaslik span {
    font-size: 18px;
    color: #fd4d4d;
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
    font-weight: 600
}

.urunler .onaylanmadi .redaciklama {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    padding: 7px 15px;
    font-weight: 500;
    text-align: left;
    background-color: #fd4d4d;
    border-radius: 5px
}

.urunler .kargotakip {
    display: inline-flex;
    width: 100%;
    margin-top: 15px
}

.urunler .kargotakip .kargobaslik {
    display: inline-block;
    color: #575756;
    padding: 7px 0
}

.urunler .kargotakip input {
    border: none;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 24px;
    color: #f49400;
    font-weight: 500
}

.logobg .sagmenu {
    display: inline-block
}

.logobg .sagmenu .ara {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    text-align: left;
    border-radius: 3px
}

.logobg .sagmenu .ara input {
    border: none;
    padding-left: 15px;
    min-width: 375px;
    font-size: 16px;
    color: #909b9f;
    font-weight: 300
}

.logobg .sagmenu .ara button {
    color: #fff;
    background-color: #359bfd;
    background-color: #3d4260;
    border: none;
    padding: 13px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.logobg .menudis {
    display: inline-flex;
    width: 100%
}

.logobg .girisuye {
    display: inline-block
}

.logobg .girisuye a {
    display: inline-flex;
    width: 150px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 13px 15px;
    height: 62px;
    vertical-align: middle
}

.logobg .girisuye a .gorsel {
    display: inline-block;
    height: 32px;
    width: 49px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.logobg .girisuye a span {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: 100%;
    color: #4a4a54
}

.logobg .girisuye a:nth-child(2) span {
    padding: 7px 5px
}

.slideralt .ozellikler .ozellik span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0 0 0 20px;
    text-align: left;
    width: 110px;
    line-height: 20px
}

.slideralt .ozellikler .ozellik div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 25px;
    top: 0
}

footer .footer-baslik {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px
}

.footer-icerik {
    display: inline-flex;
    width: 100%;
    padding: 30px 0
}

.footer-baslik h2 {
    font-size: 13px;
    display: inline-block;
    margin: 10px
}

.footer-baslik h2 a {
    color: #fff
}

.footer-icerik .gorsel {
    display: inline-block;
    background-image: url(../img/temelbilisim.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    margin-right: 15px
}

.footer-icerik .yazi {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-left: 5px
}

.footer-icerik .yazi span {
    font-weight: 700
}

header .menu #ustmenul ul>li>ul>li:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    left: 0;
    font-size: 12px;
    height: 16px;
    top: calc(50% - 8px);
    color: #359bfd;
    opacity: 0;
    transition: all .3s ease
}

header .menu #ustmenul ul>li>ul>li:hover:before {
    left: 10px;
    opacity: 1
}

#bilgilendirme {
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 20px;
    margin: 10px 0;
    color: #212529;
    border-radius: 5px;
    font-size: 16px;
    border: 3px solid #f39400
}

#bilgilendirme span {
    font-weight: 700;
    color: #212529
}

.sablonlar2 {
    border-radius: 4px;
    border: 2px solid #f0f0f4;
    padding: 30px 20px 20px 20px;
    margin-bottom: 30px;
    background: #fff;
    min-height: 170px;
    position: relative;
    position: sticky
}

.sablonlar2 .baslik {
    position: absolute;
    top: -13px;
    background: #fff;
    padding: 5px 25px 5px 10px;
    border-radius: 4px
}

.sablonlar2 ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #484848
}

.sablonlar2 .yazi {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #484848
}

.faturbilgisec {
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px
}

.faturbilgisec .faturabilgi {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #f39307;
    color: #fff;
    padding: 10px 0;
    border: 1px solid #f39307;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer
}

.faturbilgisec .selected {
    background-color: transparent;
    color: #f39307;
    font-weight: 600
}

.faturareaclose {
    display: none
}

.boxshadownone {
    box-shadow: none;
    padding: 0
}

.slide-mobil-menu {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.mobil-menu {
    display: none;
    width: 100%
}

.mobilupbtn {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    background-color: #f2f8fd;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #3c5085;
    color: #3c5085;
    z-index: 99
}

#header-menu .ara-block {
    display: none
}

.modullerbox {
    display: none
}

.mobilbilgibtn {
    display: none
}

.siparisbilgi {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    height: 100%;
    position: relative
}

.siparisbilgi .aciklama {
    display: block;
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 140px);
    height: 200px;
    border: 1px solid #bdbdbd;
    padding: 88px 5px;
    border-radius: 100%;
    color: #bdbdbd
}

.siparisbilgi a {
    display: block;
    padding: 7px 5px;
    background-color: #f39306;
    width: 200px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 70px;
    left: calc(50% - 100px)
}

.siparisbilgi .aciklama i {
    position: absolute;
    font-size: 200px;
    top: 0;
    left: calc(50% - 34px);
    z-index: -1;
    opacity: .3;
    color: #bdbdbd
}

body>section>div.container>div>button {
    margin-top: 20px
}

.whatsapp {
    z-index: 9;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    bottom: 120px;
    right: 150px;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    border-radius: 100%;
    font-size: 40px;
}

.whatsapp:after {
    content: 'Whatsapp Sipariş Hattı';
    background-color: #25d366;
    font-size: 13px;
    line-height: 15px;
    height: 45px;
    width: 120px;
    position: absolute;
    border-radius: 10px;
    left: 40px;
    top: 8px;
    z-index: -1;
    padding: 7px 10px;
    padding-left: 10px
}

.telara {
    z-index: 9;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    bottom: 200px;
    right: 150px;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    border-radius: 100%;
    font-size: 40px;
}

.telara:after {
    content: 'Bize Ulaşın';
    background-color: #25d366;
    font-size: 13px;
    line-height: 15px;
    height: 45px;
    width: 120px;
    position: absolute;
    border-radius: 10px;
    left: 40px;
    top: 8px;
    z-index: -1;
    padding: 15px 10px;
    padding-left: 10px;
}

.ayrintiModal{
    overflow: auto !important;
}

.mobilaltmenu{
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
}
.mobilaltmenu ul{
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 100%;
    background-color: #4a4f55;
}
.mobilaltmenu ul li{
    display: block;
    width: 100%;
    height: 100%;
}
.mobilaltmenu ul li a{
    display: block;
    width: 100%;
    padding: 10px 0px;
}
.mobilaltmenu ul li a i{
    font-size: 28px;
    color: #25d366;
} 
.mobilaltmenu > ul > li:nth-child(3) > a > i{
    color: #f39306;
}

.benzerurunler-swiper{
    overflow: hidden;
}

.etiketler{display: block;width: 100%;margin-top: 50px;}

.etiketler ul{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.etiketler ul li{
    display: inline-block;
    margin: 0px 0px;
    margin-bottom: 10px;
}

.etiketler ul li a{
    display: block;
    width: 100%;
    color: #f3940075;
    border: 1px solid #f3940075;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.posbaslik{
    font-size: 16px;
    margin-top: 50px;
    border-bottom: 2px solid #fce1c4;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #f39307;
}

.kitapbandrol{display: block;width: 100%;}

.kitapbandrol h1{
    font-size: 16px;
}

.kitapbandrol a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #484848;
}

.footer2{
	border-top:2px dashed #FFF;
}
@media only screen and (max-width:479px) {

	footer{
		margin:0;
	}
	.sepetArea{
		padding:8px;
		box-shadow: none;
		margin-bottom: 0;
	}
	.steps{
		margin:10px 0 0;
		box-shadow: none;
		justify-content: space-around;
	}
	.steps:before{
		content:none;
	}
	.steps .step{
		margin:0;
		padding:0;
	}
	.steps .step span{
		font-size:12px;
	}
	.steps .step .icon{
		width:48px;
		height:48px;
	}

    .telara{
        display: none;
    }
    .whatsapp{
        display: none;
    }
    .mobilaltmenu{
        display: block;
    }
    .telara {
        right: 21px;
        bottom: 120px;
    }
    .telara:after {
        display: none
    }
    .whatsapp {
        left: 21px;
    }
    .whatsapp:after {
        display: none
    }
    .mobilbilgibtn {
        display: inline-block;
        width: 100%;
        padding: 5px 10px;
        margin-bottom: 20px;
        border: 1px solid #f0f0f4;
        color: #495057
    }
    .mobilbilgibtn i {
        float: right;
        top: 4px;
        position: relative;
        color: #495057
    }
    .mhidden {
        overflow: hidden;
        height: 0;
        display: block;
        min-height: 0;
        padding: 0;
        margin: 0;
        border: none
    }
    .modullergradient {
        background: #575b61;
        /* background: linear-gradient(180deg, #fff -20%, #575b61 100%); */
        border-radius: 10px;
    }
    #modullermodal h1 {
        font-size: 20px;
        display: inline-block;
        padding: 5px 0px 5px 0px;
        color: #ffffff;
    }
    #modullermodal ul {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none
    }
    #modullermodal ul li {
        display: inline-block;
        width: 100%
    }
    #modullermodal ul li a {
        display: inline-block;
        width: 100%;
        color: #575b61;
        font-size: 13px;
        background-color: #fff;
        margin: 2px 0;
        padding: 5px 10px;
        border-radius: 10px;
    }
    #modullermodal ul li a i {
        font-size: 12px;
        position: relative;
        top: -1px
    }
    .modullerbox {
        display: block;
        position: fixed;
        height: 65px;
        width: 65px;
        bottom: 20px;
        left: 20px;
        background: linear-gradient(95deg, #ff9c48 20%, #faca17 80%);
        border-radius: 100%;
        text-align: center;
        padding: 15px 0;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        z-index: 999
    }
    section.urunler .urun .aciklama a:not(.btn) span {
        padding: 10px 0;
        min-height: 70px
    }
    section.urunler .urun .aciklama .adet {
        display: inline-block;
        width: 100%;
        padding: 0;
        text-align: center
    }
    section.urunler .urun .aciklama .kargo {
        display: inline-block;
        width: 100%;
        padding: 0;
        text-align: center
    }
    section.urunler .urun .aciklama .fiyat {
        display: inline-block;
        width: 100%
    }
    #urunler>div>div>div>div>div>div.d-flex.align-items-center.justify-content-between.pl-13.pr-13.pb-18>a {
        width: 100%
    }
    #urunler>div>div>div>div>div>div:nth-child(2) {
        display: none!important;
        width: 100%
    }
    #urunler>div>div>div>div>div>div.d-flex.align-items-center.justify-content-between.pl-13.pr-13.pb-18 {
        display: inline-block!important;
        width: 100%;
        text-align: center
    }
    .mobilupbtn {
        display: block
    }
    .mkapat {
        display: none
    }
    section.anasayfaBanner {
        padding-top: 0;
        background-image: none;
        border-bottom: 3px solid #4a4f55;
        padding-bottom: 0
    }
    section.slideralt {
        display: none
    }
    .paddingnonemobil {
        padding: 0
    }
    section.anasayfaBanner .swiper-slide {
        width: 100%!important
    }
    .mobil-icon {
        float: right;
        font-size: 25px;
        margin: 10px 0 10px 0;
        border: none;
        background-color: transparent;
        width: 30px;
        height: 25px;
        display: inline-block;
        position: relative;
        padding: 0;
        outline: 0!important;
        z-index: 9999
    }
    .mobil-icon>span:nth-child(1) {
        background-color: #f39306;
        height: 4px;
        display: inline-block;
        line-height: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        transition: all .3s ease
    }
    .mobil-icon>span:nth-child(2) {
        background-color: #f39306;
        height: 4px;
        display: inline-block;
        line-height: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 10px;
        transition: all .3s ease
    }
    .mobil-icon>span:nth-child(3) {
        background-color: #f39306;
        height: 4px;
        display: inline-block;
        line-height: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 20px;
        transition: all .3s ease
    }
    .mobil-active>span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
        background-color: #f39306
    }
    .mobil-active>span:nth-child(2) {
        left: -100%;
        opacity: 0;
        background-color: #f39306
    }
    .mobil-active>span:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
        background-color: #f39306
    }
    #mobil-btn2 span {
        background-color: transparent!important
    }
    #mobil-btn2 i {
        position: absolute;
        top: -7px;
        left: 3px;
        font-size: 35px;
        color: #f39306;
        transition: all .8s ease
    }
    .mobil-menu .logo-dis-m {
        position: relative;
        z-index: 9999;
        text-align: center
    }
    .mobil-menu .logo-dis-m .logo-alan img {
        width: 120px
    }
    .slide-mobil-menu .ara-block {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }
    .slide-mobil-menu .mobil-menu {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 99;
        padding: 0 40px;
        padding-top: 90px;
        transition: all .3s ease;
        height: 100%;
        background: #f39306;
        background: linear-gradient(180deg, #fff 0, #f39306 50%);
        text-align: center;
        overflow: auto;
        padding-bottom: 100px
    }
    .slide-mobil-menu .mobil-menu2 {
        display: inline-block;
        width: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        z-index: 99;
        padding-top: 80px;
        transition: all .3s ease;
        height: 100%;
        background: #f39306;
        background: linear-gradient(180deg, #fff 0, #f39400 100%);
        padding-bottom: 100px
    }
    .slide-mobil-menu .mobil-menu3 {
        display: inline-block;
        width: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        z-index: 99;
        padding-top: 80px;
        transition: all .3s ease;
        height: 100%;
        background: #f39306;
        background: linear-gradient(180deg, #fff 0, #f39400 100%);
        padding-bottom: 100px
    }
    .slide-mobil-menu .mobil-menu4 {
        display: inline-block;
        width: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        z-index: 99;
        padding-top: 80px;
        transition: all .3s ease;
        height: 100%;
        background: #f39306;
        background: linear-gradient(180deg, #fff 0, #f39400 100%);
        overflow: auto;
        padding-bottom: 100px
    }
    .logo-dis {
        padding: 0 5px;
        width: 100%
    }
    .logo-dis img {
        margin: 0 10px;
        max-width: 52px
    }
    .logo-alan {
        padding: 5px 0;
        display: inline-block;
        width: 100%
    }
    .mac {
        display: block
    }
    .mkapat {
        display: none
    }
    .display-close {
        display: none
    }
    .slider-alt {
        display: none
    }
    .logo-alan p {
        padding: 10px 5px;
        font-size: 13px;
        text-align: left
    }
    .slide-mobil-menu .sosyal-icon {
        display: none
    }
    .slide-mobil-menu form {
        width: 100%;
        display: inline-block;
        max-width: inherit;
        margin: 0;
        padding: 0 40px;
        margin: 15px 0
    }
    .slide-mobil-menu form input {
        width: calc(100% - 60px)
    }
    .slide-mobil-menu .btn-g {
        display: inline-flex
    }
    .mobil-btn {
        display: inline-block;
        font-size: 25px;
        padding: 35px 15px;
        color: #007bff
    }
    .header-menu {
        display: none
    }
    .menu>li {
        width: 100%;
        transition: all .6s ease
    }
    .menu>li>a {
        display: inline-block;
        width: 100%;
        padding: 10px 50px 10px 40px;
        text-align: left;
        color: #fff
    }
    .displayblock4 .mobil-menu4 {
        right: 0!important
    }
    .displayblock4 .logo-alan {
        color: #fff!important
    }
    .displayblock4 .mobil-icon>span {
        background-color: #fff!important
    }
    .displayblock4 #mobil-btn4 i {
        color: #fff!important
    }
    .displayblock3 .mobil-menu3 {
        right: 0!important
    }
    .displayblock3 .logo-alan {
        color: #fff!important
    }
    .displayblock3 .mobil-icon>span {
        background-color: #fff!important
    }
    .displayblock3 #mobil-btn3 i {
        color: #fff!important
    }
    .displayblock2 .mobil-menu2 {
        right: 0!important
    }
    .displayblock2 .logo-alan {
        color: #fff!important
    }
    .displayblock2 .mobil-icon>span {
        background-color: #fff!important
    }
    .displayblock2 #mobil-btn2 i {
        color: #fff!important
    }
    .displayblock .mobil-menu {
        left: 0!important
    }
    .displayblock .logo-alan {
        color: #fff!important
    }
    .displayblock .mobil-icon>span {
        background-color: #fff!important
    }
    .displayblock #mobil-btn2 i {
        color: #fff!important
    }
    .altmenunone {
        max-height: 0!important
    }
    .swiper-slider2 {
        overflow: hidden
    }
    .iconlar-dis {
        display: none
    }
    .header {
        display: none
    }
    .mobil-menu {
        display: inline-block;
        padding: 5px 0;
        border-bottom: 3px solid #4a4f55
    }
    section.urunAsamalari .asama:before {
        display: none
    }
    header .logobg form {
        display: none
    }
    .promosyon a {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px
    }
    .infobar .header-yazi {
        text-align: center
    }
    header .infobar span {
        display: inline-block;
        width: 100%;
        text-align: center
    }
    header .infobar a {
        display: inline-block;
        width: 100%;
        text-align: center
    }
    header .infobar {
        display: none
    }
    header .logobg {
        display: none
    }
    header .menu {
        display: none
    }
    header:after {
        display: none
    }
    section.urunler .urun>a .img {
        background-size: cover;
        padding-bottom: 100%;
        background-position: center top
    }
    .footer-icerik {
        display: inline-block;
        text-align: center
    }
    .footer-icerik .gorsel {
        height: 50px
    }
    .footer-icerik .yazi {
        text-align: left
    }
    .slide-mobil-menu form {
        display: inline-block;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 25px
    }
    #sozlesme {
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        color: #909b9f;
        border: 1px solid transparent;
        padding: 0;
        width: auto;
        display: inline-block;
        margin-right: 8px;
        font-size: 14px
    }
    .slide-mobil-menu form input {
        border-radius: 8px;
        background-color: rgba(255, 255, 255, .902);
        box-shadow: 0 0 10px 0 rgba(72, 48, 143, .2);
        color: #909b9f;
        border: 1px solid transparent;
        padding: 8px 20px;
        width: calc(100% - 30px);
        display: inline-block;
        margin-right: 8px;
        font-size: 14px
    }
    .slide-mobil-menu form select {
        border-radius: 8px;
        background-color: rgba(255, 255, 255, .902);
        box-shadow: 0 0 10px 0 rgba(72, 48, 143, .2);
        color: #909b9f;
        border: 1px solid transparent;
        padding: 8px 20px;
        width: calc(100% - 30px);
        display: inline-block;
        margin-right: 8px;
        font-size: 14px
    }
    .slide-mobil-menu .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }
    .slide-mobil-menu .btn .btn-primary {
        background-color: #1877f2;
        color: #fff;
        border: 1px solid #1877f2;
        box-shadow: 0 12px 20px 0 rgba(64, 187, 244, .36)
    }
    .slide-mobil-menu .btn {
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
        box-shadow: 0 0 10px 0 rgba(72, 48, 143, .2);
        max-height: 50px;
        padding: 10px 14px;
        transition: .3s ease all
    }
    .slide-mobil-menu form .btn .icon {
        height: 15px;
        width: 15px;
        background: url(../img/searchicon.png);
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }
    section.anasayfaBanner .row>div {
        padding: 0
    }
    section.anasayfaBanner .row {
        margin: 0
    }
    #header-menu .menu {
        display: inline-block!important
    }
    #header-menu .menu {
        display: inline-block;
        height:calc(100% - 80px);
        padding: 0;
        list-style: none;
        text-align: center;
        background-color: #fea53f00;
        margin: 10px 0 0;
        /*overflow: auto*/
    }
    #header-menu .menu>li {
        display: block;
        margin: 0 -3px;
        text-align: center
    }
    #header-menu .menu>li>a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #fefaf3;
        padding: 5px 10px;
        text-align: left;
        font-weight: 400;
        text-shadow: 0 0 5px #000
    }
    .slide-mobil-menu>.ara-block>.mobil-menu>.menu>li>ul {
        display: block;
        text-align: left;
        transition: all .3s ease;
        max-height: 150vh;
        overflow: hidden;
        background-color: #b47315;
        border-radius: 10px;
        padding: 0;
        margin: 0 5px
    }
    .slide-mobil-menu>.ara-block>.mobil-menu>.menu>li>ul>li {
        display: inline-block;
        width: 100%
    }
    .slide-mobil-menu>.ara-block>.mobil-menu>.menu>li>ul>li>a {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        color: #fefaf4;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 1px solid #f39306
    }
    .slide-mobil-menu>.ara-block>.mobil-menu>.menu>li>.altmenu {
        position: relative
    }
    .slide-mobil-menu>.ara-block>.mobil-menu>.menu>li>.altmenu:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        font-size: 14px;
        top: 3px
    }
    .header>.ara-block>.mobil-menu>.menu>li>.beforedegis {
        color: #1877f2!important;
        background-color: transparent
    }
    .header>.ara-block>.mobil-menu>.menu>li>.beforedegis:after {
        content: '\f0d8'
    }
    .content {
        display: inline-block;
        width: 100%
    }
    .content .giristitle {
        display: inline-block;
        width: 100%;
        color: #858585;
        font-size: 21px;
        text-align: center;
        font-weight: 600;
        padding: 20px 0 5px 0
    }
    .content .contentbody {
        display: inline-block;
        width: 100%
    }
    .content .contentbody .login-form__box {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 10px 0
    }
    .content .contentbody .login-form__input {
        margin: 0;
        display: inline-block;
        width: 100%
    }
    .content .contentbody .sifremiunuttum {
        color: #7d7d7d;
        font-weight: 500;
        margin: 0 0 10px 0;
        display: inline-block;
        font-size: 13px;
        width: 100%
    }
    #header-menu>div>div.mobil-menu>form {
        display: inline-flex;
        padding: 0
    }
}

.lazy {
    display: block;
    width: 100%
}

.text-area {
    margin: 30px 0
}

section.urunler .urun .aciklama .fiyat p {
    color: #c7d5e0;
}

.swiper-anasayfa .swiper-button-next, .swiper-container-rtl .swiper-button-next{
    right: 20%;
}
.swiper-anasayfa .swiper-button-prev, .swiper-container-rtl .swiper-button-prev{
    left: 20%;
}

.anasayfaBanner .slidetop{
    height: 75px;
}
.swiper-anasayfa .swiper-slide img{
    height: 310px;
}
@media screen and (max-width: 1500px) {
    .swiper-anasayfa .swiper-slide img{
        object-fit: cover;
    }
    .anasayfaBanner .slidetop{

        object-fit: contain;

    }

}
@media screen and (max-width: 1300px){
    header .menu {
        background: #fff;
        height: 50px;
        overflow-x: scroll;
    }
}
@media screen and (max-width: 768px){
    .anasayfaBanner .slidetop{
        height: 23px;
        object-fit: cover;
        margin-bottom: 3px;
    }

    .swiper-anasayfa .swiper-slide img{
        height: 100px;
        object-fit: cover;
    }
    .swiper-anasayfa .swiper-slide{
        height: 100px !important;
    }
}