.box-title
{
margin-right:  1px;
margin-bottom:1px;
cursor:  pointer;
}

.box-title.passive
{
cursor:  default;
}
#productAddAll
{
height:  30px;
line-height:30px;
}
#pageLayout span,
#pageLayout span *
{
transition:color .2s;
}
#pageLayout span:hover,
#pageLayout span:hover *
{
color:  #e35252;
}

.showcase
{
height:  0;
overflow:hidden;
}

.showcase.current
{
height:  auto;
overflow:visible;
}

.productItem .box-border
{
transition:border-color .5s, box-shadow .5s;
}

.productItem:hover .box-border
{
border-color:  #d5d5d5;
box-shadow:0 0 10px 0 rgba(40, 40, 40, .3);
}
[data-layout="horizontal"] .productItem
{
position:  relative;
}
[data-layout="horizontal"] .productItem.col-3
{
padding-left:  0;
padding-right:0;
}
[data-layout="horizontal"] .productItem.col-3:nth-child(2n)
{
border-right:  0;
}
[data-layout="horizontal"] .productItem.col-3:nth-child(2n+1)
{
clear:  both;
}

.productListItem
{
position:  relative;
}

.resim-vitrin .col-1:nth-child(12n+1)
{
clear:  both;
}
[data-layout="horizontal"] .productItem > .row
{
margin-left:  0;
margin-right:0;
clear:  none;
float:left;
}

.productColItem
{
background:  #fff;
border-bottom:1px solid #d9d9d9;
}

.productColItem:last-child, .carousel .productColItem
{
border-bottom:  0;
}

.productColListItem
{
background:  #fff;
position:relative;
}
#colNewsSlide .productColListItem
{
min-height:   100px;
}

.image-wrapper
{
position:  relative;
width:100%;
overflow:  hidden;
}

.productItem .image-wrapper,
.productColItem .image-wrapper
{
border-bottom:  2px solid #D0D1D0;
}
[data-layout="horizontal"] .image-wrapper
{
border-bottom:  0;
}

.imgInner
{
position:   absolute;
width: 100%;
height: 100%;
top:   0;
left: 0;
text-align:   center;
display: flex;
align-items:   center;
}

.image-wrapper img
{
max-width:calc(100% - 4px);
max-height:calc(100% - 4px);
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%;
}

.safari .image-wrapper img
{
position:  absolute;
max-width:90%;
max-height:90%;
top:5%;
left:5%;
}

.image-wrapper img.lazy
{
position:  absolute;
top:50%;
left:50%;
width:  64px;
height:64px;
margin-top:  -32px;
margin-left:-32px;
}

.image-wrapper.flip img.stImage
{
visibility:  visible;
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
-ms-transition-delay:.2s;
-o-transition-delay:.2s;
transition-delay:.2s;
}

.image-wrapper:not(.flip) img.ndImage
{
opacity:  0;
}

.image-wrapper.flip img.ndImage
{
visibility:  hidden;
-webkit-transform:perspective(1000px) rotateY(90deg);
transform:perspective(1000px) rotateY(90deg);
}

.safari .image-wrapper img.ndImage
{
display:  none;
}

.productItem.zoom:hover .image-wrapper img
{
-webkit-transition:   all 150ms ease-in;
-webkit-transform: scale(1.1);
-ms-transition:   all 150ms ease-in;
-ms-transform: scale(1.1);
-moz-transition:   all 150ms ease-in;
-moz-transform: scale(1.1);
transition:   all 150ms ease-in;
transform: scale(1.1);
}

.productItem:hover .imgGallery:not(.flip) img.active
{
opacity:  0;
}

.productItem:hover .imgGallery:not(.flip) img.ndImage
{
opacity:  1;
}

.productItem:hover .imgGallery.flip img.stImage
{
visibility:  hidden;
-webkit-transform:perspective(1000px) rotateY(-90deg);
transform:perspective(1000px) rotateY(-90deg);
-webkit-transition-delay:  0s;
-moz-transition-delay:0s;
-ms-transition-delay:  0s;
-o-transition-delay:0s;
transition-delay:  0s;
}

.productItem:hover .imgGallery.flip img.ndImage
{
visibility:  visible;
-webkit-transform:perspective(1000px) rotateY(0deg);
transform:perspective(1000px) rotateY(0deg);
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
-ms-transition-delay:.2s;
-o-transition-delay:.2s;
transition-delay:.2s;
}

.icon-new
{
content: '';background: url(https://overgameweb.com/Data/EditorFiles/UrunIconography/OGOzelfiyat.webp) no-repeat bottom 100% left 10%
;width:  60px;
height: 165px
;display:    flex;
background-size: 75%;
}
[dir="rtl"] .icon-new
{
right:  0;
left:auto;
}

.icon-cargo
{
position:  absolute;
bottom:30px;
right:  0;
width:84px;
height:  30px;
background:url('cargoIcon.png') no-repeat center center;
z-index:  1;
}
[dir="rtl"] .icon-cargo
{
right:  auto;
left:10px;
}

.out-of-stock
{
bottom:   0;
right: 0;
left:   0;
line-height: 30px;
color:   #fff;
font-size: 18px;
z-index:   3;
background-color: #C4C4C4;
height:   60px;
font-weight: 400;
width: 100%;
}

.alert-stock
{
position:   absolute;
bottom: 10px;
z-index:   3;
text-align: center;
}

.alert-stock a
{
color:   #E90268;
font-size: 16px;
}

.productListItem .out-of-stock
{
line-height:  25px;
font-size:12px;
}

.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-products[data-layout="horizontal"] .campaign-band
{
right:  0;
bottom:10px;
left:  10px;
width:auto;
}

.campaign-text
{
padding-right:  5px;
padding-left:20px;
}

.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;
}
[dir="rtl"] .timer-value
{
margin-right:  0;
margin-left:4px;
}

.detailWrapper
{
position:  absolute;
top:0;
right:  10px;
width:calc(66.66666667% - 20px);
height:100%;
}
#campaign-products[data-layout="horizontal"] .detailWrapper
{
width:calc(83.33333333% - 20px);
}

.productDetails
{
position:  relative;
padding-bottom:54px;
}

.detailWrapper .productDetails
{
position:  absolute;
top:0;
bottom:  0;
}

.productListDetails
{
position:  absolute;
top:10px;
right:  0;
bottom:10px;
display:  flex;
align-items:center;
}
[dir="rtl"] .productListDetails
{
right:  auto;
left:0;
}
/*.contentWrapper:not(#oneCol) .productListDetails .productInfo
{
width:30%;
}
*/
.productListDetails .productInfo a
{
white-space:  nowrap;
text-overflow:ellipsis;
overflow:  hidden;
}

.product-hover-wrap
{
padding-bottom:  41px;
}

.proRowName
{
padding-top:   5px;
padding-bottom: 5px;
}

.comparisonItem .productDetails
{
border-right:  0;
}

.productColItem .productDetails, [data-layout="horizontal"] .productItem .productDetails
{
border-right:0
}

.productColItem .productDetails
{
padding-bottom:  90px;
}

.variantOverlay
{
position:   fixed;
top: 0;
left:   0;
bottom: 0;
right:   0;
background: rgba(0,0,0,.7);
z-index:   999;
display: none;
}

.variantWrapper
{
position:  relative;
}

.error .variantWrapper
{
z-index:  9999;
}

.productOption
{
position:  relative;
min-height:20px;
padding-bottom:  5px;
}

.productListItem .productOption
{
padding-top:  5px;
padding-bottom:0;
}

.optionBox
{
width:100%;
box-sizing:  border-box;
}

.optionBox a,
.optionBox select
{
float:  left;
min-width:25px;
height:  25px;
border:1px solid #ececec;
padding-right:  5px;
padding-left:5px;
box-sizing:  border-box;
cursor:pointer;
}
[dir="rtl"] .optionBox a,
[dir="rtl"] .optionBox select
{
float:  right;
margin-right:0;
margin-left:  5px;
}

.optionBox a
{
margin-right:  5px;
margin-bottom:5px;
}

.optionBox a.selected
{
border:  1px solid #5b5b5b;
}

.optionBox a.passive
{
background:  #d2d2d2;
text-decoration:line-through;
color:  #f10a41;
}

.optionBox a p,
#footer .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:  23px;
font-size:11px;
color:  #000;
text-transform:uppercase;
appearance:   none;
-moz-appearance: none;
-webkit-appearance:   none;
}

.productListItem .optionBox select
{
margin-right:  0;
margin-bottom:0;
}
[dir="rtl"] .optionBox select + i
{
right:  auto;
left:0;
}
[dir="rtl"] .optionBox select + i:before
{
margin-right:  0;
margin-left:8px;
}

.productAttr
{
padding-top:  7px;
}

.productListItem .productAttr
{
padding-top:  0;
}

.productBrand
{
line-height:  20px;
font-size:13px;
color:  #797979;
font-weight:700;
text-transform:  uppercase;
}

.productListItem .productBrand
{
}

.productColListItem .productBrand
{
line-height:  15px;
font-size:13px;
}

.productDescription
{
line-height:  14px;
font-size:12px;
color:  #000;
word-break:break-all;
}

.productListItem .productDescription
{
margin-top:  10px;
max-width:400px;
}

.productColListItem .productDescription, .productColItemTp .productDescription
{
line-height:  15px;
font-size:12px;
}

.productColItemTp .productDescription
{
text-align:  center;
}

.proRowAct
{
position:  absolute;
bottom:0;
left:  0;
}
#campaign-products[data-layout="horizontal"] .proRowAct
{
bottom:  40px;
}

.karsilastirma
{
position:  absolute;
visibility:hidden;
}

.productBtn
{
margin-left:  5px;
box-sizing:border-box;
cursor:  pointer;
}
[dir="rtl"] .productBtn
{
margin-right:  5px;
margin-left:0;
}

.productColItem .productBtn
{
float:  none;
display:inline-block;
margin-right:  5px;
margin-left:5px;
vertical-align:  middle;
}

.productColItem:last-child .mb
{
margin-bottom:  0;
}

.productColItem:last-child .line-bottom
{
border-bottom:  0;
}

.productPrice
{
line-height:  30px;
}

.productColItem .productPrice
{
padding-bottom:  7px;
padding-left:0;
}
[dir="rtl"] .productColItem .productPrice
{
padding-right:  0;
}

.productColListItem .productPrice, .productColItemTp .productPrice
{
width:100%;
line-height:  14px;
padding-top:0;
padding-right:  0;
padding-bottom:10px;
}

.productColItemTp .productPrice
{
height:  24px;
line-height:12px;
}

.productPrice.discount
{
position:  relative;
padding-right:67px;
}

.priceWrapper
{
}

.currentPrice
{
font-size:   21px;
font-weight: 700;
color:   #231F20;
}

.currentPrice span
{
font-size:   15px;
}

.productColListItem .currentPrice
{
line-height:  17px;
font-size:12px;
}

.productColItemTp .currentPrice, .productColItemTp .discountedPrice
{
width:100%;
line-height:  12px;
font-size:10px;
text-align:  center;
}

.discountedPrice + .currentPrice
{
line-height:  15px;
}

.discountedPrice
{
font-size:   18px;
color: #231F20;
font-weight:   500;
}

.productColListItem .discountedPrice
{
line-height:  17px;
font-size:11px;
}

.productListItem .currentPrice, .productListItem .discount .currentPrice, .productListItem .discountedPrice
{
float:  left;
line-height:30px;
padding-left:  20px;
}

.productDiscount
{
position:   absolute;
right: 0;
top:   -2px;
z-index: 1;
}

.productDiscount::before
{
content: '';
background: url(discount-icon.svg) no-repeat top left 0%;
width:   59px;
height: 157px;
display:   flex;
background-size: 70%;
}

.puan
{
position:   absolute;
right: 0;
top:   -2px;
z-index: 2;
}

.puan::before
{
content: '';
background: url(extra-icon.svg) no-repeat top left 0%;
width:   59px;
height: 157px;
display:   flex;
background-size: 70%;
}

.all-see
{
font-size:   12px;
font-weight: 400;
color:   #231F20;
position: absolute;
right:   13px;
top: 55%;
text-transform:   uppercase;
display: flex;
align-items:   center;
}

.all-see::after
{
content: '';
width:   10px;
height: 10px;
display:  flex;
background:url(see.svg) no-repeat center right;
background-size: 30%;
}
[dir="rtl"] .productDiscount
{
right:  auto;
left:10px;
}

.productInfo .productDiscount
{
top:  25px;
}

.productListItem .productDiscount
{
position:  static;
float:left;
}

.productDiscount span
{
padding-right:  5px;
}

.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;
border-left:  1px solid #ececec;
}
#oneCol .mainControl span
{
width:  18px;
height:42px;
background-color:  transparent;
border-left:0;
}

.colControl
{
position:  absolute;
top:50%;
right:  10px;
left:10px;
width:  auto;
height:0;
margin-top:  -15px;
}

.colControl span
{
position:  absolute;
width:10px;
height:  30px;
cursor:pointer;
}

.colBottomControl span
{
width:  30px;
height:30px;
font-size:  9px;
opacity:0.5;
cursor:  pointer;
}

.colBottomControlLine
{
width:  80px;
height:30px;
margin-left:  auto;
margin-right:auto;
padding-left:  10px;
padding-right:10px;
background:  #fff;
}

.colBottomControl span:hover
{
opacity:  1;
}

.productPager
{
display:   flex;
border-right: 0;
justify-content:   center;
margin-top: 20px;
}

.productPager a,
.productPager span
{
position:   relative;
float: left;
width:   40px;
box-sizing: border-box;
height:   40px;
display: flex;
align-items:   center;
justify-content: center;
margin-left:   10px;
background-color: #E9E8E8;
border-radius: 10.5px;
}

.productPager a
{
color:  #6c6c6c;
background-repeat:no-repeat;
background-position:  center center;
}

.productPager a:hover
{
}

.productPager span
{
color:   #231F20;
cursor: default;
background-color:   #ECE810;
border-radius: 10.5px;
text-align:   center;
}

.productPager a:before,
.productPager span:before
{
content:'';
position:  absolute;
top:0;
left:  0;
line-height:30px;
color:  #6c6c6c;
}

.productPager a.first,
.productPager a.last
{
display:  none;
}

.productPager a.prev + *,
.productPager a.prev,
.productPager a.next
{
}

.productPager a.prev + *:before
{
content:'';
}

.productPager a.prev:before
{
content: '';
background:url(prev-page.svg) no-repeat center center;
width:   40px;
height: 40px;
display:   flex;
border-radius: 10.5px;
}

.productPager a.next:before
{
content: '';
background:url(next-page.svg) no-repeat center center;
width:   40px;
height: 40px;
display:   flex;
border-radius: 10.5px;
}
#complementControl
{
width: calc(100% - 10px);
left:   5px;
}

.icon-arrow-left::before
{
content: '';
background: url(prev.png) no-repeat center center;
width: 2.6875rem;
height: 2.6875rem;
display:   flex;
cursor: pointer;
}

.icon-arrow-right::before,
.slick-next::before
{
content: '';
/*background: url(slider-next.svg) no-repeat center center;*/
background: url(GriSag.png) no-repeat center center;
width: 2.6875rem;
height: 2.6875rem;
display:   flex;
cursor: pointer;
}
/*.icon-arrow-right::before, .slick-next:hover::before
{
*/
/*    background: url(SariSag.png)no-repeat center center;*/
/*
}
*/
.prevSlide:hover.icon-arrow-left::before
{
background: url(SariSol.png)no-repeat center center;
}

.nextSlide:hover.icon-arrow-right::before
{
background: url(SariSag.png)no-repeat center center;
}

.icon-arrow-left-vitrin,
.slick-prev::before
{
content: '';
/*background: url(slider-prev.svg) no-repeat center center;*/
background: url(GriSol.png) no-repeat center center;
width: 2.6875rem;
height: 2.6875rem;
display:   flex;
cursor: pointer;
}

.icon-arrow-left-vitrin,
.slick-prev:hover::before
{
background: url(SariSol.png)no-repeat center center;
}

.box-border-shodow
{
border-top: 0.125rem solid #D0D1D0;
border-left: 0.125rem solid #D0D1D0;
border-right: 0.125rem solid #D0D1D0;
box-shadow:0 0.25rem  rgba(0, 0, 0, 0.25);
box-sizing:   border-box;
}

.slick-track
{
display: flex !important;
}

.slick-next
{
font-size:   0;
border: none;
position:   absolute;
right: 1.25rem;
top: 45%;
background-color:   transparent;
z-index: 2;
}

.slick-prev
{
font-size:   0;
border: none;
position:   absolute;
left: 1.5625rem;
top: 45%;
background-color:   transparent;
z-index: 2;
}

.slick-dots
{
display:   flex;
align-content: center;
justify-content:   center;
margin-top: 0.9375rem;
}

.slick-dots li.slick-active button
{
font-size:   0;
margin-right: 0.3125rem;
padding:   0;
width: 0.875rem;
height: 0.875rem;
border-radius: 0.4375rem;
background-color: rgba(236, 232, 16, 1);
border:   none;
cursor: pointer;
}

.slick-dots li button
{
font-size:   0;
width: 0.875rem;
height: 0.875rem;
border-radius: 0.7813rem;
background-color: rgba(216, 216, 216, 1);
margin-right: 0.3125rem;
padding:   0;
bordeR: none;
cursor:   pointer;
}

.ProductName
{
font-size: 0.75rem;
font-weight:   500;
color: #231F20;
position:   absolute;
top: 1.25rem;
/*left: 0.9375rem;*/
left:   3rem;
line-height: normal;
}

.pt35
{
padding-top: 35%;
box-sizing:   border-box;
}

.icon-cart-list
{
background: url(https://overgameweb.com/Data/EditorFiles/overgame/AddCartBefore.svg) no-repeat center center;
width: 3.5rem;
height: 3.5rem;
display:      flex;
background-size: 100%;
transition: transform 0.5s ease-in-out;
}

.icon-cart-list:hover
{
background: url(https://overgameweb.com/Data/EditorFiles/overgame/AddCartHover.svg) no-repeat center center;
transform:scale(1.1)
}

.icon-fav-pointer-vitrin
{
background: url(https://overgameweb.com/Data/EditorFiles/overgame/AddFavBefore.svg) no-repeat center right;
width: 2.5rem;
height: 3.5rem;
display:      flex;
background-size: 100%;
transition: transform 0.5s ease-in-out;
}

.icon-fav-pointer-vitrin:hover
{
background: url(https://yedekovergame.1ticaret.com/Data/EditorFiles/overgame/FavAfter2.svg) no-repeat center right;
width: 2.5rem;
height: 3.5rem;
display:     flex;
background-size: 100%;
transform: scale(1.10);
}

.flexx-inner
{
display:   inline-flex;
align-items: center;
justify-content:   center;
flex-wrap: wrap;
}

.flex-center
{
display:   flex;
align-items: center;
justify-content:   center;
}

.bg-banner
{
background-color:   #E9E8E8;
padding: 1.875rem;
box-sizing:   border-box;
}

.banner-text
{
color:   #231F20;
font-size: 1rem;
font-weight:   700;
margin-top: 1.25rem;
line-height:   normal;
}

.information-img
{
display:   flex;
align-items: center;
justify-content:   center;
min-height: 8.4375rem;
}

.information-title
{
font-weight:   700;
color: #231F20;
font-size: 1.0625rem;
text-align:   center;
text-transform: uppercase;
min-height: 1.875rem;
}

.information-text
{
font-size: 0.875rem;
font-weight:   400;
color: #231F20;
line-height:   normal;
text-align: center;
}

.vitrin
{
background-color:   #ECE810;
padding-top: 15px;
padding-bottom:   15px;
box-sizing: border-box;
display:   flex;
align-items: center;
}

.vitrin-title
{
font-size:   30px;
font-weight: 600;
color:   #231F20;
}

.vitrin-text
{
font-size:   14px;
font-weight: 400;
color:   #231F20;
line-height: 150%;
}

.right-path::before
{
content: url(path.svg);
}
#navigasyon ul li a span
{
font-size:   13px;
font-weight: 400;
color:  #231F20;
text-transform: uppercase;
}
#navigasyon ul li:last-child a span
{
font-weight:   700;
}

.newFilterTitle,
.filterOverflow label
{
display:   flex;
align-items: center;
cursor:   pointer;
}

.newFilterTitle::after
{
content: '';
background: url(label.svg) no-repeat center right 14%;
box-sizing:   border-box;
cursor: pointer;
background-size: 50%;
width:   21px;
height: 21px;
display:   flex;
}

.childSelected .newFilterTitle
{
background: url(filtrearrow-up.svg) no-repeat 100%;
}
#sort
{
font-size:   16px;
font-weight: 400;
color:   #231F20;
background: url(label.svg) no-repeat center right 25%;
width: 100%;
background-size: 7%;
height:   20px;
cursor: pointer;
}

.filter-box2
{
font-size:   16px;
font-weight: 400;
color:  #231F20;
padding: 0;
text-transform:   uppercase;
position: relative;
}

.filterOpen
{
position:   absolute;
z-index: 9999;
border-radius:   3px;
background-color: #1CA0C0;
width:   190px;
height: 240px;
left:   -50px;
top: 43px;
color:   #231F20;
text-transform: capitalize;
}

.filterOpen::before
{
content: '';
background: url(filtrearrow-up.svg) no-repeat center center;
width:   30px;
height: 44px;
display:   flex;
position: absolute;
top:   -23px;
left: 42%;
z-index:   5;
transform: rotate( 90deg);
}

.filter-box2.childSelected .newFilterTitle::after
{
content: '';
background: url(label.svg) no-repeat center right 100%;
box-sizing:   border-box;
cursor: pointer;
background-size: 50%;
width:   21px;
height: 21px;
display:   flex;
transform: rotate(180deg);
}

.filterOpen-fiyat
{
position:   absolute;
z-index: 9999;
border-radius:   3px;
background-color: #1CA0C0;
width:   190px;
height: 100px;
left:   -50px;
top: 43px;
color:   #231F20;
text-transform: capitalize;
}

.filterOpen-fiyat::before
{
content: '';
background: url(filtrearrow-up.svg) no-repeat center center;
width:   30px;
height: 44px;
display:   flex;
position: absolute;
top:   -23px;
left: 42%;
z-index:   5;
transform: rotate( 90deg);
}

.flex-price
{
display:   flex;
align-items: center;
color:   #231F20;
margin-top: 20px;
font-weight:   500;
}
#filtre
{
background-color:   #F2F2F2;
height: 65px;
display:   inline-flex;
flex-wrap: wrap;
align-items:   center;
justify-content: start;
}

.filterOverflow
{
max-height:   250px;
overflow: auto;
margin-top:   20px;
}

.filterOverflow label .checkbox.active + span
{
font-weight:   bold;
}
@media screen and (max-width: 1440px)
{
.newFilterTitle::after
{
background: url(label.svg) no-repeat center right 0%;
background-size: 50%;
}
#sort
{
font-size:   12px;
background: url(label.svg) no-repeat center right 23%;
background-size: 10%;
}

.filter-box2
{
font-size:   12px;
}

.alert-stock a
{
font-size:   13px;
}

.out-of-stock
{
font-size:   15px;
}

.product-div
{
padding: 0px !important;
}
#shopListLink, #product-buttons .text-description
{
font-size: 10px !important;
}

.discountPrice
{
font-size: 20px !important
}

.currencyPrice
{
font-size:   18px;
}

.transferPrice
{
font-size: 12px !important;
margin-top:   0px;
}

.puan-html, .taksit-html
{
font-size: 11px !important;
}
}
@media screen and (max-width: 1230px)
{
.currentPrice
{
font-size:   16px;
}

.discountedPrice
{
font-size:   14px;
}
#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('carouselSmlArrowPrev.png');
}
#oneCol .mainNext
{
background-image:url('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)
{
.mainControl, #oneCol .mainControl
{
margin-top:  -60px;
}

.mainControl span, #oneCol .mainControl span
{
width:  60px;
height:60px;
}

.productListItem .productDescription
{
margin-top:  10px;
max-width:100%;
}

.currentPrice
{
font-size:  16px;
}

.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 (min-width: 1001px)
{
: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: 1000px) and (min-width: 769px)
{
.resim-vitrin .col-1
{
padding-bottom:  10px;
}
:not(.notClear) > .col-md-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-md-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-md-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-md-2:nth-of-type(6n) .productDetails
{
border-right:  0;
}
}
@media screen and (min-width: 769px)
{
.image-wrapper
{
height:  0;
}
}
@media screen and (max-width: 768px)
{
.banner-text
{
font-size:   10px;
}
#navigasyon
{
display:   none;
}
#sort,
.filter-box2
{
font-size:   15px;
margin-bottom: 20px;
}
#sort
{
background: url(label.svg) no-repeat center right 0%;
}

.bg-banner
{
padding:   0;
}

.newFilterTitle::after
{
background: url(label.svg) no-repeat center right 0%;
position:   absolute;
right: 0;
}

.newFilterTitle-mobil::after
{
content: '';
background: url(label.svg) no-repeat center right 0%;
position:   absolute;
right: 0;
width:   20px;
height: 15px;
}

.filterOpen
{
width: 100%;
left:   0;
}
#priceBtn
{
color:   #000;
background-color: #ece810;
}

.none-mobil
{
display:   none;
}

.filterOpen-fiyat
{
width: 65%;
left:   0px;
}

.vitrin
{
height:   auto;
display: inline-flex;
align-items:   center;
flex-wrap: wrap;
padding-top:   20px;
padding-bottom: 20px;
box-sizing:   border-box;
}

.vitrin-title
{
font-size:   17px;
}

.vitrin-text
{
font-size:   10px;
margin-top: 5px;
}
#filtre
{
background-color:   #fff;
height: auto;
}

.block-title
{
font-size:   20px;
margin-bottom: 25px;
}

.block-title span
{
font-size:   20px;
padding-left: 5px;
padding-right:   5px;
}

.all-see
{
font-size:   8px;
right: 50%;
top: 85%;
}

.three-img .col-sm-12
{
margin-bottom:   20px;
}

.productListItem.col-sm-6:nth-child(odd)
{
border-right:  1px solid #d9d9d9;
}
[dir="rtl"] .productListItem.col-sm-6:nth-child(odd)
{
border-right:  0;
border-left:1px solid #d9d9d9;
}

.productListItem.col-sm-6:nth-child(even)
{
border-right:  1px solid transparent;
}

.productListItem .icon-new,
.productListItem .productDiscount
{
position:  absolute;
font-size:14px;
}

.productListItem .out-of-stock
{
position:  absolute;
top:calc(50% - 50px);
}

.productListDetails
{
position:  static;
}
#campaign-products[data-layout="horizontal"] .detailWrapper
{
width:calc(58.33333333% - 20px);
}

.detailWrapper .productDetails
{
padding-bottom:  70px;
}
#campaign-products[data-layout="horizontal"] .proRowAct
{
bottom:  50px;
}

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

.productDescription
{
line-height:  16px;
font-size:13px;
}

.productListDetails
{
position:  relative;
float:left;
display:  block;
padding-bottom:54px;
}

.productListDetails .productAttr
{
position:  absolute;
bottom:0;
left:  0;
padding-right:0;
padding-left:  0;
}

.productPrice.discount
{
height:  auto;
margin-bottom:20px;
padding-left:  10px;
box-sizing:border-box;
}

.productListItem .currentPrice, .productListItem .discount .currentPrice, .productListItem .discountedPrice
{
padding-left:  0;
}

.productListItem .currentPrice
{
line-height:  28px;
}

.productListItem .discountedPrice + .currentPrice
{
line-height:  13px;
}

.productListItem .discountedPrice
{
line-height:  14px;
}

.discountedPrice
{
line-height:  13px;
font-size:13px;
}

.discount .currentPrice
{
font-size:  20px;
line-height:20px;
}

.productPager a,
.productPager span
{
}

.currentPrice
{
font-size:  18px;
}

.discountedPrice + .currentPrice
{
line-height:  20px;
}

.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 .col-4
{
width:16.6667%;
}

.productColListItem .col-8
{
width:83.3333%;
}

.productColListItem .productPrice
{
padding-left:  0;
}
: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;
}
#pager-wrapper
{
display:  inherit;
padding-top:10px;
}
#pager-wrapper *
{
text-align:  center;
}

.productItem .proRowAct
{
position:   static;
padding-top: 0;
padding-bottom:   0;
}

.productItem .drop-down.hover .drop-down-title + .bottom.fixed
{
height:   auto;
min-height: auto;
position:   absolute;
bottom: 0;
opacity:   1;
visibility: visible;
}

.productItem .drop-down.hover .drop-down-title + .bottom.fixed .mb.p-left .p-right
{
padding-right:   0;
}
}
@media screen and (max-width:540px)
{
#filterSort
{
padding-right:  10px;
}

.col-xs-12 .productDetails
{
height:auto !important;
}

.productDescription
{
line-height:   16px;
font-size: 12px;
}

.productOption
{
padding-top:  5px;
padding-bottom:0;
}

.productOption span
{
display:  none;
}

.optionBox a, .optionBox select
{
margin-bottom:  0;
}

.productPrice.fr
{
float:  left;
}
[dir="rtl"] .productPrice.fr
{
float:  right;
}

.discountedPrice
{
font-size:  13px;
}

.currentPrice
{
font-size:  15px;
}

.icon-new,
.productDiscount
{
font-size:  12px;
}
}
@media screen and (max-width:360px)
{
.productItem.d-flex
{
display:  inherit;
padding-left:0;
}

.campaign-text
{
width:  0;
height:20px;
padding-right:  0;
overflow:hidden;
}

.productItem .timer-type
{
display:  none;
}
}