/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(108,28): run-time error CSS1039: Token not allowed after unary operator: '-color'
(143,36): run-time error CSS1039: Token not allowed after unary operator: '-color'
(148,36): run-time error CSS1039: Token not allowed after unary operator: '-color'
(149,30): run-time error CSS1039: Token not allowed after unary operator: '-color'
(252,32): run-time error CSS1039: Token not allowed after unary operator: '-color'
(297,39): run-time error CSS1039: Token not allowed after unary operator: '-color'
(491,26): run-time error CSS1039: Token not allowed after unary operator: '-color'
 */
:root {
    --color: #94b54c;
}

#breadcrumb {
    margin: 15px 0;
}

    #breadcrumb a {
        color: #3f3f3f;
        font-weight: normal;
        font-size: 12px;
    }

        #breadcrumb a:hover {
            text-decoration: none;
        }

#main-section {
    margin-bottom: 15px;
}

#phone-info {
    background-color: #f5f5f5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e3e3e3;
    border-left: none;
    padding: 15px 20px;
    height: 100%;
}

#phone-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #e3e3e3;
    height: 100%;
}

.column-left {
    padding: 0 0 0 15px;
}

.column-right {
    padding: 0 15px 0 0;
}

#inner-phone-img {
    margin: 15px;
}

    #inner-phone-img img {
        width: 100%;
        border-radius: 10px;
    }

#inner-phone-small-img-border {
    padding: 0 7.5px 15px 7.5px;
    overflow: hidden;
}

.inner-phone-small-img {
    margin: 0 7.5px;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
}

    .inner-phone-small-img img {
        width: 100%;
    }

.inner-phone-small-img-float {
    float: left;
    width: 20%;
}

#phone-info-select {
    margin-top: 30px;
}

    #phone-info-select .row, .row.equal {
        margin: 0 !important;
    }

.select-box:focus {
    outline: none !important;
}

.select-box {
    background: #fff !important;
    padding: 10px 10px !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none !important;
    background-image: url('https://assets.generalmobile.com/images/down-arrow.png') !important;
    background-position: 92% center !important;
    background-repeat: no-repeat !important;
    outline: none;
}

.select-box-green {
    border: 1px solid var(--color) !important;
}

.select-box:hover {
    cursor: pointer;
}

.select-box-col {
    padding: 0px 5px !important;
}

#phone-info-quality-text {
    margin-top: 15px;
}

    #phone-info-quality-text span {
        font-weight: 900;
    }

    #phone-info-quality-text p {
        font-size: 15px;
        padding-left: 5px;
    }

.cont-checkbox {
    width: 100%;
    border-radius: 0px;
}

input {
    display: none;
}

    input:checked + label {
        opacity: 1;
        box-shadow: 0 0 0 1px var(--color);
    }

        input:checked + label .cover-checkbox {
            opacity: 1;
            border: 1px solid var(--color);
            background: var(--color);
        }

            input:checked + label .cover-checkbox svg {
                stroke-dashoffset: 0;
            }

label {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px
}

.label-img {
    float: left;
    margin-left: 30px;
    height: 68px;
}

label .cover-checkbox {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: white;
    border: 1px solid #515f6a;
    opacity: 1;
}

    label .cover-checkbox svg {
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: top;
        fill: none;
        margin: 2.5px 0 0 1.5px;
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 16px;
        stroke-dashoffset: 16px;
    }

label .info {
    text-align: left;
    margin: 10px 0 0 15px;
    font-weight: 400;
    float: left;
    color: #202020;
}

#phone-info-gmhepguvende {
    margin-top: 20px;
}

.phone-info-gmhepguvende-info {
    background-color: #e7e7e7;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}

    .phone-info-gmhepguvende-info p {
        text-align: center;
        width: 25px;
        height: 25px;
        color: #000;
        margin: 0;
        font-weight: 900;
        line-height: 25px;
    }

#birlikte-daha-guclu {
    font-weight: 900;
    color: #000;
    font-size: 16px;
    margin-top: 25px;
}

    #birlikte-daha-guclu p {
        font-weight: 900;
        color: #000;
    }

#sepete-ekle {
    margin-top: 30px;
}

    #sepete-ekle a {
        color: #fff;
        background-color: var(--color);
        border-radius: 2px;
        padding: 9px 25px;
    }

        #sepete-ekle a:hover {
            text-decoration: none;
        }


.panel {
    border: none !important;
    box-shadow: none !important;
}

.panel-heading {
    border: none !important;
}

.panel-default > .panel-heading:hover {
    background: none !important;
}

.panel-body {
    padding: 0 !important;
}

.section-three-panel > li > a:focus, .section-three-panel > li > a:hover {
    background: none !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.section-three-panel > li > a {
    color: #000 !important;
    font-weight: 900 !important;
    border: none !important;
}

.section-three-panel {
    border-bottom: 1px solid #eaeaea !important;
}

    .section-three-panel > li.active {
        border-bottom: 1px solid var(--color);
    }

.nav-tabs > li:hover {
    cursor: pointer !important;
}

.panel {
    border: none;
    box-shadow: none;
}

th, td {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
}

#taksit-table {
    width: 100% !important;
    font-size: 13px !important;
}

.taksit-brand {
    text-align: center !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3;
    border-bottom: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
    padding: 7px 0;
}

    .taksit-brand img {
        height: 20px;
    }

.table-th {
    font-weight: bold !important;
    color: #000 !important;
    text-align: center !important;
    padding: 5px 7px !important;
}

.table-body {
    text-align: center !important;
}

    .table-body > tr > td {
        padding: 5px 7px !important;
        color: #000 !important;
    }

.inner-phone-small-img-img:hover {
    cursor: pointer;
}

.teknik-soru-isareti {
    position: absolute;
    background-color: #fff;
    height: auto;
    width: 300px;
    border: 1px solid #3f3f3f;
    z-index: 999;
    right: 48px;
    top: 25%;
    transform: translateY(-50%);
    display: none;
    box-shadow: 0 0 48px 0;
    border: 2px solid #919191;
    padding: 15px;
    border-radius: 5px;
}

    .teknik-soru-isareti:after {
        content: '';
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 15px solid #fff;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
    }

.phone-info-gmhepguvende-info:hover + .teknik-soru-isareti {
    display: block;
}

.table-row {
    margin: 0 -5px;
}

.table-each-col {
    padding: 0 5px;
}

table {
    border-spacing: 0;
}

    table tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    table tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

.phone-info-price-p {
    line-height: 74px !important;
    height: 74px !important;
}

.phone-info-price-p-mobile {
    line-height: 58px !important;
    height: 58px !important;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 991px) and (max-width:1200px) {
    #phone-info-price img {
        width: 100%;
    }

    #phone-img {
        height: 100%;
    }
}

@media (max-width: 500px) {
    #phone-info-price img {
        width: 100%;
    }

    .teknik-soru-isareti {
        width: auto !important;
    }

    label .info {
        width: 50%;
        margin: 0;
        margin-left: 5px;
    }

    .label-img {
        margin-left: 20px;
        height: 68px;
    }

    #phone-info-price p {
        display: none;
    }

    #sepete-ekle {
        display: none;
    }

    #sepete-ekle-mobile {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        z-index: 999 !important;
        background-color: #fff !important;
        width: 100% !important;
        padding: 15px;
    }

    #main-section {
        padding: 0 !important;
    }

    #phone-img {
        display: none;
    }

    #phone-img-mobile {
        display: block !important;
    }

    .carousel-indicators .active {
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        border: none !important;
        background: var(--color) !important;
        margin: 1px 2px !important;
    }

    .carousel-indicators li {
        border: none !important;
        background: #707070 !important;
    }

    .carousel-control {
        width: 50% !important;
    }

        .carousel-control.left {
            left: 0 !important;
        }

        .carousel-control.right {
            right: 0 !important;
        }
}

@media (max-width: 768px) {
    .birlikte-daha-guclu-custom {
        padding: 0 15px !important;
    }

    #phone-info-price h1 {
        height: auto !important;
        line-height: normal !important;
    }

    #phone-info-title h2 {
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    #phone-img {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
    }

    #phone-info {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-left: 1px solid #e3e3e3;
    }

    .column-left, .column-right {
        padding: 0;
    }

    .select-box {
        margin-bottom: 10px;
    }

    #sepete-ekle {
        margin-top: 15px;
    }

    .nav-tablı-kısım {
        padding: 0;
    }

    .section-three-panel a {
        font-size: 13px !important;
    }
}

.addToBagButton:hover {
    color: white;
    text-decoration: none;
}

.addToBagButton:visited {
    color: white;
    text-decoration: none;
}

.addToBagButton:active {
    color: white;
    text-decoration: none;
}

.addToBagButton:link {
    color: white;
    text-decoration: none;
}

