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

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

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


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

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

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

.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-cargo {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 84px;
    height: 30px;
    background: url('cargoIcon.png') no-repeat center center;
    z-index: 1;
}

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

.out-of-stock {
    top: calc(50% - 15px);
    right: 10px;
    left: 10px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    z-index: 3;
}

.productListItem .out-of-stock {
    line-height: 25px;
    font-size: 12px;
}

.productListItem .icon-cargo,
.resim-vitrin .icon-cargo {
    bottom: 0;
}

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

#campaign-products[data-layout="horizontal"] .campaign-band {
    right: 0;
    bottom: 10px;
    left: 10px;
    width: auto;
}

.campaign-text {
    padding-right: 5px;
    padding-left: 20px;
}

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

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

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

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

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

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

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

.productDetails {
    position: relative;
}

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




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


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

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

#complementControl {
    width: calc(100% - 10px);
    left: 5px;
}

/*hi*/
.cat-and-slider-main {
    margin-bottom: 30px;
}

.cat-and-slider-main .inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cat-and-slider-main .thumbs-item {
    cursor: pointer;  
}
.cat-and-slider-main .thumbs-item img {
    border: 1px solid transparent;
}
.cat-and-slider-main .thumbs-item.swiper-slide-thumb-active img {
    border-color: var(--main-color);
}
.cat-and-slider-main .swiper-slide img {
    display: block;
    border-radius: 5px;
}

.cat-and-slider-main .swiper-arrow {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}

.cat-and-slider-main .swiper-arrow img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.cat-and-slider-main .swiper-arrow .swiper-prev {
    transform: translateX(-20px);
}

.cat-and-slider-main .swiper-arrow .swiper-next {
    transform: translateX(20px);
}

.cat-and-slider-main .swiper-arrow .swiper-button-disabled {
    opacity: 0;
}

.cat-and-slider-main .gallery-thumbs-main {
    margin-top: 30px;
}

.left-cat-append-here .left-cat {
    display: block;
}

.left-cat {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding: 20px 0;
    display: none;
}

.left-cat .cat-title {
    color: var(--main-color);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 20px;
}

.left-cat ul {
    padding-left: 10px;
}

.left-cat ul li {
    margin: 9px 0;
}

.left-cat ul li a {
    display: flex;
    align-items: center;
    min-height: 30px;
    border-radius: 5px;
    padding: 0 5px 0 10px;
}

.left-cat ul li a .image {
    width: 35px;
}

.left-cat ul li a .image img {
    margin-right: 15px;
}

.left-cat ul li a .title {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.left-cat.active {
    position: fixed;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    border: 0;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.left-cat.active .cat-title {
    display: none;
}

.left-cat.active ul {
    width: auto;
}

.left-cat.active ul li {}

.left-cat.active ul li a {
    display: inline-flex;
    width: auto;
    padding: 0 10px;
}

.left-cat.active ul li a .image {
    width: 25px;
}

.left-cat.active ul li a .title {
    display: none;
}

.left-cat.active ul li a:hover {
    background-color: var(--main-color);
}

.left-cat.active ul li a:hover .image img {
    filter: brightness(0) invert(1);
}

.left-cat.active ul li a:hover .title {
    display: block;
    color: #fff;
}


.html-banner-1 {
    margin-top: 30px;
}

.html-banner-1 .item {
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.html-banner-1 .item.item-three-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 450px;
}

.html-banner-1 .item.item1 {
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-1.jpg);
}

.html-banner-1 .item.item2 {
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-2.jpg);
}

.html-banner-1 .item.item3 {
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-3.jpg);
}

.html-banner-1 .item.item4 {}

.html-banner-1 .item.item5 {}

.html-banner-1 .item img+.title {
    margin-top: 30px;
    font-size: 30px;
    line-height: normal;
}

.html-banner-1 .item img+.title strong {
    display: block;
}

.html-banner-1 .item a.button {
    width: 210px;
    height: 70px;
    display: grid;
    place-content: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
}

.html-banner-1 .item a strong {
    display: block;
}

.html-banner-1 .item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.html-banner-1 .item .text.text-left {
    left: 60px;
    align-items: flex-start;
}

.html-banner-1 .item .text.text-right {
    right: 60px;
    align-items: flex-end;
}

.html-banner-1 .item .text .title {
    font-size: 50px;
    color: #fff;
    line-height: normal;
    letter-spacing: 8px;
}

.html-banner-1 .item .text .title strong {
    display: block;
}

.html-banner-1 .item .text .title a {}

.html-banner-1 .item .text>.image {}

.html-banner-1 .item .text>.image img {}



.html-banner-2 {
    margin: 60px 0;
}

.html-banner-2 .item-large {
    background: url(/Data/EditorFiles/ar-files/banner-bg-6.png) no-repeat center / 100% 100%;
    height: 550px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.html-banner-2 .item-large .text {
    padding: 0 35px 35px;
}

.html-banner-2 .item-large .text .title {
    font-size: 30px;
    line-height: normal;
    letter-spacing: 5px;
}

.html-banner-2 .item-large .text .title strong {
    display: block;
}

.html-banner-2 .item-large .text p {
    padding: 0;
    margin: 25px 0;
    font-size: 15px;
    color: #000;
}

.html-banner-2 .item-large .text a {
    width: 100%;
    max-width: 210px;
    height: 70px;
    display: grid;
    place-content: center;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
}

.html-banner-2 .item-large .image {
    min-width: 285px;
}

.html-banner-2 .item-large .image img {}

.html-banner-2 .item-four {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}

.html-banner-2 .item-four.item-four-1 {
    margin-bottom: 30px;
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-7.png);
}

.html-banner-2 .item-four.item-four-2 {
    margin-bottom: 30px;
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-8.png);
}

.html-banner-2 .item-four.item-four-3 {
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-9.png);
}

.html-banner-2 .item-four.item-four-4 {
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-10.png);
}

.html-banner-2 .item-four img {}

.html-banner-2 .item-four span {
    letter-spacing: 4px;
    line-height: 45px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 25px;
    max-width: 160px;
}

.html-banner-3 {
    background: url(/Data/EditorFiles/ar-files/flower-left.png) no-repeat left top,
        url(/Data/EditorFiles/ar-files/flower-right.png) no-repeat right bottom;
    padding: 150px 0;
}

.html-banner-3 .inner {
    display: flex;
    justify-content: center;
}

.html-banner-3 .col-10 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.html-banner-3 img {
    border-radius: 10px;
}
.html-banner-3 .text {
    padding-left: 20px;
}

.html-banner-3 .text .title {
    color: #000000;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
}

.html-banner-3 .text .desc {}

.html-banner-3 .text .desc p {
    line-height: 1.5;
    color: #797979;
    font-size: 15px;
}

.html-banner-3 .text a {
    width: 180px;
    height: 60px;
    display: grid;
    place-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    background-color: var(--main-color);
}

.popular-brands {}

.popular-brands .title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.popular-brands .item {
    display: grid;
    place-content: center;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    width: 100%;
}

.popular-brands .item img {}

.popular-brands .swiper-arrow {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}

.popular-brands .swiper-arrow img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.popular-brands .swiper-arrow .swiper-prev {
    left: -70px
}

.popular-brands .swiper-arrow .swiper-next {
    right: -70px;
}

.popular-brands .swiper-arrow .swiper-button-disabled {
    opacity: 0;
}

.popular-categories {
    margin-bottom: 130px;
}

.popular-categories .title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gray-buttons a {
    display: grid;
    place-content: center;
    text-align: center;
    height: 45px;
    margin-bottom: 15px;
    border: 1px solid #f9f9f9;
    background-color: #fff;
    line-height: normal;
    color: #797979;
    font-size: 12px;
}

.block-title {
    line-height: normal;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.block-title-small {
    line-height: normal;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.site-title-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.site-title-main .tabBtns {
    display: flex;
    align-items: flex-end;
    height: 45px;
}

.site-title-main .tabBtns>div {
    padding: 0;
    border-radius: 5px;
}

.site-title-main .tabBtns>div:not(:last-child) {
    margin-right: 10px;
}

.site-title-main .tabBtns>div:nth-child(1) {
    background-color: #f0c242;
}

.site-title-main .tabBtns>div:nth-child(2) {
    background-color: #ed553b;
}

.site-title-main .tabBtns>div:nth-child(3) {
    background-color: #5fa881;
}

.site-title-main .tabBtns>div:nth-child(4) {
    background-color: #7d56e3;
}

.site-title-main .tabBtns>div .btn {
    padding: 0;
    min-width: 133px;
    display: grid;
    place-content: center;
    height: 37px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #000;
}

.site-title-main .tabBtns>div .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - 2px);
    height: calc(100% - 5px);
    background-color: #fff;
    border-radius: 5px;
    inset: 1px 0 auto 0;
    margin: auto;
}

.site-title-main .tabBtns>div .btn.active {
    height: 45px;
}

.site-title-main .tabBtns>div .btn.active:before {
    height: calc(100% - 8px);
}

.swiper-arrow {}

.swiper-arrow span {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.swiper-arrow span:after {
    display: none;
}

.swiper-arrow span.swiper-button-prev {
    background-image: url(/Data/EditorFiles/ar-files/icon-prev.svg);
    left: -60px;
}

.swiper-arrow span.swiper-button-next {
    background-image: url(/Data/EditorFiles/ar-files/icon-next.svg);
    right: -60px;
}

.vitrin-slide+.vitrin-slide {
    margin-top: 60px;
}


/*pro-card*/
.productItem:not(.swiper-slide) {
    margin-bottom: 30px;
}

.productItem {}

.productItem .product-border {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background-color: #fff;
}

.productItem .listProductBrand {
    width: 100%;
    height: 25px;
    background-color: var(--main-color);
    display: grid;
    place-content: center;
    text-align: center;
    letter-spacing: 1px;
    line-height: normal;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.productItem:hover .product-labels .comparisonBtn {
    opacity: 1;
}
.product-labels * {
    z-index: 9;
} 
.product-labels :not(a) {
    pointer-events: none;
} 
.product-labels .productDiscount,
#price-flexer .productDiscount {
    background: url(/Data/EditorFiles/ar-files/icon-discount.svg) no-repeat center;
    width: 44px;
    height: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    top: 20px;
}

.product-labels .icon-new { 
    background: url(/Data/EditorFiles/ar-files/icon-new.svg) no-repeat center;
    width: 47px;
    height: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-labels .productSymbol { 
    line-height: normal;
    color: #d50000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50px;
    display: inline-flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.product-labels .comparisonBtn {
    line-height: normal;
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    background: url(/Data/EditorFiles/ar-files/icon-checkbox.svg) no-repeat center left;
    padding-left: 20px;
    position: absolute;
    bottom: 70px;
    left: 20px;
    margin: 0;
    opacity: 0;
}
.product-labels .comparisonBtn.active {
    background: url(/Data/EditorFiles/ar-files/icon-checked.svg) no-repeat center left;
}
.product-labels a:not(.comparisonBtn) { 
    background: url(/Data/EditorFiles/ar-files/icon-fav.svg) no-repeat center / 100%;
    width: 21px;
    height: 18px;
    display: inline-flex;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
 
.product-labels a.fav-added-btn {
    background: url(/Data/EditorFiles/ar-files/icon-fav-selected.svg) no-repeat center / 100%;
}

/*.productItem .listProductName {*/
/*    text-align: center;*/
/*    color: #000000;*/
/*    font-size: 13px;*/
/*    line-height: normal;*/
/*    min-height: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.productItem .listProductName {
    text-align: center;
    color: #000000;
    font-size: 13px;
    line-height: normal;
    min-height: 35px; 
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productItem .listProductStar {
    height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: normal;
    color: #000000;
    font-size: 12px;
}
.comment-star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.comment-star-wrapper i:before {
    line-height: normal;
}
.comment-star-wrapper > div > i:before {
    color: #d8d8d8;
}
.comment-star-wrapper > div > div > i:before {
    color: var(--main-color);
}



.productItem .list-bottom {}

.productItem .list-bottom .price-area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
    min-height: 50px;
}

.productItem .list-bottom .price-area .discountedPrice {
    color: #c7c7c7;
    font-size: 15px;
    line-height: normal;
    margin-left: 15px;
}

.productItem .list-bottom .price-area .currentPrice {
    color: #000;
    font-size: 16px;
}

.productItem .list-bottom .price-area .discountedPrice+.currentPrice {
    color: #00a2d3;
    font-weight: 700;
}

.productItem .list-bottom .add2cart {
    background-color: var(--main-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    letter-spacing: 1.3px;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.productItem .list-bottom .add2cart img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

/*pro-cardFns*/

#navigasyon {}

#navigasyon ul {
    margin-bottom: 20px;
}

#navigasyon ul li {}

#navigasyon ul li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

#navigasyon ul li a img {
    margin: 0 15px;
}

#navigasyon ul li a span {}

#navigasyon ul li:last-child a {
    font-weight: 700;
}


.catMenu {
    border-radius: 5px;
    background-color: #f8fcff;
    padding: 25px;
    margin-bottom: 30px;
}

.catMenu>ul {}

.catMenu>ul>li {}

.catMenu>ul>li:not(.active-li) {
    display: none;
}

.catMenu>ul>li .first-li-in.active {
    line-height: normal;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.catMenu>ul li a {
    color: #797979;
    font-size: 12px;
    min-height: 30px;
    display: flex;
    align-items: center;
}


/*filter*/
#filterTpl .pos-r.row.mb.form-control.medium,
#filterTpl .icon-garbage,
#filterTpl .border-unlimited:before,
#filterTpl .border-unlimited:after,
#filterTpl span.fl.col-12.with-border.border-unlimited.border-custom-light-gray {
    display: none;
}

#filterTpl .icon-garbage,
#filterTpl .border-unlimited:before,
#filterTpl .border-unlimited:after,
#filterTpl span.fl.col-12.with-border.border-unlimited.border-custom-light-gray {
    display: none;
}

#filterPanel>.filter-wrap {
    border-radius: 5px;
    background-color: #f8fcff;
    padding: 25px;
    margin-bottom: 30px;
}

#filterTpl label {
    min-height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    padding: 0;
}

#filterTpl label.selected {
    color: var(--main-color);
}

.icon-square-unchecked {
    content: url('/Data/EditorFiles/ar-files/icon-checkbox.svg');
    margin-right: 10px;
    width: 11px;
}

.icon-square-checked {
    content: url('/Data/EditorFiles/ar-files/icon-checked.svg');
    margin-right: 10px;
    width: 11px;
}

#filterPanel .col-title.filter-title .filter-remove {
    display: none;
}

#filterPanel .col-title.filter-title {
    line-height: normal;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}

#filterPanel .col-title.filter-title:not(.hidden) {
    margin-bottom: 15px;
}

#filterPanel .col-title.filter-title i {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

#filterPanel .col-title.filter-title i:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    width: 13px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#filterPanel .col-title.filter-title i.icon-plus:before {
    background-image: url(/Data/EditorFiles/ar-files/icon-angle-up.svg);
}

#filterPanel .col-title.filter-title i.icon-minus:before {
    background-image: url(/Data/EditorFiles/ar-files/icon-angle-down.svg);
}
.filter-button {
    height: 55px;
    display: grid;
    place-content: center;
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 5px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

/*filterFNS*/

.filter-bottom-banner {}
.filter-bottom-banner a {
    height: 315px;
    background: url(/Data/EditorFiles/ar-files/banner-bg-2.jpg) no-repeat center / 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.filter-bottom-banner a img {
    margin-bottom: 25px;
}
.filter-bottom-banner a span {
    letter-spacing: 3.64px;
    line-height: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


.showcase-text-top {
    position: relative;
    margin-bottom: 30px;
}
.showcase-text-top img {
    height: 250px;
    width: 100%;
}
.showcase-text-top .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 730px;
    left: 80px;
}
.showcase-text-top .text h1 {
    letter-spacing: 4px;
    line-height: normal;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.showcase-text-top .text p {
    height: 60px;
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.sub-catagories,
.brand-categories {
    margin-bottom: 15px;
} 
.brand-categories a {
    display: grid;
    place-content: center;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #f9f9f9; 
    margin-bottom: 15px;
}

#filterSort {
    display: flex;
    align-items: center;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #f9f9f9; 
    margin-bottom: 30px;
}
.custom-select {
    border: 0;
    margin-right: 30px;
    background: url(/Data/EditorFiles/ar-files/icon-angle-down.svg) no-repeat center right;
    padding-right: 15px;
    line-height: normal;
    color: #000000;
    font-size: 13px;
}
.stock-area{
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #000;
    margin-right: 30px;
}
.input-wrap.checkbox{
	background: url('/Data/EditorFiles/ar-files/icon-checkbox.svg') no-repeat center center;
}
.input-wrap.checkbox.active,
.form-control:hover .input-wrap.checkbox.active,
.active>.form-control .input-wrap.checkbox{
	background: url('/Data/EditorFiles/ar-files/icon-checked.svg') no-repeat center center;
} 

#filterSort a.compare {
    background: url(/Data/EditorFiles/ar-files/icon-comparison.svg) no-repeat center left;
    padding-left: 30px;
    line-height: normal;
    font-size: 13px;
    color: var(--main-color);
    min-height: 17px;
}


.product-grid-main {
    margin-left: auto;
}
.grid-changer {
    display: flex;
    align-items: center;
}
.grid-changer .list-view {
    font-size: 12px;
    font-weight: normal;
    color: #08090a;
}
.product-grid-main .grid-changer .grid-3,
.product-grid-main .grid-changer .grid-4 {
    cursor: pointer;
    display: flex;
    margin-left: 10px;
}
.product-grid-main .grid-changer .grid.active {
    pointer-events: none;
    cursor: pointer;
}
.product-grid-main .grid-changer .grid.active:before {
    color: #fff;
}
.product-grid-main .grid-changer .grid-3.active span,
.product-grid-main .grid-changer .grid-4.active span {
    background-color: var(--main-color);
}
.product-grid-main .grid-changer .grid-3 span,
.product-grid-main .grid-changer .grid-4 span {
    background-color: #eee;
    width: 4px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 5px;
} 
.pager-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 70px;
    border-radius: 3px;
    border: 1px solid #f9f9f9; 
}
.productPager {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}
.productPager a,
.productPager span {
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin: 0 5px;
    background-color: #f9f9f9;
    border-radius: 50px;
}
.productPager span {
    color: #fff;
    background-color: var(--main-color);
    font-weight: 700;
}
.productPager a:hover {
    color: #000;
}
.productPager a.first,
.productPager a.last {
    display: none;
}
.productPager a.prev,
.productPager a.next {
    width: 30px;
    height: 30px;
    border: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.productPager a.prev {
    background-image: url("/Data/EditorFiles/ar-files/icon-prev.svg");
}
.productPager a.next {
    background-image: url("/Data/EditorFiles/ar-files/icon-next.svg");
}

.qtyBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    width: 100%;
}
.qtyBtns a {}
.qtyBtns a:first-child {
    margin-right: auto;
}
.qtyBtns a:last-child {
    margin-left: auto;
}
.qtyBtns a p {
    font-size: 0;
}
.qtyBtns a p:before {
    font-size: 0;
}
.qtyBtns a p:first-child:before,
.qtyBtns a p.icon-minus:before {
    content: url(/Data/EditorFiles/ar-files/icon-angle-down.svg)
}
.qtyBtns a p.icon-plus:before {
    content: url(/Data/EditorFiles/ar-files/icon-angle-up.svg)
}
.qtyBtns input {
    line-height: normal;
    color: #000000;
    font-size: 14px;
    border: 0;
    text-align: center;
    width: 24px;
}
.qtyBtns span {
    line-height: normal;
    color: #000000;
    font-size: 14px;
    width: auto;
}



@media (min-width: 1366px) and (max-width:1919px){
    .swiper-arrow span.swiper-button-prev {
        left: -15px;
    }
    .swiper-arrow span.swiper-button-next {
        right: -15px;
    }
    .left-cat.active { 
        left: 0; 
    }
    .left-cat ul {
        padding-left: 0;
    }
    .left-cat ul li {
        margin: 4px 0;
    }
    .html-banner-3 { 
        background-size: 170px;
    }
    .html-banner-2 .item-large .text {
        padding: 0 15px 35px;
    }
}

@media (max-width:1365px){
    .swiper-arrow span.swiper-button-prev {
        left: -20px;
    }
    .swiper-arrow span.swiper-button-next {
        right: -20px;
    }
    .left-cat.active { 
        display: none;
    }
    .left-cat ul {
        padding-left: 0;
    }
    .left-cat ul li {
        margin: 4px 0;
    }
    .left-cat .cat-title { 
        font-size: 18px; 
        padding-left: 10px;
    }
    .left-cat ul li a .title { 
        font-size: 12px; 
    }
    .html-banner-1 .item.item-three-block { 
        height: 300px;
    }
    .html-banner-1 .item.item-three-block img {
        max-height: 160px;
    }
    .html-banner-1 .item img+.title {
        margin-top: 20px;
        font-size: 24px; 
    }
    .html-banner-1 .item .text.text-left {
        left: 15px; 
    }
    .html-banner-1 .item .text.text-right {
        right: 15px;
    }
    .html-banner-1 .item .text .title {
        font-size: 30px; 
        letter-spacing: 5px;
    }
    .html-banner-1 .item a.button {
        width: 180px;
        height: 55px; 
        font-size: 16px; 
        margin-top: 25px;
    }
    .html-banner-3 { 
        background-size: 170px;
    }
    .html-banner-2 .item-large {
        height: 330px;
    }
    .html-banner-2 .item-large .image {
        min-width: auto;
    }
    .html-banner-2 .item-large .text {
        padding: 0 15px 35px;
    }
    .html-banner-2 .item-large .text .title {
        font-size: 24px; 
        letter-spacing: 3px;
    }
    .html-banner-2 .item-large .text a { 
        height: 55px; 
        font-size: 14px; 
        margin-top: 30px;
    }
    .html-banner-2 .item-four { 
        height: 150px;
    }
    .html-banner-2 .item-four img {
        max-width: 100px;
        max-height: 160px;
    }
    .html-banner-2 .item-four span {
        letter-spacing: 2px;
        line-height: normal; 
        font-size: 22px; 
        margin-left: 10px; 
        max-width: 120px;
    }
    #filterPanel>.filter-wrap,
    .catMenu { 
        padding: 10px;
        margin-bottom: 20px;
    }
    .filter-bottom-banner a {
        height: 200px;
        text-align: center;
    }
    .filter-bottom-banner a img {
        margin-bottom: 15px;
        max-width: 80%;
        max-height: 110px;
    }
    .filter-bottom-banner a span {
        letter-spacing: 1px;
        line-height: normal; 
        font-size: 16px; 
    }
    .product-labels a:not(.comparisonBtn) { 
        right: 10px;
        bottom: 10px;
    }
    .product-labels .productSymbol { 
        bottom: 10px;
        left: 10px;
    }
    .product-labels .comparisonBtn { 
        left: 10px; 
    }
    .product-labels .icon-new { 
        right: 10px;
        top: 10px;
    }
    .product-labels .productDiscount, 
    #price-flexer .productDiscount {
        left: 10px;
        top: 10px;
    }
    .productItem .listProductName { 
        min-height: 55px; 
    }
    .productItem .list-bottom .price-area .discountedPrice {
        margin-left: 10px;
    }
}/*1001*/

@media (max-width: 1000px) {
    .html-banner-1 .item .text .title {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .html-banner-1 .item img+.title { 
        font-size: 20px;
    }
    .html-banner-1 .item a.button {
        width: 120px;
        height: 30px;
        font-size: 13px;
        margin-top: 23px;
    }
    .site-title-main .tabBtns>div .btn { 
        min-width: 100px; 
        height: 37px; 
        font-size: 13px; 
    }
    .block-title { 
        font-size: 20px; 
    }
    .html-banner-2 .item-four img {
        max-width: 80px;
        max-height: 160px;
    }
    .html-banner-2 .item-four span {
        letter-spacing: 0px;
        font-size: 16px;
        margin-left: 10px;
        max-width: 80px;
    }
    .html-banner-2 .item-large {
        height: 280px;
    }
    .html-banner-2 .item-large .text {
        padding: 0 5px 10px;
    }
    .html-banner-2 .item-large .text .title {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .html-banner-2 .item-large .text p { 
        margin: 10px 0;
        font-size: 13px; 
    }
    .html-banner-2 .item-large .text a {
        height: 40px;
        font-size: 13px;
        margin-top: 20px;
        width: 100px;
    }
    .html-banner-2 .item-four {
        height: 125px;
    }
    .html-banner-3 {
        background: none;
        padding: 0;
        margin: 30px 0;
    }
    .html-banner-3 .text .title { 
        font-size: 22px;  
        margin-bottom: 10px;
    }
    .html-banner-3 .text a {
        width: 150px;
        height: 40px; 
        font-size: 14px; 
        margin-top: 5px; 
    }
}/*769*/

@media (max-width: 768px) {
    .interactive-slider img{
        width: 100%;
        border-radius: 10px;
    }
    .interactive-slider .swiper-arrow span.swiper-button-prev {
        left: 20px;
    }
    .interactive-slider .swiper-arrow span.swiper-button-next {
        right: 20px;
    }
    .html-banner-1 {
        margin-top: 15px;
    }
    .html-banner-1 .item { 
        margin-bottom: 15px;
    } 
    .html-banner-1 .item.item-three-block img {
        max-height: 170px;
    }
    .item-two-block img {
        width: 100%;
    }
    .html-banner-1 .item .text.text-left {
        left: 25px;
    }
    .html-banner-1 .item .text.text-right {
        right: 25px;
    }
    .html-banner-1 .item .text .title {
        font-size: 22px;
    }
    .html-banner-1 .item a.button {
        width: 90px;
        height: 30px;
        font-size: 8px;
        margin-top: 20px;
    }
    .site-title-main { 
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .block-title {
        font-size: 16px;
        width: 100%; 
    }
    .site-title-main .tabBtns {
        margin-top: 15px;
        overflow-x: auto;
        height: auto;
    }
    .site-title-main .tabBtns>div .btn {
        min-width: 120px; 
        font-size: 12px;
    }
    .html-banner-2 {
        margin: 15px 0;
    } 
    .html-banner-2 .item-large {
        height: 290px;
        margin-bottom: 15px;
    }
    .html-banner-2 .item-large .image {
        min-width: auto;
        height: 100%;
    }
    .html-banner-2 .item-large .image img {
        max-height: 100%;
    }
    .html-banner-2 .item-large .text {
        padding: 0 25px 25px;
    }
    .html-banner-2 .item-large .text .title {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .html-banner-2 .item-large .text p {
        margin: 10px 0;
        font-size: 10px;
    }
    .html-banner-2 .item-large .text a {
        height: 40px;
        font-size: 10px;
        margin-top: 20px;
        width: 110px;
    }
    .html-banner-2 .item-four {
        height: 100px;
    }
    .html-banner-2 .item-four img {
        max-width: 60px;
        max-height: 66px;
    }
    .html-banner-2 .item-four span { 
        font-size: 10px;
        margin-left: 10px;
        max-width: 50px;
    }
    .vitrin-slide+.vitrin-slide {
        margin-top: 15px;
    } 
    .html-banner-3 .col-10 { 
        justify-content: center;
    }
    .html-banner-3 .text {
        padding-left: 0;
    }
    .html-banner-3 .text .title {
        font-size: 21px;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .html-banner-3 .text .desc p {
        line-height: 25px; 
        font-size: 12px;
    }
    .popular-brands {
        margin-bottom: 15px;
    }
    .popular-brands .item {
        height: 55px;
        padding: 10px;
    }  
    #filterPanel .col-title.filter-title:not(.hidden) {
        min-height: 35px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    #mainColumn,
    #leftColumn,
    .html-banner-1 .col,
    .html-banner-2 > .col,
    .html-banner-3 .col,
    .vitrin-slide > .inner > .col,
    .popular-brands .inner .col {
        padding: 0;
    }

} /*541*/



@media (max-width: 540px) {
    .productItem .list-bottom .price-area .discountedPrice { 
        font-size: 10px; 
    }
    .productItem .list-bottom .price-area .currentPrice { 
        font-size: 13px;
    }
    .productItem .list-bottom .price-area { 
        min-height: 30px;
    }
    .productItem .list-bottom .add2cart { 
        height: 35px;
        letter-spacing: 1px; 
        font-size: 12px; 
    }
    .productItem:not(.swiper-slide) {
        margin-bottom: 15px;
    }
    .catalogWrapper .productItem:not(.swiper-slide):nth-of-type(odd) {
        padding-right: 7.5px;
    }
    .catalogWrapper .productItem:not(.swiper-slide):nth-of-type(even) {
        padding-left: 7.5px;
    }
    .catalogWrapper .productItem .listProductStar {
        height: 30px;
    }
    .catalogWrapper .comment-star-wrapper i:before {
        line-height: normal;
        margin-left: 3px!important;
    }
    .pager-main { 
        text-align: center;
    }
    .productPager {
        margin-top: 15px;
        align-items: center;
    }
    #navigasyon ul { 
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    } 
} /*320*/










@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: 1000px) {

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

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

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

   

    #leftColumn .productColItem,
    #rightColumn .productColItem {
        position: relative;
    }
 
}

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

     
    .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 .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 {
        line-height: 13px;
        font-size: 13px;
    }

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

    .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;
    }
  
    .productItem .proRowAct {
        position: static;
        padding-top: 0;
        padding-bottom: 0;
    }

    .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) {
    .col-xs-12 .productDetails {
        height: auto !important;
    }

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

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

    .productOption span {
        display: none;
    }

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

    .productPrice.fr {
        float: left;
    }

    [dir="rtl"] .productPrice.fr {
        float: right;
    }
}

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