.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;
}

a#get-offer {
    box-shadow: 0 0.125rem 1.25rem hsla(0, 0%, 0%, 0.1);
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

a#get-offer:hover {
    background-color: hsl(24, 100%, 50%);
    color: hsl(0, 0%, 100%);
}

form#quick-mesage-form .placeholder {
    display: none;
}

div#product-detail {
    border-bottom: 1px solid hsl(0, 0%, 86%);
    margin-bottom: 30px;
}

.detail-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.detail-brand img {
    max-height: 45px;
}

div#product-buttons {
    display: flex;
    justify-content: space-between;
    margin-block: 30px; }

div#product-buttons a {
    color: hsl(0, 0%, 0%);
    font-size: 0.813rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

i.advice-icon {
    content: url(/Data/EditorFiles/goldmedikal/assets/advice.svg);
}

a.detail-fav i.addfav-icon {
    content: url(/Data/EditorFiles/goldmedikal/assets/detail-fav.svg);
}

a.detail-fav:hover i.addfav-icon {
    content: url(/Data/EditorFiles/goldmedikal/assets/detail-favadded.svg);
}

.detail-fav.fav-added-btn i.addfav-icon {
    content: url(/Data/EditorFiles/goldmedikal/assets/detail-favadded.svg);
}

i.price-alert {
    content: url(/Data/EditorFiles/goldmedikal/assets/price-alert.svg);
}

div#productLeft {
    display: flex;
    align-items: center;
}

.detail-order-wrapper a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.detail-order-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

i.detail-support {
    content: url(/Data/EditorFiles/goldmedikal/assets/detail-support.svg);
}

i.share-whatsapp:before {
    content: url(/Data/EditorFiles/goldmedikal/assets/detail-wp.svg);
}

.detail-order-wrapper a i {
    flex-shrink: 0;
}

.call-text span {
    display: block;
}

.call-text {
    color: hsl(0, 0%, 0%);
    font-size: 0.75rem;
    font-weight: 400;
}

.call-text span:last-child {
    font-size: 0.938rem;
}

.detail-order-wrapper a.order-by-phone {
    border-color: hsl(24, 100%, 50%);
}

.detail-order-wrapper a.order-by-wp {
    border-color: hsl(122, 39%, 49%);
}

.product-specific {
    margin-bottom: 10px;
    color: hsl(0, 0%, 0%);
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
}

.variantBox.subOne .variantList {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.variantBox.subOne .variantList a {
    width: 100%;
    border: 1px solid transparent;
}

.variantBox.subOne .variantList a.selected {
    border-color: var(--first);
}

.variantBox.subOne .variantList a.selected.passive {
    opacity: .6;
    border-color: crimson;
}

ul#productThumbs li .image-wrapper {
    border: 1px solid hsl(0, 0%, 86%);
}

ul#productThumbs li.active .image-wrapper {
    border-color: hsl(22, 100%, 46%);
}

ul#productThumbs li {
}

.no-text-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-doc-text:before {
    display: none;
}

.offer-detail {
    background: url(/Data/EditorFiles/goldmedikal/assets/offer.svg) no-repeat center;
    width: 100px;
    height: 100px;
    position: absolute;
    display: flex;
    place-content: center;
    z-index: 1;
    overflow: hidden;
}

.offer-detail p {
    color: hsl(0, 0%, 100%);
    font-size: 1.063rem;
    font-weight: 400;
    transform: rotate(-45deg);
    text-transform: uppercase;
    padding-top: 10px;
}

select#subPro2 {
    border-radius: 1.563rem;
    height: 50px;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(/Data/EditorFiles/goldmedikal/assets/arr-down.svg) no-repeat center right 15%;
    padding-right: 3rem;
    border: 1px solid hsl(22, 100%, 46%);
    color: hsl(27, 14%, 25%);
    font-size: 0.813rem;
    font-weight: 700;
}

select#subPro2 option {
    min-height: 35px;
    letter-spacing: 2px;
    font-size: 1rem;
    background-color: var(--first);
    color: white;
    text-transform: uppercase;
}

.variant-titles {
    margin-bottom: 20px;
    text-transform: capitalize;
    color: hsl(27, 14%, 25%);
    font-size: 1rem;
    font-weight: 700;
}

.detail-variant {
    padding-block: 20px; }

.variantBox.subTwo a p {
    color: hsl(0, 0%, 0%);
    font-size: 0.875rem;
    font-weight: 400;
}

.variantBox.subTwo a {
    width: 75px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(0, 0%, 93%);
    position: relative;
    padding-inline: 0; border-radius: 0.625rem;
    background-color: hsl(0, 0%, 100%);
}

.variantBox.subTwo a.selected p {
    color: hsl(0, 0%, 16%);
}

.variantBox.subTwo a.passive {
    background-color: hsl(0, 0%, 92%);
    border-color: hsl(0, 0%, 92%);
}

.variantBox.subTwo a.passive:before {
    content: '';
    position: absolute;
    height: 1px;
    background: hsl(0, 100%, 50%);
    width: 100%;
    transform: rotate(-30deg);
}

.variantBox.subTwo a.selected {
    border-color: hsl(22, 100%, 46%);
}

.variantBox.subTwo .variantList {
    display: flex;
    align-items: center;
    justify-content: center;
}

.urunDetayGosterJs:hover {
    background-color: #c54444 !important;
}

.short-desc {
    margin-top: 10px;
    color: hsl(0, 0%, 0%);
    font-size: 0.875rem;
    font-weight: 400;
}

.delivery-time {
    text-align: center;
    color: hsl(27, 14%, 25%);
    font-size: 0.813rem;
    font-weight: 700;
    margin-block: 15px; }

.delivery-time strong {
    color: hsl(355, 96%, 43%);
    font-size: 0.875rem;
    font-weight: 500;
}

ul#tabPanel * :not(.btn-danger,strong,.btn-success,a) {
    line-height: normal;
    color: hsl(0, 0%, 0%);
    font-size: 1.125rem;
    font-weight: 300;
}

div#productDetailTab strong {
    color: hsl(0, 0%, 0%);
    font-size: 1.875rem;
}

.tabs-modal {
    margin-top: 30px;
}

.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;
}

.variant-title {
    color: hsl(0, 0%, 0%);
    font-size: 0.813rem;
    font-weight: 400;
}

.detail-cart-btn {
    border-radius: 0.25rem;
    color: hsl(0, 0%, 100%);
    font-size: 1.313rem;
    font-weight: 400;
    height: 60px;
    display: grid;
    place-items: center;
    text-align: center;
}

a#fastBuyBtn {
    background-color: hsl(208, 100%, 46%);
}

a#addCartBtn {
    background-color: hsl(24, 100%, 50%);
}

a#addCartBtn:hover {
    text-decoration: underline;
}

div#cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 15px; border-radius: 2.188rem;
    padding-inline: 25px; height: 60px;
    max-width: 370px;
}

div#cart-wrapper .qtyBtns {
    background-color: transparent;
    border: 0;
}

div#cart-wrapper .qtyBtns a {
    width: 30px;
    height: 30px;
    border-radius: 0.938rem;
}

div#mobileBuyBtn {
    display: flex;
    flex: 1;
}

.buyBtn {
    max-width: 110px;
}

div#product-detail .new-icon {
    left: 20px;
    top: 20px;
}

div#product-detail .productDiscount {
    top: 20px;
    right: 20px;
}

#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 {
    color: hsl(0, 0%, 0%);
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: normal;
    padding: 0;
}

.detail-brand a {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0.125rem 1.25rem hsla(0, 0%, 0%, 0.1);
    border-radius: 0.313rem;
    background-color: hsl(0, 0%, 100%);
    padding: 15px 30px;
}

.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;
}

.slideControl {
    position: absolute;
    height: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    inset: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-inline: 4rem; pointer-events: none;
}

span#prevImage {
    background: url('/Data/EditorFiles/goldmedikal/assets/slide-left.svg') no-repeat center;
}

div#imageControl span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
    pointer-events: auto;
    background-color: hsl(0, 0%, 100%);
}

div#imageControl span:hover {
    filter: invert(1);
}

span#nextImage {
    background: url('/Data/EditorFiles/goldmedikal/assets/slide-right.svg') no-repeat center;
}

div#thumbControl span {
    background-color: var(--first);
    max-width: 120px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: auto;
    min-width: 50px;
    width: 100%;
}

span#prevThumb {
    background-image: url(/Data/EditorFiles/goldmedikal/assets/arr-up.svg);
    background-size: 15px;
}

span#nextThumb {
    background-image: url(/Data/EditorFiles/goldmedikal/assets/arr-down.svg);
    background-size: 15px;
}

.price-modal .currencyPrice {
    color: hsl(0, 0%, 0%);
    font-size: 1.938rem;
    font-weight: 300;
}

.normalPrice {
    font-size: 19px;
}

.price-modal .discountPrice {
    color: hsl(0, 0%, 0%);
    font-size: 1.938rem;
    font-weight: 700;
}

.discountPrice {
    color: hsl(0, 0%, 15%);
    font-size: 1.438rem;
    font-weight: 600;
}

.detail-comment-wrapper {
    justify-content: center;
    margin-block: 20px; }

.s-product-code {
    color: hsl(0, 0%, 0%);
    font-size: 0.813rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

div#price-flexer {
    margin-block: 30px;}

.price-modal {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.price-modal + .buy-in-bulk {
    color: hsl(22, 100%, 46%);
    font-size: 1rem;
    font-weight: 400;
}

.detail-disc {
    width: 50px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 0.625rem;
    background-color: hsl(22, 100%, 46%);
    color: hsl(0, 0%, 100%);
    font-size: 1rem;
    font-weight: 600;
}

.gain-box {
    display: grid;
    place-items: center;
    place-content: center;
    border-radius: 0.625rem;
    background-color: hsl(0, 0%, 93%);
    height: 35px;
    width: 70px;
    color: hsl(0, 0%, 0%);
    font-size: 0.75rem;
    font-weight: 400;
}

.gain-price {
    color: hsl(0, 0%, 0%);
    font-size: .875rem;
    font-weight: 600;
}

.money-order-price {
    float: right;
    padding-left: 5px;
}

#productRight .order-note textarea {
    padding-top: 20px;
}

.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;
}

.outStock {
    margin-block: 30px; }

.outStock a {
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: hsl(0deg 0% 0%);
}

.outStock a:hover {
    text-decoration: underline;
}

.shareTitle {
    line-height: 30px;
    font-size: 13px;
    color: #000;
}

.smlIconSet .shareTitle {
    line-height: 20px;
}

.product-min-tabs {
    border-radius: 0.625rem;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 93%);
    padding: 0 30px;
    margin-top: 30px;
}

.mini-wrapper {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    background-color: hsl(0, 0%, 93%);
    color: hsl(40, 13%, 5%);
    font-size: 1rem;
    font-weight: 400;
    gap: 5px;
}

.mini-item strong {
    color: hsl(22, 100%, 46%);
    font-weight: 600;
    text-decoration: underline;
}

.smlIconSet .shareBtns a {
    font-size: 15px;
}

#urun-tab .slide-wrapper {
    overflow: hidden;
}

#tabBtn li span {
    cursor: pointer;
    text-transform: uppercase;
    min-width: 170px;
    padding: 10px;
    color: hsl(0, 0%, 0%);
    font-size: 1.2rem;
    font-weight: 700;
}

#tabBtn li.active {
    background-color: hsl(24, 100%, 50%);
}

#tabBtn li.active span {
    color: hsl(0, 0%, 100%);
}

#tabBtn li {
    padding: 5px;
    margin: 0;
    border: 1px solid hsl(0, 0%, 86%);
    border-radius: 0.25rem;
    background-color: hsl(0, 0%, 100%);
    height: 50px;
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
    min-width: 270px;
}

ul#tabBtn {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

#product-comment .stars-inner {
    height: 16px;
    width: 16px;
    background: url('/theme/v4/sub_theme/genel/v4/v4/starsFull.png') no-repeat;
}

#product-comment .stars {
    width: 87px;
    background: url('/theme/v4/sub_theme/genel/v4/v4/stars.png') no-repeat;
}

#product-comment .stars ~ div {
    padding-inline: 0; }

.add-to-favorites {
    margin-left: auto;
}

.add-to-favorites .vitrin-fav {
    position: relative;
    top: initial;
    bottom: initial;
}

div#urun-tab,.tag-modal {
}

.tag-title {
    color: hsl(40, 13%, 5%);
    font-size: 1.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tag-link {
    border-radius: 0.625rem;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 93%);
    width: fit-content;
    height: 35px;
    display: grid;
    place-items: center;
    place-content: center;
    min-width: 60px;
    color: hsl(0, 0%, 0%);
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px;
}

.tag-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tag-link:hover {
    color: hsl(0, 0%, 100%);
    background: hsl(0, 0%, 0%);
}

#tabPanel {
    overflow: hidden;
    padding: 30px 35px;
    min-height: 300px;
}

#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: 0;
}

.dislike {
}

[dir="rtl"] .addthis_toolbox {
    float: right;
}

@media screen and (min-width: 769px) {
    div#productRight {
        background-color: hsl(0, 0%, 100%);
        padding: 25px 5px;
    }

    .pro-big {
        align-self: flex-start;
    }

    .mini-item {
        min-width: 200px;
    }

    .pro-thumb {
        min-width: 90px;
    }

    .pro-big {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 768px) {
    .cart-area {
        padding-inline: 10px;
    }

    .variantBox.subOne .variantList a {
        max-width: 70px;
        max-height: 55px;
    }

    .share-box a {
        font-size: 0.625rem;
        gap: 5px;
        height: 45px;
    }

    .share-box a i {
        transform: scale(.8);
    }

    .detail-brand {
    }

    .detail-brand a {
        padding: 5px 20px;
    }

    .detail-brand img {
        max-height: 30px;
    }

    .variantBox.subOne .variantList {
        gap: 10px;
    }

    ul#productThumbs {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-block: 10px; gap: 10px;
    }

    ul#productThumbs li {
        width: 10px;
        height: 10px;
        border-radius: 0.313rem;
        background-color: hsl(0, 0%, 86%);
    }

    ul#productThumbs li.active {
        background-color: var(--first);
    }

    ul#productThumbs li div {
        display: none;
    }

    .tag-title {
        font-size: .875rem;
    }

    .tag-link {
        height: 30px;
        min-width: fit-content;
        padding: 10px;
    }

    .tag-flex {
        gap: 10px;
    }

    .tag-modal {
        padding: 15px;
    }

    .short-desc-title {
        font-size: .775rem;
    }

    .product-barcode {
        margin-bottom: 10px;
    }

    .short-desc {
        font-size: .775rem;
    }

    .product-min-tabs {
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .mini-item {
        height: 40px;
        font-size: .775rem;
        width: 100%;
    }

    .product-icons-detail .productSymbol {
        width: fit-content;
        font-size: .65rem;
        padding: 0 5px;
        height: 25px;
    }

    div#price-flexer {
        gap: 10px;
    }

    .detail-disc {
        width: 40px;
        height: 35px;
    }

    .gain-box {
        font-size: .65rem;
    }

    .gain-price {
        font-size: .75rem;
    }

    .campaign-box {
        font-size: .675rem;
        gap: 0;
    }

    .detail-socials {
        gap: 10px;
    }

    .related-modal {
        margin-bottom: 0;
    }

    .size-chart {
        font-size: .775rem;
    }

    a#fastBuyBtn {
        width: 100%;
        font-size: 1rem;
        height: 45px;
    }

    a#addCartBtn {
        height: 45px;
        font-size: 1rem;
    }

    div#cart-wrapper .qtyBtns input {
        width: 25%;
    }

    .variant-titles {
    }

    div#urun-tab {
        padding: 0;
    }

    .buyBtn {
        max-width: 100%;
    }

    .qtyBtns {
        justify-content: space-evenly;
        max-width: 135px;
        height: 45px;
    }

    .qtyBox {
    }

    .zoom-btn img {
        max-height: 20px;
        object-fit: contain;
    }

    .shareBtns .col {
        padding-right: 0;
    }

    div#imageControl span {
        width: 30px;
        height: 30px;
        background-size: 5px;
    }

    .slideControl {
        padding-inline: 1.5rem; }

    .zopim {
        bottom: 80px !important;
    }

    .qtyBtns a[title="+"] {
        width: 40px;
    }

    .qtyBtns a[title="-"] {
        width: 40px;
    }

    div#cart-wrapper {
        gap: 10px;
    }

    .add-to-favorites {
    }

    .variantBox.subTwo a {
        min-width: 55px;
        height: 35px;
        padding: 5px;
        width: fit-content;
    }

    .variantBox.subTwo a p {
        font-size: .75rem;
    }

    .outStock a {
        text-align: center;
    }

    div#product-buttons {
        justify-content: space-between;
    }

    .subcode {
        justify-self: flex-start;
        text-align: left;
    }

    .product-top-info {
        flex-wrap: wrap;
        gap: 15px;
    }

    div#productMobileInfo {
    }

    .tabs-modal, div#mobileTabBtn {
    }

    div#productDetail {
        margin-bottom: 0;
    }

    ul#tabPanel * :not(.btn-danger,.btn-success,a) {
        font-size: .675rem;
    }

    ul#tabPanel {
    }

    #tabBtn li span:before {
        display: none;
    }

    ul#productThumbs a {
        /* padding-bottom: 70%; */
    }

    .urunDetayGosterJs {
        display: none !important;
    }

    #productLeft {
        /* padding-right: 0; */
        flex-direction: column-reverse;
        overflow: hidden;
    }

    #productName {
        font-size: 1.3rem;
    }

    .subcode, .variant-title, a#comment-btn {
        font-size: .675rem;
    }

    div#price-flexer .discountPrice {
        font-size: 1.4rem;
    }

    div#price-flexer .currencyPrice {
        font-size: 1.25rem;
    }

    .price-modal {
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .related-append a {
        max-width: 55px;
    }

    div#product-buttons > a {
        font-size: .775rem;
    }

    .related-append {
    }

    #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-thumb {
        background-color: black;
    }

    ul#tabBtn {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 10px 0;
        border: 0;
        gap: 15px;
    }

    .mini-item img {
        max-width: 20px;
        object-fit: contain;
    }

    #tabBtn li {
        padding-inline: 10px; border-radius: 1.563rem;
        min-width: 150px;
        height: 35px;
    }

    #tabBtn li span {
        white-space: nowrap;
        font-size: 0.775rem;
    }

    #product-buttons a {
        padding-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .price-modal {
    }
}
