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: 'Montserrat', sans-serif;
font-size: 13px;
line-height: 1;
}
[v-cloak]
{
display:none !important;
}
script
{
display: none;
}
::-webkit-scrollbar
{
width: 4px;
background:#E6E6E6;
}
::-webkit-scrollbar-button
{
display: none;
}
::-webkit-scrollbar-thumb
{
background: #4d4d4d;
}
.vertical-small-scroll::-webkit-scrollbar
{
height: 3px;
}
ol, ul
{
list-style-type: none;
}
img
{
max-width:100%;
height: auto;
}
.ie img
{
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: 'Poppins', sans-serif;
}
input:focus, select:focus, textarea:focus
{
box-shadow:inset 0 0 4px rgba(0,0,0,.3);
}
p
{
padding-bottom: 10px;
line-height:1.3;
}
a
{
text-decoration: none;
color:inherit;
cursor: pointer;
}
h1, h2, h3, h4, h5, h6
{
display: block;
font-family:"Open Sans", sans-serif;
}
h1.sp, h2.sp, h3.sp, h4.sp, h5.sp, h6.sp
{
padding-left: 10px;
padding-right:10px;
}
::selection
{
background: #000;
color:#fff;
}
.fl, .btn.fl
{
float: left;
}
[dir="rtl"] .fl, [dir="rtl"] .btn.fl
{
float: right;
}
.fr, .btn.fr, .col.fr, .box.fr
{
float: right;
}
[dir="rtl"] .fr, [dir="rtl"] .btn.fr, [dir="rtl"] .col.fr, [dir="rtl"] .box.fr
{
float: left;
}
.fn, .btn.fn, .col.fn, .box.fn
{
float: none;
}
*.bgNone
{
background:none !important;
}
.a-left
{
text-align: left;
}
.a-right
{
text-align: right;
}
.a-center
{
text-align: center;
}
.a-justify
{
text-align: justify;
}
.fw300
{
font-weight: 300;
}
.fw400
{
font-weight: 400;
}
.fw500
{
font-weight: 500;
}
.fw600
{
font-weight: 600;
}
.fw700
{
font-weight: 700;
}
.sml
{
font-size: 11px;
}
.mid
{
font-size: 16px;
}
.lrg
{
font-size: 20px;
}
.ease, .btn, .form-control, a, input, select, textarea, button
{
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#insta
{
margin-top: 20px;
}
.info
{
color: #6c6c6c;
}
.success
{
color: #449d44;
}
.warning
{
color: #ec971f;
}
.danger
{
color: #c9302c;
}
.display-flex
{
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.flex-wrap
{
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.align-items-center
{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.justify-content-center
{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.justify-content-between
{
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between
}
.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_ALS/lightArrow.png');
}
.dark-arrow
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkArrow.png');
}
.btn:hover .dark-arrow
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/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_ALS/lightBasket.png');
}
.light-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/lightFastBasket.png');
}
.btn-big .light-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/lightBasketBig.png');
}
.btn-big .light-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/lightFastBasketBig.png');
}
.dark-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkBasket.png');
}
.dark-basket:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkBasketHover.png');
}
.dark-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkFastBasket.png');
}
.dark-basket.fast:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkFastBasketHover.png');
}
.btn-big .dark-basket
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkBasketBig.png');
}
.btn-big .dark-basket:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkBasketBigHover.png');
}
.btn-big .dark-basket.fast
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/darkFastBasketBig.png');
}
.btn-big .dark-basket.fast:hover
{
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/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_ALS/notifyClose.png') no-repeat;
cursor: pointer;
}
.stars
{
width: 87px;
background:url('/Data/EditorFiles/tema/img/default_star.svg') no-repeat;
}
.page-2 .stars
{
width: 87px;
background:url('/theme/v4/sub_theme/genel/v4/user_ALS/stars.png') no-repeat;
}
.stars-inner
{
height: 13px;
background:url('/theme/v4/sub_theme/genel/v4/user_ALS/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_ALS/progress.png');
}
[dir="rtl"] .progress-bar
{
right: 0;
left:auto;
}
.accordeon
{
cursor: pointer;
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/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_ALS/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_ALS/loading.gif') no-repeat center center;
z-index: 333;
display:none;
}
#backToTop
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/up-arrow.svg') no-repeat;
color: #666;
font-size: 12px;
line-height: 30px;
width: 35px;
height: 35px;
cursor: pointer;
box-sizing: border-box;
display: none;
position: fixed;
bottom: 50px;
right: 50%;
margin-right: -680px;
background-size: 37px;
z-index: 333;
background-color: #FFF;
border-radius: 100%;
border: 2px solid #e4e4e4;
background-position: center;
}
[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_ALS/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;
}
.owl-theme .owl-nav
{
margin: 0 !important;
}
.owl-theme .owl-nav [class*=owl-]
{
margin: 0;
padding: 0;
width: 42px;
height: 64px;
position: absolute;
top: 50%;
z-index: 1;
margin-top: -42px;
}
.owl-theme .owl-nav .owl-prev
{
left: 5px;
background: url('/Data/EditorFiles/tema/img/svg/prev.svg') no-repeat center;
background-size: 100%;
}
.owl-theme .owl-nav .owl-next
{
right: 5px;
background: url('/Data/EditorFiles/tema/img/svg/next.svg') no-repeat center;
background-size: 100%;
}
.flexwrap
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.AltiliBanner.flexwrap, .DortluBannerSag.flexwrap, .UcluBanner.flexwrap, .IkiliBanner.flexwrap
{
-webkit-justify-content: space-between;
justify-content: space-between;
}
.AltiliBanner a span
{
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 10px 5px;
background: #eaeaeabf;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #000;
font-weight: 600;
}
.AltiliBanner a:hover span
{
background: #FFAD00;
}
.DortluBannerSag a
{
width: 49%;
}
.DortluBannerSag a:nth-child(1), .DortluBannerSag a:nth-child(2)
{
margin-bottom: 2%;
}
.DortluBanner a span
{
position: absolute;
width: 100%;
bottom: 2px;
left: 0;
padding: 10px 5px;
background: #eaeaeabf;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #000;
font-weight: 600;
}
.DortluBanner a
{
position: relative;
display: block;
float: left;
}
.AnasayfaBaslik
{
color: #000;
text-align: center;
font-weight: 800;
}
.HizmetBoxYazi
{
float: right;
color: #6e6e6e;
}
.HizmetBox
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
-webkit-justify-content: center;
border-right: 1px solid #cfcfcf;
padding: 0 1%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.HizmetBoxYazi *
{
width: 100%;
float: left;
}
.HizmetBoxYazi strong
{
margin-bottom: 5px;
}
.Hizmet1:before
{
background: url('/Data/EditorFiles/tema/img/svg/money.svg') no-repeat center;
}
.Hizmet2:before
{
background: url('/Data/EditorFiles/tema/img/svg/login.svg') no-repeat center;
}
.Hizmet3:before
{
background: url('/Data/EditorFiles/tema/img/svg/truck.svg') no-repeat center;
}
.Hizmet4:before
{
background: url('/Data/EditorFiles/tema/img/svg/whatsapp.svg') no-repeat center;
}
.UcluBanner a
{
width: 31.7%;
display: block;
}
.HizmetBaslik
{
text-align: center;
margin-bottom: 40px;
font-size: 24px;
font-weight: 300;
}
.DortluBanner a:hover span
{
background: #FFAD00;
}
.KampanyaAlan h1
{
margin: 30px 0 20px 0;
font-size: 36px;
}
.KampanyaSlogan
{
font-weight: 300;
font-size: 17px;
line-height: 22px;
}
.KampanyaSatir
{
margin: 20px 0;
border-bottom: 1px solid #ed5d50;
padding-bottom: 40px;
}
.KampanyaAd
{
font-size: 24px;
font-weight: 700;
}
.KampanyaKosulBaslik
{
font-size: 16px;
font-weight: 600;
margin: 25px 0;
}
.KampanyaKosulMetin
{
line-height: 24px;
font-size: 16px;
font-weight: 300;
}
.KampanyaLink
{
margin-top: 30px;
}
.KampanyaLink a
{
width: 200px;
height: 50px;
line-height: 50px;
background: #ED5E50;
display: block;
text-align: center;
color: #fff;
font-size: 18px;
border: 1px solid #fff;
}
.KampanyaLink a:hover
{
background: none;
border: 1px solid #ED5E50;
color: #ED5E50;
}
.SifreGuncelleme
{
font-size: 14px;
border: 2px solid;
color: #E92129;
padding: 10px;
line-height: 1.3;
}
#paymentPager li
{
font-weight: 600;
font-size: 15px
;color: #000;
cursor: pointer;
}
#paymentPager li.active, #paymentPager li:hover
{
background: #000;
color: #fff;
}
.KombinPage .contentWrapper #content>.inner
{
width: 100%;
}
.CiftBanner1 .KombinContainer2.flexwrap, .CiftBanner2 .KombinContainer.flexwrap, .CiftBanner4 .KombinContainer2.flexwrap, .CiftBanner6 .KombinContainer2.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.kGenelSlogan
{
font-weight: 600;
font-style: italic;
}
.KombinYaziAlan .kGenelYazi
{
margin-top: 30px;
}
.CiftBanner2Banner, .CiftBanner4Banner, .CiftBanner6Banner
{
margin: 20px 0;
}
.TekBanner2 .kGenelSlogan, .TekBanner5 .kGenelSlogan, .TekBanner8 .kGenelSlogan
{
margin-top: 25px;
}
#mainColumn.KombinOrtaAlan
{
width: 100%;
}
.IkiliBannerSol
{
width: 49%;
margin-right: 1%;
}
.IkiliBannerSag
{
margin-left: 1%;
width: 49%;
}
@media(max-width:1920px)
{
.HomePage .contentWrapper>#content>.inner
{
width: 100%;
}
}
.text-center
{
text-align: center;
}
.text-left
{
text-align: left;
}
.text-right
{
text-align: right;
}
.d-none
{
display: none;
}
.d-flex
{
display: flex;
}
.d-inline-block
{
display: inline-block;
}
.d-flex-wrap
{
display: flex;
flex-wrap:wrap
;-ms-flex-wrap: wrap;
text-align: center
;display: -webkit-flex;
display:-webkit-box
;display: -moz-flex;
display:-moz-box
;display: -ms-flexbox;
display:flex;
}
.d-v-center
{
align-items: center;
}
.justify-content-between
{
justify-content: space-between;
}
#hotWinter .content
{
display: flex;
flex-wrap:wrap;
}
#hotWinter .title
{
padding: 15px 0;
text-align: center;
font-size: 18px;
margin: 15px 0;
font-weight: 600;
}
#hotWinter .content .text
{
font-size: 16px;
text-align: center;
}
#hotWinter .content .text p
{
line-height: 26px;
font-size: 14px;
}
#hotWinter .content .text b
{
font-size: 16px;
margin-top: 5px;
display: block;
}
#hotWinter .content .text .moreBtn
{
font-size: 16px;
}
.moreBtn
{
display: block;
width: fit-content;
margin: 0 auto;
padding: 10px 36px;
font-size: 16px;
font-weight: 600;
border: 1px solid #000;
}
#textBanner
{
margin: 10px 0;
}
#textBannerAlti .row>div a
{
display: inline-block;
}
#textBannerAlti .row>div a:first-child
{
margin-bottom: 20px;
}
#textBannerAlti .title
{
font-size: 21px;
font-weight: 600;
margin-top: 10px;
}
#textBannerAlti p
{
font-size: 16px;
margin: 16px 0;
}
#dortluBanner
{
margin-top: 10px;
}
#dortluBanner a
{
display: inline-block;
margin-bottom: 15px;
}
#insta .title
{
text-align: center;
margin-bottom: 10px;
}
#insta .title b
{
margin-bottom: 15px;
display: block
;font-size: 25px;
letter-spacing: 2.4px;
}
#insta .title p
{
max-width: 430px;
margin: 0 auto;
font-weight: 500;
font-size: 12px;
color: #636363;
}
#instaSlide .KombinAd
{
font-size: 14px;
margin-top: 10px;
display: block;
float: left;
font-weight: 400;
color: #ada4a4;
word-break: break-all;
}
.page-57 #content>.inner
{
width: 100%;
}
.denim-modasi
{
max-width: 1780px;
margin: 0 auto;
}
.denim-modasi .satir1,.denim-modasi .satir3
{
margin: 70px 0;
}
.denim-modasi .satir1 video
{
max-width:100%;
width: auto;
}
.denim-modasi .satir2 a:nth-child(2)
{
margin: 0 10px;
}
.denim-modasi .satir1 .title
{
font-size: 39px;
font-weight: 700;
}
.denim-modasi .satir1 .desc
{
font-size: 25px;
line-height: 30px;
font-weight: 500;
letter-spacing: 1px;
}
.catalogWrapper .geriSayWrapper, #productDetail .geriSayWrapper
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/bugune_ozel_detay.jpg') no-repeat left top
;padding: 25px 0 12px 0;
box-sizing: border-box
;margin-bottom: 20px;
background-color: #3f60c1;
}
.catalogWrapper .geriSayWrapper
{
margin-bottom: 0;
}
#productDetail .geriSayWrapper .geriSay,.catalogWrapper .geriSayWrapper .geriSay
{
float: right;
justify-content: flex-end;
}
#productDetail .geriSayWrapper .geriSay>div,.catalogWrapper .geriSayWrapper .geriSay>div
{
margin: 0px 3%;
}
#productDetail .geriSayWrapper .geriSay>div p:first-child,.catalogWrapper .geriSayWrapper .geriSay>div p:first-child
{
width: 54px;
height: 50px;
background: #FFF !important;
color: #3B0644;
font-size: 27px;
font-weight: 500;
}
#productDetail.geriSayWrapper .geriSay>div p:last-child,.catalogWrapper .geriSayWrapper .geriSay>div p:last-child
{
color: #FFF;
}
.geriSayWrapper
{
display: block;
float: left;
width: 100%;
}
#hotWinter .content>div:last-child>div:first-child
{
margin-bottom: 4vw;
}
.HomePage .geriSayWrapper
{
position: absolute;
left: 50%;
bottom: 14%;
width: initial;
transform: translateX(-50%);
}
.HomePage .geriSayWrapper .geriSay>div p:last-child
{
color: #FFF;
}
.geriSayWrapper .geriSay
{
display: flex;
text-align: center;
}
.geriSayWrapper .geriSay>div
{
margin: 0 10px;
font-size: 14px;
}
.geriSayWrapper .geriSay>div p:first-child
{
border-radius: 4px;
background: linear-gradient(180deg,#0001cf 0%,#0001cf 50%,#0001f6 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
padding: 0;
width: 61px;
height: 57px;
color: #fff;
position: relative;
z-index: 9;
overflow: hidden;
}
.geriSayWrapper .geriSay>div p:first-child:before
{
content: "";
width: 100%;
height: 50%;
position: absolute;
top: 0;
left: 0;
background: #0001FE;
z-index: -9;
}
.geriSayWrapper .geriSay>div p:last-child
{
margin-top: 5px;
color:#131B2F
;padding: 0;
font-size: 12px;
font-weight:600
}
.geriSayWrapper>p
{
font-size: 11px;
color:#FFF;
text-align: center;
width:100%;
padding: 0px;
padding-bottom: 5px;
}
.TumStiller
{
font-weight: bold;
color: black;
}
#siparisSon p
{
font-size: 20px;
line-height: 36px;
padding: 25px;
text-align: center;
color: #CC1A1B;
font-weight: 600;
}
.colors-atelier .yaziAlani
{
padding-left: 85px;
}
.colors-atelier .desc
{
font-size: 20px;
line-height: 30px;
font-weight: 500;
letter-spacing: 1px;
}
.mb-100
{
margin-bottom: 100px;
}
.mb-25
{
margin-bottom: 50px;
}
.mb-50
{
margin-bottom: 50px;
}
.d-block
{
display: block;
}
.VideoSliderContentB
{
position: relative;
}
.VideoSliderContentB .swiper-button-next, .VideoSliderContentB .swiper-button-prev
{
color: #fff;
}
.video-ac
{
position: absolute;
top:15px
;box-sizing: border-box;
z-index:9
;display: inline-block;
right:15px
;width: initial;
border-radius:25px;overflow:hidden
}
.video-ac>span
{
background-color: #fafafabd;
display:flex
;align-items: center;
justify-content:center
;color: #000;
font-size:15px
;padding: 5px;
text-transform:uppercase
;width: auto;
cursor:pointer
}
.video-ac span span:last-child,.video-ac.active span span:first-child
{
display:none
}
.video-ac.active span span:last-child
{
display:block
}
.video-ac>span:hover
{
background-color:#fff
}
#productLeft .video-ac.active
{
opacity: 0;
transition:.3s all
}
#productImage li:first-child:hover .video-ac.active
{
opacity:1
}
.video-ac span span
{
background-image:url('https://www.freshscarfs.com/Data/EditorFiles/tema/img/svg/play_icon.png')
;background-repeat: no-repeat;
background-position:left 0 center
;padding-left: 29px;
line-height:26px
}
div[class*=ekbilgi4]
{
position: absolute;
overflow:hidden
;top: 0;
height:100%;
width:100%;
}
div[class*=ekbilgi4] span
{
overflow: hidden;
position:relative;
cursor: pointer;
}
.productItem .video-ac span span
{
font-size:12px
}
.productItem .video-ac
{
right: 10px;
transform:none
;top: 25px;
left:inherit;
z-index: 999;
}
.productItem div[class*=ekbilgi4]
{
z-index: 9;
}
@media screen and (min-width: 768px)
{
.DortluAlanCoolCold img
{
width: 25% !important;
}
#insta .title
{
margin-bottom: 30px;
}
#textBannerAlti .title
{
font-size: 16px;
font-weight: 600;
margin-top: 0;
}
#textBannerAlti p
{
font-size: 14px;
margin: 6px 0;
}
.pcNone
{
display: none;
}
.moreBtn
{
padding: 9px 27px;
font-size: 15px;
}
#dortluBanner
{
margin-top: 10px;
}
#dortluBanner a
{
display: inline-block;
margin-bottom: 30px;
}
.AnaIkiYazili>.flexwrap
{
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse;
}
.AnaIkiYaziliSag
{
width: 57%;
margin-left: 1%;
}
.AnaIkiYaziliSol
{
width: 41%;
margin-right: 1%;
}
.AnaUcYazili, .AnaIkiYazili, .IkiliBanner
{
margin: 50px 0;
}
.AnaUcYazili>.flexwrap, .AnaIkiYazili>.flexwrap
{
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-align: end;
-moz-box-align: endr;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.AnaUcluYaziliSol
{
width: 44%;
margin-right: 1%;
}
.AnaUcluYaziliSag
{
width: 54%;
margin-left: 1%;
}
.BannerBaslik
{
font-size: 24px;
margin-bottom: 15px;
}
.BannerAciklama
{
font-size: 15px;
line-height: 18px;
margin-bottom: 20px;
}
.kGenelYazi
{
font-size: 16px;
line-height: 28px;
}
.kGenelSlogan
{
font-size: 20px;
line-height: 28px;
}
.KombinSatir
{
margin-top: 75px;
}
.CiftBanner1 .kGenelSlogan
{
padding-left: 3%;
box-sizing: border-box;
}
.pchide
{
display: none;
}
.KampanyaContent
{
margin: 40px 0 25px 0;
}
.KampanyaSag
{
padding-left: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.HizmetBoxYazi
{
width: calc(100% - 60px);
}
.AnaHizmetler .flexwrap
{
justify-content: space-between;
-webkit-justify-content: space-between;
}
.HizmetBox:before
{
content: "";
width: 43px
;height: 42px;
float: left
;margin-right: 10px;
background-size: 100%;
}
.AnaHizmetler
{
padding: 22px 0;
margin:25px 0px;
}
.HizmetBox:last-child
{
border: 0;
}
.EnYeniUrunAlan
{
margin-top: 30px;
}
.AnasayfaBaslik
{
font-size: 40px;
}
.DortluBanner.flexwrap
{
margin: 50px 0;
}
.DortluBannerSol a span
{
font-size: 22px;
bottom: 0;
}
.AnasayfaYazi
{
font-size: 18px;
text-align: center;
margin: 0;
line-height: 30px;
}
.AltiliBanner a
{
width: 49%;
position: relative;
margin: 1% 0;
display: block;
}
.AltiliBanner a span, .DortluBannerSag a span
{
font-size: 16px;
}
.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;
}
}
@media screen and (min-width: 1001px)
{
#insta .title b
{
font-size: 32px;
}
#insta .title p
{
font-size: 11px;
}
#textBannerAlti .title
{
font-size: 19px;
font-weight: 600
;margin-top: 0;
}
#textBannerAlti p
{
font-size: 14px;
margin: 18px 0;
}
.moreBtn
{
padding: 14px 38px;
font-size: 17px;
}
#hotWinter .content .text p
{
font-size: 17px;
}
#hotWinter .content .text b
{
font-size: 22px;
}
#hotWinter .content .text .moreBtn
{
font-size: 22px;
}
#hotWinter .title
{
font-size: 25px;
margin: 25px 0;
}
#hotWinter .content .hotwinterImage
{
width: 50%;
}
#hotWinter .content>div:last-child
{
width: 50%;
}
#search
{
min-width: 210px;
}
.BannerBaslik
{
font-size: 28px;
margin-bottom: 15px;
}
.BannerAciklama
{
font-size: 16px;
line-height: 20px;
margin-bottom: 50px;
}
.AnaUcYazili, .AnaIkiYazili, .IkiliBanner
{
margin: 75px 0;
}
.kGenelSlogan
{
font-size: 24px;
line-height: 32px;
}
.kGenelYazi
{
font-size: 18px;
line-height: 30px;
}
.CiftBanner6Sag
{
width: 44%;
margin-left: 3%;
}
.CiftBanner6Sol
{
width: 53%;
}
.CiftBanner4Sol
{
width: 44%;
margin-right: 3%;
}
.CiftBanner4Sag
{
width: 53%;
}
.CiftBanner2Sol
{
width: 46.2%;
}
.CiftBanner2Sag
{
width: 50%;
margin-left: 3.8%;
}
.AltiliBanner a
{
width: 32%;
}
.HomePage #mainColumn img
{
float: left;
}
.HizmetBox
{
width: calc(100% / 3)
;padding-left: 41px;
}
.AnasayfaBaslik
{
font-size: 46px;
}
.AnasayfaYazi
{
font-size: 24px;
line-height: 34px;
}
.HizmetBoxYazi strong
{
font-size: 11px;
}
.HizmetBoxYazi span
{
font-size: 10px;
line-height: 14px;
}
: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)
{
#search
{
min-width: 288px;
}
.KombinSatir
{
margin-top: 100px;
}
.KombinContainer2
{
width: 1100px;
margin: 0 auto;
}
.KombinContainer
{
width: 1200px;
margin: 0 auto;
}
.HizmetBoxYazi span
{
font-size: 14px;
line-height: 18px;
}
.HizmetBoxYazi strong
{
font-size: 16px;
}
.inner
{
width: 98%
;margin: 0 auto;
}
.inner.menu
{
width: 98%
;margin: 0 auto;
}
.AnaIkiYaziliSol .BannerAciklama
{
margin-bottom: 50px;
}
}
@media screen and (min-width: 1366px)
{
#insta .title b
{
font-size: 41px;
}
#insta .title p
{
font-size: 12px;
}
#hotWinter .title
{
font-size: 31px;
margin: 55px 0;
}
.inner
{
width: 1300px;
}
.inner.menu
{
width: 1300px;
}
.KombinContainer2
{
width: 1200px;
}
.KombinContainer
{
width: 1300px;
}
.AnaIkiYaziliSol .BannerAciklama
{
margin-bottom: 75px;
}
}
@media screen and (min-width: 1440px)
{
#insta .title b
{
font-size: 47px;
}
#insta .title p
{
font-size: 13px;
max-width: 460px;
}
#dortluBanner
{
margin-top: 100px;
}
#textBannerAlti .row>div a:first-child
{
margin-bottom: 32px;
}
#textBannerAlti .title
{
font-size: 25px;
font-weight: 600
;margin-top: 0px;
}
#textBannerAlti p
{
font-size: 16px;
margin: 16px 0;
}
#hotWinter .content .text
{
font-size: 18px;
width: 80%;
margin: 0 auto;
}
#hotWinter .content .text b
{
font-size: 22px;
}
#hotWinter .content .text .moreBtn
{
font-size: 25px;
margin-top: 20px;
}
.moreBtn
{
padding: 16px 40px;
font-size: 25px;
}
.inner.min-inner
{
width: 1400px;
}
#hotWinter .content .hotwinterImage
{
width: 46%;
}
#hotWinter .content>div:last-child
{
width: 54%;
}
.inner
{
width: 1400px;
}
.inner.menu
{
width: 1400px;
}
.KombinContainer2
{
width: 1300px;
}
.KombinContainer
{
width: 1400px;
}
.AnaIkiYaziliSol .BannerAciklama
{
margin-bottom: 100px;
}
}
@media screen and (min-width: 768px) and (max-width: 1664px)
{
.catalogWrapper .geriSayWrapper .geriSay,#productDetail .geriSayWrapper .geriSay
{
width: 45px;
}
.catalogWrapper .geriSayWrapper .geriSay>div p:first-child,#productDetail .geriSayWrapper .geriSay>div p:first-child
{
width: 40px;
height: 40px;
font-size: 21px;
}
.catalogWrapper .geriSayWrapper,#productDetail .geriSayWrapper
{
padding: 12px 4px;
background-size: 100%;
background-position-y: center;
}
.catalogWrapper .geriSayWrapper .geriSay>div p:last-child ,#productDetail .geriSayWrapper .geriSay>div p:last-child
{
font-size: 10px;
}
}
@media screen and (min-width: 1664px)
{
#insta .title b
{
font-size: 51px;
}
#insta .title p
{
font-size: 14px;
max-width: 500px;
}
#dortluBanner a
{
margin-bottom: 75px;
}
#textBannerAlti .title
{
font-size: 30px;
font-weight: 600
;margin-top: 8px;
}
#textBannerAlti p
{
font-size: 17px;
margin: 27px 0;
}
.inner
{
width: 1550px;
}
.inner.menu
{
width: 1600px;
}
.KombinContainer2
{
width: 1400px;
}
.KombinContainer
{
width: 1500px;
}
}
@media screen and (min-width: 1920px)
{
.KombinContainer
{
width: 1800px;
}
.big-inner
{
width: 1910px;
margin:0 auto;
}
.inner
{
width: 1860px;
}
.inner.menu
{
width: 1860px;
}
.colors-atelier
{
width:1700px
}
}
@media screen and (max-width: 1230px)
{
.KombinContainer2, .KombinContainer
{
width:100%;
float: left;
}
#content
{
margin-right: 0;
margin-left:0;
}
.inner
{
float: left;
width:100%;
}
#backToTop
{
right: 30px;
bottom: 85px;
margin-right: 0;
}
}
@media screen and (max-width: 1000px)
{
.page-57 #oneCol
{
padding: 0;
}
.denim-modasi-mobil>div
{
margin-bottom: 30px;
display: block;
float: left;
width: 100%;
}
.denim-modasi-mobil .desc
{
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.denim-modasi-mobil .satir1 .desc
{
margin-top: 20px;
font-weight: 500;
}
.denim-modasi-mobil .satir2 .title
{
font-size: 19px;
margin-top: 25px;
}
#textBannerAlti
{
margin-top: 30px;
}
#OwlAnaSlider
{
margin-bottom: 20px !important;
}
.owl-dots
{
bottom: -30px !important;
}
.CiftBanner4Banner
{
text-align: center;
}
.CiftBanner2Banner a
{
float: none;
}
.CiftBanner6Banner
{
text-align: center;
}
.CiftBanner2Sag, .CiftBanner4Sag, .CiftBanner6Sag
{
margin-top: 25px;
}
.UcluBanner a
{
margin-top: 10px;
}
#StoryOwl .owl-item a
{
display: block;
}
#StoryOwl .owl-item span
{
display: inline-flex;
}
#StoryOwl .StoryImg
{
border: 2px solid #ff2200;
border-radius: 100%;
box-sizing: border-box;
}
#StoryOwl .StoryAd
{
font-size: 12px;
font-weight: 400;
margin-top: 5px;
width: 100%;
text-align: center;
justify-content: center;
-webkit-justify-content: center;
}
.MobilGif span
{
position: absolute;
width: 100%;
bottom: 2px;
left: 0;
padding: 10px 5px;
background: #eaeaeabf;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 11;
font-size: 14px;
color: #000;
font-weight: 600;
}
.MobilGif span:hover
{
background: #FFAD00;
}
.IkiliBanner a
{
display: block;
}
.IkiliBanner
{
text-align: center;
}
.MobilGif
{
margin: 15px 0;
text-align:center;
position: relative;
}
#StoryOwl .owl-item
{
text-align: center;
}
#StoryOwl .owl-item img
{
display: inline-block !important;
border: 2px solid #fff;
border-radius: 100%;
box-sizing: border-box;
width: 64px;
height: 64px;
object-fit: cover;
}
#StoryOwl
{
margin: 10px 0;
}
.AltiliBannerBaslik
{
font-size: 24px;
text-align: center;
margin: 10px 0;
line-height: 30px;
}
.HizmetBox
{
display:flex;
align-items:center;
width: 50%;
padding: 3%;
}
.HizmetBox:nth-child(3)
{
margin:0px auto;
max-width:300px;
border:none;
}
.HizmetBox:nth-child(1), .HizmetBox:nth-child(2)
{
border-bottom: 1px solid #cfcfcf;
}
.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%;
}
.forDesktop
{
display: none;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px)
{
:not(.notClear) > .col-md-6 + .col-md-6:nth-of-type(2n+3),
:not(.notClear) > .col-md-4 + .col-md-4:nth-of-type(3n+4),
:not(.notClear) > .col-md-3 + .col-md-3:nth-of-type(4n+5),
:not(.notClear) > .col-md-2 + .col-md-2:nth-of-type(6n+7),
:not(.notClear) > .col-md-1 + .col-md-1:nth-of-type(12n+1)
{
clear: both;
}
.col-md-mr-11
{
margin-right:91.66666667%;
}
.col-md-mr-10
{
margin-right:83.33333333%;
}
.col-md-mr-9
{
margin-right:75%;
}
.col-md-mr-8
{
margin-right:66.66666667%;
}
.col-md-mr-7
{
margin-right:58.33333333%;
}
.col-md-mr-6
{
margin-right:50%;
}
.col-md-mr-5
{
margin-right:41.66666667%;
}
.col-md-mr-4
{
margin-right:33.33333333%;
}
.col-md-mr-3
{
margin-right:25%;
}
.col-md-mr-2
{
margin-right:16.66666667%;
}
.col-md-mr-1
{
margin-right:8.33333333%;
}
.col-md-mr-0
{
margin-right: 0;
}
.col-md-ml-11
{
margin-left:91.66666667%;
}
.col-md-ml-10
{
margin-left:83.33333333%;
}
.col-md-ml-9
{
margin-left:75%;
}
.col-md-ml-8
{
margin-left:66.66666667%;
}
.col-md-ml-7
{
margin-left:58.33333333%;
}
.col-md-ml-6
{
margin-left:50%;
}
.col-md-ml-5
{
margin-left:41.66666667%;
}
.col-md-ml-4
{
margin-left:33.33333333%;
}
.col-md-ml-3
{
margin-left:25%;
}
.col-md-ml-2
{
margin-left:16.66666667%;
}
.col-md-ml-1
{
margin-left:8.33333333%;
}
.col-md-ml-0
{
margin-left: 0;
}
.dn-md
{
display: none;
}
}
@media screen and (max-width: 768px)
{
.video-ac span span
{
text-indent: -9999px;
padding-left: 26px;
}
.productItem .video-ac
{
right: 5px;
top: 10px;
}
.sm-px-0
{
padding-left: 0;
padding-right:0;
}
.MobilCoolCold> div
{
margin-bottom: 10px !important;
}
#dortluBanner
{
margin-top: 0;
}
#hotWinter .content .gif
{
margin-top: 10px;
}
#textBanner
{
margin: 5px 0;
}
.colors-atelier .desc
{
text-align: center;
font-size: 13px;
line-height: 20px;
}
.colors-atelier .yaziAlani
{
padding-left: 0;
text-align: center;
}
.colors-atelier .yaziAlani img
{
max-width: 50%;
display: inline-block;
}
.colors-atelier div:last-child>a
{
width: 32%;
}
#siparisSon p
{
font-size: 18px;
line-height:28px;
}
.catalogWrapper:not(.dortlu) .geriSayWrapper
{
background: none;
}
.catalogWrapper:not(.dortlu) .geriSayWrapper .geriSay>div
{
width: 23%;
margin: 0 2%;
}
.catalogWrapper:not(.dortlu) .geriSayWrapper .geriSay
{
width: 100%;
}
.catalogWrapper:not(.dortlu) .geriSayWrapper .geriSay>div p:first-child
{
background: linear-gradient(
180deg
, rgba(31,94,223,1) 0%, rgba(92,25,137,1) 100%) !important;
width: 100%;
color: #FFF;
height: 30px;
font-size: 18px;
}
.catalogWrapper:not(.dortlu) .geriSayWrapper .geriSay>div p:last-child
{
color: #131B2F;
font-size: 9px;
}
.catalogWrapper .geriSayWrapper
{
padding: 12px 0 10px 0;
background-position-y: center;
}
.catalogWrapper .geriSayWrapper .geriSay>div p:first-child, #productDetail .geriSayWrapper .geriSay>div p:first-child
{
width: 40px;
height: 40px;
font-size: 21px;
}
.catalogWrapper .geriSayWrapper .geriSay>div p:last-child,#productDetail .geriSayWrapper .geriSay>div p:last-child
{
font-size: 11px;
}
#productDetail .geriSayWrapper
{
width: 100%
;display: block;
float: left
;right: inherit;
position: fixed !important
;bottom: 0;
z-index: 9999
;top: inherit;
padding: 5px 0
;left: 0;
}
.HomePage .geriSayWrapper
{
bottom:9%;
}
.HomePage .geriSayWrapper .geriSay>div p:first-child
{
font-size: 21px;
;height: 50px;
background: linear-gradient(
180deg,#B60002 0%,#B60002 50%,#F60002 100%);
}
.geriSayWrapper .geriSay>div p:first-child:before
{
background: #FE0002;
}
.geriSayWrapper>p
{
font-size: 9px;
}
.geriSayWrapper .geriSay>div
{
margin: 0 5px;
font-size: 10px;width:25%;
}
.geriSayWrapper .geriSay>div p:last-child
{
font-size: 10px;
}
.mobilNone
{
display: none !important;
}
.m-p-0
{
padding: 0;
}
#instaSlide p
{
font-size: 10px;
}
#hotWinter .content .gif
{
margin-top: 20px;
}
#hotWinter
{
margin-top: 10px;
}
.moreBtn
{
padding: 20px 50px;
font-size: 22px;
}
#hotWinter .content>div:first-child
{
margin-bottom: 20px;
}
.BannerBaslik
{
font-size: 20px;
margin: 15px 0;
}
.AnaIkiYaziliSag
{
margin: 25px 0;
}
.TekBanner
{
margin: 15px 0;
}
.BannerAciklama
{
font-size: 14px;
line-height: 18px;
margin-bottom: 25px;
}
.kGenelSlogan
{
font-size: 15px;
line-height: 18px;
}
.AnaUcYazili
{
margin: 25px 0;
}
.CiftBanner1 .KombinContainer2.flexwrap
{
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
}
.CiftBanner1 .kGenelSlogan
{
margin-bottom: 20px;
}
.kGenelYazi
{
font-size: 13px;
line-height: 18px;
}
.KombinSatir
{
margin-top: 20px;
text-align: center;
}
.dn-sm
{
display: none;
}
.KampanyaAlan h1
{
font-size: 22px;
line-height: 26px;
margin: 15px 0;
}
.KampanyaSlogan
{
font-size: 12px;
}
.KampanyaSol
{
margin-bottom: 15px;
}
.KampanyaAd
{
font-size: 18px;
}
.KampanyaKosulBaslik
{
font-size: 15px;
}
.KampanyaKosulMetin
{
font-size: 14px;
line-height: 18px;
}
.KampanyaSatir
{
margin: 10px 0;
padding-bottom: 20px;
}
.KombinAd
{
font-size: 13px;
line-height: 15px;
}
.KampanyaContent
{
margin: 10px 0;
}
#KombinOwl .owl-nav [class*=owl-]
{
top: 38%;
}
.AltiliBanner.flexwrap
{
-webkit-justify-content: center;
justify-content: center;
margin-top: 10px;
}
.AltiliBannerBaslik
{
font-size: 16px;
line-height: 20px;
font-weight: 800;
}
.HizmetBaslik
{
font-size: 20px;
margin-bottom: 20px;
}
.HizmetBoxYazi strong
{
font-size: 13px;
}
.HizmetBoxYazi
{
text-align: center;
}
.HizmetBoxYazi span
{
font-size: 11px;
line-height: 14px;
}
.AnaHizmetler
{
margin: 39px 0;
}
.AnaHizmetler .title
{
font-size: 22px;
text-align: center;
margin-bottom: 25px;
}
.HizmetBox:nth-child(2), .HizmetBox:nth-child(4)
{
border-right: 0;
}
.HizmetBox:before
{
content: "";
height: 53px;width: 75%;background-size: 27%
;float: left;
}
.DortluBannerSol, .DortluBannerSag
{
padding: 0;
}
.EnYeniUrunAlan
{
margin-top: 20px;
}
.DortluBannerSol
{
margin-bottom: 10px;
}
.AnasayfaBaslik
{
font-size: 24px;
}
.DortluBanner.flexwrap
{
margin: 10px 0;
}
.DortluBannerSol a span
{
font-size: 18px;
}
.AnasayfaYazi
{
font-size: 13px;
text-align: center;
line-height: 18px;
}
.AltiliBanner a span, .DortluBannerSag a span
{
font-size: 14px;
}
.AltiliBanner a
{
width: 46%;
position: relative;
margin: 2%;
box-sizing: border-box;
text-align: center;
}
.AltiliBanner a span
{
bottom: 2px;
}
.owl-theme .owl-nav [class*=owl-]
{
width: 24px;
height: 48px;
top: 50%;
margin-top: -35px;
}
.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(max-width:768px)
{
.dn-xs
{
display: none;
}
}
@media screen and (max-width: 540px)
{
.col-xs-12
{
width:100%;
}
.col-xs-11
{
width:91.66666667%;
}
.col-xs-10
{
width:83.33333333%;
}
.col-xs-9
{
width:75%;
}
.col-xs-8
{
width:66.66666667%;
}
.col-xs-7
{
width:58.33333333%;
}
.col-xs-6
{
width:50%;
}
.col-xs-5
{
width:41.66666667%;
}
.col-xs-4
{
width:33.33333333%;
}
.col-xs-3
{
width:25%;
}
.col-xs-2
{
width:16.66666667%;
}
.col-xs-1
{
width:8.33333333%;
}
.dn-xs
{
display: none;
}
#leftColumn > p,
#leftColumn > p *,
#mainColumn > p,
#mainColumn > p *,
#rightColumn > p,
#rightColumn > p *
{
float: left;
width:100%;
}
#alis-veris-listem .pageTitle
{
height: auto;
min-height: 60px;
}
#alis-veris-listem .pageTitle > .row
{
background-position: 10px 12px;
}
#alis-veris-listem #liste-kategori
{
padding-left: 0;
}
#alis-veris-listem table img
{
width: 40px;
max-width: none;
}
}
.tsoft-push--in-notification
{
width: 422px;
padding: 0 20px 10px 20px;
border: 1px solid #bababa;
border-radius: 3px;
box-shadow: 0 4px 4px -2px #888;
background-color: #fbfbfb;
font-family: Arial,sans-serif;
position: fixed;
top: 0;
left: 50%;
margin-left: -211px;
z-index: 9999999999999;
}
.tsoft-push--in-notification-inner-container
{
margin: 0;
}
.tsoft-push--in-notification-logo
{
height: auto;
margin-right: 5px;
max-width: 150px;
float: left;
}
.tsoft-push--in-notification-logo img
{
width: 100%;
height:100%;
padding-top: 20px;
}
.tsoft-push--in-notification-image-container
{
float: left;
margin: 13px 15px 0 0
}
.tsoft-push--in-notification-image-container img
{
width: 65px;
height: 65px
}
.tsoft-push--in-notification-text-container
{
position: relative !important;
padding: 10px 0 0 0 !important;
color: #000 !important;
text-align: left !important;
margin: 0 !important;
line-height: 1.4em !important
}
.tsoft-push--in-notification-title
{
margin-bottom: 5px;
text-align: left;
font-size: 14px;
font-weight: 700;
line-height: 1.4em;
color: #000;
word-break: break-word;
overflow: hidden;
font-family: Arial, sans-serif;
}
.tsoft-push--in-notification-description
{
font-size: 12px;
line-height: 1.4em;
margin: 10px 0;
padding: 0;
text-align: left;
word-break: break-word;
overflow: hidden;
font-family: Arial, sans-serif;
}
.tsoft-push--in-notification-button-container
{
float: right !important
}
.tsoft-push--in-notification-button
{
width: 90px;
height: 18px;
line-height: 18px;
margin-left: 3px;
padding: 5px;
background: #f9f9f9;
border: 1px solid #bababa;
border-radius: 1px;
display: inline-block;
font-size: 14px;
text-align: center;
cursor: pointer;
box-sizing: content-box
}
.tsoft-push--in-allow-button
{
background: #00c33d;
color: #fff;
border-color: #059833
}
@media all and (max-width:421px)
{
.tsoft-push--in-notification
{
box-sizing: border-box;
width: 100%;
left: 0;
margin: 0;
border-radius: 0;
border-left: 0;
border-right: 0;
border-top: 0
}
.tsoft-push--in-notification-text-container
{
float: left;
}
}
.w-100
{
width:100%;
}
.position-relative
{
position: relative;
}
.countdown .item
{
display: inline-block;
margin: 7px;
text-align: center;
}
.countdown .item .days, .countdown .item .hours, .countdown .item .minutes, .countdown .item .seconds
{
width: 45px;
height: 31px
;margin-bottom: 5px;
border: 2px solid #ffffff
;border-radius: 2px;
font-size: 20px
;line-height: 32px;
color: #ffffff
;font-weight: 600;
}
.countdown .item span
{
color: #fff;
font-weight:200;
}
@media (min-width:968px)
{
.countdown
{
position: absolute;
top: 0;
right: 6%;
z-index: 1111111;
}
}
@media (max-width:968px)
{
.countdown
{
background: #a61172;
background: -moz-linear-gradient(left, #a61172 0%, #fe6514 100%);background: -webkit-linear-gradient(left, #a61172 0%,#fe6514 100%);background: linear-gradient(to right, #a61172 0%,#fe6514 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61172', endColorstr='#fe6514',GradientType=1 )
;text-align: center;
margin-top: 7px;
}
}
.ustVitrinImg.desk
{
width:100%;
display: block;
@media(max-width:767px)
{
display: none;
}
}
.ustVitrinImg.mob
{
width:100%;
display: none;
@media(max-width:767px)
{
display: block;
}
}

@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;
}
.liste-top
{
color: #fff;
background: red;
font-size: clamp(14px,2vw,23px);
text-align: center;
padding: clamp(10px,1.5vw,20px) clamp(10px,1vw,15px);
line-height: normal;
font-weight: 700;
}
.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_ALS/navIcon.png') no-repeat center center;
border-right: 1px solid #ececec;
}
[dir="rtl"] .navIcon
{
border-right: 0;
border-left:1px solid #ececec;
}
#navigasyon a
{
padding: 0 5px;
font-size: 12px
;color: #858585;
}
ul.breadcrumb>li
{
float: left;
}
#navigasyon li:last-child:after
{
display: none;
}
#navigasyon li:after
{
content: "";
background: url('/Data/EditorFiles/tema/img/nav-ok.png') no-repeat right center
;float: right;
width: 6px
;height: 13px;
}
[dir="rtl"] #navigasyon a
{
padding-right: 10px;
padding-left:20px;
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/navLinkRtl.png');
background-position: 0 center;
}
[dir="rtl"] #navigasyon a.navHome
{
padding-right: 10px;
padding-left:30px;
background-image:url('/theme/v4/sub_theme/genel/v4/user_ALS/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;
}
.filter-box select
{
float: left;
height:30px;
margin: 0;
padding-right:15px;
border: 0;
font-size:12px;
color: #6c6c6c;
appearance:none;
-moz-appearance: none;
-webkit-appearance:none;
background:url('/theme/v4/sub_theme/genel/v4/user_ALS/selectArrow.png') no-repeat right center;
}
[dir="rtl"] .filter-box select
{
float: right;
padding-right:0;
padding-left: 15px;
background:url('/theme/v4/sub_theme/genel/v4/user_ALS/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:53px;
height: 30px;
}
.select
{
width: 33px;
padding:30px 5px 0;
position: absolute;
left:5px;
z-index: 333;
}
.select:hover
{
background: #F3F3F3;
}
.select span
{
width: 33px;
height:20px;
cursor: pointer;
display:none;
padding: 5px 0;
border-top:1px solid #B7B7B7;
}
.select span.selected
{
position: absolute;
top:0;
left: 5px;
cursor:default;
display: block;
border-top:0;
}
.select:hover span
{
display: block;
}
#slider-range
{
width:calc(100% - 17px);
height: 17px;
margin-top:6px;
margin-right: 17px;
background: #ffffff;
position: relative;
}
.ui-slider-range
{
position: absolute;
top: 7px;
height: 2px;
background: #000000;
}
.ui-slider-handle
{
position: absolute;
top:0;
width: 17px;
height:17px;
background: #000000;
cursor: pointer;
border-radius: 50%;
}
.catalogBtn
{
}
.horizontalBtn
{
background:url('/theme/v4/sub_theme/genel/v4/user_ALS/horizontalIcon.png') no-repeat center 5px;
}
.listBtn
{
}
#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: 6px 6px 6px 0px;
}
.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;
@media(max-width:1000px)
{
min-width: 23px;
padding-right: 0px;
padding-left: 0px;
}
}
.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_ALS/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%;
}
@media screen and (min-width: 768px)
{
.middleItem .qtyBtns input
{
width: 28px;
}
}
@media screen and (min-width: 1001px)
{
.qtyBtns input
{
min-width: 28px;
}
}
@media screen and (max-width: 1000px)
{
.NavBox
{
margin: 0 0 15px 0;
}
}
@media screen and (max-width: 767px)
{
#navigasyon
{
padding: 0 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: 96% !important;
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;
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_ALS/popupClose.png');
}
[dir="rtl"] .pWrapper .pClose
{
right: auto;
left: -15px;
}
.pWrapper .close
{
cursor: pointer;
filter: contrast(5.5) !important;
}
.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_ALS/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_ALS/popupPrev.png');
}
#nextLight
{
background-image: url('/theme/v4/sub_theme/genel/v4/user_ALS/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%;
}
.removeBasketProduct.removeBtn, .removeBasketProduct.removeBtn:hover
{
background: url('/Data/EditorFiles/tema/img/svg/delete.svg') no-repeat center;
background-size: 100%;
}
#cartPopup
{
background: rgb(255 255 255 / 97%);
color: black !important;
@media(max-width:767px)
{
max-width:97%;
}
}
#cartPopup .fw700
{
font-weight:600 !important;
@media(max-width:767px)
{
font-weight:500 !important;
}
}
#cartPopup .fw600
{
@media(max-width:767px)
{
font-weight:500 !important;
}
}
#cartPopup .fw600 .fl
{
@media(max-width:767px)
{
font-size: 12px;
!important;
}
}
#cartPopup .productType
{
text-transform:capitalize !important;
font-weight: 500;
font-size: 16px !important;
text-decoration: underline;
word-spacing: 3px;
margin-bottom: 15px;
@media(max-width:767px)
{
font-weight:500 !important;
}
}
#cartPopup .dn-xs
{
font-weight: 600 !important;
@media(max-width:767px)
{
font-weight:500 !important;
}
}
#cartPopup .dn-xs .line-through
{
margin-top:5px !important;
color:gray !important;
}
#cartPopup button
{
height:43px !important;
}
#cartPopup .panelPopupTitle
{
padding-bottom:10px !important;
}
#cartPopup .panelPopupTitle,#cartPopup .priceBasketProduct,#cartPopup .totalBasketPrice
{
font-weight:600 !important;
@media(max-width:767px)
{
font-weight:500 !important;
}
}
#cartPopup .pButtons
{
background: transparent;
}
#cartPopup .qtyBtns a
{
background: #e5e5e5;
}
@media screen and (min-width: 768px)
{
.ie .pWrapper .pWin.overflow
{
margin-top:40px !important;
}
}
@media screen and (max-width: 767px)
{
.pWrapper .pWin.flexbox .pText
{
max-height: calc(100vh - 140px);
height: initial !important;
}
body:not(.flexPopup) .pWrapper .pClose
{
top: -13px;
right: -7px;
}
[dir="rtl"] body:not(.flexPopup) .pWrapper .pClose
{
top: 10px;
right:auto;
left: 20px;
}
.pWrapper .pWin
{
max-width:90% ;
}
.pWrapper .pWin .pButtons
{
padding-top: 0;
}
.pWrapper .pWin .pButtons button
{
margin-top: 10px;
}
}
.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: 5px!important;
box-shadow: none!important
}
#popup-login .popupInnerBlock>.xlarge
{
padding: 0;
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
text-align: center;
margin: 10px 0
}
.flex-wrap
{
flex-wrap: wrap
}
.title-register
{
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 4px
}
#uye-kayit-btn
{
height: 50px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 17px;
border-radius: 5px
}
.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: 12px;
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_ALS/icons/firstname.png')
}
.icon-lastname
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/lastname.png')
}
.icon-mail
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/mail.png')
}
.icon-pen
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/pen.png')
}
.icon-message
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/message.png')
}
.icon-attach
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/attach.png')
}
.icon-code
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/code.png')
}
.icon-pass
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/password.png')
}
.icon-passConfirm
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/passConfirm.png')
}
.icon-company
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/company.png')
}
.icon-taxOffice
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/taxOffice.png')
}
.icon-taxId
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/taxId.png')
}
.icon-tc
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/tc.png')
}
.icon-birthday
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/birthday.png')
}
.icon-gender
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/gender.png')
}
.icon-mobilePhone
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/mobilePhone.png')
}
.icon-homePhone
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/homePhone.png')
}
.icon-officePhone
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/officePhone.png')
}
.icon-address
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/address.png')
}
.icon-map
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/map.png')
}
.icon-zipCode
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/zipCode.png')
}
.icon-fb
{
background-color: #3c599b;
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/facebook.png')
}
.icon-tw
{
background-color: #29aae3;
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/twitter.png')
}
.icon-google
{
background-color: #d0422a;
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/icons/google-plus.png')
}
.icon-star
{
background-image: url('/theme/v4/sub_theme/form/v4/user_ALS/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_ALS/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: 55px;
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
}
[dir=rtl] .input-wrap
{
margin-right: 0;
margin-left: 10px
}
.input-wrap.radio
{
background: url('/theme/v4/sub_theme/form/v4/user_ALS/radio.png') no-repeat center center;
cursor: pointer
}
.form-control:hover .input-wrap.radio
{
background: url('/theme/v4/sub_theme/form/v4/user_ALS/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_ALS/radioActive.png') no-repeat center center
}
.input-wrap.checkbox
{
background: url('/theme/v4/sub_theme/form/v4/user_ALS/checkbox.png') no-repeat center center
}
.form-control:hover .input-wrap.checkbox
{
background: url('/theme/v4/sub_theme/form/v4/user_ALS/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_ALS/checkboxActive.png') no-repeat center center
}
.input-wrap input
{
visibility: hidden;
margin: 0
}
.form-link
{
line-height: 30px;
font-size: 15px;
color: #666
}
.info:before
{
content: '';
display: inline-block;
min-height: 13px;
min-width: 12px;
background: url('/theme/v4/sub_theme/form/v4/user_ALS/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_ALS/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_ALS/removeIcon.png');
background-repeat: no-repeat;
background-position: center center
}
.hasDatepicker
{
padding-right: 26px;
background: url('/theme/v4/sub_theme/form/v4/user_ALS/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;
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: red;
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: red!important
}
#popup-member-login,#member-login-btn,#uye-kayit-btn,#order-login-btn,#without-membership
{
background: #000;
color: #fff;
font-size: 12px;
font-weight: 700;
text-transform: uppercase
}
#popup-member-login:hover,#member-login-btn:hover,#uye-kayit-btn:hover,#order-login-btn:hover
{
opacity: .7
}
#popup-member-register
{
height: 50px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
border: 1px solid #000;
border-radius: 5px;
font-size: 20px;
font-weight: 500
}
#popup-member-forgot-password:before
{
display: none
}
#popup-member-forgot-password
{
text-decoration: underline;
font-size: 13px;
margin-top: 10px;
color: #212121
}
#member-forgot-password,#member-register
{
text-decoration: underline;
font-size: 13px;
color: #212121;
text-transform: uppercase
}
#UyeOlmadanDevam
{
background: #ececec;
text-align: center;
color: #ec971f;
text-transform: uppercase;
padding: 5px 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 16px
}
#UyeOlmadanDevam:hover
{
background: #000;
color: #fff
}
#uye-kayit-form .xlarge .icon+input,#uye-kayit-form .xlarge .icon+select,#order-login-form .xlarge .icon+input,#popup-login .xlarge .icon+input[type=text],#popup-login .xlarge .icon+input[type=password],#login-form .xlarge .icon+input[type=email],#login-form .xlarge .icon+input[type=password]
{
padding-left: 10px;
text-indent: 0
}
#member-register
{
margin-bottom: 10px
}
#uye-kayit-form .icon,#order-login-form .icon,#popup-login .icon,#login-form .icon
{
display: none
}
.SifremiUnuttum .icon
{
display: none
}
.SifremiUnuttum #forgot-email
{
padding-left: 10px
}
#invoiceForm select,#invoiceForm input,#invoiceForm textarea
{
padding-left: 10px;
text-indent: 0;
color: #666
}
#invoiceForm .icon
{
display: none
}
#invoiceForm #addressFormCountryControl .icon-i
{
display: block;
}
#invoiceForm .btn-success
{
background: #000!important
}
.pWrapper .btn-success
{
background: #000
}
.pWrapper .btn-success:hover
{
opacity: .7
}
.city-container
{
width: 49%
}
.town-container
{
width: 50%;
float: right
}
.showAddressFieldInvoiceType
{
width: 49%
}
.showAddressFieldInvoiceType+div
{
width: 50%;
float: right
}
@media screen and (min-width: 768px)
{
.page-91 #myPopupWin
{
height:61%
}
}
@media screen and (max-width: 767px)
{
#memberForm #alan_cinsiyet
{
padding:0;
margin-top: 10px
}
#iu-address select,#iu-address input
{
height: 40px
}
#iu-address textarea#address
{
height: 80px!important
}
.UyeSifreUnuttumBox
{
margin-top: 10px
}
.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
}
}
.sp-kargo-U
{
display: inline-block;
margin-left:5px;
font-size: 12px;
background:black;
color: white;
}
.comment-hoop-U
{
color:#787878 !important;
text-transform:none !important;
font-size:13px !important;
border:none !important;
}
.stars-inner
{
height: 13px;
background: url('/theme/v4/sub_theme/genel/v4/v4/starsFull.png') no-repeat;
filter: brightness(0) saturate(100%);
}
@media(min-width:1001px)
{
.mob-star-U
{
display: none;
}
}
@media(max-width:1000px)
{
.desk-star-U
{
display: none;
}
.mob-star-U
{
position: absolute;
bottom:26px;
left: 0px;
}
}
@media(max-width:767px)
{
.mob-star-U
{
position: absolute;
bottom:14px;
left: 0px;
}
}
.d-desCar-U
{
@media(max-width:1305px)
{
display: none;
}
}
.d-mobCar-U
{
display: none;
@media(max-width:1305px)
{
display: inline-block;
}
}
.catImgDesk-U
{
display: inline-block;
margin-top:20px !important;
@media(max-width:768px)
{
display:none !important;
}
}
.catImgMob-U
{
display: none;
margin-top:20px !important;
@media(max-width:768px)
{
display:inline-block !important;
}
}
.ovb-U
{
max-height: 275px;
@media(max-width: 767px)
{
max-height: 691px;
}
@media(max-width: 540px)
{
max-height: 481px;
}
@media(max-width: 375px)
{
max-height: 327px;
}
}
div#tabs > button img
{
filter: invert(1);
}
.hooops-flex
{
display: flex;
justify-content: center;
}
.shine-lp
{
padding-top: 30px;
}
.catalogWrapper .hooops-tekli .productItem
{
width: max-content;
}
.shine-lp-video
{
margin-bottom: 40px;
}
.shine-after-before
{
margin-bottom: 40px;
}
.paddBU
{
padding: 0px;
@media(max-width: 1230px)
{
padding:0px 10px !important;
width:calc(100% - 20px) !important;
}
}
.box-sizing
{
box-sizing: border-box;
}
.grid-item
{
display: grid;
}
.grid-1
{
grid-template-columns: repeat(1, 1fr);
}
.grid-2
{
grid-template-columns: repeat(2, 1fr);
}
.grid-3
{
grid-template-columns: repeat(3, 1fr);
}
.grid-4
{
grid-template-columns: repeat(4, 1fr);
}
.grid-5
{
grid-template-columns: repeat(5, 1fr);
}
.grid-6
{
grid-template-columns: repeat(6, 1fr);
}
.grid-7
{
grid-template-columns: repeat(7, 1fr);
}
.grid-8
{
grid-template-columns: repeat(8, 1fr);
}
.grid-9
{
grid-template-columns: repeat(9, 1fr);
}
.grid-10
{
grid-template-columns: repeat(10, 1fr);
}
.grid-11
{
grid-template-columns: repeat(11, 1fr);
}
.grid-12
{
grid-template-columns: repeat(12, 1fr);
}
.column-0
{
grid-column-gap: 0px;
}
.column-10
{
grid-column-gap: 10px;
}
.column-20
{
grid-column-gap: 20px;
}
.column-30
{
grid-column-gap: 30px;
}
.column-40
{
grid-column-gap: 40px;
}
.column-50
{
grid-column-gap: 50px;
}
.column-60
{
grid-column-gap: 60px;
}
.column-70
{
grid-column-gap: 70px;
}
.column-80
{
grid-column-gap: 80px;
}
.column-90
{
grid-column-gap: 90px;
}
.column-100
{
grid-column-gap: 100px;
}
.row-0
{
grid-row-gap: 0px;
}
.row-10
{
grid-row-gap: 10px;
}
.row-20
{
grid-row-gap: 20px;
}
.row-30
{
grid-row-gap: 30px;
}
.row-40
{
grid-row-gap: 40px;
}
.row-50
{
grid-row-gap: 50px;
}
.row-60
{
grid-row-gap: 60px;
}
.row-70
{
grid-row-gap: 70px;
}
.row-80
{
grid-row-gap: 80px;
}
.row-90
{
grid-row-gap: 90px;
}
.row-100
{
grid-row-gap: 100px;
}
.pl-0
{
padding-left: 0px;
}
.pl-10
{
padding-left: 10px;
}
.pl-20
{
padding-left: 20px;
}
.pl-30
{
padding-left: 30px;
}
.pl-40
{
padding-left: 40px;
}
.pl-50
{
padding-left: 50px;
}
.pl-60
{
padding-left: 60px;
}
.pl-70
{
padding-left: 70px;
}
.pl-80
{
padding-left: 80px;
}
.pl-90
{
padding-left: 90px;
}
.pl-100
{
padding-left: 100px;
}
.pr-0
{
padding-right: 0px;
}
.pr-10
{
padding-right: 10px;
}
.pr-20
{
padding-right: 20px;
}
.pr-30
{
padding-right: 30px;
}
.pr-40
{
padding-right: 40px;
}
.pr-50
{
padding-right: 50px;
}
.pr-60
{
padding-right: 60px;
}
.pr-70
{
padding-right: 70px;
}
.pr-80
{
padding-right: 80px;
}
.pr-90
{
padding-right: 90px;
}
.pr-100
{
padding-right: 100px;
}
.pt-0
{
padding-top: 0px;
}
.pt-10
{
padding-top: 10px;
}
.pt-20
{
padding-top: 20px;
}
.pt-30
{
padding-top: 30px;
}
.pt-40
{
padding-top: 40px;
}
.pt-50
{
padding-top: 50px;
}
.pt-60
{
padding-top: 60px;
}
.pt-70
{
padding-top: 70px;
}
.pt-80
{
padding-top: 80px;
}
.pt-90
{
padding-top: 90px;
}
.pt-100
{
padding-top: 100px;
}
.pb-0
{
padding-bottom: 0px;
}
.pb-10
{
padding-bottom: 10px;
}
.pb-20
{
padding-bottom: 20px;
}
.pb-30
{
padding-bottom: 30px;
}
.pb-40
{
padding-bottom: 40px;
}
.pb-50
{
padding-bottom: 50px;
}
.pb-60
{
padding-bottom: 60px;
}
.pb-70
{
padding-bottom: 70px;
}
.pb-80
{
padding-bottom: 80px;
}
.pb-90
{
padding-bottom: 90px;
}
.pb-100
{
padding-bottom: 100px;
}
.toggle-container
{
border: 1px solid #f8f8f8;
box-sizing: border-box;
border-radius: 5px;
margin-top: 10px;
}
.toggle-header
{
cursor: pointer;
padding: 18px;
background: #f8f8f8 url('/Data/EditorFiles/Devux/sss/arrow-down.svg') no-repeat right;
background-position-x: 99%;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .2px;
}
.toggle-header.active
{
background: #f8f8f8 url('/Data/EditorFiles/Devux/sss/arrow-up.svg') no-repeat right;
background-position-x: 99%;
font-weight: 600;
}
.toggle-title
{
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
}
.toggle-content
{
display: none;
padding: 18px;
box-sizing: border-box;
font-size: 12px;
line-height: 150%;
}
.title-sss
{
display: none;
}
.title-sss.active
{
display: block;
}
.sss-general
{
padding: 40px 0;
}
.sss-title
{
text-align: center;
font-size: 18px;
font-weight: 600;
}
.sss-tab-title
{
background: #f8f8f8;
padding: 30px 0;
margin: 25px 0;
}
div#tabs
{
display: flex;
justify-content: space-between;
grid-column-gap: 20px;
}
div#tabs > button
{
width: 100%;
cursor: pointer;
background: #111;
border: 1px solid #111;
border-radius: 5px;
padding: 20px;
box-sizing: border-box;
}
div#tabs > button span
{
font-size: 13px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
}
div#tabs > button.active span
{
font-weight: 600;
}
div#tabs > button.active
{
border-color: #333;
background: #333;
}
.overflwhdn
{
overflow: hidden !important;
}
#favoribtn:hover
{
background-image: url('/Data/EditorFiles/tema/img/svg/saveProductok.svg');
}
#favoribtn.removeFavorite
{
background-image: url('/Data/EditorFiles/tema/img/svg/saveProductok.svg');
}
.sticky-bar .shopListLink.removeFavorite
{
background: url('https://www.manuka.com.tr/Data/EditorFiles/tema/svg/heart-active2-white.svg') no-repeat center;
background-size: 55%;
}
.FavoriBox .shopListLink.removeFavorite
{
background-image: url('/Data/EditorFiles/tema/img/svg/saveProductok.svg');
}
#notify .btn-fav
{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 0px 20px;
position: absolute;
top: 0;
left: 0;
}
#notify
{
width: 320px !important;
min-height: 60px !important;
position: fixed !important;
top: calc(50% - 30px) !important;
left: calc(50% - 160px) !important;
z-index: 999 !important;
}
#notify .btn-success
{
background: #26c96d;
border: none;
}
#notify .btn-danger
{
background: #c91e1e;
border: none;
}
.center-U
{
display: flex;
align-items: center;
}
.top-slider .swiper-slide
{
height: 35px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: #492400;
color: white;
}
.kayan-yazi-container
{
white-space: nowrap;
overflow: hidden;
height: 28px;
padding-top:0px !important;
box-sizing: border-box;
background-color: #273A39;
position: absolute;
top: 0;
left: 0;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-top: .2px solid #000;
z-index: 9;
}
.kayan-yazi li b
{
font-weight: 600
}
.kayan-yazi li
{
position: relative;
padding: 0 8px;
font-size: 13px;
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;
color: white;
}
.kayan-yazi .swiper-slide
{
display: flex;
align-items:center;
justify-content: center;
}
.kayan-yazi
{
padding: 0;
margin: 0;
list-style: none;
height: 16px;
@media(max-width: 767px)
{
}
@media(max-width: 540px)
{
}
}
@keyframes kayan-liste
{
0%
{
transform: translateX(100%)
}
100%
{
transform: translateX(-100%)
}
}
@media(max-width: 767px)
{
.kayan-yazi-container
{
bottom: 51px;
height: 30px;
z-index: 9;
}
.kayan-yazi-container.stickyB-Alt
{
bottom: 67px;
}
.kayan-yazi
{
height: 16px;
}
.kayan-yazi li
{
padding: 0 5px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: white;
@media(max-width:1000px)
{
font-size: 11px;
}
}
}
.mt
{
margin-top: 10px;
}
.mb
{
margin-bottom: 10px;
}
.pt
{
padding-top: 10px;
}
.pb
{
padding-bottom: 10px;
}
.badge-trend
{
background: #ea3685;
color: #ffff;
padding: 3px 5px;
border-radius: 3px;
font-size: 8px;
margin-left: 5px;
text-transform: capitalize;
}
#mobileMenu1 a.color-red
{
color: red!important;
font-weight: bold;
}
#kampanyaSayac
{
position: absolute;
bottom: 60px ;
left: 0;
float: left;
width: 100% ;
display: flex;
align-items: center ;
justify-content: center;
}
.sliderMain li
{
position: relative;
}
#kampanyaSayac > span
{
margin: 0 5px;
color: #ffffff;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#kampanyaSayac > span > span
{
background: #f05b25;
color: #ffffff;
width: 50px;
height: 50px;
border-radius: 5px;
font-size: 22px;
line-height: 50px;
text-align: center;
font-weight: 500;
margin-bottom: 5px;
}
.menu, .menu div:not(.dynamicMenu)
{
background-color: inherit
}
.yaz-esintisi small
{
position: relative;
top: -6px ;
left: 0px;
font-size: 9px;
}
.menu
{
position: relative;
display: flex;
justify-content: center;
}
.menu-list
{
z-index: 33
}
.menu li
{
float: left
}
[dir=rtl] .menu li
{
float: right
}
.menu a
{
float: left;
padding-right: 20px ;
box-sizing: border-box;
border: 0 !important;
}
[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
}
#headerTop
{
background: #000
}
#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_Devux/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_Devux/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
}
#hmLinks
{
position: relative
}
.studioCollection
{
font-family: 'DM Serif Display', serif;
color: #991721 !important;
text-transform: uppercase !important;
}
@media(min-width: 1001px)
{
#hmLinks
{
margin-left: auto;
}
}
[dir=rtl] #hmLinks
{
float: left
}
#hmLinks>a
{
}
#FormAra input[type=text]:focus, #FormAra input[type=submit]:focus
{
box-shadow: none;
-webkit-box-shadow: none
}
[dir=rtl] #hmLinks>a
{
float: left
}
#hmLinks a.para_puan
{
background: url('https://www.hooopstore.com/Data/EditorFiles/hooops-gif-30x30.gif') no-repeat center;
background-size: 100%;
margin-right: 25px;
padding: 0
}
#hmLinks a.authorLink
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/account.svg') no-repeat center;
background-size: 100%
}
#hmLinks a.basketLink
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/supermarket.svg') no-repeat center;
position: relative
}
#hmLinks a.messageLink
{
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/messageIcon.svg') no-repeat center 9px;
position: relative
}
#hmLinks a.basketLink span, #hmLinks a.messageLink span
{
position: absolute;
top: -4px;
right: -4px;
width: 15px;
height: 15px;
line-height: 15px;
font-size: 10px;
color: #fff;
font-weight: 600;
text-align: center;
background: #000;
border-radius: 10px
}
#hmLinks>a strong
{
line-height: 16px;
color: #666;
font-size: 11px
}
#basketList
{
display: none;
position: absolute;
top: 80px;
left: 0;
background: #fff;
z-index: 3333
}
[dir=rtl] #logo
{
float: right;
margin-right: 0
}
#logo p
{
float: left;
width: 100%;
padding-bottom: 0
}
#mobileMenu1 .owl-stage-outer
{
display: none !important;
}
#logo a
{
width: 100%;
padding-bottom: 0
}
.fw-bold
{
font-weight: 700 !important;
}
#logo img
{
display: inline;
max-height: 100%;
max-width: 100%;
width: auto;
vertical-align: middle;
max-width: 200px;
}
#FormAra
{
position: relative;
height: 33px;
border-bottom: 1px solid #000
}
#FormAra input[type=text]::placeholder
{
color: #898888;
font-weight: 300;
}
#FormAra input[type=text]
{
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
border: 0;
box-sizing: border-box;
padding: 10px 50px 10px 0px;
color: #666;
font-size: 13px
}
[dir=rtl] #FormAra input[type=text]
{
padding: 10px 10px 10px 210px
}
#FormAra .placeholder
{
right: 201px;
line-height: 46px;
padding-left: 20px;
display: none
}
#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_Devux/selectArrow.png') no-repeat right center;
border: 0;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
color: #666;
font-size: 13px
}
[dir=rtl] #searchRight select
{
float: right;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/selectArrow.png') no-repeat 10px center
}
#FormAra input[type=submit]
{
width: 36px;
height: 36px;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/search.svg') no-repeat center;
border: 0;
cursor: pointer;
z-index: 1;
background-size: 21px;
background-color: transparent;
position: absolute;
right: 0;
z-index: 999;
top: 0
}
[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;
max-height: 300px;
overflow: auto;
}
#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-size: 12px;
font-weight: 600 ;
display: flex;
align-items: center
}
#live-search-box span, #live-search-box div.search-image
{
width: 8% ;
height: auto;
margin-top: 5px ;
margin-right: 15px;
margin-left: 5px;
overflow: hidden
}
#live-search-box img
{
margin: 0 auto
}
#mainMenu
{
position: relative;
z-index: 777;
text-align: center;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
padding: 0;
margin-top: 10px;
margin-left: 0;
margin-right: 0
}
#mainMenu .menu>li
{
padding: 9px;
}
#mainMenu .menu>li:hover
{
}
#mainMenu a
{
height: 29px;
line-height: 29px;
font-size: 14px;
color: #000;
position: relative;
font-weight: 500
}
@media (max-width: 1664px) and (min-width:1000px)
{
#mainMenu a
{
height: auto;
line-height: normal;
}
}
[dir=rtl] #mainMenu a
{
border-right: 0;
border-left-width: 1px;
border-left-style: solid
}
.menu li.parentLink>a:after
{
background-color: transparent;
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/down-arrow.svg') right center no-repeat;
width: 10px;
height: 100%;
float: right;
background-size: 100%;
content: "";
position: absolute;
right: 0
}
#mainMenu #homeLink a
{
width: 54px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/homeIcon.png') no-repeat center center
}
#mainMenu .parentLink li a
{
border-right: 0;
}
[dir=rtl] #mainMenu .parentLink li a
{
border-left: 0
}
.subMenu
{
position: absolute;
left: 10px;
right: 10px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
display: none;
text-align: left;
margin: 0 auto
}
.subMenu *:not(.dynamicMenu)
{
background-color: transparent
}
#mainMenu .subMenu
{
top: 100% ;
padding: 0;
}
.menuTitle
{
font-size: 20px;
padding-bottom: 10px
}
.subMenu a
{
padding-right: 10px;
padding-left: 10px;
font-size: 12px;
box-sizing: border-box
}
.subMenu li li a
{
font-size: 11px;
background-image: url('/theme/v4/sub_theme/ust/v4/user_Devux/menuSmallArrow.png');
background-repeat: no-repeat;
background-position: 0 center
}
.subMenu a:hover
{
background-color: #fff;
padding-right: 10px;
padding-left: 10px
}
#mainMenu .subMenu a:hover
{
color: #ff821d;
}
.subMenu .dynamicMenu
{
background: #fff;
border-top: 1px solid #000000;
}
.dynamicMenu .showmenuAllDv
{
padding-top: 10px;
}
.dynamicMenu .showmenuAllDv>a
{
text-decoration: underline;
}
.subMenu.subMenuayrB .dynamicMenu
{
padding-left: 40px;
padding-right: 40px;
}
.subMenu.subMenuayrB .dynamicMenu .dynamicMenuImgDv
{
display: flex;
}
.subMenu.subMenuayrB .dynamicMenu .dynamicMenuImgDv .menuimgAlnB
{
height: auto !important;
}
.menuimgAlnBimg
{
}
.menuimgAlnBtxt
{
display: flex;
align-items: flex-start;
justify-content: center;
gap: 5px;
}
.menuimgAlnBtxt .imgicTxtBig
{
font-size: 17px !important;
font-weight: 700 !important;
}
.menuimgAlnBtxt .imgicTxtMin
{
font-size: 12px !important;
font-weight: 400 !important;
line-height: initial !important;
}
.mobileMenuimgAlnUst
{
padding-top: 20px;
display: block;
max-width: 248px;
}
.mobileMenuimgAlnUst .imgicTxtDivFB
{
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 5px;
}
.mobileMenuimgAlnUst .imgicTxtDivFB .imgicTxtBig
{
font-size: 17px !important;
font-weight: 700 !important;
}
.mobileMenuimgAlnUst .imgicTxtDivFB .imgicTxtBig::after
{
content: none !important;
}
.mobileMenuimgAlnUst .imgicTxtDivFB .imgicTxtMin
{
font-size: 12px !important;
font-weight: 400 !important;
}
.mobileMenuimgAlnUst .imgicTxtDivFB .imgicTxtMin::after
{
content: none !important;
}
@media(max-width: 1300px)
{
.menuimgAlnBtxt .imgicTxtBig
{
font-size: 14px !important;
font-weight: 700 !important;
}
.menuimgAlnBtxt .imgicTxtMin
{
font-size: 10px !important;
font-weight: 400 !important;
line-height: initial !important;
}
.subMenu.subMenuayrB .dynamicMenu
{
padding-left: 20px;
padding-right: 20px;
}
}
.subMenu li li a:hover
{
padding-left: 20px;
background-image: url('/theme/v4/sub_theme/ust/v4/user_Devux/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
}
#FavoriteBtn
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/heart.svg') no-repeat center;
background-size: 100%
}
#UstYaziOwl
{
text-align: center;
color: #8d8d8d;
padding: 15px 0;
border-bottom: 1px solid #e3e3e3;
font-size: 15px
}
.MenuIndirim
{
color: #ec5d4f!important
}
#FormAra input[type=text]::-webkit-input-placeholder
{
font-size: 13px;
color: #bbb
}
#FormAra input[type=text]::-moz-placeholder
{
font-size: 13px;
color: #bbb
}
#FormAra input[type=text]:-ms-input-placeholder
{
font-size: 13px;
color: #bbb
}
#FormAra input[type=text]:-moz-placeholder
{
font-size: 13px;
color: #bbb
}
.MenuMor
{
color: #d4145a!important
}
.MenuKirmizi
{
color: #ed5e50!important
}
.ustDuyuru
{
color: #ffffff;
background: #000;
text-align: center;
line-height: 40px;
font-size: 20px;
}
#UstYaziOwlMobil
{
text-align: center;
background-color: #984f1c;
color: #fff;
font-weight: 300;
font-size: 12px;
font-weight: 500
}
@media screen and (max-width: 1540px)
{
#kampanyaSayac
{
bottom: 36px;
}
}
@media screen and (min-width: 769px)
{
a.paraPuan
{
width: 32px !important;
height: 32px !important;
margin-right: 35px;
margin-top: -5px;
}
div#header-bar
{
display: none !important;
}
#mainMenu .menu>li:hover > a:before , #mainMenu .menu>li:hover > span:before
{
content: '';
width: 100%;
left: 0;
right: 0;
transition: all .5s ease;
}
#mainMenu .menu>li > a:before , #mainMenu .menu>li > span:before
{
content: '';
width: 0;
height: 2px;
background: #000000;
position: absolute;
top: -9px;
left: 50%;
border-radius: 19px;
transition: all .5s ease;
}
#mainMenu .subMenu > div
{
padding: 0;
}
#FavoriteBtn
{
margin: 0 20px
}
.menu li.parentLink:hover>ul
{
display: block
}
#hmLinks>a
{
width: 27px;
height: 27px
}
}
@media screen and (min-width: 1001px)
{
.menu li.parentLink>a:after
{
right: 0
}
.UstAlan.sticky #mainMenu
{
margin-top: 15px;
}
#FormAra
{
border-bottom: 1px solid #000;
}
.EditorBaslik
{
padding-left: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-weight: 700;
font-size: 16px
}
.sticky #FormAra
{
height: 36px
}
.sticky #logo
{
margin-top: 6px
}
.sticky #hmLinks
{
margin-top: 5px
}
.sticky #headerMain
{
margin-top: 8px;
margin-bottom: 5px;
}
#hmLinks
{
margin-top: 10px
}
#headerMain
{
margin-top: 20px;
margin-bottom: 20px
}
.HomePage #headerMain
{
margin-top: 40px;
margin-bottom: 20px
}
.sticky #headerMain
{
margin-top: 20px;
margin-bottom: 20px
}
#FavoriteBtn
{
margin: 0 35px
}
#mainMenu .menu>li>a
{
text-transform: capitalize;
font-size: 14px;
white-space: nowrap;
}
#logo
{
}
.UstAlan.sticky
{
position: fixed;
-moz-animation: top .5s ease;
transition: top .5s ease;
-wbkit-transition: top .5s ease;
top: 0;
z-index: 8888;
width: 100%;
left: 0;
margin: 0;
background: #fff;
-webkit-box-shadow: 0 0 5px 2px #5f5f5f;
box-shadow: 0 0 5px 2px #5f5f5f
}
.UstAlan.sticky .ustDuyuru
{
display: none;
}
.UstAlan.sticky #logo p
{
height: 32px;
}
.UstAlan
{
top: -50px;
margin-bottom: 0;
}
#mainMenu .menu>li>a
{
padding-right: 15px
}
}
@media screen and (min-width: 1231px)
{
#mainMenu .menu>li>a
{
font-size: 14px;
padding-right: 0 ;
margin: 0 6px;
white-space: nowrap;
}
}
@media screen and (min-width: 1366px)
{
.menu li.parentLink>a:after
{
right: 0;
}
.ustDuyuru
{
font-size: 16px
}
#mainMenu .menu>li.parentLink>a
{
padding-right: 30px;
padding-left: 0 ;
margin: 0 6px;
}
}
@media screen and (min-width: 1440px)
{
}
@media screen and (min-width: 1664px)
{
}
@media screen and (max-width: 1200px)
{
#kampanyaSayac
{
bottom: 15px;
}
}
@media screen and (max-width: 1230px) and (min-width:1001px)
{
#FormAra
{
width: 100%;
float: right;
}
}
@media screen and (max-width: 1000px)
{
.UstAlan.sticky
{
position: fixed;
-moz-animation: top .5s ease;
transition: top .5s ease;
-wbkit-transition: top .5s ease;
top: 0;
z-index: 8888;
width: 100%;
left: 0;
margin: 0;
background: #fff;
-webkit-box-shadow: 0 0 5px 2px #5f5f5f;
box-shadow: 0 0 5px 2px #5f5f5f
}
.MenuKapmanyaLi a
{
background: #ed5e50;
color: #fff!important;
line-height: 24px;
font-size: 16px!important
}
.MenuKapmanyaLi a:before
{
content: "";
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/price-tag.svg') no-repeat center;
background-size: 100%;
width: 24px;
height: 24px;
float: left;
margin-right: 10px
}
#mobileMenu1 ul li ul li
{
}
.MenuUyeIcon
{
padding: 10px 0!important
}
.MenuAyrac
{
padding: 10px!important;
float: left
}
.MenuUyeAlan:before
{
content: "";
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/account.svg') no-repeat center;
background-size: 100%;
width: 24px;
height: 34px;
float: left;
margin-right: 10px
}
.MenuUyeAlan a
{
font-weight: 600;
color: #000!important
}
.MenuUyeAlan
{
margin-top: 20px;
float: left;
width: 100%;
padding-left: 10px
}
.MenuKategoriTitle
{
text-transform: uppercase;
font-weight: 700;
font-size: 17px;
margin-bottom: 20px
}
#mobileMenu1 ul li ul li span:after
{
background-color: transparent;
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/down-arrow.svg') right center no-repeat;
;;;;;
;width: 12px;
;;;;;; height: 100%;
float: right;
background-size: 100%;
;;;;;;;;;;;;;;;;;transform: rotate(-90deg);
;;;;;;;;;;;;;;;;
;content: "";
position: absolute;
right: 0px;
top: 0
}
.MenuKapatText
{
line-height: 24px;
margin-top: 8px
}
.MenuKapatText:before
{
content: "";
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/menu.svg') no-repeat left center;
height: 24px;
width: 24px;
float: left;
background-size: 100%;
margin-right: 5px
}
.MenuKapatIcon
{
content: "";
background: #ed5e50 url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/close.svg') no-repeat center center;
height: 40px;
width: 42px;
float: right;
background-size: 30%
}
#UstYaziOwl
{
position: fixed;
top: 0;
left: 0;
background: #fff;
z-index: 999
}
#search
{
margin-top: 10px;
margin-bottom: 10px
}
#logo
{
margin-top: 0px;
}
.UstAlan
{
background: #fff;
z-index: 999
}
#headerMain
{
margin-top: 10px
}
.HomePage #headerMain
{
margin-top: 30px;
}
.sticky #headerMain
{
margin-top: 10px;
}
.animate
{
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
span#menuBtn
{
width: 30px;
height: 30px;
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/menu.svg') no-repeat center;
cursor: pointer;
background-size: 100%
}
[dir=rtl] span#menuBtn
{
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/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: 99998;
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%
}
}
#mobileMenu1
{
position: fixed;
left: -100% ;
top: 0;
bottom: 0;
width: 100% ;
background: #fff;
overflow-y: auto ;
z-index: 99999;
padding: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
[dir=rtl] #mobileMenu1
{
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 #mobileMenu1
{
left: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
[dir=rtl] .menuShow #mobileMenu1
{
-webkit-animation-name: mobileMenuRtl;
animation-name: mobileMenuRtl
}
#closeMobileMenu
{
color: #363636;
cursor: pointer ;
font-weight: 700;
font-size: 14px ;
background: #fafafa;
padding: 0 0 0 10px ;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
[dir=rtl] #closeMobileMenu
{
padding-right: 54px;
padding-left: 10px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/menuBtnActiveRtl.png') no-repeat right center
}
#mobileMenu1 span, #mobileMenu1 a, #mobileMenu1 label, #mobileMenu1 select
{
color: #000;
cursor: pointer ;
font-size: 15px;
font-weight: 500 ;
position: relative;
line-height: normal ;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
[dir=rtl] #mobileMenu1 span, [dir=rtl] #mobileMenu1 a, [dir=rtl] #mobileMenu1 label
{
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/menuArrowRtl.png') no-repeat 0 center
}
#mobileMenu1 span.active
{
color: #ed5e50;
}
#mobileMenu1 li ul
{
}
#mobileMenu1 li ul a
{
color: #000;
display: block;
width: 100%;
padding-left: 10px;
}
[dir=rtl] #mobileMenu1 li ul a
{
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/menuSubArrowRtl.png') no-repeat 0 center
}
#mobileMenu1 select
{
background: 0 0;
border: 0
}
#mobileMenu1 label[for=langMobile]
{
padding-left: 50px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/langMobileIcon.png') no-repeat 10px center
}
#mobileMenu1 label[for=curMobile]
{
padding-left: 50px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/curMobileIcon.png') no-repeat 10px center
}
#basketMobile
{
padding-left: 50px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/basketMobileIcon.png') no-repeat 10px center
}
#mobileMenu1 #setLocationMobile
{
padding-left: 50px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/addressMobileIcon.png') no-repeat left center
}
[dir=rtl] #mobileMenu1 label[for=langMobile], [dir=rtl] #mobileMenu1 label[for=curMobile], [dir=rtl] #basketMobile
{
padding-left: 0;
padding-right: 50px;
background-position: right center
}
#mobileMenu1 .mobilekatdiv
{
margin-top: 50px;
margin-bottom: 30px;
}
#mobileMenu1 .mobilekatdiv .mobilekatdivbas strong
{
display: block;
width: 100%;
font-size: 18px;
font-weight: 400;
letter-spacing: .9pt;
line-height: 20px;
margin-bottom: 2px;
}
#mobileMenu1 .mobilekatdiv .mobilealtkatul a
{
justify-content: flex-start;
gap: 10px;
}
#mobileMenu1 .mobilekatdiv .mobilealtkatul a
{
font-size: 14px !important;
font-weight: 600 !important;
}
#mobileMenu1 .mobilekatdiv .mobilealtkatul .koleksionspan
{
flex: 1;
text-align: left;
}
#favMobile:before
{
float: left;
width: 30px;
height: 45px;
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/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: 992px)
{
}
@media screen and (max-width: 1000px)
{
.hooops-flex
{
flex-wrap: wrap;
}
#menuColU
{
width: 35px;
}
.shine-lp
{
padding-top: 20px;
}
.shine-lp-video
{
margin-bottom: 10px;
}
.shine-after-before
{
margin-bottom: 10px;
}
a.paraPuan
{
width: 27px !important;
height: 27px !important;
margin-right: 15px;
margin-top: -5px;
}
#mobileMenu1 span.active + ul
{
left: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
height: 100%;
}
#mobileMenu1 span+ ul
{
position: absolute;
top: 0;
left: -100%;
right: 0;
bottom: 0;
background: #ffffff;
z-index: 99;
display: block !important;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
.menuShow #mobileMenu1 #mobileOptions
{
}
#mobileMenu1 .logo p
{
padding: 0;
}
#mobileMenu1 .logo img
{
width: 136px;
}
#closeMobileMenu
{
line-height: 44px;
color: #363636;
font-size: 40px;
font-weight: 300;
cursor: pointer;
}
#kampanyaSayac > span
{
font-size: 14px;
color: #ffffff;
}
#kampanyaSayac > span > span
{
width: 45px;
height: 45px;
border-radius: 5px;
font-size: 20px;
line-height: 45px;
}
#hmLinks a.para_puan
{
margin-right: 15px;
width: 24px
}
.ParaPuan img
{
width: 230px
}
.TheNew img
{
width: 170px;
}
.TheNew
{
padding: 5px!important
}
.UstAlan
{
top: 0
}
#UstYaziOwl
{
font-size: 10px;
padding: 10px 0
}
span#menuBtn
{
width: 26px;
height: 26px
}
#logo
{
width: calc((100% - 33.33333333%) - 35px);
padding-left: 5px;
margin-top: 0px;
text-align: left;
}
#hmLinks>a
{
width: 22px;
height: 22px
}
#FavoriteBtn
{
margin: 0 15px
}
#FormAra
{
height: 36px
}
#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: 0;
padding: 0
}
#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
}
#logo a img
{
width: auto;
display: inline;
vertical-align: middle;
height: 35px;
max-width: initial
}
#hmLinks
{
padding-top: 0;
padding-bottom: 0;
}
#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: 13px;
}
[dir=rtl] #FormAra input[type=text]
{
padding: 6px 10px 6px 75px
}
#mobileMenu1 span#searchRight
{
width: auto;
padding-top: 6px;
padding-bottom: 6px;
background: 0 0
}
#searchRight select
{
display: none
}
#mobileOptions .line-bottom
{
border-color: #c1c1c1
}
#mobileMenu1 #mobileOptions span, #mobileMenu1 #mobileOptions a, #mobileMenu1 #mobileOptions label, #mobileMenu1 #mobileOptions select
{
color: #363636;
text-transform: capitalize;
}
#mobileMenu1 #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
}
#closeMobileMenu
{
}
.hooopscolors img
{
width: 50%
}
#mobileMenu1 li ul a
{
font-size: 14px;
line-height: 26px;
}
#mobileMenu1 li ul a i b
{
text-transform: initial;
font-size: 12px
}
#hmLinks
{
padding-left: 0
}
#hmLinks a.messageLink
{
width: 44px;
height: 74px;
max-width: 50%
}
#hmLinks a.messageLink
{
background-position: center center
}
#hmLinks a.basketLink span, #hmLinks a.messageLink span
{
top: -8px;
right: -6px
}
#hmLinks a.messageLink span
{
top: 20px
}
}
@media screen and (max-width: 768px)
{
.back-top-menu
{
font-size: 15px;
}
#logo
{
width: calc((100% - 41.66666667%) - 35px) !important;
}
#kampanyaSayac
{
bottom: 50px;
}
#header-bar
{
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
bottom: 0;
background: #fff;
z-index: 999;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #1a1919;
padding: 10px 0 6px;
}
#header-bar a
{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
white-space: nowrap;
}
#header-bar a div
{
height: 20px;
display: flex;
align-items: center;
justify-content: center;
}
#header-bar a img
{
margin-bottom: 5px;
}
.ustDuyuru
{
line-height: normal;
font-size: 12px;
padding: 10px 0;
}
}
@media screen and (max-width: 768px) and (min-width:541px)
{
#hmLinks a.messageLink
{
background-size: 32px;
background-position: center 12px
}
#hmLinks a.messageLink span
{
top: 20px
}
}
@media screen and (max-width: 540px)
{
.m-grid-1
{
grid-template-columns: repeat(1, 1fr);
}
.m-grid-2
{
grid-template-columns: repeat(2, 1fr);
}
.m-grid-3
{
grid-template-columns: repeat(3, 1fr);
}
.m-grid-4
{
grid-template-columns: repeat(4, 1fr);
}
.m-grid-5
{
grid-template-columns: repeat(5, 1fr);
}
.m-grid-6
{
grid-template-columns: repeat(6, 1fr);
}
.m-grid-7
{
grid-template-columns: repeat(7, 1fr);
}
.m-grid-8
{
grid-template-columns: repeat(8, 1fr);
}
.m-grid-9
{
grid-template-columns: repeat(9, 1fr);
}
.m-grid-10
{
grid-template-columns: repeat(10, 1fr);
}
.m-grid-11
{
grid-template-columns: repeat(11, 1fr);
}
.m-grid-12
{
grid-template-columns: repeat(12, 1fr);
}
.m-column-0
{
grid-column-gap: 0px;
}
.m-column-5
{
grid-column-gap: 5px;
}
.m-column-10
{
grid-column-gap: 10px;
}
.m-column-20
{
grid-column-gap: 20px;
}
.m-column-30
{
grid-column-gap: 30px;
}
.m-column-40
{
grid-column-gap: 40px;
}
.m-column-50
{
grid-column-gap: 50px;
}
.m-column-60
{
grid-column-gap: 60px;
}
.m-column-70
{
grid-column-gap: 70px;
}
.m-column-80
{
grid-column-gap: 80px;
}
.m-column-90
{
grid-column-gap: 90px;
}
.m-column-100
{
grid-column-gap: 100px;
}
.m-row-0
{
grid-row-gap: 0px;
}
.m-row-5
{
grid-row-gap: 5px;
}
.m-row-10
{
grid-row-gap: 10px;
}
.m-row-20
{
grid-row-gap: 20px;
}
.m-row-30
{
grid-row-gap: 30px;
}
.m-row-40
{
grid-row-gap: 40px;
}
.m-row-50
{
grid-row-gap: 50px;
}
.m-row-60
{
grid-row-gap: 60px;
}
.m-row-70
{
grid-row-gap: 70px;
}
.m-row-80
{
grid-row-gap: 80px;
}
.m-row-90
{
grid-row-gap: 90px;
}
.m-row-100
{
grid-row-gap: 100px;
}
.m-pl-0
{
padding-left: 0px;
}
.m-pl-10
{
padding-left: 10px;
}
.m-pl-20
{
padding-left: 20px;
}
.m-pl-30
{
padding-left: 30px;
}
.m-pl-40
{
padding-left: 40px;
}
.m-pl-50
{
padding-left: 50px;
}
.m-pl-60
{
padding-left: 60px;
}
.m-pl-70
{
padding-left: 70px;
}
.m-pl-80
{
padding-left: 80px;
}
.m-pl-90
{
padding-left: 90px;
}
.m-pl-100
{
padding-left: 100px;
}
.m-pr-0
{
padding-right: 0px;
}
.m-pr-10
{
padding-right: 10px;
}
.m-pr-20
{
padding-right: 20px;
}
.m-pr-30
{
padding-right: 30px;
}
.m-pr-40
{
padding-right: 40px;
}
.m-pr-50
{
padding-right: 50px;
}
.m-pr-60
{
padding-right: 60px;
}
.m-pr-70
{
padding-right: 70px;
}
.m-pr-80
{
padding-right: 80px;
}
.m-pr-90
{
padding-right: 90px;
}
.m-pr-100
{
padding-right: 100px;
}
.m-pt-0
{
padding-top: 0px;
}
.m-pt-10
{
padding-top: 10px;
}
.m-pt-20
{
padding-top: 20px;
}
.m-pt-30
{
padding-top: 30px;
}
.m-pt-40
{
padding-top: 40px;
}
.m-pt-50
{
padding-top: 50px;
}
.m-pt-60
{
padding-top: 60px;
}
.m-pt-70
{
padding-top: 70px;
}
.m-pt-80
{
padding-top: 80px;
}
.m-pt-90
{
padding-top: 90px;
}
.m-pt-100
{
padding-top: 100px;
}
.m-pb-0
{
padding-bottom: 0px;
}
.m-pb-10
{
padding-bottom: 10px;
}
.m-pb-20
{
padding-bottom: 20px;
}
.m-pb-30
{
padding-bottom: 30px;
}
.m-pb-40
{
padding-bottom: 40px;
}
.m-pb-50
{
padding-bottom: 50px;
}
.m-pb-60
{
padding-bottom: 60px;
}
.m-pb-70
{
padding-bottom: 70px;
}
.m-pb-80
{
padding-bottom: 80px;
}
.m-pb-90
{
padding-bottom: 90px;
}
.m-pb-100
{
padding-bottom: 100px;
}
div#tabs
{
overflow-y: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
grid-column-gap: 10px;
}
div#tabs > button
{
flex: none;
width: 100px;
padding: 10px;
}
div#tabs::-webkit-scrollbar
{
display: none;
}
.sss-general
{
padding: 20px 0;
}
.sss-title
{
font-size: 16px;
}
.sss-tab-title
{
margin: 15px 0;
border-radius: 5px;
padding: 15px;
box-sizing: border-box;
}
div#tabs > button span
{
line-height: 16px;
font-size: 12px;
}
.toggle-title
{
margin-bottom: 5px;
}
.toggle-header
{
background-position-x: 97%;
}
.toggle-header.active
{
background-position-x: 97%;
}
#kampanyaSayac
{
bottom: 22px;
}
#kampanyaSayac > span
{
font-size: 12px;
color: #ffffff;
}
#kampanyaSayac > span > span
{
width: 35px;
height: 35px;
border-radius: 5px;
font-size: 16px;
line-height: 35px;
}
}
#hmLinks a.locationLink
{
background: url('/theme/v4/sub_theme/ust/v4/user_Devux/userIcon.png') no-repeat center 10px;
width: 74px
}
.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;
}
#cartPopup .btn-success
{
border-radius: 0;
}
.nextOrder
{
background: #000 !important;
}
.nextOrder:hover
{
opacity: 0.7;
}
#cartPopup .btn-success:hover
{
background: #000;
}
@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 .basket
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/basket.png');
}
.pageTitle.passed .basket
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/basketPassed.png');
}
.pageTitle .address
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/address.png');
}
.pageTitle.passed .address
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/addressPassed.png');
}
.pageTitle .address2
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/address2.png');
}
.pageTitle.passed .address2
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/address2Passed.png');
}
.pageTitle .payment
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/payment.png');
}
.pageTitle.passed .payment
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/paymentPassed.png');
}
.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 .confirm
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/confirm.png');
}
.pageTitle.passed .confirm
{
background-image:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/pageIcons/confirmPassed.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: #454545;
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;
}
@media screen and (min-width: 768px)
{
}
@media screen and (min-width: 1001px)
{
}
@media screen and (min-width: 1231px)
{
}
@media screen and (min-width: 1366px)
{
}
@media screen and (min-width: 1440px)
{
}
@media screen and (max-width: 1000px)
{
.col-title
{
cursor: pointer;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/colArrow.png') no-repeat right center;
border-bottom: 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
{
line-height: 15px;
font-size:11px;
padding-left: 20px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterIcon.png') no-repeat 0 center;
}
#filterMobileBtn.active
{
}
#filterMobileBtn.active:after, #filterSortBtn.active:after
{
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterArrowActive.png') no-repeat right center;
}
.currency *
{
line-height: 20px;
font-size:15px;
}
#filterPanel
{
padding: 10px;
box-sizing:border-box;
}
#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 .col-text
{
line-height: 25px;
font-size:11px;
}
#filterPanel .col-text .input-wrap
{
width: 14px;
height:25px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterInput.png') no-repeat right center;
margin-left: 10px;
}
#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
{
float: right;
padding-left:20px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/filterPrices.png') no-repeat 0 center;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
.priceWrap span
{
float: left;
width:100%;
text-align: left;
font-weight: 600;
line-height: 14px;
font-size: 11px;
}
.priceWrap span:nth-child(2)
{
display: none;
}
#priceSlider
{
width: auto;
}
#slider-range
{
margin-bottom: 6px;
}
#filterSortBtn
{
width:calc(100% - 20px);
line-height: 15px;
font-size:11px;
padding-left: 20px;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/sortIcon.png') no-repeat 0 center;
margin: 10px;
}
#filterSortBtn.active
{
color: #e34d0b;
background:url('/theme/v4/sub_theme/blok/v4/user_v4yeni/sortIconActive.png') no-repeat 0 center;
}
#filterSort .filter-box
{
padding-top: 0;
padding-bottom: 0;
}
#pageHeader .pageTitle
{
height: 40px;
line-height:40px;
}
#pageHeader .pageTitle > .row
{
padding-left:calc(100% + 20px);
background-position: center center;
background-size:30%;
}
}
.news-container
{
padding: 0 100px;
box-sizing: border-box;
}
.news-flex.news-uclu > .productItem
{
width: 33.33%;
}
.news-flex.news-ikili > .productItem
{
width: 50%;
}
.news-flex.news-tekli > .productItem
{
width: 100%;
}
.jc
{
justify-content:center;
}
.no-info .productDetails
{
display: none;
}
.yes-info
{
text-align: center;
font-size: 18px;
text-transform: uppercase;
}
.no-info #favoribtn
{
display: none;
}
.no-info .out-stock-U
{
display: none;
}
.news-flex
{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.sehreDonus-text
{
font-size: 22px;
line-height: 150%;
text-align: center;
padding: 0 100px 100px 100px;
}
.page-93 .catalogWrapper .productItem
{
margin-bottom:15px !important;
}
.hvrow .swiper-button-prev:after,.hvrow .swiper-button-next:after
{
color:white !important;
font-size: 32px !important;
opacity: 0 ;
transition:all 0.3s;
@media(max-width:767px)
{
display:none !important;
}
}
.hvrow:hover .swiper-button-prev:after,.hvrow:hover .swiper-button-next:after
{
opacity: 1;
}
.page-93 .productDetails
{
padding-bottom:0px !important;
}
@media(min-width:768px)
{
.kat-wU
{
width:100%;
}
}
@media(min-width:768px)
{
}
.page-93 .proRowName
{
padding: 0px !important;
@media(max-width:768px)
{
padding-left:10px !important;
padding-right:10px !important;
}
}
.d-MobU
{
display:none !important;
}
.d-DesU
{
display:block !important;
}
@media(max-width:768px)
{
.d-DesU
{
display:none !important;
}
.d-MobU
{
display:block !important;
}
}
.d-gs
{
display:none!important;
}
#katalog .productSliderU , #katalog .productSliderUMobile
{
display: inline-block !important;
position: absolute !important;
width: 100% !important;
height: 100%;
top: 0px;
left: 0px;
z-index: 3;
}
.pdU
{
padding-top:5px !important;
}
.GorunumBox
{
display:none !important;
}
@media(max-width: 768px)
{
.mb-vid
{
top:8px !important;
}
.pdU
{
padding-top:1px !important;
}
.catalogWrapper .productItem
{
margin-bottom: 20px
}
#favoribtn
{
background-size: 75% !important;
background-position: top center;
position: absolute;
right: 3px !important;
bottom: 12px !important;
z-index: 4;
}
#katalog .image-wrapper
{
padding-bottom: calc(150% + 10px) !important;
}
#katalog .ndImage
{
opacity: 1 !important;
}
#katalog .navigator-U
{
bottom: 0px !important;
}
}
#katalog .productSliderU .s-passive
{
text-decoration: line-through;
text-decoration-thickness: 2px;
color: #717171;
}
.pro-sizelistU
{
width: 100% !important;
position: absolute !important;
width: 100% !important;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
column-gap: 0px;
font-size: 13px !important;
font-weight: 500;
color: #1b2021;
background: rgba(256, 256, 256, 0.3) !important;
bottom: 0px;
left: 0px;
opacity: 0;
z-index:12;
}
.pro-sizelistU span
{
box-sizing: border-box;
padding: 0px 5px;
border-right: 2px solid #293133;
}
.pro-sizelistU span:last-child
{
border-right: none!important;
}
#katalog .d-n
{
transition: all 0.3s !important;
display: none !important;
opacity: 0 !important;
}
#katalog .navigator-U
{
width: 100% ;
height: 2.5px ;
position: absolute ;
bottom: -5px ;
left: 0px ;
display: grid ;
gap: 5px ;
z-index: 1;
}
@media(min-width: 768px)
{
#katalog .image-wrapper
{
overflow: unset;
}
.pd-bU
{
padding-bottom: 45px !important;
}
.hvrow:hover #favoribtn
{
animation: favBot 0.3s forwards;
}
@keyframes favBot
{
0%
{
transform: translateY(0%);
}
100%
{
transform: translateY(+5px);
}
}
.hvrow:hover .pro-sizelistU
{
animation: sizelist 0.3s forwards;
}
@keyframes nav-pro
{
0%
{
transform: translateY(0%);
}
100%
{
transform: translateY(-40px);
}
}
@keyframes sizelist
{
0%
{
opacity: 0;
transform: translateY(+100%);
}
100%
{
opacity: 1;
transform: translateY(0);
}
}
}
#katalog .nav-line-U.active
{
background: rgba(173, 173, 173, 0.65) !important;
transition: all 0s !important;
opacity: 1 !important;
}
#katalog .navigator-swiper
{
width: 100% !important;
height: 2.5px !important;
position: absolute !important;
bottom: 0px !important;
left: 0px !important;
display: grid !important;
gap: 5px !important;
}
#katalog .nav-line-U
{
height: 2.5px ;
background: rgba(218, 218, 218, 0.712);
}
#katalog .nav-line-U:first-child
{
background: rgba(173, 173, 173, 0.65) ;
}
@media(min-width: 1200px)
{
.pro-sizelistU
{
font-size: 15px;
}
}
@media(min-width: 992px)
{
.pro-sizelistU
{
font-size: 14px;
}
}
@media(max-width: 768px)
{
.pro-sizelistU
{
font-size: 13px;
}
}
#gorunum_getir .slideControl span.icon-arrow-right
{
background-position: -27px 0;
}
#gorunum_getir .slideControl span.icon-arrow-left
{
background-position: 15px 0;
}
#gorunum_getir .out-of-stock
{
position: absolute;
}
#gorunum_getir
{
margin-top: 20px;
}
#gorunum_getir .DetayTamamlayiciGrupUrunBox
{
width: 20%;
}
@media(max-width: 1000px)
{
#gorunum_getir .DetayTamamlayiciGrupUrunBox
{
width: 33.33333333%;
}
}
@media(max-width: 767px)
{
#gorunum_getir .DetayTamamlayiciGrupUrunBox
{
width:50%;
}
#gorunum_getir .slideControl span.icon-arrow-right
{
background-size: 100%;
width: 30px;
height: 30px;
background-position: -15px 0;
}
#gorunum_getir .slideControl span.icon-arrow-left
{
background-size: 100%;
width: 30px;
height: 30px;
background-position: 15px 0;
}
}
@media(max-width: 576px)
{
#gorunum_getir .slideControl span.icon-arrow-right
{
background-size: 100%;
width: 20px;
height: 20px;
background-position: -10px 0;
}
#gorunum_getir .slideControl span.icon-arrow-left
{
background-size: 100%;
width: 20px;
height: 20px;
background-position: 10px 0;
}
#gorunum_getir .slideControl
{
left: 10px;
right: 10px;
width: calc(100% - 20px);
top: 47%;
}
}
.proRowAct
{
position: absolute;
bottom: 0;
left: 0
}
ul.fl.stock-count li.passive
{
background: red;
color: #fff;
}
ul.fl.stock-count
{
position: absolute;
z-index: 9;
width: 90px;
left: 10px;
top: 10px
}
ul.fl.stock-count li
{
background: #fff;
width: 100%;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 24px;
font-weight: 600;
padding: 10px 0;
box-sizing: border-box
}
ul.fl.stock-count li>span
{
text-align: center;
font-size: 14px;
font-weight: 400;
margin-bottom: 2px
}
.box-title
{
margin-right: 1px;
margin-bottom: 1px;
cursor: pointer
}
.productSymbol7
{
position: absolute;
top: -8px;
right: 0;
z-index: 5
}
.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_Devux/comparison.png');
background-repeat: no-repeat;
background-position: 0 center;
cursor: pointer;
overflow: hidden
}
.AkordeonMenuBox .col-title
{
font-size: 16px
}
#filterPanel>.row
{
border: 1px solid #cdcdcd;
border-radius: 5px
}
#filterPanel
{
margin-top: 20px
}
#filterCats li ul li a
{
padding: 0;
line-height: 25px
}
#filterPanel .col-title
{
border: 0;
color: #000
}
#filterCats a
{
color: #000
}
#filterPanel .filter-content
{
max-height: 300px;
overflow-y: auto;
overflow-x: hidden
}
.filtrele
{
border: 1px solid #000;
background: #000;
color: #fff;
font-size: 17px;
line-height: 40px;
padding: 0;
border-radius: 5px;
text-transform: uppercase;
font-weight: 500;
cursor: pointer;
transition: all .3s ease
}
.filtrele:hover
{
color: #000;
border-color: #000;
background: #fff;
transition: all .3s ease
}
.showcase
{
height: 0;
overflow: hidden
}
.showcase.current
{
height: auto;
overflow: visible
}
.EnYeniUrunAlan .productItem
{
}
[dir=rtl] .productItem
{
border-left: 1px solid #ececec
}
.productItem>.row
{
margin: 0;
position: relative
}
.catalogFlx
{
display: flex;
flex-wrap: wrap
}
[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: .2s;
-moz-transition-duration: .2s;
-ms-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s
}
.ie .image-wrapper img
{
width: 100%
}
.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: 0;
left: 0;
background: #ffad00;
z-index: 1;
width: 57px;
height: 30px;
text-align: center;
line-height: 30px;
color: #fff;
font-weight: 600;
font-size: 16px;
display: none
}
.icon-cargo
{
position: absolute;
bottom: 30px;
right: 0;
width: 84px;
height: 30px;
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/cargoIcon.png') no-repeat center center;
z-index: 1
}
.box-border.productPager
{
border:none !important;
display: flex;
justify-content: center;
align-items: center;
}
.out-of-stock
{
display: block;
font-size: 15px;
color: red;
left: 0;
top: 15px;
font-weight: 600;
box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 9;
background-color: #fff;
padding: 5px 5px 5px 0
}
.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_Devux/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_Devux/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: 30px;
@media(max-width:1000px)
{
padding-bottom: 45px;
}
}
.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;
background: #fff
}
.error .variantWrapper
{
z-index: 9999
}
.productOption
{
position: relative;
min-height: 20px;
padding-bottom: 5px
}
.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
}
.optionBox a,.optionBox select
{
float: left;
min-width: 20px;
height: 20px;
border: 1px solid #ececec;
padding-right: 5px;
padding-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
box-sizing: border-box;
cursor: pointer
}
.optionBox a.selected
{
border: 1px solid #5b5b5b
}
.optionBox a.passive
{
background: #d2d2d2;
text-decoration: line-through;
color: #f10a41
}
.optionBox a p
{
float: left;
width: 100%;
height: 20px;
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_Devux/selectArrow.png') no-repeat right center
}
.productBrand
{
line-height: 24px;
font-size: 13px;
color: #000;
font-weight: 700
}
.productListItem .productBrand
{
line-height: 80px
}
.productColListItem .productBrand
{
line-height: 15px;
font-size: 13px;
margin-bottom: 10px
}
.productDescription
{
font-weight: 300;
color: #0c0c0c;
width: calc(100%);
float: left;
text-transform: uppercase;
min-height: 24px;
padding-top: 4px;
margin: 0px;
}
.productListItem .productDescription
{
margin-top: 34px;
max-width: 400px
}
.productColListItem .productDescription,.productColItemTp .productDescription
{
line-height: 15px;
font-size: 12px
}
.productColItemTp .productDescription
{
text-align: center
}
.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
{
position: absolute;
opacity: 0;
visibility: hidden;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0,0,0,.6);
text-align: center;
color: #fff;
font-size: 18px;
padding: 10px 0
}
.productItem:hover .basketBtn
{
opacity: 1;
visibility: visible
}
.KombinListeBox .basketBtn
{
opacity: 1;
visibility: visible
}
.comparisonBtn
{
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/comparisonBtn.png') no-repeat
}
.comparisonBtn:hover,.comparisonBtn.active
{
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/comparisonBtnHover.png') no-repeat
}
.favouriteBtn:hover,.favouriteBtn.active
{
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/favouriteBtnHover.png') no-repeat
}
.zoomBtn
{
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/zoomBtn.png') no-repeat
}
.zoomBtn:hover,.zoomBtn.active
{
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/zoomBtnHover.png') no-repeat
}
.productColItem:last-child .mb
{
margin-bottom: 0
}
.productColItem:last-child .line-bottom
{
border-bottom: 0
}
.productPrice
{
}
[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
{
color: #0c0c0c;
font-weight: 600
}
.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+.currentPrice
{
color: red;
}
.discountedPrice
{
line-height: 14px;
font-size: 14px;
color: #a3a3a3;
text-decoration: line-through;
margin-bottom: 0
}
.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
{
line-height: 11px;
color: #f20;
font-size: 11px;
text-align: center;
z-index: 33;
background: #fff;
border: 1px solid #f20;
padding: 0 10px;
height: 100%;
box-sizing: border-box;
justify-content: center;
align-items: center;
flex-direction: column;
transition: all .3s ease;
display: none!important
}
.productDiscount:hover
{
background: #f20;
color: #fff;
transition: all .3s ease
}
[dir=rtl] #productRight .productDiscount
{
right: auto;
left: 0
}
.productInfo .productDiscount
{
top: 25px
}
.productDiscount span
{
display: block;
font-size: 17px;
line-height: 18px;
font-weight: 600
}
.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_Devux/carouselSmlArrowPrev.png')
}
#oneCol .mainPrev
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/carouselArrows.png');
background-position: left center
}
.mainNext
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/carouselSmlArrowNext.png')
}
#oneCol .mainNext
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/carouselArrows.png');
background-position: right center
}
.colControl
{
float: left;
width: 100%;
height: 0
}
.colControl span
{
position: absolute;
top: 50%;
width: 24px;
height: 36px;
margin-top: -36px;
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
background-size: 100%
}
.colControl .colPrev
{
background-image: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/prev.svg')
}
.colControl .colNext
{
right: 0;
background-image: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/next.svg')
}
.colBottomControl
{
background: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/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_Devux/colControlTp.png');
background-repeat: no-repeat;
opacity: .5;
cursor: pointer
}
.colBottomControl.vertical span
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/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 0
}
.productPager
{
display: inline-block;
border-right: 0
}
.productPager a,.productPager span
{
color:black !important;
display: flex;
align-items:center;
justify-content: center;
margin:0px 7px;
float: left;
width: 45px;
height: 45px;
line-height: 19px;
margin-bottom: -1px;
border: 1px solid black;
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_Devux/firstArrow.png')
}
.productPager a.prev,[dir=rtl] .productPager a.next
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/prevArrow.png')
}
.productPager a.next,[dir=rtl] .productPager a.prev
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/nextArrow.png')
}
.productPager a.last,[dir=rtl] .productPager a.first
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/lastArrow.png')
}
.productPager a:hover,.productPager span
{
background-color: #dedede
}
.productPager span
{
color: #000;
cursor: default
}
#filterSort select,.filterCategory
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 12px;
color: #858585;
background: url('/Data/EditorFiles/tema/img/down-ok.png') no-repeat right center;
line-height: 30px;
border: 0;
cursor: pointer;
font-weight: 400;
text-transform: uppercase;
padding: 0 25px 0 5px
}
#filterSort select:focus
{
box-shadow: none;
-webkit-box-shadow: none
}
.btnBar
{
font-size: 13px;
color: #858585;
text-transform: uppercase;
font-weight: 400;
line-height: 32px
}
.filter-title
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/down-ok.png') no-repeat right center
}
.filter-title.hidden
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/up-ok.png') no-repeat right center
}
.filterBtn
{
height: 40px;
background: #000;
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 16px;
padding: 0;
line-height: 20px;
cursor: pointer
}
#filterWrapper .input-wrap.checkbox
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/checked.svg') no-repeat center center;
width: 12px;
height: 20px;
display: inline-block;
}
#filterWrapper .input-wrap.checkbox[data-selected="1"]
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/checked-active.svg') no-repeat center center
}
#filterWrapper .col-text
{
line-height: 22px;
color: #000;
}
.priceWrapper.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.productItem .discountedPrice
{
margin-right: 10px;
}
#favoribtn
{
height: 24px;
width: 24px;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
background-image: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/saveProduct.svg');
display: block;
position: absolute;
right: 15px;
bottom: 15px;
z-index: 4;
}
#catImg p
{
padding-bottom: 0;
}
#catImg>.row.mb
{
margin: 0;
}
.Simge5Wrap
{
min-height: 37px;
}
.Simge5
{
font-weight: 700;
font-size: 17px;
}
.productDescription
{
text-transform:capitalize !important;
line-height: 20px;
font-size: 16px;
font-weight: 500;
}
.novideo .kapalB
{
opacity: 0;
}
.novideo .passB
{
display: none;
}
.novideo .ds-dektopB
{
display: none;
}
.novideo .ds-mobileB
{
display: none;
}
@media(max-width: 767px)
{
.novideo .ds-dektopB
{
display: none ;
}
.novideo .ds-mobileB
{
display: none ;
}
.discountedPrice+.currentPrice,.bayram_kampanyasi
{
font-size: 13px!important
}
}
@media screen and (min-width: 769px)
{
.catalogWrapper.dortlu .productItem
{
width:25%
}
.catalogWrapper .productItem
{
margin-bottom: 30px;
width: 33.333%
}
.image-wrapper
{
height: 0
}
}
@media screen and (min-width: 1001px)
{
.catalogWrapper.dortlu .productItem
{
width:25%
}
#pageLayout .blockBtn.active
{
filter: invert(1)
}
.blockBtn.threeBlock
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/uclu.png') no-repeat right center;
height: 32px;
width: 20px;
cursor: pointer
}
.blockBtn.fourBlock
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/dortlu.png') no-repeat right center;
width: 27px;
height: 32px;
margin-left: 10px;
cursor: pointer
}
.filterBtn
{
position: absolute;
bottom: 0;
left: 0
}
.col-title+.fValuesBox
{
display: none;
position: absolute;
top: 100%;
background: #fff;
height: 250px;
padding: 0;
overflow-y: hidden;
z-index: 22;
border: 1px solid #b8b8b8;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.fValuesBox.fCatBox
{
padding: 0 10px 10px;
overflow-y: auto
}
.fValuesBox.fPriceSliderBox
{
height: 150px
}
.fValuesBox ul
{
padding: 0
}
.FilterScroll
{
height: 200px;
overflow-y: auto;
padding: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.fValuesBox .form-item.myType2,.fValuesBox .form-item.myType1
{
line-height: 19px;
color: #9b9b9b
}
#filterPanel
{
position: relative
}
.filter-wrap
{
margin-right: 10px
}
.filter-title
{
cursor: pointer;
color: #858585;
font-weight: 400;
padding: 0 25px 0 5px;
font-size: 12px;
line-height: 30px;
text-transform: uppercase;
border: 0
}
.FiltreSort.flexwrap
{
justify-content: flex-end;
-webkit-justify-content: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.ListOptions.flexwrap
{
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 10px 0
}
.EnYeniUrunAlan .productDetails
{
}
.EnYeniUrunAlan .image-wrapper
{
}
.currentPrice
{
font-size: 18px;
}
: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 (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_Devux/carouselSmlArrowPrev.png')
}
#oneCol .mainNext
{
background-image: url('/theme/v4/sub_theme/vitrin/v4/user_Devux/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: 1000px)
{
#pageLayout span
{
opacity:.5
}
#pageLayout span.active,#pageLayout span:first-child
{
opacity: 1
}
#catImg
{
padding: 0
}
.listBtn
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/rectangle.svg') no-repeat center;
margin-left: 10px;
width: 26px;
height: 24px
}
#pageLayout
{
margin-top: 10px;
float: right;
line-height: 24px;
color: #000;
font-size: 12px
}
#pageLayout span
{
background-size: 100%
}
span.catalogBtn
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/svg/columns.svg') no-repeat center;
width: 22px;
height: 23px
}
#filterSortBtn
{
display: none
}
.FiltreBox
{
padding-right: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.filter-title
{
text-transform: uppercase
}
.fPriceBox>.row
{
margin: 0
}
.fPriceBox
{
margin: 10px 0
}
.SortBox
{
padding-left: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.FiltreSort
{
margin-bottom: 10px
}
#leftFilter
{
position: relative;
padding-top: 0;
padding-bottom: 0;
background: #fff
}
#filterMobileBtn
{
line-height: 30px;
font-size: 14px;
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/down-ok.png') no-repeat right center;
color: #000;
padding: 0;
text-transform: uppercase;
font-weight: 700
}
#filterMobileBtn.active
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/down-ok.png') no-repeat right center
}
#filterWrapper
{
position: fixed;
left: 0;
top: 0;
bottom: 0;
transform: translateX(100%);
transition: all .5s ease;
background: #fff;
border: 1px solid #e5e5e5;
z-index: 100000;
max-height: 100%;
width: 100%;
overflow-y: auto;
box-sizing: border-box;
padding: 0 10px
}
#filterPanel
{
box-sizing: border-box;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
#filterWrapper.active
{
transform: translateX(0);
transition: all .5s ease
}
#filterPanel>.row>.box
{
padding: 0
}
.filter-wrap
{
width: 100%;
float: left
}
.FilterScroll
{
height: 160px;
overflow-y: auto;
padding: 5px
}
#filterPanel .col-text
{
line-height: 22px;
font-size: 13px
}
.filter-title.hidden
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/up-ok.png') no-repeat right center
}
.fValuesBox
{
height: 200px;
overflow: hidden;
display: none;
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.fValuesBox ul
{
padding-top: 0
}
#filterMobileBtn:before
{
content: "";
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/filter.png') no-repeat left center;
height: 30px;
width: 18px;
background-size: 100%;
float: left;
margin-right: 5px
}
.SortBtn:before
{
content: "";
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/sort.png') no-repeat left center;
height: 30px;
width: 18px;
background-size: 100%;
float: left;
margin-right: 5px
}
.SortBtn
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/down-ok.png') no-repeat right center
}
#filterSortBtn.active .SortBtn
{
background: url('https://www.hooopstore.com/Data/EditorFiles/tema/img/up-ok.png') no-repeat right center
}
#filterSort select
{
width: 100%;
height: 32px;
color: #000;
font-size: 14px;
border: 1px solid #ccc;
padding-left: 10px;
background-position: 96% center;
font-weight: 700
}
.EnYeniUrunAlan .priceWrapper.flexwrap
{
}
.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
}
.currentPrice
{
font-size: 16px;
line-height: initial
}
.discountedPrice
{
font-size: 15px
}
.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: 1000px) and (min-width:768px)
{
.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(max-width:1000px)
{
#filterMobileBtn
{
font-size: 11px;
border: 1px solid #ccc
}
.mobile-filter-title
{
background: #000;
color: #fff;
padding: 0 10px;
font-size: 20px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box
}
.mobile-filter-title span
{
font-size: 40px;
line-height: 50px;
font-weight: 400
}
}
@media screen and (max-width: 767px)
{
.productSymbol7
{
max-width:50px
}
.productDiscount
{
padding: 4px 10px
}
.priceWrapper
{
display: flex;
align-items: center
}
.catalogWrapper.dortlu .productItem
{
width: 100%
}
.catalogWrapper .productItem
{
width: 50%
}
.proRowAct
{
padding: 0 10px
}
.dortlu .Simge5Wrap
{
min-height: inherit
}
.Simge5Wrap
{
min-height: 18px
}
.Simge5
{
padding-left: 10px
}
.priceWrapper>div
{
display: inline-block
}
.productDetails
{
padding-bottom: 30px
}
.productItem.KombinListeBox
{
margin-bottom: 15px
}
.KombinListeBox .basketBtn
{
font-size: 11px
}
.KombinListeBox .productDescription
{
width: 100%;
padding: 0;
line-height: 15px
}
.Simge5 img
{
width: 55px
}
.basketBtn
{
font-size: 14px
}
.EnYeniUrunAlan .colControl .colPrev
{
left: -10px
}
.EnYeniUrunAlan .colControl .colNext
{
right: -10px
}
.UrunListeAlan
{
padding: 0
}
.AkordeonMenuBox
{
padding: 10px 0 0
}
#filterSort select
{
font-size: 11px;
background-color: transparent
}
#filterMobileBtn:before
{
background-size: 70%;
background-position: center
}
.filter-title
{
font-size: 14px
}
.filterCategory
{
font-size: 14px;
padding-inline-start:0
;color: #454545;
font-family: montserrat,sans-serif;
box-sizing: border-box;
width: 100%
}
.KombinListeBox .productDetails
{
padding-bottom: 10px;
padding-top: 0
}
.productOne .productDetails
{
padding-bottom: 30px
}
.productOption span,.optionBox a p
{
height: 24px;
line-height: 22px
}
.productOption span
{
font-size: 14px
}
.optionBox a,.optionBox select
{
height: 24px
}
.optionBox a
{
min-width: 24px
}
.optionBox a p
{
font-size: 13px
}
.productBrand
{
font-size: 12px
}
.productPrice.discount
{
height: auto;
margin-bottom: 20px;
padding-left: 10px;
box-sizing: border-box
}
#productRight .productDiscount
{
}
.productPrice .productDiscount,#productLeft .productDiscount
{
top: 0;
margin-top: 0
}
.discountedPrice
{
font-size: 11px
}
.discountedPrice+.currentPrice
{
}
.discount .currentPrice
{
font-size: 20px;
line-height: 20px
}
.productPager a,.productPager span
{
color:black !important;
margin: 0px 2px;
display:flex;
align-items: center;
justify-content:center;
width: 45px;
height:
35px;
line-height: 19px;
font-size: 16px
}
.productListItem .productBrand
{
line-height: 50px;
font-size: 25px
}
.productListItem .productDescription
{
line-height: 21px;
font-size: 15px
}
.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
}
.col-xs-12 .productDetails
{
height: auto!important
}
.dortlu .productDescription
{
min-height: 20px
}
.productDescription
{
line-height: 17px;
font-size: 13px;
min-height: 16px;
padding-top: 2px;
margin-bottom: 6px
}
.productOption
{
padding-bottom: 0
}
.productOption span
{
display: none
}
.optionBox a,.optionBox select
{
margin-bottom: 0
}
.productPrice.fr
{
float: left
}
.discountedPrice
{
}
.currentPrice
{
}
}
@media screen and (max-width: 540px)
{
.sehreDonus-text
{
font-size: 14px;
padding: 10px 10px 30px 10px;
}
.news-container
{
padding: 0;
}
.news-flex.news-uclu > .productItem
{
width: 50%;
}
ul.fl.stock-count li
{
font-size: 18px;
padding: 5px 0;
margin-bottom: 3px;
}
ul.fl.stock-count li>span
{
font-size: 12px;
overflow: hidden;
}
ul.fl.stock-count
{
width: 50px;
top: 8px;
left: 5px;
}
.catalogWrapper.dortlu .productItem
{
width: 100%
}
}
.out-stock-U
{
position: absolute;
top:5px;
left: 0px;
width:73px; z-index:100 !important; color:black !important;
opacity: 0.7;
color: white !important;
background: rgba(0, 0, 0, 1);
}
@media(max-width:768px)
{
.out-stock-U
{
width:45px !important;
font-size:9px !important;
top:8px !important;
}
}
#footer h3
{
font-size: 17px;
line-height: 20px ;
margin-top: 0;
font-weight: 700 ;
margin-bottom: 10px;
color: black;
}
#footerTop
{
padding-top: 25px;
padding-bottom: 25px;
}
#footerBottom
{
padding-top: 25px;
padding-bottom: 25px;
}
.helpText
{
margin-top: 45px;
font-weight: 500;
}
.helpText strong
{
font-size: 15px;
font-weight: normal;
}
#footerTop p
{
display: block;
font-size: 12px ;
line-height: 20px;
}
.newsletter
{
margin-bottom: 20px;
margin: 0 auto;
}
[dir="rtl"] .newsletter
{
margin-right: 0;
}
#footer .newsletterMain
{
position: relative;
}
#footer .newsletterMain input[type="text"]
{
width: 67% ;
height: 65px;
line-height: 65px ;
text-indent: 10px;
font-style: italic ;
font-weight: 300;
color: #000 ;
box-sizing: border-box;
-webkit-box-sizing: border-box ;
border: 2px solid;
border-radius: 14px ;
float: left;
font-style: initial ;
font-weight: 500;
}
#footer .newsletterMain .placeholder
{
right: 50px;
line-height: 48px;
padding-left: 10px;
}
#footer .newsletterMain input[type="button"]
{
z-index: 33;
width: 30% ;
height: 65px;
border: 0 ;
cursor: pointer;
background-color: black ;
color: white;
border-radius: 15px ;
float: right;
}
[dir="rtl"] #footer .newsletterMain input[type="button"]
{
right: auto;
left: 10px;
}
[dir="rtl"] #social
{
float: left;
}
#social ul
{
}
#social li, #social li a, #social li a img
{
display: inline-block !important;
width: 40px;
}
[dir="rtl"] #social li, [dir="rtl"] #social li a, [dir="rtl"] #social li a img
{
float: right;
}
#social li
{
padding-left: 10px;
}
[dir="rtl"] #social li
{
padding-right: 0;
padding-left: 10px;
}
#footerMiddle
{
padding-top: 0;
padding-bottom: 45px;
}
#footerMiddle ul li
{
display: block;
}
#footerMiddle ul li a, #footerMiddle p
{
display: block;
padding-top: 8px ;
padding-bottom: 8px;
line-height: 14px ;
font-size: 13px;
color: black ;
word-break: break-all;
}
#footerBottom
{
text-align: center;
}
#footerSecurity img
{
padding-right: 10px;
}
#footerCards
{
padding: 25px 10px;
}
.NewsTitle
{
font-size: 24px;
margin-bottom: 15px ;
font-weight: 300;
}
#footer .newsletterMain input[type="button"]:focus, #footer .newsletterMain input[type="text"]:focus
{
box-shadow: none;
-webkit-box-shadow: none;
}
.AltBilgi
{
font-size: 13px;
color: #666565;
}
#social
{
display: flex ;
justify-content: center;
padding-top: 20px ;
margin-top: 20px;
width:100%;
}
#footerSecurity
{
background: #E3E3E3;
padding: 15px 0;
}
#tsoft-eticaret-sistemleri
{
display: none;
}
.NewsKvkk
{
color: black;
text-align: left;
margin-top: 10px;
width: 100%;
float: left;
}
.NewsKvkk .warning
{
color: black;
font-weight: 600;
}
@media screen and (min-width: 1001px)
{
.newsletterMain
{
display: inline-block;
float: initial;
}
#footerTop
{
margin-top: 50px;
background-color: #fff;
border-top: 2px solid #000;
}
#footerBottom
{
background-color: white;
}
#footerMiddle ul li div
{
display: block !important;
height: auto !important;
}
.NewsTitle
{
color: black;
}
#footerMiddle
{
background-color: white;
}
#footerMiddle ul li a, #footerMiddle p,.helpText p
{
color: black;
}
#footer h3
{
color: black;
}
#footer .helpText h3
{
font-size: 19px;
font-weight: 700;
margin-bottom: 23px;
text-transform: uppercase;
}
#footer .newsletterMain input[type="text"]
{
background-color: white;
color: black;
}
#footer .newsletterMain input[type="text"]::placeholder
{
color: black;
}
}
@media screen and (min-width: 1001px)
{
.NewsTitle
{
font-size: 15px;
margin-bottom: 30px;
}
}
@media screen and (min-width: 1366px)
{
.NewsTitle
{
font-size: 17px;
}
}
@media screen and (min-width: 1664px)
{
.NewsTitle
{
font-size: 19px;
}
#footerTop
{
padding: 49px 10px;
}
#footerBottom
{
padding: 49px 10px;
}
}
@media screen and (max-width: 1000px)
{
#footerMiddle
{
padding-top: 25px;
padding-bottom: 25px;
}
#footerMiddle .col-2
{
padding-top: 15px;
padding-bottom: 15px;
}
#footerMiddle .col-2:nth-child(3n+1)
{
clear: both;
}
}
@media screen and (max-width: 1000px)
{
.accordeon-content p
{
text-align: left;
}
.accordeon-content
{
display: none;
}
.accordeon-title
{
text-align: left;
position: relative;
font-size: 18px !important;
}
.accordeon-content a
{
text-align: left;
}
.accordeon-content ul li
{
padding: 0 !important;
}
.accordeon-title:after
{
content: '+';
position: absolute;
right: 0;
}
.accordeon-title.active:after
{
content: '-';
}
.newsletter
{
padding: 0 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMiddle h3.active:after
{
background: url('https://img.hooopstore.com/Data/EditorFiles/tema/img/svg/minus.svg') no-repeat center;
background-size: 100%;
width: 17px;
}
.SocialBox
{
text-align: left;
}
#footerMiddle h3 + div ul li:last-child
{
border: 0;
}
#footerTop p,.helpText strong
{
font-size: 13px;
font-weight: normal;
}
#newsletter
{
margin-right: 0;
}
#newsletterMain input[type="text"]
{
font-size: 15px;
}
#footerMiddle
{
padding-top: 15px;
padding-bottom: 14px;
}
#footerMiddle .inner>div
{
text-align: center;
margin-bottom: 10px;
width: 100%;
}
.newslette
{
display:flex;
align-items:center;
justify-content:center;
}
#footerMiddle .col-2
{
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
padding-right: 0;
}
#footer .newsletterMain input[type="text"]
{
height: 40px;
line-height: 41px;
border-radius: 10px;
border: 1px solid #000;
font-size: 10px;
width: 57%;
}
#footerMiddle ul ul li
{
float: none;
width: auto ;
padding-left: 10px;
padding-right: 10px;
}
#footer .newsletterMain input[type="button"]
{
background-color: black !important;
color: white !important;
height: 40px;
border-radius: 10px;
font-size: 10px;
width: 40%;
}
#footerTop
{
padding-bottom: 0;
border-top: 2px solid #000;
}
#footerBottom
{
padding-bottom: 0;
border-top: 2px solid #000;
}
.NewsTitle
{
font-size: 13px;
}
#social
{
border-top: 1px solid #ddd;
margin-top: 25px;
}
#footerMiddle>.forMobile
{
margin-top: 40px
}
#social li a img
{
}
#footerMiddle h3
{
margin-bottom: 1px;
padding-left: 10px ;
padding-right: 10px;
line-height: 30px;
cursor: pointer ;
font-size: 14px;
color: #000;
}
[dir="rtl"] #footerMiddle h3
{
background: #dadada url('/theme/v4/sub_theme/alt/v4/user_Devux/plusIcon.png') no-repeat 20px center;
}
#footerMiddle h3.active
{
color: #fff;
background: #000;
}
[dir="rtl"] #footerMiddle h3.active
{
background: #6C6C6C url('/theme/v4/sub_theme/alt/v4/user_Devux/minusIcon.png') no-repeat 20px center;
}
#footerMiddle p
{
padding-left: 10px;
padding-right: 10px;
}
#footerBottom .col
{
text-align: center;
}
#footerBottom .col img
{
max-height: 20px;
}
#footerMiddle ul li a, #footerMiddle p
{
font-size: 13px;
padding: 7px 0 ;
line-height: 17px;
word-break: break-word;
}
}
.fr.btn-default.removeBtn:hover
{
background:white !important;
}
*/.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_ALS/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_ALS/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;
}
