/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(164,28): run-time error CSS1039: Token not allowed after unary operator: '-color'
(261,28): run-time error CSS1039: Token not allowed after unary operator: '-color'
(262,24): run-time error CSS1039: Token not allowed after unary operator: '-color'
(283,18): run-time error CSS1039: Token not allowed after unary operator: '-banaHaberVer'
(332,28): run-time error CSS1039: Token not allowed after unary operator: '-color'
(333,28): run-time error CSS1039: Token not allowed after unary operator: '-color'
(362,22): run-time error CSS1039: Token not allowed after unary operator: '-color'
(379,17): run-time error CSS1039: Token not allowed after unary operator: '-color'
 */
:root {
    --color: #85b03e;
    --banaHaberVer: invert(58%) sepia(8%) saturate(3315%) hue-rotate(41deg) brightness(110%) contrast(79%);
}

.headerImage {
    content: url("https://assets.generalmobile.com/images/green-cloud-v3.jpg.webp");
    width: 100%;
}

.content {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-radius: 1px;
}

.selected-filter:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #626262;
}

.selected-filter {
    padding: 4px 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #e8e8e8 inset;
    color: #626262;
    font-size: 14px;
    margin: 7.5px 10px 7.5px 0 !important;
    min-width: 100px;
}

.select-filter-mobile {
    padding: 4px 10px;
    border: 1px solid #e8e8e8;
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 0 3px #e8e8e8 inset;
    color: #626262;
    font-size: 16px;
    cursor: pointer;
    margin: 0 !important;
    width: 100%;
    font-weight: bold;
}

.selected-filter-mobile {
    padding: 4px 10px;
    border: 1px solid #e8e8e8;
    background-color: #efeeee;
    border-radius: 2px;
    box-shadow: 0 0 3px #e8e8e8 inset;
    color: #626262;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}

    .selected-filter-mobile:hover {
        color: #626262;
        text-decoration: none;
    }

.select-filter-mobile:hover {
    text-decoration: none;
    color: #626262;
}

.order-filter {
    padding: 4px 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #e8e8e8 inset;
    color: #626262;
    font-size: 16px;
    cursor: pointer;
    margin: 7.5px 10px 7.5px 0 !important;
}

.wrapper {
    margin: 15px 0;
    display: block;
    transition: 0.15s ease;
}

    .wrapper.active .arrow {
        transform: rotate(45deg) translate(-5px, -5px);
    }

        .wrapper.active .arrow:before {
            transform: translate(10px, 0);
        }

        .wrapper.active .arrow:after {
            transform: rotate(90deg) translate(10px, 0);
        }

    .wrapper.active ul {
        height: auto;
    }


.arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: -7px;
    left: -25px;
    transition: 0.4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}

    .arrow:before, .arrow:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 12px;
        height: 3px;
        background-color: #626262;
        transition: 0.4s ease;
    }

    .arrow:after {
        position: absolute;
        transform: rotate(90deg);
        top: -5px;
        left: 5px;
    }

.click-text {
    display: block;
    text-align: left;
    margin: 0;
    cursor: pointer;
    color: #626262;
    transition: 0.15s ease;
}

.filter-ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: 0.4s ease;
}

.filter-input {
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
}

.each-product {
    padding: 30px 20px 20px;
}

.satın-al-button {
    background-color: var(--color);
    color: white;
    padding: 7px 30px;
    margin-top: 20px;
    border-radius: 2px;
}

    .satın-al-button:hover {
        color: white;
        text-decoration: none;
    }

    .satın-al-button:visited {
        color: white;
        text-decoration: none;
    }

    .satın-al-button:active {
        color: white;
        text-decoration: none;
    }

    .satın-al-button:link {
        color: white;
        text-decoration: none;
    }

.stokta-yok {
    background-color: #626262;
    padding: 7px 20px !important;
}

.each-product-a {
    color: #333;
}

    .each-product-a:hover {
        text-decoration: none;
        color: #333;
    }

    .each-product-a:link {
        text-decoration: none;
        color: #333;
    }

    .each-product-a:active {
        text-decoration: none;
        color: #333;
    }

    .each-product-a:visited {
        text-decoration: none;
        color: #333;
    }

.product-name {
    padding-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    height: 50px;
}

.product-caption {
    height: 30.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    margin: 10px 0 20px !important;
    font-weight: bold;
}

.product-img-border {
    max-width: 180px;
    margin: auto;
}

.pagination-li {
    display: inline !important;
}

    .pagination-li a {
        color: #626262 !important;
    }

.pagination .active a {
    background-color: var(--color) !important;
    border-color: var(--color);
    color: #fff !important;
}

.custom-close {
    color: #333 !important;
}

.bana-haber-ver {
    font-size: 13px;
    color: #626262;
    font-weight: 400;
}

    .bana-haber-ver:hover {
        text-decoration: none;
        color: #626262;
    }

.envelop-img {
    width: 13px;
    filter: var(--banaHaberVer);
}

.filter-ul:first-child {
    margin-top: 15px !important;
}

.container-filter {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-filter input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 2px !important;
}


.bana-haver-ver-modal {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}

.container-filter input:checked ~ .checkmark {
    background-color: var(--color);
    border: 1px solid var(--color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-filter input:checked ~ .checkmark:after {
    display: block;
}

.container-filter .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notify-badge {
    position: absolute;
    right: 0;
    top: 10px;
    background: var(--color);
    text-align: center;
    border-radius: 2px;
    color: white;
    padding: 1px 10px;
    font-size: 14px;
}

#bana-haber-ver-input:focus {
    box-shadow: none !important;
}

a[disabled] {
    pointer-events: none;
}

.color {
    color: var(--color);
}

@media (max-width:991px) {
    #filter-desktop {
        display: none;
    }

    #product-desktop {
        border: none !important;
    }

    .each-product {
        padding: 20px 0;
    }

    .filters-desktop {
        display: none !important;
    }

    .order-filter {
        padding: 4px 10px;
        border: 1px solid #e8e8e8;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 0 3px #e8e8e8 inset;
        color: #626262;
        font-size: 16px;
        cursor: pointer;
        margin: 0 !important;
        width: 100%;
    }

    .mobile-container {
        padding: 0 !important;
    }

    .mobile-col-left {
        padding: 0 3px 0 10px;
    }

    .mobile-col-right {
        padding: 0 10px 0 3px;
    }

    .mobile-section-two {
        padding: 20px 0 10px !important;
    }

    .headerImage {
        content: url("https://assets.generalmobile.com/images/green-cloud-mobile-v2.jpg.webp");
    }
}

@media (min-width:992px) {
    .filters-mobile {
        display: none !important;
    }

    /*.notify-badge {
        right: 60px;
    }*/

    .custom-alignment {
        min-height: 375px !important;
    }
}

