﻿@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#readySystemLayoutRight {
    background: var(--gg-black-color-2);
    padding: 0 50px 0 50px;
    border-radius: 10px 0px 0px 10px;
}
.readySystemTop {
    background: var(--gg-black-color-3);
}
.text-Description {
    color: var( --gg-red-2-color);
    font-weight: 400;
    font-size: 13px;
}
.System-details-title {
    color: #DEDEDE !important;
    font-size: 18px;
    font-weight: 700;
}
.product-code {
    color: var(--gg-black-color-4);
    font-weight: 400;
    font-size: 11px;
}
.System-img {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-family: "Black Han Sans", sans-serif;
}

.img-text-container {
    font-size: 220px;
    font-weight: bold;
    color: #D9D9D90F;
    position: relative;
    z-index: 1;
    line-height: 230px;
}

.img-transparent-text {
    color: transparent;
    -webkit-text-stroke: 1px #D9D9D90F;
}
@media(max-width:1536px) {
    .pc-image {
        max-width: 350px !important;
    }
}

@media (max-width: 2048px) {
    .pc-image {
        max-width: 300px;
    }
}
.pc-image {
    width:100%;
    max-width:100%;
    height:auto;
    object-fit:contain;
}
/*.product-info{
    max-width:80%;
}*/
.product-info h1{
    margin-bottom:0;

}
.product-details__sidebar_oldprice {
    opacity: .35;
    text-decoration: line-through;
    justify-content: start;
    align-items: baseline;
    width: 100%;
    font-size: 18px;
    color: var(--gg-text-color);
    font-weight: 500;
    line-height: 26px;
    display: flex;
}
.readySystemBottom{
    height:100%;
}
.card-body {
    background: #1e1e1e;
}
/*.system-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}*/
/*.system-btn {
    background: linear-gradient(90deg, #FFD035 0%, #FFA135 100%);
    border-radius: 40px;
    font-weight: 800;
    font-size: 22px;
    height: 53px;
    width: 75%;
    text-transform: uppercase;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
}*/
#customScrollWrapper::-webkit-scrollbar {
    display:none;
}
.card-body .product-col {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}
.product-card .product-card-body .difference {
    color: var(--gg-text-color);
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 12px;
    line-height:unset !important;
}
.tabpane-icons {
    background: rgb(50 49 46);
    border: 1px solid #706726;
}
.readySystemLayoutRight_Top{
    margin-bottom:20px;
}
.readySystemLayoutRight_button {
    min-height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #32312e;
    border: 1px solid #625a1b;
    border-radius: 10px;
    padding: 6px 8px !important;
    font-size: 12px !important;
    font-weight: 700;
    color: var(--gg-text-color) !important;
    margin-bottom: 0 !important;
}
.readySystemLayoutRight_button span 
{
    font-size:12px;
}
.readySystemLayoutRight_Top_content {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
.property-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
/*    .property-container .property-item {
        color: var(--gg-text-color);
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        border-radius:50px;
        min-height: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px
    }*/
    .property-container .property-item.success {
        background: rgba(255, 241, 120, 0.14);
        border: 1px solid #FFBC78;
    
    }
    .property-container .property-item.warning {
 
        background: rgba(226, 45, 45, 0.18);
        border: 1px solid #E22D2D;
  
    }
.eseoContainerH2Font {
    font-size: 16px ;
    font-weight: 700 !important;
    margin-top: 6px !important;
    margin-left: 10px !important;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width:50%;
    max-width:50%;
    margin:auto;
/*    height: 65vh;*/
    height:100%;
    transition: all 0.5s ease;
}

.hidden {
    display: none;
}

.content-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
.content-scroll p{
    color:var(--gg-text-color);
}
    .content-scroll::-webkit-scrollbar {
        width: 7px;
        height: 5px;
    }
    .content-scroll::-webkit-scrollbar-thumb {
        background-color: #ffe932;
        border-radius: 10px;
        height: 50px;
    }
    .content-scroll::-webkit-scrollbar-track {
        background: transparent;
    }
.buttons {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.buttons-container {
    background: #6c757d;
    border-radius: 50px;
}
.btn-secondary {
    border-radius: 20px;
}
.btn-yellow {
    background-color: #ffeb3b;
    border: none;
    color: #000;
    border-radius: 20px;
    box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
}

#readySystem {
    margin-top: 10px;
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
}
.ready-system-name-sec {
    /*    background: var(--gg-black-color-3);*/
    padding: 0 10px 20px 10px;
}
.ready-system-price-sec {
    background: var(--gg-black-color-3);
    padding: 20px 20px 20px 55px;
    border-radius: 100px;
    z-index: 1;
}
.gallery-info-section
{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:15px;
}
.gallery-info-section .info 
{
    color: #F16060;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.ready-system-price-sec .mobil-none-sec {
    display: flex;
    align-items: end;
    gap: 80px;
}
.gallery-info-section .img-section 
{
    display:flex;
    align-items:center;
    gap:15px;
    justify-content:center;
}
.gallery-info-section .img-section img
{
    height:35px;
}
.ready-old-price {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    text-decoration:line-through;
}
.ready-cart {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    background: var(--main-yellow-color);
    padding: 8px 50px;
    text-wrap: nowrap;
}
.birlestir-section
{
    display:flex;
    margin-bottom:15px;
}
.birlestir-section .col.product-col 
{
    flex:1;
}
.birlestir-section .product-card .product-card-body .name
{
    line-height:unset;

}
.birlestir-section .eseoContainerH3Font
{
    margin:0;
}
    .birlestir-section .product-card.active::after {
        content: "Seçildi";
        position: absolute;
        top: 0;
        right: 0;
        width: 19px;
        height: 100%;
        background: var(--main-yellow-color);
        box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
        border-radius: 0px 10px 10px 0px;
        writing-mode: sideways-lr;
        text-orientation: mixed;
        color: #211221;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
    }
.birlestir-section strong 
{
    font-weight:600;
}
/*.ready-system-detail-page
{
    margin-bottom:30px;
}*/
.birlestir-section .product-card 
{
    height:100%;
    padding:0 14px;
}
.summary-item__price .fiyat 
{
    font-size:10px;
}
.before-bg-hs:before {
    content: "";
    background: #121212;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
}
.readySystemLayoutRight_button
{
    width:125px;
    height:33px;
}
.readySystemLayoutRight_button span 
{
    text-wrap:nowrap;
}
@media(max-width:990px) {

    .readySystemLayoutRight_Top_content #btnPdf svg {
        display: block !important;
    } 
    .before-bg-hs:before {
        display: none;
    }
    .ready-system-price-sec {
        display: none;
    }
    .birlestir-section
    {
        flex-direction:column;
    }
    #readySystem
    {
        padding:0;
        height:auto;
        overflow:hidden;
    }
    #readySystemLayout
    {
        margin-bottom:150px;
    }
    .birlestir-section .product-card
    {
        padding:17px 14px;
    }
}
@media(max-width:1536px)
{
    .text-Description {
        font-size: 11px;
    }

    .System-details-title {
        font-size: 14px;
    }
    #productDetail .product-code, #readySystem .product-code
    {
        font-size:10px;
    }
    .ready-system-price-sec
    {
        padding:15px 15px 15px 25px;
    }
    .ready-cart
    {
        padding:6px 30px;
        font-size:14px;
    }
    .collect-yourself-price .price strong
    {
        font-size:22px;
    }
    .eseoContainerH3Font
    {
        font-size:11px;
        margin-bottom:12px;
    }
    .product-card .product-card-header .image img 
    {
        max-width: 60px;
        max-height: 60px;
    }
    .difference span 
    {
        font-size:13px;
    }
    .difference-section 
    {
        gap:3px;
    }
    .difference-section .product-href
    {
        font-size:10px;
    }
 }


/*@media(max-width:990px)
{
    .svg-inline--fa.fa-w-18
    {
        width:28px !important;
        color:#fff !important;
    }
}*/