.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('comparison.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	cursor: pointer;
	overflow: hidden;
}

#productAddAll {
	height: 30px;
	line-height: 30px;
}

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

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

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

.catalogWrapper .productItem {
	border-right: 1px solid #d9d9d9;
}

[dir="rtl"] .catalogWrapper .productItem {
	border-right: 0;
	border-left: 1px solid #d9d9d9;
}

[data-layout="horizontal"] .productItem {
	position: relative;
}

[data-layout="horizontal"] .productItem.col-3 {
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #d9d9d9;
}

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

.productColListItem:last-child>.row {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

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

.productItem .image-wrapper,
.productColItem .image-wrapper {
	border-bottom: 1px solid #d9d9d9;
}
.sm {
    height: 24px !important;
    width: 24px;
}
[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;
}


/*[data-layout="horizontal"] .image-wrapper{
	border-right:1px solid #ececec;
}*/

.image-wrapper img {
	max-width: calc(100% - 4px);
	max-height: calc(100% - 4px);
	margin: 0 auto;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.ie .image-wrapper img {
	width: 100%;
}

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

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

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

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

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

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

.icon-new {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #f44336;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	z-index: 1;
}

[dir="rtl"] .icon-new {
	right: 10px;
	left: auto;
}

.productListItem .icon-new {
	position: static;
	float: left;
	margin-right: 10px;
}

.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 {
	position: absolute;
	top: calc(50% - 20px);
	right: 10px;
	left: 10px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0, 0, 0, .4);
	border-radius: 2px;
	z-index: 3;
}

.productListItem .out-of-stock {
	position: static;
	float: left;
	width: auto;
	line-height: 30px;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 2px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
}

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

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

[dir="rtl"] .timer-value {
	margin-right: 0;
	margin-left: 4px;
}

.detailWrapper {
	position: absolute;
	top: 0;
	right: 10px;
	width: calc(66.66666667% - 20px);
	height: 100%;
}

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

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

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

.productListDetails {
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	display: flex;
	align-items: center;
}

[dir="rtl"] .productListDetails {
	right: auto;
	left: 0;
}


/*.contentWrapper:not(#oneCol) .productListDetails .productInfo{
	width:30%;
}*/

.productListDetails .productInfo a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.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;
	background: #fff;
}

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

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

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

.productOption span {
	float: left;
	width: 100%;
	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;
}

[dir="rtl"] .optionBox a,
[dir="rtl"] .optionBox select {
	float: right;
	margin-right: 0;
	margin-left: 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: 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;
}

[dir="rtl"] .optionBox select {
	background: url('selectArrow.png') no-repeat 5px center;
}

.productAttr {
	padding-top: 7px;
}

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

.productListItem .productBrand {}

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

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

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

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

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

.proRowAct {
	position: absolute;
	bottom: 0;
	left: 0;
}

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

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

.productBtn {
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
	margin-right: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

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

.productBtn:not(.basketBtn),
.productBtn:not(.basketBtn).passive {
	background-color: #f3f3f3;
}

.productBtn:not(.basketBtn):hover,
.productBtn:not(.basketBtn).active {
	background-color: #797979;
}

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

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

.basketBtn {
	width: 30px;
	padding-right: 0;
	padding-left: 0;
	text-indent: -9999em;
	background-image: url('basketBtn.png');
	background-position: center center;
	overflow: hidden;
}

.basketBtn:hover {}

.basketBtn.success,
.basketBtn.success:hover {}

.basketBtn.error,
.basketBtn.error:hover {}

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

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

.selectedBtn {
	border: 3px solid #797979;
}

.selectedBtn:hover,
.selectedBtn.active {
	background-image: url('selectedCartHover.png');
}

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

.favouriteBtn:hover,
.favouriteBtn.active {}

.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 {
	height: 28px;
	line-height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

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

.productListItem .productPrice {
	height: 30px;
	line-height: 30px;
}

.productColItem .productPrice {
	padding-bottom: 7px;
	padding-left: 0;
}

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

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

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

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

.priceWrapper {}

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

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

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

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

.discountedPrice {
	line-height: 14px;
	font-size: 12px;
	color: #797979;
	text-decoration: line-through;
}

.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;
	top: 10px;
	right: 10px;
	height: 35px;
	line-height: 19px;
	color: #fff;
	font-size: 16px;
	background: #797979;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	z-index: 33;
}

[dir="rtl"] .productDiscount {
	right: auto;
	left: 10px;
}

.productInfo .productDiscount {
	top: 25px;
}

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

.productDiscount span {
	display: block;
	font-size: 16px;
	line-height: 17px;
}

.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;
	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 {
	position: absolute;
	top: 50%;
	right: 10px;
	left: 10px;
	width: auto;
	height: 0;
	margin-top: -15px;
}

.colControl span {
	position: absolute;
	width: 10px;
	height: 30px;
	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;
}

[dir="rtl"] .colBottomControl .colNext {
	background-position: 0 0px;
}

[dir="rtl"] .colBottomControl .colPrev {
	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 #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}

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

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

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

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

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

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

.productPager span {
	color: #ff6f00;
	background: #f3f3f3;
	cursor: default;
}

@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 {
		font-size: 16px;
	}
	.discountedPrice {
		font-size: 15px;
	}
	.resim-vitrin .currentPrice {
		line-height: 33px;
	}
	.resim-vitrin .discountedPrice {
		line-height: 18px;
	}
	#leftColumn .productColItem,
	#rightColumn .productColItem {
		position: relative;
	}
	#leftColumn .productPrice.discount,
	#rightColumn .productPrice.discount {
		padding-right: 0;
		padding-bottom: 0;
		margin-top: 0;
		position: static;
	}
	#leftColumn .productDiscount,
	#rightColumn .productDiscount {
		top: 10px;
		bottom: 0;
		margin-top: 0;
	}
}

@media screen and (min-width: 1001px) {
	:not(.notClear)>.col-6:nth-of-type(2n) .productDetails,
	:not(.notClear)>.col-4:nth-of-type(3n) .productDetails,
	:not(.notClear)>.col-3:nth-of-type(4n) .productDetails,
	:not(.notClear)>.col-2:nth-of-type(6n) .productDetails {
		border-right: 0;
	}
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
	.resim-vitrin .col-1 {
		padding-bottom: 10px;
	}
	.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 (min-width: 769px) {
	.image-wrapper {
		height: 0;
		/*padding-bottom:150%;*/
	}
}

@media screen and (max-width: 768px) {
	.icon-new,
	.productDiscount {
		position: absolute;
		font-size: 14px;
	}
	.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;
	}
	.productPrice .productDiscount,
	#productLeft .productDiscount {}
	.priceWrapper {}
	.productListItem .currentPrice,
	.productListItem .discount .currentPrice,
	.productListItem .discountedPrice {
		padding-left: 0;
	}
	.productListItem .currentPrice {
		line-height: 28px;
	}
	.productListItem .discountedPrice+.currentPrice {
		line-height: 13px;
	}
	.productListItem .discountedPrice {
		line-height: 14px;
	}
	.discountedPrice {
		line-height: 13px;
		font-size: 13px;
	}
	.discount .currentPrice {
		font-size: 20px;
		line-height: 20px;
	}
	.productPager a,
	.productPager span {
		width: 40px;
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.currentPrice {
		font-size: 20px;
	}
	.discountedPrice {
		font-size: 18px;
	}
	.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;*/
		padding-left: 0;
	}
	.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;
	}
	.productBrand {
		/*margin-bottom:5px;*/
	}
	.productDescription {
		line-height: 16px;
		font-size: 12px;
	}
	.productOption {
		padding-top: 5px;
		padding-bottom: 0;
	}
	.productOption span {
		display: none;
	}
	.optionBox a,
	.optionBox select {
		margin-bottom: 0;
	}
	.productPrice.fr {
		float: left;
	}
	[dir="rtl"] .productPrice.fr {
		float: right;
	}
	.discountedPrice {
		font-size: 12px;
		/*padding-bottom:5px;*/
	}
	.currentPrice {
		font-size: 12px;
	}
}

@media screen and (max-width:375px) {
	.campaign-text {
		width: 0;
		height: 20px;
		padding-right: 0;
		overflow: hidden;
	}
	.productItem .timer-type {
		display: none;
	}
}