.box-title {
    margin-right: 1px;
    margin-bottom: 1px;
    cursor: pointer;
}
#related .image-wrapper {
    width: 80% !important;
    left: 10% !important;
}

.weekly-inner a.image-wrapper {
    padding-bottom: 100%;
    top: 10px;
}

.box-title.passive {
    cursor: default;
}
#productAddAll {
    height: 30px;
    line-height: 30px;
}
#pageLayout span,
#pageLayout span * {
    transition: color 0.2s;
}
#pageLayout span:hover,
#pageLayout span:hover * {
    color: #e35252;
}

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

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

.productItem .box-border {
    transition:
        border-color 0.5s,
        box-shadow 0.5s;
}

.productItem:hover .box-border {
    border-color: #d5d5d5;
    box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.3);
}
[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;
}
#colNewsSlide .productColListItem {
    min-height: 100px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.productItem .image-wrapper,
.productColItem .image-wrapper {
}
[data-layout="horizontal"] .image-wrapper {
    border-bottom: 0;
}

.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 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: 25px !important;
    height: 25px !important;
    margin-top: -32px;
    margin-left: -32px;
}

.image-wrapper.flip img.stImage {
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.image-wrapper:not(.flip) img.ndImage {
    opacity: 0;
}

.image-wrapper.flip img.ndImage {
    visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
}

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

.productItem.zoom:hover .image-wrapper .imgInner 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: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.icon-new {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    z-index: 1;
}
[dir="rtl"] .icon-new {
    right: 0;
    left: auto;
}

.icon-cargo {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 84px;
    height: 30px;
    background: url("cargoIcon.png") no-repeat center center;
    z-index: 1;
}
[dir="rtl"] .icon-cargo {
    right: auto;
    left: 10px;
}

.out-of-stock {
    top: calc(50% - 40px);
    right: 20px;
    left: 20px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    z-index: 3;
}
#category-list .out-of-stock,
.catalogWrapper .out-of-stock {
    display: none;
}

.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, 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;
    padding-bottom: 0;
    height: 160px;
}

.weekly-inner .productDetails {
    height: 190px !important;
    /*top: 10px;*/
}

.weekly-inner .block-title {
    margin-top: 10px;
}

.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, 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;*/
    top: 40px;
    left: 0;
}

.panelPopupContent #complementProucts .productDetails a.text-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panelPopupContent #complementProucts .productDetails {
    height: 120px;
}
#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;
}
#productInfo .LastFiyat {
    margin-top: 0px;
    margin-bottom: 8px;
}

.productPrice {
    margin-bottom: 8px;
}

.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 {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
    /*margin-bottom: 30px;*/
}

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

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

.weekly-inner,
.sliderMain img {
    border-radius: 10px;
}

.weekly-inner .slideControl {
    top: calc(50% - 56px) !important;
    width: 115% !important;
    left: 0px !important;
}

.catalogWrapper .slideControl {
    top: 25%;
    left: -1px;
    width: calc(98% + 15px);
}

.icon-fav-pointer:before {
    content: "\e802";
}

.productItem .listIcons {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    bottom: -5px;
    background-color: #efefef;
    width: 93%;
    height: 35px;
    border-radius: 20px;
}

.catalogWrapper ul li:hover .listIcons,
.catalogWrapper .productItem:hover .listIcons {
    background-color: orange;
}

.listIcons a#stoktaYokBtn,
#haftayastokta {
    font-size: 9pt;
    font-weight: 400;
    line-height: 34px;
    background-color: #404040 !important;
    color: #fff;
    border-radius: 30px;
}

.weekly-opportunity .productItem .listIcons {
    /*position:    relative;
top:                      5px;
*/
    left: -10px;
    bottom: 20px;
    width: calc(100% + 20px);
}
#category-list .productItem .listIcons {
    bottom: -185px;
    width: 90%;
    left: 5%;
}
#category-list .productItem span.LastFiyat,
#category-list .productItem .productPrice {
    margin: 0;
}

.symbolCargo {
    position: absolute;
    z-index: 3;
    /*right:          0;*/
    bottom: 0px;
}

.symbolCargo img {
    height: 32px;
    width: auto;
}

.discountedPrice + .currentPrice {
    color: #000;
    margin-bottom: 0;
    border: 3px #bb0000 solid;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
}

.discountedPrice {
    line-height: 1;
    font-size: 20px;
    color: #999;
    font-weight: 300;
    text-align: center;
}

.productColListItem .discountedPrice {
    line-height: 17px;
    font-size: 11px;
}

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

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

.productInfo .productDiscount {
    top: 25px;
}

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

.productDiscount span {
    padding-right: 5px;
}

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

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

.colControl {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    width: auto;
    height: 0;
    margin-top: -15px;
}

.colControl span {
    position: absolute;
    width: 10px;
    height: 30px;
    cursor: pointer;
}

.colBottomControl span {
    width: 30px;
    height: 30px;
    font-size: 9px;
    opacity: 0.5;
    cursor: pointer;
}

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

.colBottomControl span:hover {
    opacity: 1;
}

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

.productPager a,
.productPager span {
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 9px;
    box-sizing: border-box;
}

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

.productPager a:hover {
    color: #e35252;
}

.productPager span {
    color: #e35252;
    cursor: default;
}

.productPager a:before,
.productPager span:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    color: #6c6c6c;
}

.productPager a.first,
.productPager a.last {
    display: none;
}

.productPager a.prev + *,
.productPager a.prev,
.productPager a.next {
    padding-left: 5px;
}

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

.productPager a.prev:before,
.productPager a.next:before {
    content: attr(title);
    position: relative;
    text-transform: uppercase;
}

.productPrice .priceWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.currentPrice .productDiscount {
    margin-left: 10px;
}
span.targetMin span:last-child {
    font-size: 16px;
}
span.discountOran {
    font-size: 14px;
    font-weight: 700;
}
span.discountText {
    font-size: 12px;
    font-weight: 500;
}
span.targetMin span {
    line-height: 23px;
}

.vitrinTabs .btn {
    background: transparent;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.26px;
    padding: 15px 20px;
    border-radius: 2px;
    border: 1px solid;
}

.vitrinTabs .btn.active {
    background-color: #ff5000;
    color: #fff;
}

.tab-vitrinTitle {
    text-align: center;
}

.tab-vitrinTitle span {
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 13px;
}

.tab-vitrinTitle p {
    font-size: 18px;
    color: #929292;
    letter-spacing: 0.26px;
    padding: 0;
}

.vitrinTabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.LastFiyat {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.price-last {
    align-items: center;
    display: flex;
    border: 3px solid #ff5000;
    box-sizing: border-box;
    padding: 3px 5px;
    float: left;
    border-radius: 3px;
    color: #f27a1a;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.price-last span {
    margin-right: 5px;
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 1px;
    text-align: center;
}

.price-last div {
    margin-left: 1px;
    color: #666666;
}

.showcase-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.showcase-wrap.acc {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.symbolCmp {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.symbolCmp img {
    transition: none !important;
}

.productItem .symbolCmp {
    width: 75px;
}

.symbolStkYk {
    position: absolute;
    /*right: 0;
bottom:                        0;
*/
    width: 55px;
    bottom: 30px;
    z-index: 3;
}

.weekly-opportunity .symbolStkYk {
    display: none;
}

.vb-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vb-title span {
    background: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    position: relative;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    min-width: 235px;
}
/*.vb-title:before
{
content: '';
position:                                  absolute;
height: 1px;
width: 100%;
background:                                  #000;
}
*/
.vbs-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.col-20 {
    width: 20%;
}

.vbs-flex span {
    color: #000;
    font-size: 18px;
}

.vbs-img {
    margin-bottom: 30px;
}

.vitrin-banner-set {
    margin-bottom: 45px;
}

.vitrin-urun-gruplari {
    background: #f6dfd6;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 75px;
}

.vitrin-urun-gruplari .col.col-3 {
    padding: 0 20px;
    margin-bottom: 10px;
}

.vug-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vug-img {
    margin-bottom: 10px;
}

.vug-flex span {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.html-banner span {
    position: absolute;
    top: 15px;
    font-size: 29px;
    font-weight: 500;
}

.html-banner span.clr-white {
    color: #fff;
}

.html-banner span.clr-black {
    color: #000;
}

.html-banner span.hb-left {
    left: 35px;
    text-align: left;
}

.html-banner span.hb-right {
    right: 35px;
    text-align: right;
}

.html-banner {
    margin-bottom: 35px;
}

.html-banner-set {
    margin-bottom: 35px;
}

.tab-vertical-slide {
    background-color: #e6e7e8;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 25px;
}
#kombin-slide > li > span {
    background-color: #ffffff;
    height: 47px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 12.5px 0;
    font-size: 22px;
    padding: 0 7px;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    transition: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
#kombin-slide > li.active > span {
    background-color: #f8ccab;
}
ul#kombin-slide > li {
    width: 100%;
    display: flex;
}

.tab-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.tab-content.active {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.tab-content > .col.col-4 {
    padding: 0 15px;
}

.tabProductFlex {
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.tab-product-item {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.tab-product-name {
    font-size: 21px;
    font-weight: 500;
    border-bottom: 1px solid #58595b;
    color: #58595b;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.tab-discount {
    color: #ff7427;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
}

.tab-discount-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

.tab-product-link {
    color: #58595b;
    font-size: 21px;
    font-weight: 500;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 10px;
}

.tab-slide-title {
    color: #231f20;
    font-size: 33px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
#upKombin {
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    background: url(up.svg) no-repeat center;
}
#kombinControl span {
    width: 45px;
    height: 14px;
    display: flex;
    position: absolute;
    cursor: pointer;
}
#downKombin {
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    background: url(down.svg) no-repeat center;
}

.tab-vertical-slide .slide-wrapper {
    margin-top: 15px;
}

.vitrin-espor {
    background-color: #c2c3c3;
    margin-bottom: 75px;
}

.espor-top {
    margin: 50px 0;
    box-sizing: border-box;
}

.espor-top .col.col-2 {
    padding: 0 15px;
}

.espor-set {
    margin: 35px 110px;
    box-sizing: border-box;
}

.espor-set .col.col-20 {
    padding: 0 20px;
}

.espor-flex {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.espor-flex span {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

.full-banner-html {
    margin-bottom: 40px;
}

.full-banner {
    margin-bottom: 35px;
}

.tecrube-uretim {
    background-color: #f1f2f2;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    margin-bottom: 35px;
}

.vitrin-tecrube > span {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}

.vitrin-tecrube {
    margin: 20px 0;
    width: 77%;
}

.vitrin-tecrube > div {
    background-color: #e8521e;
    height: 12px;
    margin-top: 25px;
}

.vitrin-tecrube > div > span {
    position: absolute;
    padding: 0 10px;
    background: #f1f2f2;
    color: #e8521e;
    font-size: 17px;
    font-weight: 700;
    top: -4px;
    right: 180px;
    transform: skew(-10deg);
}

.vitrin-uretim {
    width: calc(23% - 18px);
    margin-left: auto;
    background: #e8e9e9;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vitrin-uretim span {
    color: #1d1d1b;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.vitrin-uretim > p {
    color: #3c3c3b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
}

.vitrin-uretim > img {
    margin-bottom: 10px;
}

.vitrin-uretim > div {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.site-info {
    display: flex;
    margin-bottom: 35px;
}

.site-info-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-info-flex span {
    color: #1a1c1c;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}

.site-info-flex > div {
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.social-links {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 25px;
}

.social-links a {
    flex-direction: column;
}

.social-links a span {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-top: 10px;
}

.social-text {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 70px;
    font-size: 21px;
    font-weight: 400;
    color: #000;
}

.social-text span {
    font-weight: 500;
    font-style: italic;
}

.site-info-flex > div img {
    max-height: 100%;
}

.espor-flex div {
    height: 200px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    padding-top: 0;
}

.espor-flex div img {
    max-height: 100%;
}
.symbol-11 {
    position: absolute;
    z-index: 11;
    top: 8px;
    right: 8px;
}
.symbol-11 img {
    max-width: clamp(60px, 13vw, 140px);
}
.vitrin-espor > .espor-set {
    display: flex;
    justify-content: center;
    margin: 35px 0px;
}

.price-last > div {
    color: #000;
}

.text-align-center {
    display: flex;
    justify-content: center;
}

.vitrinDetailLink {
    margin-top: 8px;
}
@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;
    }
    :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) {
    #productComparison {
        display: none;
    }

    .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 {
        float: none;
        display: inline-block;
        width: 40px;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }

    .currentPrice {
        font-size: 18px;
    }

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

    .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;
    }
    #pager-wrapper {
        display: inherit;
        padding-top: 10px;
    }
    #pager-wrapper * {
        text-align: center;
    }

    .productPager {
        padding-top: 10px;
        border-top: 1px solid #e5e5e5;
    }
}
@media screen and (max-width: 540px) {
    #filterSort {
        padding-right: 10px;
    }

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

    .discountedPrice {
        font-size: 13px;
    }

    .currentPrice {
        font-size: 15px;
    }

    .icon-new,
    .productDiscount {
        font-size: 12px;
    }
}
@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;
    }
}
/*eklemeler*/
.symbolMagaza {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 75%;
    right: 0;
}
