/* ==================== */
/* ------F5--HT-------- */
/* ==================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext'); :root {
    --theme-color: #006fb8;
}

/***/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Fadein Css*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Fadein Css*/
/*reset Css*/
[hidden] {
    display: none !important;
}

[role="button"] {
    cursor: pointer;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    -webkit-animation: fadein 500ms ease-in-out .5s both;
    animation: fadein 500ms ease-in-out .5s both;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

p {
    margin: 0;
}

input[type,number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input, button, select, textarea {
    line-height: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: #666;
    transition: background .1s ease-in-out,color .1s ease-in-out;
}

a:active, a:hover {
    outline-width: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

select, input {
    font-family: 'Poppins', sans-serif !important;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

textarea {
    resize: vertical;
    overflow: auto;
}

/*colgrid*/
.pull-center {
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*colgrid*/
/* ============ ol,ul reset ============ */
.ProductList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogCenter ul, .blogCenter ol {
    padding: revert;
    margin: revert;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation .navUl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .socialdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .store ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .linkler .blink ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.TopDet .product_social_icon_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body .category-vertical-filters.top-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobilMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.breadList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.urunOzellikTab .urunTab >ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CartProduct ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellik .urunTab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#pnlSlider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mBread ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categorydesign ul,.categorydesign ol {
    padding: revert;
    margin: revert;
}

.GuvenList ul {
    list-style: none;
}

/* ============ */
.fa-facebook-f:before {
    content: "\f39e"!important;
}

.hesabimBolumuTutucu i {
    vertical-align: middle;
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm > div {
    margin: 0 !important;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

#txtbxCep {
    border: solid 1px #a9a9a9;
    height: 26px;
    color: #777777;
    background-color: transparent;
}

.clear {
    clear: both;
}

.textarea {
    font-family: 'Poppins', sans-serif;
    border: solid 1px #a9a9a9;
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: #777777;
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.textbox {
    font-family: 'Poppins', sans-serif;
    color: #666666;
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.button {
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    color: #fff;
    padding: 4px 5px;
    transition: all 0.3s ease 0s;
    border: none;
    text-align: center;
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background-color: none !important;
    width: 100%;
    margin-bottom: 4px;
}

.validate, .validateSol, .validateOrta {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /* display: table; */
    background-color: #a94442;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

.validate .validateOk, .validateSol .validateSolOk, .validateOrta .validateOrtaOk {
    background-color: #a94442;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.cloudzoom-zoom {
    z-index: 999;
}

.clearfix {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.clearfix:after, .clearfix:before {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.KasaOnuFirsatlarContent ul li a.button {
    border: none!important;
}

/* ------------------------------------ ToolTip --------------------------------------------*/
.tooltip {
    position: absolute;
    z-index: -1;
    display: none;
    font-size: 10px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=90);
    z-index: 1030;
    display: block;
}

.tooltip.top {
    padding: 5px 0;
    margin-bottom: 7px;
    bottom: 100%;
    left: 50%;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 7px;
    left: 100%;
    top: 50%;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 7px;
    top: 100%;
    left: 50%;
}

.tooltip.left {
    padding: 0 5px;
    margin-right: 7px;
    right: 100%;
    top: 50%;
}

.tooltip-inner {
    min-width: auto;
    padding: 0 8px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    border-radius: 0;
    white-space: nowrap;
    font-weight: normal;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px
}

/* -----------------------------------Magaza Sayfasi--------------------------------------------*/
.Magazalar #header {
    margin-bottom: 50px;
}

.Magazalar .magazaSelect {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    font-size: 13px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.Magazalar #searchStore {
    width: 25%;
    margin: 0;
}

.Magazalar #searchStore input {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    font-size: 13px;
    width: calc(100% - 115px);
}

.Magazalar #searchStore .buton {
    width: 105px;
    background: #222;
    border-color: #222;
}

.Magazalar #searchStore .buton:hover {
    color: #222;
}

.Magazalar .magazalarContent {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.Magazalar #nearStores {
    float: left;
    width: 100%;
}

.Magazalar #nearStores >h2 {
    font-weight: 600!important;
    color: #222;
    font-size: 18px;
}

/*------------------------------------iletisim--------------------------------------------*/
.iletisimContent {
    float: left;
    width: 100%;
}

.iletisimContent .row {
    margin: 0;
}

.iletisimContent .AdBan {
    float: left;
    width: 50%;
}

.iletisimContent .iletisimLeft {
    float: left;
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
    display: block;
}

.iletisimContent .categoryTitle {
    float: left;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
    text-align: left;
}

.iletisimContent .categoryTitle .categoryTitleText {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: left;
}

.iletisimContent .categoryTitle:after {
    clear: left;
    content: '';
    width: 70px;
    height: 1px;
    background: #e5e5e5;
    float: left;
}

.iletisimContent .iletisimLeft .Left {
    display: none;
}

.iletisimContent .iletisimLeft .Center {
    display: none;
}

.iletisimContent .iletisimLeft .span {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.iletisimContent .iletisimLeft .Right {
    display: block;
    color: #343434;
    font-size: 14px;
    line-height: 20px;
}

.iletisimContent .iletisimLeft .Right:before {
    color: #bababa;
    font-size: 20px;
    font-family: 'FontAwesome';
    width: 35px;
    text-align: left;
    font-weight: 300;
    float: left;
}

.iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
    font-size: 20px;
    font-weight: bold;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
    font-size: 24px;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right:before {
    content: '\f2a0';
}

.iletisimContent .iletisimLeft .span.iletisimLeftFaks .Right:before {
    content: '\f1ac';
}

.iletisimContent .iletisimLeft .span.iletisimLeftAdres .Right:before {
    content: '\f3c5';
}

.iletisimContent .iletisimLeft .span.iletisimLeftEposta .Right:before {
    content: '\f2b6';
}

.iletisimContent .iletisimRight {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimRight .iletisimbanka {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

.iletisimContent .iletisimRight .iletisimbanka .span {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div {
    display: block;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div span {
    display: inline-block;
    vertical-align: top;
    width: auto!important;
    color: #343434;
    font-size: 14px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div div {
    display: inline-block;
    vertical-align: top;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 span {
    display: block;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 {
    text-align: center;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line1 {
    text-align: left;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line4 {
    text-align: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div span:nth-child(1) {
    margin-bottom: 10px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line2 > div.line2 {
    float: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2) {
    border-top: 4px solid;
    margin-top: 20px;
    padding-top: 20px;
}

.iletisimContent .iletisimForm {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.iletisimContent .iletisimForm .rowLeft {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowLeft .span .Left {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    line-height: 30px;
}

.iletisimContent .iletisimForm .rowLeft .span .Right {
    display: block;
    position: relative;
}

.iletisimContent .iletisimForm .rowLeft .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    padding: 0 10px;
}

.iletisimContent .iletisimForm .rowRight {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowRight .span .Left {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    line-height: 30px;
    width: auto!important;
}

.iletisimContent .iletisimForm .rowRight .span .Right {
    display: block;
    position: relative;
    width: auto!important;
}

.iletisimContent .iletisimForm .rowRight .span .Right .captchaImageBox {
    display: block;
    margin-bottom: 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    padding: 0 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right textarea {
    border-color: #e3e3e3;
    background: transparent;
    padding: 10px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn {
    margin-top: 20px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn input {
    padding: 0;
    display: block;
    height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.iletisimContent .validate .validateOk, .iletisimContent .validateSol .validateSolOk, .iletisimContent .validateOrta .validateOrtaOk {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0d0d;
    border-radius: 2px;
}

.iletisimContent .validate, .iletisimContent .validateSol, .iletisimContent .validateOrta {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;
    border-radius: 2px;
}

/*------------------------------------Uye Ol--------------------------------------------*/
.uyeOlContainer .FormTitle {
    display: block;
    margin: 20px 0;
    font-size: 26px;
    text-align: center;
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol {
    margin: 30px 20px 0 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    width: calc(50% - 10px);
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol:nth-child(2) {
    margin-right: 0;
}

.uyeOlContainer .uyeOlRow {
    margin: 0;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    width: auto;
    padding: 0;
}

.uyeOlContainer .uyeOlCol .uyeOlCol-3 {
    padding-left: 0;
}

.uyeOlContainer .uyeOlCol label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.uyeOlContainer .uyeOlCol input.textbox {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    background-color: #fff !important;
    height: auto !important;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    background-color: #fff !important;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .dateofbirth select.selectboxx {
    width: 31%;
    float: left;
    margin-right: 1%;
}

.uyeOlContainer .gender {
    float: left;
    width: 100%;
}

.uyeOlContainer .gender label {
    float: left;
    width: 70px;
    margin-top: 10px;
    display: block;
}

.uyeOlContainer .gender input {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}

.uyeOlContainer .intl-tel-input {
    margin-bottom: 15px;
}

.uyeOlContainer #mainHolder_rblCinsiyet {
    float: left;
}

.uyeOlContainer input.uyeol {
    height: auto;
    padding: 15px 0;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.uyeOlContainer .intl-tel-input input[type=tel] {
    padding-left: 48px !important;
    line-height: 1;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label span {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    line-height: 14px;
    width: calc(100% - 26px);
}

.uyeOlContainer .uyeol {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 30px 0;
    height: 45px;
    font-size: 15px;
    line-height: 48px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label input {
    margin-left: -20px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label:before {
    margin-right: 10px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    margin-right: 20px;
}

.uyeOlContainer #chkSozlesme {
    margin: 0!important;
}

.uyeOlContainer #chkSozlesme + label {
    width: calc(100% - 20px);
    float: right;
    line-height: 15px;
    font-size: 13px;
}

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.userContainer .userDivLeft, .userContainer .userDivRight {
    padding: 0 15px;
}

.userContainer .userMail, .userContainer .userSms, .userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.userContainer .userMail label, .userContainer .userSms label, .userContainer .userSozlesmeDiv label {
    width: 93%;
    float: right;
}

.userContainer #chkSozlesme+label {
    width: 93%;
    float: right;
}

.userContainer .userLeftBox, .userContainer .userRightBox {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px;
}

.userContainer .userLoginBtn, .userContainer .userSignBtn {
    float: left;
    width: 100%;
}

.userContainer .uyeGirisBeniHatirla {
    margin: 20px 0;
}

.userContainer .uyeGirisBeniHatirla input,.userContainer .uyeGirisBeniHatirla span {
    float: left;
}

.userContainer .uyeGirisBeniHatirla input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.userContainer .userPassBtn {
    margin: 20px 0;
}

/* ------------------------------------Sifremi Unuttum--------------------------------------------*/
.SifremiUnuttum {
    width: 100%;
    margin: 30px 0;
    padding-left: 50px;
    float: left;
}

.SifremiUnuttum p {
    line-height: 25px;
}

.SifremiUnuttum #mainHolder_txtbxMail {
    width: 80%;
    height: 40px;
    float: left;
    line-height: 40px;
    padding: 0 20px;
}

.SifremiUnuttum .button {
    padding: 0 10px;
    float: right;
    width: 20%;
    height: 40px;
}

.SifremiUnuttumInput {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.SifremiUnuttumInput .validate {
    left: auto;
    right: 0;
    top: -38px;
}

.SifremiUnuttumInput .validateSol {
    left: 0;
    right: auto;
    top: -38px;
}

.SifremiUnuttumInput .validateSol .validateSolOk {
    border-radius: 0 0 15px;
    bottom: -5px;
    left: 10px;
}

.SifremiUnuttum .line {
    min-height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    width: 400px;
    position: relative;
    margin: 0 auto;
}

.SifremiUnuttum .line .Left {
    width: 30%;
    float: left;
}

.SifremiUnuttum .line .Center {
    width: 4%;
    float: left;
}

.SifremiUnuttum .line .Right {
    width: 66%;
    float: left;
}

/* ------------------------------------Taksit Secenekleri--------------------------------------------*/
#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.taksitMain {
    margin: 0 -5px;
}

.taksitBlok {
    width: 50%;
    height: auto;
    float: left;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.taksitBaslik {
    width: 100%;
    height: 20px;
    text-align: center;
}

.taksitBaslik img {
    vertical-align: top;
}

.taksitLine {
    width: 101%;
}

.taksitLine .tak {
    width: 39.1%;
    height: 20px;
    overflow: hidden;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    font-size: 10px;
    float: left;
    color: #000;
    text-align: center;
}

.taksitLine .tak.Taksit {
    background-color: #ededed;
    width: 19%;
}

/*Header-Footer*/
#header:before {
    content: '';
    display: table;
}

#header:after {
    content: '';
    display: table;
}

.hoverr:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    clear: none;
    display: block !important;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#header {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    background: #fff;
}

.headerContent {
    text-align: center;
}

.headerContent:before {
    content: '';
    display: block;
    clear: both;
}

.headerContent:after {
    content: '';
    display: block;
    clear: both;
}

/*logo*/
#logo {
    display: inline-block;
    vertical-align: top;
    margin: 32px 0 28px;
}

#logo .logo {
    display: inline-block;
    vertical-align: top;
}

#logo .logo img {
    display: block;
    max-width: 100%;
}

/*sepet*/
.mycart {
    float: right;
    z-index: 99;
    position: relative;
    margin-right: 1px;
}

.mycart > a {
    display: block;
    color: #191919;
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.mycart > a:before {
    float: left;
    content: '';
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/mycarticon.png) no-repeat left top;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.mycart > a:hover {
    color: var(--theme-color);
}

.mycart:hover .sepetTecxt {
    color: var(--theme-color);
}

.mycart:hover > a:before {
    background-image: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/mycarticon-hover.png)
}

/*sepettext*/
.mycart .sepetTecxt {
    display: block;
    float: left;
    color: #191919;
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.mycart .sepetUrunSayisi {
    display: none;
}

.mycart .sepetUrun {
    display: none;
}

.sepetTopTutar {
    display: none!important;
}

/*sepetacilir*/
.CartProduct p {
    margin-top: 0;
    margin-bottom: 0;
}

.CartProduct {
    width: 450px;
    background: #fff;
    float: left;
    padding: 20px;
    z-index: 99999;
    position: absolute;
    top: 100%;
    right: -1px;
    margin-left: -150px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 16px -10px #000;
    opacity: 0;
    visibility: hidden;
}

.mycart:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 15px;
    content: '';
}

@media(min-width: 768px) {
    .mycart:hover .CartProduct {
        display: block!important;
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .mycart:hover:after {
        display: block;
    }
}

.CartProduct:before, .CartProduct:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.CartProduct:before {
    border-color: transparent;
    border-bottom-color: #f0f0f0;
    border-width: 9px;
    margin-left: -9px;
}

.CartProduct:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    right: 11px;
}

.CartProduct ul {
    padding: 0;
    margin: 0;
}

.CartProduct .SProduct {
    float: left;
    width: 100%;
    max-height: 288px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.CartProduct .SProduct li {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.CartProduct .SProduct li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.CartProduct .SProduct li a {
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    padding-right: 30px;
}

.CartProduct .SProduct li a img {
    margin-right: 20px;
    float: left;
    height: 90px !important;
}

.CartProduct .SProduct li a .SepettopAd {
    width: calc(100% - 110px);
    float: left;
}

.CartProduct .SProduct li a .SepettopAd .urunAd {
    margin-bottom: 10px;
}

.CartProduct .SProduct li a .SepettopAd .urunAd span {
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
}

.CartProduct .SProduct li a .SepettopAd .varyAd {
    margin-bottom: 5px;
}

.CartProduct .SProduct li a .SepettopAd .varyAd span {
    font-size: 14px;
    line-height: 14px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet {
    margin-bottom: 10px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet span:first-child {
    margin-left: 10px;
}

.CartProduct .SProduct li a .sepetTopSatisBirimi {
    display: inline-block !important;
    vertical-align: middle;
    float: left;
}

.CartProduct .SProduct li a .SepetTopAdet {
}

.CartProduct .SProduct li a .sepetTopFiyat {
    display: block !important;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 16px;
}

.CartProduct .SProduct li a:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: auto !important;
    font-size: 15px;
    padding: 0;
}

.CartProduct .SProduct li a .sepetTopBirimFiyat {
    display: none !important;
}

.CartProduct .SProduct li a .fa-times {
    font-family: 'FontAwesome';
    font-weight: 300;
}

.CartProduct .SProduct li a .fa-times:before {
    content: '\f2ed';
}

.CartProduct .SPrice {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    margin: 20px 0 10px;
    display: none;
}

.CartProduct .SPrice li {
    font-size: 0;
}

.CartProduct .SPrice li span {
    float: left;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.CartProduct .SPrice .sepetToplamTutar {
    float: right;
    text-align: right;
    font-size: 16px;
}

.CartProduct .button {
    margin: 0 !important;
    float: left;
    width: calc(50% - 10px);
    font-size: 14px !important;
    line-height: 35px;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.CartProduct .headerCartBtn {
    line-height: 45px;
    border: 1px solid #ccc;
    background: transparent;
    color: #000;
}

.CartProduct .headerOrderBtn {
    line-height: 47px;
    float: right;
}

.CartProduct .headerCartBtn:hover {
    color: #fff;
}

.CartProduct.more .SPrice {
    display: block;
}

.CartProduct.more .Title {
    display: block;
}

.CartProduct.more .cart-footer {
    display: block;
}

.CartProduct.more .headerCartBtn {
    display: block !important;
}

.CartProduct.more .headerOrderBtn {
    display: block !important;
}

.sepetimBody .mycart:hover .CartProduct {
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.sepetimBody .mycart:hover:after {
    display: none;
}

/*hesabim*/
.welcome {
    float: right;
    z-index: 99;
    position: relative;
}

.welcome > div {
    float: left;
}

.welcome > ul {
    float: left;
}

.uyeGirisWelcome,.uyeGirisUyeAdi {
    display: none;
}

.headerUyeGiris a, .headerHesabim {
    float: left;
    color: #191919;
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.headerUyeGiris a:hover, .headerHesabim:hover {
    color: var(--theme-color);
}

.headerUyeOl a, .headerCikis {
    display: none;
}

.headerUyeOl a:before, .headerUyeGiris a:before, .headerHesabim:before, .headerCikis:before {
    float: left;
    margin-right: 8px;
}

.headerUyeGiris a:before {
    content: '';
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/loginicon.png) no-repeat left top;
    width: 20px;
    height: 26px;
}

.headerUyeGiris a:hover:before {
    background-image: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/loginicon-hover.png)
}

.headerHesabim:before {
    content: '';
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/loginicon.png) no-repeat left top;
    width: 20px;
    height: 26px;
}

.headerHesabim:hover:before {
    background-image: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/loginicon-hover.png)
}

.headerUyeGiris a, .headerHesabim {
}

.headerUyeOl a, .headerCikis {
}

/*socialbutton*/
.welcome li {
    display: inline-block;
    vertical-align: top;
}

.headerSocialConnect {
    display: none !important;
    float: right;
    margin-left: 25px;
}

.headerSocialConnect .baglanButton {
    background: transparent !important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.headerSocialConnect .baglanButton a {
    line-height: 43px;
    color: #fff;
    text-indent: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.headerSocialConnect .baglanButton a:before {
    content: '\f39e';
    font-family: 'FontAwesomeBrands';
    margin-right: 10px;
    font-size: 12px;
    line-height: 43px;
    vertical-align: top;
    font-weight: normal;
}

.usernav {
    display: none;
}

/*Arama*/
.searchContent {
    display: inline-block;
    vertical-align: top;
    width: 306px;
    position: relative
}

#divAramaKategori {
    display: none !important;
    position: absolute;
    left: 0;
    top: 5px;
}

#divAramaKategori select {
    cursor: pointer;
    background: #f5f5f5;
    display: block;
    height: 36px;
    border: none;
    border-right: 1px solid #dcdcdc;
    width: 135px;
    padding: 0 0 0 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #807e7e;
    font-size: 12px;
    font-weight: 300;
}

#divAramaKategori option {
    text-transform: capitalize;
}

.search {
    float: left;
    width: 100%;
    position: relative;
}

.ButtonMic {
    display: none !important;
    position: absolute;
    right: 75px;
    top: 1px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #795f52;
    font-size: 14px;
    width: 20px;
    height: 40px;
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 26px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ececec;
    color: #a1a1a1;
    padding-left: 0;
    padding-right: 29px;
    padding-left: 4px;
    background: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxArama::-webkit-input-placeholder {
    color: #a1a1a1;
}

#txtbxArama:-moz-placeholder {
    color: #a1a1a1;
}

#txtbxArama::-moz-placeholder {
    color: #a1a1a1;
}

#txtbxArama:-ms-input-placeholder {
    color: #a1a1a1;
}

#txtbxArama:focus {
    color: #a1a1a1;
}

#btnKelimeAra {
    font-family: 'FontAwesome'!important;
    background: transparent;
    width: 29px;
    line-height: 25px;
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.searchContent ul {
    padding: 15px!important;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.searchContent ul li {
    float: left;
    width: 100%;
}

.searchContent ul li a {
    line-height: 30px;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}

/*menu*/
.navigation {
    float: left;
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.navigation > div {
    z-index: 1;
    text-align: center;
    padding: 0!important;
    position: static !important
}

.navigation .navUl {
    display: inline-block;
    font-size: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.navigation .navUl > li {
    display: inline-block;
    vertical-align: middle;
}

.navigation .navUl > li > a {
    float: left;
    color: #1f1d1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 58px;
    padding: 0 25px;
}

.navigation .navUl > li:hover > a {
    color: #006eb8;
}

/*menuacilir*/
.navigation .altMenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background-color: #fbfbfb;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
    transform: translateY(15px) translateZ(0);
    padding: 30px 0;
    border-top: 1px solid #ececec
}

.navigation .navUl > li:hover > .altMenu {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset;
    -webkit-transform: none;
    transform: none;
}

.navigation .altMenu .altmenuSol > span {
    display: none;
}

.navigation .altMenu .altMenuler {
    display: block;
    text-align: left;
}

.navigation .altMenu .altMenuler .altMenuSag {
    float: right;
    width: 833px;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimagelist {
    float: right;
    width: 100%;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimagelist > a {
    float: left;
    width: 33.33%;
}

.navigation .altMenu .altMenuler .altMenuSag > a {
    display: none;
}

.navigation .altMenu .altMenuler .altMenuSag > a > img {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol {
    float: left;
    width: calc(100% - 833px);
}

.navigation .altMenu .altMenuler .altmenuSol ul {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.navigation .altMenu .altMenuler .altmenuSol ul li ul {
}

.navigation .altMenu .altMenuler .altmenuSol ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}

.navigation .altMenu .altMenuler .altmenuSol ul li:last-child a {
}

.navigation .altMenu .altMenuler .altmenuSol ul li a:hover {
    color: var(--theme-color);
}

.navigation .altMenu .altMenuler .altmenuSol > ul {
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li {
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li > a {
}

/*yanresimlimenu*/
#header .yanResimliMenu {
    display: none;
}

/*dilsecenegi*/
#lang_flag_container {
    top: 0 !important;
    left: 0!important;
    right: auto;
    bottom: auto;
    z-index: 9999 !important;
    position: relative !important;
    display: none!important;
}

#lang_flag_container #lang-detail {
    left: auto !important;
    right: 0;
    top: 100% !important;
    border-top: none !important;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3) !important;
}

#lang {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: normal;
    padding: 0!important;
    background: transparent!important;
}

#lang span {
    font-weight: normal;
}

#lang span:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

#lang_flag_container:hover #lang {
    color: #000 !important;
    font-weight: normal;
}

#langHover {
    padding: 9px 0 8px!important;
}

#langHover.white {
    background: transparent !important;
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block;
}

#lang-detail .language a {
    font-size: 11px!important;
    text-align: left;
}

#lang-detail .currency a {
    font-size: 11px!important;
}

#lang-detail p {
    font-size: 12px!important;
}

/*Footer*/
#footer {
    float: left;
    width: 100%;
    position: relative;
    background: #222222
}

.FooterSC {
    float: left;
    width: 100%;
    position: relative;
}

.FooterTop {
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding: 54px 0;
}

.FooterMiddle {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.FooterMiddle .ticiContainer {
    padding: 0 115px;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
}

.FooterBottom {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
    padding: 31px 0 25px;
    margin-top: 45px;
}

.FooterBottom .payment {
    display: block;
    margin: 5px 0 4px;
    border-right: 1px solid #fff;
    padding-right: 2vw;
}

.FooterBottom .payment img {
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

/*.FooterBottom .payment img:last-child{margin-right:0;}*/
.FooterBottom .mobilstore {
    display: block;
    margin: 5px 0 4px;
    border-right: 1px solid #fff;
    padding-right: 1vw;
}

.FooterBottom .mobilstore a {
    float: left;
    line-height: 31px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-right: 35px;
}

.FooterBottom .mobilstore a i {
    float: left;
    margin-right: 5px;
    font-size: 18px;
    line-height: 31px;
}

.FooterBottom .mobilstore a:hover {
    color: #7f7f7f;
}

.FooterBottom .socialdiv {
    display: block
}

.FooterBottom .socialdiv ul {
    float: left;
}

.FooterBottom .socialdiv ul li {
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.FooterBottom .socialdiv ul li a {
    float: left;
    width: 100%;
}

.FooterBottom .socialdiv ul li a i {
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #222222;
}

.FooterBottom .socialdiv ul li a:hover > i.fa-facebook-f {
    color: #3b5999;
}

.FooterBottom .socialdiv ul li a:hover > i.fa-twitter {
    color: #38A1F3;
}

.FooterBottom .socialdiv ul li a:hover > i.fa-instagram {
    color: red;
}

/*ebulten*/
.ebultenDiv {
    float: left;
    position: relative;
    width: 37%
}

.ebultenDiv span {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.ebultenDiv p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.ebultenGelecek {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}

#divNewsLetter {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}

.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0;
}

#divNewsLetter label {
    display: none;
    margin-bottom: 25px;
    text-align: center;
    color: #000;
    line-height: 1.2;
    font-size: 12px;
}

#UpdatePanel1 {
    position: relative;
    float: right;
    width: 100%;
}

#txtbxNewsletterMail {
    color: #000000;
    height: 52px;
    font-size: 12px;
    padding: 0 55px 0 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 25px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    opacity: 1;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: #000;
}

#txtbxNewsletterMail:-moz-placeholder {
    color: #000;
}

#txtbxNewsletterMail::-moz-placeholder {
    color: #000;
}

#txtbxNewsletterMail:-ms-input-placeholder {
    color: #000;
}

#txtbxNewsletterMail:focus {
    color: #000;
}

.newsbutton {
    color: #000000;
    background: transparent !important;
    width: 55px;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0!important;
    text-decoration: none;
}

.newsbutton:hover {
    color: #000000;
}

.newsbutton i {
    line-height: 52px;
    font-weight: 400;
}

.footertext {
    float: left;
    width: 63%;
    padding-left: 7vw;
}

.footertext > span {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    margin-bottom: 20px;
}

.footertext > div {
    float: left;
    width: 100%;
    max-height: 85px;
    overflow: auto;
    padding-right: 30px;
}

.footertext > div::-webkit-scrollbar {
    width: 4px;
}

.footertext > div::-webkit-scrollbar-track {
    background: #e3e3e3;
}

.footertext > div::-webkit-scrollbar-thumb {
    background: #006eb8;
}

.footertext > div p {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.footer-left {
    float: left;
    width: 25%
}

.footer-left > span {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #bbb8b6;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-left > p {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 20px;
    display: flex;
    flex-direction: row
}

.footer-left > a {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 18px;
    display: flex;
    flex-direction: row
}

.footer-left > a:hover {
    color: #7f7f7f;
}

.footer-left i {
    float: left;
    min-width: 35px;
    font-size: 16px;
    font-weight: 300;
    padding-top: 2px;
}

.footer-left > .footeradress i {
    color: #dbc484;
}

.footer-left > .footerphone i {
    color: #f1c4b9;
}

.footer-left > .footerwhats i {
    color: #b7e5cf;
}

.footer-left > .footerphone:hover i {
    color: #7f7f7f;
}

.footer-left > .footerwhats:hover i {
    color: #7f7f7f;
}

/*footerlink*/
#footer .linkler {
    float: left;
    width: 75%;
    position: relative;
    padding-left: 6vw;
}

#footer .linkler .blink {
    float: left;
    width: 100%;
    margin: 0
}

#footer .linkler .blink > ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

#footer .linkler .blink > ul > li {
    float: left;
}

#footer .linkler .blink > ul > li:last-child {
    margin-bottom: 0;
}

#footer .linkler .blink > ul li {
    display: block;
}

#footer .linkler .blink > ul >li> span {
    display: table;
    clear: left;
    font-size: 18px;
    color: #bbb8b6;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
}

#footer .linkler .blink > ul >li >ul {
    display: inline-block;
    vertical-align: top;
}

#footer .linkler .blink > ul >li >ul >li >a {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 18px
}

#footer .linkler .blink > ul >li >ul >li >a:before {
    content: '\f111';
    float: left;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 4px;
    margin-right: 7px;
}

#footer .linkler .blink > ul >li >ul >li:last-child >a {
    margin-bottom: 0;
}

#footer .linkler .blink > ul >li >ul >li >a:hover {
    color: #7f7f7f;
}

/*yukaribtn*/
#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 9999;
}

#back-to-top a {
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    border: 2px solid #000
}

#back-to-top a:after {
    content: '\f341';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    line-height: 46px;
    font-size: 22px;
    font-weight: 400;
}

body #divTicimaxCopyrightContent#divTicimaxCopyrightContent {
    float: left;
    width: 100%;
    background: #222222;
    padding: 13px 0;
}

body #divTicimaxCopyrightContent #ticimaxCopyright#ticimaxCopyright {
    margin: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

body #divTicimaxCopyrightContent #ticimaxCopyright a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/*Footer*/
/* ------------------------------------Vitrin urunleri--------------------------------------------*/
.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.homeContainer .ProductListContent .ProductList {
    display: block;
    margin: 0 auto;
}

.homeContainer .ProductListContent .ItemOrj {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 25%;
}

.homeContainer .ProductListContent .productItem {
    margin-bottom: 0;
}

/****************************************URUN KART*********************************/
.ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductList {
    margin: 0 -15px
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 20px;
}

.ItemOrj {
    float: left;
    padding: 0 15px;
}

/*urun*/
.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 0;
}

.productItem .productIcon {
    width: 100%;
    height: 100%;
}

/*urunresim*/
.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.productItem .productImage a {
    display: block;
    position: relative;
    /* padding-bottom: 66.8%; */
}

.productItem .productImage.Videolu {
    display: block;
    position: relative;
    padding-bottom: 66.8%;
}

.productItem .productImage img {
    max-width: 100%;
    height: auto;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    will-change: opacity;
}

.productItem .productImage.Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    will-change: opacity;
}

/*urunaciklama*/
.productItem .productDetail {
    position: relative;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    text-align: center;
    height: 73px;
    padding: 15px 0 10px;
    transition: all 0.3s ease;
}

/*urunad*/
.productItem .productName {
    position: relative;
    margin: 0;
    float: left;
    /* width: 100%; */
}

.ProductListContent .productItem .productName a {
    text-align: left;
    width: 100% !important;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 17px;
    height: 17px;
    font-weight: 300;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

/*urunfiyat*/
.productItem .productPrice {display: inline-block;vertical-align: top;position: relative;margin: 19px;bottom: 0;position: absolute;margin-left: 1px;}

.productItem .discountPrice {
    ddisplay: block;
    float: right;
}

.productItem .discountPrice span {
    color: #202020;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: block !important;
}

.productItem .regularPrice span {
    font-size: 14px;
    color: #9e9e9e;
    -moz-text-decoration-color: #9e9e9e;
    text-decoration-color: #9e9e9e;
    line-height: 20px;
    font-weight: 500;
    text-decoration: line-through;
}

/*onyazimarka*/
.productItem .productMarka, .productItem .productOnYazi {
    display: none !important;
}

.productItem .productOnYazi, .productItem .productOnYazi * {
    background: none !important;
    font-family: 'Poppins', sans-serif !important;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 25px;
}

/*Urun Iconlari*/
.newIcon, .discountIcon, .cargoIcon, .firsatIcon,.urunListStokUyari, .discountIcon div, .discountIcon .discountIcon_s2,.favori, .examineIcon, .mycartIcon {
    z-index: 3;
    display: none;
}

.discountIcon span,.mycartIcon a span {
    font-weight: normal;
}

.favori a, .examineIcon a, .mycartIcon a {
    display: block;
    font-size: 0;
}

/*favorisepetincelebefore*/
.examineIcon a:before, .favori a:before,.mycartIcon a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
}

.favori a:before {
    content: '\f004';
}

/*tukendi*/
.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 73px);
    overflow: hidden;
}

.TukendiIco span {
    line-height: 40px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    max-width: 200px;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 auto;
}

/*stokyok*/
.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
    display: none;
}

.StokYok .productFaMyEx, .StokYok .productYeInUcFi {
    display: none!important;
}

/*playbuton*/
body .productItem .divVideoPlayButton {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 90px);
    overflow: hidden;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: -20px;
    text-shadow: 0 0 4px #848484;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144';
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b';
}

/*ekbutonlar*/
.productItem .urunListeAdet, .productItem.StokYok .urunListeAdet,.boxBedenlerContent,.productIcon .quickViewIco,.productItem:hover .productIcon .quickViewIco {
    display: none !important;
}

/*******************************************KATEGORi**********************************/
.Block_Title {
    display: none;
}

.noProduct {
    background: url('/Uploads/Images/urunyok.png') center center no-repeat !important;
    width: 212px;
    height: 214px;
}

.noProduct * {
    display: none !important;
}

#divUstFiltreKategori {
    display: none;
}

#divUstFiltreMarka {
    display: none;
}

/*kategoriAciklama*/
.categorydesign {
    float: left;
    width: 100%;
}

.categorydesign .Blok {
    margin: 0;
}

.leftBlock .categorydesign {
    display: block;
}

.categorydesign * {
}

.categorydesign p {
    margin-bottom: 0;
}

.categorydesign strong {
    font-weight: bold;
}

.categorydesign strong * {
    font-weight: bold;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

/*breadcrumb*/
.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0 auto;
    display: block!important;
    padding: 0;
    border-radius: 0;
    float: none;
}

body ul.breadcrumb * {
    color: #9fa2a6;
    font-size: 12px!important;
    line-height: 58px!important;
    float: left;
    font-weight: normal;
}

body ul.breadcrumb li {
    font-size: 0!important;
    float: none!important;
    vertical-align: middle;
}

body ul.breadcrumb li:after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #9fa2a6;
    font-size: 12px ;
    line-height: 58px;
    float: left;
    font-weight: normal;
}

body ul.breadcrumb li:nth-child(1) a:before {
    content: '\f041';
    font-family: 'FontAwesome';
    float: left;
    font-size: 12px;
    line-height: 58px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
    color: #8d9196;
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1) a span {
    color: #191919;
}

body a#linkOncekiSayfa {
    line-height: 58px ;
    display: none ;
    color: #191919 ;
    font-size: 12px!important;
    font-weight: normal;
}

/*ustalan*/
.categoryTitleText {
    float: left;
    width: 100%;
}

.categoryTitle {
    float: left;
    width: 100%;
}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 0 30px 0;
    width: 100%;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

/*filtresecili*/
body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect {
    float: right;
    margin: 0 0 0 20px;
    background: transparent;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a {
    background: transparent;
    color: #999999;
    padding: 0 5px;
    float: left;
    margin-left: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a i {
    font-size: 16px;
    float: left;
    line-height: 45px;
    font-family: 'FontAwesome';
    font-weight: 600;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover i {
    color: #000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover {
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active i {
    color: #000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active {
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_3 {
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_2 {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_5 {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_hrz {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
    float: left;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
    float: left;
    font-weight: normal;
    border-radius: 0;
    padding: 0;
    border: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
    position: relative;
    background-color: transparent;
    color: #000000;
    font-size: 12px;
    border-radius: 0;
    padding: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a span {
    font-weight: normal;
    line-height: 45px;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover {
    text-decoration: underline;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected {
    text-decoration: underline;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet span {
    float: left ;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    line-height: 45px;
    padding: 0;
    margin: 0;
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet {
    float: right;
    background-color: transparent ;
    height: auto ;
    padding: 0 ;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct .blockSelect {
    float: right;
    margin: 0;
    display: block!important;
    padding: 0;
}

body #divSayfalamaUst.Slct .blockSelect a {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: transparent;
}

body #divSayfalamaUst.Slct .blockSelect i {
    color: #c6c6c6;
    line-height: 38px;
    font-size: 0;
}

body #divSayfalamaUst.Slct .blockSelect a:hover {
    color: #252525;
}

body #divSayfalamaUst.Slct .blockSelect a:hover i {
    color: #252525;
}

body #divSayfalamaUst.Slct .blockSelect .sort_hrz {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_4 {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_5 {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_2 {
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/list2.png) no-repeat center center;
}

body #divSayfalamaUst.Slct .blockSelect .sort_3 {
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/list3.png) no-repeat center center;
}

body #divSayfalamaUst.Slct .blockSelect .sort_2.Active {
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/list2-active.png) no-repeat center center #006fb9;
}

body #divSayfalamaUst.Slct .blockSelect .sort_3.Active {
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/list3-active.png) no-repeat center center #006fb9;
}

body #divSayfalamaUst.Slct .blockSelect a.Active {
    color: #252525;
    background-color: #006fb9
}

body #divSayfalamaUst.Slct .blockSelect a.Active i {
    color: #252525;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    background: transparent;
    float: left;
    width: 100%;
    text-align: right;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
    float: left;
    height: 40px;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #e6e6e6;
    background: transparent;
    border-radius: 0;
    padding: 0;
    text-indent: 10px
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child {
    float: left;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
    color: #006eb8;
    font-size: 12px;
    line-height: 40px;
    font-weight: normal;
    float: left;
    margin: 0 20px 0 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    background: transparent;
    color: #8d9196;
    font-size: 12px;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #abadb1;
    border-radius: 0;
    float: right;
    margin: 13px 0 0 10px;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock.selected:before {
    background: #006eb8;
    border-color: #006eb8;
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 15px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #666;
    width: auto;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 30px;
    color: #000000;
    font-size: 15px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: #666;
    font-size: 12px;
    text-align: left;
    margin-top: 2px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #666;
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
    border-color: #98282d;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 30px;
    font-weight: normal;
    color: #98282d;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
}

/*sayfalama*/
/*Sol Filtre*/
.leftBlock .category-vertical-filters {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
    padding: 0;
    background: transparent;
}

.leftBlock .panel-heading {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 ;
    width: 100% ;
    text-align: left;
    border: none;
    margin: 0;
    background-color: transparent!important;
}

.leftBlock .panel-heading a {
    display: block;
    line-height: 51px;
    font-size: 14px;
    color: #191919;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

.leftBlock .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    float: right;
    font-weight: normal;
}

.leftBlock .panel-heading.active a:after {
    content: '\f067';
}

.leftBlock .category-vertical-filters > div {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
}

.leftBlock .category-vertical-filters > div:last-child {
    margin-bottom: 0;
}

.leftBlock .category-vertical-filters .panel.div-kategori {
}

.leftBlock .category-vertical-filters .panel.div-kategori .panel-heading {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.leftBlock .category-vertical-filters .panel.div-kategori .panel-heading a {
    font-size: 18px;
    font-weight: 500;
    display: n;
}

.leftBlock .category-vertical-filters .panel.div-kategori > ul {
    padding-bottom: 5px;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li {
    margin-bottom: 0;
    width: 100%;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li a {
    margin-bottom: 20px;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li ul {
    margin-left: 5px;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li ul a {
}

/*.leftBlock .category-vertical-filters .panel.div-kategori ul a:hover{text-decoration:underline;}*/
.leftBlock .category-vertical-filters .panel.div-kategori > ul > li > a {
}

.leftBlock .category-vertical-filters .panel.div-kategori > ul > li {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group {
    float: left;
    text-align: left;
    padding: 10px 0 22px 0;
    margin: 0;
    width: 100%;
    top: 100%;
    display: block;
    border: none;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .FiyatTextBox {
    float: left;
    text-align: left;
    padding: 0 0 30px 0;
    margin: 0;
    width: 100%;
    top: 100%;
    display: block;
    border: none;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .FiyatTextBox input {
    height: 44px;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #191919;
    font-size: 14px;
    font-weight: 400;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
    float: left;
    margin: 0 0 15px;
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: none;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:last-child {
    margin-bottom: 0;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item a, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li a {
    float: left;
    font-size: 13px;
    color: #191919;
    display: inline-block;
    line-height: 18px;
    font-weight: 400;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:hover > a {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li.list-group-item:hover > a {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li ul {
    float: left;
    width: 100%;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li ul li:last-child {
    margin-bottom: 0;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:hover ul {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
    background-size: 18px 18px!important;
    background-position: 0 0!important;
    background-repeat: no-repeat!important;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image.selected {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image:nth-child(6n) {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image a {
    padding-left: 23px;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image:before {
    display: none!important;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:before {
    margin-right: 10px;
    width: 18px ;
    height: 18px ;
    border: 2px solid #dcdcdc!important;
    border-radius: 0;
    background: #fff;
    display: inline-block!important;
    margin-top: 0;
    text-align: center;
    line-height: 18px;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
    border-color: #dcdcdc!important;
    background: #fff;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #006fb9;
    font-size: 12px;
    font-weight: 600;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
    border-color: #dcdcdc!important;
    background: #fff;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #006fb9;
    font-size: 12px;
    font-weight: 600;
}

body .leftBlock .slider-range {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 20px 0;
    height: 2px;
    background: #dddddd;
}

body .leftBlock .slider-range .ui-slider-range {
    height: 2px;
    background: #000;
    border-radius: 0;
    top: 0;
    margin: 0;
}

body .leftBlock .slider-range .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #000;
    border: none;
    margin: 0;
    top: -4px;
}

body .leftBlock .slider-range span:nth-child(2) {
    margin-left: 0;
}

body .leftBlock .slider-range span:nth-child(3) {
    margin-left: -10px;
}

body .leftBlock .amount {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

/*Sol Filtre*/
.brandlistselectionBottom {
    margin-bottom: 0;
    display: none;
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0;
}

.pageNumber {
    float: right;
    text-align: center;
    margin: 0;
    display: none;
}

.pageNumber a {
}

.pageNumberContent {
}

.pageNumberBottom {
    float: right;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent, .pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a, .pageBorder a {
    border: 1px solid #fff;
    background: #fff;
    color: #3b3d40;
    float: left;
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    font-weight: normal;
    margin: 0 1px;
}

.pageNumberContent a.butonDisabled, .pageBorder a.butonDisabled {
    opacity: 1!important;
}

.pageNumberContent a:hover, .pageBorder a:hover {
    color: #006fb9;
}

.pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    color: #006fb9;
}

.pageNumberContent a:hover, .pageBorder a:hover, .pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    border-color: #006fb9;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

/*******************************************KATEGORi**********************************/
/*******************************************URUN DETAY********************************/
.RightDetail > .clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.leftImage {
    width: 725px;
    float: left;
    position: relative;
    padding: 0;
}

.RightDetail {
    width: calc(100% - 725px);
    float: left;
    position: relative;
    padding: 0 0 0 30px;
}

/*Urun Resim*/
.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images,#divVideoGoruntulemeAlan {
    float: right;
    width: 100%;
    padding-bottom: 66.8%;
    position: relative;
    margin-bottom: 20px;
}

.Images img,#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.SmallImages {
    display: block !important;
    float: left;
    width: 100%;
    max-height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.SmallImages div {
    display: inline-block;
    vertical-align: top;
    width: 129px;
    margin: 0 20px 10px 0;
    cursor: pointer;
    position: relative;
}

.SmallImages div.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #ff6c00;
    background: rgba(0,0,0,0.4);
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.leftImage .productTimer {
    display: none!important;
}

.DetayYeniUrun {
    display: none!important;
}

/*sagalan*/
.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .TopList.indirimvar {
    padding-right: 80px
}

.RightDetail .TopList.kargobedava {
    padding-right: 80px
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #ececec;
}

/*urunadi*/
.ProductName {
    float: left;
    position: relative;
    margin: 0;
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

/*stokkodu*/
#divUrunKodu {
    float: left;
    clear: left;
    color: #9fa2a6;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 0;
    margin: 8px 0 0;
    text-transform: uppercase;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: #9fa2a6;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    line-height: 12px;
    float: left;
}

#divUrunKodu span:after {
    content: ':';
    margin: 0 4px;
}

/*taksitaciklama*/
#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: #000;
    font-size: 12px;
}

/*paunver*/
.RightDetail .puanVer {
    float: left;
    clear: left;
    margin-bottom: 10px;
}

.RightDetail #PuanVer {
    float: left;
}

.RightDetail .PuanVerSag {
    float: left;
    font-size: 14px;
    color: #2a2929;
    margin-left: 5px;
    font-weight: 600;
    line-height: 17px;
    display: none;
}

.RightDetail ul.rating {
    float: left;
}

.RightDetail ul.rating li {
    margin-right: 5px !important;
    width: 14px !important;
    float: left;
    height: 14px;
}

.RightDetail ul.rating li i.starItem {
    font-size: 14px!important;
    line-height: 14px;
    height: 14px;
    font-weight: 300;
    font-family: FontAwesome;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005'!important;
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 14px !important;
    font-weight: 600;
}

.RightDetail ul.rating li.filled i {
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa {
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.selected>i.fa {
    font-weight: 600;
}

/*markaresmi*/
.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    display: none!important;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

/*magazastok*/
#divMagazaStok {
    float: left;
    clear: left;
    margin: 10px 0 0!important;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*on yazi*/
#divOnyazi {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    font-family: 'FontAwesome'!important;
    margin-right: 12px;
}

/*fiyatlar*/
.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 22px 0 0;
}

#pnlFiyatlar {
    display: block;
    vertical-align: top;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#divIndirimliFiyat {
    display: block;
}

/*ekbilgi*/
.TopListRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.UrunKargoBedava {
    float: left;
    width: 100%;
    text-align: center;
}

.UrunKargoBedava .box1 {
    min-width: 100%;
    text-align: center;
    margin: 0;
    padding: 12px 5px;
    background: #222222;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 17px;
    float: left;
}

.UrunKargoBedava .box1 i {
    display: none;
}

#divMarka, #divTedarikci, #divUrunStokAdedi, #divToplamStokAdedi, #divBarkod, #divParaPuan {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divIndirimOrani {
    float: left;
    width: 100%;
    height: 58px;
    background: #ff6c00;
    text-align: center;
    padding: 8px 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

#divIndirimOrani .indirimliOrani {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

#divIndirimOrani .indirimliOrani * {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

#divTahminiTeslimatSuresi {
    float: left;
    width: 100%;
}

#divMarka .left_line, #divTedarikci .left_line, #divUrunStokAdedi .left_line, #divToplamStokAdedi .left_line, #divBarkod .left_line, #divParaPuan .left_line {
    display: inline-block;
    vertical-align: top;
    color: #9fa2a6;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-transform: uppercase;
}

#divIndirimOrani .left_line {
    display: none;
}

#divTahminiTeslimatSuresi .left_line {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

#divTahminiTeslimatSuresi .left_line:before {
    content: '';
    float: left;
    width: 30px;
    height: 20px;
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/icontruck.jpg) no-repeat left top;
    margin-right: 10px;
}

#divMarka .center_line, #divTedarikci .center_line, #divUrunStokAdedi .center_line, #divToplamStokAdedi .center_line, #divBarkod .center_line, #divParaPuan .center_line {
    display: inline-block;
    vertical-align: top;
    color: #9fa2a6;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-transform: uppercase;
}

#divIndirimOrani .center_line {
    display: none;
}

#divTahminiTeslimatSuresi .center_line {
    display: inline-block;
    vertical-align: top;
    color: #222;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

#divMarka .right_line,#divMarka .right_line *, #divTedarikci .right_line, #divTedarikci .right_line *, #divUrunStokAdedi .right_line, #divToplamStokAdedi .right_line, #divBarkod .right_line, #divParaPuan .right_line, #divIndirimOrani .indirimliOran {
    display: inline-block;
    vertical-align: top;
    color: #9fa2a6;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    width: auto;
    text-transform: uppercase;
}

#divTahminiTeslimatSuresi .right_line {
    display: inline-block;
    vertical-align: top;
    color: #ff6c00;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    width: auto;
}

/*piyasa fiyati*/
.PiyasafiyatiContent {
    display: block;
    line-height: 0.8;
    margin-bottom: 9px;
}

.PiyasafiyatiContent .left_line, .PiyasafiyatiContent .center_line {
    display: none;
}

.PiyasafiyatiContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.PiyasafiyatiContent .right_line * {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    text-decoration: line-through;
    line-height: 0.8;
}

.PiyasafiyatiContent .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*indirimli fiyati*/
.IndirimliFiyatContent {
    display: block;
    line-height: 0.8;
}

.IndirimliFiyatContent .left_line, .IndirimliFiyatContent .center_line {
    display: none;
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.IndirimliFiyatContent .right_line * {
    display: inline-block;
    vertical-align: top;
    line-height: 0.8;
}

.IndirimliFiyatContent .right_line .spanKdv {
    display: none!important;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
}

/*turk lirasi fiyati*/
#divTurkLirasiFiyat {
    display: block;
    line-height: 0.8;
}

#divTurkLirasiFiyat .left_line, #divTurkLirasiFiyat .center_line {
    display: none;
}

#divTurkLirasiFiyat .right_line {
    display: inline-block;
}

#divTurkLirasiFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
    line-height: 0.8;
}

/*indirimsiz fiyati*/
#divIndirimsizFiyat {
    display: block;
    line-height: 0.8;
}

#divIndirimsizFiyat .left_line, #divIndirimsizFiyat .center_line {
    display: none;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

#divIndirimsizFiyat .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*kdv dahil fiyati*/
#divKDVDahilFiyat {
    display: block;
    line-height: 0.8;
    float: left;
    margin-top: 8px;
}

#divKDVDahilFiyat .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

#divKDVDahilFiyat .center_line {
    display: none;
}

#divKDVDahilFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

/*fiyatrenk*/
.PiyasafiyatiContent .right_line * {
    color: #9e9e9e;
    font-size: 16px;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .left_line {
    color: #000000;
}

#divKDVDahilFiyat .left_line,#divKDVDahilFiyat .right_line *,#divIndirimsizFiyat .left_line {
    line-height: 24px;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    font-size: 24px;
    font-weight: 500;
}

/*Stok yok*/
body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 5% 0;
    background-color: #f2f5f6;
    border-radius: 0;
}

body #divStokYok:before {
    content: '\f057';
    font-family: 'FontAwesome';
    font-weight: 300;
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
}

/*Urun ekstrabilgileri*/
#divEkstraBilgiler {
    float: left;
    clear: left;
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block;
}

.btnnostok i.fa {
    font-family: 'FontAwesome';
}

/*varyasyonlar*/
#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

#divUrunEkSecenek .eksecenekLine {
    clear: none !important;
    margin: 0;
    float: left;
    width: 54%;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    margin-bottom: 0!important;
    border: none;
    padding-bottom: 0;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 45px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: #000;
    font-weight: normal;
    margin-right: 10px;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

/*selectvaryasyon*/
#divUrunEkSecenek .eksecenekLine.selectvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .center_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    min-width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #d7d7d7;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 0 10px;
    background: #fff;
    border-radius: 0;
}

/*resimlivaryasyon*/
#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 50px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #000;
}

/*kutuvaryasyon*/
#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 50px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 0 4px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: #fff;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #fff;
}

/*stokyokvaryasyon*/
#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: #f5f3f3!important;
    color: #7a7979!important;
    border-color: #e4dfdd;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok:after {
    content: '';
    height: 1px;
    max-width: 65px;
    margin: 0 auto;
    background: #cecece;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
}

/*ilgili Urunler*/
#IlgiliUrunDiv {
    float: left;
    width: 100%;
}

#IlgiliUrunDiv #divIlgiliUrunler {
}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi {
    float: left;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    text-align: left;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold {
    padding: 0;
    margin: 0;
    text-align: left;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold:before {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold:after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold .satir1 {
    background: transparent;
    padding: 0!important;
    margin: 0;
    border: none;
    font-size: 13px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
}

.TopDet #IlgiliUrunDiv .clear {
    display: none;
}

.TopDet #IlgiliUrunDiv ul {
    float: left;
    width: 100%;
    padding: 0;
}

.TopDet #IlgiliUrunDiv ul li {
    float: left;
    width: 50px;
    margin-right: 10px;
    border-radius: 0;
    overflow: hidden;
}

.TopDet #IlgiliUrunDiv ul li:hover {
}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border: none;
    width: 100%;
    float: left;
    padding: 0;
    box-shadow: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a {
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a:before {
    display: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage img {
}

.TopDet #IlgiliUrunDiv ul li .productItem .productIcon {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .urunListeAdet {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail {
    padding: 0;
    margin: 0;
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail:before {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail:after {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productName {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .TukendiIco {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .boxBedenlerContent {
    display: none !important;
}

/*satinal*/
#divSatinAl {
    float: left;
    width: 100%;
    margin: 30px 0;
    padding: 0;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line,.RightDetail .riSingle {
    width: 90px;
}

#txtbxurunSiparisAdedi, #divAdetCombo select,.RightDetail .riSingle a.riUp, .riSingle a.riDown,.basketBtn input, .buyfast input {
    height: 50px!important;
}

.Basketinp p, #divAdetCombo .left_line,.RightDetail .riSingle a.riUp i,.RightDetail .riSingle a.riDown i,.RightDetail .riSingle a.riUp, .riSingle a.riDown,.basketBtn input, .buyfast input {
    line-height: 50px;
}

/*Adet Select*/
#divAdetCombo {
    display: block!important;
    position: relative;
    margin-bottom: 30px;
}

#divAdetCombo .left_line {
}

#divAdetCombo .center_line {
    display: none !important;
    float: left;
}

#divAdetCombo .right_line {
    float: left;
    max-width: 100%!important;
}

#divAdetCombo select {
    width: 100%;
    padding: 0 10px;
    text-align: left;
}

/*Adet input*/
.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
}

.RightDetail .riSingle a.riUp, .riSingle a.riDown {
    width: 30px !important;
    font-size: 10px;
    color: #000;
    background: transparent;
    top: 0;
    font-weight: normal;
    position: absolute;
    margin: 0 !important;
    float: left;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
}

.RightDetail .riSingle a.riUp {
    left: auto;
    right: 0;
}

.RightDetail .riSingle a.riDown {
    left: 0;
}

/*adetveselect*/
.Basketinp {
    display: none;
    position: relative;
    margin-bottom: 10px;
}

.Basketinp p, #divAdetCombo .left_line {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    float: left;
}

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    width: 100% !important;
    position: relative;
    padding: 0 !important;
}

#txtbxurunSiparisAdedi {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxurunSiparisAdedi, #divAdetCombo select {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin: 0;
    border-radius: 0;
}

/*sepete Ekle*/
.basketBtn {
    float: left;
    position: relative;
    width: 100%;
    max-width: 260px;
}

.basketBtn:before {
    content: '\f07a';
    vertical-align: top;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 21%;
    font-family: FontAwesome;
}

.basketBtn input {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    width: 136%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 10%;
}

/*Hemen Al*/
.buyfast {
    float: left;
    width: 235px;
    margin: 0;
    display: none;
}

.buyfast input {
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*kombin Al*/
#divKombinSatinAl {
    display: none;
}

/*Iconlar*/
.ProductIcon {
    float: left;
    width: 100%;
    margin: 30px 0 10px;
    max-width: 450px;
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    float: left;
    line-height: 35px;
}

.ProductIcon .box1 i {
    font-family: 'FontAwesome';
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 16px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border: 1px solid #bebebe;
    color: #bababa;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
}

.ProductIcon .UGelinceHaberVer .box1 i:before {
    content: '\f0a1';
}

.ProductIcon .box1:hover {
    color: #222222;
}

.ProductIcon .box1:hover i {
    color: #222222;
    border-color: #222;
}

.ProductIcon > div {
    float: left;
    width: 50%;
    position: relative;
    position: relative;
    margin-bottom: 20px;
}

.ProductIcon > div > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/*yazdiryorumtavsiye*/
.ProductIcon2 {
    float: left;
    margin-top: 20px;
    display: none;
}

.ProductIcon2 .clear {
    clear: none;
}

.ProductIcon2 > div {
    float: left;
}

.ProductIcon2 > div > a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 0 18px;
    line-height: 31px;
    background: #ebebeb;
    color: #000;
}

.ProductIcon2 > div > a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 31px;
    margin-right: 7px;
    vertical-align: top;
    font-weight: 300;
}

.ProductIcon2 > div.YorumYazbtnContent > a:before {
    content: '\f303';
}

.ProductIcon2 > div.TavsiyeEtBtnContent > a:before {
    content: '\f164';
}

.ProductIcon2 > div > a:hover {
    color: #fff;
}

/*paylas*/
.TopDet .product_social_icon_wrapper {
    float: left;
    width: 100%;
    display: block!important;
    font-size: 0;
    border-top: 1px solid #ececec;
    padding: 20px 0;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
}

.TopDet .product_social_icon_wrapper ul {
    display: inline-block;
    vertical-align: top;
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
    margin-right: 10px;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: #5d5d5d;
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
}

.TopDet .product_social_icon_wrapper ul li a i {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.TopDet .product_social_icon_wrapper ul li:hover a {
    color: #191919;
}

/*whatsapp*/
.UWhatsApp {
    vertical-align: top;
    float: left;
}

.UWhatsApp a {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.whatsApp i {
    font-family: 'FontAwesomeBrands';
}

.UWhatsApp label {
    display: none;
}

.divYorumYaz, #yorumYaz {
    float: left;
}

.socialButons {
    float: right !important;
    width: 100%;
    position: relative;
    margin: 0 !important;
}

.socialButons iframe {
    float: left;
}

.product-social {
    float: left;
    margin-right: 10px;
}

.product-social span {
    float: left;
    line-height: 32px;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.product-social ul {
    float: left;
}

.product-social ul li {
    float: left;
    margin-right: 13px;
}

.product-social ul li a {
    display: block;
    color: #323232;
    font-size: 18px;
}

/*urun ozellik Bolumu*/
.urunOzellik {
    float: left;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #e8e8e8;
}

.urunTab {
    float: left;
    width: 100%;
}

.urunTab ul {
    display: block;
    vertical-align: top;
    float: left;
    width: 100%;
}

.urunTab >ul > li {
    float: left;
}

.urunTab >ul > li > a {
    cursor: pointer;
    color: #444444;
    font-size: 15px;
    float: left;
    font-weight: 600;
    padding: 0 28px;
    line-height: 54px
}

.urunTab >ul > li > a span {
    font-weight: 600;
}

.urunTab > ul > li.active > a {
    background: #e8e8e8;
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 20px;
}

.urunTabAlt {
    float: left;
    width: 100%;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt .divYorumYaz,.urunTabAlt #yorumYaz {
    padding: 0 0 10px;
    width: 100%;
}

.urunTabAlt #txtOneriMail {
    width: 100%;
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100%!important;
}

.urunTabAlt #txtOneriNot {
    width: 100%;
    margin: 0;
    padding: 10px;
    width: 100%!important;
    background: #fff;
}

.yorumlarItem {
    background-color: #eeeeee;
    border-bottom: 3px solid #A09B98;
    padding: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.yorumlarItemS1 {
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #A09B98;
}

.urunDetayPanel .button {
    color: #fff;
}

.urunTabAlt {
    font-family: 'Poppins',sans-serif !important;
    padding: 0;
}

.urunTabAlt * {
    font-family: 'Poppins',sans-serif !important;
}

.urunTabAlt i {
    font-family: 'FontAwesome' !important;
}

.urunTabAlt img {
    max-width: 100% !important;
}

.urunTabAlt iframe {
    max-width: 100% !important;
    display: none;
}

.urunTabAlt .ng-valid-email {
    text-align: left;
}

.urunTabAlt .button {
    padding: 10px 5px;
}

.orders .order-info i {
    margin-top: 0 !important;
}

#btnYorumKaydet {
    float: left;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.urunTabAlt ul li {
    margin-bottom: 10px;
    clear: both;
}

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
    width: auto !important;
}

.urunTabAlt ul li label {
    float: left;
    width: auto !important;
    line-height: normal;
}

.urunTabAlt ul li input[type="checkbox"] {
    margin-top: 0;
}

.urunTabAlt ul li .captchaImageBox {
    float: left;
}

.urunTabAlt ul li .captchaImageBox img {
    max-width: 100%;
    width: auto;
}

.urunTabAlt ul li .captchaInputBox {
    margin: 10px;
    float: left;
}

.urunTabAlt ul li.urundetyaGuvenlikodu span {
    float: left;
}

.urunTabAlt ul li .GuvnelikKodu {
    float: left;
    line-height: 50px;
    margin-right: 10px;
    display: block;
}

/*------------------------------------Etiketler--------------------------------------------*/
#divEtiketler {
    float: left;
    width: 100%;
    padding: 0 20px 20px;
    margin: 50px 0 0;
    background: #fff;
    text-align: center;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: #202122;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}

#divEtiketler a {
    color: #696d71;
    font-size: 13px;
}

#divEtiketler a:hover {
    text-decoration: underline;
}

/****************************************Slider Alanlar*********************************/
/*Baslik*/
#mainHolder_divDesign .JKatAdi.categoryTitle, .JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0!important;
    margin: 0 0 10px 0!important;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
    line-height: 45px;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

/*ilerigeributon*/
#mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 40%;
    left: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListnext, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
    background: rgba(0,0,0,0.5);
    border-radius: 0;
    border: none;
    width: 36px;
    height: 64px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    font-size: 0;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListnext {
    right: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev {
    left: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .ProductListnext:before, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 64px;
    font-weight: normal;
    color: #fff;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before {
    content: '\f104';
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListnext:before {
    content: '\f105';
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover, .owl-carousel .owl-nav .ProductListprev:hover {
    background: #000;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover, .owl-carousel .owl-nav .ProductListnext:hover {
    background: #000;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover:before, .owl-carousel .owl-nav .ProductListprev:hover:before {
    color: #fff;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover:before, .owl-carousel .owl-nav .ProductListnext:hover:before {
    color: #fff;
}

#mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
    display: none;
}

/*urunslider*/
.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.sliderBannerContainer .Block_Link {
    display: none;
}

.sliderBannerContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

/*detayurunslider*/
.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 40px;
    margin: 40px 0;
}

.detaySliderContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.detaySliderContainer .Jbutonlar {
    display: none;
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%;
}

/* -------------------------------Anasayfa Slider----------------------------------------*/
#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#pnlSlider ul li {
    display: block;
}

#pnlSlider ul li a {
    display: block;
}

#pnlSlider ul li a img {
    width: 100%;
    display: block;
}

#pnlSlider .flex-control-nav {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

#pnlSlider .flex-control-paging li {
    margin: 0 5px;
}

#pnlSlider .flex-control-paging li a {
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    top: 45%;
    left: 20px;
    right: 20px;
    display: none;
}

#pnlSlider .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#pnlSlider .flex-direction-nav .flex-nav-prev {
    float: left;
}

#pnlSlider .flex-direction-nav .flex-nav-next {
    float: right;
}

#pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
    color: #fff;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    top: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    font-size: 0;
    position: relative;
    text-shadow: none;
    text-align: center;
}

#pnlSlider .flex-direction-nav .flex-prev {
    left: 0;
}

#pnlSlider .flex-direction-nav .flex-next {
    right: 0;
}

#pnlSlider .flex-direction-nav .flex-prev:before, #pnlSlider .flex-direction-nav .flex-next:before {
    font-family: 'FontAwesome';
    font-size: 45px;
    font-weight: 300;
    line-height: 45px;
}

#pnlSlider .flex-direction-nav .flex-prev:before {
    content: '\f053';
}

#pnlSlider .flex-direction-nav .flex-next:before {
    content: '\f054';
}

#pnlSlider .flex-direction-nav .flex-prev:hover {
}

#pnlSlider .flex-direction-nav .flex-next:hover {
}

#pnlSlider .flex-direction-nav a:before {
    text-shadow: none;
}

#pnlSlider .flex-direction-nav a:after {
    text-shadow: none;
}

#pnlSlider .HPSItems .flex-control-thumbs {
    position: static;
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
}

#pnlSlider .HPSItems .flex-control-thumbs li {
    width: 110px;
    position: relative;
    height: 62px;
}

.HomePageSlideShowContainer {
    float: left;
    width: 100%;
    position: relative;
}

.HomePageSlideShowContainer .HomePageSlideShow {
    padding: 0;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems {
    clear: both;
    cursor: pointer;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems div {
    cursor: pointer;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

.HomePageSlideShowContainer .flex-control-nav img {
    border: none;
    margin: auto;
    padding: 0;
    max-width: 75px;
    width: auto;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.HomePageSlideShowContainer .flex-control-nav .flex-active {
    opacity: 1;
}

/*------------------------------------markalar slider--------------------------------------------*/
.markaSlider {
    float: left;
    width: 100%;
}

.markaSlider .jCarouselLite {
    display: block;
    margin: 0 auto;
}

.markaSlider .owl-carousel {
    float: left;
    width: 100%;
}

.markaSlider .owl-carousel .owl-stage-outer {
}

.markaSlider:before {
    content: '';
    display: table;
    clear: both;
}

.markaSlider ul li {
    float: left;
    width: 100%;
    display: inline-table;
}

.markaSlider ul li a {
    display: table-cell;
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    padding-bottom: 27%;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
}

.markaSlider ul li a img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.markaSlider ul li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*---------------------------- site ozel alan kodlar ----------------------------------*/
.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #fff;
}

.siparisTakipSayfasi {
    background: #fff;
}

.siparisTakipSayfasi .siparisTakipBaslik {
    text-align: center;
    padding: 20px 0 !important;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

.sayfaIcerik * {
    font-family: 'Poppins', sans-serif !important;
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important;
}

.product_social_icon_wrapper {
    display: none;
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%;
}

.orders {
    width: 100%;
}

.innerContainer {
}

.TumKategoriler {
    display: none;
}

.mobilMenuAcButton,.searchClick, .mycartClick, .welcomeOpen,.bottomHead {
    display: none;
}

.userLoginBtn, .userSignBtn {
    border: none !important;
}

.magazaTeslimatBilgisiContent {
    display: none;
}

#store_region_container {
    display: none;
}

#ticimaxCopyright {
    float: left;
    width: 100%;
}

section {
    float: left;
    width: 100%;
}

.sepetimBody .Basketstep ul li.pasif {
    opacity: 1;
}

/*Site ici scroll alanlar*/
#divOnyazi::-webkit-scrollbar, .urunTabAlt::-webkit-scrollbar, .SmallImages::-webkit-scrollbar, .SepetBlockInfo::-webkit-scrollbar, .searchContent ul::-webkit-scrollbar, body .kombinContent ul::-webkit-scrollbar, .CartProduct .SProduct::-webkit-scrollbar, .yanResimliMenu .KatMenu1::-webkit-scrollbar, .UrunGuruplari .Block_Text::-webkit-scrollbar, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar, .mobilMenu .menuIcerikAlan::-webkit-scrollbar, .mobilMenu .navUl > li > ul::-webkit-scrollbar, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar {
    width: 3px;
}

.SmallImages::-webkit-scrollbar {
    height: 3px;
}

#divOnyazi::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track, .SmallImages::-webkit-scrollbar-track, .SepetBlockInfo::-webkit-scrollbar-track, .searchContent ul::-webkit-scrollbar-track, body .kombinContent ul::-webkit-scrollbar-track, .CartProduct .SProduct::-webkit-scrollbar-track, .yanResimliMenu .KatMenu1::-webkit-scrollbar-track, .UrunGuruplari .Block_Text::-webkit-scrollbar-track, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-track {
    background: #ececec;
}

#divOnyazi::-webkit-scrollbar-thumb, .urunTabAlt::-webkit-scrollbar-thumb, .SepetBlockInfo::-webkit-scrollbar-thumb, .searchContent ul::-webkit-scrollbar-thumb, .CartProduct .SProduct::-webkit-scrollbar-thumb, body .kombinContent ul::-webkit-scrollbar-thumb, .UrunGuruplari .Block_Text::-webkit-scrollbar-thumb, .yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-thumb {
    background: #006eb8;
}

.SmallImages::-webkit-scrollbar-thumb {
    background: #ff6c00
}

/*Site ici scroll alanlar*/
/*------------------------------------Sabit Renkler--------------------------------------------*/
/*sepetvebutonrenk*/
body .button, .baglanButton, .siparisOzetTakip, body.sepetimBody .basketCompletebtn, #AdresContent .button, .BasketPage .OdemeMenu ul li.activeMenu > a , #pnlSlider .flex-control-paging li a.flex-active, .mycart .sepetUrunSayisi, body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected, .discountIcon, #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected, .menuUstBolum, body .category-vertical-filters.top-filters .FiltreUst, .SepetUst, .urunOzellik .mobilTab >ul >li.active > a, .tooltip-inner, .welcome.active, .sepetimBody .Basketstep ul li.aktif {
    background: #000000;
}

/*bordercolor*/
.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2), body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir, body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected, .OdemeMenu ul li.activeMenu, #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    border-color: var(--theme-color);
}

/*tooltip*/
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: var(--theme-color);
}

.tooltip.right .tooltip-arrow {
    border-right-color: var(--theme-color);
}

.tooltip.left .tooltip-arrow {
    border-left-color: var(--theme-color);
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: var(--theme-color);
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li:before {
    border: 1px solid var(--theme-color);
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: var(--theme-color);
}

/*color*/
.sepetTitle .st_1,body .sepetTitle2 .st_1, body .BasketRigth ul li.genelToplam .tut, body .sepetTitle2 .st_1:before, .sepetTitle .st_1:before, .TeslimatAdresTittle, .Basketstep ul li.gecti span, body #divToplamOdeme, .TeslimatAdresTittle, a.YeniAdresEkle, .Basketstep ul li.onestepsec span, .Basketstep ul li.pasif i, .BasketPage .Basketstep ul li.pasif i, .BasketPage .cargoInformation div.cargoName span, .BasketPage .faturaAdresBtn.active, .adresAyniBtn.active, .BasketPage .sepetItemB4, .BasketPage .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check, .iletisimContent .categoryTitle .categoryTitleText, #pnlSlider .flex-direction-nav .flex-next:hover:before, #pnlSlider .flex-direction-nav .flex-prev:hover:before, body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span, body .siparisUrunUyariSecenek .siparisUrunDurumBaslik, .UFavorilerimeEkle #aFavroriCikarBtn .box1, .RightDetail ul.rating li i.starItem, .RightDetail ul.rating li.filled i, .RightDetail .rating-stars ul>li.star.hover>i.fa, .RightDetail .rating-stars ul>li.star.selected>i.fa, .favori a.listfavoriAktif {
    color: var(--theme-color);
}

/*HoverRenk*/
.button:hover, .userLoginBtn:hover, .userSignBtn:hover, .BasketPage .OdemeMenu ul li:hover >a, .BasketPage .alisverisedevamet:hover, .BasketPage #hed div.hediCekForm a:hover, .BasketPage a.YeniAdresEkle:hover, #AdresContent .button:hover, .basketCompletebtn:hover, .KasaOnuFirsatlarContent ul li a.button:hover, body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover, .ProductIcon2 > div > a:hover, #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    background: var(--theme-color);
}

/*colorhover*/
.BasketPage .AdresItemAlt a:hover, .BasketPage .sepetiTemizle:hover, .BasketPage .sepet-sil:hover:before, .BasketPage .sepetTitle2 a:hover, .baglanButton:hover, .BasketPage .faturaAdresBtn:hover, .adresAyniBtn:hover, .mycart:hover > a, .headerSocialConnect .baglanButton a:hover, .CartProduct .SProduct li a:nth-child(2):hover *, .RightDetail .riSingle a.riUp:hover, .RightDetail .riSingle a.riDown:hover {
    color: var(--theme-color);
}

/*bordercolorhover*/
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover, .BasketPage a.YeniAdresEkle:hover, .OdemeMenu ul li:hover, .BasketPage .OdemeMenu ul li:hover >a,.CartProduct .headerCartBtn:hover, #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    border-color: var(--theme-color);
}

/*color*/
.siparisOzetTakip {
    color: #fff;
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

.sepetimBody #header:after {
    display: none;
}

body .alisverisedevamet {
    background: #fff;
}

/*bordercolor*/
.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !important;
}

.BasketPage a.YeniAdresEkle:hover {
    color: #fff !important;
}

.baglanButton:hover {
    background: transparent;
}

body .adresGir .kirmiziButon:hover {
    background: #9e1a20!important;
    color: #fff !important;
}

body .adresGir .yesilButon:hover {
    background: #406d20!important;
    color: #fff !important;
}

/*------------------------------------Sabit Renkler--------------------------------------------*/
body {
    background: #fff;
}

/*SliderYanblok*/
#divSliderYani {
    display: none;
}

.Blok {
    float: left;
    width: 100%;
}

.Blok a {
    float: left;
    width: 100%;
}

.Blok a img {
    display: block;
    max-width: 100%;
    transition: all 1s ease-in-out;
}

.ScRow {
    margin: 0 -10px;
}

.Scol1, .Scol2, .Scol3, .Scol4 {
    float: left;
}

.Scol1 {
    width: 100%;
    padding: 0;
}

.Scol2 {
    width: 50%;
    padding: 0 10px;
}

.Scol3 {
    width: 33.33%;
    padding: 0 10px;
}

.Scol4 {
    width: 25%;
    padding: 0 10px;
}

.Scol5 {
    width: 20%;
    padding: 0 10px;
}

/*siteyeozealan*/
#logo .htop {
    display: none;
}

.htop {
    float: left;
    width: 100%;
    background: #222222;
    border-bottom: 2px solid #ececec;
    padding: 11px 0 10px;
}

.htop .htop-left {
    float: left;
    padding: 2px 0 3px;
    list-style: none;
    margin: 0;
}

.htop .htop-left li {
    float: left;
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #fff;
}

.htop .htop-left li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.htop .htop-left li a {
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 13px
}

.htop .htop-left li a:hover {
    color: #006eb8;
}

.htop .htop-right {
    float: right;
}

.htop .htop-right > a {
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 18px
}

.htop .htop-right > a:before {
    content: '';
    float: left;
    margin-right: 10px;
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/sipicon.png) no-repeat left top;
    width: 18px;
    height: 18px;
}

.htop .htop-right > a:hover {
    color: #006eb8;
}

.htop .htop-right > ul {
    float: left;
    margin: 2px 0 3px 25px;
    border-left: 1px solid #fff;
    list-style: none;
    padding: 0;
}

.htop .htop-right > ul li {
    float: left;
}

.htop .htop-right > ul li a {
    float: left;
    margin-left: 25px;
}

.htop .htop-right > ul li a i {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 13px
}

.htop .htop-right > ul li a:hover i {
    color: #006eb8;
}

.header-left {
    float: left;
    margin-top: 35px;
}

.header-right {
    float: right;
    margin-top: 35px;
}

.favi {
    float: right;
    color: #191919;
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 22px;
}

.favi:hover {
    color: var(--theme-color);
}

.favi:before {
    float: left;
    content: '';
    background: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/faviicon.png) no-repeat left top;
    width: 22px;
    height: 26px;
    margin-right: 8px;
}

.favi:hover:before {
    background-image: url(https://cdn.ticimax.com/v8100/App_Themes/elittema13/images/faviicon-hover.png)
}

.categorylist {
    float: left;
    width: 100%;
    margin: 60px 0;
}

.categorylist ul {
    float: left;
    width: calc(100% + 30px);
    display: flex;
    justify-content: space-around;
    margin: 0 -15px;
    list-style: none;
    padding: 0;
}

.categorylist ul li {
    float: left;
    width: 100%;
    padding: 0 14px;
}

.categorylist ul li div {
    float: left;
    width: 100%;
    padding: 20px 0;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.categorylist ul li div a {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    text-align: center;
    padding: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.categorylist ul li div a img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.categorylist ul li div a img:nth-child(2) {
    display: none;
}

.categorylist ul li div a > strong {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #0a0e0f;
    line-height: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorylist ul li div:hover {
    background-color: #006eb8;
}

.categorylist ul li div:hover a {
    border-color: #006eb8;
}

.categorylist ul li div:hover a > strong {
    color: #fff;
}

.categorylist ul li div:hover a img:nth-child(2) {
    display: inline-block;
}

.categorylist ul li div:hover a img:nth-child(1) {
    display: none;
}

.bannerlist {
    float: left;
    width: 100%
}

.bannerlist .bannerlist-left {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.bannerlist .bannerlist-left > div {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bannerlist .bannerlist-right {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.bannerlist .bannerlist-right > div {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bannerlist div .bannercol1 a {
    float: left;
    width: 100%;
}

.bannerlist div .bannercol1 a img {
    float: left;
    width: 100%;
}

.bannerlist div .bannercol2 a {
    float: left;
    width: 50%;
}

.bannerlist div .bannercol2 a img {
    float: left;
    width: 100%;
}

.bannerlist div .bannercol2 a:nth-child(1n) {
    padding-right: 15px;
    padding-left: 0;
}

.bannerlist div .bannercol2 a:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}

.bannerlist div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s;
    -webkit-transition: .3s;
}

.categoryleftbanner {
    float: left;
    width: 100%;
}

.categoryleftbanner a {
    float: left;
    width: 100%;
}

.categoryleftbanner a img {
    float: left;
    width: 100%;
}

.category-link {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.category-link ul {
    float: left;
    margin: 10px -15px 0 -15px;
    list-style: none;
    padding: 0;
}

.category-link ul li {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.category-link ul li a {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    text-align: center;
    transition: 0.2s;
    -webkit-transition: 0.2s
}

.category-link ul li a:hover {
    border-color: #fff;
    box-shadow: 0 0 4px 4px #f3f3f3;
}

.category-link ul li a strong {
    float: left;
    width: 100%;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 20px
}

.category-link ul li a img {
    display: inline-block;
    vertical-align: top
}

.Instagram {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.Instagram .JKatAdi .bold {
    font-size: 30px;
    color: #010101;
    letter-spacing: 1px
}

.Instagram .JKatAdi .bold p {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #868686;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0
}

.instagramBolumu {
    display: block;
    float: left;
    width: 100%;
}

.blokRow {
    margin: 0;
}

.dortluBlok {
    float: left;
    width: 100%;
    position: relative;
}

.dortluBlok a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dortluBlok a:before {
    content: '\f16d';
    font-family: 'FontAwesomeBrands';
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.iconlist {
    float: left;
    width: 100%;
    overflow: hidden;
}

.iconlist ul {
    float: left;
    width: calc(100% + 30px);
    margin: 27px -15px;
    display: flex;
    justify-content: space-around;
}

.iconlist ul li {
    float: left;
    width: 100%;
    margin: 0 15px;
    padding: 20px 40px 20px 20px;
    border: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    -webkit-transition: .5s;
    transition: .5s
}

.iconlist ul li:hover {
    background: #006eb8;
}

.iconlist ul li .iconlist-left {
    float: left;
    margin-right: 20px;
}

.iconlist ul li .iconlist-left i {
    float: left;
    font-size: 38px;
    color: #222222;
}

.iconlist ul li .iconlist-right {
    float: left;
}

.iconlist ul li .iconlist-right strong {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    line-height: 23px;
    margin-bottom: 12px;
}

.iconlist ul li .iconlist-right p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #959595;
    line-height: 20px
}

.iconlist ul li:hover .iconlist-left i {
    color: #fff;
}

.iconlist ul li:hover .iconlist-right strong {
    color: #fff;
}

.iconlist ul li:hover .iconlist-right p {
    color: #fff;
}

#divUrunTakimAlan {
    float: left;
    width: 100%;
}

#divUrunTakimAlt {
    float: left;
    width: 100%;
    padding: 0;
    margin: 40px 0;
}

#divUrunTakimAlt .takimUrunAltContainer {
    border-color: #eff1f2;
    float: left;
    width: 100%;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunHeader {
    display: none;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList {
    float: left;
    width: 100%;
    padding: 0;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltHead {
    background: #f6f6f6;
    padding: 0 50px;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltHead>div {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem {
    padding: 4px 50px;
    margin: 0;
    background: #f6f6f6;
    border-top: 1px solid #eff1f2;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem:nth-child(2n) {
    background: #fff;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div {
    vertical-align: middle;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-1 {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-2 {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-3 input {
    border: 1px solid #222222;
    background: #fafafa;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    width: 50px;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-3 input::-webkit-inner-spin-button, #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-3 input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-3 a i:before {
    font-weight: 300;
    font-family: FontAwesome;
    color: #222222;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-4 {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-5 a i:before {
    font-weight: 300;
    font-family: FontAwesome;
}

section.ikonbanner .bannerImageWrapper a img {
    margin: 0 auto;
}

section.ikonbanner .textTypeSmall {
    font-size: 14px;
    color: #0a0e0f;
}

section.ikonbanner .bannerWrapper {
    border: 1px solid #ececec;
    padding: 20px 10px;
}

section.inverse .hazirBlokContent .txrow {
    flex-direction: row-reverse;
}

/*siteyeozealan*/
@media screen and (min-width: 768px) {
    #header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        width: 100%;
        border: none;
    }

    body.margin {
        margin-top: 202px;
    }

    #header.fixed .htop, #header.fixed #logo, #header.fixed .mycart .sepetTecxt {
        display: none;
    }

    #header.fixed .headerUyeGiris a, #header.fixed .headerHesabim {
        font-size: 0;
    }

    #header.fixed .favi {
        font-size: 0;
        margin: 0 18px 0 20px;
    }

    #header.fixed .navigation .navUl {
        width: auto;
    }

    #header.fixed .navigation .navUl > li > a {
        font-size: 12px;
        padding: 0 18px;
        color: #000;
    }

    #header.fixed .navigation .navUl > li:first-child > a {
        padding-left: 0;
    }

    #header.fixed .navigation .navUl > li:last-child > a {
        padding-right: 0;
    }

    #header.fixed .header-right {
        margin-top: 13px;
    }

    #header.fixed .header-left {
        float: right;
        margin: 13px 20px 0 0;
    }

    #header.fixed .searchContent {
        max-width: 280px;
    }

    #header.fixed #instaStories {
        display: none;
    }

    section.ikonbanner .flexWrapImages.ticiJustifyCenter {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1042px) {
    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }

    .mobilMenu {
        display: none;
    }
}

/* ------------------------------------Container--------------------------------------------*/
.headerContent,body ul.breadcrumb,.navigation .altMenu .altMenuler,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer,.temaContainer {
    max-width: 1410px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.sliderBannerContainer .ProductList {
    max-width: 1410px;
}

.detaySliderContainer .ProductList {
    max-width: 1410px;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 1410px;
}

.markaSlider .jCarouselLite {
    max-width: 1410px;
}

#divIcerik.homepage {
}

.headerContent {
}

.homeContainer .ticiContainer {
}

.UyeGiris .ticiContainer {
}

.UyeOl .ticiContainer {
}

.HesabimTakip .ticiContainer {
}

.Iletisimaspx .ticiContainer {
}

.innerContainer {
}

.ticiContainer {
}

.sepetimBody .headerContent {
    box-shadow: none;
}

.sepetimBody .ticiContainer {
}

.sepetimBody .footerSslLogo {
    display: none!important;
}

body ul.breadcrumb {
}

.ticiContainer.homeContainer {
}

.ticiContainer.categoryContainer {
}

.ticiContainer.productDetailContainer {
}

.ticiContainer.pageContainer {
}

#footer .ticiContainer {
}

.sepetimBody #footer .ticiContainer {
}

.sepetimBody .headerContent {
}

ul.breadcrumb {
    clear: none;
}

.leftBlock {
    float: left;
    padding: 0;
}

.rightBlock {
    float: right;
    padding: 0;
}

.centerCount {
    float: left;
    padding: 0;
}

.centerCount.Middle {
    width: 100%;
    padding: 0;
}

.centerCount.userLoginContent {
    width: 100%;
    padding: 0;
}

.centerCount.iletisimContent {
    width: 100%;
    padding: 0;
}

.centerCount.UyeolContent {
    width: 100%;
    padding: 0;
}

.centerCount.HesabimTakip {
    width: 100%;
    padding: 0;
}

.leftBlock {
    float: left;
    width: 25%;
    padding-right: 80px;
}

.rightBlock {
    float: right;
    width: 25%;
    padding-left: 80px;
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0;
}

/*SolveOrta*/
.leftBlock.LeftMiddle {
    width: 378px;
    margin-bottom: 30px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 378px);
}

.rightBlock.MiddleRight {
    width: 378px;
}

.centerCount.MiddleRight {
    width: calc(100% - 378px);
}

/*SolOrtaSag*/
.leftBlock.LeftMiddleRight {
}

.rightBlock.LeftMiddleRight {
}

.centerCount.LeftMiddleRight {
}

/*OrtaSag*/
.rightBlock.MiddleRight {
}

.centerCount.MiddleRight {
}

.categoryContainer .centerCount {
}

.ticiContainer:before, .ticiContainer:after {
    content: "";
    display: table;
}

.ticiContainer:after {
    clear: both;
}

.ticiContainer {
    clear: both;
    zoom: 1; }

.headerContent:after, .headerContent:before, .headerContent:after, .headerContent:before {
    content: "";
    display: table;
    clear: both;
}

/* ------------------------------------Container--------------------------------------------*/
/*Tablet ekranina kadar olan windows gorunumu*/
@media screen and (min-width: 1041px) and (max-width:1200px) {
    .leftBlock.LeftMiddle {
        width: 25%;
        padding-right: 20px;
    }

    .centerCount.LeftMiddle {
        width: 75%;
    }

    /*SolOrtaSag*/
    .leftBlock.LeftMiddleRight {
        width: 25%;
    }

    .rightBlock.LeftMiddleRight {
        width: 50%;
    }

    .centerCount.LeftMiddleRight {
        width: 25%;
    }

    /*OrtaSag*/
    .rightBlock.MiddleRight {
        width: 25%;
    }

    .centerCount.MiddleRight {
        width: 75%;
    }

    .homeContainer .col-5li {
        width: 25%;
    }

    .category-vertical-filters.top-filters .panel {
    }
}

@media screen and (min-width: 1240px) and (max-width: 1456px) {
    #divIcerik {
        padding-right:15px;
        padding-left: 15px
    }

    .navigation > div {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .navigation .altMenu .altMenuler {
        padding-right: 15px;
        padding-left: 15px
    }

    .headerContent {
        padding-right: 15px;
        padding-left: 15px
    }

    .htop .ticiContainer {
        padding-right: 15px;
        padding-left: 15px
    }

    .iconlist ul li .iconlist-right strong {
        font-size: 18px;
    }

    #footer .ticiContainer {
        padding-right: 15px;
        padding-left: 15px
    }

    .FooterMiddle .ticiContainer {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    #header.fixed .navigation .navUl > li > a {
        padding: 0 14px;
    }

    #header.fixed .searchContent {
        width: 200px;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {
    /* ------------------------------------Container--------------------------------------------*/ .headerContent,body ul.breadcrumb,.navigation .altMenu .altMenuler,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer,.temaContainer {
        max-width: 1100px;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .sliderBannerContainer .ProductList {
        max-width: 1100px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1100px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1100px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1100px;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    .navigation .altMenu .altMenuler .altMenuSag {
        width: 633px;
    }

    .navigation .altMenu .altMenuler .altmenuSol {
        width: calc(100% - 633px);
    }

    .navigation .altMenu .altMenuler .altMenuSag .menuimagelist > a {
        padding: 0 2.5px;
    }

    .navigation .altMenu .altMenuler .altmenuSol ul li a {
        font-size: 13px;
    }

    .categorylist ul li {
        padding: 0 5px;
    }

    .iconlist ul li .iconlist-left i {
        font-size: 28px;
    }

    .iconlist ul li {
        margin: 0 10px;
        padding: 20px;
    }

    .iconlist ul {
        width: calc(100% + 20px);
    }

    .iconlist ul li .iconlist-right strong {
        font-size: 16px;
        line-height: 20px
    }

    .iconlist ul li .iconlist-right p {
        font-size: 12px;
        line-height: 17px
    }

    .FooterMiddle .ticiContainer {
        border: none;
        padding: 0;
    }

    .navigation .navUl > li > a {
        font-size: 13px;
        padding: 0 20px;
    }

    #header.fixed .navigation .navUl > li > a {
        padding: 0 7px;
    }

    #header.fixed .searchContent {
        max-width: 200px;
    }

    #header.fixed .favi {
        margin: 0 11px 0 13px;
    }

    .leftImage {
        width: 525px;
    }

    .RightDetail {
        width: calc(100% - 525px);
    }

    .leftBlock.LeftMiddle {
        width: 278px;
        margin-bottom: 20px;
    }

    .centerCount.LeftMiddle {
        width: calc(100% - 278px);
    }

    .rightBlock.MiddleRight {
        width: 278px;
    }

    .centerCount.MiddleRight {
        width: calc(100% - 278px);
    }

    .leftBlock {
        padding-right: 20px;
    }

    .rightBlock {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1042px) and (max-width: 1159px) {
    /* ------------------------------------Container--------------------------------------------*/ .headerContent,body ul.breadcrumb,.navigation .altMenu .altMenuler,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer,.temaContainer {
        max-width: 960px;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .sliderBannerContainer .ProductList {
        max-width: 960px;
    }

    .detaySliderContainer .ProductList {
        max-width: 960px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 960px;
    }

    .markaSlider .jCarouselLite {
        max-width: 960px;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    .navigation .altMenu .altMenuler .altMenuSag {
        width: 580px;
    }

    .navigation .altMenu .altMenuler .altmenuSol {
        width: calc(100% - 580px);
    }

    .navigation .altMenu .altMenuler .altMenuSag .menuimagelist > a {
        padding: 0 2.5px;
    }

    .navigation .altMenu .altMenuler .altmenuSol ul li a {
        font-size: 13px;
    }

    .categorylist ul li {
        padding: 0 5px;
    }

    .iconlist ul li .iconlist-left i {
        font-size: 28px;
    }

    .iconlist ul li {
        margin: 0 10px;
        padding: 20px;
    }

    .iconlist ul {
        width: calc(100% + 20px);
    }

    .iconlist ul li .iconlist-right strong {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .iconlist ul li .iconlist-right p {
        font-size: 12px;
        line-height: 17px
    }

    .FooterMiddle .ticiContainer {
        border: none;
        padding: 0;
    }

    .navigation .navUl > li > a {
        font-size: 13px;
        padding: 0 12px;
    }

    #header.fixed .navigation .navUl > li > a {
        padding: 0 10px;
    }

    #header.fixed .searchContent {
        display: none
    }

    #header.fixed .favi {
        margin: 0 11px 0 13px;
    }

    .categorylist ul li div a > strong {
        font-size: 12px;
        line-height: 14px
    }

    .categorylist ul li div a {
        padding: 7px;
    }

    .categorylist ul li div {
        padding: 10px 0;
    }

    .bannerlist .bannerlist-right {
        padding-left: 10px;
    }

    .bannerlist .bannerlist-left {
        padding-right: 10px;
    }

    .bannerlist .bannerlist-left > div {
        margin-bottom: 20px;
    }

    .bannerlist .bannerlist-right > div {
        margin-bottom: 20px;
    }

    .bannerlist div .bannercol2 a:nth-child(1n) {
        padding-right: 10px;
        padding-left: 0;
    }

    .bannerlist div .bannercol2 a:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0;
    }

    .category-link ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .category-link ul li a strong {
        font-size: 14px;
    }

    .category-link ul {
        margin: 10px -10px 0 -10px;
    }

    .iconlist ul li {
        padding: 10px;
    }

    .FooterBottom .payment img {
        margin-right: 8px;
    }

    .leftImage {
        width: 500px;
    }

    .RightDetail {
        width: calc(100% - 500px);
    }

    #ProductPageProductList .ItemOrj {
        max-width: 50%;
    }

    body #divSayfalamaUst.Slct .blockSelect {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1041px) {
    .mobilMenuAcButton {
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        color: #000;
        font-size: 30px;
    }

    .mobilMenuAcButton span {
        display: block;
        font-size: 11px;
    }

    .mobilMenuAcButton svg {
        width: 30px;
    }

    .searchContent {
        width: 200px;
    }

    .headerUyeGiris a, .headerHesabim {
        font-size: 0;
    }

    .mycart .sepetTecxt {
        font-size: 0;
    }

    .favi {
        font-size: 0;
    }

    .categorylist ul {
        flex-wrap: wrap;
    }

    .categorylist ul li {
        padding: 0 15px;
        width: 20%;
    }

    .bannerlist .bannerlist-left {
        width: 100%;
        padding-right: 0;
    }

    .bannerlist .bannerlist-right {
        width: 100%;
        padding-left: 0;
    }

    .category-link ul {
        font-size: 0;
        text-align: center;
    }

    .category-link ul li {
        width: 25%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .iconlist ul {
        flex-wrap: wrap;
        font-size: 0;
    }

    .iconlist ul li {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }

    .Instagram .ticiContainer {
        padding: 0;
    }

    .FooterMiddle .ticiContainer {
        padding: 0 15px;
        border: none;
    }

    #footer .linkler {
        padding-left: 2vw;
    }

    .FooterBottom .payment img {
        margin-right: 5px;
    }

    .FooterBottom .payment {
        width: 50%;
    }

    .FooterBottom .mobilstore {
        width: 25%;
    }

    .leftImage {
        width: 50%;
    }

    .RightDetail {
        width: 50%;
        padding-left: 10px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem {
        padding: 4px 15px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltHead {
        padding: 4px 15px;
    }

    .RightDetail .TopList.kargobedava, .RightDetail .TopList.indirimvar {
        padding-right: 0;
    }

    .TopListRight {
        position: relative;
        float: left;
        width: 100%
    }

    #divIndirimOrani {
        height: 41px;
        padding: 10px;
    }

    #divTahminiTeslimatSuresi {
        margin-bottom: 20px;
    }

    .ProductIcon > div {
        width: 100%;
    }
}

@media (max-width: 1041px) {
    /* ------------------------------------Container--------------------------------------------*/ .headerContent,body ul.breadcrumb,.navigation .altMenu .altMenuler,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer,.temaContainer {
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .sliderBannerContainer .ProductList {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .categoryContainer .ProductList {
        margin: 0 -15px;
    }

    .ItemOrj {
        padding: 0 15px;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    .category-vertical-filters .FiyatTextBox input[type="text"] {
        margin-top: 5px;
        text-align: center;
    }

    .navigation {
        display: none;
    }
}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media screen and (max-width: 1041px) {
    /******************************************************/ .mobilMenuAcButton {
        display:block;
    }

    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 10px 0;
        width: 100%;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #000;
        border: 1px solid #c3c3c3;
        width: calc(50% - 1vw);
        float: left;
        line-height: 38px;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: right;
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 1vw);
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        display: block!important;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 0;
        text-indent: 0;
        border: none;
        color: #000;
        font-weight: 500;
        min-width: auto;
        border-radius: 0;
        background: transparent;
        -webkit-appearance: none;
        -moz--appearance: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select option {
        font-size: 14px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border-bottom: none;
        background: #fff;
        border: 1px solid #e5e5e5;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border: none;
        text-align: center;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 35px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        border-bottom: 1px solid #e5e5e5;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4) > a {
        border-bottom: none;
    }

    body .category-vertical-filters.top-filters {
        display: block!important;
        width: 360px;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 9999;
        background: #f3f5f8;
        margin: 0;
        padding: 0;
        border: none;
        transition: all .3s ease;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0;
    }

    body .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        padding: 0 10px;
        position: relative;
        text-align: center;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        float: left;
        font-size: 25px;
        position: relative;
        z-index: 1;
    }

    body .category-vertical-filters.top-filters .FiltreUst a {
        float: right;
        font-size: 13px;
        position: relative;
        z-index: 1;
        color: #fff;
        display: none;
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        margin-left: 5px;
    }

    body .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #262324;
        text-align: left;
        padding: 0 0 0 15px;
        background: #fff;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:before {
        content: '';
        float: right;
        width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        border-radius: 100%;
        background: #c5c7c9;
        margin: auto 0;
        background: #fff;
        box-shadow: 0 0 2px 0 #999;
        z-index: 1;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:after {
        content: '';
        float: right;
        width: 40px;
        max-height: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 20px;
        background: #c5c7c9;
        margin: auto 15px auto 0;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected:before {
        right: 15px;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected:after {
        background: #39d662;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0;
        margin: 0;
        border: none;
        background: #fff;
        float: left;
        width: 100%;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        float: left;
        width: 100%;
        text-align: left;
        color: #262324;
        font-weight: 500;
        font-size: 15px;
        line-height: 50px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        top: 0;
        color: #000;
        font-weight: 300;
        font-family: 'FontAwesome';
        right: 10px;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading .moreNum {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        font-size: 15px;
        color: #000;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border: none;
        position: static;
        box-shadow: none;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown ul {
        margin-top: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: #000;
        line-height: 16px;
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 13px;
        color: #262324;
        font-weight: normal;
        float: left;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        border-radius: 3px;
        display: inline-block!important;
        width: 16px;
        height: 16px;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        border-color: #000;
        background: #000;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: transparent!important;
        height: auto;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none!important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child:before {
        display: none;
    }

    body .slider-range {
        margin: 0 0 15px 10px!important;
        width: calc(100% - 20px);
    }

    body .amount {
        padding: 0;
    }

    .centerCount {
        width: 100%!important;
    }

    .leftBlock {
        display: none!important;
    }

    .rightBlock {
        display: none!important;
    }

    .homeContainer .leftBlock {
    }

    .homeContainer .rightBlock {
    }

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
    }

    .uyeOlContainer #FrmYeniUye > .uyeOlCol {
        width: 100%;
    }

    /*MobilMenu*/
    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .menuUstBolum .CloseBtnMenu {
        float: right;
        fill: #fff;
        width: 50px;
        text-align: center;
        margin: 0;
        cursor: pointer;
    }

    .menuUstBolum .CloseBtnMenu svg {
        width: 20px;
        margin-top: 15px;
    }

    .menuUstBolum .menuBack {
        float: left;
        line-height: 50px;
        fill: #fff;
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin: 0;
        cursor: pointer;
        padding-left: 20px;
    }

    .menuUstBolum .menuBack svg {
        margin-right: 10px;
        float: left;
        margin-top: 15px;
        width: 20px;
    }

    .mobilMenu {
        position: fixed;
        left: -110%;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        transition: left .3s ease-in-out;
    }

    .mobilMenu.acik {
        left: 0;
    }

    .mobilMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobilMenu .menuIcerikAlan {
        float: left;
        width: 100%;
        height: calc(100% - 51px);
        position: absolute;
        top: 51px;
        right: 0;
        left: 0;
    }

    .mobilMenu .navUl {
        float: left;
        width: 100%;
        height: 100%;
    }

    .mobilMenu .navUl > li > ul li, .mobilMenu .navUl > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding: 0 0 0 5px;
    }

    .mobilMenu .navUl > li > ul li a, .mobilMenu .navUl > li > a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        z-index: 2;
        position: relative;
        width: 100%;
    }

    .mobilMenu .navUl .ulVar > a {
        width: auto;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2, .mobilMenu .navUl > li > ul li .ResimsizDown2, .mobilMenu .navUl > li .ResimsizDown, .mobilMenu .navUl > li .ResimliDown {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        z-index: 1;
        padding-right: 20px;
        cursor: pointer;
        height: 40px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 svg, .mobilMenu .navUl > li > ul li .ResimsizDown2 svg, .mobilMenu .navUl > li .ResimsizDown svg, .mobilMenu .navUl > li .ResimliDown svg {
        float: right;
        width: 12px;
        margin-top: 12px;
    }

    /*Acilirmenuicerik*/
    .mobilMenu .altMenu .altMenuMarkalar, .mobilMenu .altMenu .altMenuler {
        float: left;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .mobilMenu .altMenu .altMenuSag {
        display: none;
    }

    .mobilMenu .altMenu .altmenuSol {
        float: left;
        width: 100%;
        height: 100%;
    }

    /**/
    .mobilMenu .navUl > li ul.over {
        overflow-y: hidden;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul, .mobilMenu .altMenu {
        position: fixed;
        left: -100%;
        top: 51px;
        bottom: 0;
        width: 360px;
        background: #fff;
        z-index: 3;
        transition: all 0.3s ease-in-out;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active, .mobilMenu .altMenu.active {
        left: 0;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span, .mobilMenu .altMenu .altMenuMarkalar > span, .mobilMenu .altMenu .altmenuSol > span,.mobilMenu .navUl > li > ul li ul > span , .mobilMenu .navUl > li > ul > span {
        color: rgba(40, 47, 54, 0.8);
        font-size: 18px;
        font-weight: 600;
        line-height: 55px;
        padding-left: 55px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        float: left;
        width: 100%;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span a, .mobilMenu .altMenu .altMenuMarkalar > span a, .mobilMenu .altMenu .altmenuSol > span a, .mobilMenu .navUl > li > ul > span span {
        z-index: 0;
        position: relative;
    }

    .mobilMenu .navUl > li > ul li ul > span .NoiBack2, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn, .mobilMenu .altMenu .altmenuSol > span .UpBtn, .mobilMenu .navUl > li > ul > span .NoiBack {
        z-index: 1;
        padding-left: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn svg, .mobilMenu .navUl > li > ul li ul > span .NoiBack2 svg, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn svg, .mobilMenu .altMenu .altmenuSol > span .UpBtn svg, .mobilMenu .navUl > li > ul > span .NoiBack svg {
        float: left;
        width: 17px;
        margin-top: 19px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li, .mobilMenu .navUl > li > ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a, .mobilMenu .navUl > li > ul li a {
        color: #282f36;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 13px;
        z-index: 2;
        position: relative;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul,.mobilMenu .navUl > li > ul, .mobilMenu .menuIcerikAlan {
        overflow-y: auto;
        overflow-x: hidden;
    }

    /*Markalar*/
    .mobilMenu .altMenu .altMenuMarkalar > a {
        float: left;
        width: 50%;
        padding: 0 13px;
        min-height: 57px;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* Mobil Ekran */
@media screen and (max-width: 767px) {
    .headerContent,body ul.breadcrumb,.navigation .altMenu .altMenuler,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer,.temaContainer {
        padding:0 1vw;
    }

    .categoryContainer .ProductList {
        margin: 0 -1vw;
    }

    .ItemOrj {
        padding: 0 1vw;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    body {
        /* padding-top: 51px; */
        /* background-color: red; */
    }

    body.sepetimBody {
        padding-top: 0;
    }

    #lang_flag_container {
        display: none;
    }

    .userContainer .userLeftBox, .userContainer .userRightBox {
        padding: 0;
    }

    /*Logo*/
    #logo {
        float: none;
        position: static;
        display: block;
        border: none;
        width: auto;
        padding: 0;
        background: transparent;
        margin: 0;
    }

    #logo:after {
        display: none;
    }

    #logo .logo {
        margin: 0 auto;
        width: 120px;
        float: none;
        padding: 10px 0;
        text-align: center;
        display: block;
        background: transparent;
    }

    #logo .logo img {
        max-width: 100%;
        display: inline-block;
    }

    /*header click button*/
    .mycart {
        top: 25px;
        z-index: 2;
        right: 5px;
    }

    .mycart .sepetUrunSayisi {
        background: #000;
        line-height: 17px;
        color: #fff;
        width: 17px;
    }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 11px;
        left: 50px;
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 11px;
        right: 50px;
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .mobilMenuAcButton span {
        display: none;
    }

    .mobilMenuAcButton svg {
        width: 25px;
        fill: #000;
    }

    .searchClick svg {
        width: 25px;
        fill: #000;
    }

    .welcomeOpen svg {
        width: 22px;
        fill: #000;
    }

    .mycartClick svg {
        width: 25px;
        fill: #000;
    }

    /*mobilmenu*/
    .mobilMenu {
        width: 100%;
        bottom: 50px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul, .mobilMenu .altMenu {
        width: 100%;
        bottom: 50px;
    }

    .menuUstBolum {
        margin-top: 0;
    }

    /*sepetalan*/
    .CartProductInner {
        position: absolute;
        top: 50px;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 10px;
    }

    .SepetUst {
        float: left;
        width: calc(100% + 20px);
        text-align: center;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }

    .SepetUst span {
        display: inline-block;
        vertical-align: top;
    }

    .SepetUst .seClose {
        float: left;
        width: 40px;
        fill: #fff;
        position: absolute;
        left: 0;
    }

    .SepetUst .seClose svg {
        width: 20px;
        margin-top: 15px;
    }

    .CartProduct {
        background: #fff;
        background-size: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: calc(100% - 50px);
        padding: 0;
        display: block !important;
        border: none;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
        transform: none;
        -webkit-transform: none;
        box-shadow: none;
        padding: 10px;
        border-radius: 0;
    }

    .CartProduct i {
        display: none;
    }

    .CartProduct.animated {
        right: 0;
    }

    .CartProduct.animated i {
        display: inline-block;
    }

    .CartProduct .SProduct {
        float: left;
        width: 100%;
        max-height: calc(100% - 129px);
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 0;
        text-align: left;
        margin: 10px 0 0 0;
    }

    .CartProduct .headerCartBtn {
        line-height: 38px;
        font-size: 12px !important;
    }

    .CartProduct .headerOrderBtn {
        line-height: 40px;
        font-size: 12px !important;
    }

    .spanustSepetteUrunYok {
        font-size: 16px;
        margin: 20px 0 0 0;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        font-weight: 900;
        color: #d0112b;
    }

    .spanustSepetteUrunYok:before {
        content: '!';
        font-size: 50px;
        vertical-align: top;
        border: 1px solid;
        display: block;
        width: 100px;
        height: 100px;
        line-height: 98px;
        border-radius: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .mycart {
        background: none !important;
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        left: auto;
        bottom: auto;
        z-index: auto;
    }

    .mycart:before {
        display: none;
    }

    .mycart:after {
        display: none;
    }

    .mycart .sepetTopTutar {
        display: none !important;
    }

    .mycart .sepetUrun {
        display: none !important;
    }

    .mycart .sepetTecxt {
        display: none !important;
    }

    .mycart .sepetUrunSayisi {
        display: block !important;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        border: none;
        position: static;
        margin: 0;
    }

    .mycart .sepetUrunSayisi:before {
        display: none;
    }

    .mycart .sepetUrunSayisi:after {
        display: none;
    }

    .mycart >a {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        margin: 0;
        background: transparent;
    }

    .mycart > a:before {
        display: none;
    }

    .mycart > a:after {
        display: none;
    }

    /*Sabit sayfalar icerik*/
    .spanTittle {
        font-size: 18px !important;
    }

    .iletisimContent .iletisimForm {
        width: 100%;
        padding: 0;
    }

    .iletisimContent .AdBan {
        width: 100%;
    }

    .iletisimContent .categoryTitle {
        margin: 0;
    }

    .iletisimContent .categoryTitle .categoryTitleText {
        line-height: 65px;
    }

    .iletisimContent .categoryTitle:before {
        display: none;
    }

    .iletisimContent .iletisimRight .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimRight .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimForm .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimForm .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line2 > div.line2 {
        float: none;
        display: block;
        margin: 10px 0 0;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
        font-size: 17px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div span {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .Right {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 20px;
    }

    .UyeolContent .grid {
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
        margin-bottom: 10px;
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .SifremiUnuttum .line {
        width: 100%;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 70%;
    }

    .SifremiUnuttum .button {
        width: 30%;
    }

    /*Header Sabitler*/
    .resimliYanMenu {
        display: none;
    }

    .navigation {
        display: none
    }

    #header {
        border: none;
        margin-bottom: 0 !important;
        padding-top: 0;
        box-shadow: none;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    #header:before {
        display: none;
    }

    #header.homeHeader {
        border: none;
    }

    .headerContent {
        text-align: left;
    }

    /*Arama*/
    .homeHeader .searchContent {
        display: block;
    }

    .searchContent {
        display: block;
        width: 100%;
        margin: 0;
        height: 0;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        border: none;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

    .searchContent.active {
        height: 34px;
        padding: 0;
        overflow: visible;
        width: 100%;
        left: 0;
        right: 0;
    }

    .search {
        margin: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0;
        display: block;
    }

    .search:after {
        display: none;
    }

    .search:before {
        display: none;
    }

    .search .crossclick {
        display: none;
    }

    #divAramaKategori {
        top: 0;
        left: 0;
    }

    #divAramaKategori select {
        width: 70px;
        padding-left: 5px;
        font-size: 10px;
        height: 34px;
    }

    #txtbxArama {
        height: 34px;
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
        box-shadow: none;
        font-size: 12px;
        border-radius: 0;
        margin: 0;
        border: 1px solid #f1f1f1;
    }

    .searchContent.active #txtbxArama {
        padding: 0 35px 0 10px;
    }

    #btnKelimeAra {
        width: 34px;
        height: 34px;
        right: 0;
        top: 0;
        line-height: 34px;
        text-indent: 0;
        padding: 0;
        left: auto;
        background-position: center center;
        background-image: none;
        border: none;
        border-radius: 0;
        font-size: 15px;
        text-align: center;
    }

    .ButtonMic {
        right: 34px;
        height: 34px;
    }

    /*hosgeldin div*/
    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        text-align: center;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        height: 0;
        border-radius: 0;
        z-index: 100;
        overflow: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

    .welcome.active {
        height: 34px;
    }

    .welcome>div {
        width: 100%;
        position: static;
        padding: 0;
        box-shadow: none;
        display: block;
        background: transparent;
        margin: 0;
    }

    .welcome>ul {
        margin: 0;
    }

    .welcome>div:before {
        display: none;
    }

    .welcome:before {
        display: none;
    }

    .mobilMenu .welcome {
        display: block;
    }

    .welcome ul {
        float: left;
        width: 100%;
    }

    .welcome li {
        float: none;
        display: inline-block!important;
        width: auto;
        vertical-align: top;
    }

    .headerSocialConnect {
        margin-left: 0;
    }

    .headerSocialConnect .baglanButton {
        margin-left: 10px;
    }

    .headerSocialConnect .baglanButton a {
        line-height: 34px;
        font-size: 13px;
        color: #fff;
        padding: 0;
    }

    .headerSocialConnect .baglanButton a:before {
        line-height: 34px;
    }

    .headerHesabim, .headerCikis, .headerUyeOl a, .headerUyeGiris a {
        float: none;
        display: inline-block!important;
        font-size: 13px;
        line-height: 34px;
        color: #fff;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        font-weight: 500;
    }

    .headerUyeGiris a, .headerHesabim {
        background: transparent;
        margin-right: 10px;
    }

    .headerUyeGiris a:after, .headerHesabim:after, .headerCikis:after, .headerUyeOl a:after, .headerUyeGiris a:before, .headerHesabim:before, .headerCikis:before, .headerUyeOl a:before {
        display: none;
    }

    /*urun butonlari*/
    .ProductIcon {
        position: static;
        width: 100%;
        margin: 5px 0 0;
        float: left;
        padding: 5px 0;
        border: none;
    }

    .ProductIcon .box1 {
        font-size: 12px;
        width: 100%!important;
        line-height: 35px!important;
        text-align: left;
        border: none;
        border-radius: 0;
    }

    .ProductIcon .box1 i {
        float: left;
        line-height: 35px;
        width: 35px;
        height: 35px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .ProductIcon > div {
        float: left;
        width: 100%;
        margin: 5px 0 0;
        max-width: 100%!important;
    }

    .ProductIcon >div > a {
        float: left;
        width: 100%;
        margin-bottom: 0;
        transition: all 0.2s ease;
    }

    .ProductIcon .box1:before {
        display: none!important;
    }

    .ProductIcon a:hover {
        padding-left: 25px;
    }

    /******************************************************/
    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: #fff;
        border-top: 1px solid #cecece;
        display: block;
    }

    .bottomHead ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .bottomHead ul li {
        float: left;
        width: 25%;
    }

    .bottomHead ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        color: #000;
        position: relative;
        height: 49px;
    }

    .bottomHead ul li a svg {
        width: 18px;
        display: block;
        margin: 0 auto 5px;
    }

    .bottomHead ul li.welcC a svg {
        margin-bottom: 3px;
    }

    /*Footer*/
    .FooterTop,.FooterMiddle,.FooterBottom {
    }

    #footer .linkler {
        padding: 0;
    }

    #footer .linkler .blink > ul {
        display: block;
    }

    #footer .linkler .blink > ul > li {
        float: left;
        width: 100%;
    }

    #footer .linkler .blink > ul >li >ul {
        display: none;
        float: left;
        width: 100%;
        border-bottom: 1px solid #383838;
    }

    #footer .linkler .blink > ul >li> span {
        float: left;
        width: 100%;
        margin: 0;
        line-height: 50px;
        border-bottom: 1px solid #383838;
        font-size: 16px;
    }

    #footer .linkler .blink > ul >li> span .ackapabtn {
        float: right;
        font-size: 15px;
    }

    #footer .linkler .blink > ul li {
        float: left;
        width: 100%;
    }

    #footer .linkler .blink > ul >li >ul >li >a {
        margin-bottom: 0;
        line-height: 40px;
    }

    .ebultenDiv {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .ebultenGelecek {
        margin-top: 10px;
    }

    #divTicimaxCopyrightContent {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
    }

    #ticimaxCopyright {
        margin-top: 5px!important;
        font-size: 11px;
    }

    #back-to-top {
        bottom: 11%;
        right: 2%;
    }

    #back-to-top a {
        width: 30px;
        height: 30px;
    }

    #back-to-top a:after {
        line-height: 30px;
    }

    /*kategori*/
    body .category-vertical-filters.top-filters {
        width: 100%;
        height: calc(100% - 50px);
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb * {
        line-height: 40px!important;
        font-size: 10px!important;
    }

    body ul.breadcrumb li:after {
        line-height: 40px;
        font-size: 10px!important;
    }

    body ul.breadcrumb li:nth-child(1) a:before {
        line-height: 40px;
        font-size: 10px!important;
        margin-right: 5px;
    }

    .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px;
    }

    body .mobilFilterOpenBtn .button {
        font-size: 13px;
    }

    .TukendiIco span {
        font-size: 12px;
    }

    .productItem .discountPrice span {
        color: #202020;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    }

    .productItem .regularPrice span {
        font-size: 11px;
    }

    /*urundetay*/
    .leftImage {
        float: left;
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 10px 0 0;
    }

    body a#linkOncekiSayfa {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 35px;
        background: #fff;
        text-align: center;
        font-size: 0!important;
        font-family: 'FontAwesome';
        color: #000;
        z-index: 5;
        line-height: 35px;
    }

    body a#linkOncekiSayfa:before {
        content: '\f053';
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
    }

    #divUrunKodu {
        clear: left;
        float: left;
        line-height: 14px;
    }

    #divUrunKodu span {
        line-height: 14px;
    }

    #divTaksitAciklama {
        clear: left;
        float: left;
    }

    .PriceList {
        padding-bottom: 15px;
    }

    .TopDet #IlgiliUrunDiv {
        margin-top: 15px;
        padding: 0;
    }

    #divUrunEkSecenek {
        padding: 0;
        margin-top: 15px;
    }

    #divUrunEkSecenek .eksecenekLine {
        padding-bottom: 15px;
        margin-bottom: 0;
    }

    #divSatinAl {
        margin-top: 15px;
    }

    #divAdetCombo .right_line,.RightDetail .riSingle {
        width: 120px;
    }

    .basketBtn {
        width: 100%;
        margin: 0;
    }

    .buyfast {
        width: 100%;
        margin: 0;
    }

    .Basketinp {
        margin-bottom: 15px;
    }

    #txtbxurunSiparisAdedi, #divAdetCombo select, .RightDetail .riSingle a.riUp, .riSingle a.riDown, .basketBtn input, .buyfast input {
        height: 50px!important;
    }

    .Basketinp p, #divAdetCombo .left_line, .RightDetail .riSingle a.riUp i, .RightDetail .riSingle a.riDown i, .RightDetail .riSingle a.riUp, .riSingle a.riDown, .basketBtn input, .buyfast input {
        line-height: 50px;
    }

    .urunOzellik {
        margin: 25px 0;
        border-top: 1px solid #d7d7d7;
    }

    .urunOzellik .mobilTab {
        float: left;
        width: 100%;
    }

    .urunOzellik .mobilTab >ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .urunOzellik .mobilTab >ul >li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
    }

    .urunOzellik .mobilTab >ul >li > a {
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 50px;
        float: left;
        width: 100%;
        padding: 0 10px;
    }

    .urunOzellik .mobilTab >ul >li > a:after {
        content: '\f078';
        font-family: 'FontAwesome';
        font-size: 16px;
        float: right;
    }

    .urunOzellik .mobilTab >ul >li.active > a {
        color: #fff;
    }

    .urunOzellik .mobilTab >ul >li.active > a:after {
        content: '\f077';
    }

    .urunOzellik .mobilTab >ul >li.active .urunDetayPanel {
        display: block!important;
    }

    .urunDetayPanel {
        padding: 15px 0;
        border-top: 1px solid #d7d7d7;
    }

    /*mobilicerik*/
    .htop {
        display: none;
    }

    .homeContainer .ProductListContent .ItemOrj {
        width: 50%;
        max-width: 50%;
        margin-bottom: 5px;
        padding: 0;
    }

    .homeContainer .ProductListContent .ItemOrj:nth-child(1n) {
        padding-right: 2.5px;
        padding-left: 0;
    }

    .homeContainer .ProductListContent .ItemOrj:nth-child(2n) {
        padding-left: 2.5px;
        padding-right: 0;
    }

    .homeContainer .ProductListContent {
        margin: 5px 0;
    }

    .categorylist ul {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }

    .categorylist ul li {
        width: 50%;
        padding: 0;
    }

    .categorylist ul li:nth-child(1n) {
        padding-right: 2.5px;
        padding-left: 0;
    }

    .categorylist ul li:nth-child(2n) {
        padding-left: 2.5px;
        padding-right: 0;
    }

    .iconlist ul {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }

    .iconlist ul li {
        width: calc(50% - 2.5px);
        margin: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
        margin-bottom: 5px;
    }

    .iconlist ul li:nth-child(1n) {
        margin-right: 2.5px;
        margin-left: 0;
    }

    .iconlist ul li:nth-child(2n) {
        margin-left: 2.5px;
        margin-right: 0;
    }

    .iconlist ul li .iconlist-left {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .iconlist ul li .iconlist-left i {
        font-size: 28px;
    }

    .iconlist ul li .iconlist-right {
        text-align: center;
    }

    .iconlist ul li .iconlist-right strong {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .iconlist ul li .iconlist-right p {
        font-size: 12px;
        line-height: 16px
    }

    .favi {
        display: none;
    }

    .categorylist {
        margin: 5px 0 0 0;
    }

    .categorylist ul li div {
        padding: 0 0 5px 0;
    }

    .categorylist ul li div a {
        padding: 15px 5px;
    }

    .categorylist ul li div a img {
        margin-bottom: 8px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
        font-size: 18px;
        font-weight: 500;
    }

    .Instagram .JKatAdi .bold {
        font-size: 18px;
    }

    .Instagram {
        margin: 5px 0;
    }

    .Instagram .ticiContainer {
        padding: 0 !important;
    }

    .category-link {
        margin: 5px 0;
    }

    .bannerlist .bannerlist-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .bannerlist .bannerlist-right {
        width: 100%;
        padding-left: 0;
    }

    .bannerlist .bannerlist-left > div {
        margin-bottom: 5px;
    }

    .bannerlist div .bannercol2 a:nth-child(1n) {
        padding-right: 2.5px;
        padding-left: 0;
    }

    .bannerlist div .bannercol2 a:nth-child(2n) {
        padding-left: 2.5px;
        padding-right: 0;
    }

    .bannerlist .bannerlist-right > div {
        margin-bottom: 5px;
    }

    .category-link ul {
        margin: 0;
    }

    .category-link ul li {
        width: 50%;
        margin-bottom: 5px;
    }

    .category-link ul li:nth-child(1n) {
        padding-right: 2.5px;
        padding-left: 0;
    }

    .category-link ul li:nth-child(2n) {
        padding-left: 2.5px;
        padding-right: 0;
    }

    #pnlSlider .flex-control-nav {
        bottom: 5px;
    }

    .FooterTop {
        padding: 5px 0;
    }

    .ebultenDiv {
        text-align: center;
    }

    .ebultenDiv span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .ebultenDiv p {
        font-size: 12px;
        line-height: 14px
    }

    .footertext {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .footertext > span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .FooterMiddle .ticiContainer {
        padding: 0;
        border: none;
    }

    .FooterMiddle {
        padding-top: 10px;
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }

    #footer .linkler {
        width: 100%;
        text-align: center;
    }

    #footer .linkler .blink > ul >li >ul >li >a:before {
        display: none;
    }

    .footer-left > p, .footer-left > a {
        justify-content: center;
    }

    .FooterBottom {
        border: none;
        margin: 0;
        padding: 10px 0;
        display: block;
    }

    .FooterBottom .payment {
        float: left;
        width: 100%;
        padding-right: 0;
        border-right: none;
        text-align: center;
        font-size: 0;
    }

    .FooterBottom .payment img {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 5px;
    }

    .FooterBottom .mobilstore {
        float: left;
        width: 100%;
        padding-right: 0;
        border-right: none;
        text-align: center;
        font-size: 0;
    }

    .FooterBottom .mobilstore a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

    .FooterBottom .socialdiv {
        float: left;
        width: 100%;
        padding-right: 0;
        border-right: none;
        text-align: center;
        font-size: 0;
    }

    .FooterBottom .socialdiv ul {
        width: 100%
    }

    .FooterBottom .socialdiv ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .category-link ul li a strong {
        font-size: 15px;
    }

    .productItem .productName a {
        font-size: 13px;
    }

    .productItem .productDetail {
        padding: 7px 0;
        height: 56px;
    }

    .TukendiIco {
        height: calc(100% - 56px);
    }

    .TukendiIco span {
        bottom: 40%;
        left: 5%;
        right: 5%;
        line-height: 35px
    }

    .pageNumberBottom {
        margin: 15px 0;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListnext, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
        width: 25px;
        height: 40px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListnext:before, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before {
        line-height: 40px;
        font-size: 15px;
    }

    .sliderBannerContainer {
        margin: 5px 0;
    }

    #pnlSlider .flex-control-paging li {
        margin: 0 2px;
    }

    .RightDetail .TopList.kargobedava, .RightDetail .TopList.indirimvar {
        padding-right: 0;
    }

    .TopListRight {
        position: relative;
        float: left;
        width: 100%
    }

    #divIndirimOrani {
        height: 30px;
        padding: 0 5px;
        line-height: 30px
    }

    #divTahminiTeslimatSuresi {
        margin-bottom: 20px;
    }

    .UrunKargoBedava .box1 {
        padding: 7px 5px;
        font-size: 13px
    }

    .basketBtn {
        max-width: 100%;
    }

    .basketBtn:before {
        display: none;
    }

    .basketBtn input {
        text-indent: 0;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem {
        padding: 4px 5px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltHead {
        padding: 0 5px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-1, #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-2, #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-4 {
        font-size: 13px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltHead>div {
        font-size: 13px;
        font-weight: 600;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunAltItem>div.head-col-3 input {
        max-width: 40px;
    }

    #divUrunTakimAlt {
        margin: 0;
    }

    .detaySliderContainer {
        padding-bottom: 0;
        margin: 5px 0;
    }

    section.ikonbanner .ticiJustifyCenter > div {
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}

  
 .newHeaderNavUl li a[href*="indirimli-urunler"] span{
    color:red !important;
}
  
  
.menu-list-row{
    /* padding-left:240px !important; */
}

@media (min-width: 768px) {
  .menu-list-kolon .kolon {
    display: grid !important;
    grid-template-columns: repeat(4, max-content) !important;
    column-gap: 186px !important;
    row-gap: 27px !important;
    align-items: start;
    margin-left: 157px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .menu-list-kolon .kolon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 15px !important;
  }
}
  

  
.logo img {
    display: block;
    width: auto;
    margin-left: 100px !important;
}

  
  
  @media (max-width: 768px) {
    .logo img {
        display: block;
        width: auto;
        margin-left: -4px !important;
    }
}
  
  
  @media (max-width: 1366px) {
    .mega-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }

    .mega-menu a,
    .mega-menu li {
        font-size: 15px;
    }
}
  
  .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .kolon {
    flex: 0 0 0% !important;
}
  
  
  
  .header-bottom {
    background: #fff;
    height: 41px !important;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
}
  
  
  .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a {
    color: rgb(0 0 0) !important;
    background-color: #FFFFFFFF;
}
  
  
  .ProductListContent .productItem .productName {
    text-align: left;
    width: 100% !important;
}
  
  
  #divTopProductSearch .searchform-wrapper .searchform {
    float: left;
    width: 100%;
    border: 1px solid !important;
}