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

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

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

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

.bigTitle {
    font-size: 24px;
    font-weight: bold;
}
.teshiryan {
    position: relative;
    left: 0;
}
.title {
    font-size: 20px;
    font-weight: 600;
}

.text {
    line-height: 16px;
    font-size: 14px;
}

.kampanya {
    font-size: 26px;
    font-weight: bold;
    color: red;
    letter-spacing: 10px;
}

.hediyeCeki span {
    color: red;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btnDugme {
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #8f5422;
    color: #ffffff;
}

#beylik strong {
	font-weight: bold;
}

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

.productItem{
}

.productItem .image-wrapper{
	padding-bottom: 70%;
}

.catalogWrapper .productItem{
}

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

.image-wrapper{
    position:relative;
    height:0;
    padding-bottom:150%;
    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;
}

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

.image-wrapper:hover img.ndImage{
	opacity:1;
}

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

.icon-new{
	/*background-color: #99cc00;*/
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	position: absolute;
    top: 18px;
    left: 17px;
	z-index: 2;
}

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

.out-of-stock{
	position: absolute;
    width:100%;
    top: calc(50% - 20px);
    left: 0;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,.6);
    z-index: 3;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}

.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('../png/campaign-band.png') repeat-y;
	background-size:100%;
}

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

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

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

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

.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('../png/selectarrow-3.png') no-repeat right center;
}

.productBrand{
	line-height:24px;
	font-size:13px;
	color:#000;
	font-weight:700;
}

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

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

.productDescription{
	color: #614e00;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding-bottom: 10px;
}

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

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

.productBtn{
	width:30px;
	height:30px;
	cursor:pointer;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:2px;
}

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

.basketBtn{
	background:url('../png/basketbtn.png') no-repeat;
}

.basketBtn:hover{
	background:url('../png/basketbtnhover.png') no-repeat;
}

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

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

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

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

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

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

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

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

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

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

.productPrice{
	display: table-cell;
	vertical-align: middle;
}

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

.firsatBar .productDiscount{
	padding: 5px;
	height: auto;
	padding: 2px 5px;
	line-height: 14px; 
	margin-top: 0;
	text-transform: lowercase;
}

.firsatBar .productDiscount span {
    display: block;
}

.priceWrapper{
	display: inline-block;
}

.firsatBar .priceWrapper{
	margin-top: 5px;
}

.currentPrice{
	color: #333;
	font-size: 20px;
	line-height: 20px;
        font-weight: bold;
}

.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{
    color: #64635f;
    font-size: 20px;
    line-height: 20px;
    text-decoration: line-through;
    margin-right: 10px;
}

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

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

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

.productDiscount{
	background-color: #ff7e00;
	color: #FFF;
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 0 10px;
	margin-top: 10px;
	height: 21px;
}

.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: 60px;
    left: auto;
    right: 10px;
    margin-top: -40px;
}

.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: 28px;
	height: 28px;
	background-color: transparent;
	border-left: 0;
}

.mainPrev{
	background-image:url('../png/carouselsmlarrowprev.png');
}

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

.mainNext{
	background-image:url('../png/carouselsmlarrownext.png');
}

#oneCol .mainNext{
	background-image:url('../png/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('../png/colcontrolarrowprev.png');
}

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

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

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

.colBottomControl.vertical span{
	background-image:url("../png/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:28px;
	line-height:28px;
	margin-bottom:-1px;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	box-sizing:border-box;
}

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

.productPager a.first{
	background-image:url('../png/firstarrow.png');
}

.productPager a.prev{
	background-image:url('../png/prevarrow.png');
}

.productPager a.next{
	background-image:url('../png/nextarrow.png');
}

.productPager a.last{
	background-image:url('../png/lastarrow.png');
}

.productPager a:hover, .productPager span{
	background-color:#f3f3f3;
}

.productPager span{
	color:#000;
	border-bottom:1px solid #b7b7b7;
	cursor:default;
}

.itemWrapper{
	position: relative
}

.itemWrapper:hover{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
}

.otherImgList{
	background-color: #FFF;
	width: 60px;
	height: 100%;
	max-height: 79%;
	padding: 10px;
	margin-right: -1px;
	box-shadow: -4px 0px 6px rgba(0, 0, 0, .4);
	box-sizing: border-box;
	position: absolute;
	top: -1px;
	right: 100%;
	z-index: 9;
}

.otherImgList:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.otherImgList ul{
	width: 100%;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.otherImgList ul:after{
	content: '';
	display: block;
	clear: both;
}

.otherImgList ul li a:hover{
	border: 1px solid #f48120;
}

.otherImgList ul li a img{
	width: 100%;
	display: block;
}

.itemWrapper:hover .otherImgList{
	display: block;
}

.itemWrapper .tagIcon{
	position: absolute;
    top: 18px;
    left: 16px;
    z-index: 8;
}

.itemWrapper .tagIcon.bottom{
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: 0;
    bottom: 23px;
    left: 0;
}

.itemWrapper .tagIcon.bottom > div + div{
	margin-left: 10px;
}
.shopListLinkList {
    background: url(../png/shoplistlinkicon.png) no-repeat center center;
    position: absolute;
    top: 6px;
    right: 6px;
}

@media screen and (max-width: 1230px) {

	#oneCol .mainControl{
		width: auto;
		top: 0;
		left: auto;
	    right: 5px;
	    margin-top: -35px;
		margin-left: auto;
	}

	#oneCol .mainControl span.mainPrev{
		margin-right: 10px;
	}

}

@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) {

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

	.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) {
	.itemWrapper .tagIcon{
	bottom: 15px !important;
	}
	
	
	.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:15px;
	}
	
	.productDescription{
		line-height:16px;
		font-size:13px;
	}
	
	.productPrice.discount{
		height:auto;
		margin-bottom:20px;
		padding-left:10px;
		box-sizing:border-box;
	}
	
	.priceWrapper{
		text-align:left;
	}
	
	.discount .currentPrice{
		font-size:20px;
		line-height:20px;
	}
	
	.productPager a, .productPager span{
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		border-top: 1px solid #ececec;
	}
	
	.productPager a.first{
		border-left: 1px solid #ececec;
	}

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

	.icon-new, .itemWrapper .tagIcon{
	    top: 1px;
	    left: -6px;
	}

	.box.box-border.paginationArea{
		padding-left: 0;
		padding-right: 0;
	}
	
	.box.box-border.paginationArea > .box:last-child{
		padding-left: 0;
		padding-right: 0;
	}

	.paginationArea .productPager{
		border-bottom: 0;
	}
}


@media screen and (max-width:540px) {
	.productDetails.loaderWrapper .productDescription {
	    min-height: 43px;
	}

	.productDetails.loaderWrapper .productPrice {
	    min-height: 52px;
	}
	.itemWrapper .tagIcon{
		bottom:15px !important;
	}
    
    .productBrand {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .productDescription {
        line-height: 20px;
        font-size: 15px;
    }
    
}