.comment-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detail-gift-content {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 24px;
    margin-top: 16px;
}

.detail-gift-title {
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.detail-gift-items li {
    display: flex;
    margin-bottom: 16px;
}

.gift-left a {
    background: #f8f8f8;
    border-radius: 4px;
    display: flex;
    padding: 8px;
    box-sizing: border-box;
}

.gift-left a img {
    mix-blend-mode: multiply;
    width: 32px;
}

.gift-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 8px 16px;
    box-sizing: border-box;
}

.gift-detail-title {
    font-size: 13px;
    font-weight: 300;
}

.gift-detail-price i {
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}

.gift-detail-price b {
    color: #028040;
    font-size: 12px;
    margin-right: 8px;
}

.detail-gift-items li:last-child {
    margin-bottom: 0;
}

.comment-top > span {
    text-align: center;
    font-size: 16px;
}

.detail-original-product .popup-btn svg {
    fill: #fff;
}

.comment-top a {
    height: 40px;
    line-height: 40px;
    background: #0276ff;
    padding: 0 24px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2px;
    margin-top: 16px;
    border: 1px solid #0276ff;
    box-sizing: border-box;
}

.comment-top a:hover {
    background: transparent;
    color: #0276ff;
}

.comment-item-author {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 8px;
}

.comment-item-top {
    display: flex;
    align-items: center;
}

.comment-item-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 4px;
}

.comment-item-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    margin-top: 8px;
}

.comment-item {
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 24px;
}

.comment-pager > .fl {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.comment-pager > .fl a {
    font-size: 14px;
    margin: 0 2px;
    color: #0276ff;
    width: 40px;
    height: 40px;
    border: 1px solid #0276ff;
    display: flex;
    align-items: center;
    font-weight: 300;
    justify-content: center;
    border-radius: 100%;
    box-sizing: border-box;
}

.comment-pager > .fl a.text-bold {
    font-weight: 600;
}

#shopListLink {
    background: url(/Data/EditorFiles/Devux/svg/heart.svg) no-repeat center;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

#shopListLink:hover {
    background: url(/Data/EditorFiles/Devux/svg/heart-active.svg) no-repeat center;
}

#productLeft .product-free-cargo {
    position: absolute;
    top: 16px;
    left: 16px;
}

.product-detail-content {
    display: flex;
}

.kuponlar ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
}

.kuponlar {
    margin-top: 32px;
}

.kuponlar ul li {
    border: 1.5px solid #E16D51;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 4px;
}

.kuponlar ul li > div {
    background: #E16D51;
    height: 24px;
    line-height: 24px;
    width: 100%;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    margin-top: 10px;
}

.kuponlar ul li.active > div {
    background: #028040;
}

.kuponlar ul li > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #E16D51;
}

.kuponlar ul li > span i {
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    color: #888;
    margin-top: 6px;
    width: 100%;
    text-align: center;
}

.kuponlar ul li.active {
    border-color: #028040;
}

.kuponlar ul li.active > span {
    color: #028040;
}

.beslenme-danismani-content {
    background: #015ca9;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 32px;
}

.beslenme-danismani-info {
    font-size: 11px;
    text-align: center;
    line-height: 150%;
    padding-top: 8px;
}

.bd-title {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.bd-logo {
    max-width: fit-content;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.bd-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bd-content {
    font-size: 13px;
    line-height: 159%;
    color: #9fbed8;
    text-align: center;
    padding-top: 4px;
}

.bd-call span {
    background: #b0194b;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bd-call span span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 0 4px;
}

.bd-call {
    margin-top: 16px;
}

.bd-bottom-content {
    background: #fff;
    border-radius: 4px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    padding: 12px;
}

.bd-bottom-content svg {
    margin-right: 8px;
}

.bd-bottom-content span {
    line-height: 150%;
    font-size: 13px;
    color: #015ca9;
}

.bd-bottom-content span b {
    padding: 0 4px;
    box-sizing: border-box;
}

.pcg-top-text {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 32px;
    text-align: center;
}

.pcg-tedarik-list ul li:first-child {
    margin-top: 0;
}

.pcg-tedarik-text {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 32px;
    font-weight: 600;
    text-align: center;
}

.pcg-tedarik-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.pcg-tedarik-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pcg-tedarik-list ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: fit-content;
}

.pcg-tedarik-list ul li i {
    font-style: normal;
    font-weight: 600;
    padding: 0 4px;
}

.pcg-tedarik-list ul li b {
    min-width: 90px;
}

.pcg-tedarik-list ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.pcg-tedarik-document {
    text-align: center;
    margin-bottom: 40px;
}

.pcg-bottom-text {
    font-size: 14px;
    text-align: center;
    line-height: 140%;
}

.detail-original-product .popup-btn {
    background: #29296d;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: space-between;
    border-radius: 4px;
    color: #fff;
    min-width: max-content;
    font-size: 12px;
}

.detail-original-product .popup-btn i {
    font-style: normal;
    text-decoration: underline;
    margin-right: 4px;
}

.detail-original-product .popup-btn-left svg {
    margin-right: 4px;
}

.detail-original-product .popup-btn svg:nth-child(3) {
    margin-left: 4px;
}

.popup-btn-left {
    display: flex;
    align-items: center;
}

.popup-btn-left b {
    padding: 0 4px;
    box-sizing: border-box;
}

.product-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000096;
    z-index: 999;
    cursor: pointer;
    display: none;
}

body.overflow-hidden {
    overflow: hidden;
}

.popup-content {
    width: 800px;
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    border-radius: 6px;
    overflow: hidden;
    display: none;
    transform: translateY(-50%);
}

.popup-title {
    height: 56px;
    background: #fab25f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
}

.popup-title > div {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.popup-title > div > svg {
    margin-right: 8px;
}

.popup-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
}

.popup-content-general {
    padding: 32px;
    box-sizing: border-box;
    max-height: 556px;
    overflow: auto;
}

.payment-logo {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

div#productImageArrow {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    padding: 0 24px;
    box-sizing: border-box;
}

div#productImageArrow > span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.son-kullanma-tarihi {
    display: flex;
    align-items: center;
    margin-right: 16px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.barkod {
    display: flex;
    align-items: center;
    margin-right: 16px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.barkod > svg {
    margin-right: 4px;
}

.barkod b {
    margin-left: 2px;
}

.detail-brcd {
    margin-top: 16px;
}

.son-kullanma-tarihi b {
    margin-left: 2px;
}

.son-kullanma-tarihi svg {
    margin-right: 4px;
}

.product-cash-badge-detail {
    font-size: 12px;
    height: 24px;
    padding: 0 16px;
    background: #0076FF;
    line-height: 24px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 8px;
}

.detail-point {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-top: 16px;
}

.detail-point svg {
    margin-right: 4px;
}

.detail-point b {
    padding-left: 4px;
    font-weight: 600;
    color: #028040;
}

.outStock a {
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    margin-top: 32px;
    border: 1px solid #333;
    box-sizing: border-box;
}

.no-stock-badge-detail {
    font-size: 12px;
    height: 24px;
    padding: 0 16px;
    background: #333;
    line-height: 24px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 8px;
}

.product-discount-badge-detail {
    font-size: 12px;
    height: 24px;
    padding: 0 16px;
    background: #bc2948;
    line-height: 24px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 8px;
}

.product-new-badge-detail {
    font-size: 12px;
    height: 24px;
    padding: 0 16px;
    background: #4bbead;
    line-height: 24px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 8px;
}

div#cart-wrapper {
    display: flex;
    margin-top: 32px;
}

#productRight #cart-wrapper .qtyBox {
    width: 120px;
}

div#mobileBuyBtn {
    padding-left: 16px;
}

.cargo-info {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.cargo-info svg {
    margin-right: 4px;
}

a#addCartBtn {
    background: #E16D51;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}

#productRight #cart-wrapper .qtyBox .qtyBtns {
    height: 48px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

#productRight #cart-wrapper .qtyBtns input {
    height: 45px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "nexa", sans-serif;
    color: #aaa;
    width: calc(100% - 64px);
}

#productRight #cart-wrapper .qtyBtns a {
    height: 48px;
    line-height: 48px;
    width: 32px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #aaa;
}

.product-detial-discount {
    color: #008040;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}

.product-detial-discount b {
    font-weight: 600;
}

.product-detial-discount + #price-flexer .discountPrice {
    color: #008040;
}

a#price-alert-btn svg {
    margin-right: 4px;
}

a#shopListLink svg {
    margin-right: 4px;
}

a#price-alert-btn {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

a#product-brand {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 60px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 2px 4px;
}

.detail-original-product {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
}

a#product-brand img {
    mix-blend-mode: multiply;
}

.product-add-list {
    margin-bottom: 16px;
}

#productRight .product-card-star {
    margin-bottom: 0;
    margin-top: 6px;
}

.discountPrice > span {
    margin-right: 4px;
}

ul#productImage .image-wrapper {
    padding-bottom: 100%;
}

ul#productThumbs .image-wrapper {
    padding-bottom: 100%;
    background: #f8f8f8;
    border-radius: 4px;
}

.productThumbsGeneral {
    margin-top: 10px;
}

ul#productThumbs .image-wrapper > span {
    padding: 8px;
    box-sizing: border-box;
}

.productThumbsGeneral .row {
    margin-left: -5px;
    margin-right: -5px;
}

ul#productImage {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
}

ul#productImage .image-wrapper img {
    mix-blend-mode: multiply;
}

ul#productThumbs .image-wrapper img {
    mix-blend-mode: multiply;
}

ul#productThumbs > li > .col {
    padding: 0 5px;
}

ul#tabBtn li {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 56px;
    line-height: 56px;
    margin: 0 24px;
}

div#productLeft {
    width: 50%;
}

div#productRight {
    width: 50%;
    padding-left: 32px;
}

.detail-filter {
    background: #fff;
}

ul#tabBtn li svg {
    margin-left: 8px;
}

ul#tabBtn li.active {
    color: #0076FF;
    border-bottom: 2px solid #0076FF;
}

ul#tabBtn li.active svg {
    fill: #0076FF;
}

.detail-icons ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 8px;
}

.detail-icons ul li {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #0276ff;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #0276ff;
    flex-direction: column;
}

.detail-icons ul li svg {
    margin-bottom: 2px;
    fill: #0276ff;
}

.detail-icons {
    margin-top: 24px;
    margin-bottom: 16px;
}

ul#tabBtn {
    display: flex;
    justify-content: center;
}

div#mobileTabBtn {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 32px 0 32px;
}

ul#tabPanel {
    background: #DFEDFD;
    padding: 32px;
    box-sizing: border-box;
    max-height: 400px;
}

.detial-comment {
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 16px;
    background: #dfedfd40;
}

.detail-comment-title span {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 56px;
    line-height: 56px;
    color: #0076FF;
    border-bottom: 2px solid #0076FF;
    margin: 0 24px;
}

.detail-comment-title {
    display: flex;
    justify-content: center;
    padding: 8px 32px 0 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.detial-comment-content {
    padding: 24px;
    box-sizing: border-box;
}

.see-more {
    display: flex;
    justify-content: center;
}

.see-more span {
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: url(/Data/EditorFiles/Devux/svg/see-more.svg) no-repeat right;
    padding-right: 26px;
    box-sizing: border-box;
}

.see-more span.active {
    background: url(/Data/EditorFiles/Devux/svg/see-more-not.svg) no-repeat right;
    background-size: 20px;
}

ul#tabPanel.active {
    max-height: none;
}

ul#tabBtn li i {
    font-style: normal;
}

.urunDetayGosterJs {
    top: 10px !important;
    right: 10px !important;
    height: 35px !important;
    line-height: 35px !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    background-color: #e35252 !important;
    border: 0 !important;
    z-index: 999999;
    transition: background-color .5s;
}

.urunDetayGosterJs:hover {
    background-color: #c54444 !important;
}

.urunDetayGosterJs:before {
    content: '\e827';
    line-height: 30px;
    color: inherit;
    font-family: 'tsoft';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    margin-right: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

#productLeft .slide-wrapper > .row:first-child {
    position: relative;
}

.zoomWindow {
    border: 1px solid #d9d9d9 !important;
}

#productThumbs li.active .box-border {
    border-color: #000;
}

#productBrandText {
    font-size: 14px;
    color: #393939;
}

#productName {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 0;
    line-height: 125%;
}

.productName {
    font-size: 20px;
    font-weight: 600;
}

.productBrandImg {
    margin-bottom: 10px;
}

#supplier-question {
    line-height: 20px;
    font-size: 10px;
}

.productComment {
    width: 87px;
}

.comment-btn {
    line-height: 30px;
    color: #000;
    font-size: 13px;
}

.mainPrices {
    position: relative;
    padding-top: 24px;
}

.priceLine, .variantLine, .noteLine {
    line-height: 23px;
    font-size: 13px;
}

.priceType, .variantType, .noteTitle {
    width: 120px;
}

.currencyPrice {
    font-size: 16px;
    font-weight: 300;
    color: #888;
    text-decoration: line-through;
    padding-left: 8px;
}

.normalPrice {
    font-size: 19px;
}

.discountPrice {
    font-size: 22px;
    display: flex;
    font-weight: 700;
    color: #333;
}

#productRight .order-note textarea {
    padding-top: 20px;
}

.variantBox a, .variantBox select {
    min-width: 40px;
    height: 40px;
}

.variantBox a.col {
    padding-top: 2px;
    padding-bottom: 2px;
}

.variantBox a.col.ring {
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 30px;
}

.variantBox a.selected {
    border: 1px solid #ff6f00;
}

.variantBox a.passive {
    background: #d2d2d2;
    text-decoration: line-through;
    color: #f10a41;
}

.variantBox a p {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #000;
    padding-bottom: 0;
}

.variantBox a.ring p {
    border-radius: 20px;
}

.variantBox select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.imageInner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.discounts.currentDiscount {
    background: #f0f0f0;
}

.noteLine {
    padding-top: 0;
}

.noteBox textarea {
    min-width: 250px;
    height: 40px;
    font-size: 12px;
    color: #666;
    word-break: break-all;
}

#shopListLink:hover {
    color: #e35252;
}

[dir="rtl"] .productFunction {
    padding-right: 35px;
    padding-left: 10px;
    background-position: right;
}

.productFunction:hover {
    color: #e35252;
}

.shareTitle {
    line-height: 30px;
    font-size: 13px;
    color: #000;
}

.smlIconSet .shareTitle {
    line-height: 20px;
}

.shareBtns .col {
    padding-right: 5px;
}

.shareBtns a {
    width: 30px;
    line-height: 30px;
    font-size: 20px;
}

.smlIconSet .shareBtns a {
    font-size: 15px;
}

#urun-tab .slide-wrapper {
    overflow: hidden;
}

#tabBtn li {
    cursor: pointer;
}

#tabBtn li:hover, #tabBtn li:hover .btn {
    box-shadow: none;
}

#tabBtn li.active span.text-description {
    color: #000;
}

#tabBtn li.active:after {
    bottom: 0px;
}

#tabBtn li .stars {
    margin-right: 10px;
    margin-left: 0;
}

#product-comment .stars-inner {
    height: 13px;
    background: url('/theme/v4/sub_theme/genel/v4/v4/starsFull.png') no-repeat;
}

#product-comment .stars {
    width: 87px;
    height: 13px;
    background: url('/theme/v4/sub_theme/genel/v4/v4/stars.png') no-repeat;
}

#tabPanel {
    overflow: hidden;
}

#tabPanel li {
    top: 20px;
    left: 20px;
    right: 20px;
}

#tabPanel li.current {
    width: 100%;
}

#tabPanel li {
    line-height: 15px;
}

#tabPanel li table {
    float: left;
    max-width: 100%;
}

#productDetailTab li {
    list-style: disc;
    list-style-position: inside;
}

#banks {
    line-height: 2;
}

.like {
    padding-left: 21px;
    background: url('likeIcon.png') no-repeat 0 center;
}

.dislike {
    padding-left: 21px;
    background: url('dislikeIcon.png') no-repeat 0 center;
}

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

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

@media screen and (max-width: 1000px) and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
    .zopim {
        bottom:80px !important;
    }

    .urunDetayGosterJs {
        display: none !important;
    }

    #productLeft {
        padding-right: 0;
    }

    #productRight {
        padding-top: 10px;
        padding-right: 0;
        padding-left: 0;
    }

    .discountedPrice {
        line-height: 30px;
        padding-left: 0;
    }

    .comment-star-wrapper {
        position: static;
        float: left;
    }

    #price-flexer .comment-star-wrapper :before {
        margin-right: 8px;
        margin-left: 0;
    }

    #mobileTabBtn {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #mobileTabBtn::-webkit-scrollbar {
        display: none;
    }

    #tabBtn {
        display: flex;
    }

    #tabBtn li span {
        display: inherit;
        font-size: 15px;
        white-space: nowrap;
    }

    #product-buttons a {
        padding-left: 0;
    }
}

@media screen and (max-width: 540px) {
    .product-detail-mobile-top {
        display: flex;
        justify-content: space-between;
    }
    
    .detail-original-product {
        padding-left: 8px;
    }
    
    .detail-original-product-mobile {
        width: 100%;
    }

    .detail-gift-content {
        padding: 16px;
    }

    .gift-detail-title {
        font-size: 12px;
        line-height: 150%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .gift-left a img {
        width: 24px;
    }

    .gift-right {
        padding: 6px 0 6px 12px;
    }

    .detail-gift-items li {
        margin-bottom: 8px;
    }

    .comment-top > span {
        font-size: 14px;
        line-height: 150%;
    }

    .comment-top a {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }

    .comment-item {
        padding: 16px;
        margin-top: 16px;
    }

    .comment-item-name {
        font-size: 14px;
        margin-top: 2px;
    }

    .comment-item-desc {
        font-size: 13px;
        margin-top: 4px;
    }

    .comment-pager > .fl {
        margin-top: 16px;
    }

    .comment-pager > .fl a {
        width: 32px;
        height: 32px;
        font-size: 13px;
        margin: 0 1px;
    }

    #productLeft .product-free-cargo {
        top: 8px;
        left: 8px;
    }

    .product-detail-content {
        flex-wrap: wrap;
    }

    .kuponlar {
        margin-top: 16px;
    }

    .kuponlar ul {
        grid-column-gap: 8px;
    }

    .kuponlar ul li {
        padding: 8px;
        border: 1px solid #E16D51;
    }

    .kuponlar ul li > div {
        font-size: 11px;
        margin-top: 8px;
    }

    .kuponlar ul li > span {
        font-size: 13px;
    }

    .kuponlar ul li > span i {
        font-size: 9px;
        margin-top: 4px;
    }

    .beslenme-danismani-content {
        padding: 16px;
        margin-top: 24px;
    }

    .bd-title {
        font-size: 14px;
        line-height: 150%;
    }

    .bd-content {
        font-size: 12px;
    }

    .bd-call span span {
        font-size: 13px;
    }

    .bd-call span {
        height: 32px;
    }

    .bd-bottom-content {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
    }

    .bd-bottom-content svg {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .bd-bottom-content span {
        font-size: 12px;
        text-align: center;
    }

    .beslenme-danismani-info {
        font-size: 10px;
        padding-top: 4px;
    }

    .detail-original-product .popup-btn {
        margin-bottom: 0;
        font-size: 11px;
        padding: 0 6px;
    }

    .detail-original-product .popup-btn i {
        display: none;
    }

    .detail-original-product .popup-btn svg {
        height: 12px;
    }

    .detail-original-product .popup-btn-left svg {
        margin-right: 2px;
    }

    .popup-content {
        width: auto;
        left: 16px;
        right: 16px;
        margin: 0;
        transform: translateY(0);
        top: 16px;
        bottom: 16px;
    }

    .popup-content-general {
        max-height: 100%;
        padding: 24px;
    }

    .popup-title > div {
        font-size: 14px;
        line-height: 140%;
    }

    .popup-close {
        min-width: 32px;
        min-height: 32px;
        max-width: 32px;
        max-height: 32px;
    }

    .popup-title > div > svg {
        margin-right: 4px;
    }

    .popup-title {
        padding: 0 12px;
    }

    .pcg-top-text {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .pcg-tedarik-text {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .pcg-tedarik-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .pcg-bottom-text {
        font-size: 13px;
        padding-bottom: 56px;
    }

    .pcg-tedarik-document {
        margin-bottom: 24px;
    }

    .pcg-tedarik-list ul li {
        font-size: 13px;
        line-height: 140%;
    }

    .cargo-info svg {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .cargo-info {
        font-size: 12px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cargo-info b:nth-child(1) {
        margin-right: 4px;
    }

    .cargo-info b:nth-child(2) {
        display: block;
        text-align: center;
    }

    div#delivery-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 150%;
    }

    .detail-comment-title span {
        font-size: 13px;
        margin: 0 8px;
        height: 40px;
        flex: none;
    }

    .detail-comment-title {
        padding: 8px 8px 0 8px;
    }

    .detial-comment-content {
        padding: 16px;
    }

    .detial-comment {
        margin-top: 8px;
    }

    .see-more span {
        font-size: 14px;
        background-size: 20px;
        padding-right: 20px;
    }

    .payment-logo {
        padding: 4px 0;
    }

    a#product-brand img {
        height: auto;
    }

    div#productImageArrow {
        padding: 0 16px;
        margin-top: -16px;
    }

    div#productImageArrow > span {
        height: 32px;
        width: 32px;
    }

    div#productImageArrow > span svg {
        width: 16px;
        height: 16px;
    }

    .productThumbsGeneral {
        display: none;
    }

    .detail-point svg {
        width: 18px;
        height: 18px;
    }

    .mobile-sticky-price .product-detial-discount {
        font-size: 10px;
        margin-bottom: 4px;
        color: #fff;
    }

    .mobile-sticky-price .discountPrice {
        font-size: 13px;
        color: #fff !important;
    }

    .mobile-sticky-price .currencyPrice {
        font-size: 11px;
        padding-left: 4px;
        color: #fff;
    }

    .mobile-sticky-price {
        padding: 0 8px;
        box-sizing: border-box;
    }

    #productInfo .star-active i {
        width: 17px;
    }

    #productInfo .star-passive i {
        width: 17px;
    }

    #productInfo .star-count {
        font-size: 11px;
    }

    .product-add-list svg {
        height: 16px;
        width: 16px;
    }

    .outStock a {
        font-size: 14px;
        margin-top: 16px;
    }

    .no-stock-badge-detail {
        font-size: 11px;
        height: 20px;
        line-height: 20px;
    }

    .product-new-badge-detail {
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        margin-right: 4px;
    }

    ul#tabPanel {
        padding: 16px;
        max-height: 300px;
    }

    ul#tabBtn li {
        font-size: 13px;
        margin: 0 8px;
        height: 40px;
        flex: none;
    }

    div#mobileTabBtn {
        padding: 8px 8px 0 8px;
    }

    ul#tabBtn {
        justify-content: center;
    }

    .mainPrices {
        padding-top: 16px;
    }

    .product-detial-discount {
        font-size: 12px;
    }

    .discountPrice {
        font-size: 16px;
    }

    .currencyPrice {
        font-size: 13px;
    }

    .detail-point {
        margin-top: 8px;
        font-size: 13px;
    }

    div#cart-wrapper {
        margin-top: 16px;
    }

    a#addCartBtn {
        font-size: 15px;
        border-radius: 0;
        border-left: 1px solid #d25945;
        width: 90%;
    }

    #productRight #cart-wrapper .qtyBtns a {
        height: 40px;
        line-height: 40px;
    }

    #productRight #cart-wrapper .qtyBox .qtyBtns {
        height: 40px;
        width: 100%;
        max-width: none;
    }

    #productRight #cart-wrapper .qtyBtns input {
        height: 37px;
    }

    div#mobileBuyBtn {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        padding: 0;
        display: flex;
        align-items: center;
        background: #e16d51;
    }

    #productRight #cart-wrapper .qtyBox {
        width: 100%;
    }

    .product-detail-badges {
        margin-bottom: 6px;
    }

    .product-discount-badge-detail {
        margin-right: 4px;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
    }

    .product-cash-badge-detail {
        margin-right: 4px;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
    }

    .product-add-list {
        margin-bottom: 8px;
    }

    a#product-brand {
        font-size: 12px;
        margin-bottom: 8px;
        min-width: 50px;
        max-width: 50px;
    }

    #productName {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .son-kullanma-tarihi {
        font-size: 10px;
    }

    .barkod {
        font-size: 10px;
    }

    .detail-brcd {
        margin-top: 0;
        margin-bottom: 10px;
    }

    a#price-alert-btn {
        font-size: 10px;
    }

    a#shopListLink {
        margin-right: 8px;
        font-size: 10px;
    }

    a#shopListLink svg {
        width: 16px;
        margin-right: 2px;
    }

    a#price-alert-btn svg {
        margin-right: 2px;
    }

    div#productInfo {
        margin-bottom: 8px;
    }

    div#productLeft {
        min-width: auto;
        max-width: none;
        width: 100%;
    }

    div#productRight {
        max-width: none;
        min-width: auto;
        width: 100%;
        padding: 0;
    }

    .detail-icons ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .detail-icons ul li {
        font-size: 11px;
        height: 40px;
    }

    .detail-icons ul li svg {
        width: 14px;
        height: 14px;
    }

    .detail-icons {
        margin: 16px 0;
    }
}