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

.outStock {
    background: #ab1b21!important;
}

.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
{
}
[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;
-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;
width: 100%;
}

.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
{
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('https://www.kanaryakasabi.com.tr/theme/v4-kanaryaET/sub_theme/vitrin/firat/user_OD/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;
margin-top: 20px;
padding-bottom:   180px;
}

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

.productDetails .priceWrapper
{
display:   flex;
align-items: center
;justify-content:   center;
margin-bottom: 30px;
}

.currentPrice
{
font-size:   16px;
font-weight: bold
;color:   #1a1a1a;
line-height: 19px;
}

.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
{
color:   #ab1b21;
}

.discountedPrice
{
font-size:   16px;
color: #1a1a1a
;margin-right:   10px;
}

.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;
left: 0
;top:   0px;
background: url(discount.svg) no-repeat center
;display:   flex;
align-items: center
;justify-content:   center;
flex-direction: column
;z-index:   3;
width: 56px
;height:   56px;
color: #fff
;text-align:   center;
font-size: 8px
;font-weight:   bold;
}
[dir="rtl"] .productDiscount
{
right:  auto;
left:10px;
}

.productInfo .productDiscount
{
top:  25px;
}

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

.productDiscount span
{
}

.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;
align-items: center
;height:   50px;
}

.productPager a,
.productPager span
{
margin:   0;
padding: 0
;width:   30px;
height: 30px
;border-radius:   15px;
border: solid 1px #e1e1e1
;background-color:   #f9f9f9;
display: flex
;align-items:   center;
justify-content: center
;text-align:   center;
float: left
;box-sizing:   border-box;
margin-right: 10px
;font-size:   13px;
font-weight: bold;color: #1a1a1a !important;
}

.productPager a
{
}

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

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

.productPager a.prev:before,
.productPager a.next:before
{
content:attr(title);
position:  relative;
text-transform:uppercase;
}
#complementControl
{
width: calc(100% - 10px);
left:   5px;
}
#banner-text
{
background: url(../../../../../../Data/EditorFiles/SmugAgency/slider/bg-1.jpg) no-repeat center;
background-size:   cover;
text-align: center;
height:   100px;
color: #fff;
font-size:   25px;
line-height: 1;
}
#banner-text b
{
margin-left:   6px;
}

.site-info
{
display:   flex;
flex-direction: column;
align-items:   center;
justify-content: center;
text-align:   center;
padding: 10px 10px;
box-sizing:   border-box;
}
#site-info > div
{
border-right:   1px solid #e6e6e6;
box-sizing: border-box;
}
#site-info > div:last-child
{
border:   0;
}

.site-info span
{
font-size:   16px;
font-weight: bold;
color:   #ab1b21;
text-align: center;
height:   32px;
line-height: 1;
}

.info-img
{
margin-bottom:   30px;
height: 70px;
display:   flex;
align-items: flex-end;
}

.info-img img
{
max-height: 100%;
}

.site-info p
{
padding:   0;
font-size: 16px;
font-weight:   300;
color: #696969;
}
#site-info
{
display:   flex;
margin-bottom: 60px;
}

.item-product
{
border-radius:   4px;
border: solid 1px #e1e1e1;
background-color:   #ffffff;
box-sizing: border-box;
padding:   9px;
}

.item-product .image-wrapper .imgInner
{
overflow:   hidden;
border-radius: 4px;
}

.productDetails .detailLink
{
font-size:   16px;
text-align: center;
color:   #1a1a1a;
line-height: 1.2;
}
a.p-addCart
{
height:   56px;
border-radius: 28px;
border:   solid 1px #e1e1e1;
background-color: #086337;
box-sizing:   border-box;
font-size: 16px;
font-weight:   bold;
color: #ffffff;
text-transform:   uppercase;
width: 260px;
max-width: 100%;
}
a.p-addCart:hover
{
background:   #0a8449;
color: #fff;
}

.image-wrapper
{
padding-bottom: 67% !important;
}

.productDiscount span
{
font-size:   16px;
line-height: 19px;
}
#basketPopupItems .discountedPrice
{
font-size:   12px;
}

.slick-slide
{
clear: none !important;
}

.slick-slide, .slick-slide *
{
outline: none !important;
}

.vitrin-block-title
{
font-size:   21px;
font-weight: bold;
color:   #1a1a1a;
display: flex;
flex-direction:   column;
align-items: center;
justify-content:   center;
}

.slick-prev, .slick-next
{
font-size:   0;
border: 0;
background:   transparent;
position: absolute;
top: calc(50% - 20px);
z-index:   33;
width: 40px;
height:   40px;
display: flex;
padding:   0;
}

.slick-prev
{
left:   -50px;
background: url(prev.svg) no-repeat center;
}

.slick-next
{
right:   -50px;
background: url(next.svg) no-repeat center;
}
#blok-list
{
background: url(blogBg.jpg) no-repeat center;
background-size:   cover;
padding: 50px 0;
}
#blok-list .vitrin-block-title
{
color:   #fff;
text-transform: uppercase;
}
#blok-list .vitrin-block-title p
{
font-size:   14px;
color: #fff;
margin-top:   10px;
padding: 0;
font-weight:   normal;
text-align: center;
}
#blok-list .slick-prev
{
background: url(prev2.svg) no-repeat center;
left:   -10px;
}
#blok-list .slick-next
{
background: url(next2.svg) no-repeat center;
right:   -10px;
}
#blok-list h3
{
margin-top:   0;
color: #fff;
font-size:   16px;
font-weight: bold;
text-align:   center;
line-height: 1;
margin:   0;
height: 45px;
}
#blok-list h1
{
margin-top:   0;
color: #fff;
font-size:   16px;
font-weight: bold;
text-align:   center;
line-height: 1;
margin:   0;
height: 45px;
}
#blok-list .blog-lasted-content
{
font-size:   16px;
padding: 0;
color:   #fff;
text-align: center;
height:   100px;
overflow: hidden;
}
#blok-list .read_more_blog
{
width:   230px;
height: 53px;
border-radius:   26px;
border: solid 1px #979797;
display:   flex;
align-items: center;
justify-content:   center;
max-width: calc(100% - 20px);
color:   #fff;
font-size: 16px;
font-weight:   bold;
box-sizing: border-box;
}
#blok-list .read_more_blog:hover
{
background:   #fff;
color: #979797;
}
#blok-list.blog-liste-page
{
background:   transparent;
padding: 0 10px;
box-sizing:   border-box;
}
#blok-list.blog-liste-page *
{
color: #000 !important;
}
#blok-list.blog-liste-page h3
{
font-size:   14px;
}
#blok-list.blog-liste-page .blog-lasted-content
{
font-size:   14px;
height: 80px;
}
#blok-list.blog-liste-page .read_more_blog
{
height:   40px;
font-size: 14px;
}
#blog-kategoriler .vitrin-block-title
{
font-size:   18px;
text-align: left;
justify-content:   flex-start;
align-items: flex-start;
}
#blog-kategoriler ul li a
{
color:   #000;
font-weight: normal;
padding:   0;
}
#blog-kategoriler ul li
{
border-bottom:   1px solid #f2f2f2;
}
#blog-kategoriler ul li:last-child
{
border:   0;
}

.category-list-img
{
display:   flex;
align-items: center;
margin-bottom:   20px;
width: 100%;
}

.category-list-img a
{
height:   40px;
border-radius: 20px;
border:   solid 1px #e1e1e1;
background-color: #f9f9f9;
display:   flex;
align-items: center;
font-size:   14px;
font-weight: bold;
padding:   0 20px;
box-sizing: border-box;
text-align:   center;
color: #1a1a1a;
margin-right:   20px;
}

.category-list-img a.selected, .category-list-img a:hover
{
border:   solid 1px #e1e1e1;
background-color: #ab1b21;
color:   #fff;
}
#filterSort
{
border-radius:   4px;
border: solid 1px #e1e1e1;
background-color:   #f9f9f9;
box-sizing: border-box;
padding-left:   0;
}
#filterBtn
{
height:   50px;
display: flex;
align-items:   center;
border-right: 1px solid #e1e1e1;
padding:   0 20px;
color: #1a1a1a;
font-size:   14px;
font-weight: bold;
cursor:   pointer;
position: relative;
box-sizing:   border-box;
min-width: 93px;
top:   -1px;
}
#filterBtn:after
{
content: '+'
;margin-left:   5px;
}

.siralama
{
padding:   0 20px;
color: #1a1a1a;
font-size:   14px;
font-weight: bold;
height:   50px;
display: flex;
align-items:   center;
}

.siralama select#sort
{
font-weight:   normal;
box-shadow: none;
height:   40px;
padding-right: 40px;
background: url(s-down.svg) no-repeat calc(100% - 10px) center;
}

.filter-item-list .icon-square-unchecked:before
{
margin-right:   10px;
width: 18px
;font-size:   0;
height: 18px
;display:   flex;
background: url('check.svg') no-repeat center;
}

.filter-item-list .icon-square-checked:before
{
margin-right:   10px;
width: 18px
;font-size:   0;
height: 18px
;display:   flex;
background: url('checked.svg') no-repeat center;
}

.stokKontrol span.fl.input-wrap.checkbox
{
background: url('check.svg') no-repeat center !important;background-size: contain !important;
}

.stokKontrol span.fl.input-wrap.checkbox.active
{
background: url('checked.svg') no-repeat center !important;background-size: contain !important;
}

.stokKontrol span.fl.input-wrap.checkbox
{
width:   18px;
height: 18px;
}
label.stokKontrol
{
height:   50px;
display: flex;
align-items:   center;
color: #1a1a1a;
font-size:   14px;
line-height: 1;
}

.gridClick
{
height:   50px;
cursor: pointer
;display:   flex;
float: left
;position:   relative;
}

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

.gridCol4
{
background: url('grid4.svg') no-repeat center
;margin-left:   20px;
width: 71px;
}

.gridCol4.active
{
background: url('grid4ac.svg') no-repeat center;
}

.gridCol3.active
{
background: url('grid3ac.svg') no-repeat center;
}

.gridClick.active:before
{
content: ''
;width:   30px;
height: 12px;background: url(gridDown.svg) no-repeat center
;position:   absolute;
top: -1px
;left:   0;
right: 0
;margin:   auto;
}
#filterBtn.active:after
{
content: '-';
}
#filterBtn.active
{
color:   #fff;
background: #ab1b21;
border-radius:   4px 4px 0 0;
}
#filterBlok.active
{
display: block !important;
}
#filterBlok
{
position:   absolute;
top: 50px;
left:   11px;
right: 0;
z-index:   9;
padding: 50px 20px;
box-sizing:   border-box;
width: calc(100% - 21px);
border-radius:   0 0 4px 4px;
border: solid 1px #ab1b21;
background-color:   #ffffff;
}
#category-list
{
position:   relative;
}
#filterBlok:before
{
content: ''
;width:   30px;
height: 12px;background: url(gridDown.svg) no-repeat center
;position:   absolute;
top: -1px
;left:   30px;
margin: auto;
}

.filter-title
{
font-size:   14px;
font-weight: bold;
line-height: 1.2;
margin-bottom:   5px;
color: #1a1a1a;
}

.filter-item
{
padding:   8px 0;
}

.filter-item label
{
display:   flex;
align-items: center;
color:   #161616;
font-size: 14px;
line-height:   1;
cursor: pointer;
}

.filter-item label input:checked + span + span
{
font-weight:   500;
}

.filter-delt-btn span
{
height:   40px;
border-radius: 19px;
border:   solid 1px #e1e1e1;
background-color: #f9f9f9;
box-sizing:   border-box;
display: flex;
align-items:   center;
justify-content: center;
width: 100%;
font-size:   14px;
color: #161616;
text-align:   center;
cursor: pointer;
}

.filter-delt-btn
{
margin-bottom:   10px;
margin-top: 20px;
}

.filter-btn span
{
height:   40px;
box-sizing: border-box;
display:   flex;
align-items: center;
justify-content:   center;
width: 100%;
font-size:   14px;
text-align: center;
border-radius:   20px;
border: solid 1px #e1e1e1;
background-color:   #ab1b21;
color: #fff;
font-weight:   bold;
cursor: pointer;
}

.slideControl span#prevImage
{
background: url(prev.svg) no-repeat center;
}

.slideControl span#nextImage
{
background: url(next.svg) no-repeat center;
}
#productLeft .slideControl
{
width: 100%;
left:   0;
opacity: 0;
transition: opacity 0.2s ease;
}
#productLeft:hover .slideControl
{
opacity:   1;
}

.katalog-page-wrapper
{
border-radius:   4px;
border: solid 1px #e1e1e1;
background-color:   #f9f9f9;
box-sizing: border-box;
}

.total-product
{
height:   50px;
display: flex;
align-items:   center;
padding: 0 10px;
box-sizing:   border-box;
font-size: 14px;
color:   #1a1a1a;
}

.productPager span
{
border:   solid 1px #e1e1e1;
background-color: #ab1b21;
color: #fff !important;
}

.productPager a.prev, .productPager a.next
{
font-size:   0;
border: 0;
}

.productPager a.prev
{
background: url(page-prev.svg) no-repeat center;
}

.productPager a.next
{
background: url(page-next.svg) no-repeat center;
}

.insta-title
{
text-align:   center;
font-size: 21px;
font-weight:   bold;
color: #1a1a1a;
margin-bottom:   10px;
}

.takip-et-insta
{
font-size:   14px;
color: #1a1a1a;
text-align:   center;
}

.takip-et-insta a
{
font-weight:   bold;
color: #ab1b21;
}

.instagram-text-wrap
{
margin-bottom:   40px;
}
#instagramData .image-wrapper
{
padding-bottom: 100% !important;
}
a#insTakip
{
width:   230px;
height: 53px;
border-radius:   26px;
background-color: #ab1b21;
display:   flex;
align-items: center;
justify-content:   center;
text-align: center;
color:   #fff;
position: absolute;
left:   0;
right: 0;
top:   0;
bottom: 0;
margin:   auto;
z-index: 2;
font-size:   16px;
font-weight: bold;
}

.productPrcRow .discountedPrice
{
font-size:   13px;
}

.blog-img
{
position:   relative;
}

.blog-img:after
{
content: ''
;width:   30px;
height: 12px
;position:   absolute;
bottom: 0
;left:   0;
right: 0
;margin:   auto;
background: url(blogUp.svg) no-repeat center
;z-index:   2;
}

.vitrin-note
{
background: url(tutarBg.png) no-repeat center;
margin-bottom:   20px;
font-size: 18px;
font-weight:   bold;
color: #fff;
text-align:   center;
line-height: 1;
padding:   20px;
box-sizing: border-box;
background-size:   cover;
}

.vitrin-note img
{
margin-right:   10px;
}

.vitrin-note
{
font-size:   14px;
padding: 15px;
margin-bottom:   10px;
}
@media screen and (max-width: 1230px)
{
.slick-prev
{
left:   10px;
background: url(prev.svg) no-repeat center;
}

.slick-next
{
right:   10px;
background: url(next.svg) no-repeat center;
}
#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('https://www.kanaryakasabi.com.tr/theme/v4-kanaryaET/sub_theme/vitrin/firat/user_OD/carouselSmlArrowPrev.png');
}
#oneCol .mainNext
{
background-image:url('https://www.kanaryakasabi.com.tr/theme/v4-kanaryaET/sub_theme/vitrin/firat/user_OD/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)
{
.category-list-img
{
margin:   0;
overflow-x: auto;
white-space:   nowrap;
padding-bottom: 5px;
margin-bottom:   10px;
}

.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)
{
#filterBlok:before
{
left: calc(25% - 15px);
}
#filterBtn
{
width: 100%;
justify-content:   center;
height: 45px;
font-weight:   bold;
}

.siralama
{
height:   45px;
width: 100%;
font-size:   0;
padding: 0;
}

.siralama select#sort
{
font-size:   12px;
background-size: 10px;
width: 100%;
padding:   0 20px;
font-weight: bold;
}
#filterBlok
{
padding:   20px 0;
top: 45px;
}

.total-product
{
height:   30px;
text-align: center;
justify-content:   center;
font-size: 12px;
}

.category-list-img a
{
font-size:   12px;
margin-right: 10px;
height:   36px;
}

.slick-prev, .slick-next
{
display: none !important;
}
#blok-list .slick-next
{
right:   10px;
}
#blok-list .slick-prev
{
left:   10px;
}
#blok-list
{
padding:   20px 0;
}
#blok-list h3
{
height:   auto;
margin-bottom: 10px;
}
#blok-list .blog-lasted-content
{
height:   auto;
font-size: 14px;
}
#blok-list .read_more_blog
{
height:   45px;
font-size: 14px;
width:   180px;
}
#blok-list ul.slick-dots
{
margin-top:   15px;
}

.instagram-text-wrap img
{
height:   40px;
}

.insta-title
{
font-size:   18px;
}

.takip-et-insta
{
font-size:   13px;
}

.instagram-text-wrap
{
margin-bottom:   20px;
padding: 0 10px;
box-sizing:   border-box;
}
a#insTakip
{
width:   120px;
height: 40px;
font-size:   14px;
}
a.p-addCart
{
height:   45px;
}

.productDetails .priceWrapper
{
margin-bottom:   20px;
}

.productDetails
{
margin-top:   10px;
padding-bottom: 110px;
}
#banner-text
{
font-size:   15px;
line-height: 1.3;
display:   block;
height: auto;
padding:   20px;
box-sizing: border-box;
}

.info-img
{
height:   40px;
margin-bottom: 10px;
}

.site-info span
{
font-size:   13px;
height: auto;
margin-bottom:   6px;
}

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

.vitrin-block-title
{
font-size:   18px;
}

.vitrin-block-title img
{
height:   25px;
}
#site-info
{
display:   block;
margin-bottom: 10px;
}
#site-info > div
{
border:   0;
min-height: 155px;
}

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

.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
{
}
#pager-wrapper *
{
}

.productPager
{
height:   40px;
justify-content: center;
width: 100%;
}

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

.col-xs-12 .productDetails
{
}

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