.productDiscount
{
position:          relative;
top: 0
;left:          0;
width: 38px
;height:       20px;
line-height: 19px
;color:          #fff;
font-size: 12px
;text-align:          center;
background:    #1a3668
;z-index:       33;
border-radius:    3px
;font-weight:       600;
}

.productDiscount span
{
display:       inline-block;
}

.productDiscount label
{
display:       inline-block;
}

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

.vitTitle
{
color:          #4b7cb7;
font-size: 18px
;font-weight:          bold;
}

.borwidthh
{
width: 80.1%;
}

.borwidthh2
{
width: 78%;
}
#title-2003,
#title-2004,
#title-2005
{
margin-right:        40px;
}
/*#title-2004
{
background: url(optik.png) no-repeat left center;
}
#title-2005
{
background: url(cam.png) no-repeat left center;
padding-left:          35px;
}
*/
.allCat a
{
color:          #1a3668;
font-size: 11px;
font-weight:          bold;
line-height: 27px;
}

.titleblok hr
{
width: 104%
;margin-top:          15px;
border-color: #4a7db8;
}

.borwidth hr
{
width: 106%;
}

.box-title.passive
{
cursor:         default;
}

.productComparison
{
height:         30px;
line-height:30px;
font-size:         12px;
color:#6c6c6c;
padding-left:         22px;
background-image:url('comparison.png');
background-repeat:         no-repeat;
background-position:0 center;
cursor:         pointer;
overflow:hidden;
}

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

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

.productItemIn
{
-webkit-transition: -webkit-box-shadow 0.2s linear;
transition: -webkit-box-shadow 0.2s linear;
-o-transition: box-shadow 0.2s linear;
transition: box-shadow 0.2s linear;
transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
position:       relative;
}

.productItemIn:hover
{
-webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.20);
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.20);
}
[dir="rtl"] .productItem
{
border-left:         1px solid #ececec;
}

.productItem, .productItem *
{
font-family: 'Overpass', sans-serif;
}
[dir="rtl"] .catalogWrapper .productItem
{
border-left:         0;
}
[data-layout="horizontal"] .productItem.col-3
{
padding-left:         0;
padding-right:0;
border-right:         1px solid #ececec;
}
[data-layout="horizontal"] .productItem.col-3:nth-child(2n)
{
border-right:         0;
}
[data-layout="horizontal"] .productItem.col-3:nth-child(2n+1)
{
clear:         both;
}

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

.productColItem
{
border-bottom:         1px solid #ececec;
}

.productColListItem
{
position:         relative;
}
#colNewsSlide .productColListItem
{
min-height:          100px;
}
/*.productColListItem:last-child
{
padding-bottom:         0;
}
*/
.productColListItem a
{
padding-bottom:         10px;
}
/*.productColListItem:last-child a
{
padding-bottom:         0;
margin-bottom:0;
border-bottom:         0;
}
*/
.image-wrapper
{
position:         relative;
width:100%;
overflow:         hidden;
}

.imgInner
{
position:          absolute;
width: 100%;
height: 100%;
top:          0;
left: 0;
text-align:          center;
display: flex;
align-items:          center;
}
/*[data-layout="horizontal"] .image-wrapper
{
border-right:         1px solid #ececec;
}
*/
.image-wrapper img
{
max-height:100%;
margin:         0 auto;
-webkit-transition-timing-function:ease-in-out;
-moz-transition-timing-function:         ease-in-out;
-ms-transition-timing-function:ease-in-out;
-o-transition-timing-function:         ease-in-out;
transition-timing-function:ease-in-out;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
transition-duration:0.2s;
}

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

.image-wrapper img.ndImage
{
opacity:         0;
}



.imgGallery:hover img.active
{
opacity:         0;
}

.imgGallery:hover img.ndImage
{
opacity:         1;
}

.icon-new
{
background:          #ad1f29;
color: #FFF;
font-size:          14px;
font-weight: bold;
line-height:          24px;
text-align: center;
text-transform:          uppercase;
padding: 5px 15px;
position:          absolute;
top: 0;
left:          0;
z-index: 1;
}

.icon-new:before
{
content: '';
border-top:          34px solid #ad1f29;
border-right: 10px solid transparent;
position:          absolute;
top: 0;
left: 100%;
}

.icon-cargo
{
position:         absolute;
bottom:30px;
right:         0;
width:84px;
height:         30px;
background:url('cargoIcon.png') no-repeat center center;
z-index:         1;
}

.out-of-stock
{width: 12px;height:        12px;border-radius: 100%;-webkit-border-radius: 100%;color:   #fff;background:       #BE1E2E;z-index: 33;position: relative;display: inline-block;}
.stockOne {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;
    background: #FF7F27;
    z-index: 33;
    position: relative;
    display: inline-block;
    border: 1px solid #be1e2e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stockRepeat {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;
    background: #ffff00;
    z-index: 33;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.productListItem .icon-cargo, .resim-vitrin .icon-cargo
{
bottom:         0;
}

.image-band
{
position:         absolute;
left:0;
bottom:         0;
line-height:20px;
font-size:         14px;
color:#fff;
padding-top:         5px;
padding-bottom:5px;
background:rgba(0,0,0,.7);
}

.campaign-band
{
font-size:         11px;
background:url('campaign-band.png') repeat-y;
background-size:100%;
}

.campaign-text
{
padding-right:         5px;
padding-left:20px;
background:url('timer-icon.png') no-repeat 0 center;
}

.productCmpItem .campaign-text
{
display:         none;
}

.timer-block
{
padding-right:         5px;
}

.productCmpItem .timer-block
{
width:100%;
padding-top:         4px;
padding-bottom:4px;
}

.timer-value
{
height:         20px;
padding-right:4px;
padding-left:         4px;
margin-right:4px;
background:         #000;
border:1px solid #fff;
box-sizing:         border-box;
}

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

.infoBg div
{
border:          1px solid #ccc;
border-radius: 3px;
height:          50px;
line-height: 30px;
}

.security
{
background:url(security.png) no-repeat 60px center;
margin-left:          -1px;
}

.credi
{
background:url(credi.png) no-repeat 60px center;
margin-right:          1px;
padding-right: 3px;
}

.cargo
{
background:url(cargo.png) no-repeat 60px center;
margin-left:          8px;
}

.org
{
background:url(org.png) no-repeat 60px center;
margin-right:          -8px;
padding-left: 17px;
}

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

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

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

.variantWrapper
{
position:         relative;
background:#fff;
}

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

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

.productListItem .productOption
{
margin-top:         20px;
}

.productOption span
{
float:         left;
width:100%;
width:         80px;
height:20px;
line-height:         18px;
font-size:12px;
color:         #000;
}

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

.optionBox a, .optionBox select
{
float:         left;
min-width:20px;
height:         20px;
border:1px solid #ececec;
padding-right:         5px;
padding-left:5px;
margin-right:         5px;
margin-bottom:5px;
box-sizing:         border-box;
cursor:pointer;
}

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

.optionBox a 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;
}
#border
{
width: 95% !important;
margin:          0 auto;
display: table;
float:          inherit;
padding: 0;
}
#border2
{
background: url(/Data/EditorFiles/border2.png) no-repeat left center;
height:          17px;
}
#border:before
{
background: url(/Data/EditorFiles/border-cat.png) no-repeat center center;
height:          17px;
background-size: contain;
content:          "";
width: 100%;
float:          left;
}

.optionBox select
{
width:100%;
line-height:         18px;
font-size:11px;
color:         #000;
text-transform:uppercase;
appearance:          none;
-moz-appearance: none;
-webkit-appearance:          none;
background:url('selectArrow.png') no-repeat right center;
}

.productBrand
{font-size:       12px;color: #666;}

.productListItem .productBrand
{
line-height:         80px;
}

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

.productDescription
{
line-height:         14px;
font-size: 12px
;color:          #666;
font-weight: 600
;margin-top:       5px;
}

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

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

.productColItemTp .productDescription
{
text-align:         center;
}
/*.proRowAct
{
position:         absolute;
bottom:0;
left:         0;
}
*/
#list-catalog .ListePerakendeBaslik
{
height:        13px;
}
#list-catalog .proRowAct
{
height:        71px;
}

.proRowAct
{
position:       absolute;
bottom: 0;
left:       0;
right: 0;
margin:       auto;
padding-bottom: 10px;
}
#vitwrapper
{
background:          #1a3668;
border-radius: 5px;
height:          270px;
padding-top: 4%!important;
}
#vitwrapper .vitCatText
{
color:          #ffffff;
padding-left: 55px;
padding-right:          35px;
text-align: justify;
font-size:          12px;
padding-top: 15px;
border-left:          1px solid;
padding-bottom: 20px;
}

.vitCatTitle
{
font-size:          50px;
font-weight: bold;
padding-left: 35px!important;
color:          #ffffff;
padding-right: 10px!important;
line-height: 1.5;
}

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

.productBtn
{
width:         30px;
height:30px;
cursor:         pointer;
margin-top:2px;
margin-left:         10px;
margin-bottom:2px;
}
[dir="rtl"] .productBtn
{
margin-right:         10px;
margin-left:0;
}

.productListItem .productBtn
{
margin-top:         25px;
}

.basketBtn
{background:url('basketBtn.png') no-repeat;position:       absolute;right: 0;left:       0;bottom: 20px;margin:       auto;opacity: 0;visibility:       hidden;z-index: 9;}

.basketBtn:hover
{background:url('basketBtnHover.png') no-repeat;z-index: 99;}

.basketBtn.success, .basketBtn.success:hover
{
background:url('basketBtnSuccess.png') no-repeat;
}

.basketBtn.error, .basketBtn.error:hover
{
background:url('basketBtnError.png') no-repeat;
}

.comparisonBtn
{
background:url('comparisonBtn.png') no-repeat;
}

.comparisonBtn:hover, .comparisonBtn.active
{
background:url('comparisonBtnHover.png') no-repeat;
}

.favouriteBtn
{
background:url('favouriteBtn.png') no-repeat;
}

.favouriteBtn:hover, .favouriteBtn.active
{
background:url('favouriteBtnHover.png') no-repeat;
}

.zoomBtn
{
background:url('zoomBtn.png') no-repeat;
}

.zoomBtn:hover, .zoomBtn.active
{
background:url('zoomBtnHover.png') no-repeat;
}

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

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

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

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

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

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

.priceWrapper.flexwrap
{
justify-content:       center;
-webkit-justify-content: center;
-webkit-box-align:       center;
-moz-box-align: center;
-webkit-align-items:       center;
-ms-flex-align: center;
align-items:       center;
height: 13px;
line-height:       13px;
text-align: center;
}
[dir="rtl"] .priceWrapper
{
text-align:         left;
}

.currentPrice
{
font-size:       13px;
color: #1a3668
;font-weight:       600;
}

.productColListItem .currentPrice
{
float:         right;
width:50%;
line-height:         17px;
font-size:9px;
text-align:         right;
}

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

.discountedPrice + .currentPrice
{
line-height:          20px;
color: #1a3668
}

.UyeListeFiyatAlan .discountedPrice + .currentPrice
{
}

.discountedPrice
{
font-size:       13px;
color: #1a3668
;text-decoration:       line-through;
margin-left: 10px;
}

.productColListItem .discountedPrice
{
float:         left;
width:50%;
text-align:         left;
line-height:17px;
font-size:         9px;
}

.UyeListeFiyatAlan .productDiscount.vitDiscount
{
background:          #949599;
}

.UyeListeFiyatAlan .discountedPrice
{
color:          #949599;
}

.UyeListeFiyatAlan .currentPrice
{
color:          #949599;
}

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

.productListItem .productInfo
{
margin-right:         20px;
}

.proDetail
{
background:          #4b7cb7;
color: #ffffff;
border-radius:          5px;
font-size: 14px;
}
#productRight .productDiscount
{
display:          inline-block;
float: left;
}

.kdv
{
font-size:          12px;
}

.col.transferPrice
{
padding-left:          0;
}

.transferPriceWrap
{
font-size: 13px!important;
line-height: 2.5!important;
}

.icon-discount
{
background:          #1e3768;
color: #FFF;
font-size:          14px;
font-weight: bold;
line-height:          24px;
text-align: center;
text-transform:          uppercase;
padding: 5px 15px;
position:          absolute;
top: 0;
right:          0;
z-index: 33;
display:          none;
}

.icon-discount:before
{
content: '';
border-bottom:          34px solid #1e3768;
border-left: 10px solid transparent;
position:          absolute;
top: 0;
right: 100%;
}
[dir="rtl"] #productRight .productDiscount
{
right:         auto;
left:0;
}

.productInfo .productDiscount
{
top:         25px;
}

.mainControl
{
position:         absolute;
width:auto;
top:         0;
left:auto;
right:         0;
margin-left:auto;
margin-top:         -50px;
z-index:33;
}
#oneCol .mainControl
{
width:         1260px;
top:50%;
left:50%;
right:         auto;
margin-top:-21px;
margin-left:         -630px;
}

.mainControl span
{
width:         50px;
height:50px;
cursor:         pointer;
background-color:#d6d6d6;
background-repeat:         no-repeat;
background-position:center center;
border-left:         1px solid #ececec;
}
#oneCol .mainControl span
{
width:         18px;
height:42px;
background-color:         transparent;
border-left:0;
}

.mainPrev
{
background-image:url('carouselSmlArrowPrev.png');
}
#oneCol .mainPrev
{
background-image:url('carouselArrows.png');
background-position:         left center;
}

.mainNext
{
background-image:url('carouselSmlArrowNext.png');
}
#oneCol .mainNext
{
background-image:url('carouselArrows.png');
background-position:         right center;
}

.colControl
{
float:         left;
width:100%;
}

.colControl span
{
position:         absolute;
top:30%;
width:         15px;
height:30px;
margin-top:         -15px;
background-repeat:no-repeat;
background-position:         center center;
cursor:pointer;
}

.colControl .colPrev
{
background-image:url('colControlArrowPrev.png');
}

.colControl .colNext
{
right:         0;
background-image:url('colControlArrowNext.png');
}

.colBottomControl
{
background:url('controlLine.png') repeat-x 0 center;
margin-top:         10px;
}

.colBottomControl span
{
width:         30px;
height:30px;
background-image:url("colControlTp.png");
background-repeat:         no-repeat;
opacity:0.5;
cursor:         pointer;
}

.colBottomControl.vertical span
{
background-image:url("colControlVerticalTp.png");
}

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

.colBottomControl span:hover
{
opacity:         1;
}

.colBottomControl .colNext
{
background-position:         right 0px;
}

.productPager
{
display:         inline-block;
border-right:0;
}

.productPager a,
.productPager span
{
float:         left;
width:30px
;height:     31px;
line-height: 35px
;margin-bottom:         -1px;
box-sizing:border-box
;text-align:          center;
font-size: 13px;
}
[dir="rtl"] .productPager a,
[dir="rtl"] .productPager span
{
float:         right;
box-sizing:border-box;
}

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

.productPager a.first,
[dir="rtl"] .productPager a.last
{
background-image:url('firstArrow.png');
display:          none;
}

.productPager a.prev,
[dir="rtl"] .productPager a.next
{
background-image: url('/Data/EditorFiles/tema/svg/left-arrow-light.svg')
;width:    10px;
}

.productPager a.next,
[dir="rtl"] .productPager a.prev
{
background-image: url('/Data/EditorFiles/tema/svg/right-arrow-light.svg')
;width:    10px;
}

.productPager a.last,
[dir="rtl"] .productPager a.first
{
background-image:url('lastArrow.png');
display:          none;
}

.productPager span
{
color:         #4a7db8;
cursor:default;
}

.ListePerakendeBaslik
{
font-size:          13px;
margin: 7px 0;
color:          #666;
}

.proRowName
{
position:        relative;
}

.priceWrapper>div
{
display:       inline-block;
}

.productItemIn>.row
{
position:       relative;
}

.productItem:hover .basketBtn
{
opacity:       1;
visibility: visible;
}
#filtre *, #katalog *
{
font-family: 'Overpass', sans-serif !important;
}

.switch
{
position:     relative;
display: inline-block;
width: 44px !important;
height: 24px !important;
background: none !important;
margin: 0 5px 0 0 !important;
}

.switch input
{
opacity:     0;
width: 0;
height:     0;
}

.switchSlider
{
position:     absolute;
cursor: pointer;
top:     0;
left: 0;
right:     0;
bottom: 0;
background-color:     #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.switchSlider:before
{
position:     absolute;
content: "";
height:     18px;
width: 18px;
left:     4px;
bottom: 3px;
background-color:     white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .switchSlider
{
background-color:     #2196F3;
}
input:focus + .switchSlider
{
box-shadow:     0 0 1px #2196F3;
}
input:checked + .switchSlider:before
{
-webkit-transform: translateX(19px);
-ms-transform: translateX(19px);
transform: translateX(19px);
}
/* Rounded sliders */
.switchSlider.round
{
border-radius:     34px;
}

.switchSlider.round:before
{
border-radius: 50%;
}
#catImg h1
{font-family: 'Overpass', sans-serif !important;font-size:    18px;color: #1a3668;font-weight:     600;margin-bottom: 10px !important;}


#catImg p
{
font-size:    13px;
line-height: 18px;
}

.slick-prev, .slick-next
{
position:   absolute;
top: 50%;
z-index:   3;
border: 0;
background-color: transparent !important;
background-repeat: no-repeat!important;
background-position:   center;
background-size: 80%;
width:   30px;
height: 30px;
text-indent:   -9999em;
overflow: hidden;
cursor:   pointer;
padding: 0;
opacity:   0;
visibility: hidden;
}

.slick-prev
{
left:   0;
background-image: url('/Data/EditorFiles/tema/svg/left-arrow-light.svg');
}

.slick-next
{
right:   0;
background-image: url('/Data/EditorFiles/tema/svg/right-arrow-light.svg') !important;
}

.slick-dots
{
position:   absolute;
bottom: -3px;
width: 100%;
text-align:   center;
opacity: 0;
visibility:   hidden;
}

.slick-dots li
{
display: inline-block !important;
vertical-align:   middle;
padding: 3px !important;
margin: 0 !important;
}

.slick-dots li button
{
background-color: #D6D6D6 !important;
border: 1px solid #fff !important;
width: 10px !important;
height: 10px !important;
background:   #D6D6D6;
display: block;
-webkit-backface-visibility:   visible;
transition: opacity .2s ease;
}

.slick-dots li.slick-active button
{
background-color: #869791 !important;
}

.slick-slide img, .slick-slide img:focus, .slick-slide img:active, .slick-slide img:visited
{
outline:   none;
border:none;
}

.slick-dotted.slick-slider
{
height: 100%
;display:   -webkit-box;
display: -moz-box
;display:   -ms-flexbox;
display: -webkit-flex
;display:   flex;
-webkit-box-align: center
;-moz-box-align:   center;
-webkit-align-items: center
;-ms-flex-align:   center;
align-items: center
;-webkit-justify-content:   center;
justify-content: center
;-webkit-box-pack:   center;
-moz-box-pack: center
;-ms-flex-pack:   center;
}

.slide img.active
{
opacity: 1!important;
visibility:  visible;
}

.slide img
{
opacity:  0;
visibility: hidden;
}

.px-product-image-first
{
position:  relative;
z-index: 1;
}

.px-product-image-second
{position:  absolute;top: 0;bottom: 0;left:  0;right: 0;z-index: 0;margin: auto !important;}
.productItem .image-wrapper a {
    width: 100%;
    float: left;
}

.productItem .arrows-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    border: 0;
    background-color: transparent !important;
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: 80%;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.arrows-btn.next {
    right: 0;
    background-image: url(/Data/EditorFiles/tema/svg/right-arrow-light.svg);
}

.arrows-btn.prev {
    left: 0;
    background-image: url(/Data/EditorFiles/tema/svg/left-arrow-light.svg);
}
.productItem .owl-theme .owl-nav {
    margin: 0;
}

.productItem .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    z-index: 3;
    border: 0;
    background-color: transparent !important;
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: 80%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    z-index: 11;
}

.productItem .owl-prev {
    left: 0;
    background-image: url(/Data/EditorFiles/tema/svg/left-arrow-light.svg) !important;
}

.productItem .owl-next {
    right: 0;
    background-image: url(/Data/EditorFiles/tema/svg/right-arrow-light.svg) !important;
}

.productItem .owl-carousel .owl-item img {
    width: initial;
}

.productItem .owl-theme .owl-dots {
    position: absolute;
    bottom: -3px;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    height: initial;
    right: initial;
    padding: initial;
}

.productItem .owl-theme .owl-dots .owl-dot span {
    background: #D6D6D6;
    width: 100% !important;
    height: 100% !important;
}

.productItem .owl-theme .owl-dots .owl-dot.active span {
    background: #6D6E70 !important;
}

.productItem .owl-theme .owl-dots .owl-dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
}

.productItem .owl-carousel.owl-loaded {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}
.AltVitrinKutu {
    position: relative;
    margin-bottom: 15px !important;
    text-align: justify;
}
.AltVitrinImgBox {
    position: relative;
}
.vDevamBtn {
    position: absolute;
    right: 0;
    top: -35px;
    float: initial !important;
    width: 28px !important;
    height: 28px;
    background: url("/Data/EditorFiles/tema/svg/down-arrow-light.svg") no-repeat center;
    cursor: pointer;
    z-index: 3;
}

.vDevamBtn.active {
    background: url(/Data/EditorFiles/tema/svg/up-arrow-light.svg) no-repeat center;
    top: -30px;
}
.vitrin-title {
    font-size: 13px;
    line-height: 18px;
}

.vitrin-box {
    display: none;
}
.vitrin-box.active {
    display: block;
}
.ListSimgeBox {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 33;
    width: 20px;
    text-align: center;
}

.Simge5 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/Data/EditorFiles/tema/img/yildiz-2.png") no-repeat center;
    margin-bottom: 5px;
}
.productItem .Ekbilgi4 {
    text-align: center;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    color: #949599;
}
.Oxibis:after {
    content: "";
    background: url("/Data/EditorFiles/tema/img/oxibislogoc.png") no-repeat center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
}

@media screen and (min-width: 769px){
#productInfo .Oxibis:after {
    width: 48px;
    height: 48px;
}    
.UstVitrinAlan{margin-bottom: 1.2%;}
.productItem:hover .arrows-btn {
    opacity: 1;
    visibility: visible;
}
.productItem:hover .owl-theme .owl-nav [class*=owl-], .productItem:hover .owl-theme .owl-dots
{
opacity:   1;
visibility: visible;
}

.FiltreBox[data-filter-id="54"] .FiltreDeger, .FiltreBox[data-filter-id="52"] .FiltreDeger, .FiltreBox[data-filter-id="51"] .FiltreDeger
{
width: 100%;
}

.FiltreBox[data-filter-id="54"]{width: 17%;}
.FiltreBox[data-filter-id="53"]{width: 31%;}
.FiltreBox[data-filter-id="52"]{width: 20%;}
.FiltreBox[data-filter-id="51"]{width: 13%;}

.FiltreBox select
{
box-shadow:     none;
-webkit-box-shadow: none;
width: 100%;
}

.FiltreBox:last-child
{
border:     0;
}

.filter-box.col-text.StokKontrol
{
font-size:     13px;
}
#filterPanel
{
display:     -webkit-box;
display: -moz-box;
display:     -ms-flexbox;
display: -webkit-flex;
display:     flex;
-webkit-justify-content: center;
justify-content:     center;
-webkit-box-align: start;
-ms-flex-align:     start;
align-items: flex-start;
}
select#sort
{
float:     right;
box-shadow: none;
-webkit-box-shadow:     none;
padding: 0 15px 0 5px;
box-sizing:     border-box;
}

.FiltreBox .filter-box
{
border:     0;
padding: 0;
}

.image-wrapper
{
height:         0;
/*padding-bottom:150%;*/
}
#filterSort
{display:     -webkit-box;display: -moz-box;display:     -ms-flexbox;display: -webkit-flex;display:     flex;-webkit-box-align: center;-moz-box-align:     center;-webkit-align-items: center;-ms-flex-align:     center;align-items: center;-webkit-justify-content:     space-between;justify-content: space-between;}
}
@media screen and (min-width: 1001px){
.FiltreBox[data-filter-id="54"]{width: 16%;}
.FiltreBox[data-filter-id="53"]{width: 26%;}
.FiltreBox[data-filter-id="52"]{width: 17%;}
.FiltreBox[data-filter-id="51"]{width: 12%;}
:not(.notClear) > .col-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-2:nth-of-type(6n) .productDetails
{
border-right:         0;
}
}
@media screen and (min-width: 1231px){
.FiltreBox[data-filter-id="54"]{width: 20%;}
.FiltreBox[data-filter-id="53"]{width: 45%;}
.FiltreBox[data-filter-id="52"]{width: 20%;}
.FiltreBox[data-filter-id="51"]{width: 20%;}
.FiltreBox
{padding:     0 10px;width: 24%;}
}
@media screen and (max-width: 1230px)
{
#filterPanel
{
-webkit-flex-wrap:     wrap;
-ms-flex-wrap: wrap
;flex-wrap:     wrap;
}
#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: 1230px) and (min-width: 769px){
.FiltreBox[data-filter-id="53"] .FiltreDeger { width: calc(50% - 5px);}
  .FiltreBox[data-filter-id="55"] {
    width: 16%;
}  
.FiltreBox
{width: 25%;}
}
@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)
{
.productDescription
{
}

.mainControl, #oneCol .mainControl
{
margin-top:         -60px;
}

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

.productListItem .productBrand
{
line-height:         40px;
font-size:20px;
}

.productListItem .productDescription
{
margin-top:         10px;
max-width:100%;
font-size:         13px;
line-height:16px;
}

.resim-vitrin .currentPrice
{
line-height:         33px;
}

.resim-vitrin .discountedPrice
{
line-height:         18px;
}
#leftColumn .productColItem, #rightColumn .productColItem
{
position:         relative;
}
#leftColumn .productPrice.discount, #rightColumn .productPrice.discount
{
padding-right:         0;
padding-bottom:0;
margin-top:         0;
position:static;
}
#leftColumn .productDiscount, #rightColumn .productDiscount
{
top:         10px;
bottom:0;
margin-top:         0;
}
}
@media screen and (max-width: 1000px) and (min-width: 769px)
{
.filter-box.col-text.StokKontrol
{
padding:0
}

.resim-vitrin .col-1
{
padding-bottom:         10px;
}

.productComparison
{
width:         0;
padding-left:17px;
}
:not(.notClear) > .col-md-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-md-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-md-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-md-2:nth-of-type(6n) .productDetails
{
border-right:         0;
}
}
@media screen and (max-width: 768px){
 
.UstVitrinAlan{margin-bottom: 15px;}
.productItem .arrows-btn {
opacity:   1;
visibility: visible;    
}    
.productItem .owl-theme .owl-dots {
    opacity: 1;
    visibility: visible;
}
.basketBtn
{
opacity:   1;
visibility: visible;
}
#filterSort .StokKontrol
{
display:     none;
}

.mStokAyar
{
width: calc(100% - 125px);
float:     left;
}

.FiltreTemizleBtn
{
margin:     0;
}

.FiltreBtnStokAyar
{
-webkit-box-align:     end;
-moz-box-align: end;
-webkit-align-items:     flex-end;
-ms-flex-align: end;
align-items:     flex-end;
-webkit-justify-content: space-between;
justify-content:     space-between;
display: -webkit-box;
display:     -moz-box;
display: -ms-flexbox;
display:     -webkit-flex;
display: flex;
-webkit-box-direction:     normal;
-moz-box-direction: normal;
-webkit-box-orient:     horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction:     row;
-ms-flex-direction: row;
flex-direction:     row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:     wrap;
flex-wrap: wrap;
width: 100%;
}

.SecilenFiltreDegerler
{
color:     #6c6c6c;
font-size: 13px;
margin-top:     10px;
}

.FiltreBtnContent
{
float:     right;
width: 120px;
margin-top:     0;
}
select#sort
{
width: 100%;
}

h3.catList
{
margin:     0;
font-size: 13px;
font-weight:     600;
text-transform: uppercase;
padding:     0;
color: #000;
}
h3.catList:after
{
background-size: 100%
;content:     "";
width: 12px
;height:     12px;
float: right;background-image: url(http://optigo.com.tr/Data/EditorFiles/tema/svg/down-arrow.svg)
;background-repeat:     no-repeat;
}
h3.catList:before
{
background-size: 100%;
content:     "";
width: 14px;
height:     14px;
float: left;
margin:     0 5px 0 0;
background-image: url(http://optigo.com.tr/Data/EditorFiles/tema/svg/filtre.svg);
background-repeat:     no-repeat;
}
#filtre
{
margin:     0;
}

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

.productDescription
{
}

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

.productDiscount
{
top:50%;
margin-top:         -15px;
}

.productPrice .productDiscount, #productLeft .productDiscount
{
top:         0;
margin-top:0;
}

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

.productPager a, .productPager span
{
/*
width:         40px;
*//*
height:    38px;
*//*
line-height:         38px;
*/font-size: 14px
;float:     initial;
display: inline-block
;vertical-align:     middle;
}

.AltToplamUrunAlan
{
text-align:     center;
}

.productPager
{
width: 100%;
text-align:     center;
}

.productListItem .productBrand
{
line-height:         50px;
font-size:25px;
}

.productListItem .productDescription
{
line-height:         21px;
font-size:15px;
}

.resim-vitrin .col-1
{
padding-bottom:         10px;
}

.resim-vitrin .currentPrice
{
line-height:         38px;
}

.resim-vitrin .discountedPrice
{
line-height:         23px;
}
/*.col-title + div, .col-title + div .slide-wrapper, .col-title + div .carousel-wrapper
{
width:         600px;
}
*/
.col-title + div .carousel li
{
width:         364px;
}

.productColItem
{
min-height:         470px;
}

.carousel .productColItem
{
min-height:         auto;
}

.productColItem .productDetails, .carousel .productColItem:nth-child(2n) .productDetails
{
border-right:         1px solid #ececec;
}

.carousel .productColItem .productDetails
{
padding-left:         20px;
padding-right:20px;
}

.productColItem:nth-child(2n) .productDetails, .carousel .productColItem:last-child .productDetails
{
border-right:         0;
}

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

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

.productColItemTp .productPrice
{
height:         40px;
}

.productColItemTp .currentPrice, .productColItemTp .discountedPrice
{
line-height:         20px;
font-size:20px;
}

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

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

.productColListItem .col-4
{
width:16.6667%;
}

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

.productColListItem .productPrice
{
padding-top:         10px;
}

.productColListItem .currentPrice, .productColListItem .discountedPrice
{
line-height:         20px;
font-size:20px;
}
:not(.notClear) > .col-sm-6:nth-of-type(2n) .productDetails,
:not(.notClear) > .col-sm-4:nth-of-type(3n) .productDetails,
:not(.notClear) > .col-sm-3:nth-of-type(4n) .productDetails,
:not(.notClear) > .col-sm-2:nth-of-type(6n) .productDetails
{
border-right:         0;
}
}
@media screen and (max-width:540px)
{
.col-xs-12 .productDetails
{
height:auto !important;
}


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

.productOption span
{
display:         none;
}

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

.productPrice.fr
{
float:         left;
padding-left:10px;
}
}