﻿@font-face {
    font-family: "icomoon";
    src: url(/assets/fonts/icomoon.eot);
    src: url(/assets/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/icomoon.woff) format("woff"), url(/assets/fonts/icomoon.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}
body {
    margin: 0;
    padding: 0;
 
    font-size: 14px;
    color: #333333;
    height: 100%;
    background-color: #f8f8f8;
    background-image:url(../images/bgg.png);
    background-position:top left;
    background-repeat:no-repeat;
}

.barkodtxt{
    height:80px;
    font-size:24px;
}
.barkodform{
    width:100%;
 
}


.NPList img {
    border-radius: 10px;
    webkit-box-shadow: 0px 0px 20px 0px rgba(0, 17, 141, 0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 17, 141, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
}
.Nplink{
    display:block;
    position:relative;
}
.card__badge{
    align-self: flex-start;
    grid-row-start: 1;
    position:absolute;
    left:10px;
    top:10px;
   

}
.textbox1 {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    padding: 2px 8px;
    border-radius: 25px;
    text-align: center;
    background-color: #f1c40f;
    color: #fff;
    word-break: break-word;
    position:absolute;
    top:15px;
    right:23px;
    z-index:3;
}
.btnfaq{
    width:100%;
    float:left;
    padding:0;
    margin:0;
    display:block;
    text-align:left;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
}
    .btnfaq:hover, .btnfaq:focus {
        text-decoration: none;
        color: #fff;
    }
 
.FaqCard{
    margin-bottom:10px;
 border:none !important;
 background-color:transparent !important;
}
.FaqHeader {
    border-radius: 60px !important;
    border: none !important;
    padding: 18px 24px;
    background-color: #572e82;
}
    .FaqHeader:hover{
        background-color:#f1c40f;
    }
    .textbox2 {
        border: 1px solid transparent;
        border-radius: var(--badge-corner-radius);
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        line-height: normal;
        padding: 2px 8px;
        border-radius: 25px;
        text-align: center;
        background-color: #f1c40f;
        color: #fff;
        margin-top: -33px;
        margin-bottom: 10px;
        word-break: break-word;
        float: left;
        margin-left: -5px;
    }


.yourmessage {
    resize: none;
}
.LisansBadge {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 2px 11px;
    border-radius: 25px;
    text-align: center;
    background-color: #572e82;
    color: #fff;
    word-break: break-word;
}
.Nplink h1 {
    font-size: 21PX;
    text-transform: capitalize;
    transition: .3s ease;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 0;
    font-weight: 600;
    margin-bottom: 0;
    color: #572e82;
}
.Nplink h4 {
    font-size: 21PX;
    text-transform: capitalize;
    transition: .3s ease;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0;
    font-weight: 600;
    margin-bottom: 0;
    color: #f1c40f;
}
.Nplink .card-body{
    padding-left:0;
    padding-right:0;
    padding-top:10PX;
}


.PSlider .owl-nav button i {
    line-height: 1.8 !important;
}

.stoktayok {
    width: 100%;
    float: left;
    background-color: #572e82;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    opacity: 0.7;
    text-align: center;
    font-weight: bold;
}

.StoktaYokBtn {
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #572e82;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    border: none;
    width: 230px;
    float: right;
    height: 50px;
    font-size: 15px;
    text-align:center;
    line-height:35px;


}
.mobilearama {
    float: right;
    margin-right: 10px;
    background: rgba(255,255,255,1);
    box-shadow: none;
    color: #fff !important;
    max-width:250px;
    display: block;
    text-decoration: none !important;
    border-radius: 36px;
    font-size: 14px;
    height:40px;
    margin-top:3px;
}
.btnsearch {
    float: right;
    margin-left: 16px;
    font-size: 16px;
    background-color:transparent;
    border:none;
    line-height:40px;
    color:#7f8c8d;
    margin-right:10px;

}


.mobilearama ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7f8c8d;
    opacity: 1; /* Firefox */
}

mobilearama:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7f8c8d;
}

mobilearama ::-ms-input-placeholder { /* Microsoft Edge */
    color: #7f8c8d;
}


.frmsearch {
 background:transparent;
    border-radius: 10px;
    border: none;
    height: 40px;
    color: #7f8c8d;
    font-weight: 400;
    text-indent: 10px;
    max-width: 190px;
    font-size: 13px;
}
.DetailsPhoto .disabled {
    display: none !important;
}

.DetailsPhoto .owl-nav {
    display: none;
}
.NaxDotex {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:10px;
}
.NaxDotex a img{
    max-width:100%;
    border-radius:10px;
}
    .NaxDotex a {
        margin-right: 10px;
        width: calc(25% - 10px);
        display: block;
        float: left;
        background-color: #fff;
        padding: 7px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
        box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
        border-radius: 10px;
        height: 94px;
        margin-bottom: 10px;
    }
* {
    font-family: 'Poppins', sans-serif;
}
.wbox {
    width: 100%;
    float: left;
    display: block;
    margin-top: 5px;
}
    .wbox .badge {
        padding: 7px;
        margin-right: 6px;
        line-height: 1 !important;
        background-color: #bdc3c7;
    }
    .urunsecenekleri {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .urunsecenekleri > span{
        width:100%;
        float:left;
        display:block;
        margin-bottom:15px;
    }
    .urunsecenekleri .dropdown{
        float:left;
        margin-right:10px;
    }
    header {
        width: 100%;
        float: left;
 
    }
.UstBant {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}
.mmerkezi {
    font-size: 13px;
    color: #fff;
    margin-top: 6px;
    opacity:0.6;
}
    .mmerkezi b {
        color: #fff;
    }
.socialbox span {
    font-size: 12px;
    color: #fff;
    float: left;
    margin-top: 7px;
    font-weight: 600;
}
.Social {
    border-radius: 100px;
    border: solid 1px #fff;
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
}
    .Social:hover {
        background-color: #f1c40f;
        border-color: #f1c40f;
        color: #fff;
    }
.Logo{
    float:left;
    width:210px;
    display:block;
}
.Logo img{
    max-width:100%;
    float:left;
    display:block;
}
.BannerAlan .owl-nav{
    position:relative;
    margin-top:-25%;
}
.YoutubeBox{
    width:100%;
    background:#fff;
padding:15px;
margin-top:50px;
}
    .YoutubeBox iframe{
        width:100%;
        margin-top:30px;
        margin-bottom:30px;
        height:320px;
        border-radius:20px;
    }

    .BannerAlan .owl-nav .owl-prev {
        float: left;
        background: #fff !important;
        width: 32px;
        height: 52px;
        line-height: 32px;
    }
    .BannerAlan .owl-nav .owl-next {
        float: right;
        background: #fff !important;
        width: 32px;
        height: 52px;
        line-height: 32px;
    }
.HeaderSag {
    float: right;
    margin-top: 42px;
    width: calc(100% - 270px);
}
.AltBox{
    padding:10px;
    padding-bottom:20px;
    position:relative;
    margin-top:15px;
}
.Aramainput {
    height: 50px;
    font-size: 13px;
    border-radius: 10px;
    border: none !important;
    background: #fff;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    color: #556379;
    width: calc(100% - 60px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}
.AramaBtn {
    float: left;
    height: 50px;
    width: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    background-color: #572e82;
    line-height:50px;
}
.form-control:hover, .form-control:active, .form-control:visited, .form-control:focus {
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    color: #556379;
}
.AramaBtn i{
    color:#fff;
    font-size:18px;
}
a, button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.AramaBox{
    display:none;
    padding-top:15px;
    padding-bottom:15px;
}
.HeaderMenu {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 20px;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    padding-top: 10px;
}
    .HeaderMenu ul {
        float: left;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }
.HeaderMenu li{
    display:inline-block;
    list-style-type:none;
    margin-right:25px;
}
    .HeaderMenu li a {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        padding: 5px;
        color: #2c3e50;
        font-size:13px;
        font-weight:700;
        text-decoration:none;
        line-height:1;
    }
.TumKategoriler {
    background-color: #572e82;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
    padding: 12px 20px;
    background-color: #572e82;
    float: right;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
}
    .TumKategoriler i {
        float: right;
        margin-left: 10px;
        margin-top: 3px;
    }
.BannerAlan {
    width: 100%;
    float: left;
 
    margin-top: 30px;
    height: 610px;
    border-radius:10px;
    overflow:hidden;
}
.SiteTitle {
    color: #f1c40f;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.SiteTitle p {
    width:100%;
    font-size:13px;
    font-weight:normal;
    color:#556379;
    padding-left:15%;
    padding-right:15%;
}
.PSlider {
    width: 96%;
    float: left;
    margin-top: 0px;
    margin-bottom:50px;
}
    .PSlider .owl-item {
        padding: 10px;
        padding-bottom: 30px;
    }
    .PSlider .item {
        float: left;
        border-radius: 10px;
        background-color: #fff;
        width: 100%;
        padding: 15px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,17,141,0.18);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,17,141,0.18);
        box-shadow: 0px 0px 10px 0px rgba(0,17,141,0.18);
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin-bottom: 20px;
    }

.itemimg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 230px;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position:relative;
}
.PSlider .item h1 {
    width: 100%;
    color: #572e82;
    font-size: 15px;
    font-weight: 500;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.PSlider .item h4 {
    width: 100%;
    font-weight: 500;
    line-height: 1;
    color: #f1c40f;
    float: left;
    text-align: center;
}
.Detailsbottom {
    width: 100%;
    float: left;
    margin-top: 10px;
    border-top: solid 1px #f2f3f4;
    padding-top: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height:65px;
}
.Ind {
    float: left;
    padding: 10px 14px;
    border-radius: 6px;
    background-color: #f1c40f;
    color: #fff;
    display: inline-grid;
}
    .Ind b {
        line-height: 1;
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 0;
        display: inline-block;
        font-size: 20px;
    }
    .Ind small {
        width: 100%;
        text-align: center;
        line-height: 1;
        font-size: 11px;
        float: left;
        display: inline-block;
    }
.Detailsbottom h4 {
    width: 100%;
    margin: 0;
    line-height: 1;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    color: #7f8c8d;
    margin-bottom: 4px;
    position: relative;
    margin-top: 10px;
}
    .Detailsbottom h4:after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background-color: red;
        transform: rotate(14deg);
        position: absolute;
        right: 10px;
        top: 4px;
        opacity:0.6;
    }
    .Detailsbottom h4:before {
        content: "";
        display: block;
        width: 50px;
        opacity: 0.6;
        height: 2px;
        background-color: red;
        transform: rotate(-14deg);
        position: absolute;
        right: 10px;
        top: 4px;
    }


.Detailsbottom h2 {
    width: 100%;
    margin: 0;
    line-height: 1;
    text-align: right;
    font-size: 21px;
    font-weight: 600;
    color: #7f8c8d;
}
    .Detailsbottom h2 small {
        font-size: 12px;
    }
.PSlider .item:hover {
    box-shadow: 0 7px 16px 0 rgba(41,53,108,.25), 0 5px 0 #f1c40f;
}
    .PSlider .item:hover .itemimg {
        margin-top: -25px;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.35);
    }
 
.PSlider .owl-nav {
    float: right;
    position: absolute;
    right: -70px;
    top: 160px;
    width: 60px;
}
    .PSlider .owl-nav button {
        height: 60px;
        width: 60px;
        border-radius: 60px;
        text-align: center;
        padding: 0;
        background-color: #fff !important;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,37,141,0.18);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,37,141,0.18);
        box-shadow: 0px 0px 20px 0px rgba(0,37,141,0.18);
        font-size: 34px !important;
        color: #798693 !important;
        position: absolute;
        right: 0;
        display: grid;
    }
    .PSlider .owl-nav .owl-prev {
        top: 70px;
        height: 50px;
        right: 5px;
        width: 50px;
        font-size: 28px !important;
    }
    .PSlider .owl-nav .owl-next {
        top: 0;
    }
    .PSlider .owl-nav button:hover {
        background-color: #572e82 !important;
        color:#fff !important;
    }

button:focus {
    outline: none !important;
     
}
.PSlider .item:hover .Detailsbottom{
    margin-top:25px;
}

.ProductList .item {
    float: left;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,17,141,0.18);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,17,141,0.18);
    box-shadow: 0px 0px 10px 0px rgba(0,17,141,0.18);
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 30px;
}
.itemimg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 230px;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
    .itemimg img {
        width: 100%;
    }
.ProductList .item h1 {
    width: 100%;
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
    height: 50px;
}
.ProductList .item h6 {
    width: 100%;
    font-weight: 300;
    line-height: 1;
    color: #7f8c8d;
    float: left;
}
 

.ProductList .item:hover {
    box-shadow: 0 7px 16px 0 rgba(41,53,108,.25), 0 5px 0 #f1c40f;
}

    .ProductList .item:hover .itemimg {
        margin-top: -25px;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.35);
    }

    .ProductList .item:hover .Detailsbottom {
        margin-top: 35px;
    }

.AramaTopBtn {
    background: rgba(255,255,255,0.3);
    box-shadow: none;
    color: #fff !important;
    padding: 12px 20px;
    display: block;
    text-decoration:none !important;
    border-radius:6px;
    float: right;
    font-size:14px;
}
.AramaTopBtn i{
    float:right;
    margin-left:16px;
    font-size:16px;
    margin-top:3px;
}
.AramaTopBtn b{
    font-size:14px;
}
    .AramaTopBtn:hover {
        background-color: #fff;
        color: #572e82 !important;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }

.HesabimTopBtn {
 
    box-shadow: none;
 background-color:transparent;
    display: block;
    margin-left:15px;
    text-decoration: none !important;
    float: right;
    cursor:pointer;
 
    text-align:center;
 margin-top:10px;
}

.button--gradient {
    background: linear-gradient(to left,#203259 0,#3d3b94 100%);
    color: #fff;
    box-shadow: 0 15px 35px 0 rgba(35,35,35,.25);
}

.HesabimTopBtn i {
    display: inline-block;
    font-size: 26px;
    margin-left: 1px;
    color: #572e82;
    opacity: 1;
}

.HesabimTopBtn b {
    font-size: 14px;
}

.HesabimTopBtn:hover i {
    color: #f1c40f;
}
 
.SepetimBtn {
    float: right;
    width:45px;
    height:45px;
    margin-left:2px;
    text-align:center;
    line-height:45px;
    position:relative;
}
    .SepetimBtn svg {
        width: 26px;
        height: 26px;
        fill: #572e82;
        margin-top:2px;
    }
    .SepetimBtn:hover {
        color: #f1c40f;
    }
        .SepetimBtn:hover svg {
            fill: #f1c40f;
        }
    .SepetimBtn b {
        position: absolute;
        padding: 5px 6px;
        border-radius: 17px;
        background-color: #f1c40f;
        color: #fff;
        font-size: 10px;
        top: 1px;
        line-height: 9px;
        right: -4px;
    }
.Headersol {
    margin-top: 14px;
    float: left;
}
.Headersol ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.Headersol li{
    float:left;
}
    .Headersol li a {
        color: #02224d;
        margin-right: 15px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none !important;
        opacity: 1;
    }
    .Headersol li a:hover{
        opacity:1;
    }
.fa-ellipsis-v{
    margin-right:20px;
}
#allcat .fa-chevron-down{
    margin-left:5px;
}
.Slider .item img{
width:100%;
}

footer {
    float: left;
    width: 100%;
    margin-top: 100px;
    text-align: center;
    border-top: solid 2px #fff;
    padding-top: 20px;
    background-color:#fff;
    background-position:bottom right;
    background-image:url(../images/bgg2.png);
    background-repeat:no-repeat;
}
.SocialMedia {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
}
    .SocialMedia a {
        display: inline-block;
        margin: 20px;
        float: none;
        font-size: 21px;
        color: #a2acb7;
    }
.footerlogo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
    .footerlogo img {
        max-width: 200px;
        filter: grayscale(100%);
    }
    .footerlogo:hover img {
        filter: none;
    }
        footer .menu1 {
            width: 100%;
            text-align: left;
            float: left;
            margin-top: 0px;
            padding-top: 20px;
            padding-left: 0px;
        }
    footer .menu1 li {
        display: inline-block;
        float: none;
        width:100%;
        float:left;
        margin-bottom:10px;
        list-style-type: none;
    }
        footer .menu1 li a {
            font-size: 12px;
            font-weight: 400;
            color: #7f8c8d;
            opacity: 0.7;
            width:100%;
            display:block;
            float:left;
            text-decoration:none;
        }
footer .menu2 {
    padding-left: 0px;
    text-align:left;
}
    footer .menu2 li {
        display: inline-block;
        float: none;
        list-style-type: none;
    }
        footer .menu2 li a {
            font-size: 11px;
            font-weight: 400;
            color: #7f8c8d;
            opacity: 0.4;
            padding: 5px 10px;
            width: 100%;
            display: block;
        }
.limoonsoft {
    font-size: 12px;
    margin-bottom: 25px;
    color: #572e82;
    display: inline-block;
}
.footerlinks h4{
    float:left;
    margin:0;
    font-size:14px;
    color:#572e82;
    margin-bottom:0 !important;
}
.footerlinks{
    margin-top:30px;
    margin-bottom:30px;
}
.SocialMedia a:hover{
    color:#572e82;
}
.Sirala {
    float: right;
    margin-top: 10px;
}
.Sirala span{
    font-size:12px;
    color:#556379;
    font-weight:600;
    margin-right:5px;
}
    .Sirala a {
        font-size: 12px;
        color: #556379;
        font-weight: normal;
        padding: 5px 8px;
        text-decoration: none;
        background-color: #fff;
        cursor: pointer;
        border-radius: 6px;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }

.SiteTitle2 {
    color: #f1c40f;
    font-size: 32px;
    width:100%;
    text-align:center;
    font-weight: 500;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
 
}

    .SiteTitle2 p {
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        color: #556379;
    }
.bread{
    float:left;
    margin-top:20px;
    width:100%;
}
    .bread ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-radius: 100px;
        background: #02224d0a;
        width:100%;
    }
.bread ul li{
    float:left;
    padding:8px 10px;
    border-radius:100px;
padding-right:0;
}
.breadarrow {
    color: #7f8c8d;
    margin-top:2px;
    float:right;
    padding-left:10px;

}
.bread ul li a {
    color: #7f8c8d;
    font-weight: 500;
    font-size: 12px;
}
a:hover{
    text-decoration:none;
}
 
.bread ul li:first-child{
    padding-left:20px;
}
.pagination-container{
    width:100%;
    float:left;
    margin-top:20px;
}
.pagination li {
    float: left;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
}
    .pagination li a {
        line-height: 35px;
        padding: 0;
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        width: 35px;
        height: 35px;
        background-color: #572e82;
    }
.pagination .active a {
    background-color: #f1c40f;
}

.UrunDetails {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
    box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
}
.Ures {
    background-color: #f2f3f4;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    float: left;
 
    border-right: solid 1px #eaeaea;
    position:relative;
}
.PResim {
 
    border-radius: 10px;
    padding: 15px !important;
    width: 100%;
    float: left;
}
    .PResim img {
        width: 100%;
        border-radius: 10px;
    }
.UrunYan {
    padding: 30px;
    padding-right: 60px;
}
.pcode {
    float: left;
    padding: 10px;
    border-radius: 6px;
    background-color: #f2f3f4;
    font-weight: bold;
    color: #7f8c8d;
}
.UrunYan h1 {
    width: 100%;
    float: left;
    color: #7f8c8d;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
}
.paketsatisi {
    padding: 5px 10px;
    background-color: #eaeaea;
    color: #7f8c8d;
    border-radius: 6px;
    font-size: 13px;
    float: left;
}
.detailtext {
    font-size: 14px;
    line-height: 24px;
    color: #7f8c8d;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.UrunYan .Detailsbottom {
    padding-top: 20px;
}
    .UrunYan .Detailsbottom .float-left {
        text-align: left;
    }
.ProductDetail {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    font-size: 13px;
    webkit-box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 17, 141, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0,17,141,0.18);
}
.UrunYan .Detailsbottom .btnStyle3 {
    border: none;
    width: 230px;
    float: right;
    height: 50px;
    font-size: 15px;
}
    .UrunYan .Detailsbottom .float-left * {
        text-align: left;
    }
    .UrunYan .Detailsbottom h2 {
        width: 100%;
        margin: 0;
        line-height: 1;
        text-align: right;
        font-size: 38px;
        font-weight: 800;
        color: #7f8c8d;
        margin-top: 5px;
    }
.btnStyle3 i {
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 20px;
    top: 17px;
}
.detailtext2 {
    font-size: 14px;
    line-height: 24px;
    color: #7f8c8d;
    float: left;
    width: 100%;
    margin-top: 50px;
}
    .detailtext2 .row div {
        text-align: center;
    }
    .detailtext2 .row i {
        font-size: 40px;
        margin-bottom: 5px;
        opacity: 0.4;
    }
.detailtext3 {
    font-size: 14px;
    line-height: 24px;
    color: #7f8c8d;
    float: left;
    width: 100%;
    margin-top: 20px;
}
    .detailtext3 i {
        margin-right: 10px;
        font-size: 16px;
    }
    .detailtext3 span {
        font-size: 12px;
    }
.btnStyle3:hover, .btnStyle3:focus, .btnStyle3:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
    color: #fff;
}
.btnStyle3 {
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #60b769;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
    .btnStyle3:hover i {
        left:50px;
    }
.detailtext2 .row div p{
    font-size:12px;
}

.WhiteBox {
    width: 100%;
    float: left;
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.10);
    min-height: 250px;
    border-radius: 10px;
}
.WhiteHeader {
    width: 100%;
    float: left;
    height: 110px;
    line-height: 110px;
    padding-left: 20px;
    background-color: #f9f9fa;
    font-size: 21px;
    color: #6d818f;
    font-weight: 200;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
    .WhiteHeader b {
        font-weight: 800;
    }
.contex {
    padding: 30px;
    float: left;
    width: 100%;
}
.PageBox{
    width:100%;
    float:left;
    margin-top:40px;
    margin-bottom:20px;
}
.LoginBox {
    width: 100%;
    padding: 45px 25px;

    text-align:center;
}

.lltop{
    margin-left:auto;
    margin-right:auto;
}

.LoginBox h3 {
    color: #f1c40f;
    font-weight: 700;
    margin-top: 0;
    width: 100%;
    float: left;
}
    .LoginBox p {
        color: #6d818f;
        margin-top: 0;
        width: 100%;
        float: left;
        font-size: 12px;
    }
    .LoginBox .form-control {
        min-height: 50px;
        display: block;
        font-size:13px !important;
        width: 100%;
        border: none;
        font-weight: 400;
        color: #556379;
        background: #fff;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
        padding: 10px 20px;
        border-radius: 6px;
        font-size: 16px;
    }
.Sendbtn {
    width: 100%;
    border: none;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom:30px;
}
.btnStyle2 {
    padding: 14px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #572e82;
    color: #fff;
    box-shadow: 0 15px 35px 0 rgba(35,35,35,.25);
}
    .btnStyle2:hover, .btnStyle2:focus, .btnStyle2:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.05);
        background:#f1c40f;
        color: #fff;
    }
.LoginBox .text-muted{
    margin-top:30px;
    font-size:12px;
    margin-bottom:20px;
}
.regbtn{
    color:#572e82;
    margin-top:20px;
    display:inline-block;

}
.HesabimMenu {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    border-radius: 10px;
}
.HesabimMenu ul{
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    list-style-type:none;
}
.HesabimMenu ul li{
    display:inline-block;
}
    .HesabimMenu li a {
        color: #7f8c8d;
        padding: 45PX 35px;
        display: block;
        width: 100%;
        float: left;
        font-weight: 600;
        line-height: 1;
        padding-bottom: 36px;
        position: relative;
    }
    .HesabimMenu li a:before {
        content: "";
        display: inline-block;
        height: 30px;
        width: 1px;
        position:absolute;
        left:0;
        top:36px;
        opacity:0.2;
        background-color: #7f8c8d;
        
    }
    .HesabimMenu li:first-child a:before{
        display:none;
    }
    .HesabimMenu li a:hover{
color:#572e82;
    }


.FormBox h3 {
    color: #f1c40f;
    font-weight: 700;
    margin-top: 0;
    width: 100%;
    float: left;
}

.FormBox p {
    color: #6d818f;
    margin-top: 0;
    width: 100%;
    float: left;
    font-size: 12px;
}

.FormBox .form-control {
    min-height: 50px;
    display: block;
    font-size: 13px !important;
    width: 100%;
    border: none;
    font-weight: 400;
    color: #556379;
    background: #fff;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
}
.FormBox .text-muted {
    margin-top: 30px;
    font-size: 12px;
    margin-bottom: 20px;
}
.FormBox label {
    font-size: 13px;
    font-weight: 500;
    color: #7f8c8d;
    margin-bottom: 3px;
}

.HesapPages {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
 
}

.FormBox {
    width: 100%;
    padding: 45px 25px;
    text-align: left;
    box-shadow: 0 13px 35px 0 rgba(41,53,108,.16);
    border-radius:10px;
    background-color:#fff;
  
}
.AdresSatir{
    margin-top:40px;
    padding-left:90px;
    background-image:url(../../assets/images/map.png);
    background-position: 30px center;
    background-repeat:no-repeat;
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
}
.AdresSatir p{
    margin-bottom:0 !important;
    color:#7f8c8d;
    font-size:13px;
}
.AdresSatir b{
    color:#572e82;
}
    .AdresSatir .fa-times {
        float: right;
        width: 35px;
        height: 35px;
        border-radius: 6px;
        position: absolute;
        right: 30px;
        top: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #f5f5f5;
        cursor: pointer;
    }
        .AdresSatir .fa-times:hover {
            background-color: rgba(192, 57, 43,0.3);
            color: rgba(192, 57, 43,1);
        }

.AdresekleBtn {
    margin-top: 40px;

    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display:block;
}
.addressadd {
    color: rgba(39, 174, 96,1.0);
    font-size:24px;
    float:left;
}
.AdresekleBtn h2{
    font-size:16px;
    color:#7f8c8d;
    margin:0;
    font-weight:600;
    float:left;
    margin-left:10px;
    margin-top:3px;
}
.AdresekleBtn:hover{
    background-color:#f5f5f5;
}
.GriBand {
    width: 100%;
    float: left;
    background-color: #e2e6e9;
    height: 45px;
}
.sepetimtable {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 0;
    margin-top: -45px;
}
.table thead th {
    background-color: #e2e6e9;
    border-bottom: none;
    border-top: none;
    font-size: 13px;
    font-weight: 500;
    color: #6d818f;
    padding-bottom: 10px;
    padding-top: 14px;
}
.CartResim2 {
    width: 110px;
}
    .CartResim2 img {
        width: 80px;
        border-radius: 10px;
        border: solid 5px #fff;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }
.sepetimtable tbody td {
    font-size: 13px;
    vertical-align: middle !important;
}
.urunbilgisi b {
    font-size: 14px;
    display: table-cell;
    color: #6d818f;
    line-height: 1;
}
.fiyati {
    width: 95px;
}
.indirimlifiyat {
    text-align: right;
}
.miktarbox i {
    float: left;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #116cb4;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
.miktarbox input {
    width: 50px;
    float: left;
    z-index: 1;
    margin-left: -6px;
    margin-right: -6px;
    text-align: center;
    font-size: 15px;
    height: 40px;
    border-radius: 6px;
    border: none;
    position: relative;
    background-color: #f2f3f4;
}
.timesbtn:hover {
    opacity: 1;
}
.timesbtn {
    border: none;
    background-color: #e56464;
    color: #fff;
    float: right;
    margin-top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    opacity: .4;
}

.BackBtn {
    float: left;
    margin-top: 20px;
    color: #572e82;
    overflow: hidden;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
    .BackBtn i{
        margin-right:10px;
    }
    .butonefekt {
        background-color: #6d818f;
    }
    .butonefekt:hover, .butonefekt2:hover {
        color: #fff;
        text-decoration: none;
    }
.BackBtn:hover {
    text-decoration: none;
}
.butonefekt {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .butonefekt:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #61b769;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .butonefekt:hover:before, .butonefekt:focus:before, .butonefekt:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    }
.CartYan {
    width: 100%;
    float: left;
    padding: 20px;
}
    .CartYan span {
        width: 100%;
        float: left;
        color: #bfc6cc;
        font-weight: 600;
        font-size: 13px;
        line-height: 1;
        margin-top: 10px;
    }
    .CartYan strong {
        width: 100%;
        float: left;
        line-height: 1.5;
        font-size: 18px;
        color: #6d818f;
        border-bottom: solid 1px #f2f3f4;
        padding-bottom: 6px;
    }
.siparisitamamlabtn {
    width: 100%;
    border: none;
    background-color: #61b769;
    height: 50px;
    color: #fff;
    display: block;
    float: left;
 border-radius:10px;
    text-align: center;
    line-height:50px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-top:20px;
}


.siparisitamamlabtn2 {
    width: 100%;
    border: none;
    background-color: #572e82;
    height: 50px;
    color: #fff;
    display: block;
    float: left;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
}
#kredikartiileode{
    padding-left:0;
    padding-right:0;
}
#havaleileode {
    display: none;
}
.butonefekt2 {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
    .butonefekt2:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #116cb4;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .butonefekt2:hover:before, .butonefekt2:focus:before, .butonefekt2:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    }


.btnStyle {
    padding: 14px 30px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f1c40f;
    color: #fff;
    box-shadow: 0 15px 35px 0 rgba(35,35,35,.25);
}
.btnStyle:hover{
    background-color:#572e82;
    color:#fff;
}
.BoxCard{
    float:left;
    width:100%;
    padding:20px;
}

.AdresSatir .fa-check {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    position: absolute;
    right: 30px;
    top: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #f5f5f5;
    cursor: pointer;
}
    .AdresSatir .fa-check:hover {
        background-color: #61b769;
        color:#fff;
    }

.AdresSatir .fa-edit {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    position: absolute;
    right: 70px;
    top: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.AdresSatir .fa-edit:hover{
    background-color:#f1c40f;
    color:#fff;
}
.BoxCard .AdresSatir{
    margin-top:0;
    margin-bottom:15px;
}
.BoxCard .text-muted{
    font-size:12px;
}
.BoxCard .form-group{
    margin-bottom:0;
}
.sssx {
    line-height: 62px;
    font-size: 13px;
    color: #572e82;
    height: 55px;
    font-weight:600;
}

.BoxCard .form-control {
    min-height: 55px;
    display: block;
    font-size: 13px !important;
    width: 100%;
    font-weight: 400;
    color: #556379;
    background-color:transparent;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius:0 !important;
    margin-bottom: 0;
    border-bottom: solid 1px #eaeaea;
    padding-left:0 !important;
        
}
    .BoxCard .form-control:hover, .BoxCard .form-control:focus{
        box-shadow: none !important;
    }
    .BoxCard .form-group label {
        line-height: 1;
        font-size: 13px;
        margin-bottom: 0;
        color: #7f8c8d;
    }
.OdemeTypes{
    float:left;
    width:100%;
    padding:20px;
    padding-top:0;
}
    .OdemeTypes a {
        margin-right: 15px;
        background-color: rgba(44, 62, 80,0.2);
        color: rgba(44, 62, 80,1.0);
    }
    .OdemeTypes .active {
        background-color: rgba(142, 68, 173,1.0);
        color:#fff;
    }
.BasketBox {
    background-color: #f2f3f4;
    width: 100%;
    float: left;
    border-radius: 10px;
    position: relative;
    width: 100px;
    border:solid 1px #eaeaea;
}
    .BasketBox .fa-plus {
        float: right;
        margin-right: 10px;
        background-color: #fff;
        border-radius: 100px;
        color: #7f8c8d;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }

    .BasketBox .fa-minus {
        float: left;
        margin-left: 10px;
        background-color: #fff;
        border-radius: 100px;
        color: #7f8c8d;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }
.BasketBox .fa:hover{
    background-color:#f1c40f;
    color:#fff;
}

.alert--icon {
    background: #f8fbfe;
    font-weight: 500;
    padding: 20px 20px 20px 100px;
    position: relative;
    color:#7f8c8d;
}

    .alert--icon:before {
        content: "";
        display: block;
        background-image: url(../../assets/images/icon-error.svg);
        background-size: 35px;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 30px;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        transform: translateY(-50%);
    }
.BankaHesaplarimiz{
    width:100%;
    float:left;
    margin-top:20px;
}
    .BankaHesaplarimiz h2 {
        color: #6d818f;
        font-size: 18px;
        margin: 0;
        border-bottom:solid 1px #eaeaea;
        width:100%;
        float:left;
        margin-bottom:15px;
        padding-bottom:5px;
        font-weight: 800;
    }
.BankaHesaplarimiz .item{
    width:100%;
    float:left;
    padding:10px;
    border-bottom:solid 1px #eaeaea;
    margin-bottom:15px;
}

    .BankaHesaplarimiz .item h3{
        font-size:14px;
        color:#572e82;
        font-weight:bold;
    }

    .BankaHesaplarimiz .item h6 {
        font-size: 13px;
        color: #7f8c8d;
    }
    .BankaHesaplarimiz .item .cardx{
        width:100%;
        float:left;
        font-size:13px;
        color:#7f8c8d;
        line-height:21px;
    }
.SiparisTamam{
    width:70%;
    float:left;
    margin-top:50px;
    margin-left:15%;
}
.okicon {
    font-size: 50px;
    background-color: #2ecc71;
    border-radius: 100px;
    padding: 30px;
    margin-left: auto;
    color: #fff;
    margin-right: auto;
    display:inline-block;
    border: solid 5px #27ae60;
}
.siparisalert span{
    width:100%;
    text-align:center;
    color:#7f8c8d;
    display:block;
    font-size:24px;
    line-height:1;
    margin-top:15px;
}
.siparisalert b {
    width: 100%;
    line-height: 1;
    text-align: center;
    color: #2ecc71;
    display: block;
    font-size: 30px;
}
.SiparisTamam .alert--icon {
    margin-top: 30px;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    border-radius:10px;
    background-color:#fff;
}
.WhiteHeader strong{
    float:right;
    font-weight:800;
    color:#572e82;
    padding-right:20px;
}
.Siparislerim{
    float:left;
    width:100%;
    margin-top:40px;
}
.SiparisSatir {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom:10px;
    padding: 15px 20px;
    background-color: #ffF;
    border-radius: 10px;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.SiparisSatir .s1 b{
    font-size:21px;
    color:#572e82;
    opacity:0.7;
    font-weight:500;
}
    .SiparisSatir .s1 b strong {
        font-weight:800;
    }
    .SiparisSatir .s1 p{
        font-size:12px;
        color:#7f8c8d;
        margin-bottom:0;
    }
    .SiparisSatir .s2 h4{
        font-weight:800;
        font-size:30px;
        color:rgba(0,17,141,1);
        margin-top:0;
        margin-bottom:0;
    }
    .SiparisSatir .s2 .badge{
        margin-top:0;
        float:right;
        padding:0 !important;
        font-size:13px;
        opacity:0.5;
    }
    .SiparisSatir .s3 .btn {
        margin-top: 5px;
        font-weight: bold;
        font-size: 13px;
        padding: 10px 20px;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
        border-radius: 7px;
        text-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }
    .SiparisSatir .s3 .btn-danger {
        background-color: #e74c3c;
        border: none !important;
    }
    .SiparisSatir:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        cursor:pointer;
    }
.SiparisBoxDetayi{
    width:100%;
    float:left;
    padding-top:15px;
border-top:solid 2px #eaeaea;
margin-top:15px;
display:none;
}
.SiparisBoxDetayi ul{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
}
    .SiparisBoxDetayi li {
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
        opacity: 0.7;
        border-bottom:solid 1px #f2f3f4;
        float:left;
        padding-top:5px;
        padding-bottom:5px;
    }
        .SiparisBoxDetayi li strong {
            float: right;
            color: rgba(0,17,141,1);
        }
        .SiparisBoxDetayi li b {
            color: #572e82;
            width:50%;
            float:left;
        }
    .SiparisBoxDetayi li b small{
        float:left;
        width:100%;
        display:block;

    }
        .SiparisBoxDetayi li b small span {
            background-color: #f1c40f;
            padding:6px;
            color:#111;
            font-size:12px;     
        }
    .SiparisBoxDetayi li span {
        color: #572e82;
        float: left;
        margin-right: 15px;
        font-weight: 400;
        font-size: 14px;
    }
.SiparisFooter{
    margin-top:10px;
    border-top:solid 3px #eaeaea;
    padding-top:15px;
    float:left;
    width:100%;
}
.indirimfooter b{
    color:#6d818f;
}
.indirimfooter h3 {
    color: #6d818f;
    font-weight:800;
}
.SiparisFooter .text-right b {
    color: #6d818f;
    width:100%;
    float:right;
}

.SiparisFooter .text-right h3 {
    color: #572e82;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #f2f3f4;
    float:right;
    font-size:16px;
    margin-top:10px;
}
.SearchBox {
    position: fixed;
    z-index: 100;
    background-color: rgba(196, 44, 35,0.9);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.filigran {
    position: fixed;
    z-index: 100;
    background-color: rgba(41, 128, 185,0.2);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index:15;
}
.SearchBox .capsul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    text-align: center;
    max-width: 700px;
    margin: 1.75rem auto;
    text-align: center;
}
        .SearchBox .capsul .form-group {
            width: 100%;
            text-align: center;
            position: relative;
            z-index: 2;
        }
        .SearchBox .capsul h4 {
            color: #fff;
            font-size: 30px;
            font-weight: 800;
            width: 100%;
            text-align: center;
        }
        .SearchBox .capsul .form-group form {
            width: 100%;
            box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
            float: left;
            border-radius: 10px;
            margin-top:20px;
        }
        .SearchBox .capsul .form-group input {
            width: calc(100% - 70px);
            height: 70px;
            border-radius: 10px;
            border: none;
            border-top-right-radius:0;
            border-bottom-right-radius:0;
            float:left;
            text-indent:25px;
            font-size:24px;
            font-weight:600;
            color:#7f8c8d;
        }
        .SearchBox .capsul .form-group button {
            height: 70px;
            border-radius: 10px;
            border: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            float:left;
            width:70px;
            background-color:#fff;
            font-size:24px;
            color:#7f8c8d;
        }
        .SearchBox .capsul .form-group button:hover{
            background-color:#572e82;
            color:#fff;
        }
        input:hover, input:focus{
            outline:none;
        }
.closedbox{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.capsul .Logo {
    width: 100%;
    text-align: center;
    margin-bottom:30px;
    margin-top:-100px;
}
    .capsul .Logo img {
        display: inline-block;
        float: none;
        max-width: 250px;
    }
.HesabimOpening {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    top: 60px;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    right: 0;
    z-index:20;
    max-width:250px;
    display:none;
}
    .HesabimOpening h4 {
        color: #7f8c8d;
        font-size: 16px;
        padding: 15px;
        border-bottom: solid 1px #eaeaea;
        width: 100%;
        float: left;
        padding-left:25px;
       margin-bottom:0;
    }
.HesabimOpening ul{
    margin:0;
    padding:0;
    float:left;
    width:250PX;
    list-style-type:none;
    padding:20px;
}
.HesabimOpening li{
    float:left;
    width:100%;
    text-align:left;

}
.HesabimOpening li a{
    display:block;
    width:100%;
    float:left;
    padding:10px;
    color:#572e82;
    font-weight:600;
    opacity:0.7;
}
.HesabimOpening li a:hover{
    opacity:1;
}
.sepetBoxed {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    top: 60px;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    right: 0;
    z-index: 20;
    width:420px;
    display:none;
}

    .sepetBoxed h4 {
        color: #7f8c8d;
        font-size: 16px;
        padding: 25px;
        line-height:1;
        padding-bottom:20px;
        border-bottom: solid 1px #eaeaea;
        width: 100%;
        float: left;
        margin-bottom: 0;
        text-align:center;
        background-color:#f2f3f4;
        border-bottom:solid 1px #eaeaea;
        border-top-left-radius:10px;
        border-top-right-radius:10px;
        font-weight:bold;
    }
.sepetContent{
    width:100%;
    padding:15px;
    float:left;
}
.sepetbosicon{
    display:inline-block;
    margin:auto;
    margin-top:15px;
    margin-bottom:10px;
}
.sepetContent strong{
    width:100%;
    display:inline-block;
    color:#7f8c8d;
    font-weight:400;
    font-size:13px;
    line-height:18px;
      
}
.KategorilerBox {
    float: left;
    width: 550px;
    position: absolute;
    padding: 15px;
    background-color: #fff;
    top: 40px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    z-index:20;
    display:none;
}
.KategorilerBox ul{
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
    width:100%;
}
.KategorilerBox li{
    float:left;
    width:50%;
    height:auto;
    display:block;
    margin-bottom:10px;

}
.KategorilerBox li a{
    color:#7f8c8d;
    font-size:14px;
display:block;
float:left;
width:100%;
padding:5px;
}
#allcat{
    position:relative;
}
.KategorilerBox li a i{
    width:40px;
    height:40px;
    border-radius:100px;
    line-height:40px;
    text-align:center;
    background-color:#f2f3f4;
    color:#6d818f;
    margin-right:5px;
}
.KategorilerBox li a:hover i {
    background-color: #f1c40f;
    color: #fff;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
}
.markaimg {
    float: left;
    width: 80px;
    height: auto;
    border-radius: 6px;
    border: solid 3px #eaeaea;
    overflow: hidden;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    padding:5px;
}
    .markaimg img {
        width: 100%;
        border-radius: 6px;
    }
.UrunYan .Detailsbottom h4 {
    margin-bottom: 0;
    text-align: right !important;
    margin-top: 0;
    font-size:16px;
    font-weight:600;
    height:10px;
}
.sepetbos{
    width:100%;
    float:left;
    margin-top:30px;
    font-weight:bold;
    color:#7f8c8d;
}
.badge-old:before {
    content: "";
    display: block;
    width: 50px;
    opacity: 0.6;
    height: 2px;
    background-color: red;
    transform: rotate(-14deg);
    position: absolute;
    right: 10px;
    top: 6px;
}
.badge-old:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: red;
    transform: rotate(14deg);
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.6;
}
.badge-old {
    position: relative;
    display: block;
}
.Basarili-alert{
    position:fixed;
    top:20px;
    right:20px;
    z-index:15;
    display:none;
}
    .Basarili-alert i {
        font-size: 50px;
        border-radius: 100px;
        line-height: 80px;
        width: 80px;
        text-align: center;
        float: left;
        z-index: 2;
        background-color: #fff;
        position: relative;
    }
.Basarili-alert div{
    float:left;
    z-index:1;
    position:relative;
    background-color:#f1c40f;
    padding:15px;
    margin-left:-40px;
    border-radius:20px;
    padding-left:60px;
    margin-top:5px;
    padding-right:30px;
}
    .Basarili-alert div p{
        margin-bottom:0;
    }
.sepetimtablex{
    float:left;
    width:100%;
    height:auto;
}
.SepetFoto {
    width: 100%;
    float:left;
}
    .SepetFoto img {
        width: 100%;
        border-radius: 10px;
        border: solid 5px #fff;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }
.cartdetails{
    text-align:left;
}
.cartdetails strong{
    width:100%;
    float:left;
    margin-top:15px;
    color:#7f8c8d;
    font-weight:600;
    font-size:16px;
}
.cartdetails h6{
    font-size:21px;
    color:#572e82;
    float:left;
    font-weight:800;
    margin-top:5px;
}
.sepetContent .timesbtn {
    line-height: 1;
    margin-top: 25px;
    opacity: 0.5;
}
.sepetContent .timesbtn:hover{
    opacity:1;
}
.sepetContent .row{
    margin-bottom:10px;
}
.CartFooterx{
    float:left;
    width:100%;
    margin-top:15px;
    background-color:#f2f3f4;
    border-top:solid 1px #eaeaea;
    padding:15px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.CartFooterx strong{
    float:left;
    width:auto;
    margin-top:0px;
    color:#6d818f;
}
    .CartFooterx .btnStyle2 {
        float: right;
        line-height: 1;
    }
.teslimatadres .form-control {
    min-height: 50px;
    display: block;
    font-size: 13px !important;
    width: 100%;
    font-weight: 400;
    color: #556379;
    background: #fff;
    box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    padding: 10px 20px;
    border-radius: 6px !important;
    font-size: 16px;
    border:solid 1px #eaeaea;
}
.teslimatadres {
    float: left;
    width: 100%;
    padding: 20px;
}
    .teslimatadres .form-group label {
        font-size: 12px;
        margin-bottom: 3px;
        text-indent: 3px;
        opacity: 0.7;
        width:100%;
    }
.checkedx span{
    font-size:12px;
}
.checkedx{
    width:100%;
    margin-bottom:10px !important;
    float:left;
}
.checkedx a{
    color:#572e82;
    font-weight:600;
    padding-right:5px;
}
.footercategorylink li{
    float:left !important;
    width:50% !important;
}
.hesabimalert p{
    font-weight:bold;
    margin-bottom:0;
}

.hataicon {
    font-size: 50px;
    background-color: #e74c3c;
    border-radius: 100px;
    padding: 30px;
    margin-left: auto;
    color: #fff;
    margin-right: auto;
    display: inline-block;
    border: solid 5px #c0392b;
    width:120px;
    height:120px;
}
.filigran2 {
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0,0.8);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
}
.Basarisiz-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 16;
}

    .Basarisiz-alert i {
        font-size: 50px;
        border-radius: 100px;
        line-height: 80px;
        width: 80px;
        text-align: center;
        float: left;
        z-index: 2;
        background-color: #fff;
        position: relative;
        color: #c0392b;
    }

    .Basarisiz-alert div {
        float: left;
        z-index: 1;
        position: relative;
        background-color: #f1c40f;
        padding: 15px;
        margin-left: -40px;
        border-radius: 20px;
        padding-left: 60px;
        margin-top: 5px;
        padding-right: 30px;
        text-align:left;
    }

        .Basarisiz-alert div p {
            margin-bottom: 0;
        }
.seciliadres {
    background-color: rgba(39, 174, 96,0.4)
}
.sonucbulunamadi{
    width:100%;
    text-align:center;
    float:left;
    color:#7f8c8d;
}
.sonucbulunamadi b{
    width:100%;
    text-align:center;
    float:left;
}
.sonucbulunamadi i{
    font-size:80px;
    margin-bottom:15px;
    opacity:0.5;
    display:inline-block;
}
.FavoriKaldirBtn {
    width: 100%;
    text-align: center;
    color:#fff;
    width: 30px;
    height: 30px;
    background-color: #e74c3c;
    border-radius:100px;
    line-height:30px;
    cursor:pointer;
    position:absolute;
    right:15px;
}
.FavoriKaldirBtn:hover{
    background-color:#111;
}
.addfavorites {
    width: 100%;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    border-radius: 100px;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
    .addfavorites:hover {
        background-color: #572e82;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



.favorialert{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 15;
    display: none;
}

    .favorialert i {
        font-size: 50px;
        border-radius: 100px;
        line-height: 80px;
        width: 80px;
        text-align: center;
        float: left;
        z-index: 2;
        background-color: #fff;
        position: relative;
    }

    .favorialert div {
        float: left;
        z-index: 1;
        position: relative;
        background-color: #f1c40f;
        padding: 15px;
        margin-left: -40px;
        border-radius: 20px;
        padding-left: 60px;
        margin-top: 5px;
        padding-right: 30px;
    }

        .favorialert div p {
            margin-bottom: 0;
        }
.DetailsPhoto .owl-item{
float:left;
}
.DetailsPhoto{
    width:100%;
  
}
    .DetailsPhoto .owl-stage-outer {
        overflow: hidden;
        border-radius:10px;
    }
.AltKategoriler{
    float:left;
    width:100%;

}
.AltKategoriler ul{
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
    float:left;
    margin-top:30px;
}
.AltKategoriler li{
    float:left;
    display:block;
    margin-right:15px;
}
    .AltKategoriler li a {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #f1c40f;
        color: #fff;
        font-weight:600;
        border-radius: 6px;
        font-size: 12px;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
    }
    .AltKategoriler li a:hover{
        background-color:#572e82;
    }
.MobileBtn{
    display:none;
}
/*responsive*/
@media screen and (max-width:879px) and (min-width:120px) {
    .socialbox{
        display:none;
    }

    .mmerkezi{
        width:100%;
        text-align:center;
    }
    .Logo {
        float: left;
        width: 130px;
        display: block;
    }
    .Headersol {
        width: 100%;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        background: #111;
        margin-top: 10px;
        padding-left:5px;
        padding-right:5px;
    }
    .limoonsoft{
        color:#fff;
    }
    .mobilearama {
        display: block;
        width: 100%;
        float: left;
        background: rgba(255,255,255,0.7);
        border-radius: 6px;
        margin-top: 10px;
        max-width: 100%;
        margin-right: 0px;
        height: auto;
        BORDER: solid 1px #eaeaea;
    }
        .mobilearama .btnsearch {
            float: right;
            height: 50px;
            border: none;
            width: 50px;
            background: transparent;
            font-size: 21px;
            margin-right:0px;
        }
        .mobilearama .frmsearch {
            width: 79%;
            float: left;
            height: 50px;
            font-weight:bold;
            background-color: transparent;
            border: none;
            max-width:80%;
            text-indent: 15px !important;
        }

    .HeaderSag {
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .AramaTopBtn {
        float: left;
        width: 100%;
        margin-top: 10px;
        display:none;
    }
    .SepetimBtn {
        margin-top: -55px;
        margin-left: 0;
        margin-right: 40px;
    }
    .Headersol li a {
        font-size: 12px;
        margin-right: 5px;
        margin-left: 5px;
        color:#fff;
    }
    .AltBox {
padding:15px;
margin-top:0;
    }
    .PSlider .item h4 {
        font-size: 13px;
    }

    .MobileBtn {
        float: right;
        width: auto;
        padding: 13px 11px;
        margin-top: -52px;
        display: inline-block;
        background-color: #f1c40f;
        color: #fff;
        position: relative;
        border-radius: 7px;
        FONT-SIZE: 12PX;
        font-weight: bold;
        line-height: 1;
        display: none;
    }
    .BannerAlan{
        height:190px;
        margin-top:0;
    }
    .itemimg{
        height:150px;
    }
    .ProductList .item h1{
        font-size:13px;
    }
    .Detailsbottom {
        margin-top: 0;
        height: 55px;
    }
    .Ind b{
        font-size:16px;
    }
    .Ind small{
        font-size:8px;
    }
    .Ind {
        padding: 6px 8px;
    }
    .Detailsbottom h2{
        font-size:16px;
    }
    .Detailsbottom h4{
        font-size:11px;
    }
        .Detailsbottom h4:before{
            width:40px;
        }
        .Detailsbottom h4:after {
            width: 40px;
        }
    .Detailsbottom h4{
        margin-top:5px;
    }

    .PSlider .item h1{
        font-size:12px;
    }


    .PSlider .owl-nav {
        position: absolute;
        right: -10px;
        top: -20px;
    }

    .ProductList .col-sm-3{
        padding-left:15px;
        padding-right:15px;
    }

    .SiteTitle {
        font-size: 22px;
        margin-bottom: 20px;
    }
    footer .menu1 li{
        text-align:center;
    }
    .footerlinks h4{
        width:100%;
        text-align:center;
    }
    .footercategorylink li {
        float: left !important;
        width: 100% !important;
    }
    .footerlinks {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .SearchBox .capsul .form-group form{
        width:90%;
        margin-left:5%;
    }
    .SearchBox .capsul h4{
        font-size:20px;
    }

    .sepetBoxed{
        width:350px;
        right:-70px;
    }
    .SiteTitle p{
        margin-bottom:0;
    }
    .PSlider {
        width: 96%;
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .capsul .Logo img {
        display: inline-block;
        float: none;
        width: 210px;
    }
    .PSlider .itemimg {
        height: 130px;
    }
    .UrunYan h1{
        margin-top:0;
    }
    .UrunYan {
        padding: 30px;
        padding-right: 30px;
    }
        .UrunYan .Detailsbottom .float-left {
            padding-left: 0px !important;
            text-align: left;
        }

        .UrunYan .Detailsbottom {
            padding-top: 20px;
            width: 100%;
            float: left;
            margin-bottom: 20px;
            height: auto;
        }
            .UrunYan .Detailsbottom .btnStyle3 {
                border: none;
                width: 100%;
                float: right;
                height: 50px;
                font-size: 15px;
                margin-top: 30px;
            }

        .UrunYan .Ind {
            padding: 10px 14px;
            margin-right:10px;
        }
            .UrunYan .Ind b {
                font-size: 20px;
            }
            .UrunYan .Ind small {
                font-size: 11px;
            }


    .OdemeTypes{
        padding:0;
    }
        .OdemeTypes a {
            width: 100%;
            margin-bottom: 5px;
            text-align: center;
        }
    .HesabimMenu ul li{
        width:100%;
    }
    .HesabimMenu li a {
        color: #7f8c8d;
        padding: 15PX 15px;
        display: block;
        width: 100%;
        float: left;
        font-weight: 600;
        line-height: 1;
        padding-bottom: 15px;
        position: relative;
        border-bottom: solid 1px #eaeaea;
    }
        .HesabimMenu li a:before{
            display:none;
        }
    .HesapPages {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .Headersol ul {
        width: 100%;
        text-align: center;
        float: left;
        display: block;
    }
    .Headersol li {
        float: none;
        display: inline-block;
    }
    .KategorilerBox {
        float: left;
        width: 100%;
        position: fixed;
        padding: 15px;
        background-color: #fff;
        top: 243px;
        right: 0;
        border-radius: 10px;
        box-shadow: 0 6px 7px 0 rgba(41,53,108,.15);
        z-index: 20;
    }
        .KategorilerBox li{
            float:left !important;
            width:50% !important;
            text-align:left !important;
        }
            .KategorilerBox li a {
                margin-right: 0;
                font-size: 12px;
            }
                .KategorilerBox li a i {
                    width: 20px;
                    height: 20px;
                    border-radius: 100px;
                    line-height: 20px;
                    text-align: center;
                    background-color: #f2f3f4;
                    color: #6d818f;
                    margin-right: 5px;
                }
    .HesabimTopBtn b{
        display:none;
    }
    .HesabimTopBtn i{
        margin-right:0;
    }
    .HesabimTopBtn {
        padding: 0px;
        margin-left: 0;
        margin-top: -45px;
    }
}
