@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext');
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%;
    overflow-x:                                       hidden;
}
body
{
    font-family:"Arial";
    font-size:                                      13px;
    line-height: 1;
}
script
{
    display:                                      none;
}
ol, ul
{
    list-style-type:                                       none;
}
img
{
    max-width:100%;
    height:                                      auto;
}

.ie img
{
    /*width:100%;*/
    max-width:                                      none;
    height:auto;
}

.ie .middleItem img
{
    max-width:100%;
}

.ie .middleItem td.col-1
{
    max-width:                                      150px;
}
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:"PT 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:"PT Sans", sans-serif;
    line-height:1.5;
}
a
{
    text-decoration:                                      none;
    color:inherit;
    cursor:                                      pointer;
}
h1, h2, h3, h4, h5, h6
{
    display:                                      block;
    font-family:"PT 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;
}

.pf
{
    position:                                      fixed;
}

.ps
{
    position:                                      static;
}

.pa
{
    position:                                      absolute;
}

.pr
{
    position:                                      relative;
}

.ps-top
{
    top:                                      0;
}

.ps-right
{
    right:                                      0;
}

.ps-bottom
{
    bottom:                                      0;
}

.ps-left
{
    left:                                      0;
}

.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:                                      #538b3c;
}

.warning
{
    color:                                      #ec971f;
}

.danger
{
    color:                                      #d71d39;
}

.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.mt
{
    margin-top:                                      10px;
}

.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,
.col.box-border,
.box.box-border,
.btn.box-border,
[dir="rtl"] .box-border,
[dir="rtl"] .col.box-border,
[dir="rtl"] .box.box-border,
[dir="rtl"] .btn.box-border
{
    border:                                      1px solid #d9d9d9;
}

.b-top,
.col.b-top,
.box.b-top,
[dir="rtl"] .b-top,
[dir="rtl"] .col.b-top,
[dir="rtl"] .box.b-top
{
    border-top:                                      0;
}

.b-right, .col.b-right, .box.b-right
{
    border-right:                                      0;
}
[dir="rtl"] .b-right,
[dir="rtl"] .col.b-right,
[dir="rtl"] .box.b-right
{
    border-left:                                      0;
}

.b-bottom,
.col.b-bottom,
.box.b-bottom,
[dir="rtl"] .b-bottom,
[dir="rtl"] .col.b-bottom,
[dir="rtl"] .box.b-bottom
{
    border-bottom:                                      0;
}

.b-left, .col.b-left, .box.b-left
{
    border-left:                                      0;
}
[dir="rtl"] .b-left,
[dir="rtl"] .col.b-left,
[dir="rtl"] .box.b-left
{
    border-right:                                      0;
}

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

.line-right, .col.line-right, .box.line-right, .btn.line-right
{
    border-right:                                      1px solid #f6f6f6;
}
[dir="rtl"] .line-right,
[dir="rtl"] .col.line-right,
[dir="rtl"] .box.line-right,
[dir="rtl"] .btn.line-right
{
    border-right:                                      0;
    border-left:1px solid #f6f6f6;
}

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

.line-left, .col.line-left, .box.line-left, .btn.line-left
{
    border-left:                                      1px solid #f6f6f6;
}
[dir="rtl"] .line-left,
[dir="rtl"] .col.line-left,
[dir="rtl"] .box.line-left,
[dir="rtl"] .btn.line-left
{
    border-right:                                      1px solid #f6f6f6;
    border-left:0;
}

.line-light,
.col.box-border.line-light, .box.box-border.line-light, .btn.box-border.line-light,
.col.line-top.line-light, .box.line-top.line-light, .btn.line-top.line-light,
.col.line-right.line-light, .box.line-right.line-light, .btn.line-right.line-light,
.col.line-bottom.line-light, .box.line-bottom.line-light, .btn.line-bottom.line-light,
.col.line-left.line-light, .box.line-left.line-light, .btn.line-left.line-light
{
    border-color:                                      #f3f3f3;
}

.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, .btn.m-top
{
    margin-top:                                      0;
}

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

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

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

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

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

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

.p-right, .box.p-right, .col.p-right, .btn.p-right
{
    padding-right:                                      0;
}
#notFound:before
{
    content:'';
    float:                                      left;
    width:100%;
    height:                                      127px;
    background:url('404.png') no-repeat center center;
    margin-top:                                      20px;
    margin-bottom:20px;
}

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

.icon-arrow.fr, .icon-basket.fr
{
    margin-left:                                      10px;
}

.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;
}

.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:16px;
    float:                                       left;
    background:url('../../images/stars.png') no-repeat;
}

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

.progress
{
    height:                                       20px;
    padding:0;
    position:                                      relative;
    background:#dadada;
}

.progress-bar
{
    position:                                      absolute;
    left:0;
    top:                                      0;
    height:100%;
    line-height:1.5;
    color:                                      #fff;
    background: #ec3137;
}
[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"] #rightColumn
{
    padding-right:                                      10px;
    padding-left:0;
}
[dir="rtl"] #leftColumn
{
    padding-right:                                      0;
    padding-left:10px;
}
#mainColumn
{
    max-width:100%;
    padding-right:                                       10px;
    box-sizing: border-box;
}

.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
{
    position:                                      fixed;
    /*
    display:                                      none;
    */width:     70px
;height:                                   50px;
    cursor:    pointer
;bottom:                                   57px;
    right:     0;/*
margin-right:                                       -829px;
*/background:url('backToTop.png') no-repeat
;z-index:                                       998;
}

[dir="rtl"] #backToTop
{
    right:                                      auto;
    left:50%;
    margin-right:                                      0;
    margin-left:-680px;
}
.mobileCart
{
    position:                                      fixed;
    /*
    display:                                      none;
    */width:     70px
;height:                                   50px;
    cursor:    pointer
;bottom:                                   50px;
    right:     0;/*
margin-right:                                       -829px;
*/background:url('backToTop.png') no-repeat
;z-index:                                       998;
}
.mobileCart
{
    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;
}
#leftColumn
{
    padding-left:10px !important;
}
#content .inner
{
    margin-top:                                      10px;
}

.filterBtn
{
    padding:                                       5px 0;
    background-color: #ec3137 !important;
}

.shadow
{
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1320px) and  (max-width:1439)
{
    .inner
    {
        width:95%;
        margin:                                      0 auto;
    }
    #content, #blog
    {
        width: 95%;
        margin:                                      0 auto;
        background: #f8f8f8;
        box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.25);
        border:                                       0;
    }
}
@media screen and (min-width: 1441px)
{
    .inner
    {
        width:                                      1440px;
        margin:0 auto;
    }
    #content, .blogAna
    {
        width:                                       1440px;
        margin:0 auto;
        background:                                       #f8f8f8;
        box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.25);
        border:                                       0;
    }
}
@media screen and (max-width: 1230px)
{
    #content
    {
        margin-right:                                      0;
        margin-left:0;
    }

    .inner
    {
        float:                                      left;
        width:100%;
    }
    #backToTop
    {
        /*
        right:                                       -24px;
        */
    }
}
@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-auto
    {
        width:                                      auto;
    }

    .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) and (min-width:541px)
{
    :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;
    }
}
@media screen and (max-width: 768px)
{
    .col-sm-auto
    {
        width:                                      auto;
    }

    .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%;
    }

    .dn-sm
    {
        display:                                      none;
    }

    .inner > .row
    {
        margin-right:                                      0;
        margin-left:0;
    }

    .forDesktop
    {
        display:                                      none;
    }
    #leftColumn
    {
        padding-right:                                      0;
    }
    [dir="rtl"] #leftColumn
    {
        padding-left:                                      0;
    }
    #rightColumn
    {
        padding-left:                                      0;
    }
    [dir="rtl"] #rightColumn
    {
        padding-right:                                      0;
    }
}
@media screen and (max-width: 540px)
{
    .col-xs-auto
    {
        width:                                      auto;
    }

    .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%;
    }
    :not(.notClear) > .col-xs-6 + .col-xs-6:nth-of-type(2n+3),
    :not(.notClear) > .col-xs-4 + .col-xs-4:nth-of-type(3n+4),
    :not(.notClear) > .col-xs-3 + .col-xs-3:nth-of-type(4n+5),
    :not(.notClear) > .col-xs-2 + .col-xs-2:nth-of-type(6n+7),
    :not(.notClear) > .col-xs-1 + .col-xs-1:nth-of-type(12n+1)
    {
        clear:                                      both;
    }

    .dn-xs
    {
        display:                                      none;
    }
    #leftColumn > p,
    #leftColumn > p *,
    #mainColumn > p,
    #mainColumn > p *,
    #rightColumn > p,
    #rightColumn > p *
    {
        float:                                      left;
        width:100%;
    }
}

.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
    {
        width: 100%;
        left:                                       0;
        margin: 0;
        border-radius:                                       0;
        border-left: 0;
        border-right:                                       0;
        border-top: 0
    }
}
@media all and (max-width:360px)
{
    .col-xxs-auto
    {
        width:                                      auto;
    }

    .col-xxs-12
    {
        width:100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .dn-xxs
    {
        display:                                      none;
    }
}
/*USER taraf ndan eklendi*/
.tagborder
{
    border-right:                                      1px solid #fff;
    background-color: #5e9746;
    color:                                      #fff;
    padding-left: 5px;
    padding-right:                                      5px;
}

.msg
{
    transition: transform .2s; /* Animation */
}

.msg:hover
{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.renk span>a,.renk>a
{
    color:#ec3137
}

.CartCampaignLink a
{
    color:                                                           #515151;
    font-weight:700;
    text-decoration:underline!important
}

.CartCampaignLink
{
    font-weight:300
}

.img60
{
    max-width:80%!important;text-align:center
}

.listnomargin
{
    margin-top:0!important
}

.cartcampaignborder
{
    overflow:                                                          hidden;
    position:relative
;background-color:                                                     #fff;
    margin: 5px;
}

.cartcampaignborder a
{
    color:                                                     white;
    text-decoration:none !important;
}

.btn-medium-cart
{
    font-size:.9vw
}

.campaign-btn
{
    font-weight:                                                           400;
    display:block!important;width:150px
}

.oh div a
{
    color:                                                         #d71d39;
}

.oh div a.whiteLink
{
    color:                    #fff;
}

.whiteBg
{
    background-color:                                                         #fff;
}

.dermokozmetik
{
    background:                                                          #f2f2f2 no-repeat fixed center;
}

.dermokozmetik .baslik
{
    float:                                                         none;
    color:#808080;
    text-transform:                                                          uppercase;
    padding-top: 10px;
}

.dermokozmetik .resim
{
    paddin-bottom:                      10px;
}

.dermokozmetiketiket
{
    width:100%;
    position:                                                         absolute;
    top: 0;
    bottom:                                                          0;
    z-index: 777;
    text-align:                                                          center;
    /* background: rgba(255,255,255,0.8); */
    /*
    opacity:                                                          0;
    */
    display:                                                          flex;
    justify-content: center;
    flex-direction:                                                          column;
}
@media only screen and (max-width: 1920px) and (min-width: 1300)
{
    .OrtaDermo
    {
        margin-left: calc(100% - 1282px);
    }
}

.dene
{
    margin-top: -35px !important;
}

.dklist
{
    list-style-type:                                                          square;
}

.dkdesc
{
    height:                                                          auto;
    position: relative;
}
#dkimg
{
    padding-bottom: 50%;
    background:                                                          none;
    box-shadow: none;
}

.try
{
    border-radius:                                                          5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin-bottom:                                                         5px;
}

.icon8
{
    border:                                                   1px solid #ccc;
    padding-bottom: 3px;
    padding-top:                                                   6px;
    margin-left: 5px;
}

.marginorta
{
    padding-left: calc(100% - 2177px);
    background-color:                                                  #fff;
}

.catetoptext::-webkit-scrollbar
{
    width:                                                5px;
}

.catetoptext::-webkit-scrollbar-track
{
    box-shadow:                                                inset 0 0 2px grey;
    border-radius: 2px;
}

.catetoptext::-webkit-scrollbar-thumb
{
    background:                                                #5e9746;
    border-radius: 30px;
    width:                                               5px;
}

.catetoptext::-webkit-scrollbar-thumb:hover
{
    background:                                                #4c7b38;
}

.catetopborder
{
    border:                                               1px solid #d2d2d2;
}

.catetopheader
{
    font-size:                                               20px;
    color: #800000;
}

.cattbox
{
    overflow:                                hidden;
}

.catetoptext
{
    float:                                               left;
    height: 82px;
    overflow-y:                                               auto;
    width: 99%;
    text-align:                                               justify;
    font-size: 10pt;
    line-height:                                               17px;
}

.catebox
{
    width: 40%;
    position:                                               absolute;
    top: 0;
    bottom:                                               0;
    right: 0;
    text-align:                                               center;
    display: flex;
    justify-content:                                               center;
    flex-direction: column;
}

.cateboxtext h3
{
    color:                                               #800000;
}

.cattboxback
{
    background: rgb(255,255,255,0.8);
    position:                                absolute;
    top: 0;
    height:                                auto;
    display: flex;
    margin:                                2em;
    max-width: 48%;
    overflow:                                inherit;
}

.cattbox-block
{
    margin-left:                              1em;
    margin-right: 1em;
    max-height:                              264px;
}

.cattbox-title
{
    color:                                              #800000;
    font-weight: bold;
    font-size:                              12px;
}

.cattbox-text
{
    float:                                left;
    height: 70%;
    overflow-y:                                auto;
    width: 100%;
    text-align:                                justify;
    font-size: 10pt;
    line-height:                                17px;
    /*margin-top: 1em;*/
    padding-right:                                5px;
}

.cattbox-text::-webkit-scrollbar
{
    width:                                                5px;
}

.cattbox-text::-webkit-scrollbar-track
{
    box-shadow:                                                inset 0 0 2px grey;
    border-radius: 2px;
}

.cattbox-text::-webkit-scrollbar-thumb
{
    background:                                                #5e9746;
    border-radius: 30px;
    width:                                               5px;
}

.cattbox-text::-webkit-scrollbar-thumb:hover
{
    background:                                                #4c7b38;
}

.wv-container .cattboxback
{
    margin:             0;
    max-width: 100%;
    top:             11px;
}

.wv-container .cattbox-block
{
    max-height:             340px;
}
@media only screen and (min-width: 1024px) and (max-width: 1340px)
{
    .cattbox-block
    {
        margin-left:                              1em;
        margin-right: 1em;
        max-height:                              200px;
    }

    .cattbox-text
    {
        height: 65%;
    }
}
@media only screen and (min-width: 681px) and (max-width: 1024px)
{
    .cattbox-block
    {
        margin-left:                              1em;
        margin-right: 1em;
        max-height:                              155px;
    }

    .cattbox-text
    {
        height: 60%;
    }

    .cattboxback
    {
        margin:    0.5em;
    }
}
@media only screen and (min-width: 526px) and (max-width: 681px)
{
    .cattbox-block
    {
        max-height:                              120px;
    }

    .cattbox-text
    {
        height: 40%;
    }

    .cattboxback
    {
        margin:    0.5em;
    }
}
@media only screen and (min-width: 526px) and (max-width: 681px)
{
    .cattbox-block
    {
        max-height:                              120px;
    }

    .cattbox-text
    {
        height: 40%;
    }

    .cattboxback
    {
        margin:    0.5em;
    }
}

.box.col-12.whiteBg.box-border.line-light.orderTrack
{
    border:                           1px solid #ec3137;
}
#siparisNo+.placeholder
{
    padding-left: 25px !important;
    background:                            none;
}
#siparisMail+.placeholder
{
    padding-left: 25px !important;
    background:                            none;
}

.btn-tol-lightBg
{
    background-color:                           #c7eafd;
    font-size: 20px;
    font-weight:                           800;
    margin-bottom:10px;
}

.xls .tol-sen .col-4 h2
{
    background-color:                  #33960a;
    padding: 10px;
    color:                  #fff;
    text-align:center;
}

.xls .tol-sen-title2
{
    background-color:  #33960a;
    padding: 10px;
    color:  #fff;
}

.xls .col.col-1 span
{
    color:                         #33960a;
    font-size:20px;
    line-height:                         20px;
    float:right;
}

.tol-sen-title1
{
    background-color:                          #c7eafd;
    padding:10px;
}

.tol-sen-title2
{
    background-color:                          #00adef;
    padding:10px;
    color:#fff
}

.tol-sen .col-4 h2
{
    background-color:                   #00adef;
    padding: 10px;
    color:                   #fff;
    text-align:center;
}

.col.col-1 span
{
    color:                          #00adef;
    font-size:20px;
    line-height:                          20px;
    float:right;
}

.col.col-7 p
{
    font-size:                          15px;
    float:left;
}

.tol-blue-content
{
    color:                          #00adef;
    font-size:18px;
    font-weight:                          800;
}
#cookiePopin_
{
    position:                          fixed;
    bottom: 0;
    left:                          20px;
    width: 500px;
    background-color:                          #000;
    border-radius: 10px 10px 0 0;
    overflow:                          hidden;
    z-index: 9999;
}
#cookieTitle_
{
    line-height:                          24px;
    color: #fff;
    font-size:                          14px;
}
#cookieClose_
{
    width:                          26px;
    height: 26px;
    color:                          #fff;
    font-size: 16px;
    text-align:                          center;
    cursor: pointer;
}
#cookieDescription_
{
    line-height:                          20px;
    color: #fff;
    font-size:                          11px;
}
@media only screen and (max-width: 1600px)
{
    .bagis
    {
        display:                        none;
    }
}
#commentTabContent .row > a[data-url="/srv/service/customer/login-form"]
{
    float:     none;
    height: 35px;
    line-height:     35px;
    font-size: 14px;
    border:     0;
    padding-top: 10px;
    padding-bottom:     10px;
    padding-left: 15px;
    padding-right:     15px;
    position: relative;
    color:     #fff;
    background-color: #528c39;
    z-index:     334;
    width: 92%;
    text-align:     center;
}

.hlls-green .hlls-image
{
    background-color:                        #02a044;
    padding-left:10px;
}

.hlls-green .hlls-image img
{
    padding:                       15px 0 15px 0;
}

.hlls-green
{
    background-color:                       #f1f1f1;
}

.hlls-green .hlls-content h1
{
    color:#02a044
}

.hlls-green .hlls-content .hlls-list
{
    padding-top:                       10px;
    font-size:16px;
    line-height:                       22px;
}

.hlls-green .hlls-content .hlls-sub
{
    font-size:                        19px;
    font-weight: 800;
    padding-bottom:                        38px;
    color: #02a044;
}

.hlls-green .hlls-content p
{
    font-size:                        19px;
    padding-top: 6px;
}

.hlls-orange .hlls-image
{
    background-color:                        #f18955;
    padding-left:10px;
}

.hlls-orange .hlls-image img
{
    padding:                       15px 0 15px 0;
}

.hlls-orange
{
    background-color:                       #a2a2a2;
}

.hlls-orange .hlls-content h1
{
    color:#f18955
}

.hlls-orange .hlls-content .hlls-list
{
    padding-top:                       10px;
    font-size:16px;
    line-height:                       22px;
}

.hlls-orange .hlls-content .hlls-sub
{
    font-size:                        19px;
    font-weight: 800;
    padding-bottom:                        38px;
    color: #f18955;
}

.hlls-orange .hlls-content p
{
    font-size:                        19px;
    padding-top: 6px;
}

.hlls-red .hlls-image
{
    background-color:                        #e22e31;
    padding-left:10px;
}

.hlls-red .hlls-image img
{
    padding:                       15px 0 15px 0;
}

.hlls-red
{
    background-color:                       #a2a2a2;
}

.hlls-red .hlls-content h1
{
    color:#e22e31
}

.hlls-red .hlls-content .hlls-list
{
    padding-top:                       10px;
    font-size:16px;
    line-height:                       22px;
}

.hlls-red .hlls-content .hlls-sub
{
    font-size:                        19px;
    font-weight: 800;
    padding-bottom:                        38px;
    color: #e22e31;
}

.hlls-red .hlls-content p
{
    font-size:                        19px;
    padding-top: 6px;
}

.hlls-purple .hlls-image
{
    background-color:                        #5a3eb9;
    padding-left:10px;
}

.hlls-purple .hlls-image img
{
    padding:                       15px 0 15px 0;
}

.hlls-purple
{
    background-color:                       #a2a2a2;
}

.hlls-purple .hlls-content h1
{
    color:#5a3eb9
}

.hlls-purple .hlls-content .hlls-list
{
    padding-top:                       10px;
    font-size:16px;
    line-height:                       22px;
}

.hlls-purple .hlls-content .hlls-sub
{
    font-size:                        19px;
    font-weight: 800;
    padding-bottom:                        38px;
    color: #5a3eb9;
}

.hlls-purple .hlls-content p
{
    font-size:                        19px;
    padding-top: 6px;
}

.hlls-yellow .hlls-image
{
    background-color:                        #fdd35c;
    padding-left:10px;
}

.hlls-yellow .hlls-image img
{
    padding:                       15px 0 15px 0;
}

.hlls-yellow
{
    background-color:                       #a2a2a2;
}

.hlls-yellow .hlls-content h1
{
    color:#fdd35c
}

.hlls-yellow .hlls-content .hlls-list
{
    padding-top:                       10px;
    font-size:16px;
    line-height:                       22px;
}

.hlls-yellow .hlls-content .hlls-sub
{
    font-size:                        19px;
    font-weight: 800;
    padding-bottom:                        38px;
    color: #fdd35c;
}

.hlls-yellow .hlls-content p
{
    font-size:                        19px;
    padding-top: 6px;
}

.hlls-green .hlls-btn
{
    background-color:                        #02a044;
    color: #fff;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border-bottom: 2px solid #02a044;
    margin-bottom:                        10px;
}

.hlls-green .hlls-btn2
{
    background-color:                        #fff;
    color: #02a044;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border: 1px solid #02a044;
}

.hlls-orange .hlls-btn
{
    background-color:                        #f18955;
    color: #fff;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border-bottom: 2px solid #f18955;
    margin-bottom:                        10px;
}

.hlls-orange .hlls-btn2
{
    background-color:                        #fff;
    color: #f18955;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border: 1px solid #f18955;
}

.hlls-red .hlls-btn
{
    background-color:                        #e22e31;
    color: #fff;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border-bottom: 2px solid #e22e31;
    margin-bottom:                        10px;
}

.hlls-red .hlls-btn2
{
    background-color:                        #fff;
    color: #e22e31;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border: 1px solid #e22e31;
}

.hlls-purple .hlls-btn
{
    background-color:                        #5a3eb9;
    color: #fff;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border-bottom: 2px solid #5a3eb9;
    margin-bottom:                        10px;
}

.hlls-purple .hlls-btn2
{
    background-color:                        #fff;
    color: #5a3eb9;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border: 1px solid #5a3eb9;
}

.hlls-yellow .hlls-btn
{
    background-color:                        #fdd35c;
    color: #fff;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border-bottom: 2px solid #fdd35c;
    margin-bottom:                        10px;
}

.hlls-yellow .hlls-btn2
{
    background-color:                        #fff;
    color: #fdd35c;
    font-weight:                        700;
    line-height: 25px;
    font-size:                        25px;
    border: 1px solid #fdd35c;
}

.dogal
{
    background:                                                          #f2f2f2 no-repeat fixed center;
}

.dogal .baslik
{
    float:                                                         none;
    color:#808080;
    text-transform:                                                          uppercase;
    padding-top: 10px;
}

.dogal .resim
{
    padding-bottom:                      10px;
}

.video-container
{
    position:                   relative;
    padding-bottom: 56.25%;
    padding-top:                   30px;
    height: 0;
    overflow:                   hidden;
}

.video-container iframe,
.video-container object,
.video-container embed
{
    position:                   absolute;
    top: 0;
    left:                   0;
    width: 100%;
    height: 100%;
}

.dogTitle
{
    font-size:                 16px;
    padding-top: 5px;
    padding-bottom:                 5px;
}

.dogDesc
{
    font-size:                 14px;
    padding-top: 5px;
    padding-bottom:                 5px;
    line-height:18px;
}

.cmpSum p
{
    color:            #538b3c;
}

.noodle-list
{
    font-size:          18px;
    line-height: 20px !important;
}

.noodle-desc-container
{
    font-size:          18px;
    line-height: 20px !important;
}

.noodle-header-container
{
    background-color:           #002245;
    color: #fff;
    padding:           20px;
    margin-bottom:10px;
}
ul.noodle-list li
{
    list-style: inside url('/Data/EditorFiles/V4UrunIcerik/noodle/noodles.png') !important;
    padding:           0 0 15px 0;
    line-height: 20px !important;
}

.noodle-subtitle
{
    color:          #002245;
    font-size:20px;
    font-weight:          800;
}

.noodle-header
{
    font-size:           3em;
}

.noodle-subheader
{
    font-size:           2em;
}

.noodle-sidebar-list li
{
    list-style: inside url('/Data/EditorFiles/V4UrunIcerik/noodle/tick.png') !important;
    padding:          0 0 15px 20px;
    line-height: 20px !important;
    text-align:         left;
}

.noodle-desc-container h3
{
    font-size:          18px;
    line-height: 20px !important;
    margin-bottom:0 !important
}

.mt
{
    margin-top:         10px;
}

.dogBorder
{
    border-right:                1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;
    height:              212px;
}

.pulse
{
    letter-spacing: 0.3px;
    line-height:         17px;
    /*margin:100px;*/
    /*margin-top:10px;*/
    display:         block;
    /*width: 10px;
    height:         10px;
    */
    /*border-radius: 50%;*/
    background:         #f5f5f5;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(232, 76, 61, 0.4);
    animation:         pulse 2s infinite;
}

.pulse:hover
{
    animation:         none;
}
@-webkit-keyframes pulse
{
    0%
    {
        -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(232, 76, 61, 0);
    }
}
@keyframes pulse
{
    0%
    {
        -moz-box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.4);
        box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.4);
    }
    70%
    {
        -moz-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
    100%
    {
        -moz-box-shadow: 0 0 0 0 rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 0 rgba(232, 76, 61, 0);
    }
}

.cmpSumUD
{
    border:1px solid rgba(232, 76, 61, 0.4);;
    position:       relative;
}

.cmpHeader
{
    text-align:       center;
    /*
    font-size:       15px;
    */
    position:       absolute;
    top: -10.2px;
    padding:        0 5px 0 5px;
    background: linear-gradient(180deg, #fff 50%, #f5f5f5 50%);
    background-color:       #000;
}

.parentbox
{
    height:     100px;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.parentbox:before
{
    /* create a full-height inline block pseudo-element */
    content: ' ';
    display:      inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.childbox
{
    display:      inline-block;
    vertical-align: middle;          /* vertical alignment of the inline element */
    font: 16px/1 Arial, sans-serif;  /* reset the font property */
    padding:      5px;
}

.phytolastil-urundetay
{
    font-size:15px !important;
    line-height:25px !important;
}

.phytolastil-urundetay ul li
{
    font-size:15px !important;
    line-height:25px !important;
}

.distContainer
{
    display:    inline-block;
    width: 23.33%;
    height:    150px;
    border: thin solid #d0cfcf;
    margin: 0.25em;
}

.distContainer .distTitle
{
    font-weight:    bold;
    word-wrap: break-word;
    padding:    10px;
    font-size: 14px;
    text-transform:    uppercase;
    background-color: #c3c3c3;
}

.distContainer
{
    overflow:    hidden;
}

.hidden
{
    display:    none;
}
#search2
{
    width: 97%;
    margin:    0 auto;
    padding: 0.25em;
    text-align:    center;
}
#distresults
{
    text-align:    center;
}

.distcontentname
{
    font-size:   14px;
    line-height:25px;
    text-transform:   capitalize;
    font-weight:500;
}

.distcontenttel
{
    font-size:   14px;
    line-height:25px;
    text-transform:   capitalize;
    font-weight:500;
}

.distcontentmail
{
    font-size:   14px;
    line-height:25px;
    text-transform:   capitalize;
    font-weight:500;
}
