.productPager a.prev:before,
.productPager a.next:before
{
content:  "";
width: clamp(20px, 3vw, 30px);
height: clamp(20px, 3vw, 30px);
display:  inline-block;
}

.productPager a.prev
{
background: url(/Data/EditorFiles/markamama/icons/left-icons.svg) no-repeat center;
background-size: clamp(20px, 3vw, 26px);
}

.productPager a.next
{
background: url(/Data/EditorFiles/markamama/icons/right-icons.svg) no-repeat center;
background-size: clamp(20px, 3vw, 26px);
}

.productPager a.prev:before,
.productPager a.next:before
{
background:  none;
}

.productPager a,
.productPager span
{
font-size: clamp(14px, 3vw, 16px);
width: clamp(22px, 3vw, 25px);
height: clamp(22px, 3vw, 25px);
line-height: clamp(22px, 3vw, 25px);
padding:  0;
}

.productPager a.prev+*
{
padding:  0;
}

.productPager span
{
color:  #F7954C;
border: 1px solid #F7954C;
border-radius:  50px;
display: flex;
justify-content:  center;
align-items: center;
}

.productPager span:before,
.productPager a:before
{
content:  "";
}

.pagination-y
{
display:  flex;
justify-content: center;
align-items:  center;
column-gap: 10px;
}

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

.catalogWrapper
{
display:  flex;
flex-wrap:wrap;
}

.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
;opacity:   0;
transition: opacity .5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

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

.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
{
}
[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: 100%;
max-height: 100%;
margin:  0 auto;
}

.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: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
{
height:  25px;
line-height:25px;
font-size:  12px;
z-index:1;
}
[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
{
top:calc(50% - 15px);
right:  10px;
left:10px;
line-height:  30px;
color:#fff;
font-size:  14px;
z-index:3;
}

.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: 75px;
max-height:  111px;
}

.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: 15px;
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
{
}

.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:   19px;
font-weight: 600
;color:   #f7954b;
line-height: 1.11
;margin-top:   20px;
}

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

.discountedPrice
{
font-size:   15px;
line-height: 1.4
;color:   #6e6e6e;
}

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

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

.productDiscount
{
width:   80px;
height: 45px
;border-radius:   4px;
box-shadow: 0 2px 11px -6px rgba(0, 0, 0, 0.17)
;background-color:   #004079;
flex-direction: column
;justify-content:   center;
line-height: 1
;color:   #fff;
font-size: 14px
;font-weight:   500;
}
[dir="rtl"] .productDiscount
{
right:  auto;
left:10px;
}

.productInfo .productDiscount
{
top:  25px;
}

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

.productDiscount span
{
font-size:   21px;
font-weight: 600
;color:   #f7954b;
}

.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:  inline-block;
border-right:0;
}

.productPager a,
.productPager span
{
position:  relative;
float:left;
height:  30px;
line-height:30px;
padding-right:  5px;
padding-left:9px;
box-sizing:  border-box;
}

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

.productPager a:hover
{
color:  #e35252;
}

.productPager span
{
color:  #e35252;
cursor:default;
}

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

.productPager a.prev + *,
.productPager a.prev,
.productPager a.next
{
padding-left:  5px;
}

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

.productPager a.prev:before,
.productPager a.next:before
{
position:  relative;
text-transform:uppercase;
}
#complementControl
{
width: calc(100% - 10px);
left:   5px;
}
#mini-banner
{
background:   #f9f9f9;
margin-top: -20px;
padding:   25px 0;
box-sizing: border-box;
}

.vitrin-title
{
font-size:   20px;
text-align: center;
font-weight:   500;
margin-bottom: 20px;
color:   #231f20;
}

.shadow-effect
{
overflow:   hidden;
}

.shadow-effect:hover
{
box-shadow: 0 2px 13px -5px rgba(0, 0, 0, 0.19);
}

.zoom-in
{
overflow:   hidden;
}

.zoom-in img
{
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.zoom-in:hover img
{
-webkit-transform: scale(1.1);transform: scale(1.1);
}

.zoom-out img
{
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.zoom-out:hover img
{
-webkit-transform: scale(1);
transform: scale(1);
}

.vitrin-brand a
{
font-size:   21px;
font-weight: 500;
color:   #004079;
line-height: 1.1;
}

.vitrin-brand
{
margin-bottom:   5px;
}

.productDetails .detailLink
{
font-size:   17px;
color: #6e6e6e;
line-height: 1.17;
display:   -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient:   vertical;
overflow: hidden;
height:   67px;
}

.vitrin-item
{
box-shadow: 0 2px 13px -5px rgba(0, 0, 0, 0.19);
border-radius:   7px;
margin-bottom: 20px;
overflow:   hidden;
}

.d-flex-column
{
display:   flex;
flex-direction: column;
}

.vitrinAddCart > a
{
width:   44px;
height: 44px;
border-radius: 50%;
display:   flex;
border: 1px solid #f7954c;
box-sizing:   border-box;
}

.vitrinAddCart
{
display:   flex;
align-items: center;
}

.vitrin-fav
{
background: url(fav2.svg) no-repeat center;
margin-right:   2px;
}

.vitrin-fav:hover
{
background: url(fav.svg) no-repeat #f7954c center;
}

.addCart-btn
{
background: url(cart2.svg) no-repeat center;
}

.addCart-btn:hover
{
background: url(cart.svg) no-repeat #f7954c center;
}

.vitrin-tabs .btn
{
padding:   0;
width: 180px;
display:   flex;
align-items: center;
justify-content:   center;
height: 45px;
line-height:   1;
font-size: 16px;
font-weight:   500;
color: #929292;
border:   2px solid #f7954c;
border-radius: 22.5px;
background:   #fff;
}

.vitrin-tabs .btn.active
{
background:   #f7954c;
color: #fff;
}

.vitrin-tabs
{
margin-bottom:   40px;
}

.comment-stars
{
width:   17px;
height: 15px;
margin-left:   4px;
background: url(star.svg) no-repeat center;
display:   inline-block;
background-size: contain !important;
}

.comment-stars + div .comment-stars
{
background: url(star-in.svg) no-repeat center;
}

.comment-star-wrapper
{
height:   15px;
margin-bottom: 5px;
font-size:   0;
left: -5px;
position:   relative;
line-height: 1;
}

.comment-star-wrapper .stars
{
display:   block;
white-space: nowrap;
}

.vitrin-slide
{
margin-bottom:   40px;
}

.vitrin-slide .vitrin-item
{
margin:   10px 0;
}

.vitrin-slide-left-tab .vitrin-title
{
}

.vitrin-tabs-left .btn
{
padding:   0;
line-height: 1;
width: 100%;
height:   32px;
display: flex;
align-items:   center;
border-radius: 4px;
border-bottom:   1px solid #f7f7f7;
font-size: 12px;
color:   #676767;
cursor: pointer;
padding:   0 10px;
-webkit-font-smoothing: subpixel-antialiased;
}

.vitrin-tabs-left
{
border:   1px solid #f7f7f7;
border-radius: 4px;
background:   #fdfdfd;
padding: 10px;
box-sizing:   border-box;
margin-top: 10px;
}

.vitrin-tabs-left .btn.active
{
background:   #f7954c;
color: #fff;
font-weight:   600;
border-color: #f7954c;
}

.vitrin-tabs-left > div:last-child .btn
{
border: 0 !important;
}
#mobil-app
{
background:   #eaf1f6;
padding-top: 22px;
padding-bottom:   22px;
display: flex;
align-items:   center;
border-radius: 7px;
}

.app-links
{
margin-left:   auto;
}

.app-text h3
{
margin:   0;
font-size: 28px;
font-weight:   bold;
color: #00457d;
line-height: 1.3;
}

.app-text p
{
padding:   0;
font-size: 18px;
font-weight:   500;
color: #ff8f35;
}

.app-text
{
margin-left:   40px;
}

.blog-item .blog-img
{
margin-bottom:   25px;
}

.blog-item .blog-title
{
margin:   0;
font-size: 16px;
font-weight:   600;
color: #004079;
line-height: 1.38;
margin-bottom:   15px;
}

.blog-description, .blog-description p
{
padding:   0;
font-size: 14px;
line-height: 1.29;
color:   #6e6e6e;
}

.blog-description
{
margin-bottom:   10px;
}

.blog-links
{
justify-content:   space-between;
}
a.blog-btn
{
height:   45px;
border: 2px solid #f7954c;
border-radius: 22.5px;
width:   130px;
box-sizing: border-box;
max-width: 100%;
justify-content:   center;
font-size: 15px;
font-weight:   500;
color: #929292;
}

.blog-date
{
font-size:   15px;
font-weight: 500;
color:   #929292;
margin-right: 10px;
}
a.blog-btn:hover
{
background:   #f7954c;
color: #fff;
}

.about-text-col
{
padding:   0 35px;
box-sizing: border-box;
text-align:   center;
}

.about-logo
{
margin-bottom:   38px;
}

.about-text p
{
font-size:   14px;
color: #6e6e6e;
line-height: 1.29;
padding:   0;
}

.about-logo img
{
height:   50px;
}

.about-text
{
margin-bottom:   38px;
}

.about-link a
{
height:   45px;
border: 2px solid #f7954c;
border-radius: 22.5px;
width:   130px;
box-sizing: border-box;
max-width: 100%;
justify-content:   center;
font-size: 15px;
font-weight:   500;
color: #929292;
}

.about-link a:hover
{
background:   #f7954c;
color: #fff;
}

.site-info
{
border:   1px solid #d4d4d4;
border-radius: 7px;
box-sizing:   border-box;
padding: 30px;
min-height:   260px;
display: flex;
flex-direction:   column;
align-items: center;
justify-content:   space-between;
text-align: center;
}

.info-img
{
display:   flex;
align-items: center;
justify-content:   center;
height: 64px;
}

.site-info .info-img+p
{
font-size:   16px;
line-height: 1.38;
font-weight:   600;
height: 44px;
display:   flex;
align-items: center;
justify-content:   center;
color: #004079;
margin-bottom:   0;
}

.site-info p
{
padding:   0;
font-size: 14px
;color:   #6e6e6e;
line-height: 1.29;
}
#filterWrapper
{
border:   1px solid #d4d4d4;
box-sizing: border-box;
background:   #fff;
border-radius: 4px;
box-shadow: 0 2px 11px -6px rgba(0, 0, 0, 0.17);
padding:   0 20px;
}

.filter-title
{
font-size:   18px;
font-weight: 600;
padding:   20px 0;
border-bottom: 1px solid #004079;
line-height:   1;
color: #004079;
cursor:   pointer;
display: flex;
align-items:   center;
}

.filter-wrap-box
{
}

.filter-title:after
{
content: ''
;width:   22px;
height: 22px
;margin-left:   auto;
background: url(minus.svg) no-repeat center;
}

.filter-title.active:after
{
background: url(plus.svg) no-repeat center;
}

.filter-title + div
{
margin-top:   20px;
margin-bottom: 20px;
}

.filter-search
{
height:   40px;
border: 1px solid #d4d4d4;
box-sizing:   border-box;
background: url(search.svg) no-repeat calc(100% - 10px) center #f9f9f9;
padding:   0 18px;
color: #0b0b0b;
border-radius:   4px;
transition: none !important;
margin-bottom:   20px;
}

.filter-item input[type="checkbox"]
{
position:   relative;
margin: 0;
visibility:   visible;
width: 14px;
height:   14px;
margin-right: 16px;
background: url(check.svg) no-repeat center;
transition: none !important;
}

.filter-item label
{
font-size:   14px;
color: #0b0b0b;
display:   flex;
align-items: center;
line-height: 1.3;
margin:   5px 0;
cursor: pointer;
font-weight:   500;
}
#filterCats a
{
font-size:   14px;
color: #0b0b0b;
display:   flex;
align-items: center;
line-height: 1.3;
margin:   5px 0;
cursor: pointer;
font-weight:   500;
}

.filter-item input[type="checkbox"]:checked
{
background: url(checked.svg) no-repeat center;
}
input#minMobilePrice, input#maxMobilePrice
{
background: #f9f9f9 !important;
border: 1px solid #d4d4d4 !important;
border-radius: 4px !important;
box-sizing:   border-box;
text-align: center;
font-size:   18px;
color: #004079;
line-height: 1 !important;
}

.price-filter-wrap
{
margin-bottom:   25px;
}

.filter-btn
{
height:   48px;
display: flex;
align-items:   center;
justify-content: center;
background:   #ff8c00;
border-radius: 24px;
color:   #fff;
margin-bottom: 20px;
line-height:   1;
text-align: center;
font-size:   18px;
font-weight: 600;
cursor:   pointer;
}

.total-product
{
height:   45px;
font-size: 18px;
color:   #004079;
line-height: 1;
}

.total-product b
{
margin:   0 4px;
font-weight: 600;
color:   #ff8c00;
}
label.stokKontrol
{
height:   45px;
font-size: 12px;
color:   #004079;
cursor: pointer;
}
label.stokKontrol input#stock
{
width:   14px;
height: 14px;
background: url(check.svg) no-repeat center;
margin:   0;
margin-right: 5px;
}
label.stokKontrol.active input#stock
{
background: url(checked.svg) no-repeat center;
}
#filterSort select#sort
{
height:   45px;
border-radius: 22.5px;
border:   2px solid #d4d4d4;
box-sizing: border-box;
min-width:   180px;
padding: 0 20px;
font-size:   13px;
font-weight: 500;
line-height: 1.14;
color:   #929292;
cursor: pointer;
background: url(down.svg) no-repeat calc(100% - 20px) center #fff;
transition:   none;
}

.gridList
{
display:   none;
position: absolute;
right:   0;
width: 115px;
height:   70px;
top: 100%;
z-index:   3;
margin-top: 10px;
border-radius:   10px;
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.05);
border:   1px solid #d4d4d4;
background-color: #f9f9f9;
}

.gridList.activ
{
display:   block;
}

.gridList:before
{
content: '';
border-left:   6px solid transparent;
border-right: 6px solid transparent;
border-bottom:   6px solid #d4d4d4;
position: absolute;
top:   -7px;
right: 18px;
}

.gridClick
{
width: 100%;
height:   35px;
border-bottom: solid 1px #d4d4d4;
cursor:   pointer;
display: flex;
}

.pageGrid
{
border:   2px solid #d4d4d4;
border-radius: 22.5px;
height:   45px;
padding: 0 20px;
box-sizing:   border-box;
font-size: 13px;
font-weight:   500;
color: #929292;
cursor:   pointer;
background: url(down.svg) no-repeat calc(100% - 20px) center #fff;
padding-right:   40px;
}

.gridBtn
{
height:   14px;
margin-left: 5px;
}

.gridCol3-ac
{
width:   48px;
background: url(grid3ac.svg) no-repeat center;
}

.gridCol4-ac
{
width:   68px;
background: url(grid4ac.svg) no-repeat center;
}

.gridCol3
{
background: url(grid3.svg) no-repeat center;
}

.gridCol4
{
background: url(grid4.svg) no-repeat center;
}

.gridClick:last-child
{
border:   0;
}
#katalog .col-3.productItem .vitrinAddCart a
{
width:   32px;
height: 32px;
background-size:   18px;
}
#katalog .col-3.productItem .productDetails > div
{
padding-left:   0;
padding-right: 0;
}

.productDetails .proRowAct .tooltipWrapper
{
display:   flex;
align-items: center;
justify-content:   space-between;
}
/*#katalog .productDetails .proRowAct .tooltipWrapper
{
*/
/*
display:  block;
*/
/*
position:  absolute;
*/
/*
bottom:  0;
*/
/*
}
*/
/*#katalog .product-cart-discount-price
{
*/
/*
margin-top:  15px;
*/
/*
}
*/
/*#katalog .product-cart-discount-price > div
{
*/
/*
height:   42px;
*/
/*
display:   flex;
*/
/*
align-items:   center;
*/
/*
border-radius:   4px;
*/
/*
border:   2px solid #77c655;
*/
/*
box-sizing:   border-box;
*/
/*
line-height:   1;
*/
/*
padding:   0px 5px;
*/
/*
font-size:   12px;
*/
/*
font-weight:   500;
*/
/*
color:   #77c655;
*/
/*    width: 100%;*/
/*
}
*/
/*#katalog .product-cart-discount-price span
{
*/
/*
height:   22px;
*/
/*
display:   flex;
*/
/*
align-items:   center;
*/
/*
border-left:   1px solid #77c655;
*/
/*
margin-left:   5px;
*/
/*
padding-left:   5px;
*/
/*
font-weight:   600;
*/
/*
font-size:   12px;
*/
/*
}
*/
#list-cat-img
{
font-size:   0;
text-align: center;
}
#list-cat-img > div
{
display:   inline-block;
vertical-align: top;
margin-left:   10px;
margin-right: 10px;
}
#list-cat-img > div a
{
font-size:   13px;
font-weight: 500;
line-height: 1.14;
color:   #929292;
border: 2px solid #d4d4d4;
border-radius: 22.5px;
height:   45px;
display: flex;
align-items:   center;
box-sizing: border-box;
padding:   5px;
}
#list-cat-img > div a span
{
max-width:   100px;
line-height: 1.2;
word-break:   break-word;
display: -webkit-box;
-webkit-line-clamp:   2;
-webkit-box-orient: vertical;
overflow:  hidden;
}

.data-cat-bg
{
width:   35px;
height: 35px;
border-radius: 50%;
overflow:   hidden;
margin-right: 10px;
}

.data-cat-bg + span
{
text-align:   left;
}
#list-cat-img > div a:hover
{
background:   #f9f9f9;
}

.product-comments
{
margin-left:   auto;
display: flex;
flex-direction:   column;
align-items: center;
}

.comment-links a, .comment-links span
{
font-size:   11px;
font-weight: 500;
margin:   0 1px;
color: #004079;
}

.comment-links a:hover
{
text-decoration:   underline;
}

.info-img img
{
max-height: 100%;
width:   auto;
}
#basketWin .vitrin-title
{
font-size:   16px;
margin: 0;
text-align:   left;
}
#tab-vitrin-related
{
margin-top:   10px;
background: #fff;
padding:   20px 0;
}
#tab-vitrin-related .vitrin-brand a
{
font-size:   15px;
}
#tab-vitrin-related .productDetails .detailLink
{
font-size:   15px;
}
#tab-vitrin-related .comment-stars
{
width:   15px;
height: 14px;
background-size:   contain;
}
#tab-vitrin-related .sm-p-0
{
padding-left:   0;
padding-right: 0;
}
#tab-vitrin-related .vitrinAddCart a
{
width:   34px;
height: 34px;
background-size:   18px;
}

.qtyBtns.vitrinqtyBtns
{
height: 100%;
background:   transparent;
padding: 0;
width:   80px;
display: flex;
text-align:   center;
padding-left: 7px;
box-sizing:   border-box;
}

.qtyBtns.vitrinqtyBtns a
{
border:   0;
border-radius: 0;
width:   20px;
height: 100%;
line-height:   1;
font-size: 25px;
text-align:   center;
color: #004079;
justify-content:   center;
}

.vitrinAddCart.vitrinCartInput
{
border:   1px solid #979797;
border-radius: 22px;
box-sizing:   border-box;
height: 44px;
}

.vitrinAddCart.vitrinCartInput > a
{
position:   relative;
left: 1px;
}

.qtyBtns.vitrinqtyBtns input
{
min-width:   auto;
height: 100%;
padding:   0;
text-align: center;
font-size:   14px;
font-weight: 500;
color:   #004079;
width: calc(100% - 40px);
}
div#filterSticky
{
will-change:   min-height;
}
div#filterTpl
{
padding-bottom:   10px;
}
@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('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
{
}

.discountedPrice
{
}

.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)
{
#mobil-app
{
display:   block;
padding: 10px 0;
}

.app-text
{
margin-left:   10px;
}

.app-text p
{
font-size:   14px;
}

.app-text h3
{
font-size:   22px;
}

.app-links
{
margin-top:   10px;
}
#list-cat-img > div
{
margin:   0 5px;
width: calc(50% - 10px);
margin-bottom:   10px;
}

.vitrin-slide
{
margin-bottom:   20px;
}
#list-cat-img
{
margin-bottom:   5px;
}
#filterWrapper
{
padding:   0 10px;
}
#navigasyon
{
margin-top:   0;
}
#filterTpl
{
margin-bottom:   10px;
}
#filterMobileBtn
{
border:   1px solid #f7954c;
border-radius: 4px;
height:   45px;
display: flex;
align-items:   center;
font-size: 20px;
font-weight:   500;
text-transform: uppercase;
padding:   0 20px;
padding-bottom: 3px;
background: url(down.svg) no-repeat calc(100% - 20px) #fff;
color:   #004079;
}
#filterMobileBtn i
{
display:   none;
}

.vitrin-tabs-left
{
margin-top:   0;
display: flex;
overflow-x:   auto;
}

.vitrin-tabs-left .btn
{
text-align:   center;
width: auto;
padding:   0 15px;
min-width: 100px;
border:   1px solid #f7f7f7;
margin-right: 10px;
}

.about-logo img
{
height:   35px;
}

.about-logo
{
margin-top:   10px;
margin-bottom: 10px;
}

.about-text
{
margin-bottom:   10px;
}

.site-info
{
padding:   10px;
min-height: 160px;
}

.info-img
{
height:   35px;
}

.site-info h4
{
margin-top:   10px;
line-height: 1;
font-size:   14px;
}

.site-info p
{
font-size:   12px;
line-height: 1.2;
}

.vitrin-title
{
font-size:   20px;
margin-bottom: 10px;
}

.vitrin-tabs
{
overflow-x:   auto;
box-sizing: border-box;
padding:   0 5px;
padding-bottom: 5px;
margin-bottom:   10px;
justify-content: normal;
}

.vitrin-tabs .btn
{
height:   38px;
font-size: 13px;
width:   auto;
padding: 0 10px;
min-width:   130px;
text-align: center;
}

.vitrin-tabs > div
{
padding:   0 5px;
}

.sm-p-0
{
padding-left:   0;
padding-right: 0;
}

.comment-stars
{
width:   13px;
height: 12px;
background-size: contain !important;
}

.comment-star-wrapper
{
height:   13px;
}

.vitrin-brand a
{
font-size:   16px;
}

.productDetails .detailLink
{
font-size:   15px;
}

.productDetails .proRowAct .tooltipWrapper
{
flex-direction:   column;
align-items: flex-start;
}

.vitrinAddCart
{
margin-top:   10px;
}

.vitrinAddCart a
{
width:   35px;
height: 35px;
background-size:   17px;
}

.vitrinAddCart.vitrinCartInput
{
height:   35px;
}

.productDetails
{
padding-bottom:   100px;
}
#mini-banner
{
padding:   10px 0;
margin: 0;
}

.swiper-dots
{
font-size:   0;
text-align: center;
margin-top:   10px;
float: left;
}

.swiper-dots > span
{
width:   8px;
height: 8px;
border-radius:   10px;
display: inline-block;
border:   1px solid #d4d4d4;
margin: 0 2px;
}

.swiper-dots .swiper-pagination-bullet-active
{
background:   #fff;
border: 1px solid #fe0000;
}

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

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

.productPager a,
.productPager span
{
float:  none;
display:inline-block;
width:  40px;
height:38px;
line-height:  38px;
font-size:15px;
}

.currentPrice
{
}

.discountedPrice + .currentPrice
{
}

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

.productPager
{
padding-top:  10px;
border-top:1px solid #e5e5e5;
}

.productItem .proRowAct
{
bottom:   10px;
}

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

.currentPrice
{
}

.icon-new,
.productDiscount
{
}
}
@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;
}
}