html, body, div, span, applet, object, iframe, p,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, code,pre, sub, sup, strong, b, i, u, blockquote
{
}
tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
display: block;
}
html, body
{
width:100%;
text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body
{
font-family: 'Spartan', sans-serif;
font-size: 13px;
line-height: 1;
}
[v-cloak]
{
display:none !important;
}
script
{
display: none;
}
::-webkit-scrollbar
{
width: 12px;
background:#F1F1F1;
}
::-webkit-scrollbar-thumb
{
background: #C1C1C1;
}
::-webkit-scrollbar-button:single-button
{
background-color: #e6e6e6;
display: block;
height: 10px;
width: 12px;
}
::-webkit-scrollbar-button:single-button:vertical:decrement
{
border-left: 6px solid transparent;
border-right:6px solid transparent;
border-bottom: 6px solid #505050;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover, ::-webkit-scrollbar-button:vertical:single-button:increment:hover
{
border-bottom: 6px solid #777;
}
::-webkit-scrollbar-button:single-button:vertical:increment
{
border-left: 6px solid transparent;
border-right:6px solid transparent;
border-top: 6px solid #505050;
}
.vertical-small-scroll::-webkit-scrollbar
{
height: 3px;
}
ol, ul
{
list-style-type: none;
}
img
{
max-width:100%;
height: auto;
}
.ie img
{
max-width: none;
height:auto;
}
blockquote, q
{
}
blockquote:before, blockquote:after,
q:before, q:after
{
}
.row::before, .row::after
{
content: '';
display: table;
}
.row::after
{
clear: both;
}
table
{
border-collapse: collapse;
border-spacing: 0;
}
input, select, textarea, button
{
outline: none;
font-family: 'Spartan', sans-serif;
}
input:focus, select:focus, textarea:focus
{
box-shadow:inset 0 0 4px rgba(0,0,0,.3);
}
p
{
padding-bottom: 10px;
font-family: 'Spartan', sans-serif;
line-height:1.3;
}
a
{
text-decoration: none;
color:inherit;
cursor: pointer;
}
h1, h2, h3, h4, h5, h6
{
display: block;
font-family: 'Spartan', sans-serif;
}
h1.sp, h2.sp, h3.sp, h4.sp, h5.sp, h6.sp
{
padding-left: 10px;
padding-right:10px;
}
::selection
{
background: #000;
color:#fff;
}
.fl, .btn.fl
{
float: left;
}
[dir="rtl"] .fl, [dir="rtl"] .btn.fl
{
float: right;
}
.fr, .btn.fr, .col.fr, .box.fr
{
float: right;
}
[dir="rtl"] .fr, [dir="rtl"] .btn.fr, [dir="rtl"] .col.fr, [dir="rtl"] .box.fr
{
float: left;
}
.fn, .btn.fn, .col.fn, .box.fn
{
float: none;
}
*.bgNone
{
background:none !important;
}
.a-left
{
text-align: left;
}
.a-right
{
text-align: right;
}
.a-center
{
text-align: center;
}
.a-justify
{
text-align: justify;
}
.fw300
{
font-weight: 300;
}
.fw400
{
font-weight: 400;
}
.fw500
{
font-weight: 500;
}
.fw600
{
font-weight: 600;
}
.fw700
{
font-weight: 700;
}
.sml
{
font-size: 11px;
}
.mid
{
font-size: 16px;
}
.lrg
{
font-size: 20px;
}
.ease, .btn, .form-control, a, input, select, textarea, button
{
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.info
{
color: #6c6c6c;
}
.success
{
color: #449d44;
}
.warning
{
color: #ec971f;
}
.danger
{
color: #c9302c;
}
.ds-web
{
display:flex !important;
}
.ds-mobil
{
display:none !important;
}
.display-flex
{
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.flex-wrap
{
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.align-items-center
{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.justify-content-center
{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.row
{
margin-left: -10px;
margin-right:-10px;
clear: both;
display:block;
}
.box.box-border > .row, .col.box-border > .row
{
margin-left: -9px;
margin-right:-9px;
}
.row.mb
{
margin-bottom: 10px;
}
.box, .col
{
float: left;
padding-left:10px;
padding-right: 10px;
box-sizing:border-box;
}
[dir="rtl"] .box,
[dir="rtl"] .col
{
float: right;
}
tr.box, th.box, td.box, tr.col, th.col, td.col
{
float: none;
}
.box.box-border, .col.box-border
{
padding-left: 9px;
padding-right:9px;
}
.box
{
padding-top: 10px;
padding-bottom:10px;
}
.box.box-border
{
padding-top: 9px;
padding-bottom:9px;
}
.box-border
{
border: 1px solid #ececec;
}
.b-top, .col.b-top, .box.b-top
{
border-top: 0;
}
.b-right, .col.b-right, .box.b-right
{
border-right: 0;
}
.b-bottom, .col.b-bottom, .box.b-bottom
{
border-bottom: 0;
}
.b-left, .col.b-left, .box.b-left
{
border-left: 0;
}
.line-top, .col.line-top, .box.line-top, .btn.line-top
{
border-top: 1px solid #ececec;
}
.line-right, .col.line-right, .box.line-right, .btn.line-right
{
border-right: 1px solid #ececec;
}
.line-bottom, .col.line-bottom, .box.line-bottom, .btn.line-bottom
{
border-bottom: 1px solid #ececec;
}
.line-left, .col.line-left, .box.line-left, .btn.line-left
{
border-left: 1px solid #ececec;
}
.line-through
{
text-decoration: line-through;
}
.line-under
{
text-decoration: underline;
}
.col-12
{
width:100%;
}
.col-11
{
width:91.66666667%;
}
.col-10
{
width:83.33333333%;
}
.col-9
{
width:75%;
}
.col-8
{
width:66.66666667%;
}
.col-7
{
width:58.33333333%;
}
.col-6
{
width:50%;
}
.col-5
{
width:41.66666667%;
}
.col-4
{
width:33.33333333%;
}
.col-3
{
width:25%;
}
.col-2
{
width:16.66666667%;
}
.col-1
{
width:8.33333333%;
}
.m-top, .box.m-top, .col.m-top
{
margin-top: 0;
}
.m-left, .box.m-left, .col.m-left
{
margin-left: 0;
}
.m-bottom, .box.m-bottom, .col.m-bottom
{
margin-bottom: 0;
}
.m-right, .box.m-right, .col.m-right
{
margin-right: 0;
}
.p-top, .box.p-top, .col.p-top
{
padding-top: 0;
}
.p-left, .box.p-left, .col.p-left
{
padding-left: 0;
}
.p-bottom, .box.p-bottom, .col.p-bottom
{
padding-bottom: 0;
}
.p-right, .box.p-right, .col.p-right
{
padding-right: 0;
}
.icon-arrow
{
width: 10px;
height:100%;
background-repeat: no-repeat;
background-position:0 center;
}
.icon-arrow.fr, .icon-basket.fr
{
margin-left: 10px;
}
[dir="rtl"] .icon-arrow.fr,
[dir="rtl"] .icon-basket.fr
{
margin-right: 10px;
margin-left:0;
}
.icon-arrow.fl, .icon-basket.fl
{
margin-right: 10px;
}
.light-arrow
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/lightArrow.png');
}
.dark-arrow
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkArrow.png');
}
.btn:hover .dark-arrow
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkArrowHover.png');
}
.icon-basket
{
width: 18px;
height:100%;
background-repeat: no-repeat;
background-position:0 center;
}
.icon-basket.fast
{
width: 20px;
}
.btn-big .icon-basket
{
width: 34px;
}
.btn-big .icon-basket.fast
{
width: 38px;
}
.btn-big .icon-basket.fr
{
margin-left: 20px;
}
[dir="rtl"] .btn-big .icon-basket.fr
{
margin-right: 20px;
margin-left:0;
}
.btn-big .icon-basket.fl
{
margin-right: 20px;
}
.light-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/lightBasket.png');
}
.light-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/lightFastBasket.png');
}
.btn-big .light-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/lightBasketBig.png');
}
.btn-big .light-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/lightFastBasketBig.png');
}
.dark-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkBasket.png');
}
.dark-basket:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkBasketHover.png');
}
.dark-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkFastBasket.png');
}
.dark-basket.fast:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkFastBasketHover.png');
}
.btn-big .dark-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkBasketBig.png');
}
.btn-big .dark-basket:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkBasketBigHover.png');
}
.btn-big .dark-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkFastBasketBig.png');
}
.btn-big .dark-basket.fast:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/darkFastBasketBigHover.png');
}
.tooltipWrapper
{
position: relative;
}
.tooltip
{
display: none;
position:absolute;
bottom:100%;
left: 0;
right:0;
line-height: 20px;
padding-left:10px;
padding-top: 5px;
padding-right:10px;
padding-bottom: 5px;
background:#fff;
box-sizing: border-box;
margin-bottom:5px;
z-index: 999;
}
.tooltip.default
{
border: 1px solid #ececec;
}
#notify
{
position: fixed;
}
#notify.top, #notify.bottom
{
width:100%;
}
#notify.right, #notify.left
{
width: 320px;
}
#notify.top
{
top: 0;
bottom: auto;
}
#notify.right
{
right: 0;
left: auto;
}
#notify.bottom
{
bottom: 0;
top: auto;
}
#notify.left
{
left: 0;
right: auto;
}
.notify
{
width:calc(100% - 10px);
display: none;
}
#notify.right .notify, #notify.left .notify
{
clear: both;
}
#notify.top .notify
{
margin-top: 10px;
}
#notify.right .notify
{
margin-right: 10px;
}
#notify.bottom .notify
{
margin-bottom: 10px;
}
#notify.left .notify
{
margin-left: 10px;
}
.notifyClose
{
float: right;
width: 13px;
height: 13px;
background: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/notifyClose.png') no-repeat;
cursor: pointer;
}
.stars
{
width: 87px;
height:13px;background: url('/Data/EditorFiles/tema/img/stars.png') no-repeat;
}
.stars-inner
{
height: 13px;
background: url('/Data/EditorFiles/tema/img/starsFull.png') no-repeat;
}
.progress
{
position: relative;
background:#dadada;
}
.progress-bar
{
position: absolute;
left:0;
top: 0;
height:100%;
line-height:1.5;
color: #fff;
background:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/progress.png');
}
[dir="rtl"] .progress-bar
{
right: 0;
left:auto;
}
.accordeon
{
cursor: pointer;
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/accordeon.png');
background-repeat: no-repeat;
background-position:right center;
}
[dir="rtl"] .accordeon
{
background-position: 10px center;
}
.accordeon.active
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/accordeonActive.png');
}
.hide
{
display: none;
}
#mainWrapper
{
width:100%;
position: relative;
}
#skeletonWrap
{
width:100%;
}
[dir="rtl"] #leftColumn
{
padding-right: 0;
padding-left:10px;
}
[dir="rtl"] #rightColumn
{
padding-right: 10px;
padding-left:0;
}
#mainColumn
{
max-width:100%;
}
.loaderWrapper
{
position: relative;
}
.loading
{
position: absolute;
width:100%;
height:100%;
top: 0;
left:0;
background:rgba(255,255,255,.7) url('/theme/v4/sub_theme/genel/v4/user_v4yeni/loading.gif') no-repeat center center;
z-index: 333;
display:none;
}
#backToTop
{
background-image: url('/Data/EditorFiles/tema/svg/scroll-top.svg')
;background-position: 0 0;
background-repeat: no-repeat
;color: #666;
font-size: 12px
;line-height: 30px;
width: 45px
;height: 45px;
cursor: pointer
;box-sizing: border-box;
display: none
;position: fixed;
bottom: 50px
;right: 50px;
z-index: 333;
}
#backToTop:hover
{
background-position: 0 -50px;
}
[dir="rtl"] #backToTop
{
text-align: left;
right: auto;
left: 50%;
margin-right: 0;
margin-left: -680px;
}
#dbDebug, #smartyDebug
{
border: 3px solid #666;
margin-top:30px;
margin-bottom: 30px;
font-size:14px;
}
#dbDebug
{
margin-left: auto;
margin-right:auto;
width: 500px;
}
#smartyDebug
{
margin-left: 5px;
margin-right:5px;
width: 400px;
}
.MobileRedirectMessage
{
position: fixed;
top:0px;
left: 0px;
width:100%;
height: 52px;
line-height:52px;
font-size: 30px;
color:#fff;
text-align: center;
background: #000;
border-radius: 6px;
box-shadow: 0px 0px 9px #000;
z-index: 99999;
}
.envoice-link
{
background: transparent url('/theme/v4/sub_theme/genel/v4/user_v4yeni/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAxEOOCDIawgnAAABtElEQVQ4y5XSTUjUURQF8N80mhLWNBZuJIiKyiBc2MJKQXQREkJCoCRCLVpFBoEbV0XbVlKLJAqtRQ2BEtEioUBmEVFCRES4UCgtsSYsSbGJaTF/x/nQps7dHM575917372w2aB5qZz47Yp1cd2gSJ4Ws6RvPcOknQVaTI8JPYWXS1BhYY1nPmk2ZslAoWEtJFT74JhnvruXfzhne4Gh1mfDYsYta/iXDK/VOqwUp9WJFzcwawQczZU3+E+sZtjtbIbHPSpuWJQQCvg8aNJuj4Pee2dUKn0UwpwaXxDJKrDKDVWGvJVSo8uSbhO539ookYmfknqFM/aQc6YdWG8OIWMuBLzFiYCd8UZpdg87nApYtXL9AT8kGnzvbd063VmtOiwiKiqq1a2VFnNw08nsDFOZdW4yjrCNFgOlXFLSuMtrD67cL7R4GfS2RVwblpWkDTN25Rim7MUTD42KKPPAc8PYbzJdUr+7rvqWMSzocB99Kl1EzHnQ4bFgtq3abc3K0ajLU4QNKdMpiXoj9gU7UIAjZvK2tM604/6CZh8NaFBhk3rXzGpTBJV6vfDVD69csm1F/gNIRHWgtVFr0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMy0xN1QxNDo1NjozMiswMDowMO16kkIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDMtMTdUMTQ6NTY6MzIrMDA6MDCcJyr+AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') center center no-repeat;
width: 30px;
height: 30px;
display: block;
}
.flexwrap
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.owl-theme .owl-dots .owl-dot span
{
width: 16px !important;height: 16px !important;margin: 5px !important
;display: block;
border-radius: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span
{
background: #fff !important;
}
.owl-dots
{
position: absolute;
right: 10px;
bottom: 10px;
}
#MarkaOwl
{
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#MarkaOwl .owl-nav
{
left: 0;
width: 100%;
top:50%;
position: absolute;
}
#MarkaOwl .owl-nav [class*=owl-]
{
background-image: url('/Data/EditorFiles/tema/img/marka-ok.png')
;width: 13px;
height: 20px;background-size: initial !important;top: calc(50% - 11px);
}
#MarkaOwl .owl-nav .owl-prev
{
left: 15px;
background-position: 0 0;
}
#MarkaOwl .owl-nav .owl-next
{
right: 15px;
background-position: -13px center;
}
#MarkaOwl .owl-nav [class*=owl-]:hover
{
background: url('/Data/EditorFiles/tema/img/marka-ok.png');
}
#MarkaOwl .owl-nav .owl-next:hover
{
background-position: right center;
}
.titleLine span:first-child
{
font-weight: bold;
font-size: 17px;
}
.titLine a:first-child
{
font-size: 11px;
font-weight: 500;
}
.titleLine
{
margin-bottom: 10px;
}
.UcluBannerTitle
{
margin: 20px 0;
}
.FirstLine
{
font-size: 15px;
font-weight: 900;
}
.SecondLine
{
display: flex;
justify-content:center;
align-items: center;
padding-top:10px;
margin-bottom: 20px;
}
.SecondLine span
{
font-weight: bold;
font-size: 24px;
}
.SecondLine a
{
font-size: 11px;
font-weight:500;
}
.SecondLine a:after
{
content: "";
font-size: 18px;
margin-left: 5px;
background-image: url('/Data/EditorFiles/tema/img/banner/20231014/right-arrow.svg');
background-size: contain;
background-repeat: no-repeat;
width: 20px;
height: 20px;
display: inline-block;
vertical-align:middle;
}
.UcluBannerLinkBox
{
position: absolute;
z-index: 1;bottom: 17%;left: 50%;width: 75%
;margin: 0 auto;
-moz-transform: translateX(-50%);-webkit-transform: translateX(-50px);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%)
;opacity: 0;
visibility: hidden;
}
.BannerLinkBox
{
box-sizing: border-box;
-webkit-box-sizing: border-box;background: rgb(255 255 255 / 85%)
;color: #181818;
font-size: 12px
;font-weight: 700;
}
.UcluBannerLinkBox .BannerLinkBox
{
width: 46%
;float: left;
margin: 2%;
}
.DortluBannerBox .BannerLinkBox
{
position: absolute;
z-index: 1
;bottom: 20px;
left: 50%
;margin: 0 auto;
-moz-transform: translateX(-50%);-webkit-transform: translateX(-50px);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%)
;font-weight: 500;
opacity: 0
;visibility: hidden;
}
.BannerLinkBox:hover
{
background: hsl(0deg 0% 0% / 80%);
color: #fff;
}
.DortluBannerBox
{
position: relative;
}
.DortluBannerAlan.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
}
.KoleksiyonIkiliBanner
{
display: flex;
flex-direction:column;
text-align: center;
margin-bottom:20px;
}
.BannerTitle
{
margin-bottom: 6px;
font-size:24px;
font-weight: 700;
}
.BannerButton
{
font-size: 16px;
font-weight:400;
line-height: 14px;
margin-bottom:25px;
}
.BannerBox
{
display: flex;
flex-wrap:wrap;
gap: 16px;
}
.CokSatanAlan
{
background-color: #F6F3F2;
margin-bottom:23px;
position: relative;
padding-left:30px;
}
.CokSatanAlan .slide-wrapper
{
position: inherit;
}
.CokSatanAlan .colControl
{
position: absolute;
right: 25px;
width: 65px;
top: 50px;
}
.CokSatanBaslik
{
font-size: 17px;
font-weight:500;
line-height: 22px;
margin:23px 0 27px;
position: relative;
}
.UcluBannerTitle .SecondLine
{
text-decoration: underline;
}
.FooterInfo
{
justify-content: space-between;
-webkit-justify-content: space-between;
margin-top: 4%;
margin-bottom: 5%;
}
.FooterInfo .InfoBox
{
display: flex;
gap: 8px;
align-items: center;
}
.InfoText
{
display: flex;
flex-direction: column;
gap: 13px;
font-size:10px;
}
.InfoText p
{
padding-bottom: 0 !important;
}
.TrendBrand
{
font-size: 10px;
line-height:14px;
font-weight: 400;
}
.AnaMarkaAlan a
{
text-align: center;
}
.AnaTekBanner2
{
position: relative;
}
.productItem.DortluUrunBox
{
padding-bottom: 0;
margin-bottom: 20px;
}
.DortluUrunBox .productDescription
{
margin: 0;
}
.DortluUrunBox .image-wrapper
{
padding-bottom: 100%;
}
.DortluUrunAlan
{
padding: 0;
margin-bottom: 50px;
}
.AnaTekBanner3
{
position: relative;
margin-top: 4%;
}
.AnaTekBanner3 .AnaTekBannerLinkBox
{
right: 0;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
text-align: center;
}
.AnaTekBanner3 .AnaTekBannerLinkBox .BannerLinkBox
{
float: inherit;
display: inline-block;
background: rgb(69 69 69 / 80%);
color: #fff;
}
.AnaTekBanner3 .AnaTekBannerLinkBox .BannerLinkBox:hover
{
background: rgb(255 255 255 / 80%);
color: #181818;
}
.CokSatanGrupBaslik
{
text-align: center;
color: #181818;
font-weight: 700;
margin-bottom: 15px;
}
.CokSatanTabBaslik
{
background: #E6E6E6;
margin: 0 1px
;border-radius: 5px;
-webkit-border-radius: 5px
;color: #181818;
font-weight: 600
;height: initial;
text-align: center
;box-sizing: border-box;
-webkit-box-sizing: border-box
;padding: 20px 10px;
line-height: 22px !important;height: inherit !important;font-size: 12px !important;
}
.CokSatanTabBaslik.active
{
background: #F37121;
color: #fff;
}
.CokSatanTabBaslik:before
{
content: "";
width: 100%
;height: 36px;
width: 36px
;display: block;
background-size: 100%
;background-repeat: no-repeat;
background-position: center
;margin: 10px auto;
}
.CokSatanTabBaslik[data-id="9"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/tshirt.svg');
}
.CokSatanTabBaslik.active[data-id="9"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/tshirt-white.svg');
}
.CokSatanTabBaslik[data-id="10"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/basketball.svg');
}
.CokSatanTabBaslik.active[data-id="10"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/basketball-white.svg');
}
.CokSatanTabBaslik[data-id="11"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/businesswoman.svg');
}
.CokSatanTabBaslik.active[data-id="11"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/businesswoman-white.svg');
}
.CokSatanTabBaslik[data-id="12"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/man.svg');
}
.CokSatanTabBaslik.active[data-id="12"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/man-white.svg');
}
.CokSatanTabBaslik[data-id="13"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/baby.svg');
}
.CokSatanTabBaslik.active[data-id="13"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/baby-white.svg');
}
.CokSatanTabBaslik[data-id="14"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/shoes.svg');
}
.CokSatanTabBaslik.active[data-id="14"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/shoes-white.svg');
}
.CokSatanTabBaslik[data-id="15"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/bag.svg');
}
.CokSatanTabBaslik.active[data-id="15"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/bag-white.svg');
}
.CokSatanTabBaslik[data-id="18"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/belt.svg');
}
.CokSatanTabBaslik.active[data-id="18"]:before
{
background-image: url('/Data/EditorFiles/tema/svg/belt-white.svg');
}
.BilgiAlan.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between
;border: 1px solid #ddd;
-webkit-box-align: center
;-moz-box-align: center;
-webkit-align-items: center
;-ms-flex-align: center;
align-items: center
;box-sizing: border-box;
-webkit-box-sizing: border-box
;-webkit-border-radius: 10px;
border-radius: 10px;
}
.BilgiBox
{
padding: 0 10px;
box-sizing: border-box
;-webkit-box-sizing: border-box;
text-align: center
;margin: 15px 0;
}
.BilgiBaslik
{
color: #272727;
font-size: 11px
;font-weight: 600;
margin-bottom: 5px;
}
.BilgiMetin
{
font-size: 9px;
line-height: 14px
;min-height: 28px;
}
.BilgiBox:before
{
content: "";
height: 30px
;width: 30px;
margin: 0 auto
;background-repeat: no-repeat;
background-size: 100%
;background-position: center;
display: block
;margin-bottom: 15px;
}
.BilgiBox1:before
{
background-image: url('/Data/EditorFiles/tema/svg/emoji.svg');
}
.BilgiBox2:before
{
background-image: url('/Data/EditorFiles/tema/svg/shuffle.svg');
}
.BilgiBox3:before
{
background-image: url('/Data/EditorFiles/tema/svg/package.svg');
}
.BilgiBox4:before
{
background-image: url('/Data/EditorFiles/tema/svg/truck2.svg');
}
.BilgiBox5:before
{
background-image: url('/Data/EditorFiles/tema/svg/guarantee.svg');
}
.AnaBankaBaslik
{
text-align: center;
font-weight: 700
;font-size: 20px;
margin-bottom: 30px;
}
.AnaBankalar.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
}
.AnaSeoBaslik
{
font-size: 17px;
font-weight: 700
;cursor: pointer;
}
.AnaSeoDevamiBtn:after
{
content: "";
width: 20px;
height: 20px;
background: url('/Data/EditorFiles/tema/svg/down-arrow.svg') no-repeat center;
background-size: 100%;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.AnaSeoDevamiBtn
{
text-align: center;
font-size: 15px;
color: #000;
border-top: 1px solid #B2B2B2;
margin-top: 10px;
padding-top: 10px;
cursor: pointer;
}
.AnaSeoDevamiBtn.active:after
{
background: url('/Data/EditorFiles/tema/svg/up-chevron.svg') no-repeat center;
}
.AnaSeoAlan
{
padding: 20px;
box-sizing: border-box
;-webkit-box-sizing: border-box;
margin-bottom: 25px;
}
.AnaSeoYazi
{
margin-top: 20px;
font-size: 15px
;line-height: 24px;
height: 165px
;overflow: hidden;
}
.AnaSeoYazi.active
{
height: auto;
}
.AnaSeoYazi p
{
line-height: 24px;
}
.MarkaListeBox .image-wrapper
{
padding-bottom: 34%;
}
.MarkaListeBox>.box-border
{
border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid #ececec;
}
.MarkaSearchBtn
{
background: #f47121 !important;
}
.MarkaSearchBtn:hover
{
background: #000 !important;
}
.IcerikBaslik
{
font-size: 18px;
font-weight: 500;
}
.IcerikText, .IcerikText p
{
font-size: 12px;
line-height: 20px;
color: #666;
font-weight: 500;
}
.IcerikText br
{
display: inline-block;
}
.UcluBannerBox:hover img, .DortluBannerBox:hover img, .AnaTekBanner1:hover img, .AnaTekBanner2:hover img, .AnaTekBanner3:hover img, .AnaIkiliBanner a:hover img, .DortluUrunSag a:hover, .BannerHover a:hover
{
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
}
.page-1 img
{
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.NotFoundTitle
{
color: #f47121;
font-weight: 700;
margin: 0 0 15px 0;
font-size: 42px;
background: url('/Data/EditorFiles/tema/svg/shop.svg') no-repeat center top;
padding-top: 165px;
background-size: 150px;
}
.NotFoundSubText
{
color: #393939;
}
.NotFoundDigerKategoriBaslik
{
color: #393939;
font-size: 26px;
font-weight: 600;
margin: 50px 0 10px 0;
}
.NotFoundDigerKategoriler a
{
text-align: center;
background: #efefef;
padding: 15px 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 13px;
font-weight: 500;
}
.NotFoundDigerKategoriler
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
margin: 30px 0;
}
.NotFoundDigerKategoriler a:hover
{
background: #393939;
color: #fff;
}
.MagazaAlan p.flexwrap span:first-child
{
width: 70px;
font-weight: 700;
}
.MagazaAlan p.flexwrap span:first-child:after
{
content: ":"
;float: right;
margin-right: 5px;
}
.IcerikText .MagazaAlan p
{
font-size: 14px;
}
.MarkaListeBox .imgInner:hover img
{
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.KampanyaBox
{
border-top: 1px solid #dcdcdc;
padding: 25px 0;
}
.KampanyaBox ul li
{
font-weight: 500;
font-size: 14px;
line-height: 22px;
margin: 5px 0;
width: 100%;
float: left;
color: #666;
}
.KampanyaBox ul li strong
{
color: #f47121;
}
.KampanyaBaslik
{
color: #f47121;
font-weight: 700;
font-size: 16px;
margin-bottom: 30px;
}
.KampanyalarGenelBaslik
{
font-weight: 700;
font-size: 20px;
}
.KampanyaBox:first-child
{
border: 0;
}
.KampanyaBox ul
{
list-style-type: disc !important;
list-style-position: inside;
}
.KampanyaTopBanner
{
margin-bottom: -3px;
}
.KampanyaYazi
{
font-size: 14px !important;
color: red;
line-height: 50px !important;
}
.UyeliksizBtn
{
background: #000;
color: #fff;
}
.UyeliksizBtn:hover
{
background: #f47121;
}
.coupons-content
{
display: flex;
}
.owl-carousel .owl-item img
{
width: inherit !important;
}
#MarkaOwl .item img
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#MarkaOwl .item
{
-webkit-border-radius: 5px
;-moz-border-radius: 5px;
border-radius: 5px
;display: -webkit-box;
display: -moz-box
;display: -ms-flexbox;
display: -webkit-flex
;display: flex;
-webkit-box-align: center
;-moz-box-align: center;
-webkit-align-items: center
;-ms-flex-align: center;
align-items: center
;-webkit-justify-content: center;
justify-content: center
;-webkit-box-pack: center;
-moz-box-pack: center
;-ms-flex-pack: center;
}
.html-home .BasketFixed, .html-category .BasketFixed, .html-product .BasketFixed
{
display: none;
}
@media screen and (min-width: 541px)
{
.InfoText
{
font-size: 10px;
}
}
@media screen and (min-width: 768px)
{
.basketPriceBox
{
margin-top: 30px;
}
.basketPriceBoxDetail
{
margin-top: 20px;
}
.animate-item
{
padding: 34px 25px;
}
.InfoIcons
{
margin-bottom: 60px;
}
.KampanyalarAlan
{
margin-top: 50px;
}
.AnaMarkaAlan span
{
font-weight: 700;
font-size:25px !important;
}
.NotFoundDigerKategoriler a
{
width: calc(33.33% - 20px);
margin: 10px;
}
.NotFoundContent
{
margin: 30px 0;
}
.DortluBannerBox:hover .BannerLinkBox
{
opacity: 1;
visibility: visible;
}
.mt-20
{
margin-top: 20px;
}
.mt-32
{
margin-top: 32px;
}
.mb-37
{
margin-bottom: 37px;
}
.mb-45
{
margin-bottom: 45px;
}
.mb-51
{
margin-bottom: 51px;
}
.basketPriceBox
{
font-size: 13px;
font-weight: 700;
color: #0084CA;
margin-top: 30px;
}
.basketPriceBoxDetail
{
font-size: 18px;
font-weight: 700;
color: green;
margin-top: 20px;
}
.titleLine
{
margin-bottom: 15px;
}
.titleLine span:first-child
{
font-weight: bold;
font-size: 25px;
}
.titLine a:first-child
{
font-size: 14px;
font-weight: 500;
}
.UcluBannerTitle
{
margin: 25px 0;
}
.FirstLine
{
font-size: 24px;
}
.SecondLine span:first-child
{
font-size: 25px;
}
.SecondLine a:first-child
{
font-size: 14px;
}
.BannerBox
{
flex-wrap: nowrap;
}
.SecondLine
{
margin-bottom: 33px;
justify-content:flex-start;
}
.KoleksiyonIkiliBanner
{
margin-top: 21px;
text-align:start;
margin-bottom: 61px;
}
.BannerTitle
{
margin-bottom: 20px;
font-size:32px;
font-weight: 700;
}
.BannerButton
{
font-size: 24px;
line-height:40px;
margin-bottom: 30px;
}
.CokSatanBaslik
{
font-size: 25px;
line-height:33px;
text-align: center;
margin:42px 0 34px;
margin-bottom: 42px;
}
.CokSatanAlan
{
margin-bottom: 55px;
}
.UcluBannerBox:hover .UcluBannerLinkBox
{
opacity: 1;
visibility: visible;
}
.AnaMarkaAlan span
{
font-weight: 700;
font-size:25px!important;
}
.AnaTekBannerLinkBox
{
opacity: 0;
visibility: hidden;
}
.AnaTekBanner2:hover .AnaTekBannerLinkBox
{
opacity: 1;
visibility: visible;
}
.AnaTekBanner3:hover .AnaTekBannerLinkBox
{
opacity: 1;
visibility: visible;
}
.MarkaListeBox
{
width: 25%;
}
.AnaBankalarAlan
{
margin-bottom: 60px;
}
.AnaBankaBox
{
width: 10.5%
;text-align: center;
-webkit-border-radius: 5px
;border-radius: 5px;
padding: 10px 0;
}
.AnaBankaBox img
{
}
.BilgiAlan.flexwrap
{
margin-bottom: 65px;
}
.BilgiBox.BilgiBox5
{
border: 0;
}
.BilgiBox
{
border-right: 1px solid #ddd;
width: 20%;
}
.CokSatanTabBaslik
{
width: calc(12.5% - 2px);
}
.CokSatanUrunGrupAlan
{
margin: 50px 0;
}
.CokSatanGrupBaslik
{
font-size: 22px;
}
.AnaTekBanner3 .AnaTekBannerLinkBox .BannerLinkBox
{
width: 115px;
}
.AnaTekBannerLinkBox
{
position: absolute;
right: 25px
;bottom: 25px;
z-index: 1;width: 50%;
}
.AnaTekBannerLinkBox .BannerLinkBox
{
width: 25%;
float: right;
margin: 1%;
text-align: center;
}
.AnaTekBanner2
{
margin: 50px 0 25px 0;
}
.AnaIkiliBanner.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
}
.AnaIkiliBanner a
{
width: 49.8%;
}
.Ciftlink .CiftLinkDiv
{
width: 49%;
}
.CiftLinkDiv a
{
width: 48% !important;
}
.CiftLinkDiv .IkiliAlanSol
{
margin-right: 2% !important;
}
.DortluBannerBox .BannerLinkBox
{
width: 135px;
height: 30px;
line-height: 34px;
font-size: 13px;
}
.DortluBannerTitle
{
font-size: 24px;
font-weight:900;
margin-top: 29px;
}
.DortluBannerAlan
{
margin: 20px 0;
}
.DortluBannerBox
{
width: 24.7%;
text-align: center;
}
.InfoText
{
font-size: 10px;
gap: 15px;
}
.BannerMobile
{
display: none;
}
.TrendBrand
{
font-size: 20px;
line-height:27px;
}
.AnaMarkaAlan
{
margin: 40px 0 50px 0;
}
.UcluBannerBox
{
width: 33.1%
;float: left;
text-align: center
;position: relative;
}
.UcluBannerLinkBox .BannerLinkBox, .AnaTekBannerLinkBox .BannerLinkBox
{
height: 22px;
line-height: 22px;
font-size: 11px;
}
.UcluBannerAlan.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
}
.col-mr-11
{
margin-right:91.66666667%;
}
.col-mr-10
{
margin-right:83.33333333%;
}
.col-mr-9
{
margin-right:75%;
}
.col-mr-8
{
margin-right:66.66666667%;
}
.col-mr-7
{
margin-right:58.33333333%;
}
.col-mr-6
{
margin-right:50%;
}
.col-mr-5
{
margin-right:41.66666667%;
}
.col-mr-4
{
margin-right:33.33333333%;
}
.col-mr-3
{
margin-right:25%;
}
.col-mr-2
{
margin-right:16.66666667%;
}
.col-mr-1
{
margin-right:8.33333333%;
}
.col-ml-11
{
margin-left:91.66666667%;
}
.col-ml-10
{
margin-left:83.33333333%;
}
.col-ml-9
{
margin-left:75%;
}
.col-ml-8
{
margin-left:66.66666667%;
}
.col-ml-7
{
margin-left:58.33333333%;
}
.col-ml-6
{
margin-left:50%;
}
.col-ml-5
{
margin-left:41.66666667%;
}
.col-ml-4
{
margin-left:33.33333333%;
}
.col-ml-3
{
margin-left:25%;
}
.col-ml-2
{
margin-left:16.66666667%;
}
.col-ml-1
{
margin-left:8.33333333%;
}
#skeleton
{
width:100%;
}
#footer
{
position: relative;
z-index:11;
}
.pt-hide
{
display: none;
}
}
@media screen and (min-width: 1025px)
{
.KampanyaSol
{
width: 22%;
margin-right: 3%;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
}
.KampanyaSag
{
width: 75%;
}
.AnaTekBanner2
{
padding: 0 35px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.AnaTekBannerLinkBox
{
right: 65px;
}
.AnaMarkaAlan span
{
font-size:32px !important;
}
.UstAlan
{
margin-bottom: 15px;
}
.CokSatanUrunGrupAlan
{
margin: 75px 0 50px 0;
}
.CokSatanGrupBaslik
{
font-size: 26px;
}
.AnaTekBanner3 .AnaTekBannerLinkBox .BannerLinkBox
{
width: 200px;
}
.DortluUrunSag a:nth-child(2)
{
margin: 15px 0 27px 0;
}
.DortluUrunAlan.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
align-items: flex-end;
-webkit-box-align: end;
-moz-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
}
.DortluUrunSol
{
width: 43%;
margin-left: -10px;
}
.DortluUrunSag
{
width: 54%;
}
.AnaTekBanner2
{
margin: 75px 0 35px 0;
}
.AnaIkiliBaslik
{
color: #181818;
font-size: 24px;
font-weight: 700;
margin: 20px 0;
}
.AnaIkiliLink
{
font-size: 20px;
text-decoration: underline;
font-weight: 500;
}
.DortluBannerBox .BannerLinkBox
{
width: 162px;
height: 37px;
line-height: 40px;
font-size: 14px;
}
.DortluBannerAlan
{
margin: 30px 0;
}
.DortluBannerTitle
{
margin-top: 29px;
}
.titleLine
{
margin-bottom: 20px;
}
.AnaMarkaAlan
{
margin: 30px 0 40px 0;
}
.UcluBannerTitle
{
margin: 32px 0;
}
.FirstLine
{
font-size: 30px;
}
.SecondLine a:first-child
{
font-size: 18px;
}
.SecondLine
{
padding-top: 20px;
}
.titleLine span:first-child
{
font-weight: bold;
font-size: 30px;
}
.titLine a:first-child
{
font-size: 18px;
font-weight: 500;
}
.UcluBannerLinkBox .BannerLinkBox
{
height: 30px;
line-height: 30px
;font-size: 13px;
}
.AnaTekBannerLinkBox .BannerLinkBox
{
height: 50px;
line-height: 50px;
font-size: 14px;
}
.AnaSlider
{
}
:not(.notClear) > .col-6 + .col-6:nth-of-type(2n+3),
:not(.notClear) > .col-4 + .col-4:nth-of-type(3n+4),
:not(.notClear) > .col-3 + .col-3:nth-of-type(4n+5),
:not(.notClear) > .col-2 + .col-2:nth-of-type(6n+7),
:not(.notClear) > .col-1 + .col-1:nth-of-type(12n+1)
{
clear: both;
}
.forMobile
{
display: none;
}
}
@media screen and (min-width: 1231px)
{
.NotFoundDigerKategoriler a
{
width: calc(200px - 20px);
margin: 0 10px;
}
.titleLine
{
margin-bottom: 26px;
}
.MarkaListeBox
{
width: 20%;
}
.inner
{
width: 1200px;
margin:0 auto;
}
}
@media screen and (min-width: 1366px)
{
.inner
{
width: 1275px;
}
.UcluBannerLinkBox .BannerLinkBox, .AnaTekBannerLinkBox .BannerLinkBox
{
height: 33px;
line-height: 33px;
}
.DortluBannerTitle
{
margin-top: 29px;
}
.InfoText
{
font-size: 12px;
gap:19px;
}
.InfoBox img
{
width: 74px;
height:74px;
}
}
@media screen and (min-width: 1440px)
{
.inner
{
width: 1400px;
}
.FooterInfo .InfoBox
{
gap: 15px;
}
.InfoBox img
{
width: 96px;
height: 96px;
}
.InfoText
{
font-size: 12px;
}
}
@media screen and (min-width: 1664px)
{
.AnaTekBanner2
{
padding: 0;
}
.inner
{
width: 1600px;
}
.CokSatanTabBaslik:before
{
margin: 0 auto 10px auto;
}
.AnaTekBannerLinkBox
{
right: 25px;
}
.DortluBannerAlan
{
margin: 52px 0;
}
.DortluBannerTitle
{
font-size: 30px;
font-weight:900;
line-height: 41px;
margin-top:29px;
}
.InfoText p
{
line-height: 24px;
}
.InfoText
{
font-size: 14px;
}
}
@media screen and (max-width: 1230px)
{
#content
{
margin-right: 0;
margin-left:0;
}
.inner
{
float: left;
width:100%;
}
#backToTop
{
right: 30px;
bottom:30px;
margin-right: 0;
}
}
@media screen and (max-width: 1024px)
{
.KampanyaSol
{
width: 100%;
margin-bottom: 25px;
}
.KampanyaSag
{
width: 100%;
}
#cookie_law
{
width: 60% !important;
bottom: 10px !important;
font-size: 11px !important;
}
#cookie_law_title
{
font-size: 16px !important;
margin-bottom: 10px !important;
}
#cookie_law_close
{
font-size: 13px !important;
top: 10px !important;
}
.AnaTekBanner3, .AnaTekBanner2
{
display: block !important;
}
.AnaSeoBaslik:after
{
height: 20px;
}
.CokSatanTabBaslik
{
font-size: 13px !important;padding: 5px !important;line-height: 16px !important;
}
.DortluUrunSag a:nth-child(1)
{
margin-bottom: 15px;
}
.AnaIkiliBaslik
{
color: #181818;
font-size: 16px;
font-weight: 700;
margin: 10px 0;
}
.AnaIkiliLink
{
font-size: 16px;
text-decoration: underline;
font-weight: 500;
}
.InfoBox
{
display: flex;
flex-direction: column;
text-align: center;
gap: 21px !important;
margin-bottom: 13px;
}
.InfoText p
{
line-height: 17px;
}
.forDesktop
{
display: none;
}
.col-md-12
{
width:100%;
}
.col-md-11
{
width:91.66666667%;
}
.col-md-10
{
width:83.33333333%;
}
.col-md-9
{
width:75%;
}
.col-md-8
{
width:66.66666667%;
}
.col-md-7
{
width:58.33333333%;
}
.col-md-6
{
width:50%;
}
.col-md-5
{
width:41.66666667%;
}
.col-md-4
{
width:33.33333333%;
}
.col-md-3
{
width:25%;
}
.col-md-2
{
width:16.66666667%;
}
.col-md-1
{
width:8.33333333%;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
.AnaSeoBaslik
{
font-size: 26px;
}
.AnaBankaBaslik
{
font-size: 26px;
}
.BilgiBaslik
{
min-height: 24px;
line-height: 16px;
}
.BilgiBox
{
min-height: 165px;
}
:not(.notClear) > .col-md-6 + .col-md-6:nth-of-type(2n+3),
:not(.notClear) > .col-md-4 + .col-md-4:nth-of-type(3n+4),
:not(.notClear) > .col-md-3 + .col-md-3:nth-of-type(4n+5),
:not(.notClear) > .col-md-2 + .col-md-2:nth-of-type(6n+7),
:not(.notClear) > .col-md-1 + .col-md-1:nth-of-type(12n+1)
{
clear: both;
}
.col-md-mr-11
{
margin-right:91.66666667%;
}
.col-md-mr-10
{
margin-right:83.33333333%;
}
.col-md-mr-9
{
margin-right:75%;
}
.col-md-mr-8
{
margin-right:66.66666667%;
}
.col-md-mr-7
{
margin-right:58.33333333%;
}
.col-md-mr-6
{
margin-right:50%;
}
.col-md-mr-5
{
margin-right:41.66666667%;
}
.col-md-mr-4
{
margin-right:33.33333333%;
}
.col-md-mr-3
{
margin-right:25%;
}
.col-md-mr-2
{
margin-right:16.66666667%;
}
.col-md-mr-1
{
margin-right:8.33333333%;
}
.col-md-mr-0
{
margin-right: 0;
}
.col-md-ml-11
{
margin-left:91.66666667%;
}
.col-md-ml-10
{
margin-left:83.33333333%;
}
.col-md-ml-9
{
margin-left:75%;
}
.col-md-ml-8
{
margin-left:66.66666667%;
}
.col-md-ml-7
{
margin-left:58.33333333%;
}
.col-md-ml-6
{
margin-left:50%;
}
.col-md-ml-5
{
margin-left:41.66666667%;
}
.col-md-ml-4
{
margin-left:33.33333333%;
}
.col-md-ml-3
{
margin-left:25%;
}
.col-md-ml-2
{
margin-left:16.66666667%;
}
.col-md-ml-1
{
margin-left:8.33333333%;
}
.col-md-ml-0
{
margin-left: 0;
}
.dn-md
{
display: none;
}
}
@media screen and (max-width: 767px)
{
.basketPriceBox
{
font-size: 12px;
font-weight: 700;
color: #0084CA;
margin-top: 15px;
}
.basketPriceBoxDetail
{
font-size: 18px;
font-weight: 700;
color: green;
margin-top: 20px;
}
.animate-item
{
padding: 24px 25px;
}
.InfoIcons
{
margin-bottom: 30px;
}
#MarkaOwl
{
}
#MarkaOwl .owl-nav .owl-prev
{
left: 0;
}
#MarkaOwl .item
{
min-height: 48px;
}
#MarkaOwl .owl-nav .owl-next
{
right: 0;
}
.KampanyaYazi
{
font-size: 12px !important;
line-height: 16px !important;
}
.KampanyaGenelBaslik
{
font-size: 13px;
}
.KampanyaSol img
{
max-width: 250px;
}
.KampanyalarGenelBaslik
{
font-size: 18px;
}
.KampanyaGenelAciklama
{
font-size: 14px;
line-height: 24px;
}
.KampanyaBaslik
{
font-size: 16px;
line-height: 20px;
}
.KampanyaBox ul li
{
font-size: 12px;
line-height: 18px;
}
.KampanyalarAlan
{
margin-top: 30px;
}
.AnaIkiliBanner
{
margin-bottom: 10px;
}
.NotFoundDigerKategoriler a
{
width: calc(50% - 10px);
margin: 5px;
}
.NotFoundTitle
{
background-size: 25%;
font-size: 32px;
padding-top: 120px;
}
.NotFoundContent
{
margin: 10px 0;
}
.NotFoundDigerKategoriBaslik
{
font-size: 16px;
margin: 30px 0 10px 0;
}
.NotFoundDigerKategoriler
{
margin: 15px 0;
}
.CiftLinkDiv .IkiliAlanSol
{
margin-right: 2%;
}
.CiftLinkDiv a
{
width: 49%;
}
#whatsapp-wrap
{
top: calc(50% - 50px) !important;
}
.BilgiBaslik
{
font-size: 10px;
}
.BilgiBox1, .BilgiBox3
{
border-right: 1px solid #ADADAD;
}
.BilgiBox.BilgiBox5 .BilgiMetin
{
min-height: initial;
}
.AnaSeoDevamiBtn
{
font-size: 13px;
}
.AnaSeoDevamiBtn:after
{
width: 15px;
height: 15px;
}
.AnaSeoYazi, .AnaSeoYazi p
{
font-size: 13px;
line-height: 20px;
}
.UcluBannerLinkBox
{
opacity: 1;
visibility: visible;
}
.MarkaListeBox
{
width: 50%;
}
.CokSatanTabBaslik:before
{
width: 28px;
height: 28px;
margin: 5px auto;
}
.dn-sm
{
display:none
}
.AnaSeoAlan
{
padding: 10px;
}
.AnaSeoBaslik:after
{
width: 20px;
}
.AnaSeoBaslik
{
font-size: 14px;
line-height: 25px;
}
.AnaBankaBaslik
{
font-size: 26px;
}
.AnaBankaBaslik
{
font-size: 14px;
margin: 10px 0;
}
.AnaBankaBox
{
width: 23%;
margin: 1%;
}
.AnaBankalarAlan
{
margin-bottom: 30px;
}
.BilgiBox
{
border-bottom: 1px solid #ADADAD;
width: 50%;
}
.BilgiBox.BilgiBox5
{
border: 0;
width: 100%;
}
.BilgiMetin
{
font-size: 9px;
min-height: 50px;
line-height: 12px;
}
.BilgiBox:before
{
width: 22px;
height: 22px;
margin-bottom: 10px;
}
.BilgiAlan.flexwrap
{
margin-bottom: 20px;
}
.CokSatanAlan .colControl
{
top: 35px;
}
.CokSatanTabBaslik
{
width: calc(25% - 2px)
;margin-bottom: 2px;
font-size: 8px !important;
}
.CokSatanUrunGrupAlan
{
margin: 25px 0;
}
.CokSatanGrupBaslik
{
font-size: 18px;
}
.AnaTekBanner3 .AnaTekBannerLinkBox .BannerLinkBox
{
width: 27%
;font-size: 10px;
height: 26px
;line-height: 28px;
}
.DortluUrunAlan
{
margin-bottom: 25px;
}
.BannerLinkBox
{
width: 25.33%
;float: right;
margin: 1%
;text-align: center;
font-size: 10px
;height: 26px;
line-height: 28px;
}
.AnaTekBannerLinkBox
{
position: absolute;
bottom: 10px;
z-index: 1;
width: 90%;
margin: 0 auto;
left: 50%;
right: 0;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50px);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.AnaTekBanner2
{
margin: 35px 0 25px 0;
}
.AnaIkiliLink
{
font-size: 14px;
}
.AnaIkiliBaslik
{
font-size: 15px;
}
.AnaIkiliBanner a
{
margin: 7px 0;
}
.DortluBannerTitle
{
font-size: 15px;
font-weight:900;
margin-top: 12px;
}
.DortluBannerBox
{
width: 49.5%;
margin-bottom: 1%;
text-align: center;
}
.DortluBannerBox .BannerLinkBox
{
width: 130px;
height: 28px
;line-height: 30px;
font-size: 11px
;opacity: 1;
visibility: visible;
}
.DortluBannerAlan
{
margin: 10px 0 10px 0;
}
.FooterInfo
{
flex-wrap: wrap;
}
.InfoBox img
{
width: 65px;
height:64px;
}
.BannerDesktop
{
display: none;
}
.FirstLine
{
text-align: center;
}
.UcluBannerTitle .SecondLine
{
justify-content: center;
}
.UcluBannerBox
{
position: relative;
margin-bottom: 15px;
}
.UcluBannerLinkBox .BannerLinkBox
{
text-align: center;
height: 30px
;line-height: 30px;
}
.AnaMarkaAlan
{
margin: 10px 0 26px 0;
padding: 0;
}
.col-sm-12
{
width:100%;
}
.col-sm-11
{
width:91.66666667%;
}
.col-sm-10
{
width:83.33333333%;
}
.col-sm-9
{
width:75%;
}
.col-sm-8
{
width:66.66666667%;
}
.col-sm-7
{
width:58.33333333%;
}
.col-sm-6
{
width:50%;
}
.col-sm-5
{
width:41.66666667%;
}
.col-sm-4
{
width:33.33333333%;
}
.col-sm-3
{
width:25%;
}
.col-sm-2
{
width:16.66666667%;
}
.col-sm-1
{
width:8.33333333%;
}
:not(.notClear) > .col-sm-6 + .col-sm-6:nth-of-type(2n+3),
:not(.notClear) > .col-sm-4 + .col-sm-4:nth-of-type(3n+4),
:not(.notClear) > .col-sm-3 + .col-sm-3:nth-of-type(4n+5),
:not(.notClear) > .col-sm-2 + .col-sm-2:nth-of-type(6n+7),
:not(.notClear) > .col-sm-1 + .col-sm-1:nth-of-type(12n+1)
{
clear: both;
}
#leftColumn
{
padding-right: 0;
}
#rightColumn
{
padding-left: 0;
}
}
@media screen and (max-width: 540px)
{
.UcluBannerBox
{
margin: 0;
margin-bottom: 10px;
}
.ds-mobil
{
display:block !important;
}
.col-xs-12
{
width:100%;
}
.col-xs-11
{
width:91.66666667%;
}
.col-xs-10
{
width:83.33333333%;
}
.col-xs-9
{
width:75%;
}
.col-xs-8
{
width:66.66666667%;
}
.col-xs-7
{
width:58.33333333%;
}
.col-xs-6
{
width:50%;
}
.col-xs-5
{
width:41.66666667%;
}
.col-xs-4
{
width:33.33333333%;
}
.col-xs-3
{
width:25%;
}
.col-xs-2
{
width:16.66666667%;
}
.col-xs-1
{
width:8.33333333%;
}
.dn-xs
{
display: none;
}
#leftColumn > p,
#leftColumn > p *,
#mainColumn > p,
#mainColumn > p *,
#rightColumn > p,
#rightColumn > p *
{
float: left;
width:100%;
}
#alis-veris-listem .pageTitle
{
height: auto;
min-height: 60px;
}
#alis-veris-listem .pageTitle > .row
{
background-position: 10px 12px;
}
#alis-veris-listem #liste-kategori
{
padding-left: 0;
}
#alis-veris-listem table img
{
width: 40px;
max-width: none;
}
}
.tsoft-push--in-notification
{
width: 422px;
padding: 10px
;border: 1px solid #bababa;
border-radius: 3px
;box-shadow: 0 4px 4px -2px #888;
background-color: #fbfbfb;font-family: Arial,sans-serif
;position: fixed;
top: 0;left: 50%
;margin-left: -211px;
z-index: 9999999999999;
}
.tsoft-push--in-notification-inner-container
{
margin: 0;
}
.tsoft-push--in-notification-logo
{
height: auto;
margin-right: 15px
;max-width: 150px;
float: left;
}
.tsoft-push--in-notification-logo img
{
width: 100%;
height:100%;
padding-top: 20px;
}
.tsoft-push--in-notification-image-container
{
float: left;
margin: 13px 15px 0 0
}
.tsoft-push--in-notification-image-container img
{
width: 65px;
height: 65px
}
.tsoft-push--in-notification-text-container
{
position: relative !important;padding: 10px 0 0 0 !important;color: #000 !important;text-align: left !important;margin: 0 !important;line-height: 1.4em !important
;float: left;
width: calc(100% - 165px);
}
.tsoft-push--in-notification-title
{
margin-bottom: 5px;
text-align: center
;font-size: 14px;
font-weight: 800;line-height: 1.4em
;color: #000;
word-break: break-word
;overflow: hidden;
font-family: Arial, sans-serif;
}
.tsoft-push--in-notification-description
{
font-size: 12px;
line-height: 1.4em
;margin: 10px 0 0 0;
padding: 0
;text-align: center;
word-break: break-word
;overflow: hidden;
font-family: Arial, sans-serif;
}
.tsoft-push--in-notification-button-container
{
float: right !important;
}
.tsoft-push--in-notification-button
{
width: 90px;
height: 18px
;line-height: 18px;
margin-left: 3px
;padding: 5px;
background: #f9f9f9
;border-radius: 1px;
display: inline-block
;font-size: 14px;
text-align: center
;cursor: pointer;
box-sizing: content-box;
}
.tsoft-push--in-allow-button
{
background: #f47121;
color: #fff
;border-color: #f96911;
}
@media all and (max-width:421px)
{
.tsoft-push--in-notification
{
box-sizing: border-box;
width: 100%;
left: 0;
margin: 0;
border-radius: 0;
border-left: 0;
border-right: 0;
border-top: 0
}
.tsoft-push--in-notification-text-container
{
float: left;
}
}

@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2') format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.angularTemplate
{
visibility: hidden;
}
.whiteBg
{
background-color: #fff;
}
.lightBg
{
background-color: #ececec;
}
.darkBg
{
background-color: #6c6c6c;
color:#fff;
}
.navIcon
{
width: 23px;
height:23px;
background:#e0e0e0 url('/theme/v4/sub_theme/genel/v4/user_v4yeni/navIcon.png') no-repeat center center;
border-right: 1px solid #ececec;
}
[dir="rtl"] .navIcon
{
border-right: 0;
border-left:1px solid #ececec;
}
#navigasyon a
{
float: left;
color: #333
;font-size: 13px;
padding: 11px 0 10px 5px
;font-weight: 500;
}
[dir="rtl"] #navigasyon a
{
padding-right: 10px;
padding-left:20px;
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/navLinkRtl.png');
background-position: 0 center;
}
ul.breadcrumb>li:last-child>a:after
{
content: "";
}
[dir="rtl"] #navigasyon a.navHome
{
padding-right: 10px;
padding-left:30px;
background-image:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/navHomeRtl.png');
background-position: 0 center;
}
[dir="rtl"] .Yol,
[dir="rtl"] .breadcrumb,
[dir="rtl"] .breadcrumb li
{
float: right;
}
#catImg
{
position: relative;
}
.filter-box
{
margin-bottom: -1px;
border-right:1px solid #ECECEC;
border-bottom: 1px solid #ECECEC;
line-height:30px;
font-size: 12px;
color:#6c6c6c;
}
[dir="rtl"] .filter-box
{
border-right: 0;
border-left:1px solid #ECECEC;
}
#filterSort select
{
float: left;
height: 26px
;margin: 0;
padding: 0 20px 0 10px
;border: 1px solid #CACACA;
border-radius: 4px;
font-size: 12px
;color: #000;
appearance:none
;-moz-appearance: none;
-webkit-appearance:none;background: #fff url('/Data/EditorFiles/tema/svg/chevron-down.svg') no-repeat 94%;
background-size: 10px;
font-weight: 600;
box-sizing: border-box
;-webkit-box-sizing: border-box;
font-family: "Open Sans", "Arial", sans-serif;
}
[dir="rtl"] .filter-box select
{
float: right;
padding-right:0;
padding-left: 15px;
background:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/selectArrow.png') no-repeat 10px center;
}
.filter-box .input-wrap
{
height: 30px;
}
.filter-box.col-text
{
line-height: 30px;
font-size:12px;
color: #6C6C6C;
}
.select-wrapper
{
position: relative;
width: 100%
;padding-right: 0;
}
.select
{
z-index: 11;
width: 100%
;float: right;
}
.select:hover
{
}
.select span
{
cursor: pointer;
}
.select span.selected
{
}
.select:hover span
{
display: block;
}
#slider-range
{
width: calc(100% - 17px)
;height: 5px;
margin-top: 6px
;margin-right: 17px;
position: relative;
}
.ui-slider-range
{
position: absolute;
top: 6px
;height: 6px;
background: #f47121;
}
.ui-slider-handle
{
position: absolute;
top: 0;
width: 17px;
height: 17px;
background: #f47121;
cursor: pointer;
border-radius: 100%;
-webkit-border-radius: 100%;
}
.catalogBtn
{
background: url('/Data/EditorFiles/tema/svg/dortlu-gorunum.svg') no-repeat center
;width: 60px;
height: 26px
;float: right;
margin-left: 10px;
}
.horizontalBtn
{
background: url('/Data/EditorFiles/tema/svg/uclu-gorunum.svg') no-repeat center
;width: 45px;
height: 26px
;float: right;
}
.listBtn
{
background:url('/theme/v4/sub_theme/genel/v4/user_v4yeni/listIcon.png') no-repeat center 5px;
}
#filtre .btn.btn-default
{
font-size: 12px;
}
#leftColumn #filtre .btn.btn-default
{
font-size: 20px;
}
.productType, .qtyBtns input
{
font-size: 12px;
text-transform:uppercase;
}
.productType
{
line-height: 30px;
}
[dir="rtl"] .middleItem .productType
{
padding-right: 0;
padding-left:10px;
}
#commentTabContent .stars
{
margin-bottom: 5px;
margin-left:10px;
}
.qtyBtns a
{
float: left;
min-width:30px;
height: 30px;
border:1px solid #ececec;
padding-right: 10px;
padding-left:10px;
margin-right: 0;
margin-bottom:0;
box-sizing: border-box;
-webkit-user-select:none;
-moz-user-select: none;
-ms-user-select:none;
-o-user-select: none;
user-select:none;
}
.package-line .qtyBtns a
{
display: none;
}
.qtyBtns a p
{
width:100%;
height: 28px;
line-height:28px;
text-align: center;
font-size:12px;
color: #000;
cursor:pointer;
}
.qtyBtns input
{
float: left;
height:28px;
line-height: 28px;
text-align:center;
padding-right: 5px;
padding-left:5px;
border: 0;
box-sizing:border-box;
}
.package-line .qtyBtns input
{
width: 40px;
height:28px !important;
line-height:28px !important;
margin-right:10px !important;
margin-left:10px !important;
}
#myPersonalizationForm
{
display: block;
margin-right:-10px;
margin-left: -10px;
clear:both;
}
.package-line
{
line-height: 30px;
font-size:12px;
}
.package-line:nth-child(odd)
{
background-color: #f5f5f5;
}
.package-line:nth-child(even)
{
padding-top: 0;
padding-bottom:0;
}
.package-line .d-flex
{
display: flex;
align-items:center;
}
.middleItem
{
overflow-x: auto;
}
.middleItem td
{
padding-top: 10px;
padding-left:10px;
padding-bottom: 10px;
padding-right:10px;
vertical-align: middle;
}
.middleItem .lightBg td.line-right
{
border-right: 1px solid #dadada;
}
.middleItem td > span
{
display: block;
line-height:2;
clear: both;
}
.middleItem td > span.basketProName
{
font-size: 14px;
}
.middleItem td > span.basketSubPro
{
display: inline-block;
padding-left:5px;
padding-right: 5px;
margin-top:5px;
margin-bottom: 5px;
}
.incBasketProduct, .decBasketProduct
{
}
.incBasketProduct
{
}
.decBasketProduct
{
}
.qtyBasketProduct
{
width: 28px;
}
.removeBasketProduct
{
float: left;
width:30px;
height: 30px;
background:#000;
}
.mDetay
{
cursor: pointer;
}
#cartEmpty
{
font-size: 25px;
line-height:250px;
}
#leftColumn #cartEmpty, #rightColumn #cartEmpty
{
font-size: 14px;
line-height: 25px;
}
#cartEmpty:before
{
content:'';
display: inline-block;
background: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/cartEmpty.png') no-repeat center center;
width: 128px;
height: 128px;
vertical-align: middle;
margin-right:20px;
}
#rightColumn #cartEmpty:before, #leftColumn #cartEmpty:before
{
margin-right: 0;
}
.campaign-line
{
position: relative;
}
.btn.campaign-btn
{
position: absolute;
top:10px;
right: 10px;
}
[dir="rtl"] .btn.campaign-btn
{
right: auto;
left:10px;
}
[dir="rtl"] #basketOptions
{
margin-left: 0;
}
[dir="rtl"] #basketOptions .col.col-8.p-left
{
padding-right: 0;
padding-left:10px;
}
.table-responsive
{
min-height: .01%;
overflow-x: auto;
}
.table-responsive > table
{
width: 100%;
max-width: 100%;
}
#membershipTabs .btn.active
{
position: relative;
}
#membershipTabs .btn:before
{
content: '';
background-color: #000;
width: 0;
height: 1px;
position: absolute;
top: 100%;
left: 0;
-webkit-transition: width .2s ease-in-out;
-moz-transition: width .2s ease-in-out;
transition: width .2s ease-in-out;
}
#membershipTabs .btn:not(:last-child):after
{
content: '';
width: 0;
border-right: 1px solid #ececec;
display: block;
position: absolute;
top: 10px;
bottom: 10px;
left: 100%;
margin-left: -.5px;
}
#membershipTabs .btn.active:before
{
width: 100%;
}
.NavBox
{
padding: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
ul.breadcrumb>li
{
float: left;
}
ul.breadcrumb>li>a:after
{
content: ">"
;margin-left: 5px;
color: #f47121
;font-weight: 600;
}
#filterSort select:focus
{
box-shadow: none;
-webkit-box-shadow: none;
}
.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-active, .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover, .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus
{
border: 0 !important;
outline: none !important;
}
.GorunumBox
{
border: 0;
}
ul.selected-filter
{
display: flex;
flex-wrap: wrap;
}
ul.selected-filter > li
{
margin-right: 5px;
margin-bottom: 5px;
background-color: #f8f8f8;
border: 1px solid #dedede;
border-radius: 5px;
padding: 5px 10px;
font-size: 12px;
line-height: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.filter-count
{
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
width: 15px;
height: 15px;
background-color: #f25b01;
padding: 2px;
border-radius: 100%;
text-align: center;
font-size: 10px;
color: #fff;
margin-right: 5px;
}
ul.selected-filter li.clear-filter
{
position: relative;
padding-right: 35px;
transition: .3s;
}
ul.selected-filter li.clear-filter:hover
{
background-color: #707070;
color: #fff;
cursor: pointer;
}
.clear-filter:after
{
content: "x";
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
border-left: 1px solid #dedede;
top: 0;
right: 0;
padding: 5px 10px
}
.markatutucu
{
display: flex;
flex-direction:column;
}
.bedentutucu
{
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.bedentutucu .checkbox
{
display: none;
}
.bedentutucu label
{
justify-content: center;
font-size: 10px !important;
}
.markatutucu .fs-unorder,
.bedentutucu .fs-unorder
{
order: 5;
}
.markatutucu .fs-order,
.bedentutucu .fs-order
{
order: 1;
}
@media screen and (min-width: 768px)
{
.bedentutucu
{
grid-template-columns: repeat(2, 1fr);
}
.filter-box
{
padding-left: 0;
}
.middleItem .qtyBtns input
{
width: 28px;
}
}
@media screen and (min-width: 1025px)
{
.qtyBtns input
{
min-width: 28px;
}
}
@media screen and (min-width: 1231px)
{
}
@media screen and (min-width: 1366px)
{
}
@media screen and (min-width: 1440px)
{
}
@media screen and (min-width: 1664px)
{
}
@media screen and (max-width: 1365px) and (min-width: 1025px)
{
#navigasyon a
{
font-size: 13px;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
.navIcon
{
width: 30px;
height:30px;
}
#navigasyon a
{
height: 30px;
line-height:30px;
font-size: 13px;
}
}
@media screen and (max-width: 1024px)
{
.ListeNavSiraBox.flexwrap
{
margin-bottom: 20px;
}
#navigasyon a
{
padding: 10px 0 10px 10px;
}
}
@media screen and (max-width: 767px)
{
.psProductVariant
{
font-weight: 500;
margin-top: 5px;
}
#cartPopup .pClose
{
background: url('/Data/EditorFiles/tema/svg/close2.svg') no-repeat center;
background-size: 50%;
}
.middleItem .psProductTable td>span
{
line-height: 15px;
font-size: 12px;
}
.psPriceBox
{
width: 100% !important;
padding: 10px;
font-size: 14px;
}
.priceBasketProduct
{
text-align: right;
}
.panelPopupTitle
{
font-size: 14px !important;
padding: 10px 15px 10px 0 !important;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#cartPopup .pButtons .btn-success
{
width: 100%;
height: 50px;
line-height: 50px;
}
#cartPopup .pButtons .btn-success:nth-child(1)
{
background: #000;
}
#cartPopup .pButtons .btn-success:nth-child(2)
{
background: #f47121;
}
ul.breadcrumb>li>a:after
{
margin-left: 3px;
}
#navigasyon a
{
width:100%
;color: #535353;
font-size: 9px
;padding: 10px 0 10px 5px;
}
[dir="rtl"] #navigasyon a
{
text-align: center;
}
#cartEmpty
{
line-height: 40px;
}
#cartEmpty:before
{
width:100%;
}
}
.pWrapper .pWin.angularTemplate
{
visibility: hidden;
}
.pWrapper
{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
z-index: 999999999;
}
.flex
{
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
justify-content: center;
-webkit-flex-direction: column;
flex-direction: column;
}
.pWrapper .pBg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
background: #333;
opacity: 0.5;
z-index: 1000;
}
[dir="rtl"] .pWrapper .pBg
{
right: 0px;
left:auto;
}
.pWrapper .pWin
{
position: relative;
float:none;
margin: 0px auto;
width:96%;
max-height: 90%;
max-width: 1100px;
background: #fff;
z-index: 10001;
border: 1px solid #eee;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pWrapper .pWin.overflow
{
height: 90%;
}
.pWrapper .pWin.withBtn
{
padding-bottom: 61px;
}
.pWrapper .pWin.overflow img
{
max-width:100%;
}
.pWrapper .pWin .pText
{
position: relative;
width: 100%;
float: left;
padding: 2px 10px;
box-sizing: border-box;
margin: 0px;
}
.pWrapper .pWin.overflow .pText
{
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 20px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.pWrapper .pWin.withBtn .pText
{
height: calc(100% - 70px);
}
.pWrapper .pWin .pText img
{
margin: 0 auto;
}
.panelPopupTitle
{
font-size: 20px;
padding: 0 0 10px;
}
.pWrapper .pWin .pButtons
{
position: absolute;
overflow: hidden;
border-top: 1px solid #eee;
z-index: 1234;
bottom: 10px;
left: 10px;
right: 10px;
padding: 10px 0 0;
background: #fff;
}
.pWrapper .pWin.debugActive .pButtons,
.pWrapper .pWin.debugActive .pClose
{
display: none;
}
.pWrapper .pWin.debugActive
{
width:90% !important;
height: auto !important;
padding: 0px !important;
}
.pWrapper .pWin.debugActive .pText
{
line-height: 30px;
margin: 0px;
text-align: center;
overflow: hidden;
}
.pWrapper .pClose
{
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
z-index: 333;
cursor: pointer;
background: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/popupClose.png');
}
[dir="rtl"] .pWrapper .pClose
{
right: auto;
left: -15px;
}
.pWrapper .close
{
cursor: pointer;
}
.br5
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pWrapper .pWin.flexbox
{
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-height: 90%;
position: relative;
}
.pWrapper .pWin.flexbox .pText
{
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.hideThis
{
display: none;
}
.popupClose,
.close
{
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
z-index: 333;
cursor: pointer;
background: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/popupClose.png');
}
#lightContent
{
text-align: center;
min-width:150px;
min-height: 150px;
}
#lightControl
{
position: absolute;
top: 50%;
left: 10px;
right: 10px;
height: 30px;
margin-top: -15px;
}
#lightControl span
{
width: 30px;
height: 30px;
background-repeat: no-repeat;
cursor: pointer;
}
#prevLight
{
background-image: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/popupPrev.png');
}
#nextLight
{
background-image: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/popupNext.png');
}
.popupTitle,
.videoTitle
{
border-bottom: 1px solid #ececec;
font-size: 16px;
color: .666;
}
.popupBtns,
.modal-footer
{
border-top: 1px solid #ececec;
}
.memberPopupWrapper
{
max-width: 580px;
}
.memberPopupWrapper .col,
.memberPopupWrapper .box
{
margin: 0;
}
.memberPopupWrapper .popupInnerBlock
{
width: 100%;
}
.videoPopup
{
width: 668px;
margin-top: -10px;
margin-bottom: -10px;
}
.popupMain,
.popupTitle,
.popupInner,
.popupBtns
{
clear: both;
width: 100%;
}
@media screen and (min-width: 768px)
{
.ie .pWrapper .pWin.overflow
{
margin-top:40px !important;
}
}
@media screen and (max-width: 767px)
{
body:not(.flexPopup) .pWrapper .pClose
{
top: 10px;
right: 20px;
}
[dir="rtl"] body:not(.flexPopup) .pWrapper .pClose
{
top: 10px;
right:auto;
left: 20px;
}
body:not(.flexPopup) .pWrapper .pWin
{
width:100% !important;
height:100% !important;
max-width: none;
max-height:none;
border-radius: 0;
}
.pWrapper .pWin
{
max-width:90%;
}
.pWrapper .pWin .pButtons
{
padding-top: 0;
}
.pWrapper .pWin .pButtons button
{
margin-top: 10px;
}
.pWrapper .pWin.withBtn .pText
{
height: calc(100% - 70px);
}
}

.form-control input[type="text"],
.form-control input[type="password"],
.form-control input[type="tel"],
.form-control input[type="number"],
.form-control input[type="email"],
.form-control input[type="search"],
.form-control select,
.form-control textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="email"],
.form input[type="search"],
.form select,
.form textarea
{
background-color:#fff !important;
background-image:none !important;
border:1px solid #ccc !important;
border-radius:0 !important;
box-shadow:none !important;
}
.loadedPlace::-webkit-input-placeholder
{
color: transparent;
}
.loadedPlace::-moz-placeholder
{
color: transparent;
}
.loadedPlace:-ms-input-placeholder
{
color: transparent;
}
.loadedPlace:-moz-placeholder
{
color: transparent;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button
{
-webkit-appearance: none;
margin: 0;
}
input[type="number"][type=number]
{
-moz-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration
{
display: none;
}
.form-control,
.form
{
line-height: 20px;
font-size: 11px;
cursor: pointer;
}
.ie .form-control,
.ie .form
{
position: relative;
}
.form-control.medium,
.form.medium
{
line-height: 30px;
font-size:13px;
}
.form-control.large,
.form.large
{
line-height: 40px;
font-size:15px;
}
.form-control.xlarge,
.form.xlarge
{
line-height: 50px;
font-size:15px;
}
#invoiceForm .form-control.xlarge,
#invoiceForm .form.xlarge
{
padding-top: 9px;
padding-bottom: 9px;
}
.input-icon
{
position: relative;
}
.icon
{
position: absolute;
top:0;
left: 0;
width:20px;
height: 20px;
background-color:#ccc;
background-repeat: no-repeat;
background-position:center center;
}
[dir="rtl"] .icon
{
right: 0;
left:auto;
}
.medium .icon
{
width: 30px;
height:30px;
}
.large .icon
{
width: 40px;
height:40px;
}
.xlarge .icon
{
width: 50px;
height:50px;
}
.invalid .icon
{
background-color: #d9534f;
}
.icon-firstname
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/firstname.png');
}
.icon-lastname
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/lastname.png');
}
.icon-mail
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/mail.png');
}
.icon-pen
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/pen.png');
}
.icon-message
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/message.png');
}
.icon-attach
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/attach.png');
}
.icon-code
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/code.png');
}
.icon-pass
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/password.png');
}
.icon-passConfirm
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/passConfirm.png');
}
.icon-company
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/company.png');
}
.icon-taxOffice
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/taxOffice.png');
}
.icon-taxId
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/taxId.png');
}
.icon-tc
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/tc.png');
}
.icon-birthday
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/birthday.png');
}
.icon-gender
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/gender.png');
}
.icon-mobilePhone
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/mobilePhone.png');
}
.icon-homePhone
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/homePhone.png');
}
.icon-officePhone
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/officePhone.png');
}
.icon-address
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/address.png');
}
.icon-map
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/map.png');
}
.icon-zipCode
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/zipCode.png');
}
.icon-fb
{
background-color: #3c599b;
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/facebook.png');
}
.icon-tw
{
background-color: #29aae3;
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/twitter.png');
}
.icon-google
{
background-color: #d0422a;
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/google-plus.png');
}
.icon-star
{
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/icons/star.png');
}
.myFlag
{
}
.myFlagIcon
{
float: left;
width:100%;
height:100%;
}
.myFlagIcon i
{
position: absolute;
top:50%;
left:50%;
width: 16px;
height:11px;
margin-top: -5px;
margin-left:-8px;
background-image:url('/theme/standart/images/blok/flags.png');
background-repeat: no-repeat;
}
.flagList
{
position: absolute;
width:600%;
top:100%;
left: 0;
background:#fff;
border-color: #ccc;
z-index:33;
}
[dir="rtl"] .flagList
{
right: 0;
left:auto;
}
.flagList > ul
{
max-height: 240px;
overflow-y: auto;
}
.flagList li
{
line-height: 20px;
}
.flagList li:hover
{
background-color: #ececec;
}
.flag
{
float: left;
width:16px;
height: 11px;
background-image:url('/theme/standart/images/blok/flags.png');
background-repeat: no-repeat;
margin-top:5px;
margin-right: 10px;
}
.country
{
float: left;
height:20px;
}
.code
{
float: right;
height:20px;
}
.required
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/required.png') no-repeat right center;
}
.secCode, #secCode, #codeRecommend
{
position: absolute;
top:0;
left: 0;
}
.form-control input[type="text"],
.form-control input[type="password"],
.form-control input[type="tel"],
.form-control input[type="number"],
.form-control input[type="email"],
.form-control input[type="search"],
.form-control select,
.form-control textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="email"],
.form input[type="search"],
.form select,
.form textarea
{
height: 20px;
margin:0;
padding-top: 0;
padding-left:5px;
padding-bottom: 0;
padding-right:5px;
border: 1px solid #ccc;
box-sizing:border-box;
}
.placeholder
{
position: absolute;
top:1px;
right: 1px;
bottom: 1px;
left: 1px;
font-size:13px;
background: #fff;
z-index: 33;
}
.placeholder.focus
{
bottom: auto;
height:0;
line-height: 28px;
font-size:10px;
color: #b5b5b5;
font-weight:600;
}
.form-control input[type="text"].loadedPlace,
.form-control input[type="password"].loadedPlace,
.form-control input[type="tel"].loadedPlace,
.form-control input[type="number"].loadedPlace,
.form-control input[type="email"].loadedPlace,
.form-control input[type="search"].loadedPlace,
.form input[type="text"].loadedPlace,
.form input[type="password"].loadedPlace,
.form input[type="tel"].loadedPlace,
.form input[type="number"].loadedPlace,
.form input[type="email"].loadedPlace,
.form input[type="search"].loadedPlace
{
padding-top: 14px;
}
.form-control textarea.loadedPlace,
.form textarea.loadedPlace
{
padding-top: 24px;
}
.medium .placeholder.focus
{
height: 10px;
line-height:10px;
}
.form-control.medium input[type="text"].loadedPlace,
.form-control.medium input[type="password"].loadedPlace,
.form-control.medium input[type="tel"].loadedPlace,
.form-control.medium input[type="number"].loadedPlace,
.form-control.medium input[type="email"].loadedPlace,
.form-control.medium input[type="search"].loadedPlace,
.form.medium input[type="text"].loadedPlace,
.form.medium input[type="tel"].loadedPlace,
.form.medium input[type="number"].loadedPlace,
.form.medium input[type="email"].loadedPlace,
.form.medium input[type="search"].loadedPlace,
.form.medium input[type="password"].loadedPlace
{
padding-top: 14px;
}
.form-control.medium textarea.loadedPlace,
.form.medium textarea.loadedPlace
{
padding-top: 24px;
}
.large .placeholder.focus
{
height: 20px;
line-height:20px;
}
.form-control.xlarge input[type="text"].loadedPlace,
.form-control.xlarge input[type="password"].loadedPlace,
.form-control.xlarge input[type="tel"].loadedPlace,
.form-control.xlarge input[type="number"].loadedPlace,
.form-control.xlarge input[type="email"].loadedPlace,
.form-control.xlarge input[type="search"].loadedPlace,
.form.xlarge input[type="text"].loadedPlace,
.form.xlarge input[type="tel"].loadedPlace,
.form.xlarge input[type="number"].loadedPlace,
.form.xlarge input[type="email"].loadedPlace,
.form.xlarge input[type="search"].loadedPlace,
.form.xlarge input[type="password"].loadedPlace
{
padding-top: 14px;
}
.form-control.xlarge textarea.loadedPlace,
.form.xlarge textarea.loadedPlace
{
padding-top: 24px;
}
.form-control textarea,
.form textarea
{
height: 90px;
line-height:18px;
}
.icon + input[type="text"],
.icon + input[type="password"],
.icon + input[type="tel"],
.icon + input[type="number"],
.icon + input[type="email"],
.icon + input[type="search"],
.icon + textarea,
.edge .icon + select,
.ie .icon + select,
.input-icon .placeholder
{
padding-left: 25px;
}
.input-icon .placeholder
{
left: 20px;
padding-left:5px;
}
[dir="rtl"] .icon + input[type="text"],
[dir="rtl"] .icon + input[type="password"],
[dir="rtl"] .icon + input[type="tel"],
[dir="rtl"] .icon + input[type="number"],
[dir="rtl"] .icon + input[type="email"],
[dir="rtl"] .icon + input[type="search"],
[dir="rtl"] .icon + textarea,
[dir="rtl"] .ie .icon + select,
[dir="rtl"] .input-icon .placeholder
{
padding-right: 25px;
padding-left:5px;
}
.icon + select
{
text-indent: 25px;
}
.form-control.medium input[type="text"],
.form-control.medium input[type="password"],
.form-control.medium input[type="tel"],
.form-control.medium input[type="number"],
.form-control.medium input[type="email"],
.form-control.medium input[type="search"],
.form-control.medium select,
.form.medium input[type="text"],
.form.medium input[type="password"],
.form.medium input[type="tel"],
.form.medium input[type="number"],
.form.medium input[type="email"],
.form.medium input[type="search"],
.form.medium select
{
height: 30px;
}
.form-control.medium textarea,
.form.medium textarea
{
height: 120px;
line-height:20px;
padding-top: 4px;
padding-bottom:4px;
}
.medium .icon + input[type="text"],
.medium .icon + input[type="password"],
.medium .icon + input[type="tel"],
.medium .icon + input[type="number"],
.medium .icon + input[type="email"],
.medium .icon + input[type="search"],
.medium .icon + textarea,
.edge .medium .icon + select,
.ie .medium .icon + select
{
padding-left: 35px;
}
.medium .input-icon .placeholder
{
left: 30px;
padding-left:5px;
}
[dir="rtl"] .medium .icon + input[type="text"],
[dir="rtl"] .medium .icon + input[type="password"],
[dir="rtl"] .medium .icon + input[type="tel"],
[dir="rtl"] .medium .icon + input[type="number"],
[dir="rtl"] .medium .icon + input[type="email"],
[dir="rtl"] .medium .icon + input[type="search"],
[dir="rtl"] .medium .icon + textarea,
[dir="rtl"] .ie .medium .icon + select,
[dir="rtl"] .medium .input-icon .placeholder
{
padding-right: 35px;
padding-left:5px;
}
.medium .icon + select
{
text-indent: 25px;
}
.form-control.large input[type="text"],
.form-control.large input[type="password"],
.form-control.large input[type="tel"],
.form-control.large input[type="number"],
.form-control.large input[type="email"],
.form-control.large input[type="search"],
.form-control.large select,
.form.large input[type="text"],
.form.large input[type="password"],
.form.large input[type="tel"],
.form.large input[type="number"],
.form.large input[type="email"],
.form.large input[type="search"],
.form.large select
{
height: 40px;
padding-left:10px;
padding-right: 10px;
}
.form-control.large textarea,
.form.large textarea
{
height: 150px;
line-height:20px;
padding-top: 9px;
padding-bottom:9px;
}
.large .icon + input[type="text"],
.large .icon + input[type="password"],
.large .icon + input[type="tel"],
.large .icon + input[type="number"],
.large .icon + input[type="email"],
.large .icon + input[type="search"],
.large .icon + textarea,
.edge .large .icon + select,
.ie .large .icon + select
{
padding-left: 50px;
}
.large .input-icon .placeholder
{
left: 40px;
}
[dir="rtl"] .large .icon + input[type="text"],
[dir="rtl"] .large .icon + input[type="password"],
[dir="rtl"] .large .icon + input[type="tel"],
[dir="rtl"] .large .icon + input[type="number"],
[dir="rtl"] .large .icon + input[type="email"],
[dir="rtl"] .large .icon + input[type="search"],
[dir="rtl"] .large .icon + textarea,
[dir="rtl"] .ie .large .icon + select,
[dir="rtl"] .large .input-icon .placeholder
{
padding-right: 50px;
padding-left:10px;
}
.large .icon + select
{
text-indent: 40px;
}
.form-control.xlarge input[type="text"],
.form-control.xlarge input[type="password"],
.form-control.xlarge input[type="tel"],
.form-control.xlarge input[type="number"],
.form-control.xlarge input[type="email"],
.form-control.xlarge input[type="search"],
.form-control.xlarge select,
.form.xlarge input[type="text"],
.form.xlarge input[type="password"],
.form.xlarge input[type="tel"],
.form.xlarge input[type="number"],
.form.xlarge input[type="email"],
.form.xlarge input[type="search"],
.form.xlarge select
{
height: 50px;
padding-left:10px;
padding-right: 10px;
}
.form-control.xlarge textarea,
.form.xlarge textarea
{
height: 180px;
line-height:20px;
padding-top: 14px;
padding-bottom:14px;
}
.xlarge .icon + input[type="text"],
.xlarge .icon + input[type="password"],
.xlarge .icon + input[type="tel"],
.xlarge .icon + input[type="number"],
.xlarge .icon + input[type="email"],
.xlarge .icon + input[type="search"],
.xlarge .icon + textarea,
.edge .xlarge .icon + select,
.ie .xlarge .icon + select
{
padding-left: 60px;
}
.xlarge .input-icon .placeholder
{
left: 50px;
}
[dir="rtl"] .xlarge .icon + input[type="text"],
[dir="rtl"] .xlarge .icon + input[type="password"],
[dir="rtl"] .xlarge .icon + input[type="tel"],
[dir="rtl"] .xlarge .icon + input[type="number"],
[dir="rtl"] .xlarge .icon + input[type="email"],
[dir="rtl"] .xlarge .icon + input[type="search"],
[dir="rtl"] .xlarge .icon + textarea,
[dir="rtl"] .ie .xlarge .icon + select,
[dir="rtl"] .xlarge .input-icon .placeholder
{
padding-right: 60px;
padding-left:10px;
}
.xlarge .icon + select
{
text-indent: 50px;
}
.secCode + input[type="text"],
.secCode + input[type="password"],
.secCode + input[type="tel"],
.secCode + input[type="number"],
.secCode + input[type="email"],
.secCode + input[type="search"],
.secCode + select,
.secCode + textarea,
#secCode + input[type="text"],
#secCode + input[type="password"],
#secCode + input[type="tel"],
#secCode + input[type="number"],
#secCode + input[type="email"],
#secCode + input[type="search"],
#secCode + select,
#secCode + textarea,
#codeRecommend + input[type="text"],
#codeRecommend + input[type="password"],
#codeRecommend + input[type="tel"],
#codeRecommend + input[type="number"],
#codeRecommend + input[type="email"],
#codeRecommend + input[type="search"],
#codeRecommend + select,
#codeRecommend + textarea
{
padding-left: 105px;
}
.form-control.invalid input[type="text"],
.form-control.invalid input[type="password"],
.form-control.invalid input[type="tel"],
.form-control.invalid input[type="number"],
.form-control.invalid input[type="email"],
.form-control.invalid input[type="search"],
.form-control.invalid select,
.form-control.invalid textarea,
.form.invalid input[type="text"],
.form.invalid input[type="password"],
.form.invalid input[type="tel"],
.form.invalid input[type="number"],
.form.invalid input[type="email"],
.form.invalid input[type="search"],
.form.invalid select,
.form.invalid textarea,
.ng-invalid
{
border: 1px solid #d9534f;
background-color:#FFCAC8;
color: #fff;
}
.form-control input[type="file"],
.form input[type="file"]
{
visibility: hidden;
position:absolute;
top: 0;
left:0;
width:100%;
height:100%;
}
.input-wrap,
.input-wrap input
{
width: 17px;
height:20px;
}
.medium .input-wrap,
.medium .input-wrap input
{
height: 30px;
}
.large .input-wrap,
.large .input-wrap input
{
height: 40px;
}
.input-wrap
{
float: left;
margin-right:10px;
}
.input-wrap.renkbox.checkbox
{
margin-right: 5px;
}
[dir="rtl"] .input-wrap
{
margin-right: 0;
margin-left:10px;
}
.input-wrap.radio
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/radio.png') no-repeat center center;
cursor: pointer;
}
.form-control:hover .input-wrap.radio
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/radioHover.png') no-repeat center center;
}
.input-wrap.radio.active,
.form-control:hover .input-wrap.radio.active,
.active > .form-control .input-wrap.radio
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/radioActive.png') no-repeat center center;
}
.input-wrap.checkbox
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/checkbox.png') no-repeat center center;
}
.form-control:hover .input-wrap.checkbox
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/checkboxHover.png') no-repeat center center;
}
.input-wrap.checkbox.active,
.form-control:hover .input-wrap.checkbox.active,
.active > .form-control .input-wrap.checkbox
{
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/checkboxActive.png') no-repeat center center;
}
.input-wrap input
{
visibility: hidden;
margin:0;
}
.form-link
{
line-height: 30px;
font-size: 14px;
color: #000;
}
.info:before
{
content:'';
display: inline-block;
min-height:13px;
min-width: 12px;
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/info.png') no-repeat 0 center;
margin-right: 10px;
vertical-align:middle;
}
.ask:before
{
content:'';
display: inline-block;
min-height:15px;
min-width: 15px;
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/infoAsk.png') no-repeat 0 center;
margin-right: 10px;
vertical-align:middle;
}
.social-btn
{
height: 20px;
padding-left:29px;
}
.medium .social-btn
{
height: 30px;
padding-left:39px;
}
.large .social-btn
{
height: 40px;
padding-left:49px;
}
.xlarge .social-btn
{
height: 50px;
padding-left:59px;
}
.removeBtn
{
width: 20px;
height:20px;
background-image:url('/theme/v4/sub_theme/form/v4/user_v4yeni/removeIcon.png');
background-repeat: no-repeat;
background-position:center center;
}
.hasDatepicker
{
padding-right: 26px;
background:url('/theme/v4/sub_theme/form/v4/user_v4yeni/calendarIcon.png') no-repeat right center;
}
.qtyBtns input[type=number]::-webkit-inner-spin-button,
.qtyBtns input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.tax-foffice-list
{
background-color: #FFF;
box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 1234;
}
.search-enable .tax-foffice-list
{
display: block;
}
.tax-foffice-list input[type="search"]
{
height: 36px;
margin-bottom: 10px;
padding-top: 0 !important;
outline: 0;
}
.tax-foffice-list ul
{
max-height: 269px;
overflow-x: hidden;
overflow-y: auto;
}
.tax-foffice-list .col-text
{
padding-top: 6px;
padding-bottom: 6px;
}
.form-control-error
{
background-color: #FFF;
color: #F00;
font-size: 13px;
font-weight: 500;
line-height: 16px;
float: left;
width: 100%;
margin-top: 3px;
box-sizing: border-box;
}
.form-control input.is-invalid,
.form-control select.is-invalid,
.form-control textarea.is-invalid
{
border-color: #F00 !important;
}
.UyeKayitAlan .pageTitle, .UyeGirisAlan .pageTitle, .UyeSifreUnuttum .pageTitle
{
font-size: 12px;
line-height: 45px;
height: 45px;
margin-bottom: 10px;
font-weight: 600;
color: #666;
padding-left: 0;
}
#uye-kayit-form input, #uye-kayit-form select, #page-login input
{
border-radius: 5px !important;
-webkit-border-radius: 5px !important;
background: #f2f2f2 !important;
height: 45px;
font-size: 12px;
font-weight: 500;
}
#uye-kayit-btn, #member-login-btn, #sendPass
{
margin-top: 10px;
background: #f47121;
color: #fff;
}
#uye-kayit-btn:hover, #member-login-btn:hover, #sendPass:hover
{
background: #000;
}
.privacyMessage
{
font-size: 11px;
}
.UyeGirisAlan>.row
{
margin: 0;
}
.UyeSifreUnuttum
{
padding: 10px;
}
#formumuzu
{
padding: 0 0 10px 0;
}
#uye-kayit-form .myFlag
{
height: 45px;
border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
#uye-kayit-form textarea
{
border-radius: 5px !important;
-webkit-border-radius: 5px !important;
background: #f2f2f2 !important;
font-size: 12px;
font-weight: 500;
}
input#mobile_phone
{
height: 50px;
}
.phone-masked .myFlag
{
border-radius: 5px 0 0 5px;
}
#order-login-form #name
{
width: 95%;
}
#order-login-form #surname
{
width: 95%;
float: right;
}
a#popup-member-login-facebook
{
margin-top: 10px;
text-align: center;
}
a#order-login-btn
{
background: #f47121;
}
a#order-login-btn:hover
{
background: #000;
}
.UyeOlAlan .pageTitle
{
padding-top: 3px;
}
#login-form .icon-fb
{
width: 30px;
height: 30px;
left: 10px;
top: 10px;
background: url('/Data/EditorFiles/tema/svg/c-facebook.svg') no-repeat center;
background-size: 100%;
}
.icon-google
{
background: url('/Data/EditorFiles/tema/svg/c-google.svg') no-repeat center;
background-size: 100%;
width: 30px !important;
height: 30px !important;
left: 10px;
top: 10px;
}
#signinGoogle
{
text-align: center;
}
#member-register
{
text-align: center;
background: #000;
color: #fff;
border-radius: 3px;
}
#member-register:hover
{
background: #f47121;
}
.UyeBilgiLabel .input-wrap.checkbox
{
margin-top: 2px;
}
.UyeBilgiLabel
{
line-height: 14px;
}
@media screen and (min-width: 768px)
{
.UyeKayitAlan, .UyeGirisAlan, .UyeSifreUnuttum
{
width: 400px;
margin: 0 auto;
display: -ms-grid;
display: grid;
float: initial;
}
#alan_soyad
{
clear: inherit;
margin-left: 5px;
width: calc(50% - 5px);
}
#alan_ad
{
margin-right: 5px;
width: calc(50% - 5px);
}
}
@media screen and (max-width: 767px)
{
.UyeKayitAlan, .UyeGirisAlan, .UyeSifreUnuttum
{
width:100%
;float: left;
box-sizing: border-box
;-webkit-box-sizing: border-box;
}
.form-control.xlarge,.form.xlarge, .form-link
{
font-size: 13px;
}
.icon:not(.myFlag):not(.icon-fb):not(.icon-tw):not(.icon-google)
{
display: none;
}
.icon:not(.myFlag) + input[type="text"],
.icon:not(.myFlag) + input[type="password"],
.icon:not(.myFlag) + input[type="tel"],
.icon:not(.myFlag) + input[type="number"],
.icon:not(.myFlag) + input[type="email"],
.icon:not(.myFlag) + input[type="search"],
.icon:not(.myFlag) + textarea,
.icon:not(.myFlag) + select,
.medium .icon:not(.myFlag) + input[type="text"],
.medium .icon:not(.myFlag) + input[type="password"],
.medium .icon:not(.myFlag) + input[type="tel"],
.medium .icon:not(.myFlag) + input[type="number"],
.medium .icon:not(.myFlag) + input[type="email"],
.medium .icon:not(.myFlag) + input[type="search"],
.medium .icon:not(.myFlag) + textarea,
.medium .icon:not(.myFlag) + select,
.large .icon:not(.myFlag) + input[type="text"],
.large .icon:not(.myFlag) + input[type="password"],
.large .icon:not(.myFlag) + input[type="tel"],
.large .icon:not(.myFlag) + input[type="number"],
.large .icon:not(.myFlag) + input[type="email"],
.large .icon:not(.myFlag) + input[type="search"],
.large .icon:not(.myFlag) + textarea,
.large .icon:not(.myFlag) + select,
.xlarge .icon:not(.myFlag) + input[type="text"],
.xlarge .icon:not(.myFlag) + input[type="password"],
.xlarge .icon:not(.myFlag) + input[type="tel"],
.xlarge .icon:not(.myFlag) + input[type="number"],
.xlarge .icon:not(.myFlag) + input[type="email"],
.xlarge .icon:not(.myFlag) + input[type="search"],
.xlarge .icon:not(.myFlag) + textarea,
.xlarge .icon:not(.myFlag) + select
{
padding-left: 10px;
}
.icon + select,
.medium .icon + select,
.large .icon + select,
.xlarge .icon + select
{
text-indent: 0;
}
}
.menu, .menu div:not(.dynamicMenu)
{
background-color: inherit;
}
.menu
{
position: relative;
}
.menu-list
{
z-index: 33;
}
.menu li
{
float: left;
}
[dir="rtl"] .menu li
{
float: right;
}
.menu a
{
float: left;
padding-left:20px;
padding-right: 20px;
box-sizing:border-box;
}
.menu li.parentLink > a
{
padding-right: 40px;
background-image: url('/Data/EditorFiles/tema/img/menu-ok-white.png');
background-repeat: no-repeat;
background-position: 97% center;
}
[dir="rtl"] .menu li.parentLink > a
{
padding-right: 20px;
padding-left:40px;
background-position: 10px center;
}
.menu li.parentLink > ul
{
position: absolute;
top: 100%;
left: 0;
width: 200px;
display: none;
}
.menu li.parentLink li a
{
width:100%;
}
.menu li.parentLink li.parentLink ul
{
float: left;
position:relative;
box-sizing: border-box;
border-left:10px solid #dedede;
}
#mobileAppNotify
{
position: fixed;
z-index:9999;
}
#appNotify
{
display: flex;
align-items:center;
}
#appLogo p
{
padding-bottom: 0;
}
#appLogo img
{
max-width:100%;
width: auto;
height:auto;
}
#appBtn
{
white-space: nowrap;
}
#topMenu, #topMenu li, #topMenu a
{
float: left;
height:30px;
}
[dir="rtl"] #topMenu,
[dir="rtl"] #topMenu li,
[dir="rtl"] #topMenu a
{
float: right;
}
#topMenu a
{
line-height: 30px;
color:#fff;
font-size: 11px;
padding-left:20px;
padding-right: 20px;
border-right:1px solid #3b3b3b;
}
[dir="rtl"] #topMenu a
{
border-right: 0;
border-left:1px solid #3b3b3b;
}
#topMenu ul li:hover > span, #topMenu ul li:hover > a
{
background: #3b3b3b;
}
#headerTop select
{
height: 30px;
padding:0 30px 0 10px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/selectArrow.png') no-repeat right center;
border: 0;
border-left:1px solid #3b3b3b;
appearance: none;
-moz-appearance:none;
-webkit-appearance: none;
color:#fff;
font-size: 11px;
}
[dir="rtl"] #headerTop select
{
padding: 0 10px 0 30px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/selectArrow.png') no-repeat 10px center;
border-right: 1px solid #3b3b3b;
border-left:0;
}
#headerTop select option
{
background: #000;
}
#headerPhone
{
color: #fff;
font-size:11px;
line-height: 30px;
}
[dir="rtl"] #hmLinks
{
float: left;
}
#hmLinks a
{
position: relative;
}
[dir="rtl"] #hmLinks ul>li>a
{
float: left;
}
.authorLink:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/user.svg') no-repeat center
;width: 20px;
height: 20px
;display: block;
margin: 0 auto;
}
#hmLinks a.basketLink:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/shop.svg') no-repeat center;
width: 20px;
height: 20px;
display: block;
margin: 0 auto;
}
#hmLinks a.messageLink
{
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/messageIcon.svg') no-repeat center 9px;
position: relative;
}
#hmLinks a.basketLink span,
#hmLinks a.messageLink span
{
position: absolute;
top: 3px;
right: 20px;
width: 12px;
height: 12px;
line-height: 14px;
font-size: 8px;
color:#fff;
font-weight: 600;
text-align:center;
background: #000;
border-radius:10px;
}
#hmLinks ul>li> a strong
{
line-height: 16px;
color: #181818;
font-size: 10px;
width: 100%;
text-align: center;
font-weight: 700;
}
#basketList
{
display: none;
position:absolute
;top: 40px;
right:0
;background: #fff;
z-index:3333
;-webkit-box-shadow: 0 0 10px 0 #ebebeb;
box-shadow: 0 0 10px 0 #ebebeb;
}
[dir="rtl"] #logo
{
float: right;
margin-right:0;
}
#logo p
{
float: left;
width:100%;
padding-bottom: 0;
}
#logo a
{
width:100%;
padding-bottom: 0;
}
#logo img
{
display: inline;
max-height:100%;
max-width:100%;
width: auto;
vertical-align:middle;
}
#FormAra
{
position: relative;
height: 40px;
border: 1px solid #000;
box-sizing: border-box;
-webkir-box-sizing: border-box;
}
#FormAra input[type="text"]
{
width: calc(100% - 60px);
height:100%;
top: 0;
left:0;
right: 0;
border:0;
box-sizing: border-box;
padding: 10px 10px 10px 40px;
color: #707070;
font-size: 12px;
background: #fff;
}
[dir="rtl"] #FormAra input[type="text"]
{
padding: 10px 10px 10px 210px;
}
#FormAra .placeholder
{
right: 201px;
line-height: 46px;
padding-left: 20px;
}
#searchRight
{
width: 200px;
height:100%;
background: #f3f3f3;
border-left:1px solid #ccc;
position: relative;
z-index:33;
}
[dir="rtl"] #searchRight
{
float: left;
border-right:1px solid #ccc;
border-left: 0;
}
#searchRight select
{
width: 150px;
height:28px;
background: url('/theme/v4/sub_theme/ust/v4/user_v4yeni/selectArrow.png') no-repeat right center;
border: 0;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
color: #666;
font-size:13px;
font-family:"Open Sans", sans-serif;
}
[dir="rtl"] #searchRight select
{
float: right;
background: url('/theme/v4/sub_theme/ust/v4/user_v4yeni/selectArrow.png') no-repeat 10px center;
}
#FormAra input[type="submit"]
{
width: 60px;
height: 100%;
padding-top: 0;
padding-right:0;
padding-bottom: 0;
padding-left:0;
background: #000;
border:0;
cursor: pointer;
font-size: 12px;
font-weight: 600;
line-height: 36px;
border: 0 !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-webkit-appearance: none;
}
[dir="rtl"] #FormAra input[type="submit"]
{
float: left;
}
#live-search-box
{
position: absolute;
top:calc(100% + 1px);
left: -1px;
width:100%;
background: #fff;
border:1px solid #ececec;
border-bottom: 0;
z-index:999;
display: none;
overflow-y: auto;
min-height: 500px;
height: 100%;
}
#live-search-box ul
{
float: left;
width:100%;
}
#live-search-box li
{
float: left;
width:100%;
border-bottom: 1px solid #ececec;
}
#live-search-box a
{
float: left;
width:100%;
font-weight: 600;
display:flex;
align-items: center;
font-size: 12px;
}
#live-search-box span ,#live-search-box div.search-image
{
width: 6%;
height: auto;
margin-top:5px;
margin-right: 15px;
margin-bottom:5px;
margin-left: 5px;
overflow:hidden;
}
#live-search-box img
{
margin: 0 auto;
}
#mainMenu
{
background-color: #000;
position:relative;
z-index: 777;
}
#mainMenu .menu > li
{
padding-top: 9px;
padding-bottom:9px;
}
#mainMenu .menu > li:hover
{
background: #4e4e4e;
}
#mainMenu .subMenu a
{
font-size: 13px;
padding: 10px 0;
}
[dir="rtl"] #mainMenu a
{
border-right: 0;
border-left-width:1px;
border-left-style: solid;
}
.menu li.parentLink > a
{
background-color: transparent;
}
#mainMenu #homeLink a
{
width: 54px;
background: url('/theme/v4/sub_theme/ust/v4/user_v4yeni/homeIcon.png') no-repeat center center;
}
#mainMenu .parentLink li a
{
border-right: 0;
border-bottom:1px solid #dedede;
}
[dir="rtl"] #mainMenu .parentLink li a
{
border-left: 0;
}
.subMenu
{
position: absolute;
left: 0;
right: 0;
max-width:1200px;
box-shadow:0 2px 2px 0px rgba(0,0,0,.1);
display: none;
margin: 0 auto;
}
.subMenu *:not(.dynamicMenu)
{
background-color: transparent;
}
#mainMenu .subMenu
{
top: 49px;
background: #fff;
padding: 0;
}
:hover > .subMenu
{
display: block;
}
.menuTitle
{
font-size: 20px;
padding-bottom:10px;
}
.subMenu a
{
padding-right: 10px;
padding-left:10px;
font-size: 12px;
font-family:'Open Sans', sans-serif;
box-sizing: border-box;
}
.subMenu li li a
{
font-size: 11px;
}
.subMenu a:hover
{
background-color: #fff;
padding-right:10px;
padding-left: 10px;
}
#mainMenu .subMenu a:hover
{
color: #f47121;
}
.subMenu .dynamicMenu
{
background: #fff;
}
.subMenu li li a:hover
{
padding-left: 20px;
background-image:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/menuSmallArrowHover.png');
background-position: 10px center;
}
#alterMenu
{
background-color: #6c6c6c;
border-top:1px solid #aaa;
border-bottom: 1px solid #575757;
}
#alterMenu .menu > li
{
padding-top: 4px;
padding-bottom:4px;
}
#alterMenu .menu > li:hover
{
background: #f5f5f5;
}
#alterMenu a
{
line-height: 21px;
font-size:12px;
color: #f3f3f3;
border-right:1px solid #aaa;
}
#alterMenu .menu > li:hover a
{
color: #444;
}
#alterMenu .menu > li:hover .subMenu
{
top: 29px;
z-index:3333;
}
#alterMenu .menu > li:hover .subMenu a
{
border-right: 0;
}
#alterMenu .menu > li:hover .subMenu a:hover
{
color: #f37121;
}
#alterMenu .subMenu li, #alterMenu .subMenu a
{
line-height: 30px;
border-color:#e0e0e0;
}
.UstBanner img
{
float: left;
}
#UstBilgiOwl
{
color: #fff;
font-size: 12px;
}
li.SiparisTakip:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/truck-white.svg') no-repeat left center
;width: 20px;
height: 40px
;float: left;
background-size: 100%
;margin-right: 5px;
}
li.YardimDestek:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/question-white.svg') no-repeat left center;
width: 17px;
height: 40px;
float: left;
background-size: 100%;
margin-right: 5px;
}
li.SiparisTakip:after, li.YardimDestek:after
{
content: "";
border-right: 1px solid #fff
;float: right;
height: 15px
;position: absolute;
right: 0
;top: 13px;
}
#FormAra input[type="text"]:focus, #FormAra input[type="submit"]
{
box-shadow: none;
}
#FormAra:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/search.svg') no-repeat center
;position: absolute;
width: 24px
;height: 38px;
left: 10px
;top: 0;
background-size: 80%
;box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#favoribtn:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/heart.svg') no-repeat center;
width: 20px;
height: 20px;
display: block;
margin: 0 auto;
}
#hmLinks>ul>li>a:before
{
position: absolute;
left: 50%;
top: 0;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.UyeGirisHover
{
position: absolute;
top: 100%;
right: 29px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 888;
background: #fff;
display: none;
width: 200px;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
padding: 10px 15px;
}
.UyeGirisHover a
{
display: block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 12px;
font-weight: 600;
padding: 10px 0;
width: 100%;
border-bottom: 1px solid #efefef;
color: #000;
}
.UyeGirisHover a:last-child
{
border: 0;
}
.UyeGirisHover:before
{
content: "";
border-left: 7px solid transparent
;border-right: 7px solid transparent;
border-bottom: 7px solid #ccc
;display: inline-block;
position: absolute
;top: -7px;
left: 46%
;margin: auto;
transform: translateX(-46%);
}
.UyeGirisHover a:hover
{
color: #f47121 !important;
}
.UyeGirisHoverLi:hover .UyeGirisHover
{
display: block;
}
.headerInsta
{
background: url('/Data/EditorFiles/tema/svg/instagram.svg') no-repeat center top;
background-size: 20px;
}
.AcilirTitle
{
line-height: 16px;
}
.AcilirFiyat
{
font-weight: 700;
margin-bottom: 5px;
}
#basketList *
{
font-size: 12px;
}
.AcilirSepetBtn
{
background: #f47121;
text-align: center;
color: #fff;
font-size: 14px !important;
border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0;
}
.AcilirImg
{
border-radius: 5px;
-webkit-border-radius: 5px;
}
.basketListScroll
{
overflow-y: scroll;
height: 300px;
}
.whatsappBox
{
border-radius: 10px;
background: #ededed url('/Data/EditorFiles/tema/img/wp-icon.png') no-repeat center 10px;
padding: 95px 5px 0 5px;
text-align: center;
font-size: 10px;
font-weight: 500;
display: block;
}
.wpClose
{
position: absolute;
right: -5px;
top: -10px;
z-index: 11;
background: url('/Data/EditorFiles/tema/img/wa-close.webp') no-repeat center;
width: 20px;
height: 20px;
cursor: pointer;
}
.whatsappContent
{
position: fixed;
right: 28px;
bottom: 150px;
width: 90px;
z-index: 33;
}
#slideMenu a[title="Kampanyalar"]
{
display: none;
}
@media screen and (min-width: 768px)
{
#hmLinks
{
position: relative;
}
#basketList
{
width: 300px;
}
li.UstIletisim:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/phone-white.svg') no-repeat left center;
width: 16px;
height: 40px;
float: left;
background-size: 100%;
margin-right: 5px;
}
#headerTop
{
background: #F47121;
height: 40px
;line-height: 40px;
position: relative;
}
.menu li.parentLink:hover > ul
{
display: block;
}
#hmLinks>ul>li>a
{
padding-top: 23px;
}
}
@media screen and (min-width: 1025px)
{
.menuYorumIcon
{
background: url('/Data/EditorFiles/tema/svg/bubble-chat-2.svg') no-repeat center !important;
background-size: 100% !important;
}
.menuYorumIcon:hover
{
background: url('/Data/EditorFiles/tema/svg/bubble-chat.svg') no-repeat center !important;
background-size: 100% !important;
}
.menuPuanIcon
{
background: url('/Data/EditorFiles/tema/img/menu-puan-ikon.png') no-repeat center;
background-size: 40px;
}
.menuPuanIcon:hover
{
background: url('/Data/EditorFiles/tema/img/menu-puan-ikon.png') no-repeat center !important;
background-size: 40px !important;
}
.basketLink.BasketFixed
{
position: fixed !important;
right: 42px;
bottom: 100px;
border: 1px solid #000;
width: 60px;
border-radius: 5px;
-webkit-border-radius: 5px;
padding: 23px 5px 0 5px !important;
z-index: 111;
background: #fff;
}
.basketLink.BasketFixed strong
{
padding: 0;
}
.basketLink.BasketFixed span
{
right: 12px !important;
}
#headerTop
{
margin-bottom: 30px;
}
.subMenu ul li ul
{
padding-top: 0;
}
#headerTop:after
{
content: "";
background: #000
;height: 40px;
right: 0
;position: absolute;
top: 0;width: 25%
;z-index: 0;
}
#headerMain
{
margin-top: 0;
margin-bottom: 30px;
}
.PcMenu
{
top: -50px;
}
.PcMenu.sticky
{
position: fixed;
-moz-animation: top .5s ease;transition: top .5s ease;-wbkit-transition: top .5s ease
;top: 0;
z-index: 777
;left: 0;
margin: 0;
}
#mainMenu .menu > li>a
{
text-transform: uppercase;
padding: 13.5px 20px;
color: #fff;
font-weight: 600;
font-size: 13px;
}
.menu li.parentLink:hover > a
{
}
#mainMenu .menu > li:hover>a
{
color: #fff;
}
.menu.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#hmLinks>ul>li>a
{
padding-left: 0;
padding-right: 0;
}
#logo
{
margin-top: 5px;
}
#hmLinks
{
margin-top: 6px;
padding-left: 0
;padding-right: 0;
}
#FormAra
{
width: 77%;
margin: 5px auto 0 auto;
}
.TopMenuUl li a
{
color: #fff;
font-size: 11px;
}
.TopMenuUl li
{
float: left;
padding: 0 15px 0 0;
position: relative;
margin-right: 10px;
}
.TopMenuUl li:last-child
{
margin: 0;
padding: 0;
}
.TopMenuUl
{
float: right;
height: 40px;
}
.UstSag
{
width: 445px;
background: #000;
float: right;
padding: 0 20px 0 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 1;
position: relative;
}
.UstSol
{
width: calc(100% - 500px);
float: left;
background: #F47121;
}
#hmLinks a.basketLink span
{
right: 14px;
}
}
@media screen and (min-width: 1231px)
{
div#quickview
{
width: 1200px !important;
max-width: 70%;
}
.menuYorumIcon, .menuPuanIcon
{
margin-left: 20px;
}
#FormAra
{
width: 455px;
}
}
@media screen and (min-width: 1366px)
{
.UstSag
{
padding: 0 36px 0 10px;
width: 460px;
}
}
@media screen and (min-width: 1440px)
{
#FormAra
{
width: 520px;
}
}
@media screen and (min-width: 1664px)
{
#hmLinks>ul>li>a
{
padding-left: 10px;
padding-right: 10px;
}
#hmLinks a.basketLink span
{
right: 25px;
}
#hmLinks
{
padding-left: 10px;
padding-right:10px
}
}
@media screen and (min-width: 1920px)
{
}
@media screen and (max-width: 1230px) and (min-width: 768px)
{
.menu a
{
padding-left: 10px;
padding-right:10px;
}
.menu li.parentLink > a
{
padding-right: 30px;
}
}
@media screen and (max-width: 1024px)
{
.MobilMenuLink.mIletisimLink
{
font-size: 13px;
font-weight: 500;
}
.MobilMenuLink.mMagazaLink
{
font-size: 13px;
font-weight: 500;
}
.mSiparisTakipLink:before
{
background: url('/Data/EditorFiles/tema/svg/truck.svg') no-repeat left center;
background-size:100%;
content: "";
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
.mParaPuan:before
{
background: url('/Data/EditorFiles/tema/svg/credit-cards.svg') no-repeat left center;background-size:100%
;content: "";
width: 18px
;height: 18px;
display: inline-block
;vertical-align: bottom;
margin-right: 10px;
}
.mKampanyaLink:before
{
background: url('/Data/EditorFiles/tema/svg/discount-2.svg') no-repeat left center;
background-size:100%;
content: "";
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
.mYardimLink:before
{
background: url('/Data/EditorFiles/tema/svg/question.svg') no-repeat left center;
background-size:100%;
content: "";
width: 16px;
height: 16px;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
.mUrunYorumLink:before
{
background: url('/Data/EditorFiles/tema/svg/chat.svg') no-repeat left center;
background-size:100%;
content: "";
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
.mIletisimLink:before
{
background: url('/Data/EditorFiles/tema/svg/customer-service.svg') no-repeat left center;
background-size:100%;
content: "";
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
.mMagazaLink:before
{
background: url('/Data/EditorFiles/tema/svg/store.svg') no-repeat left center;
background-size:100%;
content: "";
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
#mobileMenu .MobilMenuUl span
{
color: #333;
cursor: pointer;
font-weight: 600;
padding: 10px;
line-height: 30px;
}
.mYardimBaslik
{
padding: 15px 15px 15px 20px;
font-weight: 600;
background-color: #f7f7f7;
margin-left: -10px;
margin-right: -10px;
float: left;
width: calc(100% - 15px);
}
.MobilMenuUl li a:before, .MobilMenuUl li span:before
{
width: 25px;
height: 25px;
display: inline-block;
background-size: 25px !important;
margin-right: 10px;
float: left;
}
#basketList
{
top: 75px;
}
#mobileMenu #FormAra
{
border: 1px solid #eee;
width: 90%;
margin: 0 auto;
}
.MobilMenuTel a:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/phone.svg') no-repeat left center;
width: 16px;
height: 22px;
display: inline-block;
background-size: 100%;
margin-right: 7px;
vertical-align: text-bottom;
}
#mobileMenu #FormAra input[type="submit"]
{
background: #fff;
color: #000;
}
.MobilMenuTel a
{
margin-top: 20px;
font-weight: 600;
font-size: 14px;
color: #000;
padding: 10px;
display: inline-block;
}
.MenuLogo img
{
max-width: 150px;
}
.MobilMenuLink
{
margin-top: 15px;
color: #333;
font-weight: 600;
display: block;
padding-left: 10px;
font-size: 14px;
}
.MobilMenuUyeAlan>div:nth-child(2):before
{
content: "";
border-left: 1px solid #fff
;color: #fff;
position: absolute
;height: 30px;
left: 10px
;top: -9px;
}
.MobilMenuUyeAlan>div
{
position: relative;
}
.MobilMenuUl
{
margin: 0 0 15px 0;
}
.MobilMenuWp
{
background: #3eb903;
padding: 10px;
margin: 30px 0 20px 0;
color: #fff;
font-size: 14px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.MobilMenuUyeAlan
{
background: #252525;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 10px;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.MobilMenuUyeAlan a
{
color: #fff;
font-size: 10px;
}
#slideMenu
{
margin: 5px 0 10px 0;
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
padding: 10px 0;
}
#slideMenu a
{
font-size: 14px;
padding: 5px 10px;
color: #525050;
}
#UstBilgiOwl
{
font-size: 10px;
}
.UstSag
{
width: 33%;
float: right;
background: #000;
}
#headerTop
{
padding: 0 0 0 5px;
}
li.YardimDestek
{
display: none;
}
.TopMenuUl li a
{
font-size: 10px;
color: #fff;
}
.TopMenuUl li
{
float: left;
position: relative;
margin-left: 10px;
height: 30px;
}
li.SiparisTakip:before, li.UstIletisim:before
{
height: 29px;
}
.SiparisTakip
{
padding-right: 10px;
}
li.SiparisTakip:after, li.YardimDestek:after
{
top: 8px;
}
#headerTop
{
background-color: #000;
height: 30px
;line-height: 30px;
position: relative;
padding: 0;
text-align: center;
}
#header
{
padding-top: 136px;
}
#logo
{
padding: 10px;
text-align: center;
}
#hmLinks
{
padding: 10px;
}
#hmLinks>ul>li>a:before
{
height: 28px !important;width: 28px !important;
}
#hmLinks>ul>li>a
{
margin: 0 15px;
}
#hmLinks a.basketLink span
{
right: -12px;
}
#logo img
{
max-width: 200px;
}
#mobileSearch
{
padding-bottom: 5px;
}
#FormAra, #FormAra:before
{
height: 40px;
}
#search
{
padding: 0;
}
#headerMain
{
position: fixed;
top:0;
left: 0;
background:#fff;
z-index: 999;
}
.animate
{
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#menuBtn
{
width: 28px;
height: 28px;
background: url('/Data/EditorFiles/tema/svg/hamburger-menu.svg') no-repeat center top;
cursor: pointer;
background-size: 100%;
}
[dir="rtl"] #menuBtn
{
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/menuBtn.png') no-repeat 10px center;
}
@-webkit-keyframes pageOverlayDefault
{
from
{
opacity: 1;
}
to
{
opacity: 0;
}
}
@keyframes pageOverlayDefault
{
from
{
opacity: 1;
}
to
{
opacity: 0;
}
}
#pageOverlay
{
position: fixed;
top:0;
right: 0;
bottom:0;
left: 0;
background:rgba(0,0,0,.7);
z-index: 3333;
opacity:0;
display: none;
-webkit-animation-duration:1.5s;
animation-duration:1.5s;
-webkit-animation-name: pageOverlayDefault;
animation-name:pageOverlayDefault;
}
@-webkit-keyframes pageOverlay
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
@keyframes pageOverlay
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
.menuShow #pageOverlay
{
display: block;
-webkit-animation-name:pageOverlay;
animation-name: pageOverlay;
}
@-webkit-keyframes mobileMenuDefault
{
from
{
left: 0;
}
to
{
left:-100%;
}
}
@keyframes mobileMenuDefault
{
from
{
left: 0;
}
to
{
left:-100%;
}
}
@-webkit-keyframes mobileMenuDefaultRtl
{
from
{
right: 0;
}
to
{
right:-100%;
}
}
@keyframes mobileMenuDefaultRtl
{
from
{
right: 0;
}
to
{
right:-100%;
}
}
#mobileMenu
{
position: fixed;
left:-100%;
top: 0;
bottom:0;
width: 85%;
background: #fff;
overflow-y:auto;
z-index: 4444;
-webkit-animation-name:mobileMenuDefault;
animation-name: mobileMenuDefault;
}
[dir="rtl"] #mobileMenu
{
right:-100%;
left: auto;
-webkit-animation-name:mobileMenuDefaultRtl;
animation-name: mobileMenuDefaultRtl;
}
@-webkit-keyframes mobileMenu
{
from
{
left:-100%;
}
to
{
left: 0;
}
}
@keyframes mobileMenu
{
from
{
left:-100%;
}
to
{
left: 0;
}
}
@-webkit-keyframes mobileMenuRtl
{
from
{
right:-100%;
}
to
{
right: 0;
}
}
@keyframes mobileMenuRtl
{
from
{
right:-100%;
}
to
{
right: 0;
}
}
.menuShow #mobileMenu
{
-webkit-animation-name: mobileMenu;
animation-name:mobileMenu;
}
[dir="rtl"] .menuShow #mobileMenu
{
-webkit-animation-name: mobileMenuRtl;
animation-name:mobileMenuRtl;
}
#closeMobileMenu
{
background: url('/Data/EditorFiles/tema/svg/close-rounded.svg') no-repeat center;
cursor: pointer;
width: 30px;
height: 30px;
border-radius:50px;
}
[dir="rtl"] #closeMobileMenu
{
padding-right: 54px;
padding-left:10px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/menuBtnActiveRtl.png') no-repeat right center;
}
#mobileMenu .MobilMenuUl a, #mobileMenu .MobilMenuUl span, #mobileMenu .MobilMenuUl label, #mobileMenu .MobilMenuUl select
{
color: #333;
font-size: 15px;background:url('/Data/EditorFiles/tema/svg/next-arrow.svg') no-repeat right center
;cursor: pointer;
font-weight: 600
;padding: 10px;
line-height: 30px;
background-size: 15px;
}
#mobileMenu .MobilMenuUl a.text-underline
{
background: none;
}
.back-top-menu
{
font-size: 16px;
}
#mobileMenu .MobilMenuUl>li ul li a
{
padding: 15px 10px;
}
[dir="rtl"] #mobileMenu span,
[dir="rtl"] #mobileMenu a,
[dir="rtl"] #mobileMenu label
{
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/menuArrowRtl.png') no-repeat 0 center;
}
#mobileMenu li ul
{
display: none;
}
#mobileMenu li ul a
{
color: #999;
font-size:23px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/menuSubArrow.png') no-repeat 0 center;
}
[dir="rtl"] #mobileMenu li ul a
{
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/menuSubArrowRtl.png') no-repeat 0 center;
}
#mobileMenu select
{
background: none;
border:0;
}
#mobileMenu label[for="langMobile"]
{
padding-left: 50px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/langMobileIcon.png') no-repeat 10px center;
}
#mobileMenu label[for="curMobile"]
{
padding-left: 50px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/curMobileIcon.png') no-repeat 10px center;
}
#basketMobile
{
padding-left: 50px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/basketMobileIcon.png') no-repeat 10px center;
}
#mobileMenu #setLocationMobile
{
padding-left: 50px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/addressMobileIcon.png') no-repeat left center;
}
[dir="rtl"] #mobileMenu label[for="langMobile"],
[dir="rtl"] #mobileMenu label[for="curMobile"],
[dir="rtl"] #basketMobile
{
padding-left: 0px;
padding-right:50px;
background-position: right center;
}
#favMobile:before
{
float: left;
width:30px;
height: 45px;
background:url('/theme/v4/sub_theme/ust/v4/user_v4yeni/favMobileIcon.png') no-repeat 0 center;
margin-right: 10px;
content:'';
}
[dir="rtl"] #loginMobile:before,
[dir="rtl"] #regisMobile:before,
[dir="rtl"] #favMobile:before
{
background-position: right center;
float: right;
margin-right: 0;
margin-left: 10px;
}
}
@media screen and (max-width: 767px)
{
.html-category #header, .html-product #header
{
padding-top: 190px;
}
.NavContent
{
margin: 5px 0 !important;
}
.whatsappContent
{
bottom: 80px;
width: 50px;
right: 26px;
display: none;
}
.wpClose
{
display: none;
}
.whatsappBox
{
background-size: 40px;
background-color: transparent;
padding: 40px 5px 5px 5px;
background-position: center;
}
.txtwa
{
display: none;
}
.UyeGirisHover
{
right: 5px;
}
.UyeGirisHover:before
{
left: 72%;
transform: translateX(-72%);
}
.UstSol
{
width: 100%;
}
.UstSag
{
width: 150px;
}
.UstIletisim a
{
background: url('/Data/EditorFiles/tema/svg/phone-white.svg') no-repeat left center;
width: 25px;
height: 30px;
float: left;
background-size: 60%;
text-indent: -999999px;
}
.MenuBtnAlan
{
padding-right: 0;
padding-top: 13px;
}
#FormAra
{
height: 36px;
}
#FormAra:before
{
background-size: 60%;
left: 5px;
height: 32px;
}
#menuBtn
{
height: 24px;
width: 24px;
}
#hmLinks>ul>li>a:before
{
height: 20px !important;width: 20px !important;
}
#hmLinks #favoribtn:before
{
width: 17px !important;
height: 18px !important;
}
#logo
{
text-align: left;
padding-left: 0;
margin-top: 0px;
}
#mobileAppNotify
{
background-color: #e0e0e0;
}
#appNotify
{
position: relative;
z-index:9999;
}
#appNotifyClose
{
background-color: #000;
color: #FFF;
font-size: 14px;
line-height: 18px;
text-align: center;
width: 18px;
min-width: 18px;
height: 18px;
padding: 0;
margin-right: 10px;
border-radius: 100%;
}
#appLogo
{
background-color: #FFF;
width: 56px;
min-width: 56px;
height: 56px;
border-radius: 4px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
#applogo *
{
margin: 0px;
padding:0px;
}
#appText
{
color: #000;
font-size: 13px;
font-weight: 500;
line-height: 18px;
width: calc(100% - 176px);
}
.menu-list, .menu-list li, .menu-list a
{
width:100%;
}
.menu-list.show, .menu li.parentLink ul.show
{
display: block;
}
#headerMain
{
margin-top: 0;
margin-bottom:0;
}
#headerMain>.row:last-child .inner
{
padding: 10px 0 5px;
}
#logo a img
{
max-width: 160px;
}
#search
{
padding-left: 0;
padding-right:0;
margin-top: 0;
margin-bottom:0;
}
#hmLinks a.authorLink
{
}
#hmLinks a strong
{
line-height: 22px;
font-size:14px;
}
#hmLinks a:hover strong
{
color: #000;
}
#search .row
{
height: 40px;
margin-right:0;
margin-left: 0;
}
#FormAra input[type="text"]
{
font-size: 12px;
padding: 6px 0 6px 35px;
width: calc(100% - 50px);
}
[dir="rtl"] #FormAra input[type="text"]
{
padding: 6px 10px 6px 75px;
}
#FormAra input[type="text"]::-webkit-input-placeholder
{
font-size: 11px;
color:#707070;
}
#FormAra input[type="text"]::-moz-placeholder
{
font-size: 11px;
color:#707070;
}
#FormAra input[type="text"]:-ms-input-placeholder
{
font-size: 11px;
color:#707070;
}
#FormAra input[type="text"]:-moz-placeholder
{
font-size: 11px;
color:#707070;
}
#FormAra input[type="submit"]
{
width: 50px;
line-height: 33px;
}
#mobileMenu span#searchRight
{
width: auto;
padding-top:6px;
padding-bottom: 6px;
background:none;
}
#searchRight select
{
display: none;
}
#mobileOptions .line-bottom
{
border-color: #c1c1c1;
}
#mobileMenu #mobileOptions span,
#mobileMenu #mobileOptions a,
#mobileMenu #mobileOptions label,
#mobileMenu #mobileOptions select
{
color: #363636;
text-transform:capitalize;
}
#mobileMenu #mobileOptions select
{
height: 50px;
line-height:50px;
}
#curMobile
{
padding: 0;
}
#mainMenu
{
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
margin-bottom: 10px;
}
#mainMenu .menu.forMobile
{
width: auto;
display:flex;
}
#mainMenu .menu li.current
{
border-bottom: 2px solid #e34d0b;
}
#mainMenu .menu a
{
white-space: nowrap;
}
#header
{
padding-top: 113px;
}
#closeMobileMenu
{
}
#mobileMenu .MobilMenuUl span, #mobileMenu .MobilMenuUl a, #mobileMenu .MobilMenuUl label, #mobileMenu .MobilMenuUl select
{
font-size: 11px;
text-transform: uppercase;
}
#mobileMenu li ul a
{
font-size: 14px;
}
#hmLinks
{
margin-top: 2px;
padding-left: 0;
}
#hmLinks a.messageLink
{
width: 44px;
height: 74px;
max-width: 50%;
}
#hmLinks>ul>li>a
{
padding: 12px;
margin: 0 6px;
}
#hmLinks a.messageLink
{
background-position: center center;
}
#hmLinks a.basketLink span
{
right: -7px;
}
#hmLinks a.messageLink span
{
top: 20px;
}
}
@media screen and (max-width: 767px) and (min-width: 541px)
{
#hmLinks a.messageLink
{
background-size: 32px;
background-position: center 12px;
}
#hmLinks a.messageLink span
{
top: 20px;
}
}
#hmLinks a.locationLink
{
background: url('/theme/v4/sub_theme/ust/v4/user_v4yeni/userIcon.png') no-repeat center 10px;
width: 74px;
}
div#quickview img
{
margin: inherit;
}
#quickview div#urunDetay
{
display: none;
}
#quickview #cmpList
{
display: none;
}
#quickview .DetayHizmetBilgi
{
display: none;
}
#quickview .urunozellik
{
display: none;
}
.welcome-text
{
display: flex;
flex-direction: column;
margin-top: 10px;
font-size: 10px;
line-height: 15px;
gap: 13px;
}
.welcome-text span:first-child
{
font-size: 19px;
font-weight: 500;
}
.welcome-text a
{
text-decoration: underline;
}
.with-heart::before,
.with-cargo::before,
.with-card::before,
.with-authenticity::before,
.with-hundred-points::before
{
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
vertical-align: middle;
margin-right: 6px;
}
.with-heart::before
{
background-image: url('/Data/EditorFiles/tema/svg/07/like.svg');
}
.with-cargo::before
{
background-image: url('/Data/EditorFiles/tema/svg/07/cargo.svg');
}
.with-card::before
{
background-image: url('/Data/EditorFiles/tema/svg/07/credit-card-2.svg');
}
.with-authenticity::before
{
background-image: url('/Data/EditorFiles/tema/svg/07/authenticity.svg');
}
.with-hundred-points::before
{
background-image: url('/Data/EditorFiles/tema/svg/07/hundred-points.svg');
margin-left: 6px;
}
.btn
{
float:left;
height:30px;
line-height:30px;
font-size:14px;
border:0;
padding-left:15px;
padding-right:15px;
box-sizing:border-box;
cursor:pointer;
position:relative;
}
[dir="rtl"] .btn
{
float:right;
}
.btn-radius
{
border-radius:3px;
}
.btn-upper
{
text-transform:uppercase;
}
.btn-small
{
height:20px;
line-height:20px;
font-size:12px;
padding-left:10px;
padding-right:10px;
}
.btn-medium
{
height:40px;
line-height:40px;
font-size:13px;
}
.btn-big
{
height:50px;
line-height:50px;
font-size:16px;
padding-left:20px;
padding-right:20px;
}
.btn-border, .btn-border.passive:hover
{
color:#909090;
background:none;
border:1px solid #d0d0d0;
}
.btn-border:hover, .btn-border.active
{
color:#6c6c6c;
border:1px solid #6c6c6c;
}
.btn-default, .btn-default.passive:hover
{
color:#fff;
background-color:#6c6c6c;
}
.btn-default:hover, .btn-default.active
{
color:#eee;
background-color:#000;
}
.btn-dark, .btn-dark.passive:hover
{
color:#eee;
background-color:#000;
}
.btn-dark:hover, .btn-dark.active
{
color:#fff;
background-color:#666;
}
.btn-light, .btn-light.passive:hover
{
color:#6c6c6c;
background-color:#f3f3f3;
}
.btn-light:hover, .btn-light.active
{
color:#fff;
background-color:#6c6c6c;
}
.btn-success, .btn-success.passive:hover
{
color:#fff;
background-color:#5cb85c;
}
.btn-success:hover, .btn-success.active
{
background-color:#449d44;
}
.btn-warning, .btn-warning.passive:hover
{
color:#fff;
background-color:#f0ad4e;
}
.btn-warning:hover, .btn-warning.active
{
background-color:#ec971f;
}
.btn-danger, .btn-danger.passive:hover
{
color:#fff;
background-color:#d9534f;
}
.btn-danger:hover, .btn-danger.active
{
background-color:#c9302c;
}
.btn-clear
{
color:#6c6c6c;
}
.btn-clear:hover,
.btn-clear.active
{
color:#000;
}
.btn-link
{
color: #0071e8;
}
.btn-link:hover
{
color: #6c6c6c;
}
@media screen and (max-width: 767px)
{
.addressRow .btn
{
height:30px;
line-height:24px;
font-size:12px;
}
}
.pageTitle
{
height: 60px;
line-height:60px;
font-size: 18px;
color:#787878;
text-transform: uppercase;
border-bottom:1px solid #ECECEC;
}
#pageOrder .pageTitle:last-child, #pageOrder .pageTitle.passed
{
border-right: 0;
}
.pageTitle.passed
{
color: #fff;
border-left:1px solid #888;
}
.pageTitle.passed:first-child
{
border-left: 0;
}
.pageTitle > .row
{
padding-left: 70px;
background-repeat:no-repeat;
background-position: 10px center;
white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
[dir="rtl"] .pageTitle > .row
{
padding-right: 70px;
padding-left:0;
background-position:calc(100% - 10px) center;
}
.pageTitle.passed .row
{
background-color: #6c6c6c;
}
.pageTitle .cargo
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/cargo.png');
}
.pageTitle.passed .cargo
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/cargoPassed.png');
}
.pageTitle .member
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/member.png');
}
.pageTitle.passed .member
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/memberPassed.png');
}
.pageTitle .memberInfo
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/memberInfo.png');
}
.pageTitle.passed .member
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/memberInfoPassed.png');
}
.pageTitle .memberNew
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/memberNew.png');
}
.pageTitle.passed .member
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/memberNewPassed.png');
}
.col-title
{
line-height: 35px;
font-size:16px;
color: #6c6c6c;
padding-right:0;
padding-left: 0;
border-bottom:1px solid #cdcdcd;
}
#leftFilter > .col-title
{
display: none;
}
.col-text
{
line-height: 17px;
font-size:13px;
}
[dir="rtl"] .col-text
{
display: flex;
flex-wrap: wrap;
}
[dir="rtl"] .col-text > span
{
padding-right: 5px;
}
.currency
{
padding-top: 5px;
padding-bottom:5px;
}
.currency:last-child
{
padding-bottom: 0;
border-bottom:0;
}
#BlokAra > .row
{
position: relative;
}
.pageTitle.flexTitle
{
height: auto;
line-height: normal;
}
.pageTitle.flexTitle small
{
font-size: 12px;
text-transform: none;
display: block;
margin-top: 4px;
}
.input-container-search
{
position: relative;
display: inline-block;
}
.FiltreContent
{
border-bottom: 1px solid #CFCFCF;
margin-bottom: 20px;
background: #fff;
}
.FiltreTitle
{
color: #181818;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
padding: 10px 0;
cursor: pointer;
}
.border-bottom
{
border-bottom: 1px solid #CFCFCF;
}
.FiltreConText input[type="text"]
{
width: 100%;
border: 1px dotted #000;
background:#F8F6F7;
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 25px;
font-size: 10px;
font-weight: 500;
color: #707070;
padding: 15px 10px;
margin: 0 auto;
}
.FiltreConText label
{
color: #1b1b1b;
font-size: 12px;
font-weight: 500;
line-height: 18px;
padding: 5px 0;
overflow:hidden;
display: flex;
}
.FiltreConText label:hover
{
color: #999;
}
.mh-auto
{
margin: 10px 0 0 0;
width: 100%;
float: left;
}
.FiltreConText .input-wrap.checkbox.active, .FiltreConText .input-wrap.checkbox:hover
{
background: #f47121 url('/Data/EditorFiles/tema/svg/filtre-check.svg') no-repeat center
;border: 1px solid #f47121;
}
.FiltreConText .input-wrap.checkbox
{
box-sizing: border-box
;-webkit-box-sizing: border-box;
border: 1px solid #d6d6d6
;background: none;
width: 18px
;height: 18px;
}
.FiltreConText .form-control:hover .input-wrap.checkbox
{
background: #f47121 url('/Data/EditorFiles/tema/svg/filtre-check.svg') no-repeat center
;border: 1px solid #f47121;
}
.ColorBox .input-wrap.renkbox.checkbox
{
background: none !important;
border: 0 !important;
}
.ColorBox .renktutucu, .SizeBox .bedentutucu, .markatutucu
{
height: 160px;
overflow-y: auto;
}
.SizeBox .bedentutucu
{
height: 195px;
}
.ColorBox .renktutucu::-webkit-scrollbar, .SizeBox .bedentutucu::-webkit-scrollbar, .markatutucu::-webkit-scrollbar
{
width: 5px;
background:#E6E6E6;
border-radius: 10px;
-webkit-border-radius:10px;
}
.ColorBox .renktutucu::-webkit-scrollbar-button, .SizeBox .bedentutucu::-webkit-scrollbar-button, .markatutucu::-webkit-scrollbar-button
{
display: none;
}
.ColorBox .renktutucu::-webkit-scrollbar-thumb, .SizeBox .bedentutucu::-webkit-scrollbar-thumb, .markatutucu::-webkit-scrollbar-thumb
{
background: #B6B6B6;
border-radius:10px;
-webkit-border-radius: 10px;
}
.RenkKutucuk[data-type="#FFFFFF"]
{
border: 1px solid #CFCFCF;
}
.FiltreConText .input-wrap.checkbox.active .RenkKutucuk:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/check-mark.svg') no-repeat center;
width: 10px;
height: 10px;
display: inline-block;
margin: auto;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
background-size: 100%;
}
.ColorBox .FiltreConText .form-control:hover .input-wrap.checkbox .RenkKutucuk:before
{
border: 0;
background-color: transparent;
background: url('/Data/EditorFiles/tema/svg/check-mark.svg') no-repeat center;
content: "";
background-size: 100%;
width: 10px;
height: 10px;
display: inline-block;
}
.renk-kutu-dis
{
border: 1px solid #ccc;
border-radius:2px;
background-color: #fff;
width: 18px;
height: 18px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.RenkKutucuk
{
border-radius: 2px;
width: 12px;
height: 12px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
text-align: center;
position: relative;
}
.RenkSiralama>span
{
width: 22px;
height: 21px;
cursor: pointer;
}
.RenkKareBtn
{
background: url('/Data/EditorFiles/tema/img/renk-kare.jpg');
}
.RenkListeBtn
{
background: url('/Data/EditorFiles/tema/img/renk-liste.jpg');
}
.ColorBox .renktutucu.RenkContentKare
{
display: flex;
flex-wrap: wrap;
}
.RenkContentKare .RenkAdi
{
font-size: 8px;
line-height: 8px;
float: left;
margin-top: 6px;
display: flex;
align-items:center;
}
.RenkContentKare .RenkAdi .mr-count
{
margin-left: 5px;
}
.RenkContentKare #renkwrapper
{
width: 48%;
float: left;
margin: 1%;
}
.RenkContentListe #renkwrapper
{
width: 100%;
float: left;
}
.priceWrap>span
{
width: 40%;
color: #181818;
text-align: left;
font-weight: 600;
font-size: 12px;
}
.priceWrap.flexwrap
{
width: 100%;
float: left;
justify-content: space-between;
-webkit-justify-content: space-between;
margin-bottom: 15px;
}
#priceSlider
{
margin-bottom:20px;
}
.FiltrePriceBtn
{
background: #ddd;
color: #a09896;
text-transform: uppercase;
padding: 15px 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
text-align: center;
font-weight: 500;
font-size: 13px;
}
.PriceMoney
{
border: 1px solid #cfcfcf;
padding: 10px 6px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 5px;
font-size: 9px;
}
.FiltreConText
{
padding: 0;
}
.FiltreBox.FiltreContentBox .FiltreTitle
{
margin-bottom: -5px;
}
.FiltreShow #pageOverlay
{
display: block;
-webkit-animation-name: pageOverlay;
animation-name: pageOverlay;
}
.UserleftMenu a
{
background: none;
color: #000;
text-transform: capitalize;
text-align: left;
border-bottom: 1px solid #ececec;
border-radius: 0;
-webkit-border-radius: 0;
padding: 0 5px;
}
.UserMiddleMenu a
{
background: none;
color: #000;
text-transform: capitalize;
border: 1px solid #c3c3c3;
border-radius: 0;
-webkit-border-radius: 0;
padding: 0 5px;
}
.UserleftMenu>.col>.row
{
margin-bottom: 0;
}
.UserleftMenu>.fl.col-12 a
{
border-bottom: 0;
}
#fullname1 .fw700
{
font-size: 16px;
margin-bottom: 5px;
}
@media screen and (min-width: 768px)
{
.col-title + div
{
display:block !important;
}
}
@media screen and (min-width: 1025px)
{
.FiltreTitle.active
{
margin-bottom: 0;
}
.FiltreTitle:after
{
content: "";
float: right;background: url('https://markafill.com/Data/EditorFiles/tema/svg/07/chevron-up.svg') no-repeat center;
background-size: 100%
;width: 11px;
height: 11px;
}
.FiltreTitle.active:after
{
content: "";
background: url('/Data/EditorFiles/tema/svg/07/chevron-down.svg') no-repeat center;
background-size: 200%;
}
.FiltreTitle
{
margin-bottom: 10px;
}
}
@media screen and (max-width: 1440px)
{
}
@media screen and (max-width: 1024px)
{
.FiltreBox
{
padding-bottom: 0;
}
.ColorBox .renktutucu, .SizeBox .bedentutucu, .markatutucu
{
height: 130px;
}
.FiltreTitle
{
line-height: 15px;
border-bottom: 1px solid #CFCFCF;
}
.FiltreContent
{
border: 0;
margin: 0;
}
#filterPanel
{
margin-top: 10px;
}
.FiltreRunBtn
{
background: #000;
color: #fff;
text-align: center;
font-weight: 500;
height: 40px;
line-height: 40px;
cursor: pointer;
width: calc(100% - 20px);
margin: 10px;
border-radius:5px;
}
.RenkContentKare #renkwrapper
{
width: calc(120px - 1%);
}
#filterMobileBtn:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/settings-sliders.svg') no-repeat center;
width: 25px;
height: 42px;
float: right;
margin: 0;
background-size: 100%;
}
#filterMobileBtn
{
line-height: 35px;
font-weight: 700;
font-size: 14px;
border: 1px solid #CACACA;
border-radius: 6px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0 20px;
cursor: pointer;
font-family: "Open Sans", "Arial", sans-serif;
}
.FiltreAlan>.row.mb
{
margin-bottom: 0;
}
.filter-btn
{
float: right;
line-height: 25px;
color: #000;
font-size: 13px;
font-weight: 600;
}
.filter-btn:before
{
content: "";
position: absolute;
top: 10px;
right: 70px;
background: url('/Data/EditorFiles/tema/svg/07/menu-filter.svg') no-repeat center;
background-size: 100%;
width: 17px;
height: 17px;
}
.FiltreClose
{
float: left;
background: url('/Data/EditorFiles/tema/svg/07/close.svg') no-repeat center;
text-align: center;
height: 20px;
line-height: 35px;
margin-left:10px;
margin-bottom: 10px;
cursor: pointer;
width: 14px;
background-size: 100%;
}
#filterWrapper
{
display: none;
width: 85%;
height: 100%;
background: #fff;
position: fixed;
z-index: 9999;
top: 0;
right: 0;
overflow-y: auto;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.FiltreConText
{
margin-top: 10px;
}
.FiltreContentBox .FiltreConText
{
margin-top: 0;
}
.FiltreTitle:after
{
content: "";
float: right
;font-size: 23px;
line-height: 0; font-weight: 600;background: url('/Data/EditorFiles/tema/svg/07/minus.svg') no-repeat center;background-size: 100%
;width: 14px;
height: 14px;
}
.FiltreTitle.active:after
{
background: url('/Data/EditorFiles/tema/svg/07/plus.svg') no-repeat center;
background-size: 100%;
}
#leftColumn
{
display: none;
}
#mainColumn
{
width: 100%;
}
#filterSort .filter-box
{
border: 0;
}
}
@media screen and (max-width: 767px)
{
.FiltreClose
{
margin-bottom: 0;
}
.FiltreBox
{
padding: 5px;
}
.FiltrePriceBtn
{
margin-top: 10px;
}
#filterMobileBtn:before
{
background-size: 75%;
}
.ListeNavSiraBox
{
flex-direction: row-reverse;
}
#filterSort select
{
width: 100%;
border: 0;
background-color: transparent;
height: 41px;
background: url('/Data/EditorFiles/tema/svg/chevron-down.svg') no-repeat 93%;
background-size: 12px;
font-size: 12px;
font-weight:500;
}
.SiraGorunum
{
border: 1px solid #CACACA;
border-radius:6px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
width: calc(50% - 10px);
}
.NavContent
{
margin: 5px 0;
}
.ListeBg
{
margin-bottom: 15px;
}
.col-title
{
cursor: pointer;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/colArrow.png') no-repeat right center;
border-bottom: 0;
}
#leftFilter
{
padding-left: 0;
padding-right: 0;
}
#leftFilter > .col-title
{
display: block;
}
.col-title + div
{
display: none;
border-top:1px solid #cdcdcd;
}
#leftFilter .col-title + div
{
width:100%;
}
#leftFilter > .col-title + div
{
padding-top: 10px;
padding-left:10px;
padding-right: 10px;
box-sizing:border-box;
}
#filterMobileBtn
{
padding: 0 10px;
font-size: 12px;
width: 100%;
font-weight: 500;
height: 42px;
line-height: 42px;
}
#filterSortBtn:after
{
content:'';
float: right;
width:9px;
height: 15px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterArrow.png') no-repeat right center;
}
#filterSortBtn.active:after
{
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterArrowActive.png') no-repeat right center;
}
#filterWrapper
{
display: none;
}
.currency *
{
line-height: 20px;
font-size:15px;
}
#filterPanel
{
padding: 10px;
box-sizing:border-box;
}
#filterPanel > .row.mb
{
margin-bottom: 0;
}
#filterPanel > .row.mb > .box.box-border
{
padding: 0;
border-bottom:0;
}
#filterPanel > .row.mb:last-child > .box.box-border
{
border-bottom: 1px solid #ececec;
}
#filterPanel > .row.mb .col-title
{
font-size: 11px;
font-weight:600;
background-image: none;
background-color:#f0f0f0;
}
#filterPanel > .row.mb .col-title:before
{
content:'';
float: left;
height: 35px;
margin-left: 10px;
}
#filterPanel > .row.mb .col-title:after
{
content:'';
float: right;
width:9px;
height: 35px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterArrow.png') no-repeat right center;
margin-right: 10px;
}
#filterPanel > .row.mb .col-title.active
{
color: #e34d0b;
}
#filterPanel > .row.mb .col-title.active:before
{
}
#filterPanel > .row.mb .col-title.active:after
{
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterArrowActive.png') no-repeat right center;
}
#filterPanel > .row.mb .col-title + div
{
border-top: 0;
}
#filterPanel .row.mb
{
margin-bottom: 0;
}
#filterPanel .box.p-bottom.col-12
{
padding-top: 5px;
padding-bottom: 5px;
}
.mySlideFilter .myFilter
{
width: 100%;
margin-left: 0;
margin-right: 0;
padding: 5px 10px;
box-sizing: border-box;
}
.mySlideFilter .col-9
{
margin-top: 5px;
height: 17px;
}
.priceWrap
{
}
.priceWrap span
{
}
.priceWrap span:nth-child(2)
{
}
#priceSlider
{
}
#slider-range
{
}
#filterSortBtn
{
width: calc(100% - 14px);
line-height: 15px;
font-size: 12px;
padding-left: 20px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/sortIcon.png') no-repeat 0 center;
margin: 10px 7px;
font-weight: 600;
text-transform: uppercase;
padding-right: 0;
}
#filterSortBtn.active
{
color: #e34d0b;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/sortIconActive.png') no-repeat 0 center;
}
#filterSort
{
}
#filterSort .filter-box
{
padding-top: 0;
padding-bottom: 0;
padding: 0;
}
#pageHeader .pageTitle
{
height: 40px;
line-height:40px;
}
#pageHeader .pageTitle > .row
{
padding-left:calc(100% + 20px);
background-position: center center;
background-size:30%;
}
}
.box-title
{
margin-right: 1px;
margin-bottom:1px;
cursor: pointer;
}
.box-title.passive
{
cursor: default;
}
.productComparison
{
height: 30px;
line-height:30px;
font-size: 12px;
color:#6c6c6c;
padding-left: 22px;
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/comparison.png');
background-repeat: no-repeat;
background-position:0 center;
cursor: pointer;
overflow:hidden;
}
.showcase
{
height: 0;
overflow:hidden;
}
.showcase.current
{
height: auto;
overflow:visible;
}
[dir="rtl"] .productItem
{
border-left: 1px solid #ececec;
}
[dir="rtl"] .catalogWrapper .productItem
{
border-left: 0;
}
[data-layout="horizontal"] .productItem.col-3
{
padding-left: 0;
padding-right:0;
border-right: 1px solid #ececec;
}
[data-layout="horizontal"] .productItem.col-3:nth-child(2n)
{
border-right: 0;
}
[data-layout="horizontal"] .productItem.col-3:nth-child(2n+1)
{
clear: both;
}
.resim-vitrin .col-1:nth-child(12n+1)
{
clear: both;
}
[data-layout="horizontal"] .productItem.col-6 > .row
{
margin-left: 0;
margin-right:0;
clear: none;
width:50%;
float: left;
}
.productColItem
{
border-bottom: 1px solid #ececec;
}
.productColListItem
{
position: relative;
}
#colNewsSlide .productColListItem
{
min-height: 100px;
}
.productColListItem a
{
padding-bottom: 10px;
}
.image-wrapper
{
position: relative;
width:100%;
overflow: hidden;
}
.imgInner
{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
display: flex;
align-items: center;
}
.image-wrapper img
{
max-width: 100%;max-height: 100%
;margin: 0 auto;
-webkit-transition-timing-function:ease-in-out
;-moz-transition-timing-function: ease-in-out;
-ms-transition-timing-function:ease-in-out
;-o-transition-timing-function: ease-in-out;
transition-timing-function:ease-in-out;-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;
}
.ie .image-wrapper img
{
width:100%;
}
.safari .image-wrapper img
{
position: absolute;
max-width:90%;
max-height:90%;
top:5%;
left:5%;
}
.image-wrapper img.lazy
{
position: absolute;
top:50%;
left:50%;
width: 64px;
height:64px;
margin-top: -32px;
margin-left:-32px;
}
.image-wrapper img.ndImage
{
opacity: 0;
}
.safari .image-wrapper img.ndImage,
.safari .imgGallery:hover img:not(.ndImage)
{
display: none;
}
.imgGallery:hover img.active
{
opacity: 0;
}
.imgGallery:hover img.ndImage
{
opacity: 1;
}
.safari .imgGallery:hover img.ndImage
{
display: block;
}
.icon-new
{
position: absolute;
top: 10px;
left: 10px;
width: 45px;
height: 25px;
z-index: 3;
background: transparent;
border: 1px solid #66A789;
border-radius: 5px;
color: #66A789;
}
.icon-new:before
{
content:attr(data-text);
float: left;
width: 100%;
height: 100%;
line-height: 28px;
font-size: 11px;
color: #66A789;
font-weight: 500;
text-align: center;
}
.icon-cargo
{
font-size: 10px;
color: #fff;
width: 50%;
float: right;
}
.out-of-stock
{
position: absolute;
width: 75px
;height: 25px;
line-height: 26px
;right: 10px;
top: 45px
;color: #fff;
background: rgba(0,0,0,.6)
;z-index: 3;
text-align: center
;font-size: 9px;
text-transform: uppercase
;font-weight: 500;
}
.productListItem .icon-cargo, .resim-vitrin .icon-cargo
{
bottom: 0;
}
.image-band
{
position: absolute;
left:0;
bottom: 0;
line-height:20px;
font-size: 14px;
color:#fff;
padding-top: 5px;
padding-bottom:5px;
background:rgba(0,0,0,.7);
}
.campaign-band
{
font-size: 11px;
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/campaign-band.png') repeat-y;
background-size:100%;
}
.campaign-text
{
padding-right: 5px;
padding-left:20px;
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/timer-icon.png') no-repeat 0 center;
}
.productCmpItem .campaign-text
{
display: none;
}
.timer-block
{
padding-right: 5px;
}
.productCmpItem .timer-block
{
width:100%;
padding-top: 4px;
padding-bottom:4px;
}
.timer-value
{
height: 20px;
padding-right:4px;
padding-left: 4px;
margin-right:4px;
background: #000;
border:1px solid #fff;
box-sizing: border-box;
}
.productDetails
{
position: relative;
padding-bottom: 70px;
}
.comparisonItem .productDetails
{
border-right: 0;
}
.productColItem .productDetails, [data-layout="horizontal"] .productItem .productDetails
{
border-right:0
}
.variantOverlay
{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,.7);
z-index: 999;
display: none;
}
.variantWrapper
{
position: relative;
}
.error .variantWrapper
{
z-index: 9999;
}
.productOption
{
position: relative;
min-height:20px
;padding: 10px 0;
}
.productListItem .productOption
{
margin-top: 20px;
}
.productOption span
{
float: left;
width:100%;
width: 80px;
height:20px;
line-height: 18px;
font-size:12px;
color: #000;
}
.optionBox
{
width:100%
;box-sizing: border-box;
text-align: center;
}
.optionBox a, .optionBox select
{
float: left;
min-width:20px
;height: 20px;
border: 1px solid #D6D5D3
;margin-right: 5px;
margin-bottom:5px
;box-sizing: border-box;
-webkit-box-sizing: border-box
;cursor: pointer;
text-align: center;
}
.ListColorBox
{
position: absolute;
right: 10px;
bottom: 27px;
z-index: 1;
}
.optionBox.subOne a p
{
border-radius: 100%;
min-width: initial;
height: 18px;
}
.optionBox.subOne a
{
border: 0;
width: 18px;
min-width: initial;
height: 18px;
}
.optionBox.subTwo a.selected
{
border: 1px solid #5b5b5b;
}
.optionBox a.passive
{
background: #d8d8d8;
text-decoration:line-through;opacity: 0.6;
}
.optionBox a p
{
float: left;
width:100%
;height: 18px;
line-height: 18px
;text-align: center;
font-size:11px
;color: #000;
}
.optionBox a.selected p
{
font-weight: 700;
}
.optionBox select
{
width:100%;
line-height: 18px;
font-size:11px;
color: #000;
text-transform:uppercase;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/selectArrow.png') no-repeat right center;
}
.productBrand
{
font-size: 12px;
color: #000
;font-weight: 700;
}
.productListItem .productBrand
{
line-height: 80px;
}
.productColListItem .productBrand
{
line-height: 15px;
font-size:13px;
margin-bottom: 10px;
}
.productDescription
{
line-height: 18px;
font-size: 12px
;color: #666;
font-weight: 500
;margin: 7px 0;
}
.CokSatanlarProductDescription
{
font-size: 11px;
font-weight:400;
line-height: 15px;
color:#707070;
}
.productListItem .productDescription
{
margin-top: 34px;
max-width:400px;
}
.productColListItem .productDescription, .productColItemTp .productDescription
{
line-height: 15px;
font-size:12px;
}
.productColItemTp .productDescription
{
text-align: center;
}
.proRowAct
{
position: absolute;
bottom:0;
left: 0;
}
.karsilastirma
{
position: absolute;
visibility:hidden;
}
.productBtn
{
width: 30px;
height:30px;
cursor: pointer;
margin-top:2px;
margin-left: 10px;
margin-bottom:2px;
}
[dir="rtl"] .productBtn
{
margin-right: 10px;
margin-left:0;
}
.productListItem .productBtn
{
margin-top: 25px;
}
.basketBtn
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/basketBtn.png') no-repeat;
}
.basketBtn:hover
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/basketBtnHover.png') no-repeat;
}
.basketBtn.success, .basketBtn.success:hover
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/basketBtnSuccess.png') no-repeat;
}
.basketBtn.error, .basketBtn.error:hover
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/basketBtnError.png') no-repeat;
}
.comparisonBtn
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/comparisonBtn.png') no-repeat;
}
.comparisonBtn:hover, .comparisonBtn.active
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/comparisonBtnHover.png') no-repeat;
}
.favouriteBtn
{
background: url('/Data/EditorFiles/tema/svg/heart-gray.svg') no-repeat
;width: 19px;
height: 19px
;position: absolute;
right: 10px
;top: 10px;
z-index: 3;
}
.favouriteBtn:hover, .favouriteBtn.active
{
background: url('/Data/EditorFiles/tema/svg/heart-filled.svg') no-repeat;
}
.zoomBtn
{
width: 50%;
float: left;
color: #fff;
font-size: 10px;
}
.zoomBtn:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/view.svg') no-repeat center
;width: 20px;
height: 25px
;display: inline-block;
background-size: 100%
;margin-right: 5px;
vertical-align: middle;
}
.productColItem:last-child .mb
{
margin-bottom: 0;
}
.productColItem:last-child .line-bottom
{
border-bottom: 0;
}
.productPrice.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
[dir="rtl"] .productPrice
{
padding-right: 0;
padding-left:10px;
}
.productColListItem .productPrice, .productColItemTp .productPrice
{
width:100%;
line-height: 14px;
padding-top:0;
padding-right: 0;
padding-bottom:0;
}
.productColItemTp .productPrice
{
height: 24px;
line-height:12px;
}
.productPrice.discount, .productInfo
{
position: relative;
padding-right:67px;
}
[dir="rtl"] .priceWrapper
{
text-align: left;
}
.currentPrice
{
font-size: 13px;
font-weight: 700;
margin-right:auto;
}
.CokSatanlarCurrentPrice
{
font-size: 13px;
font-weight:700;
line-height: 23px;
}
.productColListItem .currentPrice
{
float: right;
width:50%;
line-height: 17px;
font-size:9px;
text-align: right;
}
.productColItemTp .currentPrice, .productColItemTp .discountedPrice
{
width:100%;
line-height: 12px;
font-size:10px;
text-align: center;
}
.discountedPrice
{
font-size: 12px;
font-weight: 600;
color: #939393;
text-decoration: line-through;
}
.CokSatanlarDiscountedPrice
{
font-size: 13px;
line-height:23px;
font-weight: 600;
text-decoration:line-through;
color: #707070;
}
.productColListItem .discountedPrice
{
float: left;
width:50%;
text-align: left;
line-height:17px;
font-size: 9px;
}
.productListItem .currentPrice, .productListItem .discount .currentPrice, .productListItem .discountedPrice
{
float: left;
line-height:80px;
padding-left: 20px;
}
.productListItem .productInfo
{
margin-right: 20px;
}
.productDiscount
{
width: 39px;
height: 26px;
line-height: 26px;
color: #dd2d24;
font-size: 12px;
font-weight: 600;
text-align: center;
z-index: 33;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-left: 10px;
}
[dir="rtl"] #productRight .productDiscount
{
right: auto;
left:0;
}
.productInfo .productDiscount
{
top: 25px;
}
.productDiscount span
{
display: block;
font-size: 13px
;line-height: 25px;
}
.mainControl
{
position: absolute;
width:auto;
height: 0;
top:0;
left: auto;
right:0;
margin-left: auto;
margin-top:-50px;
z-index: 33;
}
#oneCol .mainControl
{
width: 1260px;
top:50%;
left:50%;
right: auto;
margin-top:-21px;
margin-left: -630px;
}
.mainControl span
{
width: 50px;
height:50px;
cursor: pointer;
background-color:#d6d6d6;
background-repeat: no-repeat;
background-position:center center;
border-left: 1px solid #ececec;
}
#oneCol .mainControl span
{
width: 18px;
height:42px;
background-color: transparent;
border-left:0;
}
.mainPrev
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/carouselSmlArrowPrev.png');
}
#oneCol .mainPrev
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/carouselArrows.png');
background-position: left center;
}
.mainNext
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/carouselSmlArrowNext.png');
}
#oneCol .mainNext
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/carouselArrows.png');
background-position: right center;
}
.colControl
{
float: left;
width:100%;
height: 0;
}
.colControl span
{
position: absolute;
top: 35%
;width: 15px;
height:30px
;margin-top: -15px;
background-repeat:no-repeat
;background-position: center center;
cursor:pointer;
}
.CokSatanAlan .colControl span
{
width: 30px;
}
.colControl .colPrev
{
background-image: url('/Data/EditorFiles/tema/img/prev.png')
;left: -5px;
}
.CokSatanAlan .colControl .colPrev
{
background-image: url('/Data/EditorFiles/tema/img/left-arrow.png');
}
.colControl .colNext
{
right: -5px;
background-image: url('/Data/EditorFiles/tema/img/next.png');
}
.CokSatanAlan .colControl .colNext
{
background-image: url('/Data/EditorFiles/tema/img/right-arrow.png');
}
.colBottomControl
{
background:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/controlLine.png') repeat-x 0 center;
margin-top: 10px;
}
.colBottomControl span
{
width: 30px;
height:30px;
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/colControlTp.png');
background-repeat: no-repeat;
opacity:0.5;
cursor: pointer;
}
.colBottomControl.vertical span
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/colControlVerticalTp.png');
}
.colBottomControlLine
{
width: 80px;
height:30px;
margin-left: auto;
margin-right:auto;
padding-left: 10px;
padding-right:10px;
background: #fff;
}
.colBottomControl span:hover
{
opacity: 1;
}
.colBottomControl .colNext
{
background-position: right 0px;
}
.productPager
{
display: inline-block;
border-right:0;
}
.productPager a,
.productPager span
{
float: left;
width:30px;
height: 28px;
line-height:28px;
margin-bottom: -1px;
border-right:1px solid #ececec;
border-bottom: 1px solid #ececec;
box-sizing:border-box;
}
[dir="rtl"] .productPager a,
[dir="rtl"] .productPager span
{
float: right;
box-sizing:border-box;
}
.productPager a
{
color: #6c6c6c;
background-repeat:no-repeat;
background-position: center center;
}
.productPager a.first,
[dir="rtl"] .productPager a.last
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/firstArrow.png');
}
.productPager a.prev,
[dir="rtl"] .productPager a.next
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/prevArrow.png');
}
.productPager a.next,
[dir="rtl"] .productPager a.prev
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/nextArrow.png');
}
.productPager a.last,
[dir="rtl"] .productPager a.first
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/lastArrow.png');
}
.productPager a:hover, .productPager span
{
background-color: #f3f3f3;
}
.productPager span
{
color: #000;
border-bottom:1px solid #b7b7b7;
cursor: default;
}
.ProductHover
{
position: absolute;
bottom: 6px;
left: 0;
width: 100%;
z-index: 2;
display: none;
background: rgb(255 255 255 / 50%);
}
.productItem>.productItemIn>.row
{
position: relative;
margin: 0;
}
.HizliBakKargo
{
background: rgb(243 113 33 / 55%);
width: 100%;
float: left;
padding: 0 2px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
text-align: center;
line-height: 25px;
}
.ProductUrunKod
{
font-size: 15px;
color: #181818;
font-weight: 500;
}
.priceWrapper
{
float: left;
display: flex;
flex-direction: column;
align-items:start !important;
}
.ProductInceleBtn
{
color: #F37121;
font-size: 13px;
font-weight: 700;
width: 145px;
height: 35px;
border: 2px solid #F37121;
display: inline-block;
border-radius: 10px;
text-align: center;
-webkit-border-radius: 10px;
line-height: 38px;
margin: 5px auto 0 auto;
position: absolute;
left: 50%;
z-index: 1;
background: #fff;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50px);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.ProductInceleBtn:hover
{
background: #F37121;
color: #fff;
}
.productItem
{
position: relative;
padding-bottom: 55px;
}
.CokSatanProductItem
{
padding-bottom: 0 !important;
}
.tabBtns .flexwrap
{
justify-content: center;
-webkit-justify-content: center;
margin-bottom: 25px;
}
.UrunTabBaslik.active
{
font-weight: 700;
color: #F47121;
}
.UrunTabBaslik:hover
{
color: #F47121;
}
.UrunTabBaslik
{
color: #181818;
border-right: 1px solid #181818;
line-height: 35px;
}
.UrunTabBaslik:last-child
{
border: 0;
}
.priceWrapper.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.DortluUrunBox .productDiscount
{
float: left;
background: #DD1725;
width: 45px;
height: 35px;
text-align: center;
padding: 0;
line-height: 2px;
font-size: 9px;
margin-right: 10px;
position: relative;
top: initial;
left: initial;
}
.DortluUrunBox .productPrice.flexwrap
{
justify-content: flex-start;
-webkit-justify-content: flex-start;
align-items: flex-start;
}
.DortluUrunBox .discountedPrice
{
font-size: 11px;
margin: 5px 0 7px 0;
}
.DortluUrunBox .currentPrice
{
font-size: 14px;
}
.ListeNavSiraBox.flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
position: relative;
}
.productItem:hover .ProductHover
{
display: block;
}
.optionBox.subProWrapper.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.optionBox.subTwo a
{
border: 1px solid #787878;
min-width: 26px;
border-radius: 3px;
font-size: 10px;
color: #787878;
height: 26px;
line-height: 26px;
padding: 0 3px;
}
.optionBox.subTwo a:hover
{
background: #312525;
color: #fff;
}
.optionBox.subTwo a.selected
{
background: #f37121;
color: #fff;
border: 1px solid #f37121;
}
.optionBox.subTwo a.selected.passive
{
background: #d8d8d8;
color: #312525;
}
.optionBox.subTwo a.selected p, .optionBox.subTwo a:hover p
{
background: url('/Data/EditorFiles/tema/svg/check-mark.svg') no-repeat center;
background-size: 60%;
display: block;
}
.productItemIn
{
border: 1px solid #eee;
}
.proRowName>.row
{
margin: 0;
}
.proRowName
{
padding-top: 0;
padding-bottom: 0;
}
.proRowAct>.row
{
padding-left: 10px;
}
.Simge6
{
display: block;
float: left;
margin-top: 5px;
background: url('/Data/EditorFiles/tema/svg/discount.svg') no-repeat 5% center;
padding-left: 35px;
background-size: 14%;
font-weight: 600;
color: #000;
height: 35px;
line-height: 35px;
font-size: 12px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-box-shadow: -2px -2px 10px 5px #d6d6d6;
box-shadow: -4px 4px 10px 1px #D6D6D6;
padding: 2px 10px 2px 40px;
}
.Simge6 span
{
color: #f47121;
font-weight: 700;
}
.owl-item .imgInner
{
position: relative;
}
.productItem .swiper-pagination
{
display: flex;
-webkit-border-radius: 20px;
border-radius: 0;
bottom: 2px !important;
gap: 3px;
}
.productItem .swiper-pagination .swiper-pagination-bullet
{
background: #bcbcbc;
height: 3px !important;
opacity: 1;
border-radius: 0 !important;
width: 33.33%;
margin: 0 !important;
}
.productItem .owl-theme .owl-dots .owl-dot.active span
{
background: #000 !important;
}
.productItem .swiper-pagination span.swiper-pagination-bullet-active
{
background: #000;
}
.productItem:hover .swiper-pagination
{
bottom: 70px;
}
.cartPriceBox
{
line-height: 17px;
font-size: 11px
;border-left: 2px solid #00AF4E;
padding: 0 3px
;width: 85px;
font-weight: 600;
}
.cartPriceBox span
{
color: #00AF4E;
width: 100%
;font-size: 13px;
float: left
;margin-top: 2px;
font-weight: 700;
}
.greyderIndirim
{
color: #2CB742;
font-weight: 600;
}
@media screen and (min-width: 768px)
{
.CokSatanlarCurrentPrice
{
font-size: 15px;
line-height:27px;
}
.CokSatanlarDiscountedPrice
{
font-size: 15px;
line-height:27px;
}
.CokSatanlarProductDescription
{
font-size: 16px;
line-height:21px;
}
.productPrice
{
min-height: 26px;
}
.productItem:hover .image-wrapper img
{
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.urun_gorseli
{
position: relative;
}
.productItem:hover .swiper-pagination
{
bottom: 70px;
}
.UrunSiralama.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border: 0;
}
.sortTitle
{
font-weight: 600;
color: #181818
;margin-right: 5px;
font-size: 13px;
}
.ProductInceleBtn
{
display: none;
}
.productItem:hover .ProductInceleBtn
{
display: block;
}
.UrunTabBaslik
{
font-size: 19px;
padding: 0 25px;
}
.GrupProductBox
{
width: 33.33%;
}
.image-wrapper
{
height: 0;
}
}
@media screen and (min-width: 1025px)
{
.GrupProductBox
{
width: 25%;
}
.ListeBg
{
background: #EFEFEF;
margin-bottom: 15px;
}
.UrunTabBaslik
{
}
:not(.notClear) > .col-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-2:nth-of-type(6n) .productDetails
{
border-right: 0;
}
}
@media screen and (min-width: 1366px)
{
.priceWrapper.flexwrap
{
width: calc(100% - 93px);
}
}
@media screen and (min-width: 1440px)
{
}
@media screen and (min-width: 1664px)
{
}
@media screen and (max-width: 1230px)
{
#oneCol .mainControl
{
width: auto;
top:0;
left: auto;
right:0;
margin-top: -50px;
margin-left:auto;
}
#oneCol .mainControl span
{
width: 50px;
height:50px;
cursor: pointer;
background-color:#d6d6d6;
background-repeat: no-repeat;
background-position:center center;
border-left: 1px solid #ececec;
}
#oneCol .mainPrev
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/carouselSmlArrowPrev.png');
}
#oneCol .mainNext
{
background-image:url('/theme/v4/sub_theme/vitrin/v4/user_v4yeni/carouselSmlArrowNext.png');
}
}
@media screen and (max-width: 1100px)
{
[data-layout="horizontal"] .productItem.col-3 .productPrice.discount
{
width:100%;
height: auto;
margin-bottom:20px;
padding-left: 10px;
box-sizing:border-box;
}
}
@media screen and (max-width: 1024px)
{
.ProductInceleBtn
{
}
.icon-new
{
width: 40px;
height: 20px;
}
.icon-cargo, .zoomBtn
{
font-size: 9px;
}
.icon-new:before
{
line-height: 25px;
font-size: 12px;
}
.mainControl, #oneCol .mainControl
{
margin-top: -60px;
}
.mainControl span, #oneCol .mainControl span
{
width: 60px;
height:60px;
}
.productListItem .productBrand
{
line-height: 40px;
font-size:20px;
}
.productListItem .productDescription
{
margin-top: 10px;
max-width:100%;
font-size: 13px;
line-height:16px;
}
.resim-vitrin .currentPrice
{
line-height: 33px;
}
.resim-vitrin .discountedPrice
{
line-height: 18px;
}
#leftColumn .productColItem, #rightColumn .productColItem
{
position: relative;
}
#leftColumn .productPrice.discount, #rightColumn .productPrice.discount
{
padding-right: 0;
padding-bottom:0;
margin-top: 0;
position:static;
}
#leftColumn .productDiscount, #rightColumn .productDiscount
{
top: 10px;
bottom:0;
margin-top: 0;
}
}
@media screen and (max-width: 1440px) and (min-width: 1025px)
{
.CategoryPage #leftColumn
{
width: 18%;
}
.CategoryPage #mainColumn
{
width: 82%;
}
}
@media screen and (max-width: 1365px) and (min-width: 1025px)
{
.CategoryPage #leftColumn
{
width:25%
}
.CategoryPage #mainColumn
{
width:75%
}
#katalog .catalogWrapper .productItem
{
width:33.33%
}
#filterSort .filter-box
{
padding-right: 10px;
padding-left: 0;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
.FiltreAlan
{
padding: 9px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.resim-vitrin .col-1
{
padding-bottom: 10px;
}
.productComparison
{
width: 0;
padding-left:17px;
}
:not(.notClear) > .col-md-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-md-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-md-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-md-2:nth-of-type(6n) .productDetails
{
border-right: 0;
}
}
@media screen and (max-width: 767px)
{
.icon-cargo, .zoomBtn
{
font-size: 7px;
}
.cartPriceBox
{
margin-top: 7px;
width: 100%;
}
.cartPriceBox span
{
width: initial;
float: initial;
font-size: 12px;
}
.urun_gorseli
{
position: absolute;
left: 0
;top: 0;
}
.productItem:hover .swiper-pagination
{
bottom: 35px;
}
.productItem .variantWrapper.tooltipWrapper
{
display: none;
}
.productItem
{
padding-bottom: 30px;
}
.DortluUrunBox .currentPrice
{
font-size: 12px;
}
.DortluUrunBox .discountedPrice
{
font-size: 10px;
}
.ProductInceleBtn
{
font-size: 12px;
width: 60%;
height: 30px;
line-height: 33px;
display: none;
}
.DortluUrunBox .productDetails
{
padding-top: 5px;
}
.productDetails
{
padding-bottom: 55px;
}
.ProductUrunKod
{
font-size: 14px;
}
.UrunTabBaslik
{
font-size: 13px;
line-height: 24px
;height: 20px;
}
.GrupProductBox
{
width: 50%;
}
.productOption span, .optionBox a p
{
height: 100%
;line-height: 22px;
}
.productOption span
{
font-size: 14px;
}
.optionBox a, .optionBox select
{
height: 20px;
}
.optionBox a
{
min-width: 20px;
}
.optionBox a p
{
font-size: 13px;
}
.productBrand
{
}
.productDescription
{
line-height: 16px;
word-break: break-word;
}
.productPrice.discount
{
height: auto;
margin-bottom:20px;
padding-left: 10px;
box-sizing:border-box;
}
#productRight .productDiscount
{
margin-top: 5px;
}
.productPrice .productDiscount, #productLeft .productDiscount
{
top: 0;
margin-top:0;
}
.priceWrapper .discountedPrice
{
font-size: 10px;
margin-bottom: 5px;
}
.discount .currentPrice
{
font-size: 20px;
line-height:20px;
}
.productPager a, .productPager span
{
width: 40px;
height:38px;
line-height: 38px;
font-size:15px;
}
.productListItem .productBrand
{
line-height: 50px;
font-size:25px;
}
.productListItem .productDescription
{
line-height: 21px;
font-size:15px;
}
.currentPrice
{
font-size: 11px;
}
.resim-vitrin .col-1
{
padding-bottom: 10px;
}
.resim-vitrin .currentPrice
{
line-height: 38px;
}
.resim-vitrin .discountedPrice
{
line-height: 23px;
}
.col-title + div .carousel li
{
width: 364px;
}
.productColItem
{
min-height: 470px;
}
.carousel .productColItem
{
min-height: auto;
}
.productColItem .productDetails, .carousel .productColItem:nth-child(2n) .productDetails
{
border-right: 1px solid #ececec;
}
.carousel .productColItem .productDetails
{
padding-left: 20px;
padding-right:20px;
}
.productColItem:nth-child(2n) .productDetails, .carousel .productColItem:last-child .productDetails
{
border-right: 0;
}
.productColItem .line-bottom
{
border-bottom: 0;
}
.productColItemTp .productDescription
{
line-height: 16px;
font-size:13px;
}
.productColItemTp .productPrice
{
height: 40px;
}
.productColItemTp .currentPrice, .productColItemTp .discountedPrice
{
line-height: 20px;
font-size:20px;
}
.productColListItem .productBrand
{
font-size: 15px;
line-height:24px;
}
.productColListItem .productDescription, .productColItemTp .productDescription
{
font-size: 15px;
line-height:24px;
}
.productColListItem .col-4
{
width:16.6667%;
}
.productColListItem .col-8
{
width:83.3333%;
}
.productColListItem .productPrice
{
padding-top: 10px;
}
.productColListItem .currentPrice, .productColListItem .discountedPrice
{
line-height: 20px;
font-size:20px;
}
:not(.notClear) > .col-sm-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-sm-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-sm-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-sm-2:nth-of-type(6n) .productDetails
{
border-right: 0;
}
.productOption
{
}
.productOption span
{
display: none;
}
.optionBox a, .optionBox select
{
margin-bottom: 0;
}
.productPrice.fr
{
float: left;
padding-left:10px;
}
}
#footer h3
{
font-size: 13px;
font-weight:700;
line-height: 20px;
text-transform:uppercase;
word-break: break-all;
margin-top:0;
}
#footerTop
{
padding-top: 25px;
padding-bottom:25px;
background: #6c6c6c;
}
#footerTop h3
{
color: #fff;
}
#footerTop p
{
display: block;
font-size:12px;
color: #fff;
line-height:20px;
}
[dir="rtl"] .newsletter
{
margin-right: 0;
}
#footer .newsletterMain
{
border: 1px solid #ccc;
position: relative
;margin-bottom: 5px;
display: block !important;background: none !important;
}
#footer .newsletterMain input[type="text"]
{
width: calc(100% - 100px)
;height: 48px;
line-height:48px
;border: 0;
text-indent: 40px
;background: transparent;
color: #fff;
}
#footer .newsletterMain input[type="text"]::-webkit-input-placeholder
{
font-size: 12px;
color:#fff;
}
#footer .newsletterMain input[type="text"]::-moz-placeholder
{
font-size: 12px;
color:#fff;
}
#footer .newsletterMain input[type="text"]:-ms-input-placeholder
{
font-size: 12px;
color:#fff;
}
#footer .newsletterMain input[type="text"]:-moz-placeholder
{
font-size: 12px;
color:#fff;
}
#footer .newsletterMain .placeholder
{
right: 50px;
line-height: 48px;
padding-left: 10px;
}
#footer .newsletterMain input[type="button"]
{
position: absolute;
top: 0
;right: 0;
z-index:33
;width: 90px;
height: 100%
;border: 0;
cursor:pointer
;background: transparent;
color: #fff
;font-size: 12px;
}
[dir="rtl"] #footer .newsletterMain input[type="button"]
{
right: auto;
left:10px;
}
[dir="rtl"] #social
{
float: left;
}
#social li, #social li a, #social li a img
{
float: left;
}
[dir="rtl"] #social li,
[dir="rtl"] #social li a,
[dir="rtl"] #social li a img
{
float: right;
}
#social li
{
padding-right: 10px;
}
[dir="rtl"] #social li
{
padding-right: 0;
padding-left:10px;
}
#footerMiddle
{
padding-top: 45px;
padding-bottom:45px
;background: #000;
}
#footerMiddle ul li
{
display: block;
}
#footerMiddle ul li a, #footerMiddle p
{
display: block;
padding-top:8px
;padding-bottom: 8px;
line-height:14px
;font-size: 11px;
color: #fff;
}
#footerMiddle ul li a:hover
{
color: #F47121;
}
#footerBottom
{
background: #fff;
min-height:50px;
}
#footerBottom .col
{
min-height: 50px;
line-height:47px;
display: list-item;
list-style:none;
}
#footerBottom .col img
{
vertical-align: middle;
max-height:26px;
}
#footerSecurity img
{
padding-right: 10px;
}
#footerCards
{
text-align: right;
}
#footerCards img
{
padding-left: 10px;
}
.FooterTitle
{
color: #ffff;
font-weight: 800;
font-size: 13px;
margin-bottom: 15px;
line-height: 20px;
}
.FooterAltAlan
{
background: #000000;
}
.FooterAltAlan .flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.Copright
{
color: #fff;
font-size: 12px;
text-align: center;
}
.AltFirmaAdi
{
color: #fff;
padding: 9px 0;
}
.VisaSsl
{
padding: 10px 0;
}
#social
{
margin-bottom: 15px;
}
#social p, .newsletter p
{
line-height: 18px;
}
#social li a
{
padding: 0 5px 5px 0!important;
}
.Dijitallnet
{
background: url('/Data/EditorFiles/tema/img/dijitallnet.png') no-repeat center;
width: 105px;
height: 25px;
display: block;
margin: 3px 10px 0 5px;
}
.newsletterMain .input-icon:before
{
content: "";
background: url('/Data/EditorFiles/tema/img/email.png') no-repeat center
;width: 26px;
height: 26px
;display: block;
background-size: 100%
;position: absolute;
left: 8px
;top: 12px;
}
.AltIletisim
{
line-height: 23px;
}
.AltIletisim:before
{
content: "";
background: url('/Data/EditorFiles/tema/svg/phone-white.svg') no-repeat left center;
width: 16px;
height: 22px;
display: inline-block;
background-size: 100%;
margin-right: 7px;
vertical-align: text-bottom;
}
.VisaSsl img
{
max-height: 27px;
}
@media screen and (min-width: 768px)
{
.AltFirmaAdi
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
}
.AltFirmaAdi .fr:nth-child(1) img
{
max-height: 20px;
}
.AltFirmaAdi .fr:nth-child(2) img
{
max-height: 25px;
}
.newsletter
{
margin-top: 25px;
}
.AltFirmaAdi>span
{
margin-left: 10px;
}
.Copright
{
width: 33.33%;
line-height: 22px;
padding: 20px 0;
}
.VisaSsl
{
width: 33.33%;
}
.AltFirmaAdi
{
width: 33.33%;
}
#footerMiddle ul li div
{
display:block !important;
height:auto !important;
}
}
@media screen and (min-width: 1025px)
{
#ETBIS
{
float: right;
}
.FooterAltAlan
{
padding: 25px 20px 0 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
}
@media screen and (min-width: 1231px)
{
.AltFirmaAdi
{
padding-right: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
}
@media screen and (min-width: 1366px)
{
}
@media screen and (min-width: 1440px)
{
}
@media screen and (min-width: 1664px)
{
}
@media screen and (max-width: 1024px)
{
#ETBIS
{
text-align: center;
margin-top: 10px;
}
#social
{
padding-left: 0;
margin-top: 20px;
}
.newsletter
{
padding-left: 0;
}
.FooterAltAlan
{
padding: 0 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMiddle
{
padding-top: 25px;
padding-bottom:25px;
}
#footerMiddle .col-2
{
padding-top: 15px;
padding-bottom:15px;
}
}
@media screen and (max-width: 767px)
{
#footer .newsletterMain
{
border: 1px solid #fff;
}
.AltFirmaAdi>span
{
width: 33%;
}
#social li
{
padding: 0 15px;
}
.AltFirmaAdi .fr:nth-child(3) img
{
max-height: 15px;
float: right;
}
#footerMiddle .FooterTitle.active:after
{
background: url('/Data/EditorFiles/tema/svg/up-arrow-light-white.svg') no-repeat center;
}
#footerMiddle .FooterTitle:after
{
content: "";
background: url('/Data/EditorFiles/tema/svg/down-arrow-light-white.svg') no-repeat center
;float: right;
width: 20px
;height: 20px;
margin-top: 15px;
}
.Dijitallnet
{
float: left;
margin: 0;background-size: 100%
;width: 85px;
}
.AltFirmaAdi .fr:nth-child(1) img
{
max-height: 19px;
}
.AltFirmaAdi .fr:nth-child(2) img
{
max-height: 19px;
}
.AltMenuBox>ul>li
{
border-top: 1px solid #fff;
}
.AltMenuBox:nth-child(4)>ul>li
{
border-bottom: 1px solid #fff;
}
.MobilBultenBox
{
margin-bottom: 35px;
}
#social .FooterTitle
{
display: none;
}
#social
{
text-align: center;
}
#social ul
{
width: initial;
float: initial;
display: inline-block;
vertical-align: middle;
}
.newsletter
{
padding: 0 25px;
}
.VisaSsl
{
width: 100%;
float: left;
}
.AltFirmaAdi>span
{
float: initial;
}
.dn-sm.AltIletisim
{
display: none;
}
.AltIletisim
{
margin-left: 10px;
color: #fff;
float: initial;
display: inline-block;
vertical-align: middle;
}
#social .FooterTitle, .newsletter .FooterTitle
{
background: none !important;
padding: 0 !important;
color: #fff !important;
}
.Copright
{
margin: 10px 0;
width: 100%;
float: left;
}
.AltFirmaAdi>span
{
}
#social p, .newsletter p
{
padding: 0 !important;
line-height: 18px !important;
font-size: 13px !important;
}
.AltFirmaAdi
{
padding: 15px 0 10px 0;
width: 100%;
float: left;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
}
#footer h3
{
font-size: 23px;
line-height:35px;
}
#footerTop p
{
font-size: 13px;
}
#newsletter
{
margin-right: 0;
}
#newsletterMain input[type="text"]
{
font-size: 15px;
}
#footerMiddle
{
padding-top: 15px;
padding-bottom:15px;
}
#footerMiddle .col-2
{
padding-top: 0;
padding-left:0;
padding-bottom: 0;
padding-right:0;
}
#footerMiddle ul li
{
float: left;
}
.newsletter .FooterTitle:after
{
background: transparent !important;
}
#footerMiddle ul ul li
{
float: none;
width:auto
;padding-left: 20px;
padding-right:20px;
}
#footerMiddle .FooterTitle
{
margin-bottom: 1px;
padding-right: 10px
;padding-left: 10px;
line-height:50px
;cursor: pointer;
box-sizing: border-box
;-webkit-box-sizing: border-box;
color: #fff
;text-transform: uppercase;
font-weight: 600
;font-size: 12px;
}
[dir="rtl"] #footerMiddle .FooterTitle
{
background:#dadada url('/theme/v4/sub_theme/alt/v4/user_v4yeni/plusIcon.png') no-repeat 20px center;
}
#footerMiddle .FooterTitle.active
{
border-bottom: 1px solid #fff;
}
[dir="rtl"] #footerMiddle .FooterTitle.active
{
background:#6C6C6C url('/theme/v4/sub_theme/alt/v4/user_v4yeni/minusIcon.png') no-repeat 20px center;
}
#footerMiddle .FooterTitle + div
{
display: none;
}
#footerMiddle ul li a, #footerMiddle p
{
line-height: 35px;
font-size: 13px;
}
#footerMiddle p
{
padding-left: 20px;
padding-right:20px;
}
#footerBottom .col
{
text-align: center;
}
#footerBottom .col img
{
padding-right: 5px;
padding-left:5px;
}
}
.catMenu > li
{
float: left;
width:100%;
border-bottom: 1px solid #f2f2f2;
}
.catMenu > li:last-child
{
border-bottom: 0;
}
[dir="rtl"] .catMenu a,
[dir="rtl"] .catMenu span
{
direction: ltr;
text-align:right;
}
.catMenu > li > a
{
float: left;width:100%;line-height: 30px;font-size: 12px;color: #000;padding: 5px 10px;box-sizing:border-box;font-weight: 500;
}
.catMenu > li > a:hover
{
color: #f47121;
}
.catMenu > li > ul
{
list-style: disc;
}
.catMenu > li > ul > li
{
float: left;
width:100%;
list-style: none;
}
.catMenu > li > ul > li a
{
line-height: 20px;
font-weight:600;
font-size: 12px;
color:#4c4c4c;
}
@media screen and (max-width: 767px)
{
.catMenu a, .catMenu span
{
padding-right: 0;
padding-left:0;
}
.catMenu > li > a, .catMenu > li > span
{
line-height: 25px;
font-size:11px;
}
.catMenu li.parent > a, .catMenu li.parent > span
{
background: none;
}
.catMenu a:before, .catMenu span:before
{
content:'';
float: left;
width:14px;
height: 25px;
background:url('/theme/v4/sub_theme/blok_kategori/v4/user_v4yeni/filterInput.png') no-repeat right center;
margin-right: 10px;
margin-left: 10px;
}
.catMenu a.fw700:before, .catMenu span.fw700:before
{
background:url('/theme/v4/sub_theme/blok_kategori/v4/user_v4yeni/filterInputActive.png') no-repeat right center;
}
.catMenu .parent ul
{
padding: 5px 0;
border-bottom: 0;
}
.catMenu > li > ul > li a, .catMenu > li > ul > li span
{
line-height: 25px;
font-size:11px;
}
}
.sliderWrap
{
width:100%;
}
.slide-wrapper
{
position:relative;
}
.sliderMain
{
width:100%;
min-height:70px;
}
.GelismisVitrinLoad
{
position:absolute;
width:100%;
height:50px;
line-height:50px;
text-align:center;
top:50%;
margin:-25px 0 0;
}
.carousel-wrapper
{
position:relative;
overflow:hidden;
}
.sliderMain ul
{
width:100%;
min-height:70px;
margin:0;
padding:0;
list-style:none;
position:relative;
white-space: nowrap;
overflow: hidden;
}
.sliderMain ul:not(.carousel)
{
display:flex;
align-items:center;
}
[dir="rtl"] .sliderMain ul
{
float:left;
}
.carousel
{
position:relative;
left:0;
}
[dir="rtl"] .carousel,
[dir="rtl"] .carousel li
{
float:left;
}
[dir="rtl"] .carousel
{
width:100%;
}
.sliderMain li, .sliderMain p, .sliderMain a
{
padding:0;
margin:0;
display:inline-block;
}
.responsive .fade li, .responsive .fade li p, .responsive .fade li a
{
width:100%;
height:100%;
}
.responsive .fade li p, .responsive .fade li a
{
position:absolute;
top:0;
left:0;
}
.responsive li
{
background-size:cover !important;
}
.fade > li
{
position:absolute;
top:0;
left:0;
display:none;
}
.fade li.current
{
position:static;
}
.carousel li
{
float:left;
}
.sliderMain img
{
float:left;
width:100%;
max-width:100%;
}
.slideControl
{
position: absolute;
width: 100%;
height: 0;
top: 50%;
margin-top: -21px;
margin-right: 0;
margin-bottom: 0;
padding: 0px 10px;
box-sizing: border-box;
}
.twoCol .slideControl, .threeCol .slideControl
{
left:10px;
right:10px;
margin-left:0;
width:auto;
}
.slideControl span
{
width:18px;
height:42px;
background-image:url('/theme/v4/sub_theme/interaktif_vitrin/v4/v4/arrows.png');
background-repeat:no-repeat;
cursor:pointer;
}
[dir="rtl"] .prevSlide
{
background-position:right 0;
}
.nextSlide
{
background-position:right 0;
}
[dir="rtl"] .nextSlide
{
background-position:0 0;
}
.sliderMain ul.slidePager
{
min-height: auto;
position: absolute;
height: 20px;
text-align: right;
bottom: 10px;
right: 10px;
left: 0px;
padding: 0px 10px;
box-sizing: border-box;
display: table;
}
.twoCol .sliderMain ul.slidePager, .threeCol .sliderMain ul.slidePager
{
width:auto;
left:10px;
right:10px;
margin-left:0;
}
.slidePager li
{
display:inline-block;
width:15px;
height:15px;
line-height:15px;
text-align:center;
color:#fff;
font-size:12px;
cursor:pointer;
background:#666;
margin-top:5px;
margin-left:5px;
}
.slidePager li.active
{
width:20px;
height:20px;
line-height:20px;
background:url('/theme/v4/sub_theme/interaktif_vitrin/v4/v4/pagerActive.png') no-repeat;
margin-top:0;
cursor:default;
}
.sliderMain .colControl span
{
margin-top: 0;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width: 1320px)
{
.slideControl, .sliderMain ul.slidePager
{
width:calc(100% - 60px);
left:30px;
right:30px;
margin-left:0;
}
}
 .ui-datepicker
{
width: 216px;	height: auto; background:#fff; z-index:333 !important;	margin: 5px auto 0;	font: 9pt Arial, sans-serif;	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a
{
text-decoration: none;
}
.ui-datepicker table
{
width: 100%;
}
.ui-datepicker-header
{
background: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/dark_leather.png') repeat 0 0 #000;	color: #e0e0e0;	font-weight: bold;	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);	text-shadow: 1px -1px 0px #000;	filter: dropshadow(color=#000, offx=1, offy=-1);	line-height: 30px;	border-width: 1px 0 0 0;	border-style: solid;	border-color: #111;
}
.ui-datepicker-title
{
text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next
{
display: inline-block;	width: 30px;	height: 30px;	text-align: center;	cursor: pointer;	background-image: url('/theme/v4/sub_theme/genel/v4/user_v4yeni/arrow.png');	background-repeat: no-repeat;	line-height: 600%;	overflow: hidden;
}
.ui-datepicker-prev
{
float: left;	background-position: center -30px;
}
.ui-datepicker-next
{
float: right;	background-position: center 0px;
}
.ui-datepicker thead
{
background-color: #f7f7f7;	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));	background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);	background-image: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);	background-image: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);	background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );	border-bottom: 1px solid #bbb;
}
.ui-datepicker th
{
text-transform: uppercase;	font-size: 6pt;	padding: 5px 0;	color: #666666;	text-shadow: 1px 0px 0px #fff;	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td
{
padding: 0;	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child
{
border-right: 0px;
}
.ui-datepicker tbody tr
{
border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child
{
border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a
{
display: inline-block;	font-weight: bold;	text-align: center;	width: 30px;	height: 30px;	line-height: 30px;	color: #666666;	text-shadow: 1px 1px 0px #fff;	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default
{
background: #ededed;	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));	background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);	background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);	background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);	background: linear-gradient(top, #ededed 0%,#dedede 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover
{
background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active
{
background: #6eafbf;	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	color: #e0e0e0;	text-shadow: 0px 1px 0px #4d7a85;	filter: dropshadow(color=#4d7a85, offx=0, offy=1);	border: 1px solid #55838f;	position: relative;	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default
{
background: #f4f4f4;	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active
{
width: 29px;	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active
{
width: 29px;	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active
{
height: 29px;	margin-bottom: 0;
}
