.combine-variant a {
    border: .5px solid #000;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.combine-variant {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.combine-variant a.selected {
    background: #000;
    color: #fff;
}

.combine-add-single {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
}

.combine-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-sizing: border-box;
}

.combine-right-title {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 20px;
    color: #666;
}

div#combine-left ul {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
}

div#combine-left {
    position: sticky;
    min-width: 50%;
    min-height: 100vh;
    top: 0;
}

div#combine-left ul::-webkit-scrollbar {
    width: 1px;
    border-radius: 0;
}

div#combine-left ul::-webkit-scrollbar-thumb {
    background: #000;
}

div#combine-left ul::-webkit-scrollbar-track {
    background: #ccc;
}

.combine-right-scroll {
    padding: 0 80px 80px 80px;
    box-sizing: border-box;
}

.combine-right-scroll::-webkit-scrollbar {
    display: none;
}

.combine-add {
    padding: 0 40px;
    box-sizing: border-box;
}

.combine-add-general {
    border: .5px solid #ddd;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.combine-add-price {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 300;
    width: 100%;
    margin-top: 6px;
}

.combine-size select {
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    height: 38px;
    cursor: pointer;
    -webkit-appearance: none;
    /* iOS için varsayılan stil kaldırılır */
    appearance: none;
    /* Diğer tarayıcılar için de etkili olur */
    background: none;
    color: #000;
    margin: 0;
    box-sizing: border-box;
}

.variant-other a {
    border: .5px solid #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.variant-other a.selected {
    background: #000;
    color: #fff;
}

.variant-other {
    display: flex;
    margin-top: 10px;
}

.combine-add-single-btn {
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    height: 38px;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    color: #000;
    margin: 0;
    box-sizing: border-box;
    line-height: 38px;
    cursor: pointer;
}

.combine-no-stock {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    height: 26px;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    color: #000;
    margin: 0;
    line-height: 26px;
    width: auto;
    box-sizing: border-box;
    margin-top: 8px;
}

.combine-size select:focus {
    box-shadow: none;
}

.combine-add-btn {
    height: 38px;
    border: .5px solid #000;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 300;
    background: transparent;
    color: #000;
    width: auto;
    display: flex;
    justify-content: center;
}

.combine-add-btn:hover {
    background: #000;
    color: #fff;
}

div#combine-right {
    padding-top: 110px;
}

div#combine-left ul li img {
    width: 100%;
}

.combine-name {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px;
    padding-top: 10px;
    line-height: 150%;
    height: 22px;
    overflow: hidden;
}

.combine-price-wrapper {
    padding-top: 5px;
    width: 100%;
}

.combine-general-price {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px;
}

.combine-size a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .5px solid #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px;
    margin-right: 5px;
}

.combine-size label {
    display: flex;
}

.combine-discpunt-price {
    text-decoration: line-through;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 300;
}

.combine-single-add-btn {
    text-transform: uppercase;
    letter-spacing: .2px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 15px;
}

.combine-size a.selected {
    background: #000;
    color: #fff;
}

.imgInner picture {
    width: 100%;
    margin: 0 auto
}

.sizeStock ul li.passive {
    background: #f56161
}

.sizeStock {
    width: 55px;
    height: auto;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 26px;
    font-weight: 700;
    top: 80px;
    left: 10px
}

.sizeStock ul li {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding: 10px 0;
    background: #95e895;
    margin-top: 10px
}

.sizeStock ul li i {
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 26px;
    font-weight: 700;
    margin-top: 2px
}

.stockCount {
    width: 55px;
    height: 70px;
    position: absolute;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 26px;
    font-weight: 700;
    top: 10px;
    left: 10px
}

.stockCount span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    text-align: center
}

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

.box-title.passive {
    cursor: default
}

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

#pageLayout span,#pageLayout span * {
}

#pageLayout span:hover,#pageLayout span:hover * {
    color: #e35252
}

.showcase {
    height: 0;
    overflow: hidden
}

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

.fl.col-12.text-custom-dark-gray.text-line.discountedPrice {
    text-align: left
}

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

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

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

.combine-right-scroll .image-wrapper img {
    max-width: calc(100% - 0px);
    max-height: calc(100% - 0px);
}

.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: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

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

.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;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s
}

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

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

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

.productItem.zoom:hover .image-wrapper img {
    -ms-transition: all 150ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 150ms ease-in;
    -moz-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-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.productItem:hover .imgGallery.flip img.ndImage {
    opacity: 1
}

.icon-new {
    font-size: 15px;
    color: #1a1a17;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.icon-new2 {
    line-height: 30px;
    z-index: 3;
    font-size: 15px;
    color: #1a1a17;
    background: url(new.png) no-repeat center center;
    position: absolute;
    right: 18px;
    width: 49px;
    height: 57px
}

.ek1 .copyContainer {
    font-family: hinted-subset-champagnelimousines-bold;
    letter-spacing: inherit;
    line-height: 30px;
    z-index: 3;
    font-size: 15px;
    color: #1a1a17
}

[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 {
    font-size: 15px;
    color: #1a1a17;
    left: 0;
    top: 15px;
    font-weight: 600;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9;
    background-color: #ffffffab;
    padding: 5px 5px 5px 0;
    position: absolute
}

.catalogWrapper.slide-wrapper .out-of-stock {
    padding: 1px 0 0 10px
}

.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;
    padding-bottom: 22px
}

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

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

.error .variantWrapper .variantBox.subTwo {
    background: #fff
}

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

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

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

.HomeProductGrup .currentPrice {
    font-size: 16px;
    color: #1a1a17;
    font-weight: 600
}

.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 {
    color: #fe3600
}

.priceWrapper .discountedPrice {
    font-size: 16px;
    color: #000;
    margin-right: 10px
}

.HomeProductGrup .discountedPrice {
    color: #a6a6a6;
    font-size: 15px;
    margin: 0
}

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

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

.productDiscount {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    z-index: 33
}

[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;
    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;
    margin-top: -15px
}

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

.colBottomControl span {
    width: 30px;
    height: 30px;
    font-size: 9px;
    opacity: .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: 20px;
    line-height: 20px;
    box-sizing: border-box;
    float: none;
    font-size: 14px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px
}

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

.productPager span {
    color: #000;
    cursor: default;
    border: 1px solid #000;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: inline-block
}

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

.productPager a.prev+*:before {
    content: ''
}

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

.block-title {
    font-size: 35px;
    letter-spacing: 3.5px;
    color: #1a1a17;
    padding-bottom: 14px;
    padding-top: 23px
}

.UrunGrupBaslik {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0
}

.discountBar {
    height: 136px;
    background-color: #ee4a4a;
    margin-top: 10px;
    margin-bottom: 10px
}

.discountBar div {
    font-size: 18px;
    line-height: normal;
    letter-spacing: .7px;
    color: #fff;
    padding-top: 39px;
    padding-bottom: 17px;
    font-family: poppins,sans-serif;
    font-weight: 300
}

.discountBar span {
    font-family: poppins,sans-serif;
    font-weight: 700
}

.discountBar a {
    font-size: 12px;
    letter-spacing: .5px;
    color: #fff;
    text-decoration: underline;
    font-family: poppins,sans-serif;
    font-weight: 700
}

.tabBtns .col.p-left {
    float: none;
    display: inline-block
}

.tabBtns .col.p-left .btn {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a17;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-family: hinted-subset-champagnelimousines
}

.tabBtns .col.p-left .btn:after {
    content: '';
    width: 1px;
    height: 17px;
    object-fit: contain;
    background-color: #e3e3e3;
    display: block;
    position: absolute;
    top: 6px;
    right: -7px
}

.tabBtns .col.p-left:last-child .btn:after {
    background: 0 0
}

.tabBtns .col.p-left .btn.active {
    font-family: hinted-subset-champagnelimousines-bold
}

#instagram {
    margin-top: 31px
}

#instagram .block-title span {
    display: inline-block
}

#instagram .block-title span:after {
    content: '';
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding-top: 20px
}

.instaTitle {
    background: url(ins.svg) no-repeat 43.5% center;
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 30px
}

ul#instagramMediaRecent li:first-child {
    min-width: 620px;
    min-height: 600px
}

#instagramMediaRecent .image-wrapper {
    padding-bottom: 100%!important
}

#instagramMediaRecent li {
    padding-top: 0;
    padding-bottom: 0
}

#instagramMediaRecent li:nth-child(n+6) {
    padding-top: 3px
}

#instagramMediaRecent {
    margin-top: 30px
}

#securty {
    font-size: 14px;
    line-height: normal;
    letter-spacing: .5px;
    color: #1a1a17
}

#securty li span {
    font-family: hinted-subset-champagnelimousines;
    display: block
}

.payOrderr {
    background: url(ico1.svg) no-repeat 15px center
}

.cargo {
    background: url(ico3.svg) no-repeat 20px center;
    padding-left: 50px!important
}

.contact {
    background: url(ico4.svg) no-repeat 15px center
}

.sslSecurt {
    background: url(ico2.svg) no-repeat 15px center
}

#securty .box-border {
    height: 80px;
    position: relative;
    padding-top: 16px;
    padding-left: 99px!important
}

#securty .box-border:after {
    content: '';
    width: 1px;
    height: 80px;
    background-color: #e3e3e3;
    display: block;
    position: absolute;
    top: 0;
    left: 76px
}

#securtyControl {
    bottom: -21px;
    top: inherit
}

#securtyControl span {
    cursor: pointer
}

.breadcrumb {
}

.blockBtn span {
    width: 6px;
    height: 17px;
    background-color: #e3e3e3;
    display: inline-block
}

.blockBtn.active span {
    background: #000
}

.btnBar {
    font-size: 13px;
    color: #858585;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px
}

#stoktakiler {
    margin-right: 25px;
    color: #1a1a17;
    font-family: hinted-subset-champagnelimousines-bold;
    font-size: 15px
}

#stoktakiler {
    margin-right: 25px;
    color: #1a1a17;
    font-family: hinted-subset-champagnelimousines-bold;
    font-size: 15px;
    line-height: 18px
}

#filterStock {
    border-left: 1px solid #e3e3e3;
    padding-left: 19px;
    height: 17px;
    margin-top: 10px
}

.productSymbol1 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3
}

#katalog {
    /* border-bottom: 1px solid #e5e5e5; */
}

#katalog .productDetails {
    position: relative
}

#katalog .hover .slideControl {
    display: none
}

.detailLink {
    padding-right: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 17px
}

.detailLink h2 {
    color: #000;
    font-size: 16px;
    line-height: 17px;
    font-weight: normal;
    margin: 0;
}

.imgGallery.detailLink {
    margin: 0;
    padding-right: 0
}

#katalog .hover:hover .slideControl {
    display: block
}

.fIc {
    max-height: 328px;
    overflow: auto
}

.catMenu li span {
    color: #1a1a17;
    font-size: 15px;
    text-transform: capitalize
}

.ct.active {
    border-bottom: 1px solid #000
}

.catMenu li ul li a {
    color: #9b9b9b
}

.catMenu>li>a,.catMenu>li>span {
    font-size: 15px;
    color: #000;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.catMenu>li>ul>li>a {
    font-size: 13px;
    color: #858585;
    display: block;
    padding: 7px
}

.AcerdeonBox .catMenu>li.parent>span {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/down-ok.png) no-repeat right center;
    float: left;
    width: 100%
}

.catMenu>li {
    width: 100%;
    float: left
}

.AcerdeonBox .catMenu>li.parent>span.active {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/up-ok.png) no-repeat right center
}

.AcerdeonBox .catMenu>li.parent>span+ul {
    border: 0
}

.totalTab {
    margin-bottom: 25px!important;
    text-transform: capitalize;
    font-size: 14px;
    color: #1a1a17;
    padding-top: 13px
}

.politice {
    letter-spacing: .5px;
    color: #1a1a17;
    font-size: 14px;
    padding-top: 9px;
    font-family: hinted-subset-champagnelimousines
}

#katalog .productItem.col-3 .flip {
    position: relative;
    width: 50%;
    overflow: hidden;
    padding-bottom: 64%
}

#list-catalog1092 img.ndImage {
    display: none
}

#list-catalog1092 .out-of-stock {
    position: absolute;
    bottom: 0;
    right: 17px;
    padding: 0;
    width: 21%
}

#katalog .catalogWrapper .drop-down.hover:hover .addCartList a {
    background: url(https://www.freshscarfs.com/Data/EditorFiles/search.png) no-repeat center center #ffffff4d;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 33
}

.ek2 {
    position: absolute;
    top: 13px;
    left: 22px;
    z-index: 33;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700
}

.HomeProductGrup .HomeTitle2 {
    text-align: center
}

.HomeProductGrup .text-description {
    color: #707070;
    font-size: 17px;
    padding-right: 0;
    padding-left: 0
}

.HomeProductGrup .image-wrapper {
    padding-bottom: 144%;
    margin-top: 0
}

.HomeProductGrup .HomeTitle2 {
    margin-bottom: 30px
}

.filter-title {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/down-ok.png) no-repeat right center
}

.filter-title.hidden {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/up-ok.png) no-repeat right center
}

.blockBtn.threeBlock {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/ikili.png) no-repeat right center;
    height: 32px;
    width: 20px;
    cursor: pointer
}

.blockBtn.fourBlock {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/dortlu.png) no-repeat right center;
    width: 27px;
    height: 32px;
    margin-left: 10px;
    cursor: pointer
}

.productItem #favoribtn {
    position: absolute;
    right: 0;
    top: 15px;
    height: 24px;
    width: 24px;
    background-size: 100%;
    z-index: 3
}

.currentPrice {
    font-weight: 600
}

.priceWrapper.flexwrap {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slideControl>span:before {
    display: none
}

.HomeProductGrup .productItemIn {
    position: relative;
    padding: 0
}

#filterSort select {
    box-shadow: none
}

.UrunVideoBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 555;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a.videobtn {
    position: absolute;
    cursor: pointer;
    left: 20px;
    top: 20px;
    margin: auto;
    z-index: 444;
    height: 93px;
    width: 93px;
    text-align: center;
    background: url(/Data/EditorFiles/tema/img/play-button-bg.png) no-repeat left center;
    background-size: 100%;
    cursor: pointer;
    display: block
}

.UrunVideo {
    height: 100%
}

.UrunVideoBox.open {
    opacity: 1;
    visibility: visible
}

.VideoClose {
    position: absolute;
    right: 5px;
    z-index: 55;
    top: 5px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
    font-size: 34px;
    border: 1px solid #000
}

.productItem .productBtn.zoomBtn {
    background: rgb(0 0 0/60%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 1;
    margin: 0;
    color: #fff;
    text-align: center
}

#favoribtn.removeFavorite {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/svg/heart-active2.svg) no-repeat center
}

#favoribtn:hover {
    background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/svg/heart-active2.svg) no-repeat center
}

.catImage .OrtaKategori {
    border-left: 0;
    margin: 4px 0;
    border-right: 0;
    /* border-color: #c4bfbf; */
    display: flex;
    justify-content: center;
    border-top: 0;
    border: none;
}

.catImage .OrtaKategori .btn {
    border: 0;
    color: #c4bfbf;
    font-size: 14px;
    padding: 0
}

.totalProduct {
    font-size: 18px
}

@media screen and (min-width: 768px) {
    a.videobtn {
        width: 64px;
        height: 64px
    }

    .HomeProductGrup .out-of-stock {
        padding-left: 10px!important
    }

    .proRowAct {
        padding: 12px 0;
    }

    .productDetails .detailLink {
        margin-top: 8px
    }

    .catalogWrapper .productItem .text-description.detailLink {
        padding-left: 0
    }

    .HomeProductGrup .productItemIn #favoribtn {
        right: 20px
    }

    .mGorunum {
        display: none
    }

    .currentPrice {
        font-size: 17px
    }

    .image-wrapper {
        height: 0
    }
}

@media screen and (min-width: 1001px) {
    .DetayUrunGrupBox {
        width:20%
    }

    #filterSort>.col {
        padding-right: 5px
    }

    .col-title.AcerdeonBoxTitle {
        display: none
    }

    .productItem .drop-down>.row {
        margin: 0;
        position: relative
    }

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

    .FiltreSort.flexwrap {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .ListOptions.flexwrap {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 16px;
        margin-top: 15px
    }

    #filterPanel {
        position: relative
    }

    .fVariantBox,#priceSlider {
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .col-title.filter-title {
        cursor: pointer;
        color: #858585;
        font-weight: 400;
        padding: 0 25px 0 5px;
        font-size: 12px;
        line-height: 30px
    }

    .filter-wrap {
        margin-right: 10px
    }

    .filter-wrap:last-child {
        margin-right: 0
    }

    .FilterTitle {
        display: none
    }

    .fValuesBox {
        display: none;
        position: absolute;
        top: 100%;
        background: #fff;
        height: 250px;
        padding: 0;
        overflow-y: hidden;
        z-index: 22;
        border: 1px solid #b8b8b8;
        box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .fValuesBox.fCatBox {
        padding: 0 10px 10px;
        overflow-y: auto
    }

    .fValuesBox.fPriceSliderBox {
        height: 150px
    }

    .fValuesBox ul {
        padding: 0
    }

    .FilterScroll {
        height: 200px;
        overflow-y: auto
    }

    .fValuesBox .form-item.myType2,.fValuesBox .form-item.myType1 {
        line-height: 19px;
        color: #9b9b9b
    }

    .HomeProductGrup .productPrice {
        text-align: right;
        margin-top: 10px
    }

    .HomeProductGrup .productDetails {
        padding-bottom: 0
    }

    .HomeProductGrup .proRowAct {
        position: relative;
        bottom: inherit;
        left: inherit;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .flexwrap.pNamePrice {
        -webkit-box-align: start;
        -moz-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        padding: 0 10px
    }

    :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: 1700px) {
    ul#instagramMediaRecent li:first-child {
        min-width:507px
    }
}

@media screen and (max-width: 1400px) {
    ul#instagramMediaRecent li:first-child {
        min-width:430px
    }
}

@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) {
    .col-title.AcerdeonBoxTitle {
        font-weight: 700;
        border-bottom: 1px solid
    }

    .HomeProductWrapper {
        padding-right: 0
    }

    .FilterScroll {
        height: 150px;
        overflow-y: auto
    }

    .fValuesBox.fCatBox ul {
        overflow-y: auto;
        height: 100%
    }

    .fValuesBox.fPriceSliderBox {
        height: 125px
    }

    .fValuesBox.fPriceSliderBox>.row {
        margin: 0
    }

    .flexwrap.pNamePrice {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px
    }

    .HomeProductGrup .text-description {
        padding: 0;
        font-size: 15px
    }

    .HomeProductGrup .proRowAct {
        padding: 0 10px
    }

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

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

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

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

    .resim-vitrin .discountedPrice {
        line-height: 18px
    }

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

    #leftColumn .productPrice.discount,#rightColumn .productPrice.discount {
        padding-right: 0;
        padding-bottom: 0;
        margin-top: 0;
        position: static
    }

    #leftColumn .productDiscount,#rightColumn .productDiscount {
        top: 10px;
        bottom: 0;
        margin-top: 0
    }
}

@media screen and (max-width: 1000px) and (min-width:768px) {
    .AcerdeonBox {
        display:block!important;
        padding-left: 0!important
    }

    .AcerdeonBoxTitle {
        padding-left: 0
    }

    .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 (max-width: 1000px) {
    .combine-right-scroll {
        padding: 0 40px 40px 40px;
    }

    div#combine-right {
        padding-top: 20px;
    }

    .combine-add-btn {
        width: 100%;
    }

    .combine-add-price {
        text-align: center;
    }
}

@media screen and (max-width: 890px) {
    .combine-products {
        grid-template-columns: repeat(1, 1fr);
    }

    div#combine-left {
        min-width: 60%;
    }

    div#combine-right {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .catalogWrapper {
        display: flex;
        flex-wrap: wrap
    }

    div#combine-right {
        padding-top: 110px;
    }

    .totalProduct {
        font-size: 14px
    }

    .catImage .OrtaKategori .btn {
        font-size: 11px;
        text-align: center;
        line-height: 18px;
        padding: 0
    }

    .catImage .OrtaKategori>div {
        padding-bottom: 2px
    }

    .catImage .OrtaKategori {
        flex-wrap: wrap;
        padding-top: 0
    }

    a.videobtn {
        width: 48px;
        height: 48px
    }

    .productItem .out-of-stock {
        font-size: 11px;
        padding-left: 5px
    }

    .AcerdeonContent {
        padding: 0
    }

    .productItem .image-wrapper.detailLink {
        padding-bottom: 144%
    }

    .col-title.AcerdeonBoxTitle {
        background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/down-ok.png) no-repeat right center;
        padding-left: 0
    }

    .col-title.AcerdeonBoxTitle.active {
        background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/img/up-ok.png) no-repeat right center
    }

    .HomeProductGrup .productItemIn #favoribtn {
        right: 10px;
        top: 10px
    }

    .imgGallery.detailLink {
        padding-bottom: 144%
    }

    .mGorunumBaslik {
        line-height: 24px
    }

    span.horizontalBtn {
        background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/svg/rectangle.svg) no-repeat center;
        width: 26px;
        height: 24px
    }

    #pageLayout {
        margin-top: 10px
    }

    #pageLayout span {
        background-size: 100%;
        margin-left: 10px
    }

    span.listBtn {
        background: url(https://www.manuka.com.tr/Data/EditorFiles/tema/svg/columns.svg) no-repeat center;
         width: 22px;
        height: 23px
        
    }

    .FiltreSort.flexwrap {
        flex-flow: wrap;
        -ms-flex-flow: wrap
    }

    .productDetails.twoProductDetails {
        padding-bottom: 30px
    }

    #katalog .catalogWrapper .productItem {
        padding: 0
    }

    .HomeProductGrup .discountedPrice {
        font-size: 14px
    }

    .HomeProductGrup .catalogWrapper.slide-wrapper .out-of-stock {
        padding-left: 10px;
        top: -2px
    }

    .HomeProductGrup .productDetails {
        padding-bottom: 25px
    }

    .productDetails {
    }

    .productItem #favoribtn {
        width: 18px;
        height: 18px;
        top: 15px;
        right: 10px
    }

    .flexwrap.pNamePrice {
    }

    .HomeProductGrup .proRowAct {
        margin-left: -5px
    }

    .proRowAct {
        padding: 5px 0 10px 1px;
    }

    .detailLink {
        font-size: 13px;
        line-height: 15px;
        padding-left: 1px;
        margin-top: 5px
    }

    .detailLink h2 {
        font-size: 13px;
        line-height: 15px;
    }

    .HomeProductGrup .text-description {
        font-size: 13px;
        line-height: 15px;
        margin-left: -5px
    }

    span.pos-a.text-upper.text-bold.text-center.out-of-stock {
        float: right;
        text-align: left;
        left: 19%
    }

    #filterStock {
        float: left;
        padding-left: 0
    }

    #stoktakiler {
        margin-right: 0
    }

    #securtyControl {
        bottom: 62px
    }

    .instaTitle {
        background: url(ins.svg) no-repeat 38.5% center
    }

    ul#instagramMediaRecent li:first-child {
        min-width: 25%;
        min-height: initial
    }

    ul#instagramMediaRecent li:last-child {
        display: none
    }

    #securty .box-border {
        padding-top: 28px;
        padding-left: 86px!important
    }

    #securty li span {
        display: none
    }

    #productComparison {
        display: none
    }

    .icon-new,.productDiscount {
        font-size: 13px;
        padding: 0
    }

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

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

    .priceWrapper .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: 15px
    }

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

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

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

    .resim-vitrin .discountedPrice {
        line-height: 23px
    }

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

    .productColListItem .currentPrice,.productColListItem .discountedPrice {
    }

    :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) {
    .mobil-tekli-urun .productItem {
        width: 100% !important;!i;!;
    }
    .combine-variant a {
        width: 26px;
        height: 26px;
        margin-right: 2px;
        font-size: 11px;
    }
    
    .combine-add-single {
        font-size: 11px;
    }
    .variant-other a {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }

    .combine-right-title {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .combine-size select, .combine-add-single-btn {
        font-size: 11px;
    }

    .combine-no-stock {
        font-size: 11px;
    }

    .combine-products .productItem {
        width: 44%;
        margin-right: 6px;
        flex: none;
        display: block;
    }

    .combine-products::-webkit-scrollbar {
        display: none;
    }

    div#combine-left {
        position: relative;
        min-height: auto;
        position: relative;
    }

    div#combine-left ul {
        position: relative;
        height: auto;
        overflow-y: hidden;
    }

    div#combine-left ul li {
        display: block;
        width: 100%;
    }

    div#combine-left ul::-webkit-scrollbar {
        display: none;
    }

    div#combine-right {
        padding: 15px 15px 30px 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .combine-right-scroll {
        padding: 0;
    }

    .combine-products {
        display: flex;
        grid-column-gap: 0;
        grid-row-gap: 0;
        position: relative;
        overflow-y: hidden;
        overflow-x: scroll;
        height: auto;
    }

    .combine-add-price {
        font-size: 11px;
    }

    .combine-add-btn {
        height: 32px;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .combine-name {
        font-size: 11px;
        height: 18px;
    }

    .combine-discpunt-price {
        font-size: 11px;
    }

    .combine-general-price {
        font-size: 11px;
    }

    .combine-single-add-btn {
        font-size: 11px;
    }

    .combine-size a {
        font-size: 11px;
        width: 26px;
        height: 26px;
    }

    .instaTitle {
        background: url(ins.svg) no-repeat 30.5% center
    }

    #blog-blog-basligi-buraya-gelecek {
        display: none
    }

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

@media screen and (max-width: 360px) {
    .instaTitle {
        background:url(ins.svg) no-repeat 21.5% center
    }

    .productItem.d-flex {
        display: inherit;
        padding-left: 0
    }

    .campaign-text {
        width: 0;
        height: 20px;
        padding-right: 0;
        overflow: hidden
    }

    .productItem .timer-type {
        display: none
    }
}