﻿:root{
    --renk1: #2A85FF;
    --renk2: #955bc2;
    --renk3: #ff5f49;
    --renk4: #ee292e;
    --renk6: #1b3c80;
    --renk5: #ee292e;
	--renk6: orangered;
	--renk7: #FF6A55;
	--renk8: #93bc73;
	--renk9: #FF196E;
	
}
.text-primary {
    color: var(--renk1) !important;
}

@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: 'Raleway', sans-serif !important;
    font-weight: 300;
	background:#ededed;
    margin: 0px; 
	font-size:14px;
}



a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
.center{
    text-align:center;
}
ul {
    margin: 0px;
}
li{
	list-style: none;
}
.y{
	width:100%;
}
.content-w {
    display: inline-block;
    float: left;
    padding: 5px;
}
.yatay .filter-box-block {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    float: left;
    text-align: left;
}
.filter-box-block {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-width: 30%;
}
.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 {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 0px;
    text-align: right;
}
.resp{
    display: none;
}
.header-top-bar {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.header-top-bar-account {
    color: #00a0e3;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    float: left;
    margin-top: 8px;
}

.header-top-bar-menu {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
	height: 100%;
	gap: 15px;
}
.header-top-bar-menu-contain{
	position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--renk1);
    height: 100%;
}
.header-top-bar-menu-contain li:hover {
	color: var(--renk3)
}
.header-top-bar-menu-contain .header-top-bar-menu-content, .header-top-bar-menu-contain .header-top-bar-menu-content li{
	height: 100%;
	align-content: center;
}
.header-top-bar-menu-content .second-menu{
	display: none;
	position: absolute;
	right: 0;
	width: max-content;
	z-index: 999;
	background: #fff;
	padding: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
	top: 100%;
	box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.15);
}
.header-top-bar-menu-content .second-menu > a > li{
	display: flex;
    align-items: center;

    gap: 10px;
	padding: 5px 10px;
	color: #9c9c9c;
	border-bottom: 1px solid;
	font-size: 13px;
}
.header-top-bar-menu-content .second-menu > a:last-child > li{
	border: 0;
}
.header-top-bar-menu-content .second-menu > a > li:hover{
	background: #ebf3ff;
	color: #9c9c9c;
}
.header-top-bar-menu li:hover > ul {
	display: block ;
}
.header-top-bar-menu-content .first-menu img{
	display: none;
}

.header-top-bar-menu ul li a span {
	display: block;
}
.header-menu-hesabim li{
	border-bottom: 1px solid #eee;
}
.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(--renk1);
	border-radius: 0;
	color: #000;
}
.header-top-bar-account-hosgeldiniz {
    color: var(--renk1);
    float: left;
    margin-right: 5px;
}
.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ıç*/
.b2b-yazi-akilli{
	display:inline; 
	color:#99b650;
	font-weight:bold;
}
.b2b-yazilim-yazi{
	width:auto!important;
	height:auto!important;
	display:inline!important;
	visibility:visible!important;
	color:#3385c1!important;
	font-weight:bold!important;
	text-decoration:none!important;
}
.b2b-yazi-son, .copyright{
	display:inline;
	color:#999;
	margin-left:3px;
}
.footer-b2b-yazi{
	background: #fff;
}
.footer{
	width: 100%;
    background: var(--renk1);
    padding: 20px 0 10px 0;
}
.footer .menu-icon, .footer-content li i{
	display: none;
}
.footer-center{
	margin: auto;
}
.footer-contain{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.footer-b2b-yazi .footer-b2b-contain, .footer-content, .footer-right-contain, .footer-alt-contain{
	display: flex;
}
.footer-b2b-yazi .footer-b2b-contain{
	justify-content: center;
}
.footer-content{
	gap: 5px;
}
.footer-content-title{
	font-size: 20px;
    margin-bottom: 20px;
}
.footer-left-contain{
	font-size: 16px;
    color: #fff;
}
.footer-right-contain{
    gap: 40px;
}
.footer-content li{
	list-style: none;
	color: #fff !important;
}
.footer-content li > a{
	margin-bottom: 19px;
    display: block;
    font-size: 25px;
    font-weight: 600;
}
.footer-content li > ul.second-menu{
	padding: 0;
}
.footer-content li > ul.second-menu > a > li{
	padding: 5px 0;  
	font-size: 16px;
}
.footer-root-ust .footer-content{
	flex-direction: column;
    flex-wrap: nowrap;
}
.footer-root-alt{
    padding: 25px 10px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #6d6d6d;
}
.footer-media{
    color: var(--renk1);
    padding: 0 5px;
}
.footer-root-alt .footer-content a:last-child, .footer-content .footer-media:last-child span {
	border: none;
}
.footer-root-alt .footer-content span, .footer-root-alt .footer-content a {
	padding: 0 10px;
	border-right: 3px solid;
}
.footer-root-alt .footer-content{
	border: none;
}
.footer-alt-contain{
    justify-content: space-between;
	align-items: center;
}
/*Footer Bitiş*/



.mesajYaz {
    position: fixed;
    width: 300px;
    max-width: 100%;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    z-index: 100001;
    padding: 12px;
    border-radius: 12px;
    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: 42px;
    }

    .mesajYaz > .mesajYazTitle {
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .mesajYazMesaj, .mesajYaz > .mesajYazTitle {
        padding: 5px;
    }

.mesajYazMesaj {
    display: inline-block;
    font-size: 17px;
    vertical-align: top;
    width: 100%;
    text-align: center;
    color: #959595;
}

.mesajYaz#uyari .mesajYazMesaj, .mesajYaz#hata .mesajYazMesaj {
    color: #ff7761;
}

.mesajYaz#onay .mesajYazMesaj {
    color: var(--renk6);
}

.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: var(--renk6);
        padding: 5px;
        border-radius: 25px;
        font-size: 65px;
    }

.mesajYazbt {
    text-align: center;
    padding: 12px;
    background: var(--renk6);
    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;
    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: url(/Content/img/login-new-bg.jpg) no-repeat /*top*/ center;
    /*background: linear-gradient(to right top, #1de5e2, #00d7ff, #00c4ff, #67aaff, #b588f7);
    background: #0250c5;
    background: -webkit-linear-gradient(bottom, #0250c5, #d43f8d);
    background: -o-linear-gradient(bottom, #0250c5, #d43f8d);
    background: -moz-linear-gradient(bottom, #0250c5, #d43f8d);
    background: linear-gradient(bottom, #0250c5, #d43f8d);*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
	background-size:cover;
}

    .login-page .buttons {
        width: 280px;
    }

#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;
	color:#fff;
}

.login-inputs-text {
    font-size: 12px;
    color: #807b78;
    margin-left: 25px;
    display: block;
    position: absolute;
    top: 24px;
    left: 35px;
    transition: all .3s;
    pointer-events: none;
    font-size: 12px;
    transform-origin: 0 50%;
    opacity: .7;
}

.login-inputs {
    padding: 10px 5px;
    position: relative;
    margin-bottom: 3px;
    border-bottom: 1px solid #eee;
}

.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;
}

.customer-blocks {   
	margin: auto;
    padding: 40px 30PX;
    /* background: url(/Themes/Sreal/Content/img/login-bg.png); */
    text-align: center;
    background-size: 100% 100%;
    display: inline-block;
    width: 345px;
    -webkit-border-radius: 8px;
    margin: 3%;
    background-color:#f7f7f7;
	box-shadow: 0px 0px 20px #fff;
}	

.login-title {
       font-size: 32px;
    font-weight: bold;
    color: #8837f3;
    padding: 17px 9PX;
}

.login-title-blck {
    color: #000;
}

.login-main form input {
    font-size: 14px;
    padding: 14px;
}

.login-title-alt {
    font-size: 24px;
    color: #404041;
    font-weight: bold;
    margin-top: -11px;
}

.login-page .logo {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 7%;
}
.login-page .logo img {
	max-width: 100%;
}
.login-main {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}
.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-left {
    display: inline-block;
}
.customer-blocks form input {
    width: 205px;
    padding: 15px;
    border-radius: 5px;
    border: 0px;
    background: transparent;
}
.customer-blocks form input:focus {
	outline: none;
}
.customer-blocks form button {
    margin-top: 20px;
    width: 100%;
    padding: 7px;
    border: 1px solid #000000;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
	transition: 1s;
}
.customer-blocks form button:hover{
    background:#fff;
	color:var(--renk1);
	border-color:var(--renk1);
}
header {
    background: #fff;
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.header-center-alt {
    width: 1200px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
}
.header-top-bar-shoppingcart a {
    color: #e21414;
}
.head-box-item{
	position: relative;
    background: var(--renk1);
    border-radius: 100px;
    text-align: center;
    align-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
}
.head-box-item:hover{
	background: var(--renk3);
}
.alt-plasiyer-bilgi, .head-box-alt-plasiyer-item {
    display: inline-block;
}
.head-box-item-text {
    display: block;
}
.head-box-item-abs {
    top: 0px;
    position: absolute;
    background-color: var(--renk3);
    color: #fff;
    min-width: 17px;
    border-radius: 50%;
    font-size: 12px;
}
.head-box {
    margin-top: -15px;
    height: 65px;
}
.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;
}
.temsilci:hover .head-box-item-ico {
    background: url(../img/temsilci-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.head-box-alt-plasiyer {
    position: absolute;
	overflow: hidden;
    top: 100%;
    right: 0;
    z-index: 991;
    display: none;
    width: 310px;
	font-size: 14px;
    text-align: left;
    font-weight: bold;
    border-radius: 0px 0px 18px 18px;ss
	color: #000;
    background: #fff;
	box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
}
.plasiyer-bilgi-bolum{
	display: flex;
	justify-content: space-between;
}
.head-box-alt-plasiyer-item {
	width: 20%;
    font-size: 13px;
    font-weight: 600;
    color: #909090;
}
.alt-plasiyer-bilgi{
	font-size: 13px;
    font-weight: 600;
    color: #909090;
}
.box-ayirici {
    padding-left: 8px;
}
.plasiyer-bilgi-title{
	margin-bottom: 10px;
	font-size: 13px;
    font-weight: 600;
    color: #6b6b6b;
	border-bottom: 1px solid #dedede;
}
.temsilci-kapsayci{
	padding: 15px 20px;
}
.temsilci-kapsayci:nth-child(even){
	background: #fafafa;
}
.head-box-alt-plasiyer-bilgi {
	margin-bottom: 10px;
    text-align: center;
    padding: 7px 10px;
    border-radius: 5px;
    color: #707070;
}
.head-box-temsilci-title{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	color: #6b6b6b;
	font-size: 16px;
}
.head-box-temsilci-title .kayan-nesne-baslik-sol-kutu{
	background: #b1e5fb;
}
.head-box-item:hover .head-box-alt-plasiyer{
	display:inline-block !important;
}
.temsilci .head-box-item-ico {
    background: url(/Themes/SList/Content/img/temsilci.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;
}
.sepet-item{
	box-shadow:none !important;
}
.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;
}

    .head-search-yeni-keyw input {
        height: 38px;
        line-height: 32px;
        border-color: #999;
        font-weight: 300;
        border: 1px solid #e0e0e0;
		border:0px;
        border-radius: 21px;
        overflow: hidden;
        background-color: #faf9f9;
        width: 550px;
        font-size: 12px;
        padding: 4px 24px;
    }

        .head-search-yeni-keyw input:focus {
            outline: none;
        }

.head-search-yeni {
    display: inline-flex;
}

.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;
    }

.head-search .head-search-yeni-btn div {
    display: inline-block;
    color: #e31e26;
    border: 1px solid;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    height: 39px;
    background-image: url(/Content/img/search-w.png),linear-gradient(#e21414 0%,#e21414 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.header-bottom {
    position: relative;
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
    background-color: var(--renk1);
    border: solid 1px #ebebeb;
    height: 40px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    /* font-family: sans-serif; */
    border-bottom: 0;
    height: 65px;
	z-index: 2;
}

.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: #000;
    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: #000;
    }

.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;
}

.content-title {
    text-align: center;
    background: #fff;
}

    .content-title h2 {
        margin: 8px;
    }

table {
    width: 100%;
}



.prbx-sepeteekle {
    display: inline-block;
}

.sepeteekle {
	color: #707070;
    padding: 5px;
    cursor: pointer;
    border-radius: 2px;
    background: url(/content/img/sepeteekle.png?v=999) 1px 0px;
    background-repeat: no-repeat;
    background-size: 31px;
    transition: background-position 0.2s ease-in;
    -moz-transition: background-position 0.2s ease-in;
    -web-kit-transition: background-position 0.2s ease-in;
    text-align: left;
    padding-left: 37px;
}
.sepeteekle:hover {
	color: #2A85FF;
	/* border-color: #333; */ 
	background: url(/content/img/sepeteekleafter.png);
	background-repeat: no-repeat; 
	background-size: 31px; 
}

.sepeteekle:hover.sepeteeklendi {
    color: #009688;
    border-color: #333;
    background: url(/content/img/sepeteekle.png) 1px -60px;
    background-repeat: no-repeat;
    background-size: 34px;
}
.sepeteeklendi{
	display:none;
}
.account-textbox-text {
    width: 100%;
}
.account-textbox-text {
    width: 100%;
}
.sepeteeklendi.aktif {
    display: block;
    position: fixed;
    padding: 5px;
    text-align: center;
    background: #4bb07a;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    z-index: 99999;
}
.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: #000;
}
.table-wrapper-kolonthree .fl-table thead td {
    background: #000;
    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;
}
.cari-ekstre-icon-cerceve{
	padding: 10px;
    border-radius: 100px;
    align-content: center;
    text-align: center;
    height: 50px;
    width: 50px;
}
.clr1 .cari-ekstre-icon-cerceve{
	background: #ff6a55;
}
.clr2 .cari-ekstre-icon-cerceve{
	background: #83bf6e;
}
.clr3 .cari-ekstre-icon-cerceve{
	background: #2a85ff;
}
.clr4 .cari-ekstre-icon-cerceve{
	background: #955bc3;
}
/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        
        width: 100%;
    }

    .table-wrapper:before {
        content: "Scroll horizontally >";
        
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }

    .fl-table thead, .fl-table tbody, .fl-table thead th {
        
    }

        .fl-table thead th:last-child {
            border-bottom: none;
        }

    .fl-table  {
        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 {

    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        
        text-align: center;
    }
}
/*Cari Ekstre Bitiş*/






/*Cari-Plasiyer-Bilgileri Başlangıç*/
.header-top-plasiyer-bilgileri {
    float: right;
}
.header-logo{
    background-image: url(/Content/Firma/logo.png?v=99);
    width: 300px;
    height: 50px;
    background-size: 61%;
    background-repeat: no-repeat;
}
.logo {
	background-image: url(/Content/Firma/logo.png?v=99);
	width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-logo{
	background-image: url(/Content/Firma/footerlogo.png?v=99);
    width: 180px;
    height: 85px;
    background-repeat: no-repeat;
    background-size: contain;
}
.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 var(--renk1);
    }

    .ozl-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

     .ozl-checkbox input:checked ~ .checkmark {
        background-color: #2196F3;
    }
    .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: 4px;
        top: 0px;
        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: #000;
            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: #ff0007;
        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;
	margin: auto;
	height: 185px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

    .prbx-image img {
	 max-width: 100%;
    max-height: 100%;
    margin: auto;
	    width: auto;
    }

.prbx-item {
	float: left; 
	width: 15.6%;
	margin: 0.5%; 
	padding: 0 5px 0px; 
	position: relative;
	margin-bottom: 10px;
	background: #fff; 
	border-radius: 10px; 
	border: 1px solid #cacaca;
	height: 395px;
}
.prbx-item:hover{
	box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
}
.prbx-add-cart {
	text-align: center;
	display: flex;
    justify-content: space-between;
}
.prbx-dty {
    padding: 10px;
    font-size: 11px;
}
.prbx-fiyat {
    display: flex;
    align-content: space-between;
}

.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: 15px;
    /* margin-bottom: 5px; */
    padding: 10px;
    width: 100%;
    font-weight: bold;
    border-bottom: 1.5px solid #e5e5e5;
	color: #707070;
}
.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 :5a2770;
}


.prbx-ad {
	border-bottom: 1px solid #707070; 
	text-overflow: ellipsis; 
	cursor: pointer; font-size: 12px; 
	line-height: 18px; 
	height: 40px; 
	overflow: hidden; 
	color: #333; 
	display: block;
	word-wrap: break-word; 
	text-align: center; 
	margin-bottom: 5px; 
}

.prbx-kisa-ad, .prbx-alt-ad {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
   /*height: 28px;*/
    overflow: hidden;
    color: #b88200;
}


.prbx-yeni {
    position: absolute;
    right: 3%;
	top:0;
    width: 40px;
    text-align: center;
}
.prbx-yeni-sb {
    position: absolute;
    right: -1%;
	top: 32px;
    width: 40px;
    text-align: center;
}
.prbx-kampanya {
    position: absolute;
    right: 9%;
	top: 3px;
    width: 40px;
    text-align: center;
}
.prbx-text {
    display: block;
    width: 50%;
    font-weight: 500;
}
.prbx-stokkod {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-top: 6px;
	position: relative;
}

.prbx-asil-fiyat {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
}

.prbx-cizgi {
    margin: 6px 0px 6px;
    border-top: 1px solid #707070;
	width:100%;
}

.prbx-ucretsiz-kargo {
    padding: 2px 0px;
    color: green;
    font-weight: bold;
}

.prbx-fiyat .prbx-value {
    color: #232220;
    font-weight: bold;
    display: block;
    text-align: right;
    width: 50%;
}
.ayirici{
	width: 0px;
}
.dty-sag-sol {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 5px;
    font-size: 14px;
}

.dty-price {
    background: #f8f8f8;
    /* border: 1px solid #d5d5d5; */
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 280px;
    max-width: 86%;
    padding: 5px;
    box-shadow: 5px 5px 5px #eee;
}

.dty-sag-sol .dty-price .dty-items .dty-text {
    width: 100%;
    display: inline-block;
    width: auto;
}

.dty-price .dty-items {
       display: inline-block;
    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: var(--renk1);
    }

.bld {
    font-weight: bold;
}

.dty-yeni-urun {
	display: flex;
	flex-direction: column;
    gap: 15px;
}

.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 {
        font-weight: 500;
    padding: 9px 35px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    color: var(--renk1);
    display: inline-block;
    border: 1px solid var(--renk1);
    vertical-align: top;
}
.dty-sepete-ekle-btn:hover {
    background: var(--renk1);
    color: #fff;
}
.prbx-value.sb-stadi {
	font-weight: 600;
	font-size: 12px;
}
.dty-sepete-ekle-input-style {
	width: 55px;
	text-align: center;
}

.dty-sag-sol .dty-items .dty-text {
    width: 50%;
	font-size: 13px;
}
.dty-value {
    font-size: 13px;
	 width: 100%;
}
.dty-text-bold{
	font-weight: bold;
}
.dty-items {
    margin-top: 5px;
	display:flex;
	gap: 20px;
}
.prbx-firsat {
    background-color: #FF196E;
    border-radius: 5px;
    font-size: 10px !important;
    color: #fff !important;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 700 !important;
    top: 0;
    right: 0;
    width: 45px;
	text-align: center;
}
/*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;
	height: 210px;
}

    .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: #f5dda3;
	color: #2A85FF
}

.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: 49%;
    display: inline-block;
    background: #fff;
    height: 100%;
    vertical-align: top;
}

.dty-sol .dty-img {
    padding: 10px;
    display: flex;
    height: 100%;
	border: 1.5px solid #cacaca;
    border-radius: 10px;
}

.dty-sol .dty-img img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
}
.detay-sepete-bar {
	display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin: 10px 0;
}


.dty-text {
    display: inline-block;
	width: 100px;
}

.dty-sag {
    display: inherit;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    border: 1.5px solid #cacaca;
}

.product-dty {
    display: inline-block;
    width: 85%;
    padding: 10px 0px;
	background: #fff;
}
/*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%!important;
}

.y20 {
    width: 20%!important;
}

.y30 {
    width: 30%!important;
}

.y40 {
    width: 40%!important;
}

.y50 {
    width: 50%!important;
}

.y60 {
    width: 60%!important;
}

.y70 {
    width: 70%!important;
}

.y80 {
    width: 80%!important;
}

.y90 {
    width: 90%!important;
}

.y100 {
    width: 100%!important;
}



.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: #000;
    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: #000;
    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: var(--renk1);
    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: var(--renk1);
}

.type-clr-blue {
    color: #0654ba;
    background: #fff;
}

    .type-clr-blue:hover {
        color: #fff;
        background: #0654ba;
    }

.type-clr-red {
    color: var(--renk1);
    background: #fff;
}

    .type-clr-red:hover {
        color: #fff;
        background: var(--renk1);
    }

.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: #000;
		background: no-repeat;
		border-bottom: 1px solid;
		background: #fff;
    }

.tabcontent.aktif {
    display: block;
}
.product-dty .tabcontent {
    padding: 15px 20px;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 14px;
    /* background: #333; */
    color: #363636;
    border-radius: 5px 5px 0px 0px;
    margin-right: 3px;
    min-width: 118px;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        border-bottom: 1px solid #000;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: var(--renk1);
        color: #fff;
    }
    .product-dty .tab {
        background: no-repeat;
        border: none;
		border-top: 2px solid #ededed;
    }
    .product-dty .tab #defaultOpen {
        color: #000;
        background: no-repeat;
        border-bottom: 1px solid;
    }
    .product-dty .tab button:hover {
        background: no-repeat;
        color: #000;
    }

/* Style the tab content */
.tabcontent {
    width:100%;
    display: none;
    padding: 6px 12px;
}
 
.Tab_Name {
	padding: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--renk1);
    color: #fff;
    border-bottom: 2px solid #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tabust {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #c7c7c7;
}

/*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: var(--renk1);
}

.kartbilgileri-title {
    FONT-SIZE: 24PX;
    FONT-WEIGHT: BOLD;
    color: var(--renk1);
    padding: 10px 0px;
}

.taksit-secenekleri {
    background: #fff;
}

.taksitsecenekleri-title {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: var(--renk1);
}

.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: var(--renk1);
}

.odemetamamlama-buton input {
    font-weight: bold;
    background: var(--renk1);
    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: var(--renk1);
    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: var(--renk1);
            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: var(--renk1);
    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: var(--renk1);
    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: var(--renk1);
        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;
}

.sayisal-alan-center {
	text-align: center;
	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;
}

span.cizgi {
    display: block;
    border: 1px solid #1b3c80;
}

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: 16%;
    padding-top: 6px;
	border-bottom: 1px solid #f1f1f1;
}

.page-right {
    display: inline-block;
    float: right;
    width: 83%;
    /* padding-top: 10px; */
}

.page-title {
    text-align: center;
    padding: 5px;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px dotted var(--renk1);
    margin-bottom: 3px;
}
.page-title.account {
    text-align: left;
    padding: 3px 0px;
    font-weight: 300;
    font-size: 18px;
    color:#000;
}
.page-nav-item:hover, .page-nav li:hover {
    color: var(--renk6);
    cursor: pointer;
}
.siparis-ust-bilgi {
    display: inline-block;
}

.fl-table thead {
        background: #f3f3f3;
    color: #565656;
}

.item .item-name {
    display: inline-block;
    width: 120px;
}

.item .ayirici {
    padding: 5px;
}

.item {
    padding: 3px;
}

.search-filter {
    background-color: #fff;
    border: 1px solid #efefef;
    margin-bottom: 0px;
}

.search-filter-title {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    display: block;
    position: relative;
    padding: 10px 0 10px 2px;
    border-bottom: 1px solid #f1f1f1;
}
/*
    .search-filter-title .filterico {
        background: url(/Content/img/bottom-ico.png);
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        margin-left: 0px;
            background-size: 100% auto;

    }
	*/
.search-filter-title .filterico {
    background: url(/Content/img/bottom-ico.png?v=250000) no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 0px;
	background-size: 60% auto;
	transition: 0.3s;
	cursor: pointer;
}

    .search-filter-title span {
        margin-left: 27px;
        line-height: 24px;
    }

.search-filters-item {
    padding: 5px;
}
.search-filters-items {
    max-height: 165px;
    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-text {
    padding: 4px 10px 0;
}

.search-bar-filter {
	width: 100%;
	display: flex;
}
.search-bar-filter .filter-option {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin-left: 4px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    height: 30px;
}
.search-bar-filter .filter-option.Checked {
	box-shadow: 0px 0px 10px 0px var(--renk6);
	color: var(--renk6);
}
.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;
    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;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.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:#000;
}
.left-category li.active.first-level>ul li.active ul {
    display: block;
	padding:0px;
}
.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 {
   color: #51a1e4;
}
.top-menu li ul li ul {
    display: inline-block;
    border: 0px;
    position: inherit;
    margin-left: 0;
    padding: 0;
}
.top-menu > li > ul > li > a {
    font-weight: 300;
    color: var(--renk1);
}
.top-menu li a {
    margin: 0px 5px;
	position: relative;
} 
.top-menu li ul li a {
    color: var(--renk1);
}
.top-menu li ul li ul li a {
    line-height: 18px;
    font-weight: 200;
    color: #000;
}
.top-menu li ul li ul li {
        min-width: 50%;
    padding: 4px 0px;
    width: auto;
}
.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 4px;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}
.manuelPage-item.aktif {
	color: var(--renk1);
    font-size: 16px;
}
.manuelpage-son{
	color: #000;
    border-radius: 100px;
    border: 2px solid #9c9c9c;
    width: 30px;
    height: 30px;
}
.manuelpage-enson{
	display: none !important;
}
.manuelPage{
	text-align: center;
}
.page-nav {
    display: inline-block;
    background: #fff;
    padding: 8px;
    min-width: 20%;
    border-radius: 3px;
}
.nav-ico.order {
    width: 24px;
    height: 24px;
}
.page-nav-item, .page-nav li {
    color: #211e1e;
    padding: 5px;
    list-style: none;
    font-size: 15px;
	font-style: italic;
}
.page-nav li {
    margin: 5px;
}
.nav-text {
    vertical-align: super;
}
.nav-ico {
    margin-right: 3px;
}
.page-account-content {
    width: 100%;
    float: right;
    padding: 10px;
    /* background:#fff; */
    border-radius: 3px;
}
.page-account-content-title {
	display: flex;
    align-items: center;
    gap: 10px;
    color: #707070;
    text-align: left;
    padding-bottom: 8px;
    font-size: 22px;
	margin: 15px 0 5px 0;
}
.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: #000;
}
.pac-alt-item-box-alt {
    height: 75px;
    vertical-align: bottom;
    display: table-cell;
}
.pac-alt-item-box-alt-detay {
    background: var(--renk6);
    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: 100%;
	padding:8px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #211e1e;
    font-style: italic;
	display:flex;
	background: #f2f2f2;
    border: 1px solid #cecece;
	border-radius: 5px;
}
.account-textbox-text input {
    width: 95%;
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid;
    font-weight: 300;
    font-style: italic;
	background: #f5deb300;

}
.account-textbox-text input:focus {
    outline: none;
    border-bottom: 1px solid var(--renk1);
}
.account-onay {
    text-align: center;
}
.account-onay input {
    background: var(--renk1);
    border: 1px solid var(--renk1);
    color: #FFF;
    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:#FFF;
    color:var(--renk1);
}
.sepet-value{
	padding:0px 4px !important;
}
.sepet-previewbtn{
	text-align: center;
}
.sepet-previewbtn .previewBttn{
	width: 23px;
	height: 23px;
}
.sepetim-left,.Siparis-left{
    width: 81%;
    display: inline-block;
}
.siparis-table{
	width:100%;
}
.sepetim-right,.Siparis-right{
    width: 17%;
    float:right;
	margin-left:16px;
}
.sepetim-box{
	box-shadow: 0px 0px 10px 0px #c3c3c3; 	
	margin-bottom: 15px;
}
.sepetim-box,.Siparis-box,.sepetim-box1 {
    background: #fff;
    margin-top: 10px;
	border-radius: 10px;
}
.sepetim-box.flex,.Siparis-box.flex,.sepetim-box1 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #f3f3f3;
}
.sepetim-title {
	display: flex;
	align-items: center;
	gap: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}
.sepetim-title .kayan-nesne-baslik-sol-kutu{
	background: var(--renk1);
}
.sepet-alt-contain{
	display: flex;
	align-items: center;
}
.sepetim-devam {
    background-color: var(--renk1);
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
}


.sepetim-box.item,.sepetim-box1 {
    display: -webkit-box;
    display: inline-block;
    border-bottom: 1px solid #ddd;
	margin:0;
	width:100%;
}
.sepet-item-resim {
    overflow: hidden;
	max-width: 50px;
}
.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: 100%;
    max-width: 100%;
    margin-right: 1.25rem;
}

.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-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;
	gap: 10px;
	font-weight: 600;
	color: #707070;
}
.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: #707070;
    font-weight: 600;
}

.sepet-item-dty-alt-aciklama {
    font-size: 12px;
    font-weight: 400;
    color: #000;
	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;
	font-size:15px;
    display: flex;
    flex-wrap: wrap;
	color: #707070;
}
.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%;
}
#TabSiparis .sepetionayla{
	background: #84bf6f;
}
.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;
	border-radius: 10px;
}
.sepetegonder:hover,.btngreen:hover{
    color: #fff;
    background-color: var(--renk1);
    border-color: var(--renk1);
}
.owl-item .prbx-dty {
    margin: 0 auto;
	max-width: 100%;
}
.owl-carousel.stok .owl-pagination {
    display: none;
}
.owl-item .prbx-item {
    margin: 0 auto;
	padding: 0px;
    float: none;
}
.owl-carousel.stok .owl-controls {
    margin-top: 5px;
    }

.kayan-nesne-baslik {
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
    /*background: var(--renk1); */
    padding: 5px;  
	margin-bottom: 7px;
    border-radius: 5px;
	padding-left:10px;
	font-weight: 550;
} 
.kayan-nesne-baslik-sol{
	display: flex;
    gap: 15px;
    align-items: center;
}
.kayan-nesne-baslik-sol-kutu{
	width: 16px; 
	height: 25px; 
	border-radius: 5px;
}
.Sepetim-ozet-baslik .kayan-nesne-baslik-sol-kutu{
	background: var(--renk1);
}
    /* .owl-carousel.stok {
     margin-bottom: 55px; 
} */
.kayan-nesne-baslik .kayan-baslik-show{
	margin-right: 7%;
	font-size: 14px;
}
.y20 .owl-carousel.stok {
    margin-bottom: 10px;
}
    .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;
	border-radius: 0px 0px 10px 10px;
    }

    .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: #000;
	}
    .kayan-nesne-perde-baslik {
        font-size: 18px;
    }

    .kayan-nesne-perde-Aciklama {
        font-size: 12px;
    }
	
	.KategoriPage-Alt-Kategori {
		text-align: center;
	}
	.KategoriPage-Alt-Kategori .alt-kategori-item {
		width: 22%;
		display: inline-block;
		padding: 18px 8px 0px;
		border: 2px solid #1b3c80;
		border-radius: 12px;
		margin: 1%;
		position: relative;
		font-size: 18px;
		font-weight: bolder;
		text-align: center;
		min-height: 125px;
		-webkit-transition: background .51s;
		transition: background 1s;
		box-shadow: 5px 5px 5px #a5a5a5;
		background-image: linear-gradient(325deg, #1b3c80 0%, white 67%);
		vertical-align: top;
	}

.KategoriPage-Alt-Kategori .alt-kategori-item:hover {
    background: var(--renk1);
    color: #fff;
	
}
.alt-kategori-item img {
    max-width: 60px;
}

.search-filters-items::-webkit-scrollbar-thumb:hover {
    background: #00a0e3;
}
.search-filters-items::-webkit-scrollbar-thumb {
    background: var(--renk1);
    border-radius: 5px;
}
.search-filters-items::-webkit-scrollbar-track {
    background: #eee;
}
.search-filters-items::-webkit-scrollbar {
    width: 8px;
}
.nav-bar {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 5px;
}

.Nesne_Box.type_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.Nesne_Box_1 {
    margin: -5px;
}
.artir { 
	border-radius: 0px 2px 2px 0px;
} 
.azalt { 
	border-radius: 2px 0px 0px 2px;
}
.search-addtocart{
	display: flex;
    align-items: center;
}
.flat-qty {
    display: inline-flex;
	height: 30px;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.stok-miktar{
	height:40px;
}
.flat-qty input {
	border: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #7b7b7b;
}
.flat-qty span {
	align-content: center;
    cursor: pointer;
	height: 100%;
    width: 25px;
	background: #e3e3e3;
    color: var(--renk1);
}
.flat-qty span:hover{
	color: #7ee019;
}
.flat-qty input:focus {
    outline: none;
}

.Kategori-nav-items .min-ico {
    background: url(/Themes/SList/Content/img/right-ico.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.Kategori-nav-items .alt-open {
    /*background: url(/Themes/SList/Content/img/plus.png);*/
	background: url(/Themes/SList/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/SList/Content/img/minus.png);*/
	background: url(/Themes/SList/Content/img/bottom-ico.png);
    display: inline-block;
   /* background-size: auto 100%;*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 12px;
	display: none;
}

.Kategori-nav-items li.active ul:first-child {
    display: block;
}
.left-category li.active.first-level>ul{
	 display:block; 
	 padding:0px;
}
.left-category .Kategori-nav-title {
    background-color: var(--renk1);
    color: #FFF;
    padding: 10px;
    text-align: left;
    display: block;
    border: none;
    font-weight: 700;
    border-bottom: 2px solid;
    text-transform: uppercase;
}
li.active.first-level a {
    background-color: var(--renk1);
    color: #fff;
}
.left-category {
    list-style: none;
}
.left-category li a {
    background-color: var(--renk1);
    color: #fff;
    padding: 7px;
    font-weight: 600;
    display: block;
}
.left-category li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #58b5e0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.left-category li.first-level .alt-kategori {
    display: none;
}

li.active.first-level ul li a {
    background-color: #f6f6f6;
    color: #000;
    font-size: 12px;
    font-weight: 600;
	    border: 1px solid transparent;
}
li.active.first-level ul li {
    list-style: none;
}

.left-category li.first-level ul {
    display: none;
}
.Kategori-nav-items .active > a {
    font-weight: bold;
    border-bottom: 1px solid #1b3c80;
    color: var(--renk1);
}
.Kategori-nav-items>li.active>ul {
    display: unset; 
}
.sepet-alti-buttons-item {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #f6f6f6;
    color: #000;
    transition: background-color 200ms linear;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 300;
}
.sepet-alti-buttons-item > form{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sepet-file-sec{
	padding: 20px 15px;
	margin: auto;
}
.sepet-file-update{
    color: var(--renk1);
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 20px;
}
.sepet-file-download{
	color: #74c259;
    border: 2px solid;
    border-radius: 5px;
	height: 100%;
}
.sepet-file-sec-gosterde{
	padding: 10px 5px;
	background: var(--renk1);
	border-radius: 10px;
}
.file-upload-label {
    display: flex;
    padding: 5px 15px;
    background: #fff;
    color: var(--renk1);
    cursor: pointer;
    border-radius: 10px;
    font-size: 13px;
    margin: 0;
    gap: 10px;
    align-items: center;
}
.sepet-update{
	background: var(--renk2);
    color: #fff;
}
.sepet-delete{
	background: var(--renk3);
    color: #fff;
}
.sepet-excel{
	background: #74c259;
    color: #fff;
}
.sepet-alti-buttons {
    margin-top: 10px;
	text-align: center;
}
.dty-favori-ekle-btn:hover {
    background: var(--renk1);
    color: #fff;
}
.dty-favori-ekle-btn {
    font-weight: 500;
    padding: 9px 35px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    color: var(--renk1);
    display: inline-block;
    border: 1px solid var(--renk1);
    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;
}
.kargo-box{
    border: 1px solid #00a0e3;
    height: 120px;
}
.address-box,.kargo-box {
	width: 32%;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    margin-left: 2px;
    border-radius: 5px;
    cursor: pointer;
    left: 6px;
    vertical-align: top;
	bottom: 5px;
}
.address-title{
	background: var(--renk1);
    width: 200px;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.address-content{
	border: 1px solid var(--renk1);
    padding: 10px;
    border-radius: 0 0 10px 10px;
	position: relative;
	height: 100px;
}
.kargo-box:hover {
    border: 1px solid #4CAF50;
    box-shadow: 5px 5px 5px 5px #eee;
}
.kargo-box.aktifkargo_True,.address-box.varsayilan_True{
    /* border: 1px solid #4CAF50; */
}
.account-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: start;
    align-content: center;
}
.sepet-onay-btn-kapsayici{
	display: flex;
    flex-direction: column;
    gap: 10px;
    width: 185px;
    margin: 20px auto;
}
.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: var(--renk6);
    background: url(/Content/img/add-ico-active.png);
    background-repeat: no-repeat;
}
.new-adress-add {
    width: 500px;
    margin: 0 auto;
    border: 1px solid var(--renk6);
    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: block;
}
.address-item-value input:focus,.kargo-item-value input:focus  {
    outline: none;
    border-bottom: 1px solid var(--renk6);
}
.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: var(--renk6);
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    border-bottom: 1px solid;
}
.adres_kaydet {
    padding: 5px 15px;
    margin: 10px;
    background: var(--renk6);
    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;
    border-bottom: 2px dashed #1b3c80;
    font-size: 25px;
}
.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: linear-gradient(to bottom, rgb(24 80 211 / 0%) 0%,#505050 3%,#2c2d2f 42%,#2c2d2f 20%,#4a4a4a 100%,#2c2d2f 80%,#4d4f52 81%,#535558 85%,#2c2d2f 100%);
    font-weight: bold;
    color: #fff;
}
.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: 11px;
    vertical-align: middle;
	border-bottom: 1px solid var(--renk1);
	
}
.ozl_table_body .ozl_table_row:hover {
    background:var(--renk1);
	color:#fff;
}
.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 {    
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    top: 3px;
    right: 0;
    opacity: 0;
}
.aktifadres_True .aktifadres,.aktifkargo_True .aktifkargo  {
    opacity: 1;
}
.siparisozet-title.siparisozet-title-top{
	padding: 10px;
	margin-top: 10px;
}
.siparisozet-title {
    text-align: center;
    background-color: var(--renk1);
    border-color: #e6e6e6;
    padding: 10px;
    border: 1px solid #d6d6d6;
    color: #fff;
    font-weight: 500;
	border-radius: 8px;
}

.siparis-renk1 {
	 background-color:#dcdcdc;
	 color:#000;
}
.sepet-toplam-value, .siparis-tamamlandi-value  {
    width: 45%;
}
.sepet-toplam-baslik, .siparis-tamamlandi-baslik {
    width: 50%;
    flex: unset;
}

.siparis-bilgi-box {
    display: inline-block;
    /*width: 33%;*/
	width:100%;
    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: var(--renk1);
}
.flat-qty-top .flat-qty span {
     background: #f3f3f3;
    display: block;
    align-self: center;
    padding: 5px;
}
.btn_guncelle {
    font-size: 12px;
    padding: 5px 11px;
    font-weight: 500;
    color: #797979;
    background: #fafafa;
    border: 1px solid;
}
.btn_guncelle {
    color: #333;
    font-weight: 500;
}
.btn_guncelle:hover {
    color: #333;
}
.varsayilanadres {
    position: absolute;
    top: 2px;
    right: 2px;
    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: var(--renk6);
    font-weight: bold;
}
.Sonuc.red {
    color: #fff;
    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-rehber .cari-box-bar .box-val{
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    float: right;
    padding: 5px 20px;
    border-radius: 5px;
}
.cari-ekstre-detay .cari-box-bar .box-val{
	background: transparent;
	float: none;
}
.cari-box-bar .box {
	padding: 35px 25px;
	color: #707070;
    background: #f5f5f5;
    width: 100%;
    margin: 10px;
	border-radius: 15px;
}
.cari-box-bar .box:last-child, .cari-box-bar .box:first-child {
    margin: 10px 0px;
}
.cari-box-bar .box.clr1{
    background: #fbecc8;
}
.cari-box-bar .box.clr2{
	background: #e0f1e5;
}
.cari-box-bar .box.clr3{
	background: #dff2fd;
}
.cari-box-bar .box-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
	display: flex;
	gap: 20px;
	align-items: center;
	color: #707070;
}
.cari-box-bar .box-val {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}
.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: 95px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #000;
}
.filter-bar .filter-item .filter-name, .filter-bar .filter-item .filter-val {
    display: inline-block;
    border-bottom: 0px;
}
.filter-bar {
    display: flex;
	justify-content: space-between;
    padding: 10px 0px;
    font-size: 1rem;
    line-height: 13px;
	gap: 10px;
	margin-top: 10px;
}
.ozl_table.typ1 .ozl_table_body .ozl_table_cell {
    padding: 10px 5px;
	font-size: 1em;
	border: 1px solid #ececec;
}

.ozl_table.typ1 .ozl_table_head .ozl_table_cell {
   padding:8px;
   width:1vw;
   font-size: 1em;
   border-left: 1px solid var(--renk2);
}
.datetimepicker {
    background: url(/Content/img/date.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #ccc;
    cursor:pointer;
	font-size: 14px;
	border-radius: 10px;
}
input.btn-typ2 {
    background: var(--renk1);
    color: #fff;
    /*border: 1px solid var(--renk2);*/
    border: none !important;
    border-radius: 5px;
    font-size: 16px;
}
input.btn-typ3 {
    background: var(--renk1);
    color: #fff;
    border: 1px solid var(--renk2);
    border-radius: 5px;
    font-size: 16px;
}
.search-row {
    background: var(--renk1);
    color: #fff;
}
.adress-item .address-text {
    font-size: 14px;
    font-weight: 500;
}
.adress-item .address-text ~ .address-text {
    font-size: 12px;
	font-weight: 300;
}
.y20 .owl-buttons {
    top: 43.4%;
}
.y20 .prbx-asil-fiyat,.y20 .prbx-stokkod {
    padding: 10px;
}
.owl-item .prbx-add-cart {
    display: flex;
    align-content: space-between;
    flex-direction: row;
    justify-content: space-evenly;
}
.owl-item .prbx-dty{
	border-bottom:0px;
}
.customer-blok {
    padding: 10px;
}
.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-inputs.sms_show {
    display: none;
}

.sepet-item-value {
    display: inline-block;
}
.sepet-item-text {
        font-size: 12px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    width: 52px;
}
.manuelPage-alt {
    display: inline-block;
    width: 100%;
}

.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 {
    margin-top: 10px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 16px;
    font-size: 20px;
    width: calc(50% - 12px);
    color: var(--renk1);
    background: #fff;
    border-radius: 5px 5px 0 0;
    margin: 6px 6px;
	border-bottom: 2px solid var(--renk2);
}
.TabPageLink:hover {
    color: var(--renk1);
}
.TabPageLink.AktiveTab:hover {
    color: #fff;
}
.TabPage {
    display: none;
    height: 100%;
}
#TabPageNav {
    /* border: 1px solid #f3f3f3; */
}
.AktivePage {
    display: block;
}
.AktiveTab {
    background: var(--renk1);
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid var(--renk2);
}
.pac-alt-item-box-alt .pac-alt-item-box-alt-title {
    font-weight: 800;
    color: #444;
}
.page-account-content-title.yazdir {
    font-weight:600;
}

.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;
	float: left; /*Müşteri isteği*/
}
.alt-image img:first-child {
    border-bottom: 2px solid var(--renk1) !important;
}
.alt-image {
	padding: 10px;
    height: 100px;
    overflow-x: auto;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.alt-image::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.alt-image::-webkit-scrollbar-thumb {
  background: var(--renk2); /* scroll bar eleman rengi */
  border-radius: 10px;
}

.alt-image::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.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(--renk2);
    color: var(--renk1);
    font-weight: bold;
}
.tab.tab_flat button {
    border-bottom: 3px solid transparent;
}
.tab-icerik.tab_flat {
    padding: 10px 5px;
}
.tab.tab_flat {
    background: #f3f3f3;
}
.tab.tab_flat button:hover {
    background: none;
    border-bottom: 3px solid var(--renk1);
    color: #000;
}
.taksit-item #CTaksit {
    width: 20px;
    text-align: center;
}
.taksit-item #CArtiTaksit {
    width: 20px;
    display: inline-block;
    text-align: center;
}
.taksit-item #CAylikOdeme {
    width: 29px;
    display: inline-block;
    text-align: right;
}
.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: 24%;
    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;
	color: #707070;
	font-weight: 500;
	font-size: 12px;
    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;
}
.group-box-item:hover,.group-box-item.aktif {
    color:#4285f4;
    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: var(--renk1);
    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: 5px 10px;
	gap: 10px;
}
.group-box-buttons input:hover {
    background: #4285f4;
    color: #fff;
}
.group-box-buttons input {
    width: 49%;
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
	font-size: 12px;
	padding: 6px 0;
}
.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: #000;
    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: var(--renk1);
    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;
}
.diger-sepet-icon{
	position: relative;
	text-align: center;
}
.diger-sepet-icon .head-box-item-abs{
    right: -7px;
    top: -7px;
}
.head-box-item-alt-item {
	display: flex;
	align-items: center;
    gap: 5px;
	padding: 10px 10px;
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 600;
	border-bottom: 1px solid !important;
}
.head-box-item-alt-item:hover, .head-box-item-alt-item.aktif {
    background: #ebf3ff;
   
}
.mini-cart{
	height: 100%;
    align-content: center;
}
.mini-cart:hover .head-box-item-alt {
	display: block;
}

.head-box-item-alt {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 126px;
    font-size: 14px;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin-top: 0;
    color: #666;
    background-color: #fdfdfd;
    padding: 0px;
	text-align: left;
	margin-top: 10px;
	border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.Alt_Toplamlar {
    float: right;
}

.Alt_Toplamlar td {
    padding: 5px;
    width: 120px;
}

.teklifcevir {
    background: var(--renk2) !important;
}
.flat_inpu_text {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.flat_inpu_text.w100
{
	width: 100%;
}
.TeklifiGonder {
    padding: 7px 30px;
    border: 1px solid #eee;
    background: var(--renk1);
    color: #fff;
    border-radius: 5px;
}
.header-bar span span {
    font-weight: bold;
    cursor: pointer;
}
.header-bar {
    background: var(--renk1);
    color: #fff;
    padding: 5px; 
    font-size: 12px;
	margin:auto;
}
.header-bar-left.text-left{
	/* width:48%; */
}
.header-bar-right.text-right{
	/* width:52%; */
	display: flex;
    margin: auto 0 auto auto;
}
.btn{
    padding: 3px 8px;
    font-size: 12px;
}
.page-content.account {
    display: inline-block;
    width: 100%;
}
.page-content {
    display: inline-block;
	width:100%;
	/* background: #fff; */
}
.page-content.categori-page {
    background: none;
}
.sepetim .KalemBirim {
    height: 39px;
    font-size: 12px;
    border: 2px solid #eee;
    border-right: 1px;
    padding: 5px 7px;
    line-height: 29px;
    width: 50px;
	
}
.prbx-item select {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 3px;
}
.product-dty select {
    vertical-align: middle;
    border: 2px solid #eeee;
    border-radius: 10px;
    padding: 10px 5px;
}
.detay-sepete-bar .flat-qty span {
    padding: 10px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.RaporTakvimGecis input:hover {
    background: var(--renk1);
    color: #fff;
}

.RaporTakvimGecis input {
    padding: 5px 10px;
    background: #fff;
    color: var(--renk1);
    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;
	    z-index: 2000;
}
.page-account-search input[type="submit"] {
    width: 20%;
}
.page-account-search input[type="text"] {
    width: 80%;
}
.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/SList/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: 10px;
}
.plasiyer-title {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.plasiyer-detay {
    border-left: 1px solid #eee;
}
.Siparis_alt_buttons button {
    margin: 5px 0px;
}
.Siparis_alt_buttons {
    display: flex;
    justify-content: space-between;
}



header {
    background: #fff;
    /* border-radius: 0px 0px 5px 5px; */
	
}
.content-one {
    display: inline-block;
    width: 100%;
	margin-top: 20px;
}
.content-w {
    display: inline-block;
    float: left;
    padding: 5px 0px;
}
.kayan-stok {
    padding: 0px 5px;

}

.owl-theme .owl-controls {
    margin-top: -25px!important;
}
.tab-icerik {
    padding: 5px;
}



.slider img {
    border-radius: 5px;
}

.search-bar {
    display: inline-flex;
    border-radius: 8px;
    font-size: 12px;
    width: 55%;
    position: relative;
    height: 42px;
    background: #f4f4f4;
}
.search-bar input, button {
    background: none;
    border: 0px;
    padding: 10px 15px;
}
.search-bar button {
	font-size: 15px;
	color:  #707070;
}
.search-bar input {
    width:100%;
	max-width:100%;
	outline: none;
}
.header-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin: auto;
	width: 100%;
    min-width: 200px;
	position: relative;
	height: 80px;
}
.header-center-content-left{
	display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
	height: 100%;
}
.header-left {
    margin: auto 0;
}
.header-right {
	margin-left: 15px;
	display: flex;
    align-items: center;
	gap: 10px;
}
.header-menu .navbar-nav {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.header-menu {
    padding: 10px;
    display: inline-block;
}
.header-logo img {
    max-width: 100%;
	 max-height: 100%;
    margin: auto;
}
.kategori-aciklama img {
    max-width: 100%;
}
.Kategori-nav-items li i {
    margin-right: 3px;
	float: right;
}
.page-right .search-bar {
    border: none;
}
.Kategori-nav-items li ul li:hover a {
    color: #fff;
}
.Kategori-nav-items li ul li:hover ul li a {
    color: #000;
}
.Kategori-nav-items li:hover ul li:hover ul {
    display: block;
}
.page-ust {
       border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    background: #fff;
    display: inline-block;
    width: 100%;
	margin: 5px 0px;
}
.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: 0px 15px 0px 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-width: 30%;
}
.filter-box-block-title {
    color: var(--renk1);
    font-size: 14px;
    font-weight: 600;
	display: none;
}
.filter-box-filter {
    font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-box-filter-item {
    padding: 3px 0px;
	width: 100%;
	margin-left: 5px;
}

.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;
}
.button-favori{
        white-space: nowrap;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    padding: 8px 14px !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    color: #fff;
    background-color: var(--renk4);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button-favori:hover{
        color: #fff;
    background-color: var(--renk6);
    opacity: .8;
}
.filter-box-btn{
        width: 100%;
    margin: 2px 0 6px 0;
}
.search-page-bar {
    display: inline-flex;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-weight: 550;
    padding: 5px 0px;
}
.gorunumbox {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
	color: #9D9D9D;
	stroke: #9D9D9D;
	fill: #9D9D9D;
	overflow: initial !important;
}
.gorunumbox.aktif {
	color: var(--renk1);
    stroke: var(--renk1);
	fill: var(--renk1);
}
.search-table {
    font-size: 12px;
    display: table;
    width: 100%;
}
.search-table {
    font-size: 15px;
    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: 7px;
    font-weight: 800;
    cursor: default;
    background: #f6f6f6;
    color: #929292;
    border-left: 1px solid #b6b6b6;
}
.sepet-table .thead .th{
	background: #f6f6f6;
	color: #686868;
	text-align: center;
	font-size: 11px;
}
.tahsilat-table-head{
	background: linear-gradient(to bottom, rgb(24 80 211 / 0%) 0%,#505050 3%,#2c2d2f 42%,#2c2d2f 20%,#4a4a4a 100%,#2c2d2f 80%,#4d4f52 81%,#535558 85%,#2c2d2f 100%) !important;
	color:#fff !important;
}
.tahsilat-table-head tr > td{
	border-right:1px solid var(--renk2) !important;
}
.Kategori-nav-items .alt-open.active {
    background: url(/Themes/Sreal/Content/img/minus.png);
    background: url(/Themes/Sreal/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-items .alt-open {
    /* background: url(/Themes/Sreal/Content/img/plus.png); */
    background: url(/Themes/Sreal/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;
}
.search-table .tbody{
    display:table-row-group;
	font-size: 12px;
}
.search-table .tbody .tr,.search-table .thead .tr{
    display:table-row;
}
.sepet-table .tbody .td{
	background: #fff;
	font-size: 11px;
}
.search-table .tbody .tr{
    background-color: #fff;
}
.search-table .tbody .td {
    padding: 2px 4px;
	border: 1px solid #e5e5e5;
	text-wrap: nowrap;
}
.prbx2-stok-adi{
	text-wrap: wrap;
	width: 235px;
}
.td img {
    max-width: 100%;
	max-width: 40px;
    max-height: 40px;
}
.td .stok_img{
    max-width:50px;
}
.div-stok-resim{
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
}
.adet-input-list {
    width: 45px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
}
.sepete-ekle-list:hover {
    background: url(/content/img/sepeteekleafter.png) 1px 5px;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor:pointer;
}
.sepete-ekle-list {
    background: url(/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;
	margin-left: 7px;
}
.search-table .tbody .tr:hover{
    background: #ededed;
}

.yatay .filter-box-block {
    /*width: 50%;*/
	width: 100%;
    display: inline-block;
    vertical-align: top;
}
.yatay .filter-box-block.kayan-nesne {
    width: 49%;
	
}

.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(--renk4);
    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: #ff263f;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #5b276f;
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.custom-scroll::-webkit-scrollbar {
    width: 5px;
}
.header-bottom li:first-child {
    border-left: 0;
}
.header-top-bar-menu > li {
    min-width: 110px;
}
.header-bottom li {
    color: #fff;
    font-size: 14px;
    border-left: 1px solid #fff;	
}
.page-ust-right {
    float: right;
    width: 50%;
}
.page-ust-left {
    float: left;
}
.page-ust-left, .page-ust-right {
    padding: 0px 40px 0px 40px;
	width:100%;
}
.filter-box-block.filter-q{
	width: 100%;
	padding-top: 0px;
	margin-top: -10px;
}
.filter-q .filter-box-filter-item{
	display:flex;
	align-items: center;
	gap: 10px;
	width: 100%
}
.filter-q .filter-box-filter-item input{
	width: 49%;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
}
.filter-q .filter-box-filter-item button{
    width: 10%;
    min-width: fit-content;
    margin: 0;
    background: var(--renk1) !important;
    border-left: 1px solid #eee;
    border-radius: 10px;
    height: 90%;
}
.button.button-favori.filter-box-btn.danger-color{
	background: var(--renk3) !important;
}
.yukleniyor-bar {
    background:var(--renk1);
    text-align: center;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
	display: none;
}
.yukleniyor-bar.aktif{
	display:inline-block!important;
	width:100%;
}
.Doviz-Bar {
    display: inline-block;
    width: auto!important;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 5px;
    height: 25px;
    background: white;
    color: var(--renk1);
}
#auto-search-result {
	position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 9999;
    background: #fff;
    border-top: 0px;
}
div#AdresForm_0 {
    z-index: 99999;
}
.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%;
    font-size: 10px;
    text-align: right;
    font-weight: 550;
} 
.auto-prbx-item {
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.header-bar li{
	list-style:none;
}

.header-bar li a{
	display: block;
    text-align: center;
    padding-top: 20px;
}
.header{
	display:flex;
	margin:auto;
}
@media only screen and (min-width: 1300px) {.SList-Content	,.header , .head ,.footer-center{width:100%;}}
@media only screen and (min-width: 1350px) {.SList-Content	,.header , .head ,.footer-center{width:1300px;}}
@media only screen and (min-width: 1400px) {.SList-Content	,.header , .head ,.footer-center{width:1350px;}}
@media only screen and (min-width: 1450px) {.SList-Content	,.header , .head ,.footer-center{width:1400px;}}
@media only screen and (min-width: 1500px) {.SList-Content	,.header , .head ,.footer-center{width:1450px;}}
@media only screen and (min-width: 1550px) {.SList-Content	,.header , .head ,.footer-center{width:1500px;}}
@media only screen and (min-width: 1600px) {.SList-Content	,.header , .head ,.footer-center{width:1550px;}}
@media only screen and (min-width: 1650px) {.SList-Content	,.header , .head ,.footer-center{width:1600px;}}


@media only screen and (min-width: 945px) {
	.SList-Content{
		min-height:700px;
		background:#fff;
		box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.05);
	}
	header {
		
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999999;
	}
}
/* Kampanyalı Sol üst şerit */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
    display: block;
    width: 205px;
    padding: 15px 0;
    padding-left: 30px;
    background-color: #46bad9;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 10px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.bakiye-tedarik-edilebilir {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    background: url(/Themes/SList/Content/img/tedarik-edilebilir.png);
    display: inline-block;
}
.bakiye-var {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: rgba(173,228,34,1);
    display: inline-block;
}
.bakiye-yok {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: red;
    display: inline-block;
}
.bakiye-yolda-sol {
    width: 8px;
    height: 16px;
    border-radius: 20px 0 0 20px;
    background-color: rgba(173,228,34,1);
    display: inline-block;
}
.table.table-striped tbody tr{
	color: #707070;
	font-size: 14px;
}
.table.table-striped tbody tr td {
	padding: 4px;
    height: 30px;

}

table.table-hover tbody tr:hover{
	background:var(--renk1);
	color:#fff;
}
table.table.table-striped.table-bordered.table-hover.dataTable.no-footer thead tr {
    background: #f6f6f6;
    color: #707070;
}
.kargo-uyari{
    color: rgb(255, 0, 0);
    font-size: 16px;
    font-weight: bold;
}
.prbx-add-cart .flat-qty { 
	vertical-align: middle; 
	display: inline-flex ;
	align-items: center;
	border-radius: 5px;
    overflow: hidden;
	border: 1px solid #eee;
}
.prbx-add-cart .flat-qty input{
    line-height: 12px;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #434343;
}

.head{
	display:flex;
	flex-wrap:wrap;
}
.tab {
    background:#FFF;
    padding: 6px 7px 0px;
}
.nav-tabs-title {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
}
.tab #defaultOpen {
    border-bottom: 1px solid;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s background-color 0.2s;
    color: #fff;
    border-bottom: 1px solid var(--renk2);
	background: var(--renk1);
}
.tabcontent{
	padding:5px 0px;
}
.tab button {
    color: #000;
    font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.tab-icerik {
    padding: 5px;
    
}
.cari-ekstre-detay .cari-box-bar .box-val {
    padding: 0px;
    font-size: 17px;
	text-align:right;
}
.cari-ekstre-detay .cari-box-bar .box {
    height: 170px;
}
div.dataTables_wrapper div.dataTables_filter{
	width: 45%;
    float: right;
}
.dt-buttons {
    text-align: start;
    font-size: 16px;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.dt-buttons .dt-button {
    border: 1px solid #ddd;
    margin-right: 8px;
    padding: 4px 8px;
    color: #f3f3f3;
    background-color: var(--renk1);
    height: 40px;
    border-radius: 8px;
    padding: 0 20px;
}
.dt-buttons .dt-button[title*="Export to Excel"] {
	background: #93bc73;
}
.dt-buttons .buttons-excel{
	background: #93bc73;
}
.dt-buttons .buttons-pdf{
	background: var(--renk3);
}

#dtBasicExample_filter {
    width: 100%;
    float: left;
}
.bankataksit {
    display: inline-block;
    padding: 4px;
}
.bankataksit.title {
    text-align: center;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.bankataksits th {
    padding: 5px;
    font-weight: 550;
}
.bankataksits td {
    padding: 5px;
    text-align: center;
}
.tumtaksitpano{
    display:inline-block;
}
.ozl_table_cell_adi {
    display: table-cell;
    padding: 5px 5px;
    font-size: 10px;
    vertical-align: bottom;
    max-width: 250px;
}
.td.oem-list{
	min-width:80px;
}
.fiyatpopup {
    position: absolute;
    z-index: 3;
    background: var(--renk1);
    padding: 10px;
    border-radius: 8px;
    display: none;
    color: #fff;
    width: 270px;
    right: 138px;
    top: -9px;
    text-align: center;
}
.fiyatpopup>.fa {
    position: absolute;
    color: var(--renk1);
    top: 7px;
    left: 100%;
    font-size: 24px !important;
}
.oempopup {
    position: absolute;
    z-index: 3;
    background: #1b98d3;
    padding: 9px 10px 15px 5px;
	border-radius: 5px 5px 5px 5px;
    display: none;
    color: #fff;
    max-width: 300px;
	margin-left: 65px;
    margin-top: 20px;
}
.oempopup > span {
	margin-right: 12px;
}
.oempopup>.fa {
    position: relative;
    color: #1b98d3;
    top: -25px;
    font-size: 24px;
}
.td.liste-fiyat:hover .fiyatpopup {
    display: block;
}
.td.oem-list:hover .oempopup {
    display: block;
}
.search-table .fa {
    font-size: 15px;
}
.info-popup {
    display: flex;
    /* float: left; */
    margin-top: -2px;
    gap: 10px;
    align-items: center;
	position: relative
}
.info-popup-oem {
	text-align:center;
	display: inline-block;
	float: right;
}
.info-popup:hover > .fiyatpopup {
    display: block;
}
.telefon {
    background: url(/Themes/SList/Content/img/telefon.png);
    width: 25px;
    height: 25px;
    display: inline-block;
}
.tick {
    background: url(/Themes/SList/Content/img/Tick.png);
	width: 15px;
	height: 15px;
    display: inline-block;
	background-size: contain;
}
.td .tick{
	width: 15px;
    height: 15px;
}
.bankaoranlari	{
	width:100%;	
	font-family:Arial, Helvetica, sans-serif;
	}
.bonus, .world, .maximum, .axess, .finans	{
	width:20%;
	float:left;
	background:#f7f7f7;
	-webkit-box-shadow: 10px 0 43px -1px rgba(191,191,191,1);
	-moz-box-shadow: 10px 0 43px -1px rgba(191,191,191,1);
	box-shadow: 10px 0 43px -1px rgba(191,191,191,1);
	overflow:hidden;	
	text-align:center;
	}
.bonus {
    border-bottom: 10px solid #014f1d;
}
.world {
    border-bottom: 10px solid #782b90;
}
.maximum {
    border-bottom: 10px solid #de206e;
}
.axess {
    border-bottom: 10px solid #ffa600;
}
.finans {
    border-bottom: 10px solid #003099;
}
.bonus .logo {
	width:100%;
	float:left;
	background:#014f1d;	
	padding:20px 0;
	border-bottom: 10px solid #bdb7b7;
	}
.world .logo {
	width:100%;
	float:left;
	background:#782b90;	
	padding:20px 0;
	border-bottom: 10px solid #bdb7b7;
	}
.maximum .logo {
	width:100%;
	float:left;
	background:#de206e;	
	padding:20px 0;
	border-bottom: 10px solid #bdb7b7;
	}
.axess .logo {
	width:100%;
	float:left;
	background:#ffa600;	
	padding:20px 0;
	border-bottom: 10px solid #bdb7b7;
	}
.finans .logo {
	width:100%;
	float:left;
	background:#003099;	
	padding:20px 0;
	border-bottom: 10px solid #bdb7b7;
	}	
.bonus .taksit, .world .taksit, .maximum .taksit, .axess .taksit, .finans .taksit	{
    width: 100%;
    float: left;
    padding: 30px 0;
    font-size: 19pt;
    font-weight: bold;
    color: #333;
}
.hesabim-menu {
	position: absolute;
    background: #fff;
	min-width: 35rem;
    padding: 7px 20px 0px;
    color: var(--renk1);
	top: 4rem;
    display: none;
	z-index: 99999;
	border: 1px solid var(--renk1);
}
.favc {
    padding:1.5rem 0rem 0.4rem 0rem;
    font-size: 14px;
	padding: 0.2rem;
	border-radius: 3px;
	border-bottom: 1px solid;
}
.Kategori-nav-items a:hover:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #58b5e0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.account-textbox-title {
    width: 13%;
	font-size:13px;
	color: var(--renk1);
	border-right: 1px solid #cecece;
	margin-right: 20px;
}
.page-nav img {
    display: none;
}
.page-title.account span {
	border-left: 3px solid var(--renk1);
    padding-left: 5px;
}
.kargo-item {
    font-size: 20px;
}
.header-top-bar-menu img {
    max-width: 30px;
    min-width: 30px;
}
.header-top-bar-menu > li > a span {
    display: flex;
    justify-content: center;
}

.sifremi-unuttum {
    font-size: 13px;
}
.kayan_yazi__bslk {
    font-size: 21px;
    background: red;
    color: #fff;
	padding-left: 12px;
	display:flex;
}
.kayan_yazi__bslktd {
    width: 8%;
	padding:0px;
	border: none;
}
.kayanyazi_stili {
    border: none;
    padding: 0px;
	
}
.haberler-duyuru {
	border: 1px solid var(--renk1);
    box-shadow: inset 1px 1px 4px 0px #888888;
}
.kayan-yazi {
    font-size: 16px;
}
.kayan-yazi-marq{
	line-height:1;
}

.btn-sec{
	color:#fff;
	background:#4E5D7A;
}
.btn-sec:hover{
	color:#62ff00;
}
th.sorting_disabled {
	border-right:1px solid #e0e0e0 !important;
}
.border-left{
	border-left:1px solid var(--renk2);
}
.btn-detay{
	background:var(--renk1);
	color:#fff;
}
.detay-buton:hover{
	color:#000;
}
.btn-details{
	background:var(--renk1);
	color:#fff;
}
.btn-details:hover{
	color:#fff;
}
.btn-detay:hover{
	border:1px solid var(--renk2);
	color:#fff;
}
.siparis-table{
	width:100%;
}
.order-again {
    font-size: 14px;
    text-align: center;
    float: left;
    padding: 8px 15px ;
    background: var(--renk1);
    color: #fff;
	margin: 20px 0px;
}
.order-info{
	float:right;
	margin: 25px 15px;
}
.ozet-alt {
    padding: 10px;
}
.header-bar-left.text-left {
    /* width: 48%; */
    display: flex;
	align-items: center;
	margin-right: auto;
}
.siparis-toplam-title {
    background: var(--renk1);
    color: white;
    text-align: center;
    padding: 10px;
}
.float-right{
	float:right;
}
.pdf-table-renk1{
	background:linear-gradient(to bottom, rgb(24 80 211 / 0%) 0%,#505050 3%,#2c2d2f 42%,#2c2d2f 20%,#4a4a4a 100%,#2c2d2f 80%,#4d4f52 81%,#535558 85%,#2c2d2f 100%);
}
.siparistamamlandi-kargo{
	min-height:176px;
}

//Yeni Sepet düzenlemeleri
.sepetim-right {
    z-index: 10;
    right: 0;
    top: 30%;
    width: 12%;
}


.stok-adi,.sepet-item-text{
	display:table;
}
.sepet-item-aciklama {
    display: inline-block;
    padding: 0px 15px 0px 5px;
    font-size: 13px;
	 
}
.stok-adi{
    width: 32%;
}

.sepet-item-dty-alt {
    font-size: 12px;
    width: 100%;
}
.btn_sil {
    padding: 0px;
    color: #FF6A55;
    font-weight: bold;
    font-size: 15px;
}
.sepet-item-adet {
    display: inline-block;
	margin-left:4px;
}
.btn_guncelle {
    display: none;
}
.total-basliklar {
    display: inline-flex;
    margin: 10px 0px 0px 0px;
	border-radius: 5px 5px 0px 0px;
    box-shadow: 3px 7px 10px #ddd;
	width: 79%;
	background: var(--renk1);
    color: #fff;
}
.sepet-item-baslik{
	padding: 0px 11px;
    font-size: 13px;
    font-weight: bold;
    border-right: 1px dashed #fff;
	height: 40px;
}
.w110px{width: 110px;}


.sepet-teslimat{
	width: 100%;
	display: inline-block;
}
.sepet-birinci-kisim{
    display: flex;
}
.sepet-kargo{
    width: 100%;
	margin-left:7px;
}

.sepetim-box1.item:hover{
	background:#cacaca;
}
.btn-cancel{
	padding: 7px;
    margin: auto;
	border:2px solid red !important;
}
.btn-save{
	padding:9px;
	margin:auto;
}
.sil-btn, .sil-baslik{
	width:35px;
}
.sepet-aciklama {
    padding: 8px 10px 2px 10px;
}
.sepet-butonlar{
	box-shadow:unset;
    width: 100%;
    display: inline-block;
}
.dty-img a { 
    margin:auto;
}
.dty-yeni-urun-stbx2 {
    text-align: left;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.fa-plus, .fa-minus {
    font-size: 11px;
	font-weight: 600;
}
.mobil-homepage{
	display:none;
}
.sip-alt {
    font-size: 19px;
}
.siparis-detay-item {
    display: flex;
}
.item-title {
    width: 100px;
    padding: 6px;
    border-bottom: 1px solid white;
}

.item-value {
    padding: 6px;
    border-bottom: 1px solid #80808085;
    width: calc(100% - 100px);
}
.siparis-detay.sepetim-box {
    display: flex;
    justify-content: space-between;
	padding: 10px 25px 0 25px;
}
.siparis-detay-boxs {
    width: 40%;
}
/*Product preview START*/
.product-dty.Frame_True {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Frame_True #dty-sag {
    flex-direction: column;
}
.product-dty.Frame_True .content-one {
    display: none;
}
.product-previewbttn {
    position: absolute;
    top: 0px;
	cursor:pointer;
    font-size: 13px;
    background: var(--renk1);
    color: #ffffff;
    padding: 0px 7px;
    width: auto;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid var(--renk2);
    z-index: 2;
	transition:.3s;
	left: 3%;
}
.product-previewbttn:hover {
    padding: 5px 7px 5px 7px;
    box-shadow: 0 0 10px var(--renk2);
}
.product-dty.Frame_True .dty-sol{
    width: 49%;
}
.product-dty.Frame_True .dty-sag {
	 width: 49%;
}
 
.td.previewcell {
    position: relative;
}
.product-previewbttn2 i {
    font-size:13px !important;
}
/*Product preview FINISH*/
.search-result {
    display: flex;
    flex-wrap: wrap;
}
li.active.first-level ul li a:hover {
    background: var(--renk1);
    color: #fff;
    border: 1px solid #fff;
}
li.active.first-level ul li.active>a {
    background:#f6f6f6!important;
    color: var(--renk1);
}
.previewBtn {
	background: url(/Themes/SList/Content/img/buyutec.png?v=999); 
	background-repeat: no-repeat; background-size: 100%; 
	background-position: center; width: 28px; height: 28px; 
	display: inline-block; 
	cursor: pointer; 
}
.previewBttn{
	background: url(/Themes/SList/Content/img/buyutec.png?v=999);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 28px;
    height: 28px;
    display: inline-block;
	cursor:pointer;
}
.teklif-musteri-baslik {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.teklif-bilgi-item {
    font-weight: bold;
}
.teklif-ekparam {
    display: inline-block;
    margin-top: 20px;
}
.teklif-ekparam-item {
    padding: 5px 0px;
}
.teklif-ekparam-item span:first-child {
    font-weight: bold;
    width: 139px;
    display: inline-block;
}
.teklif-form-title {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
}
.teklif-sirketadi {
    font-weight: bold;
    margin-top: 11px;
    font-size: 16px;
}
.teklif-form {
    border: 1px solid #eee;
    margin-top: 6px;
    border-top: 0;
    padding: 5px;
    color: #9a1e78;
}
.EkParam-title {
    display: inline-block;
    font-weight: 550;
    font-size: 12px;
}
.teklif-form textarea {
    width: 100%;
    color: #000;
}
.teklif-baslik {
    display: flex;
    justify-content: space-between;
    padding: 16px;
}
.teklif-baslik-pdf {
    display: flex;
    justify-content: center;
    padding: 16px;
}
.teklif-sirket-iletsim div span:first-child {
    font-weight: bold;
    display: inline-block;
    width: 55px;
}
.teklif-sirket-iletsim div {
    padding: 3px 0px;
}
.teklif-sirket-iletsim {
    margin-top: 30px;
}
.detay-link{
    border: 2px solid var(--renk1);
    color: var(--renk1);
    border-radius: 10px;
    min-width: 120px;
    width: 100%;
    height: 40px;
    align-content: center;
}
.detay-link:hover
{
	background: var(--renk1);
    color: #fff;
}
.detay-baslik-tum
{
	display: flex;
}
.detay-baslik-tum>.dty-stok-adi
{
	width: 100%;
}
.dty-btn-stkboxs{
	background: #82be6c;
    border: 2px solid #82be6c;
    border-radius: 100px;
    color: #fff;
}
.header-kategori-icon{
	display: grid;
	height: 100%;
    font-size: 17px;
}
.header-kategori-icon > i{
	font-size: 29px;
}
.header-kategori-menu:hover > .header-kategori-box >  ul{
	display: block;
	width: 250px;
}
.header-kategori-box .Kategori-nav-title{
	display: none;
}
.ekiskonto-popup {
    position: absolute;
    z-index: 3;
    background: var(--renk1);
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    display: none;
    color: #fff;
    max-width: 300px;
	margin: 3px -39px 0px;
	right: 310px;
	text-align:left;
}
.info-popup:hover > .ekiskonto-popup {
    display: block;
}
.ekiskonto-popup>.fa {
    position: relative;
    color: var(--renk1);
    top: -25px;
    font-size: 24px;
	left: 78px;
}
/*stokboxs*/
.ekiskontosb-popup {
    position: absolute;
    z-index: 3;
    background: var(--renk1);
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    display: none;
    color: #fff;
    max-width: 230px;
    min-width: 230px;
    text-align: left;
	bottom: 33%;
	left: -7%;
	text-align: center;
}
.prbx-item{
	position: relative;
}
.owl-carousel .owl-stage-outer{
	border-radius: 15px;
}
.owl-carousel .ekiskontosb-popup>.fa{
    bottom: -21px;
    position: absolute;
    transform: rotate(180deg);
    font-size: 33px;
    left: 46%;
}
.owl-carousel .ekiskontosb-popup{
    height: auto;
    bottom: 33%;
	left: 3.7%;
}
/*
.infosb-popup:hover > .ekiskontosb-popup {
    display: block;
} */
#katalog-popup:hover > .ekiskontosb-popup {
	display: block;
}
.ekiskontosb-popup>.fa {
	position: absolute;
    color: var(--renk1);
	bottom: -20px;
	font-size: 33px;
	left: 46%;
	transform: rotate(180deg);
	
}
.infosb-popup {
	display: flex!important;
	justify-content: end;
}
/*stokdetay*/
.ekiskontodty-popup {
    position: absolute;
    z-index: 3;
    background: var(--renk1);
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    display: none;
    color: #fff;
    max-width: 400px;
    margin: 25px 0 0px -122.5px;
	text-align:left;
}
.infodty-popup:hover > .ekiskontodty-popup {
    display: block;
}
.ekiskontodty-popup>.fa {
    position: relative;
    color: var(--renk1);
    top: -25px;
    font-size: 24px;
	left: 123px;
}
.infodty-popup {
	display: flex!important;
	justify-content: space-between;
}
/*Stokboxs2*/
.fiyatpopup-sb2 {
	position: absolute;
    z-index: 3;
    background: var(--renk1);
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    display: none;
    color: #fff;
    width: 450px;
    margin: 3px -150px 0px;
}
.fiyatpopup-sb2>.fa {
    position: relative;
    color: var(--renk1);
    top: -25px;
    font-size: 24px;
    left: 143px;
}
.info-popup:hover > .fiyatpopup-sb2 {
    display: block;
}
.iskonto-kalin {
	font-weight: bold;
	color: red;
}
.iskonto-kalin-katalog {
	font-weight: bold;
	display: flex;
	justify-content: end;
	color: red;
}
.iskonto-kalin-stokdetay {
	font-weight: bold;
	color: red;
}
/*baremisk katalog*/
.fiyatpopup-barem-katalog {
    position: absolute;
    z-index: 3;
    background: var(--renk1);
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    display: none;
    color: #fff;
    width: 200px;
    margin: 3px -89px 0px;
}
.fiyatpopup-barem-katalog>.fa {
    position: relative;
    color: var(--renk1);
    top: -25px;
    font-size: 24px;
	left: 73px;
}
.info-popup-barem:hover > .fiyatpopup-barem-katalog {
    display: block;
}
.GenelIsk-AltTutar {
	display: none;
	background: var(--renk3);
    margin-top: 5px;
    padding: 15px;
    color: white;
    font-weight: bold;
	border-radius: 12px;
}

.sb-yukseklik {
	height: 70px;
}
.sb-barem-gosterme{
	display: flex; 
	justify-content: center; 
	text-wrap-mode: nowrap;
}
table.barem-isk-tablo td, table.barem-isk-tablo th {
    text-align: center;
    font-size: 12px;
}
table.barem-isk-tablo2 td, table.barem-isk-tablo2 th {
    text-align: center;
    font-size: 14px;
}
table.barem-isk-tablo2 th {
	font-weight: 400;
	font-size: 13px;
	padding-bottom: 5px;
}
table.barem-isk-tablo2 > tbody > tr:hover {
    border: 1px solid white;
}
table.barem-isk-tablo2 > tbody > tr:hover > td{
    background: none !important;
}
.kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgba(20, 73, 168, 1) 0%, rgb(235 241 255) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
.owl-item .prbx-item {
    width: 96% !important;
}

table.barem-isk-tablo2 tr {
    cursor: default;
}
.duyuru-scrollbar {
    height: 206px;
    overflow-y: scroll;
    margin-bottom: 87px;
}

.duyuru-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.duyuru-scrollbar::-webkit-scrollbar-thumb {
    background: var(--renk1); 
    border-radius: 5px;
    border-left: 1px solid white;
}

.duyuru-scrollbar::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

/*KAYAN NESNELER BAŞLANGIÇ*/
#AnasayfaAlt10 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#AnasayfaAlt11 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#AnasayfaAlt20 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(30 123 25) 0%, rgb(201 214 200) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#AnasayfaAlt30 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#AnasayfaAlt40 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#AnasayfaAlt50 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#AnasayfaAlt70 > .kayanNesne-kampanya-bg{
	background: linear-gradient(180deg, rgb(169 20 227) 0%, rgb(195 165 207) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
/* KAYAN NESNE BİTİŞ*/

.gri-cember {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #f3f3f3;
}
.gri-cember-tarih {
    width: 15px;
    height: 15px;
    border-radius: 50%;           
    background-color: #fff;     
    border: 2px solid #f1f1f1;   
	margin-left: 1px;	
}
.arama-filtreleme {
	display: flex;
	align-items: start; 
	border: 1px solid var(--renk1); 
	border-radius: 5px; 
	text-wrap-mode: nowrap;
	padding: 5px 8px; 
	inline-size: max-content;
	color: var(--renk1);
}
.custom-control-label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}
.ozl-checkbox {
	display: block;
    position: relative;
	padding-left: 25px;
    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-cb-align {
	top: 2px !important;
}
.filter-width {
	width: auto !important;
}
.filter-box-block.filter-q {
    margin-top: 5px;
}
.filter-box-filter-item.filter-width {
    float: left;
}
.tum-duyurular-bttn {
	background: var(--renk2) !important;
	color: #fff !important;
	border: 1px solid #eee;
	border-radius: 10px; 
	cursor: pointer; 
	text-align: center; 
	padding: 15px 0 !important;
}
.out-of-stock-bttn {
    text-align: center;
    background: transparent;
    color: var(--renk3);
    border-radius: 5px;
    width: max-content;
    justify-self: center;
    font-weight: bold;
    font-size: 13px;
	padding-top: 8px;
}
.tum-duyurular-dis {
	position: absolute; 
	bottom:10px; 
	width: 91%; 
	border-style: none;
}
.etiketler-liste {
	display: flex;
    align-items: center;
	gap: 5px;
}
.page-right .search-table.Liste .etiketler-liste {
	flex-direction: column;
}
.etiketler-katalog-sag {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	position: absolute; 
	top: 11px; 
	margin-top: 0px; 
	text-align: center;
	right: 7px;
}
.etiketler-katalog-sol {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	position: absolute; 
	top: 9px;
	left: 5px; 
	margin-top: 0px; 
	text-align: center;
	/* gap: 10px; */
}
.etiketler-katalog-sol .tick, .etiketler-katalog-sol .fa, .etiketler-katalog-sol .fas{
	margin-top: -8px;
	margin-left: -8px;
}
.firsat-katalog-etiket {
	margin-bottom: 5px; 
	max-width: 60px;
}
.etiket-liste-gap {
	margin: 1px 1px;
}
.prbx-alternatif {
	background-color: var(--renk6);
    border-radius: 5px;
    font-size: 10px !important;
    color: #fff !important;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 700 !important;
    top: 0;
    right: 0;
     width: 45px;
}
.prbx-kampanyali {
	background-color: var(--renk2);
    border-radius: 5px;
    font-size: 10px !important;
    color: #fff !important;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 700 !important;
    top: 0;
    right: 0;
    width: 45px;
}
.prbx-tamamlayici {
	background-color: limegreen;
    border-radius: 5px;
    font-size: 10px !important;
    color: #fff !important;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 700 !important;
    top: 0;
    right: 0;
	width: 45px;
}
.search-table.Liste .prbx-firsat , .search-table.Liste .prbx-alternatif , .search-table.Liste .prbx-tamamlayici , .search-table.Liste .prbx-kampanyali{
	width: 35px;
	font-size: 9px !important;
	 padding: 4px 5px;
}
.alternatif-urun-dty {
	display: flex;
    font-size: 14px;
    padding: 10px;
    background: #fff;
    width: max-content;
    color: #000;
    border-radius: 10px 10px 0 0;
    margin-left: 1px;
    border: 1.5px solid #cacaca;
    border-bottom: none;
}
.tamamlayici-urun-dty {
	display: flex;
    font-size: 14px;
    padding: 10px;
    background: #fff;
    width: max-content;
    color: #000;
    border-radius: 5px 5px 0 0;
    margin-left: 1px;
    border: 1.5px solid #cacaca;
    border-bottom: none;
}
/*Stok Detay Kayan Nesne Başlangıç*/
#StokDetay10 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
#StokDetay30 > .kayanNesne-kampanya-bg {
	background: linear-gradient(180deg, rgb(255 187 0) 0%, rgb(255 248 228) 40%, rgb(255 255 255) 100%);
    padding: 15px 5px 20px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 470px;
}
/*Stok Detay Kayan Nesne Bitiş*/
.sb2-etiket {
	position: relative;
	margin-bottom: 8px;
}
.filter-box-filter-item.filter-width.disabled>.arama-filtreleme>.ozl-checkbox>.ozl-cb-align {
    background: lightgray;
}
.filterico.active {
    transition: 0.3s;
    transform: scale3d(1, -1, 1.5);
}
.search-filters-items.active {
	display: block;
	}
.search-filters-items {
	display: none;
}
.arama-urun-listeleme {
	color: #fb6e3a;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid lightgray;
    padding: 7px 10px;
    border-radius: 5px;
	margin-bottom: 5px;
}

span.tab-urun-dty.active-tab {
    background: var(--renk1);
	color: #fff;
	border-color: var(--renk1);
}

.tab-urun-dty {
	cursor: pointer;
}

.dty-alter-com-wd {
	width: 100%;
}
.aramasol-filtreler {
	position: sticky;
	top: 0;
	max-height: 600px; 
	overflow: overlay;
}
.b-filtreler {
	position: sticky;
	top: 0;
}
.aramasol-filtreler::-webkit-scrollbar-thumb:hover {
    background: #00a0e3;
}
.aramasol-filtreler::-webkit-scrollbar-thumb {
    background: var(--renk1);
    border-radius: 5px;
	height: max-content;
}
.aramasol-filtreler::-webkit-scrollbar-track {
    background: #eee;
}
.aramasol-filtreler::-webkit-scrollbar {
    width: 8px;
}
.aramasol-filtre {
	position: sticky; 
	top: 0; 
	max-height: 600px; 
	overflow: overlay;
}
.searchbar-index , .kategori-page-sabit-arama{
	position: sticky; 
	top: 0; 
	z-index: 1;
}
.kategori-page-sabit-arama{
	background: #fff;
}
span.checkmark.filtreleme-checkmark.disabled {
    background: lightgray;
}
.arama-clear-fltr {
	position: relative;
}
.clear-fltr {
	position: absolute; 
	top: -30px; 
	right: 10px; 
	font-size: 13px; 
	font-weight: bold;
}
.clear-fltr-bttn {
	color: #fb6e3a; 
	padding: 0;
}

#AnasayfaSepetKampanya > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item, #AnasayfaSepetKampanya > .owl-carousel > .owl-stage-outer > .owl-stage {
    width: 100% !important;
}
button.TabPageLink {
    display: none;
}
button#TabSipBtn.AktiveTab {
    display: block;
	width: 100% !important;
}
button.TabPageLink.AktiveTab {
    display: block !important;
	width: 100% !important;
}

.RiskLimitAsildiMesaj {
      animation: blinker 2s linear infinite; 
      }
      @keyframes blinker {  
      50% { opacity: 65%; }
}
#risklimit-asildi{
	margin-top: 5px;
    background: var(--renk7);
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.banner-icerik-yazi {
	position: absolute; 
	right: 99px; 
	bottom: 24px; 
	height: auto; 
	color: #1e52ff; 
	font-size: 31px; 
	font-weight: bold; 
	width: 450px;
}
.sepet-incelenenler-KNesne {
	margin-top: 70px;
}
.owl-dots {
	text-align: center !important;
}
.owl-dot {
	color: inherit !important;
    border-radius: 100% !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    font: inherit !important;
	margin: 0px 3px;
	border: 2px solid #cbcbcb !important
}
button.owl-dot.active {
    background: #2a85ff !important;
	border: 2px solid #2a85ff !important;
}
.owl-carousel.owl-example1.owl-loaded.owl-drag .owl-dots > button.owl-dot.active{
	background: var(--renk2) !important;
	border: 2px solid var(--renk2) !important;
}
.owl-carousel.owl-example1.owl-loaded.owl-drag .owl-dots{
	position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.owl-stage:first-child .owl-item ~ .owl-nav .owl-prev {
	display: none;
}
.owl-stage:last-child .owl-item ~ .owl-nav.disabled .owl-next {
	display: none !important;
}
.owl-carousel.owl-example1.owl-loaded.owl-drag .owl-nav.disabled{
	top: 0 !important;
	display: block;
	pointer-events: all !important;
}
.owl-carousel.owl-example1.owl-loaded.owl-drag .owl-nav.disabled span{
	color: #fff;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    /*background: none!important;*/
    color: #239CB5!important;
    font-weight: bold;
}
.owl-nav > button {
    color: #5fabc2 !important;
    font-size: 33px !important;
    margin: 7px !important;
}

.owl-nav > .owl-prev {
    right: 3%;
    position: absolute;
	/* background: white !important; */
    /* border-radius: 100%; */
    /* box-shadow: #3d3939 0px 0px 5px; */
	transition: all 0.33s;
}

.owl-nav > .owl-next {
	right: 0;
	position: absolute;
    /* background: white !important; */
    /* border-radius: 100%; */
    /* box-shadow: #3d3939 0px 0px 5px; */
	transition: all 0.33s;
}

.owl-nav {
    position: absolute;
    top: -57px;
    width: 100%;
}

.owl-nav > .owl-next > span, 
.owl-nav > .owl-prev > span {
	padding: 0px 17px 0px 17px;
}

.owl-nav > .owl-next:hover {
	padding: 0px 17px 0px 17px;
	/* box-shadow: #9b9b9b 0px 0px 20px; */
}

.owl-nav > .owl-prev:hover {
	padding: 0px 17px 0px 17px;
	/* box-shadow: #9b9b9b 0px 0px 20px; */
}
/*Alttaki css slider buttonlarını gizliyor*/
/*.content-w > div > div > button {
	display: none !important;
}*/
/*Altta kayan nesne oklarının boyutu ayarlanıyor*/
.kayan-stok > .owl-carousel > .owl-nav > .owl-prev > img {
	width: 40px !important;
	padding: 1px 7px 6px 5px !important;
	filter: brightness(1000%) saturate(0);
}
.kayan-stok > .owl-carousel > .owl-nav > .owl-next > img {
	width: 40px !important;
	padding: 1px 5px 6px 7px !important;
	filter: brightness(1000%) saturate(0);
}
/*Altta kayan nesne son nesneye gelince okları gizliyor*/
.owl-prev.disabled,.owl-next.disabled {
	display: none;
}
.lb-prev,.lbnext {
	display: block !important;
}
.panel{
	border: 0 !important;
}
.panel-heading {
	padding: 6.5px 33px;
	position: relative;
}

.kdv-butonlar {
	display: flex; 
	justify-content: end;
}
.kdv-div {
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.kdv-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #007bff;
    border-radius: 4px; 
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.kdv-radio:checked::before {
    content: "✔";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #007bff;
    border-radius: 2px;
}

.kdv-label {
    cursor: pointer;
    user-select: none;
    color: #333;
	margin-top: 10px;
	margin-left: 6px;
	font-weight: bold;
}
.teklif-sol-container, .teklif-sag-container {
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	background: #fff;
	margin-bottom: 20px;
}
#Teklif .table>thead>tr>th , .sepetim-box .tab-icerik .table>thead>tr>th{
	background: #f6f6f6;
}
.teklif-sol-container {
  flex: 2;
}

.teklif-sag-container {
  flex: 0.6;
}

.teklif-modul-baslik {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.teklif-modul-baslik::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 20px;
  background-color: #3b82f6;
  border-radius: 3px;
  margin-right: 10px;
}

.offer-summary-baslik::before {
  background-color: #f97316;
}

.teklif-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.input-box {
  /* background: #fff !important; */
  padding: 10px;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  border: 1px solid #eee;
}

.textarea {
  grid-column: span 3;
  height: 60px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  font-size: 14px;
}

.summary-item strong {
  font-weight: bold;
}

.grand-total {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.sepet-geri-buton {
  background-color: var(--renk3);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.sepet-geri-buton:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 100, 255, 0.3);
}

.mt-20 {
	margin-top: -20px;
}
.teklifkalem-sil-bttn {
	color: red;
	display: flex;
	justify-self: center;
}
label.model-label-bilgi{
	font-size: 12px !important;
	color: #404040;
}
.alt-kullanici-ekle-btn{
	display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    padding: 9px 5px;
    border-radius: 10px;
    background: var(--renk2) !important;
}
.modal-background{
	background: #f6f6f6;
}
.modal-background .form-control{
	border: 1px solid #f6f6f6 !important;
}
.altkullanici-checkbox {
	appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid var(--renk2);
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
	margin-bottom: -4px !important;
}
.altkullanici-checkbox:checked::before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--renk2);
    border-radius: 2px;
}
.altkullanici-save-bttn {
	color: white;
    background-color: var(--renk2);
	padding: 7.2px 10px;
}
.altkullanici-cancel-bttn {
	color: white !important;
    background-color: var(--renk2);
	padding: 9.4px 10px;
}
.modal-footer.justify-content-center{
	display: flex;
    gap: 10px;
}
.altkullanici-save-bttn, .altkullanici-cancel-bttn{
	width: 250px;
    height: 50px;
    flex: 1;
    border-radius: 10px;
	text-align: center;
	align-content: center;
}
.altkullanici-save-bttn:hover, .altkullanici-cancel-bttn:hover {
	background-color: var(--renk1);
}

.teklif-dis-container {
  display: flex;
  justify-content: space-between;
}
.teklif-sirket-container {
  width: 48%;
  padding: 15px;
}
.teklif-sirket-container h2 {
  margin-top: 0;
  font-size: 18px;
}
.teklif-sirket-bilgileri {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.teklif-sirket-bilgileri td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 13px;
}
.teklif-bilgileri-sagust {
	display: flex;
	justify-content: end;
	padding-right: 16px;
}
.teklif-mus-isim {
	margin-left: 1px;
}
.altkullanici-alt-not {
	padding: 10px 0 10px 10px;
}
.altkullanici-alt-not span{
	color: red;
}
.teklif-tablo-basliklar {
	width: 25%;
}
.teklif-modul {
	display: flex;
	gap: 20px;
}
.searchbar-tablo-basliklar {
	position: sticky; 
	top: 95px; 
	z-index:1;
}
.ust-filtreler-w {
	max-width: 70%;
}
.ust-filtreler-sag {
    max-height: 25px;
    display: flex;
	align-items: center;
    height: auto;
    gap: 10px;
}
.clear-fltr-bttn:hover {
	color: var(--renk1);
}
.form-control {
    height: 41px;
}
.teklif-liste-baslik {
	display: flex;
	align-items: center;
	font-size: 21px;
	margin-bottom: 10px;
}
.teklif-liste-baslik::before, .page-account-content-title::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 30px;
    background-color: #3b82f6;
    border-radius: 5px;
    margin-right: 10px;
}
.teklif-liste-basliklar {
	display: flex;
	gap: 10px;
}
.SList-Content > #dtBasicExample_Teklifler_wrapper {
	overflow: auto;
}
.teklif-sol-basliklar {
	display: flex;
	justify-content: space-between;
}
.teklif-edit-bttn {
	padding: 7px 22px;
    border: 1px solid #eee;
    background: var(--renk1);
    color: #fff;
    border-radius: 5px;
	cursor: pointer;
	width: 93px;
}
.teklif-alt-bttns {
	display: flex;
	justify-content: end;
	gap: 15px;
}
.teklif-excel{
	background: #93bc73;
}
.teklif-pdf{
	background: #e8755a;
}

/*kategori baş*/

.header-kategori-contain{
	position: relative;
	align-content: center;
    text-align: center;
    border: 2px solid var(--renk1);
	color: var(--renk1);
    border-radius: 10px;
    padding: 5px 20px;
	top: 100%;
}
.header-kategori-box {
	display: none;
}
.header-kategori-contain:hover .header-kategori-box{
	display: block;
}
.Kategori-nav {
    border-radius: 5px;
    height: 100%;
    align-content: center;
}
.Kategori-nav:hover .Kategori-nav-items {
	display: block;
}
.Kategori-nav-items {
	display: none;
    position: absolute;
	top: 100%;
    left: 0;
    width: 100%;
    z-index: 99999999;
    overflow: hidden; 
	/*overflow: auto;*/
    background: #fff;
	border-radius: 0px 0px 12px 12px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 2px 0px;
}
.Kategori-nav-items a:hover{
	text-decoration: none;
    color: var(--renk1);
}
.Kategori-nav-items .first-level:first-child a {
	padding: 10px 20px;
}
.Kategori-nav-items a {
    display: block;
    color: #6f6f6f;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
	padding: 10px 20px;
}
.Kategori-nav .menu-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.Kategori-nav-items .first-level {
    width: 19%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    overflow: hidden;
	list-style: none;
}
.Kategori-nav-items .first-level:hover  .alt-kategori-top {
	display: block;
}
.Kategori-nav-items > .first-level > .alt-kategori-top {
	position: absolute;
    top: 0;
    left: 19%;
    display: none;
    height: 550px;
    width: 85.5%;
}
.Kategori-nav-items > .first-level > .alt-kategori-top > .alt-kategori {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px;
}
.Kategori-nav-items > .first-level > .alt-kategori-top > .alt-kategori > li {
    overflow: hidden;
    text-align: center;
	width: calc(100% / 9);
    font-weight: 600;
    border-radius: 10px;
    padding: 5px;
	background: #f6f6f6;
}
.Kategori-nav-items > .first-level > .alt-kategori-top > .alt-kategori > li:hover{
	background: var(--renk1);
}
.Kategori-nav-items > .first-level > .alt-kategori-top > .alt-kategori > li a{
	color: #9d9d9d;
	font-size: 13px;
}
.Kategori-nav-items > .first-level > .alt-kategori-top > .alt-kategori > li:hover a{
	color: #fff;
}
.kategori-resim {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
	background: #fff;
}
.kategori-resim img {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
}
.menu-item .alt-open {
	display: none;
}
.Kategori-nav-title {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    width: 163px;
    border-radius: 10px;
    border: 1px solid;
    color: var(--renk1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.alt-kategori-content a{
	padding: 3px 6px;
	font-size: 10px !important;
}
/*kategori bit*/
.head-box-item-hesabim{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    width: 200px;
	display: none;
    text-align: left;
    border-radius: 0 0 10px 10px;
    background: #fff;
	color: #9d9d9d;
	overflow: hidden;
	box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
}
.head-box-item.hasabim:hover .head-box-item-hesabim{
	display: block;
}
.head-box-item-hesabim a{
	width: 100%;
    display: block;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
	color: #9c9c9c;
	font-size: 13px;
	font-weight: 600;
}
.head-box-item-hesabim li:hover{
	background: #ebf3ff;
}
.header-menu-title{
	padding: 10px 15px;
}
.header-menu-title div:first-child{
	color: var(--renk1);
}
.header-menu-title div:last-child{
	margin-left: 5px;
    font-size: 12px;
}
.modal-title{
    width: 100%;
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 600;
}
.model-close-btn{
    background: var(--renk3);
    float: right;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
	float: right;
	cursor: pointer;
}
.katalog-pcs {
	float: right;
	font-size: 10px;
	position: absolute;
    right: 0;
    top: 0;
}
.altkullanici-title{
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid var(--renk1);
}
.altkullanici-title .altkullanici-title-left{
	display: flex;
	align-items: center;
    gap: 10px;
    /* font-weight: 600; */
	color: #707070;
	font-size: 22px;
}
.altkullanici-title .kayan-nesne-baslik-sol-kutu{
	background: var(--renk1);
}
.header-order-menu{
	text-wrap-mode: nowrap;
	border: 1px solid;
    border-radius: 10px;
    padding: 7px 15px;
    color: var(--renk3);
}
.header-order-menu:hover, .header-order-menu li:hover{
	color: var(--renk1);
}
.unicase-checkout-title{
	margin: 0 ;
}
.page-account-content-alt .sepetim-box, .page-account-content-alt .sepetim-box .tab, .page-account-content-alt .table.table-striped tbody tr td{
	background: #fff;
}
.duyuru-detayBttn{
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid;
    display: inline-block;
    color: var(--renk1);
}
.page-right .dty-sepete-ekle-input-style{
	width: 55px;
}


.ui-dialog-titlebar {
    background: none!important;
    color: inherit;
    padding: 10px !important;
    border: 0px!important;
    border-bottom: 1px solid #e5e5e5!important;
}
.ui-widget-content, iframe html{
    background: #fff !important;
}
.ui-widget-content p{
	margin: 0 !important;
}
.popupurl_dialog iframe {
    border: 1px solid #eee!important;
}
.ui-dialog-titlebar button {
    background: var(--renk3) !important;
    border-radius: 7px;
}

.ui-widget-header span {
    color: #6c6c6c !important;
    padding: 8px !important;
}
.popupurl_dialog iframe {
    height: auto !important;
}
.duyuru-link {
	position: absolute;
	top: 43px;
	opacity: 0;
	width: 75%;
}
.duyuru-link  a {
	display: flex;
	width: 100%;
}
.duyuru-kisa-aciklama {
	color: #8d8d8d;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.duyuru-top-section {
	color: #919191;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    padding: 5px 0;
}
.duyuru-tarih {
	display: flex;
    justify-content: end;
    font-size: 10px;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.duyuru-bttn-link {
	width:7px; 
	height: 7px; 
	border-radius: 100px; 
	background: var(--renk2); 
	opacity: 0.7;
}
.sepet-yapiskan {
	position: sticky;
	top: 0;
	z-index: 99;
}
.sb-carpi .fa {
	gap: 0 !important;
}
#dtBasicExample_Goods-on-the-way thead tr th{
    background: #f4f4f4;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #707070;
}
#dtBasicExample_Goods-on-the-way tbody tr td{
	text-align: center !important;
}
.ui-widget-overlay{
	background: #666666 50% 50% repeat !important;
	opacity: 0.5 !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{
	width: 400px !important;
	position: fixed !important;
    top: 25% !important;
    left: 40% !important;
}
.ui-dialog .ui-dialog-buttonpane{
	display: none !important;
}
.ui-draggable-handle{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.ui-draggable-handle button{
	padding: 3px 15px !important;
}
.ui-dialog-titlebar::before {
    background: var(--renk3) !important;
    width: 16px;
    height: 25px;
    border-radius: 5px;
}
.ui-dialog-titlebar button:focus-visible {
	outline: none; 
}
.tick-icon{
	margin-top: -8px;
	margin-left: -8px;
	font-size: 15px;
	color: green;
}
.duyuru-pragraf{
	padding: 5px;
}
.duyuru-pragraf h4{
	font-size: 15px;
    font-weight: 700;
    color: #666666;
}
.duyuru-pragraf span{
	color: #787878;
    font-size: 13px;
}
.duyuru-button > span{
	font-size: 12px;
    font-weight: 600;
    color: #666666;
}
.learnMore{
	display: none !important;
}
.duyuru-baslik{
	font-weight: 700;
	color: #666666;
	display: flex;
	align-items: center;
    gap: 10px;
}
.announcements-list {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 10px;
}
.announcement-info{
	padding: 15px;
}

.announcement-card {
	width: 24%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #eee;
}
.announcement-image{
	height: 200px;
}
.announcement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.announcement-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
	color: #666666;
}
.announcement-message {
    font-size: 12px;
    color: #555;
}
.announcement-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.announcement-readmore {
    color: var(--renk1);
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease;
    border-radius: 8px;
    border: 1px solid;
    padding: 5px 10px;
}
.announcement-date {
    font-size: 13px;
    color: #888;
}
.duyuru-resim{
	padding: 0 40px;
}
.duyuru-header{
	padding: 0 40px;
	margin-top: 20px;
	font-size: 15px;
}
.Arama-Filtre-Responsive{
	display: none;
}
.jc-end {
	justify-content: end !important;
}
.footer-policy {
	display: flex;
}
.headercari-bilgileri {
	display: block;
}
.header-bilgiler {
	display: flex;
}
.terms-conditions {
	border-right: 3px solid !important;
}
.siparis-table .btn-details{
	border-radius: 5px;
}

.KullaniciAdinaIslemYap, .KullaniciDuzenle, .KullaniciSil{
	padding: 5px;
    color: #707070;
	font-size: 12px;
	font-weight: 500;
	
}
.KullaniciAdinaIslemYap:hover, .KullaniciDuzenle:hover, .KullaniciSil:hover{
	background: #4285f4;
}
.hesabim-sifre-baslik-sol-kutu{
	width: 16px;
    height: 25px;
    border-radius: 5px;
	background:  var(--renk2);
}
.mobile-block {
	display: none;
}
.duyuru-baslik .kayan-nesne-baslik-sol-kutu{
	background: var(--renk1);
}
.btn-details-excel {
	background: green;
	color: #FFF;
	border-radius: 5px;
}
.alt-kullanici-bilgi {
	display: flex;
    justify-content: center;
    gap: 5px;
    height: 68%;
    align-items: end;
    font-size: 10px;
}
.rd-5 {
	border-radius: 5px;
}
.anasyfa-slider {
	display: block;
}
.mobil-slider {
	display: none;
}
.AnaSepetKampanyaMobil {
	display: none;
}
.AnasayfaSepetKampanya {
	display: block;
}
.Slider-10-Mobil {
	display: none;
}
.Slider-10 {
	display: block;
}
.Sepet-Slider {
	display: block;
}
.Sepet-Mobil-Slider {
	display: none;
}
.x-icon {
	color: red; 
	margin-top: -8px; 
	margin-left: -8px; 
	font-size: 8px;
}
.sepetim-box.siparis-table{
	border-radius: 10px;
	overflow: hidden;
}
.siparis-bilgi-aciklama{
	/* box-shadow: 0px 0px 10px 0px #c3c3c3; */
	border-radius: 10px;
	overflow: hidden;
}
.siparis-bilgi-aciklama .item{
	padding: 5px 10px;
}
.siparisozet-button{
	margin-bottom: 10px;
	display: block;
}
.lb-data .lb-caption{
	color: #606060
}
.lightboxOverlay{
	background: #666666 !important;
	background-color: #666666 !important;
	opacity: 0.5 !important;
}
#SoruModal .modal-content {
    position: relative;
	width: 300px;
	justify-self: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
#SoruModal .modal-header {
	padding: 0 8px;
    border-bottom: none;
}
#SoruModal .modal-body {
    position: relative;
    padding: 0; 
	text-align: center;
	color: #8c8c8c;
}
#SoruModal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}
#SoruModal .modal-footer > button {
	padding: 8px 15px;
    border-radius: 5px;
	margin: auto;
	background-color: #83bf6e !important;
}
#SoruModal .close > span {
	color: #ff6a55;
	font-size: 35px;
}
#SoruModal .close {
	opacity: 1;
}
#SoruModal .modal-footer > .iptal {
	background: #ff6a55 !important;
}

[id*="SilForm-"] .modal-content {
    position: relative;
	width: 300px;
	justify-self: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
[id*="SilForm-"] .modal-header {
	padding: 0 8px;
    border-bottom: none;
}
[id*="SilForm-"] .modal-body {
    position: relative;
    padding: 0; 
	text-align: center;
	color: #8c8c8c;
}
[id*="SilForm-"] .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}
[id*="SilForm-"] .modal-footer > button {
	padding: 8px 15px;
    border-radius: 5px;
	margin: auto;
	background-color: #83bf6e !important;
}
[id*="SilForm-"] .close > span {
	color: #ff6a55 !important;
	font-size: 35px;
}
[id*="SilForm-"] .close {
	opacity: 1;
}
[id*="SilForm-"] .modal-footer > .iptal {
	background: #ff6a55 !important;
}

.announcements-header::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 30px;
    background-color: #3b82f6;
    border-radius: 5px;
    margin-right: 10px;
}
.announcements-header {
	display: flex;
    align-items: center;
    font-size: 24px;
    margin: 15px 0 5px 0;
}
.filter-option:focus-visible {
	outline: none;
}
.out-of-stock-bttn-dty{
	text-align: center;
    background: transparent;
    color: var(--renk3);
    border-radius: 5px;
    width: 100%;
    justify-self: center;
    font-weight: bold;
    font-size: 13px;
    padding-top: 8px;
}
.sepetim-box-tamam {
	background: #fff;
    margin-top: 10px;
    border-radius: 8px;
	box-shadow: 0px 0px 10px 0px #c3c3c3;
    margin-bottom: 15px;
}
.top-sepet-tanim label{
	color: #707070;
}
.top-sepet-tanim{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.top-sepet-tanim-btn{
	background: #4285f4;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	border: 1px solid #4285f4;
}
.top-sepet-tanim .form-group{
	margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_paginate{
	text-align: left !important;
}
.pagination .page-item.active .page-link{
	border-radius: 100% !important;
}
.pagination .page-item .page-link:hover {
    border-radius: 100% !important;
}
.siparis-detay-butonlar {
	font-size: 14px;
    text-align: center;
    float: left;
    padding: 8px 15px;
    color: #fff;
    margin: 20px 0px;
	min-width: 105px;
	border-radius: 8px;
}
.s-yazdir {
	background: var(--renk1);
}
.s-pdf {
	background: var(--renk3);
}
.s-tekrarsip {
	background: var(--renk8);
}
.s-siptal {
	background: var(--renk4);
}
.sip-detay-butonlar-container {
	display: flex; 
	align-items: start; 
	gap: 10px;
	margin-left: 15px;
}
.sip-detay-alt-container {
	display: flex; 
	justify-content: space-between;
}
.sipdetay-tablobaslik {
	padding: 0 16px;
}
.sipdetay-alt-baslik {
	border-radius: 8px 8px 0 0 !important;
	margin: 0 15px;
}
.card-form__inner {
    box-shadow: 0 30px 10px 0 rgba(90, 116, 148, 0.4) !important;
}