html, body, div, span, applet, object, iframe, p,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
margin:                                         0;
padding: 0;
border:                                         0;
font-size: 100%;
/*
font:                                         inherit;
*/
vertical-align:                                         baseline;
}
h1, h2, h3, h4, h5, h6, code,pre, sub, sup, strong, b, i, u, blockquote
{
/*bu etiketler kendi  zellikleri ezildi inden dolay   st k s mdan kald r ld */
}
tbody, tfoot, thead, tr, th, td
{
margin:                                         0;
padding: 0;
font-size: 100%;
font:                                         inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
display:                                         block;
}
html, body
{
width:100%;
text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body
{
font-family:"Open Sans", "Arial", sans-serif;
font-size:                                        13px;
line-height: 1;
background:                                       #f4f4f0;
}
[v-cloak]
{
display:none !important;
}
script
{
display:                                        none;
}
::-webkit-scrollbar
{
width:                                        10px;
background:#E6E6E6;
}
::-webkit-scrollbar-button
{
display:                                        none;
}
::-webkit-scrollbar-thumb
{
background:                                        #4d4d4d;
}

.vertical-small-scroll::-webkit-scrollbar
{
height:                                         3px;
}
ol, ul
{
list-style-type:                                         none;
}
img
{
max-width:100%;
height:                                        auto;
}

.ie img
{
/*width:100%;*/
max-width:                                        none;
height:auto;
}
blockquote, q
{
/*
quotes:                                         none;
*/
}
blockquote:before, blockquote:after,
q:before, q:after
{
/* content: ''; */
/*
content:                                         none;
*/
}

.row::before, .row::after
{
content: '';
display:                                        table;
}

.row::after
{
clear:                                        both;
}
table
{
border-collapse:                                         collapse;
border-spacing: 0;
}
input, select, textarea, button
{
outline:                                        none;
font-family:"Open Sans", sans-serif;
}
input:focus, select:focus, textarea:focus
{
box-shadow:inset 0 0 4px rgba(0,0,0,.3);
}
p
{
padding-bottom:                                        10px;
font-family:"Open Sans", sans-serif;
line-height:1.3;
}
a
{
text-decoration:                                        none;
color:inherit;
cursor:                                        pointer;
}
h1, h2, h3, h4, h5, h6
{
display:                                        block;
font-family:"Open Sans", sans-serif;
}
h1.sp, h2.sp, h3.sp, h4.sp, h5.sp, h6.sp
{
padding-left:                                        10px;
padding-right:10px;
}
::selection
{
background:                                        #000;
color:#fff;
}

.fl, .btn.fl
{
float:                                        left;
}
[dir="rtl"] .fl, [dir="rtl"] .btn.fl
{
float:                                        right;
}

.fr, .btn.fr, .col.fr, .box.fr
{
float:                                        right;
}
[dir="rtl"] .fr, [dir="rtl"] .btn.fr, [dir="rtl"] .col.fr, [dir="rtl"] .box.fr
{
float:                                        left;
}

.fn, .btn.fn, .col.fn, .box.fn
{
float:                                        none;
}
*.bgNone
{
background:none !important;
}

.a-left
{
text-align:                                        left;
}

.a-right
{
text-align:                                        right;
}

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

.a-justify
{
text-align:                                        justify;
}

.fw300
{
font-weight:                                        300;
}

.fw400
{
font-weight:                                        400;
}

.fw500
{
font-weight:                                        500;
}

.fw600
{
font-weight:                                        600;
}

.fw700
{
font-weight:                                        700;
}

.sml
{
font-size:                                        11px;
}

.mid
{
font-size:                                        16px;
}

.lrg
{
font-size:                                        20px;
}

.ease, .btn, .form-control, a, input, select, textarea, button
{
-webkit-transition-timing-function:                                         ease-in-out;
-moz-transition-timing-function: ease-in-out;
-ms-transition-timing-function:                                         ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function:                                         ease-in-out;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}

.info
{
color:                                        #6c6c6c;
}

.success
{
color:                                        #449d44;
}

.warning
{
color:                                        #ec971f;
}

.danger
{
color:                                        #c9302c;
}

.display-flex
{
display:                                         -webkit-box;
display: -ms-flexbox;
display: flex
}

.flex-wrap
{
-ms-flex-wrap:                                         wrap;
flex-wrap: wrap
}

.align-items-center
{
-webkit-box-align:                                         center;
-ms-flex-align: center;
align-items: center
}

.justify-content-center
{
-webkit-box-pack:                                         center;
-ms-flex-pack: center;
justify-content: center
}

.row
{
margin-left:                                        -10px;
margin-right:-10px;
clear:                                        both;
display:block;
}

.box.box-border > .row, .col.box-border > .row
{
margin-left:                                        -9px;
margin-right:-9px;
}

.row.mb
{
margin-bottom:                                        10px;
}

.box, .col
{
float:                                        left;
padding-left:10px;
padding-right:                                        10px;
box-sizing:border-box;
}
[dir="rtl"] .box,
[dir="rtl"] .col
{
float:                                        right;
}
tr.box, th.box, td.box, tr.col, th.col, td.col
{
float:                                        none;
}

.box.box-border, .col.box-border
{
padding-left:                                        9px;
padding-right:9px;
}

.box
{
padding-top:                                        10px;
padding-bottom:10px;
}

.box.box-border
{
padding-top:                                        9px;
padding-bottom:9px;
}

.box-border
{
border:                                        1px solid #ececec;
}

.b-top, .col.b-top, .box.b-top
{
border-top:                                        0;
}

.b-right, .col.b-right, .box.b-right
{
border-right:                                        0;
}

.b-bottom, .col.b-bottom, .box.b-bottom
{
border-bottom:                                        0;
}

.b-left, .col.b-left, .box.b-left
{
border-left:                                        0;
}

.line-top, .col.line-top, .box.line-top, .btn.line-top
{
border-top:                                        1px solid #ececec;
}

.line-right, .col.line-right, .box.line-right, .btn.line-right
{
border-right:                                        1px solid #ececec;
}

.line-bottom, .col.line-bottom, .box.line-bottom, .btn.line-bottom
{
border-bottom:                                        1px solid #ececec;
}

.line-left, .col.line-left, .box.line-left, .btn.line-left
{
border-left:                                        1px solid #ececec;
}

.line-through
{
text-decoration:                                        line-through;
}

.line-under
{
text-decoration:                                        underline;
}

.col-12
{
width:100%;
}

.col-11
{
width:91.66666667%;
}

.col-10
{
width:83.33333333%;
}

.col-9
{
width:75%;
}

.col-8
{
width:66.66666667%;
}

.col-7
{
width:58.33333333%;
}

.col-6
{
width:50%;
}

.col-5
{
width:41.66666667%;
}

.col-4
{
width:33.33333333%;
}

.col-3
{
width:25%;
}

.col-2
{
width:16.66666667%;
}

.col-1
{
width:8.33333333%;
}

.m-top, .box.m-top, .col.m-top
{
margin-top:                                        0;
}

.m-left, .box.m-left, .col.m-left
{
margin-left:                                        0;
}

.m-bottom, .box.m-bottom, .col.m-bottom
{
margin-bottom:                                        0;
}

.m-right, .box.m-right, .col.m-right
{
margin-right:                                        0;
}

.p-top, .box.p-top, .col.p-top
{
padding-top:                                        0;
}

.p-left, .box.p-left, .col.p-left
{
padding-left:                                        0;
}

.p-bottom, .box.p-bottom, .col.p-bottom
{
padding-bottom:                                        0;
}

.p-right, .box.p-right, .col.p-right
{
padding-right:                                        0;
}

.icon-arrow
{
width:                                        10px;
height:100%;
background-repeat:                                        no-repeat;
background-position:0 center;
}

.icon-arrow.fr, .icon-basket.fr
{
margin-left:                                        10px;
}
[dir="rtl"] .icon-arrow.fr,
[dir="rtl"] .icon-basket.fr
{
margin-right:                                        10px;
margin-left:0;
}

.icon-arrow.fl, .icon-basket.fl
{
margin-right:                                        10px;
}

.light-arrow
{
background-image:url('lightArrow.png');
}

.dark-arrow
{
background-image:url('darkArrow.png');
}

.btn:hover .dark-arrow
{
background-image:url('darkArrowHover.png');
}

.icon-basket
{
width:                                        18px;
height:100%;
background-repeat:                                        no-repeat;
background-position:0 center;
}

.icon-basket.fast
{
width:                                        20px;
}

.btn-big .icon-basket
{
width:                                        34px;
}

.btn-big .icon-basket.fast
{
width:                                        38px;
}

.btn-big .icon-basket.fr
{
margin-left:                                        20px;
}
[dir="rtl"] .btn-big .icon-basket.fr
{
margin-right:                                        20px;
margin-left:0;
}

.btn-big .icon-basket.fl
{
margin-right:                                        20px;
}

.light-basket
{
background-image:url('lightBasket.png');
}

.light-basket.fast
{
background-image:url('lightFastBasket.png');
}

.btn-big .light-basket
{
background-image:url('lightBasketBig.png');
}

.btn-big .light-basket.fast
{
background-image:url('lightFastBasketBig.png');
}

.dark-basket
{
background-image:url('darkBasket.png');
}

.dark-basket:hover
{
background-image:url('darkBasketHover.png');
}

.dark-basket.fast
{
background-image:url('darkFastBasket.png');
}

.dark-basket.fast:hover
{
background-image:url('darkFastBasketHover.png');
}

.btn-big .dark-basket
{
background-image:url('darkBasketBig.png');
}

.btn-big .dark-basket:hover
{
background-image:url('darkBasketBigHover.png');
}

.btn-big .dark-basket.fast
{
background-image:url('darkFastBasketBig.png');
}

.btn-big .dark-basket.fast:hover
{
background-image:url('darkFastBasketBigHover.png');
}

.tooltipWrapper
{
position:                                        relative;
}

.tooltip
{
display:                                        none;
position:absolute;
bottom:100%;
left:                                        0;
right:0;
line-height:                                        20px;
padding-left:10px;
padding-top:                                        5px;
padding-right:10px;
padding-bottom:                                        5px;
background:#fff;
box-sizing:                                        border-box;
margin-bottom:5px;
z-index:                                         999;
}

.tooltip.default
{
border:                                        1px solid #ececec;
}
#notify
{
position:                                        fixed;
}
#notify.top, #notify.bottom
{
width:100%;
}
#notify.right, #notify.left
{
width:                                        320px;
}
#notify.top
{
top:                                        0;
bottom: auto;
}
#notify.right
{
right:                                        0;
left: auto;
}
#notify.bottom
{
bottom:                                        0;
top: auto;
}
#notify.left
{
left:                                        0;
right: auto;
}

.notify
{
width:calc(100% - 10px);
display:                                         none;
}
#notify.right .notify, #notify.left .notify
{
clear:                                         both;
}
#notify.top .notify
{
margin-top:                                         10px;
}
#notify.right .notify
{
margin-right:                                         10px;
}
#notify.bottom .notify
{
margin-bottom:                                         10px;
}
#notify.left .notify
{
margin-left:                                         10px;
}

.notifyClose
{
float:                                        right;
width: 13px;
height:                                         13px;
background: url('notifyClose.png') no-repeat;
cursor:                                         pointer;
}

.stars
{
width:                                        87px;
height:13px;
background:url('stars.png') no-repeat;
}

.stars-inner
{
height:                      13px;
background:url('starsFull.png') no-repeat left center;
}

.progress
{
position:                                        relative;
background:#dadada;
}

.progress-bar
{
position:                                        absolute;
left:0;
top:                                        0;
height:100%;
line-height:1.5;
color:                                        #fff;
background:url('progress.png');
}
[dir="rtl"] .progress-bar
{
right:                                        0;
left:auto;
}

.accordeon
{
cursor:                                        pointer;
background-image:url('accordeon.png');
background-repeat:                                        no-repeat;
background-position:right center;
}
[dir="rtl"] .accordeon
{
background-position:                                        10px center;
}

.accordeon.active
{
background-image:url('accordeonActive.png');
}
/*.accordeon + *
{
display:                                        none;
}

.accordeon.active + *
{
display:                                        block;
}
*/
.hide
{
display:                                        none;
}
#mainWrapper
{
width:100%;
position:                                        relative;
}
#skeletonWrap
{
width:100%;
}
[dir="rtl"] #leftColumn
{
padding-right:                                        0;
padding-left:10px;
}
[dir="rtl"] #rightColumn
{
padding-right:                                        10px;
padding-left:0;
}
#mainColumn
{
max-width:100%;
}

.loaderWrapper
{
position:                                        relative;
}

.loading
{
position:                                        absolute;
width:100%;
height:100%;
top:                                        0;
left:0;
background:rgba(255,255,255,.7) url('loading.gif') no-repeat center center;
z-index:                                        333;
display:none;
}
#backToTop
{
background:#6D6875 url(/Data/EditorFiles/1R/Simge/simge_yukari.svg) no-repeat center center;
background-size:                                     16px;
width: 40px;
height:                                     40px;
cursor: pointer;
box-sizing:                                     border-box;
display: none;
position:                                     fixed;
bottom: 50px;
right: 50%;
margin-right:                                     -680px;
z-index: 333;
}
[dir="rtl"] #backToTop
{
text-align:                                         left;
right: auto;
left: 50%;
margin-right:                                         0;
margin-left: -680px;
}
#dbDebug, #smartyDebug
{
border:                                        3px solid #666;
margin-top:30px;
margin-bottom:                                        30px;
font-size:14px;
}
#dbDebug
{
margin-left:                                        auto;
margin-right:auto;
width:                                        500px;
}
#smartyDebug
{
margin-left:                                        5px;
margin-right:5px;
width:                                        400px;
}

.MobileRedirectMessage
{
position:                                        fixed;
top:0px;
left:                                        0px;
width:100%;
height:                                        52px;
line-height:52px;
font-size:                                        30px;
color:#fff;
text-align:                                        center;
background: #000;
border-radius:                                        6px;
box-shadow: 0px 0px 9px #000;
z-index:                                        99999;
}

.envoice-link
{
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAxEOOCDIawgnAAABtElEQVQ4y5XSTUjUURQF8N80mhLWNBZuJIiKyiBc2MJKQXQREkJCoCRCLVpFBoEbV0XbVlKLJAqtRQ2BEtEioUBmEVFCRES4UCgtsSYsSbGJaTF/x/nQps7dHM575917372w2aB5qZz47Yp1cd2gSJ4Ws6RvPcOknQVaTI8JPYWXS1BhYY1nPmk2ZslAoWEtJFT74JhnvruXfzhne4Gh1mfDYsYta/iXDK/VOqwUp9WJFzcwawQczZU3+E+sZtjtbIbHPSpuWJQQCvg8aNJuj4Pee2dUKn0UwpwaXxDJKrDKDVWGvJVSo8uSbhO539ookYmfknqFM/aQc6YdWG8OIWMuBLzFiYCd8UZpdg87nApYtXL9AT8kGnzvbd063VmtOiwiKiqq1a2VFnNw08nsDFOZdW4yjrCNFgOlXFLSuMtrD67cL7R4GfS2RVwblpWkDTN25Rim7MUTD42KKPPAc8PYbzJdUr+7rvqWMSzocB99Kl1EzHnQ4bFgtq3abc3K0ajLU4QNKdMpiXoj9gU7UIAjZvK2tM604/6CZh8NaFBhk3rXzGpTBJV6vfDVD69csm1F/gNIRHWgtVFr0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMy0xN1QxNDo1NjozMiswMDowMO16kkIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDMtMTdUMTQ6NTY6MzIrMDA6MDCcJyr+AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') center center no-repeat;
width:                                         30px;
height: 30px;
display:                                         block;
}
@media screen and (min-width: 1231px)
{
.inner
{
width:                                        1200px;
margin:0 auto;
}
}
@media screen and (max-width: 1230px)
{
#content
{
margin-right:                                        0;
margin-left:0;
}

.inner
{
float:                                        left;
width:100%;
}
#backToTop
{
right:                                     20px;
bottom: 130px;
margin-right:                                        0;
}
}
@media screen and (min-width: 1001px)
{
:not(.notClear) > .col-6 + .col-6:nth-of-type(2n+3),
:not(.notClear) > .col-4 + .col-4:nth-of-type(3n+4),
:not(.notClear) > .col-3 + .col-3:nth-of-type(4n+5),
:not(.notClear) > .col-2 + .col-2:nth-of-type(6n+7),
:not(.notClear) > .col-1 + .col-1:nth-of-type(12n+1)
{
clear:                                        both;
}
}
@media screen and (max-width: 1000px)
{
.col-md-12
{
width:100%;
}

.col-md-11
{
width:91.66666667%;
}

.col-md-10
{
width:83.33333333%;
}

.col-md-9
{
width:75%;
}

.col-md-8
{
width:66.66666667%;
}

.col-md-7
{
width:58.33333333%;
}

.col-md-6
{
width:50%;
}

.col-md-5
{
width:41.66666667%;
}

.col-md-4
{
width:33.33333333%;
}

.col-md-3
{
width:25%;
}

.col-md-2
{
width:16.66666667%;
}

.col-md-1
{
width:8.33333333%;
}
}
@media screen and (min-width: 769px)
{
/*html, body
{
height:100%;
}
#mainWrapper
{
height:100%;
}
#skeletonWrap
{
min-height:100%;
height:                                        auto;
}
*/
.col-mr-11
{
margin-right:91.66666667%;
}

.col-mr-10
{
margin-right:83.33333333%;
}

.col-mr-9
{
margin-right:75%;
}

.col-mr-8
{
margin-right:66.66666667%;
}

.col-mr-7
{
margin-right:58.33333333%;
}

.col-mr-6
{
margin-right:50%;
}

.col-mr-5
{
margin-right:41.66666667%;
}

.col-mr-4
{
margin-right:33.33333333%;
}

.col-mr-3
{
margin-right:25%;
}

.col-mr-2
{
margin-right:16.66666667%;
}

.col-mr-1
{
margin-right:8.33333333%;
}

.col-ml-11
{
margin-left:91.66666667%;
}

.col-ml-10
{
margin-left:83.33333333%;
}

.col-ml-9
{
margin-left:75%;
}

.col-ml-8
{
margin-left:66.66666667%;
}

.col-ml-7
{
margin-left:58.33333333%;
}

.col-ml-6
{
margin-left:50%;
}

.col-ml-5
{
margin-left:41.66666667%;
}

.col-ml-4
{
margin-left:33.33333333%;
}

.col-ml-3
{
margin-left:25%;
}

.col-ml-2
{
margin-left:16.66666667%;
}

.col-ml-1
{
margin-left:8.33333333%;
}
#skeleton
{
width:100%;
/*padding:0 0 560px;*/
}
#footer
{
/*height:560px;
margin:                                        -560px 0 0;
*/
position:                                        relative;
z-index:11;
}

.forMobile
{
display:                                        none;
}
}
@media screen and (max-width: 1000px) and (min-width: 769px)
{
:not(.notClear) > .col-md-6 + .col-md-6:nth-of-type(2n+3),
:not(.notClear) > .col-md-4 + .col-md-4:nth-of-type(3n+4),
:not(.notClear) > .col-md-3 + .col-md-3:nth-of-type(4n+5),
:not(.notClear) > .col-md-2 + .col-md-2:nth-of-type(6n+7),
:not(.notClear) > .col-md-1 + .col-md-1:nth-of-type(12n+1)
{
clear:                                        both;
}

.col-md-mr-11
{
margin-right:91.66666667%;
}

.col-md-mr-10
{
margin-right:83.33333333%;
}

.col-md-mr-9
{
margin-right:75%;
}

.col-md-mr-8
{
margin-right:66.66666667%;
}

.col-md-mr-7
{
margin-right:58.33333333%;
}

.col-md-mr-6
{
margin-right:50%;
}

.col-md-mr-5
{
margin-right:41.66666667%;
}

.col-md-mr-4
{
margin-right:33.33333333%;
}

.col-md-mr-3
{
margin-right:25%;
}

.col-md-mr-2
{
margin-right:16.66666667%;
}

.col-md-mr-1
{
margin-right:8.33333333%;
}

.col-md-mr-0
{
margin-right:                                        0;
}

.col-md-ml-11
{
margin-left:91.66666667%;
}

.col-md-ml-10
{
margin-left:83.33333333%;
}

.col-md-ml-9
{
margin-left:75%;
}

.col-md-ml-8
{
margin-left:66.66666667%;
}

.col-md-ml-7
{
margin-left:58.33333333%;
}

.col-md-ml-6
{
margin-left:50%;
}

.col-md-ml-5
{
margin-left:41.66666667%;
}

.col-md-ml-4
{
margin-left:33.33333333%;
}

.col-md-ml-3
{
margin-left:25%;
}

.col-md-ml-2
{
margin-left:16.66666667%;
}

.col-md-ml-1
{
margin-left:8.33333333%;
}

.col-md-ml-0
{
margin-left:                                        0;
}

.dn-md
{
display:                                        none;
}
}
@media screen and (max-width: 768px)
{
.col-sm-12
{
width:100%;
}

.col-sm-11
{
width:91.66666667%;
}

.col-sm-10
{
width:83.33333333%;
}

.col-sm-9
{
width:75%;
}

.col-sm-8
{
width:66.66666667%;
}

.col-sm-7
{
width:58.33333333%;
}

.col-sm-6
{
width:50%;
}

.col-sm-5
{
width:41.66666667%;
}

.col-sm-4
{
width:33.33333333%;
}

.col-sm-3
{
width:25%;
}

.col-sm-2
{
width:16.66666667%;
}

.col-sm-1
{
width:8.33333333%;
}
:not(.notClear) > .col-sm-6 + .col-sm-6:nth-of-type(2n+3),
:not(.notClear) > .col-sm-4 + .col-sm-4:nth-of-type(3n+4),
:not(.notClear) > .col-sm-3 + .col-sm-3:nth-of-type(4n+5),
:not(.notClear) > .col-sm-2 + .col-sm-2:nth-of-type(6n+7),
:not(.notClear) > .col-sm-1 + .col-sm-1:nth-of-type(12n+1)
{
clear:                                        both;
}

.forDesktop
{
display:                                        none;
}
#leftColumn
{
padding-right:                                        0;
}
#rightColumn
{
padding-left:                                        0;
}
}
@media screen and (max-width: 540px)
{
.col-xs-12
{
width:100%;
}

.col-xs-11
{
width:91.66666667%;
}

.col-xs-10
{
width:83.33333333%;
}

.col-xs-9
{
width:75%;
}

.col-xs-8
{
width:66.66666667%;
}

.col-xs-7
{
width:58.33333333%;
}

.col-xs-6
{
width:50%;
}

.col-xs-5
{
width:41.66666667%;
}

.col-xs-4
{
width:33.33333333%;
}

.col-xs-3
{
width:25%;
}

.col-xs-2
{
width:16.66666667%;
}

.col-xs-1
{
width:8.33333333%;
}

.dn-xs
{
display:                                        none;
}
#leftColumn > p,
#leftColumn > p *,
#mainColumn > p,
#mainColumn > p *,
#rightColumn > p,
#rightColumn > p *
{
float:                                        left;
width:100%;
}
#alis-veris-listem .pageTitle
{
height:                                         auto;
min-height: 60px;
}
#alis-veris-listem .pageTitle > .row
{
background-position:                                         10px 12px;
}
#alis-veris-listem #liste-kategori
{
padding-left:                                         0;
}
#alis-veris-listem table img
{
width:                                         40px;
max-width: none;
}
}

.tsoft-push--in-notification
{
width:                                         422px;
padding: 0 20px 10px 20px;
border:                                         1px solid #bababa;
border-radius: 3px;
box-shadow:                                         0 4px 4px -2px #888;
background-color: #fbfbfb;
font-family: Arial,sans-serif;
position:                                         fixed;
top: 0;
left: 50%;
margin-left:                                         -211px;
z-index: 9999999999999;
}

.tsoft-push--in-notification-inner-container
{
margin:                                         0;
/*
padding:                                         0 20px 10px 20px;
*/
}

.tsoft-push--in-notification-logo
{
height:                                         auto;
margin-right: 5px;
max-width:                                         150px;
float: left;
}

.tsoft-push--in-notification-logo img
{
width: 100%;
height:100%;
padding-top:                                         20px;
}

.tsoft-push--in-notification-image-container
{
float:                                         left;
margin: 13px 15px 0 0
}

.tsoft-push--in-notification-image-container img
{
width:                                         65px;
height: 65px
}

.tsoft-push--in-notification-text-container
{
position: relative !important;
padding: 10px 0 0 0 !important;
color: #000 !important;
text-align: left !important;
margin: 0 !important;
line-height: 1.4em !important
}

.tsoft-push--in-notification-title
{
margin-bottom:                                         5px;
text-align: left;
font-size:                                         14px;
font-weight: 700;
line-height: 1.4em;
color:                                         #000;
word-break: break-word;
overflow:                                         hidden;
font-family: Arial, sans-serif;
}

.tsoft-push--in-notification-description
{
font-size:                                         12px;
line-height: 1.4em;
margin:                                         10px 0;
padding: 0;
text-align:                                         left;
word-break: break-word;
overflow:                                         hidden;
font-family: Arial, sans-serif;
}

.tsoft-push--in-notification-button-container
{
float: right !important
}

.tsoft-push--in-notification-button
{
width:                                         90px;
height: 18px;
line-height:                                         18px;
margin-left: 3px;
padding:                                         5px;
background: #f9f9f9;
border:                                         1px solid #bababa;
border-radius: 1px;
display:                                         inline-block;
font-size: 14px;
text-align:                                         center;
cursor: pointer;
box-sizing: content-box
}

.tsoft-push--in-allow-button
{
background:                                         #00c33d;
color: #fff;
border-color: #059833
}
@media all and (max-width:421px)
{
.tsoft-push--in-notification
{
box-sizing:                                         border-box;
width: 100%;
left:                                         0;
margin: 0;
border-radius:                                         0;
border-left: 0;
border-right:                                         0;
border-top: 0
}

.tsoft-push--in-notification-text-container
{
float:                                        left;
}
}
/*--- ModaSena Yeni Tasar m Ek ---*/
.golgeli
{
box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.07);
-webkit-box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.07);
-moz-box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.07);
}

.bgbeyaz
{
background:                                     #FFF;
}

.padding5px
{
padding:                                5px;
}

.oval4px
{
-webkit-border-radius:                                       4px;
-moz-border-radius: 4px;
border-radius:                                       4px;
}

.oval5px
{
-webkit-border-radius:                                       5px;
-moz-border-radius: 5px;
border-radius:                                       5px;
}

.oval6px
{
-webkit-border-radius:                                       6px;
-moz-border-radius: 6px;
border-radius:                                       6px;
}

.oval7px
{
-webkit-border-radius:                                       7px;
-moz-border-radius: 7px;
border-radius:                                       7px;
}

.AnaBannerlar
{
padding:                                5px;
margin-bottom:10px;
}

.AnaBannerlar a
{
display:                                flex;
}

.AnaBannerlar .BannerTekli, .AnaBannerlar .BannerCiftli
{
margin-bottom:                                6px;
}

.AnaBannerlar .BannerTekli:nth-last-child(1)
{
margin-bottom:                                0px;
}

.AnaBannerlar .BannerCiftli .col-6:nth-child(1)
{
padding-right:                                3px;
}

.AnaBannerlar .BannerCiftli .col-6:nth-child(2)
{
padding-left:                                3px;
}

.AnaKategoriLinkler
{
margin-bottom:                                10px;
}
@media screen and (max-width: 768px)
{
.AnaKategoriLinkler
{
margin-bottom:                    4px;
}
}

.AnaKategoriLinkler a
{
margin-bottom:                                6px;
padding:15px 10px;
background:#FFF url(/Data/EditorFiles/1R/Simge/simge_sag.svg) no-repeat right 10px center;
background-size:                                9px;
font-size:14px;
color:                                #6d6875;
}

.AnaKategoriLinkler a.col-6:nth-child(2n-1)
{
width:calc(50% - 3px);
margin-right:                    3px;
}

.AnaKategoriLinkler a.col-6:nth-child(2n)
{
width:calc(50% - 3px);
margin-left:                    3px;
}

.AnaKategoriLinkler a#YeniKtgLink00
{
margin-bottom:                   6px;
}

.AnaKategoriLinkler a.col-3
{
width:calc(25% - 6px);
margin-left:                    3px;
margin-right:  3px;
}

.AnaKategoriLinkler a.col-3:nth-child(4n+1)
{
width:calc(25% - 3px);
margin-left:                    0px;
}

.AnaKategoriLinkler a.col-3:nth-child(4n)
{
width:calc(25% - 3px);
margin-right:                    0px;
}

.AnaKategoriLinkler a.col-3:nth-last-child(-n+4)
{
margin-bottom:                    0px;
}

.AnaKategoriLinkler a.col-12
{
text-align:                                center;
background:#FFF;
font-size:                                16px;
font-weight:600;
color:                                #C4486E;
margin-bottom:0px;
}

.AnaKategoriLinkler.YeniKategoriler a
{
padding:                           7px 10px;
text-align: center;
background:                           #FFF;
}

.AnaKategoriLinkler.YeniKategoriler a.active
{
background:                           #AA4A6F;
color: #FFF;
}

.AnaKategoriLinkler.YeniKategoriler a h2
{
margin:                          0px;
font-size: 12px;
font-weight:                          normal;
line-height: 14px;
word-break:                           break-all;
overflow: hidden;
text-overflow:                           ellipsis;
white-space: nowrap;
}
/*.AnaKategoriLinkler.YeniKategoriler a.col-6:nth-last-child(-n+2)
{
margin-bottom:                          0px;
}
*/
.AnaKategoriLinkler.YeniKategoriler a.col-12
{
padding:                         12px 10px;
font-size: 13px;
font-weight:                         normal;
color: #6d6875;
margin-bottom:                         0px;
}

.GenelBaslik
{
text-align:                                 center;
text-transform: uppercase;
font-size:                                 16px;
color: #6D6875;
}

.UstVitrinBaslik::-webkit-scrollbar
{
display:                                      none;
}

.UstVitrinBaslik
{
max-height:                                      40px;
overflow-y: scroll;
margin-bottom:                                     10px;
text-align:center;
}

.UstVitrinBaslik h1
{
display:                                      block;
height:40px;
line-height:                                     40px;
font-size: 14px;
font-weight:                                      bold;
text-transform: uppercase;
color:                                      #C4486E;
margin: 0px 0px 10px;
}

.ListeKampBilgi01
{
text-align:              center;
padding:10px 5px 0px;
margin-bottom:              5px;
animation-name: AnimasyonBg1;
animation-duration:              2s;
animation-iteration-count: 1000;
animation-timing-function:              unset;
border: 3px solid #FFF;
color:              #FFF;
}

.ListeKampBilgi01 baslik
{
display:              block;
font-weight: 900;
font-size:              22px;
margin-bottom: 6px;
/*color:#0099ff;*/
}

.ListeKampBilgi01 span
{
display:              block;
font-weight: 100;
font-size:             12px;
margin-bottom: 3px;
}

.ListeKampBilgi01 span b
{
font-weight:              400;
}

.ListeKampBilgi01 font
{
display:              block;
font-weight: 600;
font-size:              14px;
/*color:#111;*/
margin-bottom:              5px;
}

.ListeKampBilgi01 kamp
{
display:              block;
font-weight: 900;
font-size:              24px;
/*color: #f700a9;*/
}

.SayacKamp01
{
display:             block;
padding: 5px;
background:              #0099ff;
color: #FFF;
}

.SayacKamp01 .SayacBox .Fsol
{
float:             left;
font-weight: 900;
font-size:              20px;
}

.SayacKamp01 .SayacBox .Fsol span
{
display:              block;
font-weight: 900;
font-size:              17px;
margin-bottom: 5px;
}

.SayacKamp01 .SayacBox .Fsol font
{
display:              block;
font-weight: 100;
font-size:              12px;
}

.SayacKamp01 .SayacBox .Fsag
{
float:             right;
}

.SayacKamp01 .SayacBox .Fsag #SayacKamp01
{
text-align:              center;
height: 45px;
line-height:             20px;
padding: 5px 5px;
background:              #FFF;
color: #CF0060;
font-size:              28px;
font-weight: 600;
}

.SayacKamp01 .SayacBox .Fsag #SayacKamp01 span
{
display:             block;
font-size:11px;
color:             #888;
}

.catalogSlide .row
{
margin-left:                                -3px;
margin-right:-3px;
}

.catalogSlide .productItem
{
padding-left:                                3px;
padding-right:3px;
margin-bottom:                                0px;
}

.SiparisTakipSayfasi
{
padding-top:                                10px;
}

.SiparisTakipSayfasi .form-group label
{
width: calc(100% - 3px);
display:                        block;
line-height: 35px;
background:                        #F4F4F0;
cursor:pointer;
font-size:                       12px;
color: #6D6875;
}

.SiparisTakipSayfasi .form-group label input
{
width:                       1px;
height: 1px;
}

.SiparisTakipSayfasi .form-group label.active
{
background:                        #B5838D;
color: #FFF;
}

.SiparisTakipSayfasi .form-control
{
margin-bottom:                       10px;
}

.SiparisTakipSayfasi .SiparisTakipAciklama
{
font-size:                        13px;
line-height: 15px;
color:                        #6D6875;
text-align: center;
}
#katalog
{
padding:                                     5px;
margin-bottom:10px;
}
#basketPopupItems .priceBasketProduct
{
font-weight:                                   600;
color:#C4486E;
font-size:                                   14px;
}
#basketPopupItems .fw600 span
{
font-weight:                                   normal;
line-height: initial;
}
#page-login
{
color:                                  #6D6875;
}
#page-login .btn-light:hover, #page-login .btn-light.active
{
background-color:                                   #C4486E;
}
#page-login .pageTitle .member, #page-login .pageTitle .memberInfo, #page-login .pageTitle .memberNew
{
background:                                   none;
padding-left: 20px;
}
#membershipTabs .btn
{
text-transform:                                  uppercase;
font-weight:normal;
font-weight:                                  600;
}
/*#membershipTabs .btn.active
{
color:                                  #C4486E;
}
#membershipTabs .btn:before
{
background-color:                                   #C4486E;
}
*/
.pos-r
{
position:                                      relative;
}
#SiparisUst
{
text-align:                             center;
padding:15px 0px;
margin-top:                             10px;
}
#SiparisUst a img
{
max-height:                              30px;
height: auto;
width:                              auto;
}
@media screen and (max-width: 768px)
{
#SiparisUst a img
{
max-height:                              25px;
}
}

.SiparisGeriButon a
{
height:                              40px;
padding: 0px 20px;
background: url(/Data/EditorFiles/1R/Simge/simge_sol.svg) no-repeat left center;
background-size:                              12px;
font-size: 13px;
line-height:                              38px;
color: #6D6875;
}
#pop-login-type .input-wrap, #ug-login-type .input-wrap
{
display:                            none;
}
#pop-login-type .btn-medium, #ug-login-type .btn-medium
{
font-size:                           12px;
}
::-webkit-scrollbar
{
width:                                      5px;
}
::-webkit-scrollbar-track
{
background:                                      #EEE;
}
::-webkit-scrollbar-thumb
{
background:                                      #6d6875;
}

.SepetKampanyaIcerik
{
margin-bottom:                        10px;
text-align:center;
font-size:                        14px;
color:#FFF;
line-height:                         18px;
}

.SepetKampanyaIcerik .box
{
/*animation-name: AnimasyonBg2;
animation-duration:                         2s;
animation-iteration-count: 1000;
animation-timing-function:                         unset;
*/
background:                        #00b4d8;
}

.SepetKampanyaIcerik span
{
display:                         block;
clear: both;
font-size:                         20px;
font-weight: bold;
}

.AnaKategoriler
{
display:                   block;
white-space: nowrap;
-webkit-overflow-scrolling:                   touch;
box-sizing: border-box;
overflow:                   hidden;
/*
overflow-x:                   auto;
*/
padding:                   0px 0px;
margin: 0px -5px 0px;
width: calc(100% + 10px);
margin-bottom:                   10px;
}

.AnaKategoriler a
{
display:                   flex;
float:left;
vertical-align:                   top;
margin: 0px 5px;
padding:                   0px;
width: calc(10% - 10px);
text-align:                   center;
position:relative;
}

.AnaKategoriler a span
{
display:                   block;
padding:3px 0px;
background:                   #000;
font-size: 11px;
text-transform:                   uppercase;
color: #FFF;
clear:                   both;
position: absolute;
z-index:                   1;
bottom: 0px;
left:                   0px;
right: 0px;
-webkit-border-bottom-right-radius:                   8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright:                   8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius:                   8px;
border-bottom-left-radius: 8px;
border-bottom:                   3px solid #FFF;
border-left: 3px solid #FFF;
border-right:                   3px solid #FFF;
}

.AnaKategoriler a img
{
-webkit-border-radius:                   8px;
-moz-border-radius: 8px;
border-radius:                   8px;
border: 3px solid #FFF;
width: calc(100% - 6px);
box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 7%);
-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 7%);
-moz-box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.07);
}
@media screen and (max-width: 768px)
{
.AnaKategoriler
{
width: 100%;
margin:                   0px 0px 10px;
overflow-x: auto;
}

.AnaKategoriler::-webkit-scrollbar
{
display:                   none;
}

.AnaKategoriler
{
-ms-overflow-style:                   none;
/* IE and Edge */
scrollbar-width:                   none;
/* Firefox */
}

.AnaKategoriler a
{
width: calc(24% - 10px);
display:                   inline-block;
float: none;
margin:                  0px 5px 0px 0px;
}

.AnaKategoriler a span
{
font-size:                   2vw;
}
}
#SeoAnasayfa
{
color:                     #6D6875;
font-size: 12px;
text-align:                     center;
overflow: auto;
max-height:                     50px;
}
#SeoAnasayfa h1
{
margin:                     5px 0px 15px;
font-size: 20px;
color:                     #222;
}
#SeoAnasayfa h2
{
margin:                     5px 0px;
font-size: 16px;
color:                     #222;
}
#campaignList
{
color:                 #FFF;
}
#campaignList > li
{
animation-name:                  AnimasyonBg1;
animation-duration: 2s;
animation-iteration-count:                  1000;
animation-timing-function: unset;
margin-bottom:             10px;
}
#campaignList > li:nth-child(2)
{
animation:              none;
background:#420454;
}
#campaignList > li > div
{
width:calc(100% - 83px);
}
#campaignList > li > div > .radio
{
display:                 none;
}
#campaignList > li > div > span > .fw700
{
font-weight:                  normal;
line-height: 18px;
text-align:                 center;
height: 50px;
padding-top:             5px;
}
#campaignList > li > div > span > .fw700 b
{
font-size:                 20px;
}
#campaignList > li > div > span > .fw700 font
{
font-size:                  13px;
font-weight: bold;
position:                  relative;
top: -5px;
}
#campaignList > li > a
{
background:                  #FFF;
color: #C4486E;
font-weight:                  600;
position: absolute;
margin:                  5px 5px;
top: 10px;
right:                  10px;
}
#tsoft-eticaret-sistemleri
{
display:none !important;
}
@keyframes AnimasyonBg2
{
0%
{
background:                         #ab27b0;
}
25%
{
background:                         #d6a100;
}
50%
{
background:                         #02cae3;
}
100%
{
background:                         #b84f8a;
}
}
@-webkit-keyframes AnimasyonBg2
{
0%
{
background:                         #ab27b0;
}
25%
{
background:                         #d6a100;
}
50%
{
background:                         #02cae3;
}
100%
{
background:                         #b84f8a;
}
}
@-moz-keyframes AnimasyonBg2
{
0%
{
background:                         #ab27b0;
}
25%
{
background:                         #d6a100;
}
50%
{
background:                         #02cae3;
}
100%
{
background:                         #b84f8a;
}
}

.UstKayanYazi{background-color:#ff5400!important;}
.AnaKategoriler a span{background-color:#ff5400!important;}