﻿:root{
    --renk1:#40a84c;
    --renk2:#ffed00;
    --renk3:#888888;
    --renk4:#f4f4f4;
    --renk5:red;
}

@font-face {
    font-family: 'roboto';
    font-weight: 100;
    src: url('/Content/Font/roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: 100;
    src: url('/Content/Font/roboto/Roboto-ThinItalic.ttf');
}

@font-face {
    font-family: 'roboto';
    font-weight: 200;
    src: url('/Content/Font/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: 200;
    src: url('/Content/Font/roboto/Roboto-LightItalic.ttf');
}

@font-face {
    font-family: 'roboto';
    font-weight: 300;
    src: url('/Content/Font/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'roboto';
    font-weight: 400;
    src: url('/Content/Font/roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/Content/Font/roboto/Roboto-MediumItalic.ttf');
}

@font-face {
    font-family: 'roboto';
    font-weight: 500;
    src: url('/Content/Font/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: 500;
    src: url('/Content/Font/roboto/Roboto-BoldItalic.ttf');
}

@font-face {
    font-family: 'roboto';
    font-weight: bolder;
    src: url('/Content/Font/roboto/Roboto-BoldCondensed.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: bolder;
    src: url('/Content/Font/roboto/Roboto-BoldCondensedItalic.ttf');
}

@font-face {
    font-family: 'roboto';
    font-weight: 600;
    src: url('/Content/Font/roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: 600;
    src: url('/Content/Font/roboto/Roboto-BlackItalic.ttf');
}

@font-face {
    font-family: 'roboto';
    font-style: italic;
    src: url('/Content/Font/roboto/Roboto-Italic.ttf');
}


@-webkit-keyframes fadeIn { 
  0% { opacity: 0; }
  20% { opacity: 0; }
  40% { opacity: 0.3; }
  60% { opacity: 0.5; }
  80% { opacity: 0.9; }
  100% { opacity: 1; }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  20% { opacity: 0; }
  40% { opacity: 0.3; }
  60% { opacity: 0.5; }
  80% { opacity: 0.9; }
  100% { opacity: 1; }
}



body {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 300!important; 
    margin: 0px!important;
}



a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
.center{
    text-align:center;
}
ul {
    margin: 0px;
}
.content-page-full {
    position: relative;
    display: inline-block;
    width: 100%; 
}
.page-perde,.full-perde {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(102, 102, 102, .2);
    top: 0;
    z-index: 9999;
    display:none;
}
.full-perde.fixed {
    position: fixed;
}
.mobil-nav {
    display: none;
}
.page-perde.active,.full-perde.active {
    display: block;
}
/*Header Top Başlangıç*/
.header-top {
        width: 100%; 
    text-align: right;
}
.resp{
    display: none;
}
.header-top-bar {
    max-width: 100%;
    margin: 0 auto;
}

.header-top-bar-account {
color: #888888;
    float: left;
    margin-right: 5px;
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.header-top-bar-account-hosgeldiniz {
    color: red;
    font-weight: bold;
}

.header-top-bar-menu {
display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 4px;
    text-align: right;
    color: #666666;
}

    .header-top-bar-menu ul {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 99989;
            display: none;
            float: left;
            min-width: 230px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            color: #666;
            border-bottom: 2px solid var(--renk2);
            background-color: #fdfdfd;
            padding: 0px;
    }


    .header-top-bar-menu li {
        padding: 5px 10px;
		position: relative;
		display: inline-block;
		padding-bottom: 0px;
		font-weight: 600;
		font-size: 14px;
    }

        .header-top-bar-menu li:hover > ul {
                display: block;
        }

    .header-top-bar-menu ul li {
            padding: 10px 10px;
            display: block;
            border-bottom: 1px solid;
			font-size:12px;
    }

    .header-top-bar-menu li:hover li ul {
       position: absolute;
    left: 100%;
    width: 100%;
    margin-top: -41px;
    border-left: 0px;
    }
    .header-top-bar-menu ul li:hover {
        background: var(--renk2);
            color: #fff;
    }





.acilir-menu li {
    display: block;
    float: none;
    text-align: left;
    border: 0px;
}

.acilir-menu {
    display: inline-block;
}

.siparis-acilir-menu {
    display: inline-block;
    max-width: 230px;
}

.acilir-menu-open:hover .acilir-menu {
    display: inline-block !important;
}

.acilir-menu {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    margin-left: -125px;
    margin-top: 4px;
    display: none;
    z-index: 20;
}

    .acilir-menu li {
        padding: 5px;
    }

        .acilir-menu li a {
            color: #232323;
        }

    .acilir-menu i {
        margin-right: 5px;
    }

.header-top-bar-shoppingcart {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}

.header-top-bar-exit {
    display: inline-block;
    float: right;
}

    .header-top-bar-exit div {
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

/*Header Top Bitiş*/

/*Footer Başlangıç*/
.footer {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    background: #202020;
}
.footer-block-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
}
.footer-block-title {
        margin: 0 0 1px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 550;
    line-height: 20px;
    color: #898989;
    cursor: pointer;
}
span.tel_icon {
    display: inline-block;
    width: 31px;
    height: 34px;
    display: inline-block;
    margin-right: 5px;
    background-position: -386px 0;
    background-image: url(/Themes/SPoint/Content/img/all.png);
    background-size: 462px;
    vertical-align: top;
}
span.tel_text {
    font-size: 18px;
    color: #898989;
}
.tel_number {
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    color: #898989;
    font-weight: 600;
}

.footer-block-items li {
    list-style: none;
    padding: 2px 0;
    line-height: 18px;
    font-size: 13px;
    color: var(--renk3);
}
.footer-block-items li:hover {
    color: var(--renk2);
}
.footer-alt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
	align-items: center;
    margin-top: 15px;
	
}
.footer-company {
    font-size: 12px;
    color: var(--renk3);
}
.footer-banka {
        width: 485px;
    height: 61px;
    background-position: -128px -101px;
    background-image: url(/Themes/SPoint/Content/img/all.png);
    vertical-align: top;
    max-width: 100%;
}
/*Footer Bitiş*/



.mesajYaz {
    position: fixed;
    width: 558px;
    max-width: 100%;
    left: 50%;
    margin-left: -279px;
    background: #fff;
    z-index: 100001;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px 0px #eee;
    display: none;
}

    .mesajYaz > .mesajicon {
        background-image: url(/Content/img/uyari.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 125px;
    }

    .mesajYaz > .mesajYazTitle {
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .mesajYazMesaj, .mesajYaz > .mesajYazTitle {
        padding: 5px;
    }

.mesajYazMesaj {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    width: 100%;
    text-align: center;
    color: #6b6b6b;
}

.mesajYaz#uyari .mesajYazMesaj, .mesajYaz#hata .mesajYazMesaj {
    color: #ff7761;
}

.mesajYaz#onay .mesajYazMesaj {
    color: #25ae88;
}

.mesajYazMesaj-alt span {
    font-weight: 500;
}

.mesajYazMesaj-alt {
    text-align: center;
    color: #7b7774;
}

.mesajyazicon {
    background: #fff;
    padding: 5px;
    border-radius: 25px;
    font-size: 64px;
    padding: 10px;
    display: inline-block;
}

.mesajyazicon i {
    background: #25ae88;
    padding: 5px;
    border-radius: 25px;
    font-size: 65px;
}

.mesajYazbt {
    text-align: center;
    padding: 12px;
    background: #25ae88;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.messajyazortu {
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* z-index: 5000; */
    z-index: 99999;
    display: none;
}
/*.sepetim {
    background: #c0151b;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 8px;
}

    .sepetim > .sepetimlistesi {
        display: none;
        position: absolute;
    }

    .sepetim:hover > .sepetimlistesi {
        display: block;
    }*/

.login-page {
    background-image: url(/Themes/SPoint/Content/img/login-bg.png);
    background-size: 100% 100%;
	background-color: #fff;
    background-repeat: no-repeat;
    background-color: var(--renk1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
}

.customer-blocks {
         margin: auto;
    padding: 0% 8%;
    text-align: left;
    display: inline-block;
    min-width: 400px;
    max-width: 100%;
}
.login-title {
    font-size: 22px;
    font-weight: 500;
    color: #262626;
}
.login-inputs {
       padding: 10px 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 3px;
}
.user-ico {
    background-image: url('../img/Login/login-user.png');
       background-size: 100%;
       background-repeat: no-repeat;
       width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
   margin-left: 5px;


}
.plasiyer-ico {
    background-image: url('../img/top-menu-icons/plasiyer.png');
        background-size: 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
    

#Kullanici_Adi:focus ~ .login-inputs-text, #Sifre:focus ~ .login-inputs-text, #Kullanici_Adi:valid ~ .login-inputs-text, #Sifre:valid ~ .login-inputs-text {
    transform: translate3d(0, -150%, 0) scale3d(.8, .8, 1);
}

.login-alt-bilgi3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
}

.login-inputs-text {
    font-size: 12px;
    color: #807b78;
    margin-left: 40px;
}
.loginaciklama img {
    max-width:200px;
}
.login-inputs-text {
    font-size: 12px;
    color: #333333;
    margin-left: 25px;
    display: block;
    position: absolute;
    top: 15px;
    left: -20px;
    transition: all .3s;
    pointer-events: none;
    font-size: 14px;
    transform-origin: 0 50%;
    opacity: .7;
}



.pass-ico {
    background-image: url(../img/login-pass.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.user-ico {
    background-image: url(../img/login-user.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.login-title-blck {
    color: #171717;
}






    .login-page .logo img {
        max-width: 100%;
    }
.login-page .logo {
         position: absolute;
    text-align: center;
    right: 32%;
    top: 12%;
    width: 134px;
    height: 42px;
    background: url(/Themes/SPoint/Content/img/login-ust-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.login-page .logo img {
    max-width: 100%;
}
.mobilkatman{
	position:absolute;
	right:0;
	bottom:0; 
	width:20%;
	display:none;
}

.loginaciklama{
	display: inline-block;
	width: 100%;	
	font-size:8px; 
	margin: 55px auto 0 auto;
}
.loginradio{
	text-align: left;
	padding: 14px 0px;
	font-size: 12px;
}
.mobilicin{
	display:none;
}

.login-footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    color: #404041;
}

.login-logolar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    text-align: center;
    place-content: center;
    margin-bottom: 5px;
}


    .customer-blocks form input:focus {
        outline: none;
    }

.customer-blocks form button {
       margin-top: 20px;
    width: 100%;
    padding: 10px;
    border: none;
    background-image: linear-gradient(to right, #e5322d, #f19915, #ffa926, #ef9816, #e5322d);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.customer-blocks form button:hover{
    background-image: linear-gradient(to left, #ffa926, #f19915, #e5322d, #ef9816, #ffa926);
}
.customer-blocks form input:focus {
    outline: none;
}
.login-main form input {
    font-size: 14px;
    padding: 14px;
}
.login-title-alt {
    font-size: 33px;
    color: #303943;
    font-weight: 100;
    background: no-repeat;
	text-align: center;
}
.login-page .logo {
         position: absolute;
    text-align: center;
    right: 32%;
    top: 12%;
    width: 134px;
    height: 42px;
    background: url(/Themes/SPoint/Content/img/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.login-alt img {
    max-width: 50px;
}
.login-page .logo img {
    max-width: 100%;
}
.login-main {
        position: absolute;
    left: 10%;
    top: 5%;
    text-align: right;
}
.login-footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    color: #404041;
}
.login-alt-bilgi {
    position: absolute;
    left: 5%;
    right: 0;
    bottom: 5%;
}
.login-alt-bilgi1 {
       height: 554px;
    background: url(/Themes/SPoint/Content/img/login-bg-sol.png);
    width: 48%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    margin-left: -74px;

}
.login-alt-bilgi2 {
    width: 50px;
    height: 74px;
    background: url(/Content/img/login-alt-bilgi2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 16px;
}
.login-alt-bilgi3 {
    font-size: 10px;
}
.login-right {
    
	display: inline-block;
    position: absolute;
    right: 109px;
    top: 40%;
    font-size: 32px;
    color: #fff;
}
.login-right-alt {
    display: inline-block;
    position: absolute;
    right: 85px;
    bottom: 70px;
    font-size: 17px;
    color: #fff;
}

.customer-blocks form input {
    width: 100%;
    padding: 15px 6px;
    /*border-radius: 5px;*/
    border: 0;
    color: #303943;
    font-size: 12px;
    font-weight: bold;
    background: no-repeat;
    border-bottom: 1px solid #464646;
}
.customer-blocks form input:focus {
    border-bottom: 1px solid;
}
.customer-blocks form button ,.customer-blocks form #cari-giris{
    margin-top: 20px; 
	padding: 0; 
	border: none; 
    color: #00a651;
	font-weight:600;
    cursor: pointer;
    height: 42px;
    border-radius: 21px;
	border: 3px solid #3cb878;
    background: no-repeat;
    float: left;
    min-width: fit-content;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
 
.customer-blocks form button.login-sifre-olustur-btn , .customer-blocks form #sifreonayla{
    color: #2f3942;
    margin-left: 20px;
    border: 3px solid #2f3942;
    background: transparent;
}
.customer-blocks form button.login-sifre-olustur-btn2 {
    color: #333333;
    float: right;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    padding-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
}
.customer-blocks form button:hover ,  .customer-blocks form #cari-giris:hover {
    
    background: #3cb878;
    color: #fff;
    box-shadow: 0px 0px 15px 0px #7d7d7d;
}
.customer-blocks form button.login-sifre-olustur-btn2:hover{
	background: transparent;
    color: #000;
    box-shadow: none;
}
.customer-blocks form button.login-sifre-olustur-btn2:focus {
    outline: none;
}
.customer-blocks form button.login-sifre-olustur-btn:hover{
	background: #fdd000;
}
.ozl-radio5 {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
	padding-top:5px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ozl-radio5 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.ozl-radio5 .checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 6px;
    border: 2px solid #464646;
}

.ozl-radio5:hover input ~ .checkmark {
    background-color: #ccc;
}

.ozl-radio5 input:checked ~ .checkmark {
        color: #fff;
    box-shadow: 1px 1px 9px 3px #ff0007;
}

.ozl-radio5 .checkmark:after {
    content: '✔';
    position: absolute;
    display: none;
    left: -2px;
    top: -6px;
    font-size: 18px;
    color: #ff0007;
}

.ozl-radio5 input:checked ~ .checkmark:after {
    display: block;
	    margin: 4px;
}

 
 
.header-center {
    width: 1200px;
    margin: 0 auto;
	max-width: 100%;
}
.header-center-alt {
    
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
}

.header-center .head-logo {
width: 275px;
    max-width: 100%;
    display: flex;
    align-self: center;
}

.header-top-bar-shoppingcart a {
    color: #e21414;
}

.header-center .head-search {
}

.head-box-item {
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    background: #efefef;
}
.head-box-item.sepetim i {
    padding: 5px;
    margin-right: 5px;
    
}
.head-box-item-text {
    display: block;
}
.head-box-item-abs {
right: 25px;
    top: 14px;
    position: absolute;
    background-color: #17181c;
    color: #fff;
    min-width: 17px;
    border-radius: 50%;
    font-size: 12px;
}
.head-box-item-ico {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.hesabım .head-box-item-ico {
    background: url(../img/hesap.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.hesabım:hover .head-box-item-ico {
    background: url(../img/hesap-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.favorilerim .head-box-item-ico {
    background: url(../img/favorilerim.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.favorilerim:hover .head-box-item-ico, .mini-favori.aktif .head-box-item-ico{
    background: url(../img/favorilerim-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.sepetim .head-box-item-ico {
    background: url(../img/sepet.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.sepetim:hover .head-box-item-ico,.mini-cart.aktif .head-box-item-ico {
    background: url(../img/sepet-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.siparislerim .head-box-item-ico {
    background: url(../img/siparislerim.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.siparislerim:hover .head-box-item-ico{
    background: url(../img/siparislerim-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.temsilcim .head-box-item-ico {
    background: url(../img/temsilci.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.temsilcim:hover .head-box-item-ico{
    background: url(../img/temsilci-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.head-cart {
    cursor: pointer;
}

.head-cart-img {
    background: url(/Content/img/sepet.png);
    width: 32px;
    height: 28px;
    display: inline-block;
}

.head-cart-text {
    display: inline-block;
    line-height: 28px;
    vertical-align: text-bottom;
}

.head-search .search-keyw {
    border-bottom: 1px solid #444;
}

.head-search .search-keyword {
    border: 0px;
    width: 340px;
    border-left: 1px solid #888;
    padding-left: 3px;
    font-style: italic;
}

.search-keyw-search {
    font-weight: bold;
    color: #434343;
    font-style: italic;
}

.head-search .search-keyw-search-button {
    display: inline-block;
    color: #dadada;
}

.head-search-filters {
    font-weight: bold;
    color: #444;
    font-size: 14px;
}

.head-search-filters-text, .head-search-filters-Value {
    display: inline-block;
}

.head-search-filters-text {
    width: 85px;
    min-width: max-content;
}

.head-search-filters-Value select {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    background: #f1f1f1;
    width: 90px;
}

.head-search-panel {
    display: inline-block;
    float: right;
}

.head-search-filters-items {
    float: left;
    max-width: 180px;
}

    .head-search-filters-items.chcbox .head-search-filters-Value {
        float: left;
    }

    .head-search-filters-items.chcbox .head-search-filters-text {
        float: right;
        padding-right: 5px;
        font-weight: normal;
    }

    .head-search-filters-items.chcbox {
        max-width: 120px;
    }

.head-search-filters-items-alt {
    display: inline-flex;
    margin: 2px;
}

.head-search-filters-items.chcbox .head-search-filters-items-alt {
    background: #f1f1f1;
}

.head-search-yeni-keyw {
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.head-search-yeni-keyw input { 
	border: medium none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding: 13px;
	width: 90%;
	font-size: 12px;
}

.head-search-yeni-keyw input:focus {
	outline: none;
}



.head-search-yeni-btn {
    /*display: inline-block;
    float: left;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    background: url(/Content/img/search.png);
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .head-search-yeni-btn i {
        font-size: 25px;
        color: #fff;
        padding: 7px;
    }

 

.header-bottom {
    position: relative;
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
        background-color: #e5322d;
    border: solid 1px #eee;
    height: 40px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    /*font-family: sans-serif;*/
	border-bottom: 0;
}

.head-menu {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
}

    .head-menu .menu-items {
        border-bottom: 3px solid #f5f5f5;
        list-style: none;
        display: table-cell;
        border-right: 1px solid #ddd;
        border-bottom: 3px solid #f5f5f5;
        min-width: 100px;
        text-align: center;
    }

.menu-items.alt {
    text-align: left;
}

.head-menu .menu-items:last-child {
    border-right: 0px;
}

.head-menu .menu-items a {
    color: #171717;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    padding: 12px;
}


.head-menu .menu-items img {
    max-width: 100%;
}

.head-menu .menu-items:hover {
    border-bottom: 3px solid #e21414;
    background-color: rgba(37,36,36,.1);
}

    .head-menu .menu-items:hover a {
        color: #171717;
    }

.menu-items {
    position: relative;
}

    .menu-items > ul {
        display: none;
    }

    .menu-items.alt ul.alt {
        left: 100%;
        top: 0;
    }

    .menu-items:hover > ul {
        display: block;
    }

    .menu-items > ul li {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

    .menu-items > ul {
        background: #fff;
        position: absolute;
        z-index: 50000;
        top: 50px;
        padding: 0;
        width: 225px;
    }

.content-page {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 650px;
}

.content-one {
        width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    display: inline-block;
}

.content-title {
    text-align: center;
    background: #fff;
}

    .content-title h2 {
        margin: 8px;
    }

table {
    width: 100%;
}

.search-table {
    font-size: 12px;
}

    .search-table thead {
        background: #c0151b;
        color: #fff;
    }

        .search-table thead tr th {
            padding: 5px;
        }

.prbx-sepeteekle {
    display: inline-block;
    width: 53%;
	
}

.sepeteekle {
    background: var(--renk1);
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: padding .5s;
    min-width: fit-content;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 15px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    height: 32px;
    line-height: 13px;
}

    .sepeteekle:hover {
             color: #fff;
    box-shadow: 0px 0px 15px 0px #7d7d7d;
    }

        .sepeteekle:hover.sepeteeklendi, .sepeteeklendi {
            color: #009688;
            border-color: #333;
            background: url(/content/img/sepeteekle.png) 1px -60px;
            background-repeat: no-repeat;
            background-size: 34px;
        }

.ortu {
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

.popup {
    width: 45%;
    left: 50%;
    margin-left: -25%;
    background: #fff;
    position: fixed;
    z-index: 10001;
    top: 100px;
    padding: 20px;
    display: none;
    border-radius: 10px;
}

    .popup > .urunadi {
        border-bottom: 1px solid #808080;
        font-size: 16px;
        font-weight: bold;
    }

    .popup > .popupyarim {
        width: 100%;
        float: left;
        border: 1px solid #eee;
        padding: 8px;
        /*background:url(/Content/img/shoppingbg.png);
    background-repeat: no-repeat;
    background-position: center;*/
    }

    .popup .satir {
        display: inline-block;
        width: 100%;
    }


        .popup .satir > div {
            float: left;
            width: 50%;
        }

    .popup .popup-sepete-ekle-bilgi .satir > div {
        width: 42px;
        text-align: right;
    }

.popup-sepete-ekle-bilgi {
    font-size: 14px;
}

.popup-sepete-ekle-bilgi-text {
    width: 80px !important;
    display: inline-block;
    font-weight: bold;
}

.popup-sepete-ekle-bilgi-value {
    display: inline-block;
    float: none !important;
}

.popup .satir #sepetibitir {
    background: #c3161c;
    color: #fff;
    padding: 10px;
    width: 95%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

    .popup .satir #sepetibitir:hover {
        background: #333;
    }

#popup-close {
    float: right;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 3px;
    color: #c3161c;
    cursor: pointer;
}

.val_text {
    font-weight: bold;
}

.sepete-ekle-odeme-secenekleri {
    border: 1px solid #eee;
    margin-top: 10px;
    display: inline-block;
    width: 47%;
}

.popupyarim-toplamlar {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    border: 1px solid #eee;
    margin: 10px;
}

.popup .popup-sepete-ekle-bilgi .satir {
    padding: 5px;
}

.satir.satir-title {
    padding: 9px !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #c3161c;
}

.popup .satir > div.val_text {
    font-size: 16px;
    text-align: right;
    width: 47%;
    margin-right: 1%;
    padding: 5px;
}

.popup .satir > div.val_value select, .popup .satir > div.val_value input {
    font-size: 16px;
    text-align: left;
    width: 100px;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 2px;
}

.popup .satir > div.val_value select {
    width: 112px;
}

.sepet-tip-durum {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 94.5%;
    float: left;
}




.satir.sepeti-bitir {
    width: auto;
    position: absolute;
    bottom: 30px;
    right: 26px;
    left: 50%;
}

.sepete-ekle-odeme-secenekleri #odemesecenekleri {
    border-top: 1px solid #eee;
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.sepete-ekle-odeme-secenekleri #odemesecenekleri-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px;
    color: #c3161c;
    font-size: 18px;
    font-weight: bold;
}

.search-table tbody tr:hover td {
    background: #808080;
    color: #fff;
}



/*Sepetim Sayfası Başlangıç*/
.sepet-sol {
    float: left;
    width: 100%;
    background: #fff;
}

.sepet-sag {
    float: right;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    position: relative;
    width: 250px;
}

.sepet-secimi {
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
}

    .sepet-secimi select {
        padding: 12px;
        border-radius: 3px;
        min-width: 160px;
    }

    .sepet-secimi span {
        font-size: 20px;
        padding: 5px;
        display: inline-flex;
        line-height: 34px;
    }

.sepet-toplamlari {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    width: 97%;
    position: relative;
}


.sepet-detaylari form table {
    padding: 5px;
}
/*Sepetim Sayfası Bitiş*/







/*Cari Ekstre Başlangıç*/
.ekstre-tarih-aralik {
    box-sizing: border-box;
}

    .ekstre-tarih-aralik .ozl-radio-2, .ekstre-tarih-aralik .ekstre-tarih-getir {
        width: 19.78%;
        display: inline-block;
    }

.ekstre-tarih-getir input {
    background: #00a551;
    border: 1px solid #eee;
    padding: 10px 40px;
    width: 100%;
    vertical-align: bottom;
    height: 48px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .ekstre-tarih-getir input:hover {
        background: #171717;
    }

.table-wrapper-kolonthree .fl-table thead td {
    background: #171717;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.table-wrapper-kolonthree {
    padding-bottom: 5px;
}

    .table-wrapper-kolonthree .fl-table tbody td {
        border: 1px solid #eee;
        font-weight: bold;
        font-size: 14px;
    }

.table-wrapper {
    margin: 0px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

    .fl-table td, .fl-table th {
        text-align: center;
        padding: 8px;
    }

    .fl-table td {
        border-right: 1px solid #f8f8f8;
        font-size: 12px;
    }

    .fl-table thead th {
        color: #ffffff;
        background: #4FC3A1;
    }

    .fl-table thead td {
        font-weight: bold;
    }

    .fl-table thead th:nth-child(odd) {
        color: #ffffff;
        background: #324960;
    }

    .fl-table tr:nth-child(even) {
        background: #F8F8F8;
    }

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }

    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }

    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }

        .fl-table thead th:last-child {
            border-bottom: none;
        }

    .fl-table thead {
        float: left;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
    }

        .fl-table tbody tr:nth-child(odd) {
            background: none;
        }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
/*Cari Ekstre Bitiş*/






/*Cari-Plasiyer-Bilgileri Başlangıç*/
.header-top-plasiyer-bilgileri {
    float: right;
}

.cari-plasiyer-info {
    font-size: 12px;
    background: #fff;
    display: inline-block;
    float: right;
    margin: 17px;
}

    .cari-plasiyer-info div {
        color: #fff;
        margin: 1px;
    }

.plasiyercall-img {
    float: left;
    width: 80px;
    height: 110px;
    background: #434343;
}

    .plasiyercall-img img {
        margin: 0 auto;
        display: block;
        margin-top: 22px;
    }

.cari-plasiyer-info-plasiyer {
    float: left;
    height: 110px;
    background: #434343;
    padding-left: 5px;
    padding-right: 10px;
}

.cari-plasiyer-info-plasiyer-title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    height: 25px;
}

.cari-plasiyer-info-plasiyer-items span {
    display: inline-block;
    vertical-align: super;
}

.cari-plasiyer-info-plasiyer-items img {
    max-width: 14px;
}

.cari-plasiyer-info-shoppingCart {
    float: left;
    height: 110px;
    background: #434343;
}

.cari-plasiyer-info-shoppingCart-img {
    float: left;
}

    .cari-plasiyer-info-shoppingCart-img img {
        max-width: 50px;
        padding: 5px;
    }

.cari-plasiyer-info-shoppingCart-title {
    float: left;
    font-size: 24px;
    padding-top: 12px;
}

.cari-plasiyer-info-plasiyer-dollarkur img {
    max-width: 20px;
}

.cari-plasiyer-info-plasiyer-dollarkur {
    border-top: 1px solid #eee;
}

.cari-plasiyer-info-bakiye {
    display: inline-block;
    height: 110px;
    background: #434343;
}

.cari-plasiyer-info-bakiye-img {
    float: left;
}

.cari-plasiyer-info-bakiye-title {
    font-size: 24px;
    float: left;
    max-width: 80px;
    padding-top: 4px;
}

.cari-plasiyer-info-bakiye-img img {
    max-width: 50px;
    padding: 4px;
}


.cari-plasiyer-info-plasiyer-euro {
    border-top: 1px solid #eee;
}

    .cari-plasiyer-info-plasiyer-euro img {
        max-width: 20px;
        float: left;
    }
/*Cari-Plasiyer-Bilgileri Bitiş*/







/*Özel Checkbox Başlangıç*/
.ozl-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}
    
    .ozl-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .ozl-checkbox .checkmark {
           position: absolute;
    top: 0;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #17181c;
    }

    .ozl-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

     .ozl-checkbox input:checked ~ .checkmark {
        background-color: #2867a1;
    }
    .ozl-checkbox.red input:checked ~ .checkmark {
        background-color: #c3161c;
    }

    .ozl-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .ozl-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .ozl-checkbox .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ozl-checkbox.red .checkmark:after {
        left: 6px;
        top: 0px;
        width: 2px;
        height: 10px;
    }
    .ozl-checkbox.red .name {
        display: inline-block;
            margin-top: 5px;
    margin-left: 5px;
    }
/*Özel Checkbox Bitiş*/
/*Özel Radio Button Başlangıç*/
/* The ozl-radio */
.ozl-radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ozl-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.ozl-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.ozl-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ozl-radio input:checked ~ .checkmark:after {
    display: block;
}

.ozl-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}





.ozl-radio-2 {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    box-sizing: inherit;
}

    .ozl-radio-2 label {
        padding: 12px 10px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        box-sizing: inherit;
    }

        .ozl-radio-2 label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #171717;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .ozl-radio-2 label:after {
            width: 32px;
            height: 32px;
            content: '';
            border: 2px solid #d1d7dc;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 4px 5px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .ozl-radio-2 input:checked ~ label {
        color: #fff;
        font-weight: bold;
    }

        .ozl-radio-2 input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .ozl-radio-2 input:checked ~ label:after {
            background-color: #00a551;
            border-color: #00a551;
        }

    .ozl-radio-2 input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }


.ozl-radio3 {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ozl-radio3 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .ozl-radio3 .checkmark {
        position: absolute;
        top: -1px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border-radius: 26%;
        border: 1px solid #ababab;
    }

    .ozl-radio3:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .ozl-radio3 input:checked ~ .checkmark {
        background-color: var(--renk2);
        color: #fff;
    }

    .ozl-radio3 .checkmark:after {
        content: '✔';
        position: absolute;
        display: none;
        left: 3px;
        font-size: 12px;
    }

    .ozl-radio3 input:checked ~ .checkmark:after {
        display: block;
    }

/*Özel Radio Button Bitiş*/

/*paging*/
.pagenoktali {
    display: inline-block;
}

.paging {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

    .paging > a {
        color: #fff;
    }

        .paging > a > div {
            background: gray;
            border-radius: 50%;
            margin: 10px;
            text-align: center;
            line-height: 30px;
            width: 30px;
            display: inline-block;
        }

.pageaktif {
    background: blue;
    color: #fff;
    border-radius: 50%;
    margin: 10px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    display: inline-block;
}
/*Paging Bitiş*/







/*Arama Filter Başlangıç*/

.filter-item {
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

.filter-name {
    display: block;
    font-size: 18px;
    color: #333;
    border-bottom: 1px dotted #ddd;
}

.filter-alt-item a {
    display: block;
    padding: 2px 0 2px 0px;
    background: transparent url(/Content/images/filter-checkbox.png) no-repeat 1px 2px;
    margin: 4px 0;
    color: #b88200;
    cursor: pointer;
}

    .filter-alt-item a:hover {
        background: #ff8e13;
        color: #fff;
        border-radius: 5px;
    }
/*Arama Filter Bitiş*/

/*Yeni Arama Grid Başla*/
.search-page-sol {
    width: 20%;
    float: left;
}

.search-page-sag {
    width: 79%;
    float: left;
    float: right;
}

.prbx-image {
    display: flex;
    height: 185px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

    .prbx-image img {
           max-width: 100%;
    margin: auto;
    max-height: 100%;
    width: auto;
    }

.prbx-item {
         float: left;
    width: calc(25% - 6px);
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    margin-left: 6px;
	transition: 0.4s all;
}
}
.prbx-item:hover {
    box-shadow: 0px 0px 31px 0px #eee;
}

.prbx-add-cart {
    text-align: center;
    height: 32px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	display: flex;
}
.prbx-item:hover .prbx-add-cart{
	opacity:1;
}
.prbx-dty {
    padding: 5px;
    font-size: 11px;
     
}
 
.carousel .prbx-dty {
    padding: 0px 16px;
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
}

.prbx-iskonto {
    color: #e21414;
    font-size: 14px;
    margin-bottom: 0;
    height: 25px;
    margin-top: 5px;
}


.prbx-dty a {
    text-decoration: none;
}

.dty-stok-adi {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 550;
}

.dty-kisa-ad {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
}

.dty-alt-ad {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 5px;
}

.dty-kategoriler {
    padding: 10px;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

.dty-kategoriler-title {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
}

.dty-kategori-item {
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    margin-bottom: 9px;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.red {
    color: red;
}
.purple {
    color: #712ff8;
}
.green{
	color:green;
}
.ozlcolor{
	color :f39200;
}


.prbx-ad {
   border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    height: 30px;
    overflow: hidden;
    color: #171717;
    display: block;
    word-wrap: break-word;
    text-align: left;
    font-weight: 600;
    line-height: 15px;
}

.prbx-kisa-ad, .prbx-alt-ad {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
   /*height: 28px;*/
    overflow: hidden;
    color: #b88200;
}

.prbx-kampanya {
    /*  height: 40px;*/
    position: absolute;
}
.prbx-kampanya {
    /*  height: 40px;*/
    position: absolute;
	    left: 0;
    right: 0;
    text-align: center;
}

.prbx-dty-kampanya {
	position: absolute;
    left: 0;
    right: 84px;
    top: 62px;
    text-align: center;
	}
.prbx-yeni {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
}

.prbx-text {
    display: inline-block;
    font-weight: 500;
}
.prbx-fiyat.kampanyali span {
    font-weight: bold;
    color: red;
}
.prbx-stokkod {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	    padding: 5px;
}

.prbx-asil-fiyat {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
}

.prbx-cizgi {
    margin: 6px;
    border: 1px solid #e4e4e4;
}

.prbx-ucretsiz-kargo {
    padding: 2px 0px;
    color: green;
    font-weight: bold;
}

.prbx-fiyat .prbx-value {
    color: #F44336;
    font-weight: bold;
    display: inline-block;
    text-align: right; 
}

.prbx-fiyat {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
.prbx-fiyat span{
	width:100%;
}
.prbx-fiyat .ayirici {
    text-align: center;
	    width: auto;
}
.dty-sag-sol {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
}

.dty-price {
    background: #f8f8f8;
    /* border: 1px solid #d5d5d5; */
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    width: 325px;
    max-width: 100%;
    padding: 5px;
    box-shadow: 5px 5px 5px #eee;
}

.dty-sag-sol .dty-price .dty-items .dty-text {
    width: 100%;
    display: inline-block;
   width: 138px;
}

.dty-price .dty-items {
    padding: 5px;
    font-size: 14px;
}

.dty-sag-sag {
    display: inline-block;
    width: 50%;
    text-align: right;
}

    .dty-sag-sag .dty-text, .dty-sag-sag .ayirici {
        font-weight: bold;
    }

    .dty-sag-sag .dty-value {
        width: 65px;
        display: inline-block;
        text-align: right;
        color: #e5322d;
    }

.bld {
    font-weight: bold;
}

.dty-yeni-urun {
    text-align: left;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
    vertical-align: top;
}

.dty-sepete-ekle {
    text-align: left;
    display: inline-block;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
}

.dty-sepete-ekle-btn {
         cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 53px;
    border: none;
    background-color: var(--renk1);
    font-size: 16px;
    width: 255px;
    border-radius: 0 4px 4px 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.dty-sepete-ekle-btn:hover {
    background: var(--renk1);
    color: #fff;
}

.dty-sepete-ekle-input-style {
    padding: 5px;
}

.dty-sag-sol .dty-items .ayirici {
    text-align: center;
}
.dty-sag-sol .dty-items .dty-value {
    text-align: right;
}
.dty-sag-sol .dty-items .dty-text, .dty-sag-sol .dty-items .dty-value {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.dty-items {
    display: flex;
}

.prbx-firsat {
    background-color: #e5322d;
    border-radius: 25px;
    font-size: 12px !important;
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    margin-top: 5px;
}
/*Yeni Arama Grid Bitiş*/
/*Yatay Grid Başlangıç*/
.search-page-sag .content-title {
    text-align: left;
    font-size: 12px;
}

.lprbx-item {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #999;
    padding: 8px;
    font-size: 14px;
}

    .lprbx-item:hover {
        border-bottom: 1px solid #f5dda3;
    }

.lprbx-image {
    width: 20%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

    .lprbx-image img {
        max-width: 100%;
        max-height: 150px;
        margin: 0 auto;
    }

.lprbx-dty {
    width: 40%;
    float: left;
}

    .lprbx-dty div {
        padding: 5px;
        padding-top: 0;
        line-height: 30px;
    }

.lprbx-diger {
    width: 40%;
    float: left;
}

    .lprbx-diger div {
        padding: 5px;
        padding-top: 0px;
        line-height: 24px;
    }

.lprbx-iskonto {
    font-size: 16px;
    color: #e21414;
}

.lprbx-yeni-urun {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../img/yeni-urun.png) no-repeat left top;
    width: 91px;
    height: 32px;
}

.lprbx-sepeteekle input {
    width: 30px;
    text-align: center;
    padding: 5px;
    font-size: 17px;
}

.lprbx-sepeteekle .lprbx-text {
    font-weight: bold;
}

.lprbx-sepeteekle .sepeteekle {
    max-width: 130px;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    background: var(--renk1);
    color: #b88200;
}

.lprbx-dty .lprbx-ad, .lprbx-dty .lprbx-ad a {
    font-weight: bold;
    color: #e21414;
    line-height: 22px !important;
}

.lprbx-marka {
    color: #b88200;
    font-weight: bold;
}

.lprbx-stokkod {
    color: #b88200;
}
/*Yatay Grid Bitiş*/




/*Detay Başlangıç*/
.dty-sol {
        width: 59%;
    display: inline-block;
    background: #fff;
    padding: 10px;
    height: 100%;
    vertical-align: top;
}

    .dty-sol .dty-img {
            padding: 10px;
    height: 100%;
    text-align: center;
    }

        .dty-sol .dty-img img {
                margin: 0 auto;
			max-width: 100%;
			max-height: 380px;
			display: block;
        }

.dty-text {
    display: inline-block;
    width: 75px;
}

.dty-sag {
   display: inherit;
    width: 40%;
    background-color: #f1f6fa;
    margin-left: 0.5%;
    padding: 10px;
}

.product-dty {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
	background: #fff;
	    border: 1px solid #dfdfdf;
}
/*Detay Bitiş*/


/*Anasayfa Başlangıç*/
.content-sol {
    width: 20%;
    display: inline-block;
    float: left;
}

.content-w {
    display: inline-block;
    float: left;
    padding: 5px;
}

.y10 {width: 10%;}
.y15 {width: 15%;}
.y20 {width: 20%;}
.y25 {width: 25%;}
.y30 {width: 30%;}
.y35 {width: 35%;}
.y40 {width: 40%;}
.y45 {width: 45%;}
.y50 {width: 50%;}
.y55 {width: 55%;}
.y60 {width: 60%;}
.y65 {width: 65%;}
.y70 {width: 70%;}
.y75 {width: 75%;}
.y80 {width: 80%;}
.y85 {width: 85%;}
.y90 {width: 90%;}
.y95 {width: 95%;}
.y100{width: 100%;}



.fleft {
    float: left;
}

.fright {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.ml5 {
    margin-left: 5px;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.w190 {
    width: 190px;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fwb {
    font-weight: bold;
}

.content-orta {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.content-sag {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 5px;
}
/*.anasayfa-sag-bilgi {
    background: #5d5d5d;
    color: #fff;
    font-size: 20px;
    padding: 25px;
    line-height: 25px;
}
.anasayfa-sag-bilgi span {
    display: block;
}
.anasayfa-sag-bilgi span b{
    color: #ffacac;
}
.anasayfa-sag-sepetim {
       background: #ececec;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #171717;
    cursor:pointer;
    margin: 3px 0px;
} 
.anasayfa-sag-sepetim:hover {
    color: #e21414;
}
.anasayfa-sag-siparis-takip {
       background: #ececec;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #171717;
    cursor:pointer;
    margin: 3px 0px;
} 
.anasayfa-sag-siparis-takip:hover {
    color: #e21414;
}
.anasayfa-sag-Musteri-Hizmetleri{
    background: #e21414;
    display: inline-block;
    font-size: 20px;
    color: #fbfbfb;
    padding: 15px;
}
    */
/*Anasayfa Bitiş*/
/*Sol Kategori-Marka Başla*/


.sol-kategori-title {
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #e5322d;
    font-weight: bold;
    font-size: 14px;
}

.sol-kategori {
    border: 1px solid #eee;
    border-radius: 3px;
}

.menu-items {
    list-style: none;
}

.sol-kategori .menu-items {
    padding: 9px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

    .sol-kategori .menu-items:hover {
        background: #e2e1e1;
    }

    .sol-kategori .menu-items > ul {
        left: 240px;
        top: 0;
    }

.sol-kategori-items .menu-items a {
    color: #333;
}



/*Sol Kategori -Marka Bitir*/




/*Özel Buton Renklendirmeleri*/

.btn-hov-bor-type {
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}

.type-bgclr-blue {
    background: #0654ba;
}

.type-bgclr-red {
    background: #e5322d;
}

.type-clr-blue {
    color: #0654ba;
    background: #fff;
}

    .type-clr-blue:hover {
        color: #fff;
        background: #0654ba;
    }

.type-clr-red {
    color: #e5322d;
    background: #fff;
}

    .type-clr-red:hover {
        color: #fff;
        background: #e5322d;
    }

.input-type-number {
    width: 50px;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #d6d4d4;
    border-radius: 3px;
}
/*Özel Buton Renklendirme Bitiş*/


/*Tab Başlangıç*/
.tab {
    overflow: hidden;
   background: no-repeat;
    border: none;
}

    .tab #defaultOpen {
        color: #ffffff;
		background: no-repeat;
		background: var(--renk2);
		position: relative;
    }
	.tab-main #defaultOpen:before {
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		content: '';
		width: 12px;
		height: 12px;
		display: block;
		background-color: var(--renk2);
		position: absolute;
		top: 95%;
		left: 40%;
		right: 0;
		z-index: 1000;
	}

.tabcontent.aktif {
    display: inline-block;
    width: 100%;
}
.stok-detay-tab .tabcontent {
    padding: 15px 20px;
}
.stok-detay-tab .tab-icerik {
    border: 1px solid #eee;
}
/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 14px;
    background: none;
    border-radius: 5px 5px 0px 0px;
    margin-right: 3px;
    min-width: 100px;
    border-bottom: 1px solid transparent;
    margin-bottom: 7px;
	color: rgb(0 0 0 / 90%);
    background: #cbcbcb;
}

/* Change background color of buttons on hover */


/* Create an active/current tablink class */
.tab button.active {
	background-color: #e5322d;
	color: #fff;
}
.stok-detay-tab .tab {
	background: no-repeat;
	border: none;
}
.stok-detay-tab .tab #defaultOpen {
	color: #171717;
	background: no-repeat;
	border-bottom: 1px solid;
}
.stok-detay-tab .tab button:hover {
	background: no-repeat;
	color: #171717;
}

/* Style the tab content */
.tabcontent {
    width:100%;
    display: none;
    padding: 6px 0px;
}

.Tab_Name {
    padding: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
	background: var(--renk1);
    border-radius: 10px 10px 0 0;
}

.tabust {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    /*box-shadow: 0px 1px 4px 0px #e21414;*/
    border-radius: 5px;
}

/*Tab Bitiş*/
.content-orta-alt {
    display: inline-block;
    width: 80%;
    padding: 0.5%;
}


/*Ödeme Başlangıç*/
.odeme-page-odemesecenekleri ul li {
    float: left;
    list-style: none;
    padding-left: 2%;
}

.kart-bilgileri {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.odeme-page-odemesecenekleri {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 2px;
}

.odemesecenekleri-title {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #e5322d;
}

.kartbilgileri-title {
    FONT-SIZE: 24PX;
    FONT-WEIGHT: BOLD;
    color: #e5322d;
    padding: 10px 0px;
}

.taksit-secenekleri {
    background: #fff;
}

.taksitsecenekleri-title {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #e5322d;
}

.taksit-secenekleri-alt {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

    .taksit-secenekleri-alt input, .taksit-secenekleri-alt label {
        cursor: pointer;
    }

.odeme-page-odemesecenekleri ul li img, .odeme-page-odemesecenekleri ul li input, .odeme-page-odemesecenekleri ul li label {
    cursor: pointer;
    font-weight: bold;
}

.kart-bilgileri label {
    width: 158px;
    display: inline-block;
    font-weight: 600;
}

.kart-bilgileri-ust {
    background: #fff;
}

.onlineodeme-title {
    background: #FFF;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #e5322d;
}

.odemetamamlama-buton input {
    font-weight: bold;
    background: #e5322d;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 36px;
    color: #fff;
    cursor: pointer;
}

.odemetamamlama-buton {
    background: #fff;
    text-align: center;
    padding: 10px;
}

.kart-bilgileri td {
    max-width: 330px;
}

    .kart-bilgileri td input, .kart-bilgileri td textarea {
        width: 100%;
    }

.kart-bilgileri .kk_uyari {
    color: #e5322d;
    font-weight: bold;
    display: none;
}
/*Ödeme Bitiş*/





/*Destek Başlagıç*/
.destek-form-items {
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    background: url(/Content/img/supportemail.png) no-repeat #fff;
    background-position: right;
}

.destek-form-aciklama {
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #333;
    text-align: left;
}

.destek-form {
    text-align: center;
    background: #fff;
}

    .destek-form table {
        display: inline-block;
        max-width: 100px;
    }

        .destek-form table #gonder {
            font-weight: bold;
            background: #e5322d;
            border: 1px solid #eee;
            border-radius: 4px;
            padding: 10px 36px;
            color: #fff;
            cursor: pointer;
        }

.destek-form-item {
    padding: 5px;
    text-align: center;
}

.zorunlu-alan {
    color: #e5322d;
    font-weight: bold;
    vertical-align: top;
    position: absolute;
    padding-left: 2px;
}

.destek-form-text {
    display: inline-block;
}

.destek-form-Value {
    display: inline-block;
}

.destek-form-text {
    display: inline-block;
    width: 110px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
}

.destek-form-item #gonder {
    font-weight: bold;
    background: #e5322d;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 60px;
    color: #fff;
    cursor: pointer;
    margin-left: 111px;
}

.destek-form-Value input, .destek-form-Value textarea {
    width: 350px;
    font-size: 18px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
/*Destek Bitiş*/
/*Şifre Değiştir*/
.sifre-degistir-ust {
    text-align: left;
    margin-top: 15px;
}

.sifre-degistir {
    text-align: center;
    padding: 15px;
    border: 1px solid #404041;
    border-radius: 5px;
    display: inline-block;
}

.sifre-olustur-page .login-left {
    display: block;
}

.sifre-degistir table {
    display: inline-block;
    max-width: 100px;
}

    .sifre-degistir table #gonder {
        font-weight: bold;
        background: #e5322d;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 10px 36px;
        color: #fff;
        cursor: pointer;
    }

.sifre-degistir-item {
    padding: 5px;
}

.sifre-degistir-text {
    display: inline-block;
}

.sifre-degistir-Value {
    display: inline-block;
}

.sifre-degistir-text {
    display: inline-block;
    width: 125px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.sifre-degistir-btn button {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    color: #b88200;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffefc3;
    border: 1px solid #f8da93;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff6df;
}

    .sifre-degistir-btn button:hover {
        background-color: #f5dda3;
        text-decoration: none;
        cursor: pointer;
    }

.sifre-degistir-Value input {
    min-height: 22px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
/*Şifre Değiştir Bitiş*/



.sayisal-alan-right {
    text-align: right;
    width:50px;
}

/*Kayan Ürün Başlangıç*/
.Kayan-Urun {
    display: inline-block;
    border-top: 9px solid #e21414;
    background: #fff;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

    .Kayan-Urun h2 {
        margin-top: 0;
        font-size: 20px;
        color: #e21414;
        padding: 5px 15px 0 10px;
    }

    .Kayan-Urun .carousel-control.right {
        width: 0%;
        background: #fff;
    }

    .Kayan-Urun .carousel-control.left {
        width: 0%;
        background: #fff;
    }
/*Kayan Ürün Bitiş*/
/*Editörün Seçtikleri Başlanıgç*/
.editor-items {
    display: inline-block;
    border-top: 9px solid #e21414;
    background: #f0f0f0;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.editor-title {
    margin-top: 0;
    font-size: 20px;
    color: #e21414;
    padding: 5px 15px 0 10px;
    border: 1px solid #eee;
}

.editor-items.editorun-sectikleri {
    background: #fff;
}

.editor-items-ust {
    display: inline-block;
    padding: 10px;
    border: 1px dotted #ddd;
    width: 33%;
    border-right: 0px;
    border-bottom: 0px;
}

.editor-items-img {
    width: 45%;
    float: left;
    text-align: center;
}

    .editor-items-img img {
        max-width: 100%;
        max-height: 150px;
    }

.editor-items-dty {
    width: 54%;
    margin-left: 1%;
    float: left;
}

.editor-ad.detay {
    color: #e21414;
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.editor-kisa-ad {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200;
    margin-top: 8px;
}

.editor-alt-ad {
    display: block;
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200;
}

.editor-fiyat {
    font-size: 12px;
    color: #333;
}

    .editor-fiyat .prbx-text {
        width: 75px;
    }

.editor-iskonto {
    color: #e21414;
    font-size: 14px;
    margin-top: 5px;
}

.owl-item .editor-items-ust {
    width: 99%;
}
/*Editörün Seçtikleri Bitiş*/


/*Bilgilerim Başlangıç*/
.hesap-bilgi-item-text {
    display: inline-block;
    font-weight: bold;
    width: 70px;
}

.hesap-bilgi-item-value {
    display: inline-block;
}
/*Bilgilerim Bitiş*/

/*Saylafarım Başlangıç*/
.sssicon i {
    font-size: 30px;
    color: #e0e0e0;
}

.ssscevap {
    padding-left: 33px;
    padding-top: 5px;
}

.ssssoru {
    display: inline-block;
    vertical-align: top;
}

.sssicon-ust, .sssicon {
    display: inline-block;
}

.dotted-cizgi {
    height: 1px;
    border-bottom: 1px dotted #ddd;
    margin-top: 10px;
    margin-bottom: 15px;
}

h1.sss {
    font-weight: bold;
    color: #e21414;
}

.ssssoru-ust {
    margin-left: 30px;
}

h3.sss {
    margin-left: 20px;
}

/*Sayfalarım Bitiş*/


/*Yeni Adres Ekle Başlangıç*/
.Yeni-Adres-Ekle-Ust {
    text-align: center;
}

    .Yeni-Adres-Ekle-Ust .hesap-bilgi-item-text {
        display: inline-block;
        width: 250px;
    }

    .Yeni-Adres-Ekle-Ust .hesap-bilgi-item, .Yeni-Adres-Ekle-Ust .hesap-bilgi-item input {
        padding: 3px;
        font-size: 16px;
        text-align: left;
    }

.adres-kaydet-btn {
    color: #b88200;
    border-radius: 4px;
    background-color: #ffefc3;
    border: 1px solid #f8da93;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}
/*Yeni Adres Ekle Bitiş*/


.page-left {
    display: inline-block;
    width: 19%;
    padding-top: 10px;
}

.page-right {
    display: inline-block;
    float: right;
    width: 79%;

    padding-top: 10px;
}

.page-title {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.page-title.account {
    text-align: left;
    padding: 15px 0px;
    font-weight: 300;
    font-size: 18px;
    color:#717171;
}
 
.siparis-ust-bilgi {
    display: inline-block;
}

.fl-table thead {
    background: #e5322d;
    color: #fff;
}

.item .item-name {
    display: inline-block;
    width: 120px;
}

.item .ayirici {
    padding: 5px;
}

.item {
    padding: 3px;
}

.search-filter {
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}

.search-filter-title {
        font-size: 13px;
    font-weight: 700;
    color: #e5322d;
    display: block;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}

    .search-filter-title .filterico {
        background: url(/Content/img/fav.png);
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        margin-left: 0px;
            background-size: 100% auto;

    }

    .search-filter-title span {
        margin-left: 27px;
        line-height: 24px;
    }

.search-filters-item {
    padding: 5px;
	color:var(--renk3);
}
.search-filters-item:hover {
    padding: 5px;
	color:var(--renk2);
}
.search-filters-items {
    max-height: 400px;
    overflow: overlay;
}

#sepeteeklendiimg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 15px;
    bottom: 0;
    opacity: 0.9;
    background: url(/Content/img/sepeteeklendi.png);
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.search-bar {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    margin: 0 0 10px;
}

.search-bar-text {
    padding: 4px 10px 0;
}

.search-bar-filter {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

    .search-bar-filter .filter-option {
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        margin-left: 4px;
        padding: 5px;
    }
    .search-bar-filter .filter-option.Checked {
        box-shadow: 0px 0px 10px 0px #25ae88;
        color: #25ae88;
    }

.filter-btn {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 17.3px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*assası*/


.top-menu {
     padding: 0;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 1200px;
    color: #fff;
}
.top-menu a {
    line-height: 40px;
}
.top-menu > li {
        padding: 0;
    vertical-align: middle;
    min-width: 110px;
    text-align: center;
    /* float: left; */
    height: 39px;
    /* display: table-cell; */
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background: #e5322d;
    border-right: 1px solid #d9d8d9;
    border-left: 1px solid #d9d8d9;
}
 
.top-menu > li:hover {
   /*background: #fff;
    color: #e5322d;*/
}
.top-menu li .alt-kategori {
        position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0px;
    list-style: none;
    padding: 0;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transform: scale(1,.7);
    transform-origin: 0 0;
    transition: opacity .15s ease-out,visibility .15s ease-out,all .2s ease-in-out;
    box-shadow: 0px 15px 20px 0px #eee;
    border: 1px solid #eee;
	min-height:75px;
	color:#171717;

}
.top-menu > li:hover .alt-kategori {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    display: block;
	    box-shadow: 0px 0px 0px 0px;
		border-top: 0px;
}
.top-menu li ul li {
    float: left;
    display: inline-block;
    padding: 0px;
    width: 33%;
    text-align: left;
    font-size: 12px;
	padding: 10px;
}
.top-menu li ul li:hover > a {
   /* border-bottom: 1px solid #e5322d;*/
       color: #51a1e4;
}
.top-menu li ul li ul {
    display: block;
    border: 0px;
    position: inherit;
    margin-left: 0;
    padding: 0;
}
.top-menu > li > ul > li > a {
    font-weight: 300;
    color: #e5322d;
}
.top-menu li a {
   margin: 0px 5px;
    position: relative;
    color: white;
} 
.top-menu li ul li a {
    color: #e5322d;
}

.top-menu li ul li ul li a {
    line-height: 18px;
    font-weight: 200;
    color: #171717;
}
.top-menu li ul li ul li {
      width: 50%;
    padding: 4px 0px;
}
.top-menu img {
    max-width: 100px;
    display: block;
    margin: 0px 15px;
}
.top-menu li ul li ul li img {
    max-width: 35px;
    display: inline-block;
    margin-right: 0px;
}
.manuelPage div {
         display: inline-block;
    padding: 5px;
    margin: 5px;
    color: #171717;
    background: #eee;
    border-radius: 3px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.manuelPage-item.aktif {
    background: #e5322d;
	 color: #fff;
}
.page-nav {
    display: inline-block;
    background: #fff;
    padding: 8px;
    min-width: 20%;
    border-radius: 3px;
}
.nav-ico.order {
    background: url(/Themes/SPoint/Content/img/account-order.png);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.page-nav-item, .page-nav li {
list-style: none;
    font-weight: 400;
    margin: 3px 0px;
    padding: 8px 0px;
    cursor: auto;
    background: #f5f5f5;
    text-align: center;
    border-radius: 5px;
    color: #333;
    border: 1px solid #ddd;
}
.nav-text {
    vertical-align: super;
}
.nav-ico {
    margin-right: 3px;
}
.page-account-content {
    width: 79%;
    float: right;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}
.page-account-content-title {
    color: var(--renk1);
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    font-size: 18px;
}
.pac-alt-item-box {
    display: inline-block;
    width: 33%;
    padding: 7px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    color: #717171;
    margin-bottom: 5px;
	position: relative;
	vertical-align: top;
}
.pac-alt-item-box-title {
    font-size: 16px;
    font-weight: 500;
}
.pac-alt-item-box-alt-title {
    font-size: 12px;
    font-weight: 500;
}
.pac-alt-item-box-alt-desc {
    font-size: 12px;
	font-weight: 400;
    color: #171717;
}
.pac-alt-item-box-alt {
    height: 75px;
    vertical-align: bottom;
    display: table-cell;
}
.pac-alt-item-box-alt-detay {
    background: #25ae88;
    color: #fff;
    text-align: center;
    float: right;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
        margin: 3px;
}
.pac-alt-item-box-alt-price {
    background: #F44336;
    color: #fff;
    text-align: center;
    float: right;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
}
.pac-alt-aciklama {
    padding: 10px 0px;
    color: #717171;
    font-weight: 400;
    font-size: 14px;
}
.account-textbox {
    margin-top: 10px;
}
.account-textbox-item {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #9e9e9e;
    font-style: italic;
}
.account-textbox-text input {
    width: 95%;
    padding: 3px;
    border: 0px;
    border-bottom: 1px solid;
    font-weight: 300;
    font-style: italic;
}
.account-textbox-text input:focus {
    outline: none;
    border-bottom: 1px solid #e5322d;
}
.account-onay {
    text-align: center;
}
.account-onay input {
        background: #fff;
    border: 1px solid #e5322d;
    color: #e5322d;
    border-radius: 5px;
    padding: 5px 20px;
    min-width: 120px;
    font-weight: 500;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.account-onay input:hover{
    background:#e5322d;
    color:#fff;
}
.sepetim-left,.Siparis-left{
    width: 74%;
    display: inline-block;
}
.sepetim-right,.Siparis-right{
    width: 25%;
    float:right;
}
.sepetim-box,.Siparis-box {
    background: #fff;
    padding: 5px;
    margin-top: 10px;
}
.sepetim-ozet {
        border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 3px;
	margin-top: 22px;
}
.sepetim-box.flex,.Siparis-box.flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #f3f3f3;
}
.sepetim-title {
    font-size: 16px;
    font-weight: 500;
    color: #727272;
    padding: 10px;
}
.sepetim-devam {
    background-color: #fafafa;
    border-color: #e6e6e6;
    padding: 10px;
    border: 1px solid #eee;
    color: #333;
    font-weight: 500;
}


.sepetim-box.item {
    display: -webkit-box;
    display: flex;
    padding: 1.25rem;
    border-bottom: 1px solid #ddd;
}
.sepet-item-resim {
    overflow: hidden;
    margin-right: 1.25rem;
}
.sepet-item-resim img {
    display: -webkit-box;
    display: flex;
    width: 100px;
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd;
}
.sepet-item-dty {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 75%;
    max-width: 100%;
    margin-right: 1.25rem;
}
.sepet-item-dty-alt {
    font-size: 12px;
}
.sepet-item-title {
    margin-bottom: .625rem;
    font-size: inherit;
    font-weight: 700;
	    margin-top: 0;
}
.sepetten-cikar {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,0);
    font-family: Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 2px;
    color: #f00;
    font-size: 14px;
    font-weight: 400;
    background: no-repeat;
	    padding: 0;
}
.sepet-item-fiyat {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: right;
}
.sepet-item-adet {
    width: 161px;
    margin-bottom: .3125rem;
}
.sepet-item-adet-list {
    position: relative;
}


.sepet-item-fiyat .sepet-item-fiyat {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: .875rem;
}

.Sepetim-ozet-baslik,.Siparis-ozet-baslik {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    padding: 1.25rem;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.sepetim-ozet-detay,.Siparis-ozet-detay {
    padding: 1.25rem;
    border-bottom: 1px solid #ddd;
    font-size: .875rem;
}
.sepetim-ozet-detay-item,.Siparis-ozet-detay-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    padding: .625rem 0;
	font-size: 12px;
    font-weight: 400;
    color: #171717;
}

.sepet-item-dty-alt-aciklama {
    font-size: 12px;
    font-weight: 400;
    color: #171717;
	display: inline-block;
}
.sepet-item-fiyat .sepet-item-dty-alt-aciklama{
	border-bottom: 1px solid #d0d0d0;
}
.sepetim-ozet-detay-item-text,.Siparis-ozet-detay-item-text {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.sepetim-ozet-alt,.Siparis-ozet-alt {
    padding: 1.25rem;
}
.sepetim-ozet-alt-item,.Siparis-ozet-alt-item {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}
.sepetim-ozet-alt-item-text,.Siparis-ozet-alt-item-text  {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.sepetim-ozet-alt-item-value,.Siparis-ozet-alt-item-value {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.sepetionayla,.sepetegonder,.btngreen {
    background-color: var(--renk1);
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,0);
    font-family: Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 2px;
    min-width: 100%;
    padding: 10px;
}
.sepetionayla:hover,.sepetegonder:hover,.btngreen:hover{
    color: #fff; 
    background-color: #25ae88;
    border-color: #25ae88;
}


.owl-item .prbx-dty {
    margin: 0 auto;
    width: 210px;
}
.owl-carousel.stok .owl-pagination {
    display: none;
}
.owl-item .prbx-item {
    margin: 0 auto;
    width: 100%;
    float: none;
}
.owl-carousel.stok .owl-controls {
    margin-top: 5px;
}

.kayan-nesne-baslik {
    text-align: center;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background: var(--renk1);
    border-bottom: 1px solid #bb9e9e55;
    }
    .owl-carousel.stok { 
	background: #fff;
}
.y20 .owl-carousel.stok {
    margin-bottom: 10px;
	    background: #fff; 
    

}

/* .owl-carousel.stok{ */
   /* border:1px solid #e5322d; */
/* } */
.owl-carousel.stok .prbx-item {
    border: 0px;
}
    .kayan-nesne-perde {
            position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(238, 238, 238, .8);
    height: 80px;
    opacity: 1.0;
    transition: opacity 0.5s ease-in-out;
    }

    .owl-item:hover .kayan-nesne-perde,.alt-kategori-item:hover .kayan-nesne-perde {
        opacity: 1;
    }

    .kayan-nesne-perde span {
        display: block;
		color: #666;
    }
	.kayan-nesne-perde:hover span {
		color: #171717;
	}
    .kayan-nesne-perde-baslik {
        font-size: 18px;
    }

    .kayan-nesne-perde-Aciklama {
        font-size: 12px;
    }
.KategoriPage-Alt-Kategori .alt-kategori-item {
      width: 23%;
    display: inline-block;
    border-radius: 5px;
    margin: 1%;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    color: #e5322d;
    font-weight: 600;

}
 
.alt-kategori-item img {
    max-width: 60px;
}

.search-filters-items::-webkit-scrollbar-thumb:hover {
    background: var(--renk2);
}
.search-filters-items::-webkit-scrollbar-thumb {
    background: #e5322d;
    border-radius: 5px;
}
.search-filters-items::-webkit-scrollbar-track {
    background: #eee;
}
.search-filters-items::-webkit-scrollbar {
    width: 8px;
}
.custom-scrooll::-webkit-scrollbar-thumb:hover {
    background: var(--renk2);
}
.custom-scrooll::-webkit-scrollbar-thumb {
    background: #e5322d;
    border-radius: 5px;
}
.custom-scrooll::-webkit-scrollbar-track {
    background: #eee;
}
.custom-scrooll::-webkit-scrollbar {
    width: 8px;
}
.nav-bar {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 5px;
}

.Kategori-nav-items li {
    list-style: none;
}
.Nesne_Box.type_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.Nesne_Box_1 {
    margin: -5px;
}
.azalt, .artir {
    padding: 8px;
    border: 1px solid #eee;
}
.flat-qty {
    border: 1px solid var(--renk1);
    display: inline-flex;
}
.flat-qty input {
    border: 0px;
    text-align: center;
}
.flat-qty span {
    border: none;
}
.flat-qty span {
	cursor: pointer;
    color: #fff;
    background: var(--renk5);
    border: 1px solid #ffffff;
}
.flat-qty span:hover{
    box-shadow: 0px 0px 15px 0px #7d7d7d;
}
.flat-qty input:focus {
    outline: none;
}

.Kategori-nav-items li {
    border-image: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-style: none solid;
    border-width: 0 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7;
}
.Kategori-nav-items > li > a {
    padding: 16px 15px;
    color: #666666;
    display: block;
}
.Kategori-nav-items .min-ico {
    background: url(/Themes/SPoint/Content/img/right-ico.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.Kategori-nav-items ul { 
    display: none;
    position: absolute;
    left: 229px;
    background: #fff;
    margin-top: -26px;
    padding: 0px;
    z-index: 99999;
    width: 230px;
    border: 1px solid #eee;
}

/*.Kategori-nav-items li:hover ul:first-child {
    display: block;
}
.Kategori-nav-items li:hover ul li:hover ul {
    display: block;
}*/
.Kategori-nav-items .alt-open {
    /*background: url(/Themes/SPoint/Content/img/plus.png);*/
	background: url(/Themes/SPoint/Content/img/right-ico.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: right;
	margin-top: 3px;
	display: none;
}
.Kategori-nav-items .alt-open.active {
    /*background: url(/Themes/SPoint/Content/img/minus.png);*/
	background: url(/Themes/SPoint/Content/img/bottom-ico.png);
    display: inline-block;
   /* background-size: auto 100%;*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 12px;
}
.Kategori-nav-title {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 18px; 
    padding: 15px 17px;
    background: #333333;
}
.Kategori-nav-title i {
    margin-right: 20px;
}
.Kategori-nav {
   background: #fff; 
	
    margin-bottom: 5px;
	border: 1px solid #333);
}

.Kategori-nav-items > li > a {
    padding: 16px 15px;
    color: #666666;
    display: block;
}
.Kategori-nav-items > li:hover > a, .Kategori-nav-items > li.active > a {
    background: #fff;
    border-left: 5px solid var(--renk1);
    transition: all 0.5s;
}
 
.Kategori-nav-items li:hover li {
    color: #171717;
}
.Kategori-nav-items li:hover li:hover {
    color: #fff;
}
.Kategori-nav-items li:hover li:hover li{
    color: #171717;
}
.Kategori-nav-items li:hover li:hover li:hover{
    color: #fff;
}

.Kategori-nav-items li.active ul:first-child {
    display: block;
}
.Kategori-nav-items .active > a {
    font-weight: bold!important;
    border-bottom: 1px solid #eee;
    color: #e5322d!important;
}
.Kategori-nav-items li.active>ul {
display: block;
    left: 0;
    position: unset;
    margin-top: 0;
    width: 100%;
    top: 0;
    height: auto;
}
.Kategori-nav-items li.active>ul li {
    width: 100%;
	padding-left: 3px;
}
.sepet-alti-buttons-item:hover {
    color: #fff;
    background-color:var(--renk2);
	border-color:var(--renk2);
}
.sepet-alti-buttons-item {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    background-color:var(--renk1);
    border: 1px solid var(--renk1);
    color: #fff;
    transition: background-color 200ms linear;
    vertical-align: middle;
    /* text-shadow: 0 1px 0 #fff6df; */
    border-radius: 4px;
    cursor: pointer;
    font-weight: 300;
}
.sepet-alti-buttons {
    margin-top: 10px;
    text-align: center;
}
.dty-favori-ekle-btn:hover {
    background: #e5322d;
    color: #fff;
}
.dty-favori-ekle-btn {
    font-weight: 500;
    padding: 9px 35px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    color: #e5322d;
    display: inline-block;
    border: 1px solid #e5322d;
    vertical-align: top;
    margin-top: 8px;
	width: 254px;
	
    text-align: center;

}

.address-box.new,.kargo-box.new{
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 10px;
}
.address-box,.kargo-box {
    width: 32%;
    border: 1px solid #00a0e3;
    padding: 5px;
    height: 120px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    margin-left: 4px;
    border-radius: 5px;
    cursor: pointer;
	vertical-align:top;
}
.address-box:hover,.kargo-box:hover {
    border: 1px solid #4CAF50;
    box-shadow: 5px 5px 5px 5px #eee;
}
.address-box.aktifadres_True,.kargo-box.aktifkargo_True,.address-box.varsayilan_True{
    border: 1px solid #4CAF50;
}
.account-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    align-content: center;
}

.new-adress-button {
    background: url(/Content/img/add-ico.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    display: inline-block;
    height: 30px;
    padding-top: 3px;
    cursor: pointer;
}
.new-adress-button:hover {
    color: #25ae88;
    background: url(/Content/img/add-ico-active.png);
    background-repeat: no-repeat;
}
.new-adress-add {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #25ae88;
    padding: 20px;
    border-radius: 5px;
    background: #fff;

}
.address-item-text,.kargo-item-text  {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #9e9e9e;
    font-style: italic;
    margin: 0;
    display: inline-block;
}
.address-item-value input:focus,.kargo-item-value input:focus  {
    outline: none;
    border-bottom: 1px solid #25ae88;
}
.address-item-value input,.kargo-item-value input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #9e9e9e;
}
.new-adress-inputs{
    margin-top: 12px;
}
.new-adress-title {
        text-align: center;
    color: #25ae88;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    border-bottom: 1px solid;
}
.adres_kaydet {
    padding: 5px 15px;
    margin: 10px;
    background: #25ae88;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
}
.new-adress-kaydet {
    text-align: center;
}

.kaymayannesneMain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
.kaymayannesneItem:hover .kayan-nesne-perde
{
    opacity:1;
}
.kaymayannesneItem
{
    position:relative;
}
.address-item-value input[type=checkbox], .address-item-value input[type=radio] {
    width: 20px;
}
.interaktif-text {
    display: inline-block;
    width: 115px;
    font-weight: 500;
}
.interaktif-val {
    display: inline-block;
}
.interaktif-item {
    padding: 8px;
}
.interaktif-val.radio input {
    margin: 0;
    padding: 0;
}

.Kategori-nav-items li ul li a {
    font-size: 12px;
}
.kategori-page-title-ozl {
    text-align: center;
    font-weight: 500;
}
.btn-kaydet:hover {
    background: #00a0e3;
    color: #fff;
}
.btn-kaydet {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    color: #00a0e3;
}
.psag-txt {
    background: none!important;
}
.psag-b {
    display: none;
}
.address-btn input, .address-btn button {
    padding: 3px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
.address-btn {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
    opacity:0;
}
.address-box:hover .address-btn {
    opacity:1;
}
.address-btn .update,.address-btn .varsayilan_yap {
    color: #4CAF50;
    border-color: #4CAF50;
}
.address-btn .update:hover{
    background:#4CAF50;
    color:#fff;
}
.address-btn .delete {
    color: red;
    border-color: red;
}
.address-btn .delete:hover{
    background:red;
    color:#fff;
}

.ozl_table {
    display: table;
    width: 100%;
}
.ozl_table_head {
    display: table-header-group;
    width: 100%;
    background: #f5f5f5;
    font-weight:bold;
}
.ozl_table_body{
     display: table-header-group;
    width: 100%;
}
.ozl_table_row {
    display: table-row;
    width: 100%;
}
.ozl_table_cell {
    display: table-cell;
        padding: 5px 5px;
		font-size:10px;
        vertical-align: middle;
}
.ozl_table_body .ozl_table_row:hover {
    background: #f5c276;
}
.btn-typ1{
    padding: 0px 10px;
    border: 1px solid;
    border-radius: 5px;
}
.btn-typ1.green{
    background: #fff;
    color: green;
}
.btn-typ1.green:hover{
    background: green;
    color: #fff;
}
.zoomWindow {
    border: 1px solid rgba(229, 9, 127, 0.5)!important;
    box-shadow: 5px 5px 5px!important;
    border-radius: 4px!important;
}
.aktifadres,.aktifkargo {
    background: url(/Content/img/varsayilan.png);
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.aktifadres_True .aktifadres,.aktifkargo_True .aktifkargo  {
    opacity: 1;
}
.siparisozet-title {
    background: #e5322d;
    text-align: center;
    background-color: #ececec;
    border-color: #e6e6e6;
    padding: 10px;
    border: 1px solid #d6d6d6;
    color: #585858;
    font-weight: 500;
}
.Siparis-ozet-alt a div {
    margin-top: 10px;
}
.siparis-bilgi-box {
    display: inline-block;
    /*width: 33%;*/
	width:49%;
    vertical-align: top;
    min-height: 260px;
    background: #fff;
}
.siparis-bilgi-box.fatura {
    display: none;
}
.siparis-bilgi-box .item .text {
    display: inline-block;
    width: 75px;
    font-weight: 500;
    font-size: 12px;
}
.siparis-kisabilgi {
    text-align: center;
    margin-bottom: 10px;
}
.kisa-bilgi {
    padding: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #e5322d;
}
 
.btn_guncelle {
    font-weight: 500;
    background: var(--renk1);
    color: #fff;

} 
.btn_guncelle:hover {
    background: var(--renk3);
}
.varsayilanadres {
    position: absolute;
    top: 0;
    right: 0;
    background: url(/Content/img/varsayilan.png);
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.item-w .item .text {
     display: inline-block;
    width: 105px;
    font-weight: 700;
    color: #555;
}
 
#sepet_aciklama {
    width: 100%;
    min-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.Sonuc.green {
    color: #25ae88;
    font-weight: bold;
}
.Sonuc.red {
    color: #e21414;
    font-weight: bold;
}
.hesap-bilgi-item-center {
    padding: 10px 0px;
}
.mesajYaz.page {
    left: 0;
    right: 0;
    bottom: 0;
    position: inherit;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.mesajYaz.page > .mesajicon {
    background-image: url(/Content/img/onay.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 125px;
}
.page-account-content-title.green {
    color: #26ae88;
}

.cari-box-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cari-box-bar .box {
    padding: 15px;
    background: #f5f5f5;
    width: 100%;
    margin: 10px;
}
.cari-box-bar .box:last-child, .cari-box-bar .box:first-child {
    margin: 10px 0px;
}
.cari-box-bar .box.clr1{
    color:#ff4557;
}
.cari-box-bar .box.clr2{
    color:#018bc8;
}
.cari-box-bar .box.clr3{
    color:#ff7b1a;
}
.cari-box-bar .box-title {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}
.cari-box-bar .box-val {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}
.cari-box-bar .box div {
    padding: 5px 10px 5px 0px;
}
.filter-bar .filter-item {
    display: inline-block;
    border: 0px;
}
.filter-bar .filter-item select, .filter-bar .filter-item input {
    padding: 10px 8px;
    height: 40px;
    min-width: 120px;
}
.filter-bar .filter-item .filter-name, .filter-bar .filter-item .filter-val {
    display: inline-block;
    border-bottom: 0px;
}
.filter-bar {
    display: block;
    padding: 10px 0px;
}
.ozl_table.typ1 .ozl_table_body .ozl_table_cell {
    padding: 10px 5px;
}
.ozl_table.typ1 .ozl_table_head .ozl_table_cell {
    padding: 10px 5px;
}
.datetimepicker {
    background: url(/Content/img/date.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #ccc;
    cursor:pointer;
}
input.btn-typ2 {
    background: #f7a700;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
input.btn-typ3 {
    background: #1d9b0a;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
.search-row {
    background: rgb(247, 167, 0);
    color: #fff;
}
.adress-item .address-text {
    font-size: 14px;
    font-weight: 500;
}
.adress-item .address-text ~ .address-text {
    font-size: 12px;
	font-weight: 300;
}
.footer-sag-ust span {
    color: #fff;
    font-size: 20px;
}

.y20 .owl-buttons {
    top: 43.4%;
}
.y20 .prbx-asil-fiyat,.y20 .prbx-stokkod {
    padding: 10px;
}
 
.owl-item .prbx-dty{
	border-bottom:0px;
}
.customer-blok {
        padding: 45px 15px;
    max-width: 367px;
    width: 100%;
    z-index: 1000;
    position: relative;
    text-align: center;
    border-radius: 3px;
    float: right;
}
.y20 .owl-theme .owl-controls .owl-buttons div {
    opacity: 0.1;
    transition: opacity 0.5s;
}
.y20 .owl-theme .owl-controls .owl-buttons div {
    opacity: 0.1;
}
.y20 .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 0.6;
}
.top-menu > li .alt-kategori:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #eee;
}
.top-menu > li:hover .first-level:after {
       bottom: 0;
    top: 8px;
    left: 50%;
    margin-left: -7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 8px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(87,87,87,0);
    border-bottom-color: #eee;
    border-width: 11px;
}
.kayan-nesne-perde:hover {
    background-color: rgba(238, 238, 238, 0.9);
}

.login-page .sms_show {
    display: none;
}

.sepet-item-value {
    display: inline-block;
}
.sepet-item-text {
        font-size: 12px;
    font-weight: 400;
    color: #171717;
    display: inline-block;
    width: 52px;
}
.manuelPage-alt {
    display: inline-block;
    width: 100%;
}
.sepet-item-aciklama {
    display: inline-block; 
}
.sepet-item-text{
	
	width:auto;
}
.prbx-stokkod {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.prbx-fiyat .prbx-value,.dty-value,.prbx-asil-fiyat,.sepet-item-value,.sepet-item-dty-alt-aciklama,.sepetim-ozet-detay-item-value,.sepetim-ozet-alt-item-value,.header-top-bar-account-info,.account-textbox-text,.pac-alt-item-box-title,.pac-alt-item-box-alt-title,.pac-alt-item-box-alt-desc,.siparis-bilgi-aciklama.item-w,.sayisal-alan-right,.card-item {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*Sepetim Sayfası İçin*/
    .TabPageLink {
        background: #fff;
        margin-top: 10px;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;
        width: 50%;
        color:#727272;
    }
    .TabPageLink:hover {           
        color: var(--renk2);
    }
    .TabPageLink.AktiveTab:hover {
        color: #000;
    }
    .TabPage {
        display: none;
        height: 100%;
    }
    #TabPageNav {
        border: 1px solid #f3f3f3;
    }
    .AktivePage {
        display: block;
    }
    .AktiveTab {
        background: var(--renk2);
        color: #000;
    }
	.pac-alt-item-box-alt .pac-alt-item-box-alt-title {
    font-weight: 800;
    color: #444;
}
.page-account-content-title.yazdir {
    font-weight:600;
}
.page-account-content-title.yazdir:hover {
    color: #25ae88;
}
.CariRehber .page-account-content {
    width: 100%;
}
.CariRehber .page-nav {
    display:none;
}
.alt-image img {
        display: inline-block;
    max-width: 49%;
    max-height: 100%;
    margin-right: 10px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.alt-image img:first-child {
    border-bottom: 2px solid #e5322d;
}
    .alt-image {
        padding: 10px;
    height: 100px;
    display: inline-block;
    width: 100%;
    overflow: overlay;
}
.wp-destek img {
    max-width: 100%;
}
.wp-destek {
    position: fixed;
    left: 0;
    bottom: 4%;
    width: 196px;
	z-index:9999;
}
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
}

.flip-box-back {
  transform: rotateY(180deg);
}

.tab.tab_flat #defaultOpen {
    background: none;
    border-bottom: 3px solid var(--renk1);
    color: var(--renk1);
    font-weight: bold;
}
.tab.tab_flat button {
    border-bottom: 3px solid transparent;
}
.tab-icerik.tab_flat {
    padding: 10px 5px;
	    border: 0px;
}
.tab.tab_flat {
    background: #f3f3f3;
}
.tab.tab_flat button:hover {
    background: none;
    border-bottom: 3px solid var(--renk1);
    color: var(--renk1);
}
.taksit-item span, #taksit-head span {
    width: 97px;
    display: inline-block;
    text-align: center;
}
.wp-title {
    text-align: center;
    display: block;
    color: #0d9f16;
    font-weight: bold;
}
.wp-destek:hover .wp-web-hover {
    display: block;
    position: absolute;
    top: -72px;
    background: #fff;
    color: #0d9f16;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid;
    left: 4px;
    width: 212px;
}
.wp-web-hover {
    display: none;
}
#mobile-left-menu {
			display: none;
}
.prbx-bilgi {
       position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: 400;
    padding: 5px;
}
.table>thead>tr>th {
    font-size: 12px;
}
.table>tbody>tr>td {
    font-size: 12px;
    vertical-align: middle;
}
.group-box {
    display: inline-block;
    width: 100%;
}
.group-box-title {
       position: absolute;
    top: 24%;
    left: 0;
    margin-top: -11px;
    right: 0;
    width: 100%;
    text-align: center;
    
}

.group-box-alt-title {
    bottom: 25%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    padding: 10px;
    font-size: 10px;
}
.group-box-item {
    width: 32%;
    padding: 10px;
    height: 120px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    margin-left: 4px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    color: #999999;
}
.group-box-item:hover,.group-box-item.aktif {
    color:#337ab7;
    border: 1px solid ;
    
}
.group-box-btn {
    position: absolute;
    right: 12px;
    border: 1px solid #eee;
    left: 0;
    right: 0;
    width: 100%;
}
.group-box-btn:hover {
    background: #e5322d;
    color: #fff;
}
.group-box-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
}
.group-box-buttons input:hover {
    background: #337ab7;
    color: #fff;
}
.group-box-buttons input {
    width: 32%;
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
}
.aktif .group-box-sag-ust, .group-box-item:hover .group-box-sag-ust {
        background: url(../img/sepet-aktif.png);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    background-size: 23px;
}
.group-box-sag-ust {
        position: absolute;
    right: 8px;
    top: 8px;
    background: url(../img/sepet.png);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    background-size: 23px;
    color: #171717;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 25px;
}
.aktif .group-box-sag-ust span, .group-box-item:hover .group-box-sag-ust span {
    background: #e5322d;
    color: #fff;
}
.group-box-sag-ust span {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #ccc;
    color: #333;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 25px;
}
.head-box-item-alt-item {
    padding: 5px;
    border: 1px solid #eee;
}
.head-box-item-alt-item:hover, .head-box-item-alt-item.aktif {
    background: var(--renk2);
    color: #fff;
}
.head-box-item-alt {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 110px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #666;
        border-bottom: 2px solid var(--renk2);
    background-color: #fdfdfd;
    padding: 0px;
}
.head-box-item:hover .head-box-item-alt {
    display: block;
}

.Alt_Toplamlar
{
    float: right;
}

.Alt_Toplamlar td {
    padding: 5px;
    width: 120px;
}

.teklifcevir {
    background: #00a0e3;
    margin-top: 5px;
    padding: 5px;
}
.flat_inpu_text {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.TeklifiGonder {
    padding: 5px 30px;
    border: 1px solid #eee;
    background: #e5322d;
    color: #fff;
    border-radius: 5px;
}
.header-bar span span {
    font-weight: bold;
    cursor: pointer;
}
.header-bar {
	background: var(--renk1);
    padding: 1px;
    text-align: center;
    color: #fff;
}
.btn{ 
    font-size: 12px;
}
.page-content.account {
    display: inline-block;
    width: 100%;
}
.sepetim .KalemBirim {
    height: 39px;
    font-size: 12px;
    border: 2px solid #eee;
    border-right: 1px;
    padding: 5px 7px;
    line-height: 29px;
    width: 110px;
}
.prbx-item select {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 3px;
}
.product-dty select {
    padding: 5px;
    height: 37px;
    border: 1px solid #eee;
}
.RaporTakvimGecis input:hover {
    background: #e5322d;
    color: #fff;
}

.RaporTakvimGecis input {
    padding: 5px 10px;
    background: #fff;
    color: #e5322d;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
#ZiyaretRaporData,.RaporTakvimGecis,#dncalendar-container {
    display: none;
}
.RaporData .RaporTakvimGecis, .RaporData #ZiyaretRaporData {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.TakvimData #dncalendar-container{
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.page-account-search input {
    display: inline-block;
    padding: 8px;
    margin: 5px 0px;
}
.page-account-search input[type="submit"] {
    width: 20%;
}
.page-account-search input[type="text"] {
    width: 80%;
}
.top-menu li ul li ul li span {
    display: inline-block;
}
.cari-ekstre-detay .cari-box-bar .box {
    height: 135px;
}
.cari-ekstre-detay .cari-box-bar .box-val {
    padding: 0px;
    font-size: 12px;
}
.footer-root-center-logo img {
        /* background: #fff; */
    border-radius: 7px;
    max-width: 150px;
}

.manuelPage {
   margin-bottom: 4px;
    padding: 5px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.header-top-bar-menu img {
    max-width: 20px;
    height: auto;
}
.search-result {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: end;  */
}
.stoks .prbx-item {
    padding: 5px;
        margin-right: 8px;
		border: 1px solid #f1f6fa;
		width: calc(25% - 14px);
}
.plasiyer-dt-text {
    display: inline-block;
    font-weight: bold;
    width: 45px;
}
.plasiyer-bar .plasiyer-img {
    width:80px;
    height: 80px;
}
.plasiyer-dt-item {
    padding: 2px;
}
.plasiyer-img {
       background: url(/Themes/SPoint/Content/img/plasiyer.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.plasiyer-bar {
    position: absolute;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
            top: -5px;
		    background: #fff;
			    width: max-content;
				box-shadow: 5px 5px 5px;
}
.plasiyer-title {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.plasiyer-detay {
    border-left: 1px solid #eee;
}
.alt_fiyat span {
    width: 100%;
}
.ust_fiyat:hover .alt_fiyat{
	display:block;
}
.alt_fiyat {
    display: none; 
    position: absolute;
    left: 0;
    right: 0;
    font-size: 12px;
    background: #fff;
    border: 1px solid #F44336;
    border-radius: 5px;
    
    width: 90%;
    margin: 0 auto;
    margin-top: -63px;
}
.sepet-fiyat.kampanyali,.dty-items.kampanyali {
    font-weight: bold;
    color: red;
}
.sepet-text {
    width: 118px;
    display: inline-block;
}
 
 .sepetim-ozet-aciklama {
    font-size: 12px;
    text-align: center;
    border-top: 1px solid;
    padding: 8px;
    color: #e5322d;
}
.sepeteekle.prbx-firsat {
    background-image: url(http://native.kamilturk.com/Content/img/prbx/detaya-git-white.svg);
}
.header-center .head-logo img {
        max-width: 40%;
}
.Siparis_alt_buttons button {
    margin: 5px 0px;
}
.Siparis_alt_buttons {
    display: flex;
    justify-content: space-between;
}
.header-bar .header-center-alt {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 5px;
    position: relative;

}
.head-cat {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 1200px;
    /* width: 945px; */
    color: #fff;
    text-transform: capitalize;
}
.head-cat>li>.head-altcat>li {
    margin: 5px 0;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 12px;
	vertical-align: top;
	border-top: 2px solid;
}
.head-cat-title i, .head-cat-title span {
    display: block;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 550;
}
.head-cat .head-altcat {
    display: none;
}
/* .head-cat li:hover .head-altcat { */
    /* display: block; */
/* } */
/*.head-cat span {
    height: 50px;
    display: flex;
    align-items: center;
}*/

.hoverli .head-altcat {
    display: block;
}
.head-altcat {
position: absolute;
    border: solid;
    background-color: #fff;
    padding: 10px;
    top: 50px;
    left: 0;
    right: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 24px 98px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 24px 98px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 24px 98px -4px rgb(0 0 0 / 30%);
    z-index: 999;
    list-style: none;
    text-align: left;
    border-top: 1px solid #3293d4;
    border-color: var(--renk1);
    border-width: 1.5px;
	    display: none!important;
}
 
.head-cat>li>.head-altcat>li>.alt-kategori>.head-altcat {
    max-width: 955px;
    width: 100%;
    height: auto;
    padding-top: 10px;
    left: 0;
    padding-left: 10px;
}
.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori>.head-altcat {
    width: 100%;
	left: 0px;
}
.head-altcat li {
    text-align: left;
    border-bottom: 1px solid #fff;
}
.head-cat>li {
    height: 50px;
    display: flex;
    align-items: center;
	padding: 0px 15px;
}
.head-altcat li.first-level {
    padding: 1px 0;
    width: 33%;
    display: inline-block;
    padding: 1px;
    color: var(--renk3);
}
.head-altcat .first-level a {
    font-size: 12px;
    font-weight: 500;
	font-size: 12px;
    font-weight: 500;
    
   
}
.head-altcat   .alt-kategori {
    /*
	display: none;
    position: absolute;
    width: 1000px;
    border-top: none;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    left: 240px;
    top: 0px;
    height: 100%;
    max-width: 955px;
    overflow-y: auto;
    padding: 13px 5px 5px 0;
	*/
	
	position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    height: 200px;
    text-align: left;
    display: block;
    padding: 13px 5px 5px 0;
	overflow-y: auto;
}
.head-altcat .Kategori-nav-title {
    display: none;
}
.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori {
    height: 300px;
}
.head-altcat .Kategori-nav {
    margin-top: 6px;
    margin-left: -1px;
}
.head-altcat .Kategori-nav-items ul {
    border: 1px solid #e5322d;
}
.head-altcat .fa-angle-right {
    color: #a9a4a4;
    float: right;
    font-size: 18px!important;
    position: relative;
    right: 25px;
	display: none!important;
} 
.head-altcat li.first-level:hover > .alt-kategori {
    display: block;
}
.kategori-sag {
	width: 4px;
    height: 33px;
    font-size: 15px;
    background-color: #eeeeee;
    display: inline-block;
    float: right;
    position: relative;
    bottom: 6px;
}
.head-altcat li .kategori-sag {
    display:none;
} 
.head-altcat .alt-kategori ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block !important;
	top: 0;
}
.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori {
    display: none;
}
.head-altcat .alt-kategori ul i, .head-altcat .alt-kategori ul.alp-open, .head-altcat .alt-kategori ul .kategori-sag {
    display: none;
}
.head-altcat .alt-kategori ul .alt-kategori ul {
    /* margin-top: 2px; */
    /* border-top: 1px solid #eee; */
}
.head-altcat .alt-kategori ul .alt-kategori ul li {
    width: 100%;
	margin-bottom:0px;
}
.head-altcat .alt-kategori ul .alt-kategori  {
    display: block;
    position: relative;
    left: 0;
    text-align: left;
    min-height: auto;
    max-height: 300px;
    max-width: none;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.head-altcat .alt-kategori ul .alt-kategori ul  {
    display:block
}
.head-altcat .alt-kategori ul .alt-kategori ul li a {
    font-weight: 400;
    color: rgb(23, 24, 28);
}
.head-altcat .alt-kategori ul li a {
    font-weight: 600;
    color: #e5322d;
}
.head-altcat .alt-kategori ul li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
}
/* .head-cat li .head-altcat { */
    /* max-width: 240px; */
/* } */
/* .first-level:hover .seviye1.head-cat.head-altcat { */
    /* max-width: 938px; */
/* } */
.detay-sepete-bar {
    text-align: center;
    margin: 20px;
}
.stok-detay-tab {
    background: #fff;
    margin: 5px 0px;
}
.login-page .baslik {
    font-size: 32px;
    color: #e5322d;
    margin-bottom: 10px;
}
.login-page .title {
    padding: 0 10px;
    text-align: center;
    color: #e5322d;
    line-height: 15px;
    font-size: 22px;
    margin-bottom: 18px;
}
.login-page .title strong {
    font-weight: 500;
}
.login-page .form-fields {
    min-height: 150px;
    max-width: 350px;
    margin: 0 auto;
	 overflow: hidden;
    padding: 0 15px 0;
	position: relative;
}
.login-page .inputs {
    position: relative;
	text-align: left;
	position: relative;
    margin: 0 0 5px;
    white-space: nowrap;
    font-size: 12px;
}

.login-page .inputs input[type="text"], .login-page .inputs input[type="password"] {
    width: 310px;
    height: 47px;
    padding: 1px 5px;
    font-size: 13px;
    padding-left: 35px;
    border: 2px solid #eaf0f5;
	max-width: 100%;
    background-color: #fff;
    border-radius: 2px;
}
.login-page .fa {
    font-size: 20px;
    position: absolute;
    left: 9px;
    top: 12px;
    color: #7e81d8;
}
.login-page .inputs.reversed {
    white-space: normal;
}
.login-page .inputs.reversed .beni-hatirla, .login-page .inputs.reversed .forgot-password {
    font-size: 13px;
    padding-top: 25px;
}
.beni-hatirla {
    display: inline-block;
}
.forgot-password {
    float: right;
}
.login-page .button-1 {
    min-width: 106px;
    border: none;
    background-color: #e5322d;
    padding: 14px 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.login-page .buttons.login {
    margin-top: 35px;
	    width: 100%;
}
.login-page .register {
       background-color: var(--renk2);
    color: #fff;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
}
.login-page .form-fields {
    min-height: 150px;
    max-width: 350px;
    margin: 0 auto;
}
.giris-company {
    color: #e5322d;
    font-size: 14px;
    margin-top: 12px;
}
.cat-bar {
    position: relative;
    width: 23px;
    height: 11px;
    margin: 0 auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
}
.cat-bar:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #eee;
    display: inline-block;
}
.head-search {
    display: table-cell;
    vertical-align: middle;
    width: 48%;
    padding: 0 7px; 
}
3.head-box {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    border: 1px solid var(--renk4);
    border-radius: 3px;
    padding: 0px 10px;
}
.head-search .ara {
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
    background-color: var(--renk4);
}
.head-search .ara input {
    border: none;
    font-size: 0;
    background: url(/Themes/SPoint/Content/img/search.png);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
.mini-cart .head-box-item-text {
display: inline-block;
    vertical-align: super;
    padding: 13px 15px;
    border-right: 1px solid #eee;
    background: #fff;
}
.page-content {
        display: inline-block;
		width:100%;
		background: #fff;
}
span.grid_icon {
    width: 24px;
    height: 32px;
    display: inline-block;
    vertical-align: text-top;
    background: url(/Themes/SPoint/Content/img/grid.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
span.list_icon {
    width: 24px;
    height: 32px;
    display: inline-block;
    vertical-align: text-top;
    background: url(/Themes/SPoint/Content/img/list.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.detay-sepete-bar .flat-qty {
    height: 53px;
	border: 1px solid var(--renk2);
}
.detay-sepete-bar .flat-qty span { 
    display: flex;
    align-items: center;
} 
.stok-detay-tab .tab #defaultOpen:before {
    content: none;
}
.page-nav-item .nav-ico, .page-nav li .nav-ico {
    display: none;
}
.page-nav-item.title {
background: var(--renk1);
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}
.page-nav ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid;
    margin-top: 10px;
}
.page-nav ul li {
    padding: 5px;
    font-size: 12px;
    font-weight: 550;
}
.categori-page .page-title
{
    font-size: 20px;
    font-weight: 600;
    color: var(--renk2);
	background:#fff;
}
.KategoriPage-Alt-Kategori {
    text-align: center;
	    background: #fff;
    margin: 5px 0px;
}
.page-content.categori-page {
    background: none;
}
.categori-page .search-bar,.categori-page .search-result{
	background:#fff;
} 
.prbx-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-between;
    border: 1px solid #f2f2f2;
    float: none;
    margin-bottom: 15px;
}
.prbx-list-dty {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	position: relative;
}
.prbx-list-dty-block {
    width: 100%;
}
.prbx-list-dty-adi {
    font-weight: 600;
}
.prbx-list-dty-item {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.prbx-list-dty-item span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.prbx-list-item:hover .prbx-add-cart {
        opacity: 1;
    position: absolute;
    width: 209px;
    display: flex;
    bottom: -40px;
    left: 0;
}
.prbx-list-item .prbx-add-cart {
    display: none;
}
.prbx-list-item .prbx-image img {
    margin-top: 0;
}
.prbx-list-img .prbx-image {
    height: 140px;
    width: 140px;
}
.prbx-list-dty-item span.ayirici {
    width: 20px;
}
.tabcontent.stok {
    border: 1px solid #f4f8fb;
}
.tab-main,.tab-main .stoks {
    padding: 5px;
}

.header-top-bar-menu li img {
    max-width: 14px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.footer-block-items li img,.page-nav li img {
    display: none;
}
.footer-block-items li ul {
    margin: 0;
    padding: 0;
}
.Doviz-Bar {
    padding: 0px 5px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}
.header-top-bar-account-mobil{
	display:none;
}
.text-right-mobil{
	display:none;
}
.mobil-cikis-yap{
	   display:none;
}
.footer-banka-mobil{
		display:none;
} 
 .mobil-tel_icon{
	 display:none;
 }
 .fas{
	 display:none;
 }
 
.head-cat>li>.head-altcat>li:hover {
    color: #e5322d;
}
 .dt-button {
background: #ffff;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 5px;
    color: var(--renk1);
    display: inline-block;
    margin-right: 3px;
}

 
.bedava-kargo-bar {
    position: absolute;
    top: 320px;
    left: 0;
    background: url(/Themes/SPoint/Content/img/kargo-box-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    height: 100%;
    padding: 19px;
    width: 100%;
    font-size: 19px;
}
#sepet-toplamlar{
	position: relative;
}
  .yatay .filter-box-block {
   width: 30%;
    display: inline-block;
    vertical-align: top;
    float: left;
    text-align: left;
}
.yatay .filter-box-block.kayan-nesne {
    width: 49%;
	
}
.filter-box-title {
    background-color: #222;
    color: #fff;
    border-bottom: 2px solid var(--renk4);
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.filter-box-title span {
    padding: 10px 0 9px 0;
    display: inline-block;
}
.filter-box-block {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	min-width: 30%;
}
.filter-box-block-title {
    color: var(--renk4);
    font-size: 14px;
    font-weight: 600;
}
.filter-box-filter {
    padding: 5px 0px;
    font-size: 14px;
}

.filter-box-filter-item {
    padding: 3px 0px;
}
.filter-box-filter-item select {
    width: 100%;
    padding: 5px;
    font-weight: 550;
    font-size: 12px;
}
.filter-box-filter-item .fiyat-kisit {
    width: 48.8%;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    outline: 0;
}
.filter-box-block.filter-q{
	width: 100%;
	padding-top: 0px;
	margin-top: -10px;
}
.filter-q .filter-box-filter-item{
	display:flex;
}
.filter-q .filter-box-filter-item input{
	width: 90%;
}
.filter-q .filter-box-filter-item button{
	width: 15%;
    min-width: fit-content;
    margin: 0;
}
 
.sol-perde{
	position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 33%;
    background: #e5322d;
    text-align: center;
    z-index: 3;
}
.katman{
	position:absolute;
	left:21%;
	bottom: -7px;
	z-index:2;
}
.katmanimg{
	height:800px;
}
.sol-perde-ic{
	width: 300px;
    margin: auto;
	margin-top: 50%;
}
.left-box a {

    display: block;
    border-image: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-style: none solid;
    border-width: 0 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7;
    padding: 16px 15px;
    color: #666666;
    display: block;

}




.search-table {
    font-size: 12px;
    display: table;
    width: 100%;
}
.search-table .thead {
    display: table-header-group;
    background-color: #f9f9f9;
}
.search-table .thead .th,.search-table .tbody .td{
    display:table-cell;
    vertical-align: middle;
}
.search-table .thead .th{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-weight: 550;
    cursor: default;
    background-color: #333;
    color: #fff;  
}
.search-table .tbody{
    display:table-row-group;
}
.search-table .tbody .tr,.search-table .thead .tr{
    display:table-row;
}
.search-table .tbody .tr{
    background-color: #fff;
	text-align: center;
}
.search-table .tbody .td {
    padding: 3px 4px;
	width: 70px;
    font-weight: bold;
	    width: auto;
}
.search-table .tbody .tr:nth-child(2n+1) {
    background-color: #f9f9f9;
	}
.search-table .td img {
    max-width: 100%;
}
.search-table .td .stok_img{
    max-width:50px;
}
.search-table .div-stok-resim{
       width: 40px;
    height: 50px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.search-table .adet-input-list {
    width: 45px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
}
.search-table .sepete-ekle-list:hover {
    background: url(/Themes/SPoint/Content/img/sepeteekle.png) 1px -24px;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor:pointer;
}
.search-table .sepete-ekle-list { 
    background: url(/Themes/SPoint/Content/img/sepeteekle.png) 1px 5px;
    background-repeat: no-repeat;
    background-size: 30px;
    transition: background-position 0.2s ease-in;
    -moz-transition: background-position 0.2s ease-in;
    -web-kit-transition: background-position 0.2s ease-in;
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
}
.search-table .tbody .tr:hover {
    background: #ededed;
}
 
 
 
#auto-search-result {
position: absolute;
    left: -1px;
    right: -1px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0px;
}
.auto-prbx-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}
.auto-prbx-img img {
   max-width: 40px;
    max-height: 40px;
    margin: auto;
    margin-right: 5px;
}
.auto-prbx-dty {
    width: 100%;
    text-align: left;
}
.auto-prbx-dty span {
    display: block;
    font-size: 10px;
    font-weight: 550;
}


.auto-prbx-price {
    width: 50%;
	min-width: fit-content;
    font-size: 10px;
    text-align: right;
    font-weight: 550;
} 
.auto-prbx-item {
    padding: 5px;
}
.table-overlay {
    overflow: overlay;
}
.cari-rehber {
    overflow: overlay;
}
.header-center-alt.header-top-bar-menu {
    background: var(--renk4);
    padding: 10px 0 9px;
    font-size: 12px;
    margin-top: 0;
}
.header-logo-bar {
    margin: 30px auto;
}
.header-center-alt li {
    list-style: none;
    padding: 10px 5px;
    font-size: 12px;
}
a.search-button {
    border-radius: 0px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 12px 19px 13px;
    text-align: center;
    background: #f6f6f6;
    border-left: 1px solid #E0E0E0;
}
a.search-button::after {
    color: #b2b2b2;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    background-image: url(/Content/img/search.png);
    background-size: 100%;
}

 
.head-search-yeni {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 8px 0 0;
	position: relative;
	    z-index: 9999;
}
.Kategori-nav-items.custom-scrooll::-webkit-scrollbar-thumb {
    background: #333333;
}
.slider-alt-box {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.slider-alt-box-item {
    margin: 0px 20px;
    border: 5px solid #f2f2f0;
    padding: 5px 13px;
    color: #666666;
}
.sepet-kalem-table {
    overflow: overlay;
}





.sepet-stok-resim {
    width: 25px;
}
.sepet-stok-resim img {
    max-width: 100%;
}
.sepet-kalem-table thead th {
    padding: 10px 5px!important;
    text-align: center;
	background: #fbfafa;
}
.sepet-stok-miktar .azalt, .sepet-stok-miktar .artir {
    padding: 5px;
}
.sepet-stok-miktar {
    text-align: center;
}
td.sepet-stok-fiyat {
    text-align: right;
}
.header-center-alt.header-top {
    background: #ebebeb;
    padding: 10px 0 9px;
    font-size: 12px;
    margin-top: 0;
    WIDTH: 100%;
    border-radius: 13px;
}
.header-top ul li:first-child {
    border-left: 0;
}
.header-top ul li i {
        margin-right: 3px;
    margin-top: 3px;
}
.header-top ul li {
	display: inline-block;
    text-align: center;
    width: 100%;
    border-left: 1px solid #eee;
    min-width: max-content;
}
.header-top ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-top: 3px;
}
#search_suggestions {
    border: 1px solid var(--renk1);
    display: block;
    position: absolute;
    z-index: 9998;
    background: white;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0%);
    width: 100%;
    text-align: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.contact-row {
    line-height: 20px;
    color: #9b9b9b;
    font-size: 12px;
}
.contact-row .phone {
    margin: 0 10px 0 0;
   
    padding-right: 10px;
}
.inline {
    display: inline-block;
    vertical-align: top;
}
.mini-cart .head-box-item-text:hover {
    background: none;
    transition: 0.5s all;
}
.left-box a:hover, .left-box .active>a {
    background: #fff;
    border-left: 5px solid var(--renk1);
    transition: all 0.5s;
}
.dt-button:hover {
    background: var(--renk1);
    color: #fff;
    transition: 0.5s all;
}
#dtBasicExample_wrapper {
    display: inline-block;
    width: 100%;
}
a.toggle-vis.pasif {
    font-weight: normal;
    float: right;
}
a.toggle-vis {
font-size: 12px;
    border-left: 1px solid #eee;
    padding: 5px;
    color: #000;
    cursor: pointer;
    font-weight: 450;
}


.xml-yayinlar form {
    display: inline-block;
    width: 33%;
    vertical-align: top; 
    background: rgb(188,232,241);
    border: 1px solid #eee;
    padding: 5px;
    color: rgb(49,112,143);
    margin-top: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.xml-adres {
    padding: 15px 0px;
    text-align: center;
    font-weight: 400;
    COLOR: rgb(60,118,61);
    border: 1px solid rgb(214,233,198);
    background: rgb(223,240,216);
}
.xml-yayinlar .yeni-xml-yayin {
    width: 100%;
}
.rapors_rapor {
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 5px;
}
.rapors_title {
    color: var(--renk1);
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 16px;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}
.table_responsive {
    overflow: overlay;
}
.Kategori-nav-items { 
    position: relative;
    max-height: 535px;
    
	overflow: hidden;
}


.sepetim-ozet-detay-item:nth-child(4) {
    color: #1d6ca1;
}
.sepetim-ozet-detay-item:nth-child(3) {
    color: #25ae88;
}
.sepetim-ozet-detay-item:nth-child(1) {
    color: #555;
}
.sepetim-ozet-detay-item:nth-child(2) {
    color: darkorange;
}
.sepetim-ozet-detay-item {
    font-weight: 600;
    font-size: 15px;
    padding: 0.50rem 0;
}
.sepetim-ozet-detay-item-value {
    flex: 0 0 40.66667%;
    max-width: 40.66667%;
    text-align: right;
    margin-right: 1%;
}
.sepetim-ozet-alt-item-value {
    flex: 0 0 40.66667%;
    max-width: 40.66667%;
    text-align: right;
    margin-right: 1%;
}
.sepetim-ozet-alt {
    padding-right: 0;
	    color: #0b816a;
}

.prbx-list-left {
    width: 25%;
}
.prbx-list-right {
    width: 100%;
	    color: #666;
}
.prbx-list-resim img {
        width: 100%;
    width: auto;
    height: 100%;
    max-height: 140px;
    margin: 0 auto;
    display: block;

}
.prbx-list-adi {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 0px 2px 0px;
}
.prbx-list-detay-item-adi {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin-right: 8px;
}
.prbx-list-detay-item {
    width: 50%;
}
.prbx-list-detay {
    display: flex;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.prbx-list-sepeteekle {
    display: inline-block;
    background: #31b0d5;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.footer-info {
    width: 100%;
    display: flex;
    align-content: stretch;
    justify-content: space-around;
    align-items: flex-start;
}
.footer-info-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
	padding-bottom: 3px;
    border-bottom: 1px solid #eee;
}
 
.footer-info-item {
    font-size: 12px;
    margin-bottom: 5px;
    max-width: 250px;
}
.footer-info-social-icons i {
    font-size: 24px;
    margin: 5px;
    padding: 5px;
    color: var(--renk1);
}
.footer-info-social-icons i:hover {
    color:var(--renk2);
    transition: all 0.5s;
}
.modal {
    z-index: 99999;
}

.prbx-fiyat .prbx-text {
    /* width: 390px; */
	max-width:100%;
}

.kayan_marka .owl-nav button {
    top: calc(17% - 10px);
}
.login-buttons
{
    display: flex;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: var(--renk1);
    border-color: #2f86c1;
}
.auto-prbx-price-item span:last-child {
    width: 45px;
    display: inline-block;
}
.auto-prbx-price-item:nth-child(3) {
    color: #1d6ca1;
}
.auto-prbx-price-item:nth-child(2) {
    color: #25bfce;
}
.auto-prbx-price-item:nth-child(1) {
    color: darkorange;
}
.auto-prbx-dty span:last-child {
    /* color: #e41b13; */
}
.auto-prbx-dty span:first-child {
    /* color: #0e4194; */
}
.auto-prbx-item:hover {
    background: #f4f4f4;
}
.auto-prbx-item {
    background: #fafafa;
}
.header-top ul li ul li:hover {
    background: var(--renk1);
    color: #fff;
}
.header-top ul li ul li {
    text-align: left;
    border-bottom: 1px solid #333;
    padding: 10px;
}
.header-top ul li {
    position: relative;
    z-index: 99999;
}
.header-top ul li:hover ul{
	display:block;
}
.header-top ul li ul {
	display: none; 
    position: absolute;
    background: #f6f6f6;
    width: auto;
    top: 35px;
    left: 0;
    border: 1px solid #eee;
}
.miktarinput {
    border: 1px solid #F2F2F2;
    font-size: 15px;
    text-align: center;
    height: 29px;
    width: 46px;
    background-color: rgb(250, 250, 250);
}

.floatleftt {
    float: left;
}
tr.sepetim-box.item {
    display: table-row;
}
div#PopupBildirim {
    z-index: 999999;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: #12cca7;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: var(--renk1);
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaaaaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}

.barkod-table th, .barkod-table td {
    font-size: 12px;
    padding: 5px 10px;
	text-align:center;
}
.barkod-table th {
    font-weight: bold;
    border-bottom: 1px solid  rgb(191 191 191);
}

.barkod-table {
    border: 1px solid rgb(191 191 191);
}
.autosearch-add-cart {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
	background:#fafafa;
	border-bottom: 1px solid rgb(14 65 148 / 30%);
	padding-bottom: 5px;
}

.otoar-sepeteekle {
    width: 130px;
    height: 100%;
    border: 2px solid var(--renk2);
}

.autosearch-add-cart .azalt, .artir {
    padding: 6px;
	font-size: 14px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    z-index: 9999;
}
.dty-img a {
    cursor: pointer;
}
.footer-info-sol img {
    max-width: 200px;
}
.siparis-toplam-title {
    background: var(--renk1);
    color: #fff;
    text-align: center;
}
.toplamlar-item {
    display: flex;
    justify-content: space-between;
    padding: 2px;
    border-bottom: 1px solid #dddddd;
}
.toplamlar-item div {
    width: 50%;
}
.toplamlar-item div:last-child {
    text-align: right;
}
.siparis-toplamlar {
    float: right;
    width: 30%;
}
.kargo-item .kargo-text:first-child {
    font-weight: 600;
    background: linear-gradient(45deg, var(--renk1), transparent);
    color: #fff;
    padding: 6px;
	border-radius: 3px;
}


.stok .owl-item img {
    width: auto!important;
}
.kategoriler-yeni{
	background: #c0392b;
    color: #fff;
    border: 1px solid #c0392b;
    border-radius: 4px;
    display: inline-block;
    font-size: large;
    vertical-align: bottom;
}

.contact-page {
    display: flex;
}
.contact-infos {
    margin: 0 25px;
}
.contact-info-title {
    font-size: 21px;
}
.contact-info-contents {
    display: flex;
    align-items: center;
}
.contact-icon {
    background: var(--renk1);
    color: #fff;
    padding: 5px;
    margin: 4px 6px;
    border-radius: 4px;
}
.contact-item {
    width: 50%;
}
.account-textbox-title {
    width: 20%;
    font-size: 13px;
    color: var(--renk1);
    border-right: 1px solid #cecece;
    margin-right: 0px;
    padding: 8px;
    background: #f3f3f3;
    display: flex;
}
.account-textbox-item {
    width: 90%;
    margin: auto;
    /* padding: 8px; */
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #211e1e;
    display: flex;
    background: #ebebeb;
    border: 1px solid #cecece;
}
.account-textbox-item.contact-message .account-textbox-title {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.account-textbox-item.contact-message textarea {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    min-height: 100px;
    border: 0;
    border-radius: 0 0 5px 5px;
}
.contact .account-onay input {
    background: var(--renk1);
    color: #fff;
    border: none;
    width: 90%;
    margin-top: 20px;
}
.account-textbox-text.konu select {
    width: 100%;
    height: 100%;
    color: gray;
    border: none;
    border-radius: 0 5px 5px 0;
}
.contact .account-textbox-text {
    background: #fff;
    border-radius: 0 5px 5px 0;
    width: 100%;
}
.danger {
	color:red;
}
.success {
	color:green;
}
.prbx-item:hover {
    -webkit-box-shadow: 0 0 17px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 0 17px rgba(0,0,0,0.12);
    -o-box-shadow: 0 0 17px rgba(0,0,0,0.12);
    -ms-box-shadow: 0 0 17px rgba(0,0,0,0.12);
    box-shadow: 0 0 17px rgb(0 0 0 / 12%);
}

.seviye1:hover .head-altcat {
    display: block !important;
}

/* --------------------------- */

.top-menu > li:hover .first-level:after {
       bottom: 0;
    top: 8px;
    left: 50%;
    margin-left: -7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 8px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(87,87,87,0);
    border-bottom-color: #eee;
    border-width: 11px;
}

.head-altcat .first-level .alt-kategori {
    display: block;
    position: unset;
	padding: 0;
    max-width: 100%;
}

.head-altcat > .first-level > .alt-kategori > .head-altcat {
    position: unset;
    max-width: 100% !important;
    border: 0;
    padding: 0;
}

.head-altcat .first-level .alt-kategori .head-altcat li a {
    font-size: 12px;
    color: var(--renk1);
}

.head-altcat .first-level .alt-kategori .head-altcat li {
    width: 100%;
    padding: 0;
    margin: 0;
}

.head-altcat .first-level .alt-kategori .head-altcat li:hover {
    width: 100%;
    padding: 0;
    margin: 0;
}

.head-altcat li.first-level {
    padding: 1px 0;
    width: 33%;
    display: inline-block;
    padding: 1px;
    color: var(--renk3);
}

.head-altcat .first-level a {
    font-size: 12px;
    font-weight: 500;
	font-size: 14px;
    font-weight: 500;
}

.head-altcat li.first-level:hover > .alt-kategori {
    display: block;
}

.head-cat>li>.head-altcat>li>.alt-kategori>.head-altcat {
    max-width: 955px;
    width: 100%;
	height: 100%;
	/* padding-top: 10px; */
	left: 0;
	padding-left: 10px;
}

.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori>.head-altcat {
    width: 100%;
	left: 0px;
    box-shadow: none;
}

.head-altcat   .alt-kategori {
    display: none;
    position: absolute;
    width: 1000px;
    border-top: none;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    left: 240px;
    top: 0px;
    height: 100%;
    max-width: 955px;
    overflow-y: auto;
    padding: 13px 5px 5px 0;
}

.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori {
    height: auto;
    padding: 0 14px;
    background: #fff;
    box-shadow: 0 0;
    border-top: 1px solid #f7f7f7;
}

.head-altcat li.first-level:hover > .alt-kategori {
    display: block;
}

.head-altcat .alt-kategori ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block !important;
	top: 0;
}

.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori>.head-altcat>li>.alt-kategori {
    display: none;
}

.head-altcat .alt-kategori ul i, .head-altcat .alt-kategori ul.alp-open, .head-altcat .alt-kategori ul .kategori-sag {
    display: none;
}

.head-altcat .alt-kategori ul .alt-kategori ul li {
    width: 100%;
	margin-bottom:0px;
}

.head-altcat .alt-kategori ul .alt-kategori  {
    display: block;
    position: relative;
    left: 0;
    text-align: left;
    min-height: auto;
    max-height: 300px;
    max-width: none;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.head-altcat .alt-kategori ul .alt-kategori ul  {
    display:block
}

.head-altcat .alt-kategori ul .alt-kategori ul li a {
    font-weight: 400;
    color: rgb(23, 24, 28);
}

.head-altcat .alt-kategori ul li a {
    font-weight: 600;
    color: #e5322d;
}

.head-altcat .alt-kategori ul li {
    display: inline-block;
    width: 24%;
    vertical-align: top; 
	margin-bottom:15px;
}

.top-menu li .alt-kategori {
        position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0px;
    list-style: none;
    padding: 0;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transform: scale(1,.7);
    transform-origin: 0 0;
    transition: opacity .15s ease-out,visibility .15s ease-out,all .2s ease-in-out;
    box-shadow: 0px 15px 20px 0px #eee;
    border: 1px solid #eee;
	min-height:75px;
	color:#171717;

}

.top-menu > li:hover .alt-kategori {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    display: block;
	    box-shadow: 0px 0px 0px 0px;
		border-top: 0px;
}

.top-menu > li .alt-kategori:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #eee;
}
/* --------------------------- */
.marka-menu {
    margin-top: 0px;
    border-radius: 6px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.marka-menu h2 {
    font-size: 18px;
    display: block;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
}
.marka-menu .marka-body a {
    display: block;
    color: #000;
    padding: 1px 16px 2px 16px;
    border-bottom: 1px solid #FFF;
        font-size: 14px;
}
    .marka-menu .marka-item-ust {
        display: table;
    width: 100%;
    }
.marka-menu .marka-item {
    
    display: table-cell;
    vertical-align: middle;
}
.marka-menu .marka-item i{
    
   font-size: 10px;
    margin-right: 4px;
    color: #dcdcdc;
}
.marka-menu .marka-body a:hover {
    background-color: var(--renk1);
    color: #FFF;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.marka-body {
    max-height: 350px;
    overflow: overlay;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--renk2);
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--renk1);
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

li.first-level > a:hover {
	color: #e7423e !important;
}