﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;family=Oswald:wght@300;400;500;600;700&amp;display=swap');

@font-face {
    font-family: 'intro_script_rl_base';
    src: url('fonts/intro/introscriptr-lbase-webfont.woff2') format('woff2'), url('fonts/intro/introscriptr-lbase-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #95c11f;
}

::-moz-selection {
    color: #fff;
    background: #95c11f;
}

::selection {
    color: #fff;
    background: #95c11f;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (min-width: 1425px) {
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 768px) and (max-width: 500px) {
    .container {
        padding: 0 15px;
    }
}

.site {
    position: relative;
    overflow: hidden;
    height: auto;
}

.link-w a {
    font-size: 16px;
    font-weight: bold;
    color: #293133;
    outline: none;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .link-w a {
        font-size: 16px;
    }
}

@media (max-width: 1425px) {
    .link-w a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .link-w a {
        font-weight: 700;
        font-size: 13px;
    }
}

.link-w a i {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #293133;
}

@media (max-width: 1425px) {
    .link-w a i {
        font-size: 16px;
        margin-left: 3px;
    }
}

@media (max-width: 500px) {
    .link-w a i {
        font-weight: 600;
        font-size: 15px;
    }
}
.wpcf7 div .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpcf7 div .flex-in p {
    width: 100%;
}
.wpcf7 div input, .wpcf7 div textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.iletisim-map .info a i{
    margin-right:7px;
}
.wpcf7 div textarea{
    height:100px !important;
}
.iletisim-sub-page .iletisim-in .right a {
    display: table;
    width: 150px;
    background-color: #95c11f;
    color: #fff;
    border-radius: 5px;
    padding-bottom: 4px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding-top: 3px;
}
.wpcf7 div a {
    display: table;
    width: 150px;
    background-color: #95c11f;
    color: #fff;
    border-radius: 5px;
    padding-bottom: 4px;
    font-weight: 700;
    margin: 0 auto;
}
.link-w a:hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #95c11f;
}

    .link-w a:hover i {
        color: #95c11f;
        margin-left: 10px;
    }

@media (max-width: 1425px) {
    .link-w a:hover i {
        margin-left: 6px;
    }
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.wpcf7 form input,
.wpcf7 form textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}

    .wpcf7 form input:focus,
    .wpcf7 form textarea:focus {
        border: 1px solid #95c11f;
    }

.wpcf7 form textarea {
    height: 90px;
}

.wpcf7 form select {
    width: 100%;
    outline: none;
    height: 40px;
    color: #666;
    padding-left: 8px;
}

.wpcf7 form input[type="submit"] {
    display: table;
    width: 150px;
    background-color: #95c11f;
    color: #fff;
    border-radius: 5px;
    padding-bottom: 4px;
    font-weight: 700;
    margin: 0 auto;
}

    .wpcf7 form input[type="submit"]:hover {
        background-color: #759815;
    }

.wpcf7 form p {
    margin: 0;
}

.wpcf7 form .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .wpcf7 form .flex-in p {
        width: 100%;
    }

        .wpcf7 form .flex-in p span {
            width: 100%;
        }

.wpcf7 form .anr_captcha_field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.wpcf7 form .g-recaptcha-response span {
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 0;
}

.wpcf7 form .ajax-loader {
    margin: 5px auto;
    display: table;
}

.tooltip {
    position: absolute;
    z-index: 2;
    cursor: default;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    background-color: #293133;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    border-radius: .25rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -120%);
    -webkit-transform: translate(-50%, -120%);
    -moz-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    -o-transform: translate(-50%, -120%);
    white-space: nowrap;
}

    .tooltip:before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        border-width: .4rem .4rem 0;
        border-top-color: #293133;
    }

    .tooltip.isVisible {
        opacity: 1;
    }

#pagination-container {
    display: block;
}

    #pagination-container ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

        #pagination-container ul li a {
            color: #293133;
            outline: none;
            box-shadow: none;
        }

@media (max-width: 575px) {
    #pagination-container ul li a {
        padding: .2rem .55rem;
        font-size: 14px;
    }
}

#pagination-container ul li a:hover {
    background-color: #95c11f;
    color: #fff;
}

#pagination-container ul li.active span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #293133;
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
}

@media (max-width: 575px) {
    #pagination-container ul li.active span {
        padding: .2rem .55rem;
        font-size: 14px;
    }
}

#pagination-container ul li.active span:hover {
    background-color: #ddd;
}

.post-in-desc-text {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .post-in-desc-text {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .post-in-desc-text {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .post-in-desc-text p,
    .post-in-desc-text a,
    .post-in-desc-text span,
    .post-in-desc-text label {
        font-size: 14px;
    }
}

.post-in-desc-text h1 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

.post-in-desc-text h2,
.post-in-desc-text h3,
.post-in-desc-text h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}

.post-in-desc-text a {
    color: #95c11f;
    font-weight: 600;
}

.post-in-desc-text figure {
    margin: 0 auto;
    margin-bottom: 1em;
}

.post-in-desc-text img {
    border: 1px solid #f1f1f1;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(240, 240, 240, 0.55);
    z-index: 101;
    padding: 15px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

@media (max-width: 500px) {
    .header {
        padding: 15px 0;
        border-bottom: 1px solid #95c11f;
        background-color: #f0f0f0;
    }
}

@media (max-width: 1200px) {
    .header .container {
        max-width: 100%;
    }
}

.header .container .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .header .container .flex-in .left {
        width: 15%;
    }

@media (max-width: 991px) {
    .header .container .flex-in .left {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .header .container .flex-in .left {
        width: 35%;
    }
}

.header .container .flex-in .left a img {
    width: 130px;
}

@media (max-width: 500px) {
    .header .container .flex-in .left a img {
        width: 93px;
    }
}

.header .container .flex-in .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 85%;
    position: relative;
    right: -175px;
}

@media (max-width: 1650px) {
    .header .container .flex-in .right {
        right: auto;
    }
}

@media (max-width: 991px) {
    .header .container .flex-in .right {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .header .container .flex-in .right {
        width: 65%;
    }
}

.header .container .flex-in .right ul {
    margin: 0;
    margin-right: 25px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 1100px) {
    .header .container .flex-in .right ul {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .header .container .flex-in .right ul {
        display: none;
    }
}

.header .container .flex-in .right ul li {
    margin: 0 5px;
}

@media (max-width: 1200px) {
    .header .container .flex-in .right ul li {
        margin: 0;
    }
}

.header .container .flex-in .right ul li a {
    text-decoration: none;
    color: #293133;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .header .container .flex-in .right ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1020px) {
    .header .container .flex-in .right ul li a {
        padding: 5px;
    }
}

.header .container .flex-in .right ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #95c11f;
    z-index: -1;
    opacity: 0;
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.header .container .flex-in .right ul li a:hover {
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .header .container .flex-in .right ul li a:hover:before {
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

.header .container .flex-in .right .lang {
    position: relative;
    cursor: pointer;
    z-index: 5;
    margin: 0 10px;
}

@media (max-width: 991px) {
    .header .container .flex-in .right .lang {
        display: none;
    }
}

.header .container .flex-in .right .lang .text-in {
    color: #293133;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 1425px) {
    .header .container .flex-in .right .lang .text-in {
        font-size: 14px;
    }
}

.header .container .flex-in .right .lang .text-in i {
    font-size: 18px;
    font-weight: 800;
    margin-left: 5px;
}

@media (max-width: 1425px) {
    .header .container .flex-in .right .lang .text-in i {
        font-size: 16px;
        position: relative;
        top: -1px;
    }
}

.header .container .flex-in .right .lang .lang-sub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 0px;
    padding-top: 50px;
    pointer-events: none;
    opacity: 0;
}

    .header .container .flex-in .right .lang .lang-sub .lang-sub-in {
        background-color: #fff;
        width: 60px;
        border-radius: 3px;
        border: 1px solid #dcdcdc;
        overflow: hidden;
    }

        .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
        }

            .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li {
                display: block;
                margin: 0;
                padding: 0;
            }

                .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a {
                    text-decoration: none;
                    color: #293133;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -moz-box-pack: center;
                    -ms-flex-pack: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    border-bottom: 1px solid #dcdcdc;
                    padding: 4px 0;
                    font-size: 14px;
                    font-weight: 600;
                    position: relative;
                }

                    .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:first-child {
                        padding-top: 6px;
                    }

                    .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:nth-of-type(2) {
                        border-bottom: 0;
                    }

                    .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:before {
                        content: "\f105";
                        position: relative;
                        display: inline-block;
                        top: -1px;
                        margin-right: 4px;
                        left: auto;
                        width: auto;
                        height: auto;
                        z-index: 3;
                        background-color: transparent;
                        opacity: 1;
                        transform: none;
                        -webkit-transform: none;
                        -moz-transform: none;
                        -ms-transform: none;
                        -o-transform: none;
                        transition: none;
                        -webkit-transition: none;
                        -moz-transition: none;
                        -ms-transition: none;
                        -o-transition: none;
                        font-size: 15px;
                        font-weight: 800;
                        font-family: "fontawesome";
                    }

                    .header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:hover {
                        background-color: #95c11f;
                        color: #fff;
                    }

.header .container .flex-in .right .lang:hover .text-in {
    color: #95c11f;
}

.header .container .flex-in .right .lang:hover .lang-sub {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding-top: 30px;
    opacity: 1;
    pointer-events: auto;
}

.header .container .flex-in .right .user {
    position: relative;
    cursor: pointer;
    z-index: 4;
    margin: 0 10px;
}

    .header .container .flex-in .right .user .text-in {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .header .container .flex-in .right .user .text-in img {
            width: 19px;
            height: 22px;
        }

            .header .container .flex-in .right .user .text-in img.img-n1 {
                display: block;
            }

            .header .container .flex-in .right .user .text-in img.img-n {
                display: none;
            }

    .header .container .flex-in .right .user .user-sub {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        top: 0px;
        padding-top: 50px;
        pointer-events: none;
        opacity: 0;
    }

        .header .container .flex-in .right .user .user-sub .user-sub-in {
            background-color: #fff;
            width: 160px;
            border-radius: 3px;
            border: 1px solid #dcdcdc;
            overflow: hidden;
        }

            .header .container .flex-in .right .user .user-sub .user-sub-in a {
                text-decoration: none;
                color: #293133;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: flex-start;
                -moz-box-pack: flex-start;
                -ms-flex-pack: flex-start;
                -webkit-justify-content: flex-start;
                justify-content: flex-start;
                border-bottom: 1px solid #dcdcdc;
                padding: 5px 10px;
                font-size: 14px;
                font-weight: 600;
            }

                .header .container .flex-in .right .user .user-sub .user-sub-in a:first-child {
                    padding-top: 6px;
                }

                .header .container .flex-in .right .user .user-sub .user-sub-in a:nth-of-type(3) {
                    border-bottom: 0;
                }

                .header .container .flex-in .right .user .user-sub .user-sub-in a i {
                    position: relative;
                    top: -1px;
                    margin-right: 5px;
                    font-size: 15px;
                    font-weight: 800;
                }

                .header .container .flex-in .right .user .user-sub .user-sub-in a:hover {
                    background-color: #95c11f;
                    color: #fff;
                }

    .header .container .flex-in .right .user:hover .text-in img.img-n1 {
        display: none;
    }

    .header .container .flex-in .right .user:hover .text-in img.img-n {
        display: block;
    }

    .header .container .flex-in .right .user:hover .user-sub {
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        padding-top: 30px;
        opacity: 1;
        pointer-events: auto;
    }

.header .container .flex-in .right .ara-in {
    position: relative;
    cursor: pointer;
    z-index: 5;
    margin: 0 10px;
}

    .header .container .flex-in .right .ara-in a {
        width: 28px;
        display: block;
        text-align: center;
    }

        .header .container .flex-in .right .ara-in a img {
            display: inline-block;
            width: 20px;
            height: 20px;
        }

        .header .container .flex-in .right .ara-in a .im23 {
            display: none;
        }

        .header .container .flex-in .right .ara-in a svg {
            display: none;
            color: #fff;
            width: 28px;
        }

        .header .container .flex-in .right .ara-in a:hover img {
            display: none;
        }

        .header .container .flex-in .right .ara-in a:hover .im23 {
            display: inline-block;
        }

        .header .container .flex-in .right .ara-in a.active img {
            display: none !important;
        }

        .header .container .flex-in .right .ara-in a.active svg {
            display: inline-block;
            color: #95c11f;
        }

        .header .container .flex-in .right .ara-in a.active:hover img {
            display: none !important;
        }

.header .container .flex-in .right .sepet {
    position: relative;
    cursor: pointer;
    z-index: 5;
    margin-left: 10px;
    margin-right: 0;
}

@media (max-width: 991px) {
    .header .container .flex-in .right .sepet {
        margin: 0 10px;
    }
}

.header .container .flex-in .right .sepet a {
    position: relative;
    display: block;
}

    .header .container .flex-in .right .sepet a .sepet-count {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #95c11f;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header .container .flex-in .right .sepet a img {
        width: 25px;
        height: 25px;
    }

        .header .container .flex-in .right .sepet a img.im11 {
            display: block;
        }

        .header .container .flex-in .right .sepet a img.im22 {
            display: none;
        }

@media (min-width: 1200px) {
    .header .container .flex-in .right .sepet a:hover .sepet-count {
        background-color: #293133;
    }

    .header .container .flex-in .right .sepet a:hover img.im11 {
        display: none;
    }

    .header .container .flex-in .right .sepet a:hover img.im22 {
        display: block;
    }
}

.header .container .flex-in .right .mobile-menu-icon {
    display: none;
}

@media (max-width: 991px) {
    .header .container .flex-in .right .mobile-menu-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        cursor: pointer;
        margin: 0 18px;
        margin-right: 0;
    }

        .header .container .flex-in .right .mobile-menu-icon .m-icon span {
            display: block;
            width: 35px;
            height: 3px;
            background-color: #293133;
            margin-bottom: 7px;
        }

            .header .container .flex-in .right .mobile-menu-icon .m-icon span:last-child {
                margin-bottom: 0;
            }
}

.header.header-color {
    background-color: rgba(255, 255, 255, 0.8);
}

.header.header-border-color {
    border-bottom: 1px solid #95c11f;
}

.header.header-scroll {
    transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -webkit-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -ms-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -o-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    background-color: #f0f0f0;
    border-bottom: 1px solid #95c11f;
    -webkit-backface-visibility: hidden;
}

.header.header-scroll-up {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.ara {
    position: fixed;
    right: 10px;
    top: 95px;
    z-index: 99;
    pointer-events: none;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 500px) {
    .ara {
        width: 100%;
        right: 0;
        padding: 15px;
        top: 60px;
    }
}

.ara form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    background: #293133;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .ara form input {
        margin: 0;
        padding: 0;
        outline: none;
        box-shadow: none;
        border: 1px solid #e5e5e5;
        border-radius: 0 !important;
        display: block;
        background-color: #fff;
        border-right: 1px solid #e6e6e6;
        width: 300px;
        height: 45px;
        font-weight: 400;
        padding-left: 15px;
        font-size: 16px;
    }

@media (max-width: 500px) {
    .ara form input {
        width: 100%;
    }
}

.ara form button {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    display: block;
    border: 1px solid #e5e5e5;
    border-left: 1px solid #fff;
    background-color: #fff;
}

    .ara form button img {
        width: 23px;
        -webkit-filter: brightness(1) invert(1);
        filter: brightness(1) invert(1);
        opacity: .5;
        position: relative;
        top: -2px;
    }

.ara.ara-active {
    pointer-events: auto;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

#mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 99999;
    width: 100%;
    pointer-events: none;
    height: 100vh;
}

    #mobile-menu .mobile-right-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        background: #95c11f;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        pointer-events: auto;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transform: translateX(120%);
        -webkit-transform: translateX(120%);
        -moz-transform: translateX(120%);
        -ms-transform: translateX(120%);
        -o-transform: translateX(120%);
    }

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu {
        -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: inset 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    }
}

#mobile-menu .mobile-right-menu .top {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
    #mobile-menu .mobile-right-menu .top {
        padding: 18px;
    }
}

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu .top {
        padding: 15px;
    }
}

#mobile-menu .mobile-right-menu .top a img {
    width: 135px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    #mobile-menu .mobile-right-menu .top a img {
        width: 130px;
    }
}

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu .top a img {
        width: 114px;
    }
}

#mobile-menu .mobile-right-menu .top .mobile-menu-close {
    position: absolute;
    right: 15px;
    top: 10px;
}

    #mobile-menu .mobile-right-menu .top .mobile-menu-close svg {
        color: #fff;
        width: 28px;
    }

#mobile-menu .mobile-right-menu .mid {
    padding-top: 25px;
}

@media (max-height: 540px) {
    #mobile-menu .mobile-right-menu .mid {
        padding-top: 10px;
    }
}

#mobile-menu .mobile-right-menu .mid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #mobile-menu .mobile-right-menu .mid ul li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        display: block;
        padding: 9px 15px;
        border-bottom: 1px solid #799e14;
        font-weight: 600;
    }

        #mobile-menu .mobile-right-menu .mid ul li a i {
            margin-right: 5px;
        }

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu .mid ul li a {
        padding: 8px 15px;
    }
}

@media (max-height: 540px) {
    #mobile-menu .mobile-right-menu .mid ul li a {
        padding: 7px 15px;
    }
}

#mobile-menu .mobile-right-menu .bottom {
    padding-top: 25px;
}

@media (max-height: 540px) {
    #mobile-menu .mobile-right-menu .bottom {
        padding-top: 10px;
    }
}

#mobile-menu .mobile-right-menu .bottom a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 0 5px;
    width: 40px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#mobile-menu .mobile-right-menu .bottom .lang {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    #mobile-menu .mobile-right-menu .bottom .lang a {
        font-weight: 600;
    }

        #mobile-menu .mobile-right-menu .bottom .lang a:first-child i {
            font-size: 18px;
        }

    #mobile-menu .mobile-right-menu .bottom .lang ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        #mobile-menu .mobile-right-menu .bottom .lang ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

#mobile-menu .mobile-right-menu .bottom .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
}

    #mobile-menu .mobile-right-menu .bottom .social a {
        padding: 0;
        width: 40px;
        height: 36px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        #mobile-menu .mobile-right-menu .bottom .social a i {
            font-size: 18px;
        }

        #mobile-menu .mobile-right-menu .bottom .social a:first-child i {
            font-size: 20px;
        }

#mobile-menu.active-mobile-menu {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

    #mobile-menu.active-mobile-menu .mobile-right-menu {
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

.mobile-bottom-menu {
    display: none;
}

@media (max-width: 991px) {
    .mobile-bottom-menu {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #95c11f;
        z-index: 101;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 65px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

        .mobile-bottom-menu .items {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            border-right: 1px solid #8ab518;
        }

            .mobile-bottom-menu .items a {
                color: #fff;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                text-align: center;
                height: 100%;
                padding-top: 5px;
            }

                .mobile-bottom-menu .items a img {
                    display: block;
                    height: 25px;
                    margin-bottom: 3px;
                }

                .mobile-bottom-menu .items a span {
                    display: block;
                    width: 100%;
                    font-weight: 600;
                }

            .mobile-bottom-menu .items:nth-of-type(3) {
                pointer-events: none;
            }

                .mobile-bottom-menu .items:nth-of-type(3) a {
                    border-radius: 50%;
                    width: 65px;
                    height: 65px;
                    position: relative;
                    background-color: #95c11f;
                    top: -12px;
                    padding-top: 0;
                    pointer-events: auto;
                }

                    .mobile-bottom-menu .items:nth-of-type(3) a:before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border: 3px solid rgba(255, 255, 255, 0.42);
                        border-radius: 50%;
                    }

                    .mobile-bottom-menu .items:nth-of-type(3) a:after {
                        content: "";
                        position: absolute;
                        width: calc(100% + 8px);
                        height: calc(100% + 7px);
                        border: 8px solid rgba(255, 255, 255, 0.2);
                        border-radius: 50%;
                        left: -4px;
                        top: -3px;
                    }

                    .mobile-bottom-menu .items:nth-of-type(3) a img {
                        width: 30px;
                        margin-bottom: 0;
                    }

        .mobile-bottom-menu.scroll-bottom {
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
            transform: translateY(150%);
            -webkit-transform: translateY(150%);
            -moz-transform: translateY(150%);
            -ms-transform: translateY(150%);
            -o-transform: translateY(150%);
        }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu {
        height: 60px;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items {
        border: none;
    }
}

@media (max-width: 991px) and (max-width: 600px) {
    .mobile-bottom-menu .items a {
        font-size: 14px;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items a {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items a img {
        height: 20px;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items:nth-of-type(3) {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items:nth-of-type(3) a {
        width: 53px;
        height: 53px;
        top: auto;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items:nth-of-type(3) a:before {
        border: 2px solid rgba(255, 255, 255, 0.22);
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items:nth-of-type(3) a:after {
        display: none;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .mobile-bottom-menu .items:nth-of-type(3) a img {
        width: auto;
    }
}

.sub-page-header {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

@media (max-width: 575px) {
    .sub-page-header {
        height: auto;
        padding-top: 120px;
    }
}

.sub-page-header .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0px;
}

@media (max-width: 575px) {
    .sub-page-header .container {
        bottom: auto;
        position: relative;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        left: auto;
    }
}

.sub-page-header .container .title {
    text-align: left;
    position: relative;
    z-index: 5;
    font-size: 36px;
    color: #95c11f;
    margin: 0;
    padding-bottom: 25px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .sub-page-header .container .title {
        font-size: 28px;
        padding-bottom: 15px;
    }
}

.sub-page-header .container .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #95c11f;
}

.sub-page-header .container .title.modeller-off:before {
    display: none;
}

.sub-page-header .container .ydk-ara {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 991px) {
    .sub-page-header .container .ydk-ara {
        position: relative;
        right: auto;
        top: auto;
        padding-top: 25px;
    }
}

.sub-page-header .container .ydk-ara:before {
    content: "\f002";
    position: relative;
    background-color: #fff;
    height: 38px;
    width: 40px;
    border: 1px solid #ddd;
    border-right: none;
    font-family: "fontawesome";
    color: #a5a5a5;
    font-weight: 300;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sub-page-header .container .ydk-ara input {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 250px;
    padding-left: 13px;
    padding-right: 15px;
}

@media (max-width: 500px) {
    .sub-page-header .container .ydk-ara input {
        width: 100%;
    }
}

.sub-page-header .container .ydk-ara input:focus {
    border-color: #95c11f;
}

.main-slider {
    position: relative;
    height: 100vh;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .main-slider {
        height: 500px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .main-slider {
        height: 670px !important;
    }
}

@media (max-width: 1024px) {
    .main-slider {
        height: 500px !important;
    }
}

@media (max-width: 768px) {
    .main-slider {
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .main-slider {
        padding-top: 69px;
    }
}

.main-slider .owl-stage-outer {
    height: 100%;
}

    .main-slider .owl-stage-outer .owl-stage {
        height: 100%;
    }

        .main-slider .owl-stage-outer .owl-stage .owl-item {
            height: 100%;
        }

            .main-slider .owl-stage-outer .owl-stage .owl-item .items {
                height: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .left {
    width: 40%;
    background-color: #f0f0f0;
    position: relative;
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left {
        width: 100%;
        order: 2;
        -webkit-order: 2;
        display: block;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in {
    width: 480px;
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 1680px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in {
        left: 50%;
    }
}

@media (max-width: 1200px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in {
        width: 375px;
    }
}

@media (max-width: 991px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in {
        width: calc(100% - 50px);
    }
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in {
        width: 100%;
        position: relative;
        display: block;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding: 15px 20px;
    }
}

@media (max-width: 500px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in {
        padding: 10px 15px;
        padding-bottom: 13px;
        border-bottom: 1px solid #95c11f;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in {
    color: #293133;
    font-size: 72px;
    line-height: 80px;
    font-weight: bold;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
}

@media (max-width: 1425px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in {
        font-size: 58px;
        line-height: 71px;
    }
}

@media (max-width: 1200px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in {
        font-size: 34px;
        line-height: normal;
    }
}

@media (max-width: 500px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in {
        font-size: 24px;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in-2 {
    color: #293133;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 15px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
}

@media (max-width: 1425px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in-2 {
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in-2 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in-2 {
        margin: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .title-in-2 {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .left .desc-in .link-w {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .right {
    width: 60%;
    height: 100%;
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .right {
        width: 100%;
        height: auto;
        order: 1;
        -webkit-order: 1;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .right .img {
    height: 100%;
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .right .img {
        height: auto;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item .items .right .img img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .main-slider .owl-stage-outer .owl-stage .owl-item .items .right .img img {
        height: auto;
        object-fit: contain;
    }
}

.main-slider .owl-stage-outer .owl-stage .owl-item.active .items .left .desc-in .title-in {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    opacity: 1;
    transition-delay: .2s;
}

.main-slider .owl-stage-outer .owl-stage .owl-item.active .items .left .desc-in .title-in-2 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition-delay: .7s;
    opacity: 1;
}

.main-slider .owl-stage-outer .owl-stage .owl-item.active .items .left .desc-in .link-w {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition-delay: 1.2s;
    opacity: 1;
}

.main-slider .owl-nav {
    margin: 0;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 3;
}

@media (max-width: 768px) {
    .main-slider .owl-nav {
        bottom: 155px;
    }
}

@media (max-width: 500px) {
    .main-slider .owl-nav {
        bottom: 125px;
        right: 10px;
    }
}

.main-slider .owl-nav button {
    outline: none;
    border-radius: 0;
    border: none;
    margin: 0 10px !important;
    position: relative;
    width: 35px;
    height: 35px;
    background: rgba(149, 193, 31, 0.75) !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
}

    .main-slider .owl-nav button i {
        font-size: 26px;
        color: #fff;
        position: relative;
        top: 1px;
    }

    .main-slider .owl-nav button:hover {
        background: #95c11f !important;
    }

.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 20px;
}

@media (max-width: 768px) {
    .main-slider .owl-dots {
        left: 25px;
        bottom: 145px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

@media (max-width: 500px) {
    .main-slider .owl-dots {
        left: 14px;
        bottom: 116px;
    }
}

.main-slider .owl-dots button {
    outline: none;
}

    .main-slider .owl-dots button span {
        background: rgba(149, 193, 31, 0.75) !important;
        width: 13px !important;
        height: 13px !important;
        border: 1px solid rgba(255, 255, 255, 0.7);
        transition: all .4s !important;
        -webkit-transition: all .4s !important;
        -moz-transition: all .4s !important;
        -ms-transition: all .4s !important;
        -o-transition: all .4s !important;
    }

    .main-slider .owl-dots button.active span {
        background: #7a903c !important;
        width: 20px !important;
        border-radius: 30px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.kategori-slider {
    margin-top: 35px;
    position: relative;
}

@media (max-width: 500px) {
    .kategori-slider {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .container {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .kategori-slider .kategori-tab .container {
        padding: 0;
    }
}

.kategori-slider .kategori-tab .fix-w ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    justify-content: center;
}

@media (max-width: 575px) {
    .kategori-slider .kategori-tab .fix-w ul {
        margin-bottom: 20px;
    }
}

.kategori-slider .kategori-tab .fix-w ul:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: 5;
}

@media (max-width: 575px) {
    .kategori-slider .kategori-tab .fix-w ul:before {
        background-color: #ddd;
        width: 100%;
        height: 1px;
        top: auto;
        right: auto;
        left: 0;
        bottom: 1px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        z-index: -1;
    }
}

.kategori-slider .kategori-tab .fix-w ul li {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .kategori-slider .kategori-tab .fix-w ul li a {
        margin: 0;
        padding: 15px 5px;
        border: 0;
        outline: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #293133;
        position: relative;
        border: 1px solid #ddd;
        border-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .kategori-slider .kategori-tab .fix-w ul li:first-child a:before {
        content: '01';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(2) a:before {
        content: '02';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(3) a:before {
        content: '03';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }
    .kategori-slider .kategori-tab .fix-w ul li:nth-child(4) a:before {
        content: '04';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(5) a:before {
        content: '05';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(6) a:before {
        content: '06';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(7) a:before {
        content: '07';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(8) a:before {
        content: '08';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

    .kategori-slider .kategori-tab .fix-w ul li:nth-child(9) a:before {
        content: '09';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }
    .kategori-slider .kategori-tab .fix-w ul li:nth-child(10) a:before {
        content: '10';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }
    .kategori-slider .kategori-tab .fix-w ul li:nth-child(11) a:before {
        content: '11';
        position: relative;
        left: 25px;
        display: block;
        font-size: 48px;
        color: rgba(41,49,51,0.05);
        font-weight: 700;
    }

.kategori-slider .kategori-tab .fix-w ul li {
    margin: 0;
    padding: 10px;
    border: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 33.33%;
}

@media (max-width: 1200px) {
    .kategori-slider .kategori-tab .fix-w ul li a {
        font-size: 13px;
    }
    .kategori-slider .kategori-tab .fix-w ul li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .kategori-slider .kategori-tab .fix-w ul li a {
        border-radius: 0;
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 15px;
        color: #2a2a2a;
    }

    

    .kategori-slider .kategori-tab .fix-w ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #95c11f;
        display: none !important;
    }
}

.kategori-slider .kategori-tab .fix-w ul li a:hover {
    color: #95c11f;
}

.kategori-slider .kategori-tab .fix-w ul li a.active {
    color: #95c11f;
}

@media (max-width: 575px) {
    .kategori-slider .kategori-tab .fix-w ul li a.active {
        border-radius: 0;
        color: #293133;
    }

        .kategori-slider .kategori-tab .fix-w ul li a.active:before {
            display: block;
        }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in {
    height: 575px;
}

@media (max-width: 1366px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in {
        height: 520px;
    }
}

@media (max-width: 1200px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in {
        height: 570px;
    }
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in {
        height: auto;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer {
    height: 100%;
}

    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage {
        height: 100%;
    }

        .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item {
            padding-top: 15px;
            padding-bottom: 15px;
            height: 100%;
        }

            .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items {
                height: auto;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                height: 100%;
            }

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items {
        padding: 15px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in {
    position: relative;
    cursor: pointer;
    width: 350px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in {
        width: auto;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    width: calc(100% - 60px);
    height: calc(100% - 35px);
    background-color: #f0f0f0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 180px;
    color: rgba(33, 33, 33, 0.1);
    font-weight: bold;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
        font-size: 72px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in img {
    position: relative;
    width: 100%;
    z-index: 5;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom: 25px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in {
        margin-bottom: 10px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in .title-in {
    font-size: 25px;
    font-weight: bold;
    color: #293133;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in .title-in {
        font-size: 18px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in span {
    font-size: 18px;
    color: #293133;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in span {
        font-size: 16px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in .link-w {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (min-width: 1921px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover {
        width: 485px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover:before {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    pointer-events: auto;
    opacity: 1;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover .cart-in {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    pointer-events: auto;
    opacity: 1;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw {
    height: 575px;
}

@media (max-width: 1366px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw {
        height: 520px;
    }
}

@media (max-width: 1200px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw {
        height: 570px;
    }
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw {
        height: auto;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer {
    height: 100%;
}

    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage {
        height: 100%;
        margin: 0 auto;
    }

        .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item {
            padding-top: 15px;
            padding-bottom: 15px;
            height: 100%;
        }

            .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items {
                height: auto;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                height: 100%;
            }

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items {
        padding: 15px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in {
    position: relative;
    cursor: pointer;
    width: 350px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in {
        width: auto;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    width: calc(100% - 60px);
    height: calc(100% - 35px);
    background-color: #f0f0f0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 180px;
    color: rgba(33, 33, 33, 0.1);
    font-weight: bold;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
        font-size: 72px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in img {
    position: relative;
    width: 100%;
    z-index: 5;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom: 25px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in {
        margin-bottom: 10px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in .title-in {
    font-size: 25px;
    font-weight: bold;
    color: #293133;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in .title-in {
        font-size: 18px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in span {
    font-size: 18px;
    color: #293133;
}

@media (max-width: 991px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in span {
        font-size: 16px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in .cart-in .link-w {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (min-width: 1921px) {
    .kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover {
        width: 485px;
    }
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover:before {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    pointer-events: auto;
    opacity: 1;
}

.kategori-slider .kategori-tab .tab-content .tab-pane .kategori-slider-in-tw .owl-stage-outer .owl-stage .owl-item .items .flex-in:hover .cart-in {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    pointer-events: auto;
    opacity: 1;
}

.one-cikanlar {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .one-cikanlar {
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .one-cikanlar {
        margin-top: 0;
    }
}

.one-cikanlar .left {
    height: 100%;
    width: 55%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .one-cikanlar .left {
        width: 100%;
        height: auto;
    }
}

.one-cikanlar .left .items {
    width: 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .one-cikanlar .left .items {
        height: auto;
    }
}

.one-cikanlar .left .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 768px) {
    .one-cikanlar .left .items img {
        height: auto;
    }
}

.one-cikanlar .left .items img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.one-cikanlar .left .items:nth-of-type(1) {
    background-color: #293133;
    font-size: 36px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 1425px) {
    .one-cikanlar .left .items:nth-of-type(1) {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .one-cikanlar .left .items:nth-of-type(1) {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .one-cikanlar .left .items:nth-of-type(1) {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .one-cikanlar .left .items:nth-of-type(1) {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .one-cikanlar .left .items:nth-of-type(1) {
        font-size: 18px;
    }
}

.one-cikanlar .left .items:nth-of-type(1) label span {
    font-weight: bold;
}

.one-cikanlar .left .items:nth-of-type(4) {
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 991px) {
    .one-cikanlar .left .items:nth-of-type(4) {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

.one-cikanlar .left .items:nth-of-type(4) img {
    width: 173px;
    height: auto;
}

@media (max-width: 1425px) {
    .one-cikanlar .left .items:nth-of-type(4) img {
        width: 115px;
    }
}

@media (max-width: 768px) {
    .one-cikanlar .left .items:nth-of-type(4) img {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .one-cikanlar .left .items:nth-of-type(4) img {
        width: 150px;
    }
}

.one-cikanlar .left .items:nth-of-type(4) .link-w {
    margin: 15px 0;
    position: relative;
    z-index: 4;
}

@media (max-width: 1140px) {
    .one-cikanlar .left .items:nth-of-type(4) .link-w {
        margin: 5px 0;
    }
}

.one-cikanlar .left .items:nth-of-type(4) .urun-adi {
    font-weight: bold;
    color: rgba(33, 33, 33, 0.02);
    font-size: 10vw;
    line-height: 9vw;
    letter-spacing: 2px;
}

@media (max-width: 1680px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 8vw;
        line-height: 7vw;
    }
}

@media (max-width: 1425px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 12vw;
        line-height: 9vw;
    }
}

@media (max-width: 1240px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 120px;
        line-height: 90px;
    }
}

@media (max-width: 1140px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 90px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 180px;
    }
}

@media (max-width: 660px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 120px;
    }
}

@media (max-width: 500px) {
    .one-cikanlar .left .items:nth-of-type(4) .urun-adi {
        font-size: 100px;
        color: rgba(33, 33, 33, 0.07);
    }
}

.one-cikanlar .right {
    height: 100%;
    width: 45%;
}

@media (max-width: 768px) {
    .one-cikanlar .right {
        width: 100%;
        height: auto;
    }
}

.one-cikanlar .right a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    outline: none;
}

@media (max-width: 768px) {
    .one-cikanlar .right a {
        height: auto;
    }
}

.one-cikanlar .right a img:nth-of-type(1) {
    height: auto;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 768px) {
    .one-cikanlar .right a img:nth-of-type(1) {
        height: auto;
    }
}

.one-cikanlar .right a img:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .one-cikanlar .right a img:nth-of-type(2):hover {
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.one-cikanlar .right a:hover img:nth-of-type(1) {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.sahne {
    margin-top: 50px;
    position: relative;
}

@media (max-width: 500px) {
    .sahne {
        margin-top: 30px;
    }
}

.sahne .bg-color {
    content: "";
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 400px;
    background-color: #f0f0f0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .sahne .bg-color {
        height: 350px;
    }
}

@media (max-width: 1200px) {
    .sahne .bg-color {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .sahne .bg-color {
        bottom: 0;
    }
}

.sahne .container {
    position: relative;
}

@media (max-width: 991px) {
    .sahne .container {
        max-width: 100%;
    }
}

.sahne ul {
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    display: block;
    position: absolute;
    right: 0;
    top: 55%;
    z-index: 5;
}

@media (max-width: 1425px) {
    .sahne ul {
        top: 50%;
    }
}

@media (max-width: 991px) {
    .sahne ul {
        right: 25px;
    }
}

.sahne ul li {
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    margin-bottom: 10px !important;
}

    .sahne ul li a {
        padding: 0;
        margin: 0;
        border: none;
        display: block;
        width: 20px;
        height: 20px;
        border: 0px solid #95c11f !important;
        border-radius: 50% !important;
        position: relative;
        outline: none;
        background-color: rgba(0, 0, 0, 0) !important;
    }

        .sahne ul li a:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            width: 8px;
            height: 8px;
            background-color: #95c11f;
            border-radius: 50%;
        }

        .sahne ul li a.active {
            padding: 0;
            margin: 0;
            border: none;
            border: 1px solid #95c11f !important;
        }

.sahne .flex-in {
    position: relative;
    z-index: 4;
}

    .sahne .flex-in .tab-pane .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

@media (max-width: 768px) {
    .sahne .flex-in .tab-pane .item {
        display: block;
    }
}

.sahne .flex-in .tab-pane .item .left {
    width: 50%;
}

@media (max-width: 768px) {
    .sahne .flex-in .tab-pane .item .left {
        width: 100%;
    }
}

.sahne .flex-in .tab-pane .item .left img {
    width: 100%;
}

@media (max-width: 768px) {
    .sahne .flex-in .tab-pane .item .left img {
        width: calc(100% - 200px);
    }
}

@media (max-width: 600px) {
    .sahne .flex-in .tab-pane .item .left img {
        width: calc(100% - 100px);
    }
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane .item .left img {
        width: calc(100% - 50px);
    }
}

.sahne .flex-in .tab-pane .item .right {
    padding-left: 40px;
    position: relative;
    width: 50%;
}

@media (max-width: 768px) {
    .sahne .flex-in .tab-pane .item .right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.sahne .flex-in .tab-pane .item .right .center-in {
    position: absolute;
    top: 53%;
}

@media (max-width: 1425px) {
    .sahne .flex-in .tab-pane .item .right .center-in {
        top: 60%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .sahne .flex-in .tab-pane .item .right .center-in {
        position: relative;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding-bottom: 15px;
        height: 208px;
    }
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane .item .right .center-in {
        height: 160px;
    }
}

.sahne .flex-in .tab-pane .item .right .center-in .title-in {
    font-size: 30px;
    color: #293133;
    font-weight: 900;
}

@media (max-width: 1200px) {
    .sahne .flex-in .tab-pane .item .right .center-in .title-in {
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane .item .right .center-in .title-in {
        font-size: 18px;
    }
}

.sahne .flex-in .tab-pane .item .right .center-in .text {
    font-size: 30px;
    color: #293133;
}

@media (max-width: 1200px) {
    .sahne .flex-in .tab-pane .item .right .center-in .text {
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane .item .right .center-in .text {
        font-size: 16px;
    }
}

.sahne .flex-in .tab-pane .item .right .center-in .link-w {
    text-align: right;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane .item .right .center-in .link-w {
        padding-right: 10px;
    }
}

.sahne .flex-in .tab-pane:nth-of-type(2) .item .right .center-in {
    top: 50%;
}

@media (max-width: 1425px) {
    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .center-in {
        top: 60%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .center-in {
        position: relative;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

.sahne .flex-in .tab-pane:nth-of-type(2) .item .right .text {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 1200px) {
    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .text {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .text {
        font-size: 14px;
    }
}

.sahne .flex-in .tab-pane:nth-of-type(2) .item .right .title-in {
    color: #fff;
}

.sahne .flex-in .tab-pane:nth-of-type(2) .item .right .link-w {
    text-align: right;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .link-w {
        padding-right: 10px;
    }
}

.sahne .flex-in .tab-pane:nth-of-type(2) .item .right .link-w a {
    color: #95c11f;
}

    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .link-w a i {
        color: #95c11f;
    }

    .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .link-w a:hover {
        color: #fff;
    }

        .sahne .flex-in .tab-pane:nth-of-type(2) .item .right .link-w a:hover i {
            color: #fff;
        }

.sahne.active-sahne .bg-color {
    background-color: #293133;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.volta-tanitim {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .volta-tanitim {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .volta-tanitim .container {
        max-width: 100%;
    }
}

.volta-tanitim .col-md-4 .item {
    position: relative;
    text-align: center;
}

@media (max-width: 575px) {
    .volta-tanitim .col-md-4 .item {
        border: 1px solid rgba(41, 49, 51, 0.5);
        margin-bottom: 15px;
    }
}

.volta-tanitim .col-md-4 .item:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(41, 49, 51, 0.5);
}

@media (max-width: 575px) {
    .volta-tanitim .col-md-4 .item:before {
        display: none;
    }
}

.volta-tanitim .col-md-4 .item a {
    text-decoration: none;
    text-align: center;
    color: #293133;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    outline: none;
}

@media (max-width: 960px) {
    .volta-tanitim .col-md-4 .item a {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .volta-tanitim .col-md-4 .item a {
        padding: 15px;
    }
}

.volta-tanitim .col-md-4 .item a span {
    display: block;
}

    .volta-tanitim .col-md-4 .item a span img {
        display: block;
        margin: 0 auto;
        height: 50px;
        margin-bottom: 5px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

@media (max-width: 1425px) {
    .volta-tanitim .col-md-4 .item a span img {
        width: 40px;
    }
}

.volta-tanitim .col-md-4 .item a span:nth-of-type(2) {
    font-size: 34px;
    font-weight: 900;
}

@media (max-width: 1425px) {
    .volta-tanitim .col-md-4 .item a span:nth-of-type(2) {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .volta-tanitim .col-md-4 .item a span:nth-of-type(2) {
        font-size: 26px;
    }
}

.volta-tanitim .col-md-4 .item a span:nth-of-type(3) {
    font-size: 22px;
}

@media (max-width: 1425px) {
    .volta-tanitim .col-md-4 .item a span:nth-of-type(3) {
        font-size: 18px;
    }
}

.volta-tanitim .col-md-4 .item a:hover {
    background-color: #293133;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .volta-tanitim .col-md-4 .item a:hover img {
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.volta-tanitim .col-md-4:last-child .item:before {
    display: none;
}

.volta-tanitim .col-md-4:last-child .item a span:nth-of-type(2):before {
    content: "+";
}

.guncel-blog {
    margin-top: 80px;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .guncel-blog {
        padding: 25px 80px;
        padding-bottom: 45px;
        height: auto !important;
    }
}

@media (max-width: 600px) {
    .guncel-blog {
        padding: 25px 35px;
        padding-bottom: 45px;
    }
}

@media (max-width: 500px) {
    .guncel-blog {
        padding: 15px 15px;
        padding-bottom: 40px;
        margin-top: 25px;
    }
}

.guncel-blog .guncel-blog-slider {
    height: calc(100% - 140px);
    width: calc(100% - 200px);
}

@media (max-width: 1425px) {
    .guncel-blog .guncel-blog-slider {
        height: calc(100% - 150px);
        width: calc(100% - 150px);
    }
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider {
        height: auto;
        width: 100%;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer {
    height: 100%;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer {
        height: auto;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage {
    height: 100%;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage {
        height: auto;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item {
        height: auto;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items {
        display: block;
        height: auto;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left {
    width: 40%;
    height: 100%;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left {
        width: 100%;
        height: auto;
        padding: 0;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span {
    color: rgba(41, 49, 51, 0.05);
    font-size: 100px;
    font-weight: bold;
    display: block;
    line-height: 110px;
}

@media (max-height: 810px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span {
        font-size: 65px;
        line-height: 70px;
    }
}

@media (max-width: 1440px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span {
        font-size: 65px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span {
        text-align: center;
        font-size: 55px;
        line-height: 60px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span {
        font-size: 35px;
        line-height: 40px;
        color: rgba(41, 49, 51, 0.15);
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(1) {
    position: relative;
    left: -6px;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(1) {
        left: auto;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2) {
    font-size: 24px;
    color: #293133;
    font-weight: 400;
    position: relative;
    line-height: normal;
}

@media (max-height: 810px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2) {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2) {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2) {
        padding-bottom: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2) {
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 65px;
    top: 50%;
    height: 1px;
    width: 35px;
    background-color: #293133;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .title-in span:nth-of-type(2):before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        top: auto;
        bottom: 0;
        width: 55px;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in {
    height: 60%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    right: -100px;
    bottom: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 50px);
        margin: 0 auto;
        top: 15px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in {
        width: calc(100% - 25px);
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in {
    padding: 15px 50px;
}

@media (max-width: 1200px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in {
        padding: 25px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in {
        padding: 15px;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .title-text {
    font-size: 18px;
    color: #293133;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .title-text {
        margin-bottom: 5px;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .desc-text {
    font-size: 16px;
    color: #293133;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

@media (max-width: 1425px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .desc-text {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .desc-text {
        margin-bottom: 5px;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .date {
    font-size: 14px;
    font-weight: 300;
    color: #293133;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .date {
        margin-bottom: 0px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .link-w {
        text-align: right;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .link-w a {
    font-weight: 600;
}

    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .left .text-in .item-in .link-w a i {
        font-weight: 600;
    }

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right {
    width: 60%;
    height: 100%;
    padding-left: 30px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right {
        width: 100%;
        height: auto;
        padding: 0;
    }
}

.guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right img {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right img {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-stage-outer .owl-stage .owl-item .items .right img {
        height: 290px;
    }
}

.guncel-blog .guncel-blog-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

@media (max-width: 600px) {
    .guncel-blog .guncel-blog-slider .owl-nav {
        display: none;
    }
}

.guncel-blog .guncel-blog-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #95c11f;
    position: relative;
    outline: none;
    pointer-events: auto;
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }
}

.guncel-blog .guncel-blog-slider .owl-nav button i {
    color: #95c11f;
    font-size: 22px;
    position: relative;
}

.guncel-blog .guncel-blog-slider .owl-nav button.owl-prev {
    float: left;
    left: -60px;
}

@media (max-width: 1425px) {
    .guncel-blog .guncel-blog-slider .owl-nav button.owl-prev {
        left: -55px;
    }
}

.guncel-blog .guncel-blog-slider .owl-nav button.owl-prev i {
    left: -1px;
    top: 1px;
}

.guncel-blog .guncel-blog-slider .owl-nav button.owl-next {
    float: right;
    right: -60px;
}

@media (max-width: 1425px) {
    .guncel-blog .guncel-blog-slider .owl-nav button.owl-next {
        right: -55px;
    }
}

.guncel-blog .guncel-blog-slider .owl-nav button.owl-next i {
    right: -1px;
    top: 1px;
}

.guncel-blog .guncel-blog-slider .owl-nav button:hover {
    background-color: #95c11f;
}

    .guncel-blog .guncel-blog-slider .owl-nav button:hover i {
        color: #fff;
    }

.guncel-blog .guncel-blog-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    pointer-events: none;
}

@media (max-width: 1425px) {
    .guncel-blog .guncel-blog-slider .owl-dots {
        bottom: -65px;
    }
}

@media (max-width: 991px) {
    .guncel-blog .guncel-blog-slider .owl-dots {
        bottom: -35px;
    }
}

@media (max-width: 500px) {
    .guncel-blog .guncel-blog-slider .owl-dots {
        bottom: -30px;
    }
}

.guncel-blog .guncel-blog-slider .owl-dots button {
    outline: none;
    pointer-events: auto;
}

    .guncel-blog .guncel-blog-slider .owl-dots button span {
        width: 20px;
        height: 20px;
        background-color: unset;
        border: 1px solid rgba(0, 0, 0, 0);
        position: relative;
    }

        .guncel-blog .guncel-blog-slider .owl-dots button span:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            background-color: #95c11f;
            border-radius: 50%;
        }

    .guncel-blog .guncel-blog-slider .owl-dots button.active span {
        background-color: unset;
        border: 1px solid #95c11f;
    }

    .guncel-blog .guncel-blog-slider .owl-dots button:hover span {
        background-color: unset;
    }

.main-sub-page {
    margin-top: 40px;
    margin-bottom: 50px;
}

@media (max-width: 500px) {
    .main-sub-page {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

.kayit-giris {
    padding-bottom: 30px;
}

    .kayit-giris .title-lr {
        font-size: 24px;
        color: #293133;
        margin-bottom: 35px;
    }

@media (max-width: 500px) {
    .kayit-giris .title-lr {
        margin-bottom: 10px;
    }
}

.kayit-giris .title-in {
    font-size: 24px;
    font-weight: 700;
}

.kayit-giris .login-sub-page .left {
    padding-right: 25px;
}

    .kayit-giris .login-sub-page .left form .items {
        margin-top: 20px;
    }

        .kayit-giris .login-sub-page .left form .items input[type="text"],
        .kayit-giris .login-sub-page .left form .items input[type="password"] {
            width: 100%;
            outline: none;
            border: 1px solid #dcdcdc;
            box-shadow: none;
            height: 45px;
            padding-left: 15px;
            border-radius: 0;
        }

            .kayit-giris .login-sub-page .left form .items input[type="text"]:focus,
            .kayit-giris .login-sub-page .left form .items input[type="password"]:focus {
                border: 1px solid #95c11f;
            }

        .kayit-giris .login-sub-page .left form .items .form-check-in {
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .kayit-giris .login-sub-page .left form .items .form-check-in input {
                cursor: pointer;
                position: relative;
                top: -1px;
                margin-right: 5px;
            }

            .kayit-giris .login-sub-page .left form .items .form-check-in label {
                cursor: pointer;
            }

        .kayit-giris .login-sub-page .left form .items a {
            text-decoration: none;
            color: #293133;
            outline: none;
            margin-left: 10px;
        }

            .kayit-giris .login-sub-page .left form .items a:hover {
                color: #95c11f;
            }

        .kayit-giris .login-sub-page .left form .items span {
            color: #293133;
        }

@media (max-width: 1425px) {
    .kayit-giris .login-sub-page .left form .items span {
        font-size: 14px;
    }
}

.kayit-giris .login-sub-page .left form .items span a {
    font-weight: 700;
}

.kayit-giris .login-sub-page .left form .items button {
    padding: 0;
    width: 150px;
    height: 37px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
}

    .kayit-giris .login-sub-page .left form .items button:hover {
        background-color: #7ea519;
    }

.kayit-giris .login-sub-page .left form .items:nth-of-type(4) span {
    display: -ms-flexbox;
    display: flex;
}

    .kayit-giris .login-sub-page .left form .items:nth-of-type(4) span .text-in {
        width: 60%;
    }

    .kayit-giris .login-sub-page .left form .items:nth-of-type(4) span a {
        width: 40%;
        text-align: right;
    }

.kayit-giris .login-sub-page .left form .items.last-it {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .kayit-giris .login-sub-page .left form .items.last-it .right-in {
        width: 100%;
        text-align: right;
    }

@media (max-width: 1425px) {
    .kayit-giris .login-sub-page .left form .items.last-it .right-in {
        font-size: 14px;
    }
}

.kayit-giris .login-sub-page .right img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .kayit-giris .login-sub-page .col-lg-3 {
        display: none;
    }
}

.kayit-giris .register-sub-page .left form {
    margin: 0 -15px;
}

@media (max-width: 500px) {
    .kayit-giris .register-sub-page .left form {
        margin: 0 -7px;
    }
}

.kayit-giris .register-sub-page .left form .items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}

@media (max-width: 500px) {
    .kayit-giris .register-sub-page .left form .items {
        margin-top: 15px;
    }
}

.kayit-giris .register-sub-page .left form .items .form-fiel {
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 500px) {
    .kayit-giris .register-sub-page .left form .items .form-fiel {
        padding: 0 7px;
    }
}

.kayit-giris .register-sub-page .left form .items .form-fiel input {
    width: 100%;
    outline: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    height: 45px;
    padding-left: 15px;
    border-radius: 0;
}

    .kayit-giris .register-sub-page .left form .items .form-fiel input:focus {
        border: 1px solid #95c11f;
    }

.kayit-giris .register-sub-page .left form .items .form-fiel select {
    width: 100%;
    outline: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    height: 45px;
    padding-left: 15px;
    border-radius: 0;
}

    .kayit-giris .register-sub-page .left form .items .form-fiel select:focus {
        border: 1px solid #95c11f;
    }

.kayit-giris .register-sub-page .left form .items .form-fiel button {
    padding: 0;
    width: 150px;
    height: 37px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
}

    .kayit-giris .register-sub-page .left form .items .form-fiel button:hover {
        background-color: #7ea519;
    }

.kayit-giris .register-sub-page .left form .items.fix {
    display: block;
}

    .kayit-giris .register-sub-page .left form .items.fix .form-fiel:first-child {
        margin-bottom: 30px;
    }

@media (max-width: 500px) {
    .kayit-giris .register-sub-page .left form .items.fix .form-fiel:first-child {
        margin-bottom: 15px;
    }
}

.kayit-giris .register-sub-page .left form .items.fix .form-fiel:first-child .woocommerce-password-strength {
    text-align: left;
    margin-top: 10px;
}

.kayit-giris .register-sub-page .left form .items .form-row {
    margin: 0;
}

    .kayit-giris .register-sub-page .left form .items .form-row label {
        display: none;
    }

    .kayit-giris .register-sub-page .left form .items .form-row span {
        width: 100%;
    }

.kayit-giris .register-sub-page .left form .woocommerce-privacy-policy-text {
    padding: 0 15px;
    margin-top: 30px;
}

@media (max-width: 500px) {
    .kayit-giris .register-sub-page .left form .woocommerce-privacy-policy-text {
        margin-top: 15px;
        padding: 0 7px;
    }
}

.kayit-giris .register-sub-page .left form .woocommerce-privacy-policy-text p {
    color: #293133;
    margin: 0;
}

    .kayit-giris .register-sub-page .left form .woocommerce-privacy-policy-text p a {
        text-decoration: none;
        color: #293133;
        font-weight: 600;
    }

        .kayit-giris .register-sub-page .left form .woocommerce-privacy-policy-text p a:hover {
            color: #95c11f;
        }

.kayit-giris .register-sub-page .right img {
    width: 100%;
    height: 705px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .kayit-giris .register-sub-page .col-lg-5 {
        display: none;
    }
}

.successful {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.woocommerce-bacs-bank-details {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    margin-top: 25px;
    border-radius: 3px;
    padding: 10px;
}

    .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
        font-size: 26px;
    }

@media (max-width: 575px) {
    .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
        font-size: 24px;
    }
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 18px;
}

@media (max-width: 575px) {
    .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
        font-size: 16px;
    }
}

.woocommerce-bacs-bank-details .order_details {
    border: 1px solid #aed8e0 !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    clear: both;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    margin: 0;
    font-weight: 500;
    list-style: none;
    margin-bottom: 5px;
}

    .woocommerce-message a,
    .woocommerce-info a,
    .woocommerce-error a,
    .woocommerce-noreviews a,
    p.no-comments a {
        color: #293133;
        font-weight: 600;
    }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    color: #464646;
    background-color: #f7f7f7;
    border-color: #efefef;
    position: relative;
    padding: .75rem 1.25rem;
    margin: 0;
    margin-bottom: 1rem;
    border: 1px solid #efefef;
    border-radius: .25rem;
    font-weight: 500;
    list-style: none;
    margin-bottom: 5px;
}

    .woocommerce-info a,
    .woocommerce-noreviews a,
    p.no-comments a {
        color: #293133;
        font-weight: 600;
    }

.woocommerce-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin: 0;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    font-weight: 500;
    list-style: none;
    margin-bottom: 5px;
}

    .woocommerce-error a {
        color: #293133;
        font-weight: 600;
    }

.woocommerce-notices-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #565656;
    background-color: #f3f3f3;
    border-color: #e0e0e0;
}

    .woocommerce-notices-wrapper ul a {
        color: #293133;
        font-weight: 600;
    }

    .woocommerce-notices-wrapper ul li {
        font-weight: 500;
    }

    .woocommerce-notices-wrapper ul .woocommerce-message,
    .woocommerce-notices-wrapper ul .woocommerce-info,
    .woocommerce-notices-wrapper ul .woocommerce-error,
    .woocommerce-notices-wrapper ul .woocommerce-noreviews,
    .woocommerce-notices-wrapper ul p.no-comments {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        clear: both;
        margin-bottom: 5px;
    }

        .woocommerce-notices-wrapper ul .woocommerce-message a,
        .woocommerce-notices-wrapper ul .woocommerce-info a,
        .woocommerce-notices-wrapper ul .woocommerce-error a,
        .woocommerce-notices-wrapper ul .woocommerce-noreviews a,
        .woocommerce-notices-wrapper ul p.no-comments a {
            color: #293133;
            font-weight: 600;
        }

    .woocommerce-notices-wrapper ul .woocommerce-info,
    .woocommerce-notices-wrapper ul .woocommerce-noreviews,
    .woocommerce-notices-wrapper ul p.no-comments {
        color: #464646;
        background-color: #f7f7f7;
        border-color: #efefef;
        margin-bottom: 5px;
    }

        .woocommerce-notices-wrapper ul .woocommerce-info a,
        .woocommerce-notices-wrapper ul .woocommerce-noreviews a,
        .woocommerce-notices-wrapper ul p.no-comments a {
            color: #293133;
            font-weight: 600;
        }

    .woocommerce-notices-wrapper ul.woocommerce-error {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        margin-bottom: 5px;
    }

        .woocommerce-notices-wrapper ul.woocommerce-error a {
            color: #293133;
            font-weight: 600;
        }

.woocommerce {
    margin-top: 40px;
    margin-bottom: 50px;
}

@media (max-width: 500px) {
    .woocommerce {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

.woocommerce .woocommerce-ResetPassword p {
    margin: 0;
    margin-bottom: 15px;
}

    .woocommerce .woocommerce-ResetPassword p:nth-of-type(2),
    .woocommerce .woocommerce-ResetPassword p.form-row-last {
        display: block;
    }

        .woocommerce .woocommerce-ResetPassword p:nth-of-type(2) label,
        .woocommerce .woocommerce-ResetPassword p.form-row-last label {
            display: block;
            font-weight: 600;
        }

        .woocommerce .woocommerce-ResetPassword p:nth-of-type(2) input,
        .woocommerce .woocommerce-ResetPassword p.form-row-last input {
            display: block;
            width: 375px;
            outline: none;
            border: 1px solid #dcdcdc;
            box-shadow: none;
            height: 45px;
            padding-left: 15px;
            border-radius: 0;
        }

@media (max-width: 500px) {
    .woocommerce .woocommerce-ResetPassword p:nth-of-type(2) input,
    .woocommerce .woocommerce-ResetPassword p.form-row-last input {
        width: 100%;
    }
}

.woocommerce .woocommerce-ResetPassword p:nth-of-type(2) input:focus,
.woocommerce .woocommerce-ResetPassword p.form-row-last input:focus {
    border: 1px solid #95c11f;
}

.woocommerce .woocommerce-ResetPassword button {
    padding: 0;
    width: 150px;
    height: 35px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    padding-bottom: 3px;
}

    .woocommerce .woocommerce-ResetPassword button:hover {
        background-color: #7ea519;
    }

.woocommerce .hesap-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-navigation {
        width: 20%;
        padding-right: 20px;
    }

@media (max-width: 1200px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-navigation {
        width: 100%;
        padding-right: 0;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1200px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 1200px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li {
        padding: 0 5px;
    }
}

@media (max-width: 768px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li {
        margin-bottom: 10px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    outline: none;
    color: #6b6b6b;
    padding: 15px 0;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    position: relative;
}

@media (max-width: 1200px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li a {
        border: 1px solid #ddd;
        padding: 5px 8px;
        font-size: 14px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f101";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #6b6b6b;
    font-family: "fontawesome";
}

@media (max-width: 1200px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li a:before {
        position: relative;
        right: auto;
        display: inline-block;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        margin-right: 10px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li a:hover {
    color: #95c11f;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li a:hover:before {
        opacity: 1;
        color: #95c11f;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li:nth-of-type(1) a:before {
    content: "\f0e4";
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li:nth-of-type(2) a:before {
    content: "\f291";
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li:nth-of-type(3) a:before {
    content: "\f2ba";
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li:nth-of-type(4) a:before {
    content: "\f007";
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li:nth-of-type(5) a:before {
    content: "\f08b";
}

.woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #95c11f;
    font-weight: 600;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-navigation ul li.is-active a:before {
        opacity: 1;
        color: #95c11f;
        font-weight: 500;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-content {
    width: 80%;
    padding-left: 20px;
    padding-top: 15px;
}

@media (max-width: 1200px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-Address-title {
    font-size: unset;
    text-align: left;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-Address-title a {
        color: #95c11f;
        font-weight: 500;
    }

        .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
            font-weight: 500;
            font-size: 16px;
        }

.woocommerce .hesap-out .woocommerce-MyAccount-content table thead {
    background-color: #6f6f6f;
    border-bottom: 1px solid #fff;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content table thead tr th {
        padding: 10px;
        color: #fff;
        font-weight: 600;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-content table tbody tr {
    background-color: #fff;
}

@media (max-width: 767px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content table tbody tr {
        border: 1px solid #ddd;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content table tbody tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content table tbody tr td {
    padding: 10px;
}

@media (max-width: 767px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content table tbody tr td:before {
        font-weight: 600;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details h2 {
        font-size: 24px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details .order-again a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details .order-again a:hover {
        background-color: #7ea519;
    }

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr td {
        font-size: 14px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr {
    background-color: #f5f5f5;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr:nth-child(2n+1) {
        background-color: #fff;
    }

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr th {
        padding: 10px;
    }

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr th {
        font-size: 14px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr td {
    padding: 10px;
}

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr td {
        font-size: 14px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
        padding: 15px;
        max-width: 48%;
        width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        border: 1px solid #ddd;
        margin: 0 1%;
    }

@media (max-width: 991px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
        max-width: 100%;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column h2 {
    font-size: 24px;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
        padding: 15px;
        max-width: 48%;
        width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        border: 1px solid #ddd;
        margin: 0 1%;
    }

@media (max-width: 991px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content form h3 {
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content form h3 {
        font-size: 24px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content form button {
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    padding-bottom: 12px;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content form button:hover {
        background-color: #7ea519;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
        margin-left: -7px;
        margin-right: -7px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
    width: 50%;
    padding: 0 15px;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 500px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
        padding: 0 7px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #293133;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span {
    display: block;
    height: 40px;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span span {
        border-color: #dcdcdc;
    }

        .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span span span {
            border-radius: 0;
            outline: none;
        }

            .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span span span .select2-selection__rendered {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input {
        display: block;
        width: 100%;
        outline: none;
        border: 1px solid #dcdcdc;
        box-shadow: none;
        height: 40px;
        padding-left: 15px;
        border-radius: 0;
    }

        .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input:focus {
            border: 1px solid #95c11f;
        }

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p:nth-of-type(3) {
    display: none;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
        width: 50%;
        padding: 0 15px;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

@media (max-width: 768px) {
    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
        width: 100%;
        margin-bottom: 15px;
    }
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #293133;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label span {
        display: initial;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input:focus {
        border: 1px solid #95c11f;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm p span {
    display: block;
    margin-top: 5px;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
    display: none;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    width: 100%;
}

    .woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p {
        padding: 0;
        width: 100%;
    }

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jnumber {
    width: 100%;
}

.woocommerce .hesap-out .woocommerce-MyAccount-content .woocommerce-EditAccountForm .mj-label {
    display: none;
}

.woocommerce small.includes_tax {
    font-weight: 500;
    top: -2px;
    position: relative;
}

.woocommerce .woocommerce-cart-form .shop_table {
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form .shop_table {
        border: none;
    }
}

.woocommerce .woocommerce-cart-form .shop_table thead {
    background-color: #f7f7f7;
}

    .woocommerce .woocommerce-cart-form .shop_table thead tr th {
        color: #293133;
        padding: 10px;
    }

.woocommerce .woocommerce-cart-form .shop_table tbody tr {
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr {
        margin-bottom: 10px;
        display: block;
    }
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr td {
    padding: 20px 15px;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr td:before {
        font-weight: 600;
    }
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr td a {
    outline: none;
    text-decoration: none;
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr td span {
    color: #293133;
    font-weight: 500;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(1) {
        padding-left: 5px;
    }
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(1) a {
    font-weight: 700;
    font-size: 24px;
    color: #de0c0c;
    width: 28px;
    height: 28px;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
}

    .woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(1) a:hover {
        background-color: #de0c0c;
        color: #fff;
        font-weight: 600;
    }

.woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(2):before {
    display: none;
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(2) a img {
    width: 100px;
    border: 1px solid #ddd;
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(3) a {
    color: #293133;
    font-weight: 500;
}

    .woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(3) a:hover {
        color: #95c11f;
    }

.woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(5) input {
    border-radius: 0;
    outline: none;
    border: 1px solid #ddd;
}

    .woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-of-type(5) input:focus {
        border: 1px solid #95c11f;
    }

.woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child .coupon {
    display: inline-block;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child .coupon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child .coupon label:first-child {
    display: none;
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child .coupon input {
    outline: none;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-right: 5px;
}

    .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child .coupon input:focus {
        border: 1px solid #95c11f;
    }

@media (max-width: 500px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child .coupon button {
        margin-top: 0;
    }
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child button {
    display: inline-block;
    padding: 8px 15px;
    padding-bottom: 10px;
    border-radius: 3px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child button {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
}

.woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child button:hover {
    background-color: #7ea519;
}

.woocommerce .cart-collaterals h2 {
    font-size: 26px;
}

.woocommerce .cart-collaterals table {
    border: 1px solid #ddd;
}

    .woocommerce .cart-collaterals table tbody tr {
        border: 1px solid #ddd;
    }

        .woocommerce .cart-collaterals table tbody tr th {
            padding: 10px;
            font-size: 16px;
            font-weight: 600;
        }

        .woocommerce .cart-collaterals table tbody tr td {
            padding: 10px;
        }

            .woocommerce .cart-collaterals table tbody tr td ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .woocommerce .cart-collaterals table tbody tr td ul li label {
                    margin: 0;
                }

            .woocommerce .cart-collaterals table tbody tr td .woocommerce-shipping-destination {
                display: none;
            }

.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 768px) {
    .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
        font-size: 14px;
    }
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
    background-color: #7ea519;
}

.woocommerce .return-to-shop a {
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 7px 13px;
    display: table;
    border-radius: 3px;
    text-decoration: none;
}

    .woocommerce .return-to-shop a:hover {
        background-color: #7ea519;
    }

.woocommerce .woocommerce-form-coupon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .woocommerce .woocommerce-form-coupon p {
        margin: 0;
        margin-bottom: 15px;
        margin-right: 15px;
    }

        .woocommerce .woocommerce-form-coupon p:first-child {
            display: none;
        }

        .woocommerce .woocommerce-form-coupon p input {
            outline: none;
            border: 1px solid #ddd;
            border-radius: 0;
        }

            .woocommerce .woocommerce-form-coupon p input:focus {
                border: 1px solid #95c11f;
            }

        .woocommerce .woocommerce-form-coupon p button {
            background-color: #95c11f;
            outline: none;
            box-shadow: none;
            border: none;
            color: #fff;
            font-weight: 600;
            padding: 10px 15px;
            padding-bottom: 12px;
        }

            .woocommerce .woocommerce-form-coupon p button:hover {
                background-color: #7ea519;
            }

.woocommerce .woocommerce-checkout .col2-set {
    display: block;
}

    .woocommerce .woocommerce-checkout .col2-set .col-1 {
        width: 100%;
        display: block;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        padding: 0;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
            font-size: 24px;
            margin-bottom: 15px;
        }

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
        font-size: 20px;
    }
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        margin-right: -7px;
        margin-left: -7px;
    }
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    width: 50%;
    padding: 0 15px;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
        padding: 0 7px;
        width: 100%;
    }
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #293133;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span {
    display: block;
    height: 40px;
}

    .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span span {
        border-color: #dcdcdc;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span span span {
            border-radius: 0;
            outline: none;
        }

            .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span span span .select2-selection__rendered {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

                .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span span span .select2-selection__rendered .select2-selection__placeholder {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                }

    .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input {
        display: block;
        width: 100%;
        outline: none;
        border: 1px solid #dcdcdc;
        box-shadow: none;
        height: 40px;
        padding-left: 15px;
        border-radius: 0;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input:focus {
            border: 1px solid #95c11f;
        }

.woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-of-type(1) {
    width: 100%;
}

    .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-of-type(1) span {
        height: auto;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-of-type(1) span .checkbox {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-of-type(1) span .checkbox input {
                margin-right: 8px;
                width: 15px;
                height: 15px;
                position: relative;
                top: -1px;
            }

            .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-of-type(1) span .checkbox span {
                height: auto;
            }

.woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field {
    display: none;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    display: block;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    padding: 0;
}

    .woocommerce .woocommerce-checkout .col2-set .col-2 h3 {
        margin-bottom: 15px;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-2 h3 label {
            margin: 0;
        }

            .woocommerce .woocommerce-checkout .col2-set .col-2 h3 label span {
                font-size: 24px;
            }

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .col2-set .col-2 h3 label span {
        font-size: 18px;
    }
}

.woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
        margin-right: -7px;
        margin-left: -7px;
    }
}

.woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p {
    width: 50%;
    padding: 0 15px;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p {
        padding: 0 7px;
        width: 100%;
    }
}

.woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #293133;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span {
    display: block;
    height: 40px;
}

    .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span span {
        border-color: #dcdcdc;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span span span {
            border-radius: 0;
            outline: none;
        }

            .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span span span .select2-selection__rendered {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

                .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span span span .select2-selection__rendered .select2-selection__placeholder {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                }

    .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span input {
        display: block;
        width: 100%;
        outline: none;
        border: 1px solid #dcdcdc;
        box-shadow: none;
        height: 40px;
        padding-left: 15px;
        border-radius: 0;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span input:focus {
            border: 1px solid #95c11f;
        }

.woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p:nth-of-type(3) {
    display: none;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {
    display: block;
    margin: 0;
    margin-bottom: 15px;
}

    .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label {
        display: block;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label span {
            display: inline-block;
        }

    .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p span {
        display: block;
    }

        .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p span textarea {
            width: 100%;
            outline: none;
            border-radius: 0;
            border: 1px solid #ddd;
            padding: 15px;
        }

            .woocommerce .woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p span textarea:focus {
                border: 1px solid #95c11f;
            }

.woocommerce .woocommerce-checkout h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table {
    border: 1px solid #ddd;
}

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table thead tr {
        border: 1px solid #ddd;
    }

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table thead tr {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table thead tr th {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table thead tr th {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr {
    border: 1px solid #ddd;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr th {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td {
    padding: 10px;
}

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td ul li label {
            margin: 0;
        }

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td .woocommerce-shipping-destination {
        display: none;
    }

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr {
    border: 1px solid #ddd;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr th {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td {
    padding: 10px;
}

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li label {
            margin: 0;
        }

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: #f7f7f7;
}

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 15px;
    }

        .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
            font-size: 18px;
            font-weight: 600;
        }

        .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
            position: relative;
            box-sizing: border-box;
            width: 100%;
            padding: 1em;
            margin: 1em 0;
            font-size: .92em;
            border-radius: 2px;
            line-height: 1.5;
            background-color: #ececec;
            color: #515151;
        }

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box:before {
    content: "";
    display: block;
    border: 1em solid #ececec;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box p {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #d3ced2;
}

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
        display: block;
        width: 100%;
    }

        .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
            margin-bottom: 15px;
        }

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
    margin: 0;
    margin-top: 15px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p a {
    font-weight: 600;
    color: #293133;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    padding-bottom: 12px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button:hover {
        background-color: #7ea519;
    }

.woocommerce .woocommerce-notice {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .woocommerce .woocommerce-notice.woocommerce-notice--success,
    .woocommerce .woocommerce-notice .woocommerce-thankyou-order-received {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

.woocommerce .woocommerce-order-overview {
    margin: 0;
    padding: 15px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

    .woocommerce .woocommerce-order-overview li {
        margin-bottom: 10px;
    }

        .woocommerce .woocommerce-order-overview li:last-child {
            margin-bottom: 0;
        }

.woocommerce .woocommerce-order-details {
    margin-top: 15px;
}

    .woocommerce .woocommerce-order-details h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

@media (max-width: 500px) {
    .woocommerce .woocommerce-order-details h2 {
        font-size: 24px;
    }
}

.woocommerce .woocommerce-order-details .order-again a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #95c11f;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

    .woocommerce .woocommerce-order-details .order-again a:hover {
        background-color: #7ea519;
    }

.woocommerce .woocommerce-order-details table {
    border: 1px solid #ddd;
}

.woocommerce .woocommerce-order-details thead tr th {
    padding: 10px;
    color: #293133;
    font-weight: 600;
}

.woocommerce .woocommerce-order-details tbody tr {
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order-details tbody tr {
        border: 1px solid #ddd;
    }
}

.woocommerce .woocommerce-order-details tbody tr td {
    padding: 10px;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order-details tbody tr td:before {
        font-weight: 600;
    }
}

.woocommerce .woocommerce-order-details tbody tr td a {
    color: #293133;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-order-details table tbody tr td {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-order-details tfoot tr th {
    padding: 10px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-order-details tfoot tr th {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-order-details tfoot tr td {
    padding: 10px;
}

@media (max-width: 500px) {
    .woocommerce .woocommerce-order-details tfoot tr td {
        font-size: 14px;
    }
}

.woocommerce .woocommerce-customer-details .addresses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

    .woocommerce .woocommerce-customer-details .addresses .woocommerce-column {
        padding: 15px;
        max-width: 48%;
        width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        border: 1px solid #ddd;
        margin: 0 1%;
    }

@media (max-width: 991px) {
    .woocommerce .woocommerce-customer-details .addresses .woocommerce-column {
        max-width: 100%;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

.woocommerce .woocommerce-customer-details .addresses .woocommerce-column h2 {
    font-size: 24px;
}

.woocommerce .woocommerce-order .woocommerce-customer-details {
    margin-top: 30px;
}

.woocommerce ul.order_details {
    margin: 0;
    padding: 15px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

    .woocommerce ul.order_details li {
        margin-bottom: 10px;
    }

        .woocommerce ul.order_details li:last-child {
            margin-bottom: 0;
        }

.urun-detay-sub-page {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .urun-detay-sub-page {
        padding: 0 15px;
        margin-top: 35px;
    }
}

@media (max-width: 500px) {
    .urun-detay-sub-page {
        padding: 0;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .urun-detay-sub-page .container {
        max-width: 100%;
        width: 100%;
    }
}

.urun-detay-sub-page .woocommerce-notices-wrapper {
    margin-bottom: 5px;
}

.urun-detay-sub-page .woocommerce-breadcrumb {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}

    .urun-detay-sub-page .woocommerce-breadcrumb a {
        color: #293133;
        font-weight: 600;
    }

.urun-detay-sub-page .product .onsale {
    display: none;
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-tabs {
    display: none;
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery {
    float: left;
    width: 50%;
    height: 500px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1425px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery {
        width: 50%;
        height: auto;
        display: block;
        height: 577px;
    }
}

@media (max-width: 991px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery {
        padding: 5px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure {
    height: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure div {
    height: 100% !important;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure div {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure div a {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure div a {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure div a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery figure div a img {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport {
    order: 2;
    height: 100% !important;
    width: 515px;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport {
        width: 100% !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure {
    height: 100% !important;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure div {
    height: 100% !important;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure div {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure div a {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure div a {
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure div a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (max-width: 1425px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-viewport figure div a img {
        object-fit: contain;
        height: auto !important;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav {
    margin: 0;
    padding: 0;
    order: 1;
    list-style: none;
    width: 126px;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav {
        flex-wrap: unset;
        -ms-flex-wrap: wrap;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav li {
    padding-right: 20px;
    display: inline-block;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav li {
        padding-bottom: 0;
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 0;
        width: 22.5%;
    }
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav li {
        width: 100%;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav li:last-child {
    padding-bottom: 0;
}

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav li img {
    cursor: pointer;
    border: 1px solid #ddd;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .woocommerce-product-gallery .flex-control-nav li img {
        width: 100%;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary {
    float: right;
    width: 48%;
    height: 500px;
    padding: 20px 20px;
    border: 1px solid #ddd;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1425px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary {
        width: 38%;
    }
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary {
        width: 47.5%;
        height: 577px;
    }
}

@media (max-width: 991px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary {
        padding: 10px;
        margin: 0;
        margin-top: 15px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .product_title {
    font-size: 26px;
    color: #010101;
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .product_title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .gram {
    color: #808080;
    margin-bottom: 15px;
    font-size: 15px;
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .gram {
        margin-bottom: 10px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .woocommerce-product-rating {
    margin-bottom: 30px;
}

.urun-detay-sub-page .product .urun-detay-flex .summary .price span {
    color: #95c11f;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .price span {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .price span {
        font-size: 14px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .price del {
    text-decoration: none;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary .price del span {
        font-size: 16px;
        text-decoration: line-through;
        color: rgba(112, 112, 112, 0.5);
        margin-right: 5px;
        font-weight: 400;
    }

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .price del span {
        font-size: 14px;
        margin-right: 2px;
    }
}

@media (max-width: 335px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .price del span {
        font-size: 10px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .price ins {
    text-decoration: none;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary .price ins span {
        color: #95c11f;
        font-size: 22px;
        font-weight: 600;
    }

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .price ins span {
        font-size: 18px;
    }
}

@media (max-width: 335px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .price ins span {
        font-size: 13px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .woocommerce-product-details__short-description {
        font-size: 14px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span {
        border: 1px solid #ddd;
        padding: 10px 15px;
        margin-right: 8px;
        font-size: 14px;
        font-weight: 500;
    }

@media (max-width: 500px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span label {
    margin: 0;
}

.urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span.down {
    border-color: #c90002;
    color: #c90002;
}

.urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span.free {
    border-color: #006241;
    color: #006241;
}

.urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span.inst {
    border-color: #d08825;
    color: #d08825;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span.inst.redin {
        border-color: #c90002;
        color: #c90002;
    }

.urun-detay-sub-page .product .urun-detay-flex .summary .flex-prod span:last-child {
    margin-right: 0;
}

.urun-detay-sub-page .product .urun-detay-flex .summary form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary form input {
        height: 37px;
        width: 65px;
        margin-right: 15px;
        padding-left: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
    }

        .urun-detay-sub-page .product .urun-detay-flex .summary form input:focus {
            border: 1px solid #95c11f;
        }

    .urun-detay-sub-page .product .urun-detay-flex .summary form select {
        margin-right: 15px;
        padding: 4px 5px;
        padding-bottom: 6px;
        border: 1px solid #ddd;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
    }

        .urun-detay-sub-page .product .urun-detay-flex .summary form select:focus {
            border: 1px solid #95c11f;
        }

    .urun-detay-sub-page .product .urun-detay-flex .summary form button {
        color: #fff;
        text-decoration: none;
        background-color: #95c11f;
        border-radius: 5px;
        display: block;
        font-weight: 500;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        outline: none;
        border: none;
        box-shadow: none;
        padding: 4px 15px;
    }

@media (max-width: 1425px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary form button {
        font-size: 14px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary form button:hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
    background-color: #006241;
}

.urun-detay-sub-page .product .urun-detay-flex .summary form .variations label {
    font-weight: 600;
    margin: 0;
}

.urun-detay-sub-page .product .urun-detay-flex .summary form .variations a {
    color: #fff;
    text-decoration: none;
    background-color: #95c11f;
    border-radius: 5px;
    font-weight: 500;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 7px 15px;
}

@media (max-width: 1425px) {
    .urun-detay-sub-page .product .urun-detay-flex .summary form .variations a {
        font-size: 14px;
    }
}

.urun-detay-sub-page .product .urun-detay-flex .summary form .variations a:hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
    background-color: #006241;
}

.urun-detay-sub-page .product .urun-detay-flex .summary form .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.urun-detay-sub-page .product .urun-detay-flex .summary .product_meta span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 500;
    color: #5d5d5d;
    margin-bottom: 5px;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary .product_meta span span:first-child {
        margin-left: 10px;
    }

    .urun-detay-sub-page .product .urun-detay-flex .summary .product_meta span a {
        text-decoration: none;
        font-weight: 400;
        color: #6d6d6d;
    }

        .urun-detay-sub-page .product .urun-detay-flex .summary .product_meta span a:first-child {
            margin-left: 10px;
        }

        .urun-detay-sub-page .product .urun-detay-flex .summary .product_meta span a:hover {
            color: #95c11f;
        }

.urun-detay-sub-page .product .urun-detay-flex .summary .product_meta .tagged_as a {
    border: 1px solid #ddd;
    background-color: #efefef;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 2px;
}

    .urun-detay-sub-page .product .urun-detay-flex .summary .product_meta .tagged_as a:hover {
        background-color: #95c11f;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0);
    }

.urun-detay-sub-page .product .urun-detay-flex .woocommerce-tabs {
    width: 100%;
    clear: both;
}

.urun-detay-sub-page .product .related ul li {
    width: 25%;
    margin: 0;
    padding: 10px;
    border: none;
}

@media (max-width: 1200px) {
    .urun-detay-sub-page .product .related ul li {
        width: 50%;
    }
}

.urun-detay-sub-page .product .related ul li a {
    border: 1px solid #ddd;
    display: block;
    height: 100%;
}

.urun-detay-sub-page section {
    padding-top: 50px;
    clear: both;
}

    .urun-detay-sub-page section:last-child {
        margin-bottom: 50px;
    }

@media (max-width: 500px) {
    .urun-detay-sub-page section:last-child {
        margin-bottom: 40px;
        padding-top: 35px;
    }
}

.urun-detay-sub-page section h2 {
    font-size: 24px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 13px;
}

@media (max-width: 500px) {
    .urun-detay-sub-page section h2 {
        font-size: 22px;
    }
}

.urun-detay-sub-page section h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #95c11f;
}

.urun-detay-sub-page section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

ul.products {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    ul.products .row {
        width: calc(100% + 30px);
    }

    ul.products li {
        width: 23.5%;
        border: 1px solid #ddd;
        margin: 0 10px;
        margin-bottom: 15px;
        padding: 10px;
    }

@media (max-width: 1425px) {
    ul.products li {
        width: 23%;
    }
}

@media (max-width: 1200px) {
    ul.products li {
        width: 22.5%;
    }
}

@media (max-width: 991px) {
    ul.products li {
        width: 47%;
    }
}

@media (max-width: 728px) {
    ul.products li {
        width: 45%;
    }
}

@media (max-width: 500px) {
    ul.products li {
        width: 47%;
        margin: 0 5px;
        margin-bottom: 10px;
    }
}

ul.products li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #293133;
}

    ul.products li a img {
        width: 100%;
        height: auto;
    }

    ul.products li a h2 {
        padding: 0;
        margin: 0;
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        ul.products li a h2:before,
        ul.products li a h2:after {
            display: none;
        }

@media (max-width: 500px) {
    ul.products li a h2 {
        font-size: 14px;
    }
}

ul.products li a .price span {
    color: #95c11f;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 500px) {
    ul.products li a .price span {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    ul.products li a .price span {
        font-size: 13px;
    }
}

ul.products li a .price del {
    text-decoration: none;
}

    ul.products li a .price del span {
        font-size: 16px;
        text-decoration: line-through;
        color: rgba(112, 112, 112, 0.5);
        margin-right: 5px;
        font-weight: 400;
    }

@media (max-width: 500px) {
    ul.products li a .price del span {
        font-size: 12px;
        margin-right: 2px;
    }
}

@media (max-width: 335px) {
    ul.products li a .price del span {
        font-size: 10px;
    }
}

ul.products li a .price ins {
    text-decoration: none;
}

    ul.products li a .price ins span {
        color: #95c11f;
        font-size: 20px;
        font-weight: 600;
    }

@media (max-width: 500px) {
    ul.products li a .price ins span {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    ul.products li a .price ins span {
        font-size: 13px;
    }
}

ul.products li a:nth-of-type(2) {
    color: #fff;
    text-decoration: none;
    background-color: #95c11f;
    border-radius: 16px;
    display: table;
    padding: 4px 15px;
    font-weight: 500;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    margin: 5px auto;
    display: none !important;
}

@media (max-width: 1425px) {
    ul.products li a:nth-of-type(2) {
        font-size: 14px;
    }
}

@media (max-width: 330px) {
    ul.products li a:nth-of-type(2) {
        font-size: 12px;
    }
}

ul.products li a:nth-of-type(2):nth-of-type(3) {
    display: none;
}

ul.products li a:nth-of-type(2):hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
    background-color: #187537;
}

ul.products li:hover {
    border: 1px solid #95c11f;
}

    ul.products li:hover a h2 {
        color: #95c11f;
    }

.urun-arsiv {
    margin-bottom: 50px;
}

@media (max-width: 500px) {
    .urun-arsiv {
        margin-top: 25px;
        margin-bottom: 35px;
    }

        .urun-arsiv .col-6 {
            padding-right: 7px;
            padding-left: 7px;
        }
}

.urun-arsiv .woocommerce-products-header {
    display: none;
}

.urun-arsiv header h1 {
    font-size: 26px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 13px;
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    .urun-arsiv header h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.urun-arsiv header h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #95c11f;
}

.urun-arsiv header h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.urun-arsiv header .term-description {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 15px;
}

@media (max-width: 500px) {
    .urun-arsiv header .term-description {
        padding: 8px;
    }
}

.urun-arsiv header .term-description p {
    margin: 0;
    color: #565656;
}

@media (max-width: 500px) {
    .urun-arsiv header .term-description p {
        font-size: 14px;
    }
}

.urun-arsiv .prod-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    height: 50px;
}

@media (max-width: 575px) {
    .urun-arsiv .prod-top {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        border: none;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

.urun-arsiv .prod-top .woocommerce-notices-wrapper {
    display: none !important;
}

.urun-arsiv .prod-top .woocommerce-result-count {
    width: 50%;
    margin: 0;
    color: #565656;
}

@media (max-width: 575px) {
    .urun-arsiv .prod-top .woocommerce-result-count {
        width: 100%;
        font-size: 14px;
    }
}

.urun-arsiv .prod-top .woocommerce-ordering {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media (max-width: 575px) {
    .urun-arsiv .prod-top .woocommerce-ordering {
        display: block;
        -webkit-box-pack: inherit;
        -moz-box-pack: inherit;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
        margin-top: 5px;
        width: 100%;
    }
}

.urun-arsiv .prod-top .woocommerce-ordering select {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 7px;
    color: #565656;
    background-color: #fff;
}

@media (max-width: 500px) {
    .urun-arsiv .prod-top .woocommerce-ordering select option {
        font-size: 14px;
    }
}

.urun-arsiv .products {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

@media (max-width: 500px) {
    .urun-arsiv .products {
        padding: 0 7px;
    }
}

.urun-arsiv .items {
    width: 100%;
    position: relative;
    border: 1px solid #efefef;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .urun-arsiv .items {
        margin-bottom: 14px;
    }
}

.urun-arsiv .items a {
    display: block;
    text-decoration: none;
}

    .urun-arsiv .items a img {
        width: 100%;
        height: auto;
    }

.urun-arsiv .items .bottom {
    padding: 10px;
    padding-top: 0;
}

@media (max-width: 500px) {
    .urun-arsiv .items .bottom {
        padding-bottom: 5px;
    }
}

@media (max-width: 335px) {
    .urun-arsiv .items .bottom {
        padding: 5px;
    }
}

.urun-arsiv .items .bottom .title-urun-text {
    height: 72px;
    margin-top: 5px;
}

@media (max-width: 1425px) {
    .urun-arsiv .items .bottom .title-urun-text {
        height: 63px;
    }
}

.urun-arsiv .items .bottom .title-urun-text span {
    font-size: 16px;
    color: #6d6e71;
    display: block;
    text-align: center;
}

@media (max-width: 1425px) {
    .urun-arsiv .items .bottom .title-urun-text span {
        font-size: 14px;
    }
}

.urun-arsiv .items .bottom .title-urun-text span:nth-of-type(1) a {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6d6e71;
    text-decoration: none;
}

@media (max-width: 335px) {
    .urun-arsiv .items .bottom .title-urun-text span:nth-of-type(1) a {
        font-size: 13px;
    }
}

.urun-arsiv .items .bottom .title-urun-text span:nth-of-type(2) {
    font-size: 14px;
}

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .title-urun-text span:nth-of-type(2) {
        font-size: 13px;
    }
}

@media (max-width: 335px) {
    .urun-arsiv .items .bottom .title-urun-text span:nth-of-type(2) {
        font-size: 13px;
    }
}

.urun-arsiv .items .bottom .urun-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 5px;
    padding: 0 5px;
}

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price {
        padding: 0;
    }
}

.urun-arsiv .items .bottom .urun-price .left-in {
    width: 10%;
}

    .urun-arsiv .items .bottom .urun-price .left-in i {
        color: #95c11f;
        font-size: 20px;
    }

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price .left-in i {
        font-size: 16px;
    }
}

.urun-arsiv .items .bottom .urun-price .right-in {
    width: 90%;
    text-align: right;
}

    .urun-arsiv .items .bottom .urun-price .right-in span span {
        color: #95c11f;
        font-size: 18px;
        font-weight: 600;
    }

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price .right-in span span {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price .right-in span span {
        font-size: 13px;
    }
}

.urun-arsiv .items .bottom .urun-price .right-in span del {
    text-decoration: none;
}

    .urun-arsiv .items .bottom .urun-price .right-in span del span {
        font-size: 13px;
        text-decoration: line-through;
        color: rgba(112, 112, 112, 0.5);
        margin-right: 5px;
        font-weight: 400;
    }

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price .right-in span del span {
        font-size: 12px;
        margin-right: 2px;
    }
}

@media (max-width: 335px) {
    .urun-arsiv .items .bottom .urun-price .right-in span del span {
        font-size: 10px;
    }
}

.urun-arsiv .items .bottom .urun-price .right-in span ins {
    text-decoration: none;
}

    .urun-arsiv .items .bottom .urun-price .right-in span ins span {
        color: #95c11f;
        font-size: 18px;
        font-weight: 600;
    }

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price .right-in span ins span {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .urun-arsiv .items .bottom .urun-price .right-in span ins span {
        font-size: 13px;
    }
}

.urun-arsiv .items .sepet-in {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #95c11f;
    display: block;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -o-transform: translateX(105%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 10px 0;
    display: none;
    padding-bottom: 5px;
}

    .urun-arsiv .items .sepet-in a {
        color: #95c11f;
        text-decoration: none;
        background-color: #fff;
        border-radius: 16px;
        display: table;
        padding: 4px 15px;
        font-weight: 500;
        margin: 0 auto;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        margin-bottom: 5px;
    }

@media (max-width: 1425px) {
    .urun-arsiv .items .sepet-in a {
        font-size: 14px;
    }
}

@media (max-width: 330px) {
    .urun-arsiv .items .sepet-in a {
        font-size: 12px;
    }
}

.urun-arsiv .items .sepet-in a:hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
    background-color: #187537;
}

.urun-arsiv .items .indiri-label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4;
    background-color: #95c11f;
    color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 25px;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .urun-arsiv .items .indiri-label {
        font-size: 11px;
        height: 22px;
        padding: 0px 6px;
    }
}

.urun-arsiv .items .indiri-label label {
    letter-spacing: 1px;
    margin: 0;
}

    .urun-arsiv .items .indiri-label label:nth-of-type(1) {
        margin-right: 1px;
    }

.urun-arsiv .items:hover {
    border: 1px solid #95c11f;
}

    .urun-arsiv .items:hover .sepet-in {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.kurumsal-bg {
    background-color: rgba(240, 240, 240, 0.55);
}

.kurumsal-sub-page .desc-in {
    font-size: 16px;
    color: #293133;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .desc-in {
        font-size: 14px;
    }
}

.kurumsal-sub-page .title-in {
    font-size: 18px;
    font-weight: 900;
    color: #293133;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .title-in {
        font-size: 16px;
    }
}

.kurumsal-sub-page .kurumsal-slider {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .kurumsal-slider {
        margin-top: 30px;
    }
}

.kurumsal-sub-page .kurumsal-slider .title-green {
    font-size: 30px;
    font-weight: 600;
    color: #95c11f;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .kurumsal-slider .title-green {
        font-size: 26px;
    }
}

.kurumsal-sub-page .kurumsal-slider .desc-bold {
    margin-bottom: 25px;
    font-weight: bold;
    color: #293133;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .kurumsal-slider .desc-bold {
        font-size: 14px;
    }
}

.kurumsal-sub-page .kurumsal-slider .slider-in {
    position: relative;
    padding-bottom: 70px;
}

    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-stage-outer .owl-stage .owl-item .items .desc-in {
        padding-top: 25px;
        position: relative;
    }

        .kurumsal-sub-page .kurumsal-slider .slider-in .owl-stage-outer .owl-stage .owl-item .items .desc-in:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 1px;
            background-color: #95c11f;
        }

    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav {
        position: absolute;
        left: 0;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 100%;
        pointer-events: none;
        margin: 0;
    }

@media (max-width: 1200px) {
    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav {
        display: none;
    }
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #95c11f;
    position: relative;
    outline: none;
    margin: 0;
    pointer-events: auto;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button {
        width: 30px;
        height: 30px;
    }
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button i {
    color: #95c11f;
    font-size: 22px;
    position: relative;
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button.owl-prev {
    float: left;
    left: -60px;
}

@media (max-width: 1425px) {
    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button.owl-prev {
        left: -55px;
    }
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button.owl-prev i {
    left: -1px;
    top: 1px;
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button.owl-next {
    float: right;
    right: -60px;
}

@media (max-width: 1425px) {
    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button.owl-next {
        right: -55px;
    }
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button.owl-next i {
    right: -1px;
    top: 1px;
}

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button:hover {
    background-color: #95c11f;
}

    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-nav button:hover i {
        color: #fff;
    }

.kurumsal-sub-page .kurumsal-slider .slider-in .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
}

    .kurumsal-sub-page .kurumsal-slider .slider-in .owl-dots button {
        outline: none;
        pointer-events: auto;
    }

        .kurumsal-sub-page .kurumsal-slider .slider-in .owl-dots button span {
            width: 20px;
            height: 20px;
            background-color: unset;
            border: 1px solid rgba(0, 0, 0, 0);
            position: relative;
        }

            .kurumsal-sub-page .kurumsal-slider .slider-in .owl-dots button span:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                width: 6px;
                height: 6px;
                background-color: #95c11f;
                border-radius: 50%;
            }

        .kurumsal-sub-page .kurumsal-slider .slider-in .owl-dots button.active span {
            background-color: unset;
            border: 1px solid #95c11f;
        }

        .kurumsal-sub-page .kurumsal-slider .slider-in .owl-dots button:hover span {
            background-color: unset;
        }

.kurumsal-sub-page .text-top {
    padding-top: 50px;
    color: #293133;
    background-color: rgba(240, 240, 240, 0.55);
}

@media (max-width: 991px) {
    .kurumsal-sub-page .text-top {
        padding-top: 30px;
    }
}

.kurumsal-sub-page .text-top .top-in {
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .text-top .top-in {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.kurumsal-sub-page .top {
    background-color: rgba(240, 240, 240, 0.55);
    padding-bottom: 30px;
    color: #293133;
    position: relative;
    height: 430px;
    margin-bottom: 50px;
}

@media (max-width: 1425px) {
    .kurumsal-sub-page .top {
        height: 410px;
    }
}

@media (max-width: 1200px) {
    .kurumsal-sub-page .top {
        height: 430px;
    }
}

@media (max-width: 991px) {
    .kurumsal-sub-page .top {
        height: auto;
        margin-bottom: 30px;
    }
}

.kurumsal-sub-page .top .right-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    height: calc(100% - 30px);
}

@media (max-width: 1200px) {
    .kurumsal-sub-page .top .right-img {
        height: calc(100% - 20px);
    }
}

@media (max-width: 991px) {
    .kurumsal-sub-page .top .right-img {
        height: auto;
        width: auto;
        max-width: 720px;
        display: table;
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        padding: 0 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .kurumsal-sub-page .top .right-img {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 500px) {
    .kurumsal-sub-page .top .right-img {
        padding: 0 15px;
    }
}

.kurumsal-sub-page .top .right-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .top .right-img img {
        height: auto;
    }
}

.kurumsal-sub-page .top .left {
    padding-top: 30px;
}

@media (max-width: 1425px) {
    .kurumsal-sub-page .top .left {
        padding-top: 15px;
    }
}

@media (max-width: 1200px) {
    .kurumsal-sub-page .top .left {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .kurumsal-sub-page .bottom .fix-m {
        margin-bottom: 20px;
    }
}

.kurumsal-sub-page .bottom .kurumsal-galeri {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri {
        height: auto !important;
        margin-top: 30px;
    }
}

.kurumsal-sub-page .bottom .kurumsal-galeri .items {
    height: 100%;
}

    .kurumsal-sub-page .bottom .kurumsal-galeri .items img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(1) {
        width: 40%;
    }

@media (max-width: 991px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(1) {
        width: 50%;
        height: 495px;
    }
}

@media (max-width: 768px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(1) {
        height: 386px;
        width: 60%;
    }
}

@media (max-width: 500px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(1) {
        height: 226px;
    }
}

.kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(1) img {
    height: 100%;
}

.kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(2) {
    width: 20%;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(2) {
        width: 50%;
        height: 495px;
    }
}

@media (max-width: 768px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(2) {
        height: 386px;
        width: 40%;
    }
}

@media (max-width: 500px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(2) {
        height: 226px;
    }
}

.kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(2) img {
    height: 50%;
}

.kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(3) {
    width: 40%;
}

@media (max-width: 991px) {
    .kurumsal-sub-page .bottom .kurumsal-galeri .items:nth-of-type(3) {
        width: 100%;
    }
}

.kurumsal-sub-page .bottom-color {
    background-color: rgba(240, 240, 240, 0.55);
}

    .kurumsal-sub-page .bottom-color .kurumsal-slider {
        margin-top: 0;
        padding-bottom: 50px;
        padding-top: 50px;
    }

@media (max-width: 991px) {
    .kurumsal-sub-page .bottom-color .kurumsal-slider {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.kvkk-sub-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .kvkk-sub-page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .kvkk-sub-page {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.kvkk-sub-page .items {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .kvkk-sub-page .items {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .kvkk-sub-page .items {
        margin-bottom: 15px;
    }
}

.kvkk-sub-page .items .flex-in {
    color: #293133;
}

    .kvkk-sub-page .items .flex-in .left .title-in {
        font-weight: 900;
        position: relative;
    }

        .kvkk-sub-page .items .flex-in .left .title-in:before {
            content: attr(data-num);
            position: relative;
            display: block;
            font-size: 105px;
            line-height: 122px;
            color: rgba(41, 49, 51, 0.04);
        }

@media (max-width: 1425px) {
    .kvkk-sub-page .items .flex-in .left .title-in:before {
        font-size: 100px;
    }
}

@media (max-width: 500px) {
    .kvkk-sub-page .items .flex-in .left .title-in:before {
        line-height: 110px;
        color: rgba(41, 49, 51, 0.08);
    }
}

.kvkk-sub-page .items .flex-in .left .title-in span {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 4;
}

@media (max-width: 1425px) {
    .kvkk-sub-page .items .flex-in .left .title-in span {
        font-size: 16px;
    }
}

.kvkk-sub-page .items .flex-in .right {
    position: relative;
    padding-top: 30px;
}

@media (max-width: 1200px) {
    .kvkk-sub-page .items .flex-in .right {
        font-size: 14px;
        padding-top: 20px;
    }
}

.kvkk-sub-page .items .flex-in .right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    background-color: #95c11f;
}

.kvkk-sub-page .items .flex-in .right p {
    margin-bottom: 15px;
}

.kvkk-sub-page .items .flex-in .right ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .kvkk-sub-page .items .flex-in .right ul {
        margin: 0;
    }
}

.kvkk-sub-page .items .flex-in .right ul li {
    margin-bottom: 15px;
    padding: 0 10px;
    width: 50%;
}

@media (max-width: 991px) {
    .kvkk-sub-page .items .flex-in .right ul li {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 500px) {
    .kvkk-sub-page .items .flex-in .right ul li {
        margin-bottom: 10px;
    }
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .kvkk-sub-page .items .flex-in .right .kurumsal-slider {
        margin-top: 15px;
    }
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in {
    position: relative;
    padding-bottom: 70px;
}

    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-stage-outer .owl-stage .owl-item .items-in .desc-in {
        padding-top: 25px;
        position: relative;
    }

        .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-stage-outer .owl-stage .owl-item .items-in .desc-in:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 1px;
            background-color: #95c11f;
        }

    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav {
        position: absolute;
        left: 0;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 100%;
        pointer-events: none;
        margin: 0;
    }

@media (max-width: 1200px) {
    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav {
        display: none;
    }
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #95c11f;
    position: relative;
    outline: none;
    margin: 0;
    pointer-events: auto;
}

@media (max-width: 991px) {
    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button {
        width: 30px;
        height: 30px;
    }
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button i {
    color: #95c11f;
    font-size: 22px;
    position: relative;
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button.owl-prev {
    float: left;
    left: -60px;
}

@media (max-width: 1425px) {
    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button.owl-prev {
        left: -55px;
    }
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button.owl-prev i {
    left: -1px;
    top: 1px;
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button.owl-next {
    float: right;
    right: -60px;
}

@media (max-width: 1425px) {
    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button.owl-next {
        right: -55px;
    }
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button.owl-next i {
    right: -1px;
    top: 1px;
}

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button:hover {
    background-color: #95c11f;
}

    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-nav button:hover i {
        color: #fff;
    }

.kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
}

    .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-dots button {
        outline: none;
        pointer-events: auto;
    }

        .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-dots button span {
            width: 20px;
            height: 20px;
            background-color: unset;
            border: 1px solid rgba(0, 0, 0, 0);
            position: relative;
        }

            .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-dots button span:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                width: 6px;
                height: 6px;
                background-color: #95c11f;
                border-radius: 50%;
            }

        .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-dots button.active span {
            background-color: unset;
            border: 1px solid #95c11f;
        }

        .kvkk-sub-page .items .flex-in .right .kurumsal-slider .slider-in .owl-dots button:hover span {
            background-color: unset;
        }

.kvkk-sub-page .items .flex-in.fix-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .kvkk-sub-page .items .flex-in.fix-item .left {
        width: 10%;
    }

@media (max-width: 1425px) {
    .kvkk-sub-page .items .flex-in.fix-item .left {
        width: 15%;
    }
}

@media (max-width: 1200px) {
    .kvkk-sub-page .items .flex-in.fix-item .left {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .kvkk-sub-page .items .flex-in.fix-item .left {
        width: 100%;
    }
}

.kvkk-sub-page .items .flex-in.fix-item .right {
    width: 90%;
    padding-left: 15px;
}

    .kvkk-sub-page .items .flex-in.fix-item .right:before {
        left: 15px;
    }

    .kvkk-sub-page .items .flex-in.fix-item .right p {
        margin: 0;
    }

@media (max-width: 1425px) {
    .kvkk-sub-page .items .flex-in.fix-item .right {
        width: 85%;
        padding-left: 0;
    }

        .kvkk-sub-page .items .flex-in.fix-item .right:before {
            left: 0px;
        }
}

@media (max-width: 1200px) {
    .kvkk-sub-page .items .flex-in.fix-item .right {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .kvkk-sub-page .items .flex-in.fix-item .right {
        width: 100%;
    }
}

.kvkk-sub-page .items:nth-of-type(5),
.kvkk-sub-page .items:nth-of-type(7) {
    background-color: rgba(240, 240, 240, 0.42);
    padding-top: 40px;
    padding-bottom: 45px;
}

@media (max-width: 1200px) {
    .kvkk-sub-page .items:nth-of-type(5),
    .kvkk-sub-page .items:nth-of-type(7) {
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

@media (max-width: 500px) {
    .kvkk-sub-page .items:nth-of-type(5),
    .kvkk-sub-page .items:nth-of-type(7) {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

.aydinlatma-metni-sub-page .post-bottom {
    margin-top: 50px;
    background-color: rgba(240, 240, 240, 0.42);
    padding: 50px 0;
}

@media (max-width: 768px) {
    .aydinlatma-metni-sub-page .post-bottom {
        margin-top: 30px;
        padding: 30px 0;
    }
}

@media (max-width: 500px) {
    .aydinlatma-metni-sub-page .post-bottom {
        margin-top: 20px;
        padding: 25px 0;
    }
}

.aydinlatma-metni-sub-page .post-bottom .title-in {
    font-size: 18px;
    font-weight: 900;
    color: #293133;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .aydinlatma-metni-sub-page .post-bottom .title-in {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

.aydinlatma-metni-sub-page .post-bottom .title-in:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #95c11f;
}

.aydinlatma-metni-sub-page .post-bottom ul {
    margin: 0;
    margin-bottom: 45px;
    padding: 0;
    list-style: none;
    padding-left: 5px;
}

@media (max-width: 500px) {
    .aydinlatma-metni-sub-page .post-bottom ul {
        margin-bottom: 20px;
    }
}

.aydinlatma-metni-sub-page .post-bottom ul li {
    margin-bottom: 10px;
}

    .aydinlatma-metni-sub-page .post-bottom ul li a {
        text-decoration: none;
        color: #293133;
        outline: none;
    }

        .aydinlatma-metni-sub-page .post-bottom ul li a span {
            font-weight: 600;
        }

        .aydinlatma-metni-sub-page .post-bottom ul li a:hover {
            color: #95c11f;
        }

.aydinlatma-metni-sub-page .post-bottom .form-btn a {
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    background-color: #95c11f;
    border-radius: 30px;
    outline: none;
}

@media (max-width: 500px) {
    .aydinlatma-metni-sub-page .post-bottom .form-btn a {
        font-size: 14px;
    }
}

.aydinlatma-metni-sub-page .post-bottom .form-btn a i {
    margin-left: 5px;
}

.aydinlatma-metni-sub-page .post-bottom .form-btn a:hover {
    background-color: #759815;
}

.iletisim-sub-page {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .iletisim-sub-page {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .iletisim-sub-page {
        margin-top: 20px;
    }
}

.iletisim-sub-page .iletisim-in {
    position: relative;
    margin-bottom: 50px;
}

    .iletisim-sub-page .iletisim-in:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 41%;
        background-color: rgba(240, 240, 240, 0.42);
    }

@media (max-width: 1425px) {
    .iletisim-sub-page .iletisim-in:before {
        width: 43%;
    }
}

@media (max-width: 991px) {
    .iletisim-sub-page .iletisim-in:before {
        width: 100%;
    }
}

.iletisim-sub-page .iletisim-in .left {
    padding-top: 40px;
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-in .left {
        padding-top: 15px;
    }
}

.iletisim-sub-page .iletisim-in .left .title-in {
    color: #293133;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-in .left .title-in {
        font-size: 20px;
    }
}

.iletisim-sub-page .iletisim-in .left .cagri-merkezi {
    color: #95c11f;
    margin-bottom: 15px;
}

    .iletisim-sub-page .iletisim-in .left .cagri-merkezi img {
        display: block;
    }

    .iletisim-sub-page .iletisim-in .left .cagri-merkezi span {
        display: block;
        margin-top: 15px;
    }

    .iletisim-sub-page .iletisim-in .left .cagri-merkezi a {
        font-size: 33px;
        color: #95c11f;
        font-weight: 900;
        text-decoration: none;
    }

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-in .left .cagri-merkezi a {
        font-size: 28px;
    }
}

.iletisim-sub-page .iletisim-in .left .cagri-merkezi a:hover {
    color: #759815;
}

.iletisim-sub-page .iletisim-in .left .text-in {
    font-weight: bold;
    color: #293133;
}

.iletisim-sub-page .iletisim-in .right {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .iletisim-sub-page .iletisim-in .right .flex-in {
        margin: 0 -15px;
    }

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-in .right .flex-in {
        margin: 0 -7px;
    }
}

.iletisim-sub-page .iletisim-in .right .flex-in p {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-in .right .flex-in p {
        padding: 0 7px;
        margin-bottom: 20px;
    }
}

.iletisim-sub-page .iletisim-in .right .flex-in p:last-child,
.iletisim-sub-page .iletisim-in .right .flex-in p:nth-last-child(2) {
    width: 100%;
}

    .iletisim-sub-page .iletisim-in .right .flex-in p:last-child select,
    .iletisim-sub-page .iletisim-in .right .flex-in p:nth-last-child(2) select {
        width: 100%;
        outline: none;
        height: 40px;
        color: #666;
        padding-left: 8px;
    }

        .iletisim-sub-page .iletisim-in .right .flex-in p:last-child select:focus,
        .iletisim-sub-page .iletisim-in .right .flex-in p:nth-last-child(2) select:focus {
            border: 1px solid #95c11f;
        }

.iletisim-sub-page .iletisim-in .right .flex-in p:nth-last-child(2) {
    margin-bottom: 5px;
}

.iletisim-sub-page .iletisim-in .right .flex-in p:last-child span {
    font-weight: 600;
}

.iletisim-sub-page .iletisim-in .right input[type="submit"] {
    margin-top: 20px;
}

.iletisim-sub-page .iletisim-map {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .iletisim-sub-page .iletisim-map .container {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-map .container {
        padding: 0 15px;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs {
    outline: none;
    margin: 0 -20px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    top: 15px;
}

@media (max-width: 991px) {
    .iletisim-sub-page .iletisim-map .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: auto;
        margin: 0;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item {
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 1425px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item {
        padding: 0;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link {
    outline: none;
    margin: 0;
    padding: 35px;
    padding-bottom: 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    height: 260px;
}

@media (max-width: 1425px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link {
        padding: 30px 20px;
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link {
        padding: 30px 20px;
        height: 240px;
    }
}

@media (max-width: 991px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link {
        height: auto;
        padding: 20px;
        border-radius: 0;
        border: 1px solid #ddd;
        margin-bottom: 25px;
    }
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link {
        padding: 15px;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:before,
.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:after {
    opacity: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link .title-map {
    font-size: 18px;
    font-weight: 900;
    color: #293133;
    margin-bottom: 10px;
}

@media (max-width: 1425px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link .title-map {
        font-size: 16px;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link a {
    text-decoration: none;
    color: #293133;
    outline: none;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    pointer-events: none;
}

@media (max-width: 1425px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link a {
        font-size: 14px;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link a:hover {
    color: #95c11f;
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:hover:before {
        content: "";
        width: 51px;
        height: 43px;
        background-image: url("../img/ilet-arrow.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: -30px;
        opacity: 1;
    }

    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:hover:after {
        content: "";
        width: 51px;
        height: 10px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: 0;
        opacity: 1;
    }

@media (max-width: 991px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:hover {
        box-shadow: none;
    }

        .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:hover:before,
        .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link:hover:after {
            display: none;
        }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    padding: 35px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background-color: #95c11f;
}

@media (max-width: 1425px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active {
        padding: 30px 20px;
    }
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active:before {
    content: "";
    width: 51px;
    height: 43px;
    background-image: url("../img/ilet-arrow-c.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -30px;
    opacity: 1;
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    width: 51px;
    height: 10px;
    background-color: #95c11f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    opacity: 1;
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active .title-map {
    color: #fff;
}

.iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active a {
    pointer-events: auto;
    color: #fff;
}

@media (max-width: 991px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active {
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #ddd;
        margin-bottom: 25px;
        padding: 20px;
    }

        .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active:before,
        .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active:after {
            display: none;
        }
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-map .nav-tabs .nav-item .nav-link.active {
        padding: 15px;
    }
}

.iletisim-sub-page .iletisim-map .mobile-tabs {
    display: none;
}

@media (max-width: 991px) {
    .iletisim-sub-page .iletisim-map .mobile-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        top: auto;
        margin-bottom: 15px;
    }

        .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item {
            width: 33.33%;
        }

            .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link {
                border: none;
                padding: 0;
                height: 40px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
            }

                .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link .map-marker {
                    text-align: center;
                }

                    .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link .map-marker i {
                        color: #293133;
                        font-size: 26px;
                        display: none;
                    }

                    .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link .map-marker span {
                        color: #293133;
                        font-size: 11px;
                        line-height: 14px;
                        text-align: center;
                        font-weight: bold;
                        display: block;
                    }

                .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link.active {
                    border: none;
                    padding: 0;
                    background-color: #95c11f;
                }

                    .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link.active .map-marker i {
                        color: #95c11f;
                        display: none;
                    }

                    .iletisim-sub-page .iletisim-map .mobile-tabs .nav-item .nav-link.active .map-marker span {
                        display: block;
                        color: #fff;
                    }
}

.iletisim-sub-page .iletisim-map .tab-content .tab-pane iframe {
    width: 100% !important;
    display: block;
}

@media (max-width: 500px) {
    .iletisim-sub-page .iletisim-map .tab-content .tab-pane iframe {
        height: 350px;
    }
}

.servis-satis-sub-page {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .servis-satis-sub-page {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .servis-satis-sub-page {
        margin-top: 20px;
    }
}

.servis-satis-sub-page .title-in {
    color: #293133;
    font-weight: 900;
    margin-bottom: 50px;
    font-size: 18px;
}

@media (max-width: 1425px) {
    .servis-satis-sub-page .title-in {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .servis-satis-sub-page .title-in {
        margin-bottom: 20px;
    }
}

.servis-satis-sub-page .listeler {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .servis-satis-sub-page .listeler {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .servis-satis-sub-page .listeler {
        margin-bottom: 20px;
    }
}

.servis-satis-sub-page .listeler .filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    border: none;
}

@media (max-width: 600px) {
    .servis-satis-sub-page .listeler .filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.servis-satis-sub-page .listeler .filter .items {
    position: relative;
    margin-right: 100px;
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .listeler .filter .items {
        margin-right: 50px;
    }
}

@media (max-width: 600px) {
    .servis-satis-sub-page .listeler .filter .items {
        margin-right: 0px;
    }
}

.servis-satis-sub-page .listeler .filter .items:before {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #293133;
    z-index: 5;
    font-family: "fontawesome";
}

.servis-satis-sub-page .listeler .filter .items select::-ms-expand {
    display: none;
}

.servis-satis-sub-page .listeler .filter .items select {
    background-color: #f0f0f0;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
    color: #293133;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding-right: 35px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    font-size: 18px;
}

@media (max-width: 1425px) {
    .servis-satis-sub-page .listeler .filter .items select {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .servis-satis-sub-page .listeler .filter .items select {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .servis-satis-sub-page .listeler .filter .items:nth-of-type(1) {
        width: 40%;
        padding-right: 2px;
    }
}

@media (max-width: 600px) {
    .servis-satis-sub-page .listeler .filter .items:nth-of-type(2) {
        width: 60%;
        padding-left: 2px;
    }
}

@media (max-width: 600px) {
    .servis-satis-sub-page .listeler .filter .items:nth-of-type(3) {
        width: 100%;
        margin-top: 4px;
    }
}

.servis-satis-sub-page .listeler .firma-al {
    width: 100%;
}

.servis-satis-sub-page .listeler .firma-kapali {
    display: none;
}

.servis-satis-sub-page .listeler .firma-listesi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 768px) {
    .servis-satis-sub-page .listeler .firma-listesi {
        margin: 0 -10px;
    }
}

@media (max-width: 575px) {
    .servis-satis-sub-page .listeler .firma-listesi {
        margin: 0;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .listeler .firma-listesi .items {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .servis-satis-sub-page .listeler .firma-listesi .items {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .servis-satis-sub-page .listeler .firma-listesi .items {
        width: 100%;
        padding: 0;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title {
    position: relative;
    padding: 5px 20px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border: 1px solid #efefef;
    height: 190px;
    width:100%;
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title {
        padding: 0px 10px;
        padding-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title {
        padding: 5px 15px;
        height: auto;
        border: 1px solid #ddd;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .konsept-etiket {
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #95c11f;
    color: #fff;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 3px 5px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .konsept-etiket {
        font-size: 11px;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number {
    font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    color: rgba(41, 49, 51, 0.04);
    pointer-events: none;
    position: relative;
}

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text {
        position: absolute;
        top: 55%;
        left: 0;
        pointer-events: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        line-height: normal;
        font-size: initial;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-ll {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-ll img {
                width: 40px;
                margin-right: 10px;
                position: relative;
                top: -1px;
            }

        .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .ozellikler {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .ozellikler .item {
                position: relative;
                cursor: pointer;
                margin-right: 15px;
            }

                .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .ozellikler .item img {
                    height: 21px;
                }

        .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .title-firma {
            font-weight: 900;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            margin-top: 5px;
        }

            .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .title-firma img {
                margin-right: 5px;
            }

            .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .title-firma span {
                position: relative;
                top: 1px;
                font-size: 16px;
                line-height: normal;
                color: #fff;
                background-color: #95c11f;
                padding: 2px 8px;
            }

@media (max-width: 1425px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .title-firma span {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text .text-rr .title-firma span {
        font-size: 14px;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn {
    position: absolute;
    top: 55%;
    left: 0;
    pointer-events: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: normal;
    font-size: initial;
}

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .ozellikler {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .ozellikler .item {
            position: relative;
            cursor: pointer;
            margin-right: 15px;
        }

            .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .ozellikler .item img {
                height: 21px;
            }

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .title-firma {
        font-weight: 900;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 5px;
    }

        .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .title-firma img {
            margin-right: 5px;
        }

        .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .title-firma span {
            position: relative;
            top: 1px;
            font-size: 16px;
            line-height: normal;
            color: #293133;
        }

@media (max-width: 1425px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .title-firma span {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .number .text-nn .title-firma span {
        font-size: 14px;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1425px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor {
        font-size: 14px;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span {
    width: 100%;
    margin-bottom: 5px;
}

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span strong {
        font-weight: 500;
        margin: 0;
    }

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

@media (max-width: 991px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map {
        padding-right: 11px;
        padding-left: 11px;
        padding-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map {
        position: relative;
        bottom: auto;
        left: auto;
        padding-left: 0px;
        padding-bottom: 3px;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map a {
    display: block;
    font-weight: 600;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map a img {
        margin-left: 10px;
        position: relative;
        top: -2px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

@media (max-width: 1425px) {
    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map a img {
        top: -1px;
    }
}

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map a:hover {
    color: #95c11f;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

    .servis-satis-sub-page .listeler .firma-listesi .items .firma-title .infor span.url-map a:hover img {
        margin-left: 15px;
    }

.servis-satis-sub-page .listeler .firma-listesi .items .firma-title:hover {
    border: 1px solid #95c11f;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.servis-satis-sub-page .item-icon {
    background-color: rgba(240, 240, 240, 0.42);
    padding: 20px 0;
}

@media (max-width: 575px) {
    .servis-satis-sub-page .item-icon {
        padding-top: 14px;
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .servis-satis-sub-page .item-icon .container {
        max-width: 100%;
    }

        .servis-satis-sub-page .item-icon .container .row {
            margin: 0 -7px;
        }

            .servis-satis-sub-page .item-icon .container .row .col-6 {
                padding: 0 7px;
            }
}

.servis-satis-sub-page .item-icon .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .servis-satis-sub-page .item-icon .item {
        border: 1px solid #ddd;
        padding: 5px;
        margin-bottom: 14px;
    }
}

.servis-satis-sub-page .item-icon .item img {
    height: 24px;
    margin-right: 10px;
}

.servis-satis-sub-page .item-icon .item span {
    font-size: 18px;
    color: #293133;
}

@media (max-width: 768px) {
    .servis-satis-sub-page .item-icon .item span {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .servis-satis-sub-page .item-icon .item span {
        font-size: 14px;
    }
}

.servis-satis-sub-page .kullanim-kalavuzlari {
    margin-bottom: 50px;
}

    .servis-satis-sub-page .kullanim-kalavuzlari .title-in {
        margin-bottom: 20px;
    }

    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 -5px;
    }

        .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item {
            width: 7.69%;
            padding: 5px;
        }

@media (max-width: 1400px) {
    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item {
        width: 10%;
    }
}

@media (max-width: 1200px) {
    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item {
        width: 14.28%;
    }
}

@media (max-width: 991px) {
    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item {
        width: 20%;
    }
}

@media (max-width: 575px) {
    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item {
        width: 50%;
    }
}

.servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item a img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

@media (max-width: 575px) {
    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item a img {
        height: 210px;
    }
}

.servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item a .k-title {
    background-color: #95c11f;
    color: #fff;
    padding: 5px 2px;
    font-size: 11px;
    line-height: normal;
    transition: .3s all;
}

    .servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item a .k-title span {
        display: block;
        text-align: center;
    }

.servis-satis-sub-page .kullanim-kalavuzlari .flex-in .item a:hover .k-title {
    background-color: #ec776a;
}

.sss-sub-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .sss-sub-page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .sss-sub-page {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.sss-sub-page .accordion .card {
    border-radius: 0;
    margin-bottom: 25px;
    border: 1px solid #ddd !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

@media (max-width: 575px) {
    .sss-sub-page .accordion .card {
        margin-bottom: 15px;
    }
}

.sss-sub-page .accordion .card .card-header {
    background-color: #f7f7f7;
    padding: 0;
}

    .sss-sub-page .accordion .card .card-header .mb-0 button {
        outline: none;
        border: none;
        box-shadow: none;
        text-decoration: none;
        display: block;
        padding: 15px 20px;
        width: 100%;
        color: #293133;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        position: relative;
        padding-right: 45px;
    }

@media (max-width: 1425px) {
    .sss-sub-page .accordion .card .card-header .mb-0 button {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .sss-sub-page .accordion .card .card-header .mb-0 button {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .sss-sub-page .accordion .card .card-header .mb-0 button {
        padding: 5px 10px;
        padding-right: 40px;
        font-size: 14px;
    }
}

.sss-sub-page .accordion .card .card-header .mb-0 button i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 1425px) {
    .sss-sub-page .accordion .card .card-header .mb-0 button i {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .sss-sub-page .accordion .card .card-header .mb-0 button i {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .sss-sub-page .accordion .card .card-header .mb-0 button i {
        font-size: 20px;
        right: 15px;
    }
}

@media (max-width: 991px) {
    .sss-sub-page .accordion .card .card-body {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .sss-sub-page .accordion .card .card-body {
        padding: 10px;
    }
}

.sss-sub-page .accordion .card:hover,
.sss-sub-page .accordion .card.active {
    border: 1px solid #95c11f !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

    .sss-sub-page .accordion .card:hover .card-header .mb-0 button,
    .sss-sub-page .accordion .card.active .card-header .mb-0 button {
        color: #95c11f;
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
    }

.modeller-sub-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .modeller-sub-page {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .modeller-sub-page {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.modeller-sub-page .item-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list {
        margin: 0;
    }
}

.modeller-sub-page .item-list .item {
    width: 50%;
    padding: 0 40px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item {
        width: 100%;
        padding: 0;
    }
}

.modeller-sub-page .item-list .item:nth-child(2n+0) {
    margin-top: 100px;
}

@media (max-width: 1425px) {
    .modeller-sub-page .item-list .item:nth-child(2n+0) {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item:nth-child(2n+0) {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item {
        width: 100%;
        margin-bottom: 50px;
    }
}

.modeller-sub-page .item-list .item .flex-in {
    position: relative;
}

    .modeller-sub-page .item-list .item .flex-in .img {
        text-align: right;
        position: relative;
        z-index: 6;
        padding-right: 15px;
        opacity: 1;
        pointer-events: auto;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

@media (max-width: 500px) {
    .modeller-sub-page .item-list .item .flex-in .img {
        padding: 15px;
    }
}

.modeller-sub-page .item-list .item .flex-in .img img {
    height: 350px;
}

@media (max-width: 1425px) {
    .modeller-sub-page .item-list .item .flex-in .img img {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .modeller-sub-page .item-list .item .flex-in .img img {
        height: 275px;
    }
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item .flex-in .img img {
        height: 425px;
    }
}

@media (max-width: 610px) {
    .modeller-sub-page .item-list .item .flex-in .img img {
        height: 300px;
    }
}

@media (max-width: 610px) {
    .modeller-sub-page .item-list .item .flex-in .img img {
        height: auto;
        width: 100%;
    }
}

.modeller-sub-page .item-list .item .flex-in .hover-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #f0f0f0;
}

@media (max-width: 1425px) {
    .modeller-sub-page .item-list .item .flex-in .hover-img {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item .flex-in .hover-img {
        width: 53%;
    }
}

@media (max-width: 500px) {
    .modeller-sub-page .item-list .item .flex-in .hover-img {
        width: 60%;
    }
}

.modeller-sub-page .item-list .item .flex-in .hover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.modeller-sub-page .item-list .item .flex-in .title-in {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 3;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .modeller-sub-page .item-list .item .flex-in .title-in span {
        font-size: 120px;
        line-height: 120px;
        color: rgba(41, 49, 51, 0.04);
        font-weight: 900;
        position: relative;
        display: block;
        padding-top: 5px;
    }

@media (max-width: 1425px) {
    .modeller-sub-page .item-list .item .flex-in .title-in span {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 1200px) {
    .modeller-sub-page .item-list .item .flex-in .title-in span {
        font-size: 90px;
        line-height: 90px;
    }
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item .flex-in .title-in span {
        font-size: 120px;
        line-height: 120px;
    }
}

@media (max-width: 610px) {
    .modeller-sub-page .item-list .item .flex-in .title-in span {
        font-size: 90px;
        line-height: 90px;
    }
}

@media (max-width: 500px) {
    .modeller-sub-page .item-list .item .flex-in .title-in span {
        font-size: 70px;
        line-height: 70px;
        color: rgba(41, 49, 51, 0.08);
    }
}

.modeller-sub-page .item-list .item .flex-in .title-in span:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 47px;
    height: 1px;
    background-color: #95c11f;
}

.modeller-sub-page .item-list .item .flex-in .title-in .text {
    width:145px;
    font-weight: 900;
    color: #293133;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 1425px) {
    .modeller-sub-page .item-list .item .flex-in .title-in .text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item .flex-in .title-in .text {
        font-size: 18px;
    }
}

@media (max-width: 610px) {
    .modeller-sub-page .item-list .item .flex-in .title-in .text {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .modeller-sub-page .item-list .item .flex-in .title-in .text {
        font-size: 14px;
    }
}

.modeller-sub-page .item-list .item .flex-in .hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 50%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .modeller-sub-page .item-list .item .flex-in .hover-content .link-in {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: right;
        padding-bottom: 15px;
    }

        .modeller-sub-page .item-list .item .flex-in .hover-content .link-in a {
            padding: 8px 15px;
            text-decoration: none;
            outline: none;
            color: #293133;
            background-color: #f0f0f0;
            border-radius: 20px;
            position: relative;
            right: -15px;
            transition: all .2s;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
        }

@media (max-width: 1200px) {
    .modeller-sub-page .item-list .item .flex-in .hover-content .link-in a {
        font-size: 14px;
    }
}

.modeller-sub-page .item-list .item .flex-in .hover-content .link-in a img {
    position: relative;
    top: -1px;
    margin-left: 10px;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    opacity: .8;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

@media (max-width: 350px) {
    .modeller-sub-page .item-list .item .flex-in .hover-content .link-in a img {
        display: none;
    }
}

.modeller-sub-page .item-list .item .flex-in .hover-content .link-in a:hover {
    background-color: #95c11f;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

    .modeller-sub-page .item-list .item .flex-in .hover-content .link-in a:hover img {
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        opacity: 1;
    }

.modeller-sub-page .item-list .item .flex-in:hover .img {
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.modeller-sub-page .item-list .item .flex-in:hover .hover-img img {
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.modeller-sub-page .item-list .item .flex-in:hover .title-in {
    top: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.modeller-sub-page .item-list .item .flex-in:hover .hover-content {
    opacity: 1;
    pointer-events: auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 991px) {
    .modeller-sub-page .item-list .item:nth-child(2n+0) .flex-in .img {
        text-align: left;
    }

    .modeller-sub-page .item-list .item:nth-child(2n+0) .flex-in .hover-img {
        right: auto;
        left: 0;
    }

    .modeller-sub-page .item-list .item:nth-child(2n+0) .flex-in .title-in {
        left: auto;
        right: 0;
    }

    .modeller-sub-page .item-list .item:nth-child(2n+0) .flex-in .hover-content {
        left: auto;
        right: 0;
    }

        .modeller-sub-page .item-list .item:nth-child(2n+0) .flex-in .hover-content .link-in {
            text-align: left;
        }

            .modeller-sub-page .item-list .item:nth-child(2n+0) .flex-in .hover-content .link-in a {
                right: auto;
                left: -15px;
            }
}

.modeller-liste-sub-page .top {
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .top {
        margin-bottom: 20px;
    }
}

.modeller-liste-sub-page .top ul {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .top ul {
        margin: 0 -10px;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .top ul {
        margin: 0;
    }
}

.modeller-liste-sub-page .top ul:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: 3;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .top ul:before {
        display: none;
    }
}

.modeller-liste-sub-page .top ul .owl-item {
    padding: 10px 0;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .top ul .owl-item {
        padding: 0;
    }
}

.modeller-liste-sub-page .top ul li {
    padding: 0 20px;
    position: relative;
    text-align: center;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .top ul li {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .top ul li {
        padding: 5px 0;
        border: 1px solid #ddd;
    }
}

.modeller-liste-sub-page .top ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(41, 49, 51, 0.7);
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .top ul li:before {
        display: none;
    }
}

.modeller-liste-sub-page .top ul li a {
    text-decoration: none;
    color: #293133;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

@media (max-width: 1500px) {
    .modeller-liste-sub-page .top ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .top ul li a {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .top ul li a:hover {
    color: #95c11f;
}

.modeller-liste-sub-page .top ul li.active a {
    position: relative;
}

    .modeller-liste-sub-page .top ul li.active a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 1px;
        background-color: #95c11f;
        z-index: 5;
    }

.modeller-liste-sub-page .bottom {
    margin-bottom: 50px;
}

    .modeller-liste-sub-page .bottom .flex-in {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .modeller-liste-sub-page .bottom .flex-in .items {
            width: 25%;
            position: relative;
            padding: 50px 40px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

@media (max-width: 1425px) {
    .modeller-liste-sub-page .bottom .flex-in .items {
        width: 33.33%;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .bottom .flex-in .items {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .bottom .flex-in .items {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .bottom .flex-in .items {
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
}

.modeller-liste-sub-page .bottom .flex-in .items:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(41, 49, 51, 0.35);
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .bottom .flex-in .items:before {
        display: none !important;
    }
}

.modeller-liste-sub-page .bottom .flex-in .items:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 30px);
    background-color: rgba(41, 49, 51, 0.35);
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .bottom .flex-in .items:after {
        display: none !important;
    }
}

.modeller-liste-sub-page .bottom .flex-in .items .img img {
    height: 288px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .bottom .flex-in .items .img img {
        height: 250px;
    }
}

.modeller-liste-sub-page .bottom .flex-in .items .title-in {
    text-align: center;
    margin-top: 8px;
}

    .modeller-liste-sub-page .bottom .flex-in .items .title-in span {
        display: block;
        color: #293133;
    }

        .modeller-liste-sub-page .bottom .flex-in .items .title-in span:first-child {
            font-size: 18px;
            font-weight: bold;
        }

.modeller-liste-sub-page .bottom .flex-in .items .link-in {
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    pointer-events: none;
}

    .modeller-liste-sub-page .bottom .flex-in .items .link-in .al {
        display: table;
        border-radius: 20px;
        padding: 4px 15px;
        margin: 0 auto;
    }

@media (max-width: 1425px) {
    .modeller-liste-sub-page .bottom .flex-in .items .link-in .al {
        padding: 4px 15px;
        font-size: 14px;
    }
}

.modeller-liste-sub-page .bottom .flex-in .items .link-in .al img {
    margin-left: 7px;
}

.modeller-liste-sub-page .bottom .flex-in .items .link-in .al:hover {
    background-color: #fff;
}

.modeller-liste-sub-page .bottom .flex-in .items:hover {
    background-color: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .modeller-liste-sub-page .bottom .flex-in .items:hover .link-in {
        pointer-events: auto;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.modeller-liste-sub-page .bottom .flex-in .items:nth-child(4n+0):before {
    display: none;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .bottom .flex-in .items:nth-child(4n+0):before {
        display: block;
    }

    .modeller-liste-sub-page .bottom .flex-in .items:nth-child(3n+0):before {
        display: none;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .bottom .flex-in .items:nth-child(3n+0):before {
        display: block;
    }

    .modeller-liste-sub-page .bottom .flex-in .items:nth-child(2n+0):before {
        display: none;
    }
}

.modeller-liste-sub-page .bottom .flex-in .items:nth-last-child(1):after,
.modeller-liste-sub-page .bottom .flex-in .items:nth-last-child(2):after,
.modeller-liste-sub-page .bottom .flex-in .items:nth-last-child(3):after,
.modeller-liste-sub-page .bottom .flex-in .items:nth-last-child(4):after {
    display: none;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .bottom .flex-in .items:nth-last-child(4):after {
        display: block;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .bottom .flex-in .items:nth-last-child(3):after {
        display: block;
    }
}

.modeller-liste-sub-page .model-detay-sub-page p {
    margin: 0;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out {
        height: 670px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out {
        height: 670px !important;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out.sld-2fix {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out {
        height: 660px !important;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out {
        height: auto !important;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .nav-tabs li {
        margin: 0 10px;
        padding: 0;
        list-style: none;
        border: none;
        border-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .nav-tabs li a {
            margin: 0;
            padding: 0;
            list-style: none;
            border: none;
            border-radius: 0;
            outline: none;
            color: #000;
            width: 20px;
            height: 20px;
            border: 1px solid rgba(181, 181, 181, 0.5);
            border-radius: 50%;
            display: block;
            position: relative;
            overflow: hidden;
            padding: 3px;
        }

            .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .nav-tabs li a .colo-bg {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 50%;
            }

            .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .nav-tabs li a.active {
                width: 25px;
                height: 25px;
                background-color: transparent;
            }

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 {
    height: 100%;
    padding-top: 135px;
    padding-bottom: 40px;
    position: relative;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 {
        padding-bottom: 0;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 {
        padding-top: 100px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .nav-tabs {
    position: absolute;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out {
    position: relative;
    z-index: 5;
    height: 100%;
    pointer-events: none;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container {
        height: 100%;
        max-width: 100%;
    }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content {
            height: 100%;
            position: relative;
            overflow: hidden;
        }

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content {
        padding: 0 25px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane {
    height: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img {
        height: 100%;
        text-align: center;
        width: 50%;
    }

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img {
        width: 100%;
        text-align: center;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img .img-inx {
    text-align: left;
    height: 100%;
    position: relative;
    display: inline-block;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img .img-inx {
        text-align: center;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img .img-inx img {
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img .img-inx img {
        height: auto;
        max-width: 85%;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .container .tab-content .tab-pane .img .img-inx img {
        max-width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in {
        left: auto;
        top: 50%;
        right: 00px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in {
        right: 10px;
        left: auto;
        top: 5px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: block;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in {
        right: 5px;
        left: auto;
        top: 0px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: block;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in img {
    width: 110px;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .img-out .logo-in img {
        width: 80px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out {
    background-color: #f25e3d;
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out {
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        bottom: 35px;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out {
        bottom: auto;
        top: 50%;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out {
        bottom: auto;
        top: 60%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out {
        top: 60%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container {
    position: relative;
    max-width: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: relative;
        z-index: 9;
        width: 50%;
        margin-left: auto;
    }

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx {
        height: 265px;
    }
}

@media (max-width: 450px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx {
        height: 150px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in {
    padding: 30px 0;
    padding-left: 50px;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in {
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
    font-size: 7vh;
    line-height: 8vh;
    color: #fff;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        opacity: 0;
        pointer-events: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p:nth-of-type(1),
.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p:nth-of-type(3) {
    color: rgba(255, 255, 255, 0);
    text-stroke: 1px rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 70px;
        line-height: 90px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 70px;
        line-height: 90px;
    }
}

@media (max-width: 1310px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 8vh;
        line-height: 9vh;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 70px;
        line-height: 90px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .flex-inx .title-in p {
        font-size: 31px;
        line-height: 41px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .logo-in {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .logo-in {
        left: auto;
        top: 50%;
        right: 00px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .logo-in {
        right: 13px;
        left: auto;
        top: 5px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .logo-in img {
    width: 110px;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .logo-in img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .logo-in img {
        width: 80px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 11;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out {
        display: none;
    }
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out {
        width: 100%;
        bottom: -100px;
        z-index: 5;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out {
        width: 100%;
        bottom: -75px;
        z-index: 5;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 360px;
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out ul {
        width: 100%;
    }
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .container .price-out ul a {
        border: 1px solid rgba(0, 0, 0, 0.5);
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt {
    background-color: #fff;
    padding-top: 25px;
    position: relative;
    top: 3px;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt {
        padding-top: 15px;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt {
        display: none;
    }
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt {
        position: absolute;
        bottom: -190px;
        top: auto;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt {
        bottom: -180px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
}

@media (max-width: 1125px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item {
    display: block;
    text-align: center;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 70px;
        line-height: 75px;
        font-weight: bold;
        position: relative;
        color: #95c11f;
        padding-right: 20px;
    }

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 40px;
        line-height: 45px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item:nth-of-type(1) span label {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item:nth-of-type(2) span {
    font-size: 16px;
    color: #707070;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-1 .title-out .right-txt .price-in .flex-in .item:nth-of-type(2) span {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 {
    height: 100%;
    position: relative;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-color: #388fba;
        z-index: -1;
    }

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:before {
        height: 65%;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:before {
        height: 55%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:after {
    content: attr(data-text-bg);
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    font-size: 12vw;
    line-height: 17vw;
    letter-spacing: 8px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0);
    text-stroke: 1px rgba(255, 255, 255, 0.05);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
    text-align: center;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:after {
        height: 65%;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:after {
        font-size: 18vw;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:after {
        height: 55%;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2:after {
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content {
    height: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane {
        height: 100%;
    }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .container {
            height: 100%;
        }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            padding-top: 120px;
            height: 100%;
        }

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in {
        padding-top: 100px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left {
    width: 50%;
    height: 100%;
    padding-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left {
        padding-bottom: 25px;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left {
        width: 100%;
        position: relative;
        z-index: 5;
        padding-bottom: 10px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left .img {
    text-align: center;
    height: 100%;
    padding-top: 25px;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left .img {
        padding-top: 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left .img img {
    height: 100%;
    max-width: initial;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .left .img img {
        max-width: 100%;
        height: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right {
    width: 50%;
    height: 100%;
    position: relative;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in {
    position: relative;
    top: 50px;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in {
        display: none;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in {
        top: auto;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in {
        top: -18px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span {
    width: 100%;
    text-align: center;
    display: block;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span {
        padding: 0 25px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span:nth-of-type(1) {
    font-size: 14vw;
    line-height: 14vw;
    color: #3b98c5;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 25px;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span:nth-of-type(1) {
        font-size: 17vw;
        line-height: 17vw;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span:nth-of-type(1) {
        font-size: 24vw;
        line-height: 24vw;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span:nth-of-type(2) {
    font-family: 'intro_script_rl_base';
    font-size: 6vw;
    line-height: 5vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .title-in span:nth-of-type(2) {
        font-size: 7vw;
        line-height: 6vw;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .logo-in {
    position: absolute;
    right: 0;
    top: 20px;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .logo-in {
        width: 100px;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .logo-in {
        right: 25px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .logo-in {
        right: 20px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .logo-in {
        right: 15px;
        top: 15px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .tab-content .tab-pane .flex-in .right .logo-in img {
        width: 80px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos {
        bottom: 5%;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .left {
    width: 50%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .left {
        width: 100%;
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right {
    width: 50%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .nav-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .nav-tabs {
        margin-bottom: 10px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item {
            display: block;
            text-align: center;
        }

            .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
                font-size: 70px;
                line-height: 75px;
                font-weight: bold;
                position: relative;
                color: #95c11f;
                padding-right: 20px;
            }

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 40px;
        line-height: 45px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span label {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
    font-size: 16px;
    color: #707070;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-2 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 {
    background-color: #293133;
    height: 100%;
    position: relative;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3:after {
        content: "";
        position: absolute;
        width: 43%;
        height: 120%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-color: #83b83b;
        border-bottom-right-radius: 20%;
        border-top-right-radius: 75%;
    }

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content {
    height: 100%;
    position: relative;
    z-index: 4;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane {
        height: 100%;
    }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .container {
            height: 100%;
        }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            padding-top: 120px;
            height: 100%;
        }

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in {
        padding-top: 100px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
    width: 50%;
    height: 88%;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
        padding-bottom: 25px;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
        width: 100%;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
        width: 100%;
        position: relative;
        z-index: 5;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img {
    text-align: center;
    height: 100%;
    padding-top: 25px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img {
        padding: 0 25px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img img {
    height: 100%;
    max-width: initial;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img img {
        max-width: 100%;
        height: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in {
        right: 45px;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in {
        right: 0px;
        top: 0%;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in img {
        width: 80px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .right {
    width: 50%;
    height: 100%;
    position: relative;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .right {
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 5;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos {
        bottom: 5%;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos {
        position: relative;
        left: auto;
        bottom: auto;
        display: none;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos {
        position: relative;
        bottom: auto;
        left: auto;
        background-color: #fff;
        padding-top: 25px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .left {
    width: 50%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .left {
        width: 100%;
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right {
    width: 50%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .nav-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .nav-tabs {
        margin-bottom: 10px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item {
            display: block;
            text-align: center;
        }

            .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
                font-size: 70px;
                line-height: 75px;
                font-weight: bold;
                position: relative;
                color: #95c11f;
                padding-right: 20px;
            }

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 40px;
        line-height: 45px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span label {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 4;
    transform: translateY(-50%);
    width: 55%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x {
        display: none;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x {
        top: 47%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p {
    font-size: 10vh;
    line-height: 12vh;
    color: rgba(0, 0, 0, 0.06);
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p:nth-of-type(1),
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p:nth-of-type(3) {
        color: rgba(255, 255, 255, 0);
        text-stroke: 1px rgba(255, 255, 255, 0.5);
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 15vw;
        line-height: 19vw;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 13vw;
        line-height: 20vw;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
}

    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .nav-tabs li {
        margin: 0 10px;
        padding: 0;
        list-style: none;
        border: none;
        border-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .nav-tabs li a {
            margin: 0;
            padding: 0;
            list-style: none;
            border: none;
            border-radius: 0;
            outline: none;
            color: #000;
            width: 20px;
            height: 20px;
            border: 1px solid rgba(181, 181, 181, 0.5);
            border-radius: 50%;
            display: block;
            position: relative;
            overflow: hidden;
            padding: 3px;
        }

            .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .nav-tabs li a .colo-bg {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 50%;
            }

            .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .nav-tabs li a.active {
                width: 25px;
                height: 25px;
                background-color: transparent;
            }

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 5;
    display: none;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos {
        bottom: 5%;
    }
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin-top: 25px;
    }

        .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos.mdl1-fix {
            margin-top: 0;
        }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos {
        position: relative;
        bottom: auto;
        left: auto;
        background-color: #fff;
        padding-top: 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .left {
    width: 50%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .left {
        width: 100%;
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right {
    width: 50%;
}

@media (max-width: 1280px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .nav-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .nav-tabs {
        margin-bottom: 10px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item {
            display: block;
            text-align: center;
        }

            .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
                font-size: 70px;
                line-height: 75px;
                font-weight: bold;
                position: relative;
                color: #95c11f;
                padding-right: 20px;
            }

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 40px;
        line-height: 45px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span label {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}

.modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
    font-size: 16px;
    color: #293133;
}

@media (max-width: 1366px) {
    .modeller-liste-sub-page .model-detay-sub-page .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .desc-1 {
    margin-top: 25px;
}

    .modeller-liste-sub-page .model-detay-sub-page .desc-1 .desc {
        display: table;
        margin: 0 auto;
        width: 895px;
        font-size: 20px;
        color: #293133;
        text-align: center;
        line-height: 35px;
    }

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .desc-1 .desc {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .desc-1 .desc {
        line-height: 28px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider {
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider {
        margin-top: 30px;
    }

        .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .container {
            padding: 0;
        }
}

.modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste {
    position: relative;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item {
    text-align: center;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item {
        padding-bottom: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span {
    font-size: 46px;
    line-height: 80px;
    font-weight: bold;
    color: #95c11f;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span {
        font-size: 30px;
        line-height: 50px;
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span {
        color: rgba(41, 49, 51, 0.25);
    }
}

.modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span sup {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    line-height: normal;
    top: 15px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span sup {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .top-in span sup {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .bottom-in {
    text-transform: uppercase;
    font-size: 18px;
    color: #293133;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .bottom-in {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item .item .bottom-in {
        font-size: 14px;
        color: rgba(41, 49, 51, 0.25);
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item.active .item {
        position: relative;
    }

        .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item.active .item:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #95c11f;
        }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item.active .item .top-in span {
        color: #95c11f;
    }
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .ozellikler-slider .slider-liste .owl-item.active .item .bottom-in {
        color: #293133;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 90px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video {
        height: auto !important;
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video {
        margin-top: 40px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items {
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items a {
        outline: none;
        position: relative;
        display: block;
        overflow: hidden;
        height: 100%;
        border: 1px solid #ebebeb;
    }

    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(1) {
        width: 40%;
    }

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(1) {
        width: 50%;
        height: 495px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(1) {
        height: 386px;
        width: 60%;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(1) {
        width: 50%;
        height: 226px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(1) img {
    height: 100%;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(2) {
    width: 20%;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(2) a {
        height: 50%;
    }

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(2) {
        width: 50%;
        height: 495px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(2) {
        height: 386px;
        width: 40%;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(2) {
        width: 50%;
        height: 226px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(2) img {
    height: 100%;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) {
    width: 40%;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) a {
    outline: none;
    position: relative;
    display: block;
    height: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) a img:nth-of-type(2) {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        width: 100px;
        height: auto;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) a img:nth-of-type(2) {
        width: 80px;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) a img:nth-of-type(2) {
        width: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items:nth-of-type(3) a img:nth-of-type(2):hover {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.modeller-liste-sub-page .model-detay-sub-page .detay-galeri-video .items a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 {
    margin-top: 50px;
    background-color: rgba(41, 49, 51, 0.08);
    padding: 60px 0;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 {
        padding-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 {
        padding: 20px 0;
        padding-bottom: 10px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 405px;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in {
        height: 390px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in {
        height: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items {
    height: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) {
        width: 20%;
    }

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) {
        order: 2;
        -webkit-order: 2;
        width: 100%;
        margin-top: 30px;
        padding: 0 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) {
        padding: 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li {
        margin-bottom: 8px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .top-in span {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #293133;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .top-in span {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .top-in span {
        font-size: 18px;
        line-height: normal;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .top-in span sup {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: normal;
    top: 0px;
    padding-right: 10px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .top-in span sup {
        font-size: 12px;
        left: 2px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .bot-in {
    font-size: 16px;
    color: #293133;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .bot-in {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul li .bot-in {
        font-size: 12px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul:nth-of-type(2) {
    display: none;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul:nth-of-type(2) {
        display: block;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(1) ul:nth-of-type(2) {
        width: 40%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) {
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) {
        order: 1;
        -webkit-order: 1;
        width: 100%;
        height: 347px;
    }
}

@media (max-width: 610px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) {
        height: 290px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) {
        height: 225px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) img {
    width: calc(100% - 100px);
    object-fit: contain;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) img {
        width: calc(100% - 60px);
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) img {
        width: calc(100% - 40px);
        padding-bottom: 60px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) img {
        width: calc(100% - 0px);
        padding-bottom: 30px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .point {
    display: none;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .point {
        font-size: 26px;
        font-weight: 600;
        display: block;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .point {
        font-size: 16px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in {
        width: 42%;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in {
        width: 45%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in {
    width: calc(100% - 150px);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in {
        width: calc(100% - 100px);
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in {
        width: calc(100% - 70px);
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in {
        width: calc(100% - 20px);
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .line-in {
    width: 100%;
    height: 1px;
    background-color: #293133;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .line-in {
        margin-bottom: 8px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .line-in:before,
.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .line-in:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #293133;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .line-in:after {
    left: auto;
    right: -1px;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in span {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #293133;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in span {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in span {
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in span label {
    font-weight: bold;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in span sup {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: normal;
    top: 0px;
    padding-right: 10px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .point {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .left-in .number-in .point sup {
            line-height: inherit;
        }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in {
        width: 42%;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in {
        width: 45%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in {
    width: calc(100% - 150px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in {
        width: calc(100% - 100px);
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in {
        width: calc(100% - 70px);
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in {
        width: calc(100% - 20px);
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .line-in {
    width: 100%;
    height: 1px;
    background-color: #293133;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .line-in {
        margin-bottom: 8px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .line-in:before,
.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .line-in:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #293133;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .line-in:after {
    left: auto;
    right: -1px;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in span {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #293133;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in span {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in span {
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in span label {
    font-weight: bold;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in span sup {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: normal;
    top: 0px;
    padding-right: 10px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .point {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .mid-in .number-in .point sup {
            line-height: inherit;
        }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in {
    width: 20%;
    height: 100%;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in {
        width: 16%;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in {
        width: 10%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right {
    height: 100%;
    position: relative;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right .line-in {
        height: calc(100% - 70px);
        width: 1px;
        background-color: #293133;
        position: relative;
    }

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right .line-in {
        top: 13px;
        left: 5px;
        height: calc(100% - 60px);
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right .line-in:before,
.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right .line-in:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 9px;
    height: 1px;
    background-color: #293133;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right .line-in:after {
    top: auto;
    bottom: -1px;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right span {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #293133;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right span {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right span {
        display: none;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right span label {
    font-weight: bold;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right span sup {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: normal;
    top: 0px;
    padding-right: 10px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-ozellikleri-2 .container .flex-in .items:nth-of-type(2) .right-in .number-in-right .point {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        left: -5px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in {
        padding-top: 50px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in {
        padding-top: 20px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left {
    width: 50%;
    padding-right: 30px;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left {
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left {
        margin-bottom: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left img {
    width: 100%;
    height: auto;
    transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left img {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left img {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .left img {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
    width: 625px;
}

@media (max-width: 1500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        width: 585px;
    }
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        width: 525px;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        width: 450px;
    }
}

@media (max-width: 1024px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        width: 100%;
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        padding-left: 25px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in {
    text-align: center;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in h1,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in h2,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in h3 {
        font-size: 25px;
        color: #293133;
        font-weight: bold;
    }

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in h1,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in h2,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in h3 {
        font-size: 24px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in p {
    color: #293133;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .desc-in p {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item {
        display: inline-block;
        margin-top: 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li {
    color: #293133;
    text-align: center;
    margin: 0 15px;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li:last-child {
        margin-right: 0;
    }

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li {
        margin: 0 5px;
        display: inline-block;
        float: right;
        margin-bottom: 5px;
    }

        .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li:last-child {
            margin: 0 5px;
        }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li img {
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li img {
        height: 45px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-1 .flex-in .right .right-in .ozellik-item li img {
        height: 40px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 {
    background-color: rgba(41, 49, 51, 0.08);
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 {
        margin-top: 100px;
        overflow: initial;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 {
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 img {
    width: 100%;
    transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 img {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 img {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 img {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in {
    text-align: center;
    width: 600px;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 6;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.65);
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in {
        top: 90px;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in {
        width: 500px;
    }
}

@media (max-width: 1024px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in {
        top: 50px;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        border: 1px solid #ddd;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        top: -75px;
        text-shadow: none;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in {
        width: 100%;
        position: relative;
        top: 20px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h1,
.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h2,
.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h3 {
    font-size: 34px;
    color: #293133;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h1,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h2,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h1,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h2,
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in h3 {
        font-size: 24px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in p {
    color: #293133;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 32px;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 1200px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-aciklama-2 .desc-in p {
        font-size: 14px;
        line-height: 25px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri {
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
        height: 750px;
    }

.detay-slider-out .nav-tabs li .nav-link .colo-bg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.detay-slider-out .nav-tabs li .nav-link.active {
    width: 25px;
    height: 25px;
    background-color: transparent;
}
.detay-slider-out .nav-tabs li .nav-link {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    outline: none;
    color: #000;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(181, 181, 181, 0.5);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in {
        height: auto !important;
        margin: 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a {
    outline: none;
    position: relative;
    height: 100%;
    padding: 5px;
    display: block;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a .img-in {
        height: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
    }

        .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a .img-in:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 5;
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transition: all .6s;
        }

        .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a .img-in:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transition: all .9s;
            z-index: 6;
            background-image: url("../img/zoom-in-img.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 50px;
        }

        .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a .img-in img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a .img-in:hover:before {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }

        .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in a .img-in:hover:after {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
    height: 100%;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left .left-in {
    width: 50%;
    height: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left .left-in .top-in {
        height: 40%;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left .left-in .bot-in {
        height: 60%;
    }

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left .right-in {
    width: 50%;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .left .right-in img {
        width: 100%;
        height: 100%;
    }

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right {
    width: 40%;
    height: 100%;
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right {
        width: 100%;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .top-in {
    height: 60%;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in {
    height: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .left-in {
        height: 100%;
        width: 100%;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in {
        height: 100%;
        width: 50%;
    }

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in {
        height: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 5px;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner {
        height: 100%;
        width: 100%;
        background-color: #f2f4f3;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

        .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner {
            width: 100%;
        }

            .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner img {
                width: auto;
                height: 55px;
                display: block;
                margin: 0 auto;
                margin-bottom: 10px;
                width: 100px;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                -o-transition: all .4s;
            }

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner img {
        width: 80px;
    }
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner img {
        width: 60px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner span {
    display: block;
    color: #293133;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 18px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner span {
        font-size: 14px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner span i {
    font-weight: bold;
    margin-left: 5px;
    font-size: 18px;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner .item-inner span i {
        font-size: 16px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner:hover {
    background-color: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner:hover .item-inner img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-detay-galeri .flex-in .right .bot-in .right-in a .flex-inner:hover .item-inner span {
        color: #fff;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider {
    background-color: rgba(41, 49, 51, 0.08);
    margin-top: 50px;
    padding: 50px 0;
    position: relative;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider {
        margin-top: 25px;
        padding: 0px 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .kat-title {
    font-size: 34px;
    color: #293133;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .kat-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .kat-title {
        font-size: 22px;
        margin-bottom: 10px;
        padding-top: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .kat-desc {
    color: #293133;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .kat-desc {
        font-size: 14px;
        line-height: 25px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .stop-animate-play {
    pointer-events: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .stop-animate-play img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        cursor: pointer;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .stop-animate-play:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
    }

@media (max-width: 575px) and (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item {
        margin: 0;
        padding: 15px 0;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item .slick-list .slick-track .items {
    outline: none;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

@media (min-width: 1425px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item .slick-list .slick-track .items .container {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item .slick-list .slick-track .items .container {
        max-width: 1140px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item .slick-list .slick-track .items .container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item .slick-dots {
        position: relative;
        bottom: auto;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-animate-slider .slider-item .slick-dots li button {
    pointer-events: auto;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark {
    padding: 50px 0;
    background-color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark {
        padding: 40px 0;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark {
        padding: 30px 0;
        padding-bottom: 15px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .left {
        width: 40%;
    }

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .left {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .left {
        width: 100%;
        margin-bottom: 10px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .left img {
    width: calc(100%);
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .left img:nth-of-type(1) {
        display: block;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .left img:nth-of-type(2) {
        display: none;
    }

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 100px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right {
        padding-left: 50px;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right {
        padding-left: 25px;
    }
}

@media (max-width: 600px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right {
        width: 100%;
        padding-left: 5px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(1) {
    margin-bottom: 10px;
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(2) {
    color: rgba(41, 49, 51, 0.4);
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(2) {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(2) {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(3) {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #293133;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(3) {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(3) {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(4) {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #95c11f;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(4) {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(4) {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(5) {
    color: #293133;
    font-size: 24px;
}

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(5) {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark .container .flex-in .right .item p:nth-of-type(5) {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark {
    background-color: #293133;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark .container .flex-in .left img:nth-of-type(1) {
        display: none;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark .container .flex-in .left img:nth-of-type(2) {
        display: block;
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark .container .flex-in .right .item p:nth-of-type(1) img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark .container .flex-in .right .item p:nth-of-type(2) {
        color: rgba(255, 255, 255, 0.4);
    }

    .modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark .container .flex-in .right .item p:nth-of-type(3),
    .modeller-liste-sub-page .model-detay-sub-page .urun-dark.active-dark .container .flex-in .right .item p:nth-of-type(5) {
        color: #fff;
    }

.modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor {
    height: 100vh;
    width: 100%;
}

    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container {
        height: 100vh;
    }

        .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in {
            height: 100vh;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .img,
            .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .text-in {
                font-size: 50px;
                font-weight: 600;
            }

@media (max-width: 991px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .img,
    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .text-in {
        font-size: 36px;
    }
}

@media (max-width: 615px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .img,
    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .text-in {
        font-size: 20px;
    }
}

.modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .img img,
.modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .text-in img {
    width: 300px;
    margin-bottom: 15px;
}

@media (max-width: 615px) {
    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .img img,
    .modeller-liste-sub-page .model-detay-sub-page .urun-guncelleniyor .container .flex-in .text-in img {
        width: 100%;
        padding: 0 25px;
    }
}

.modeller-liste-sub-page .deneme-test {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 600px;
    background-color: #ddd;
}

    .modeller-liste-sub-page .deneme-test .container {
        height: 300vh;
    }

        .modeller-liste-sub-page .deneme-test .container img {
            display: none;
            position: absolute;
            height: 100%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.yedek-parca-sub-page {
    margin-top: 50px;
}

@media (max-width: 500px) {
    .yedek-parca-sub-page {
        margin-top: 10px;
    }
}

.yedek-parca-sub-page .container {
    position: relative;
    overflow: hidden;
}

.yedek-parca-sub-page .top {
    position: relative;
    left: -2px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .top {
        left: auto;
        margin-bottom: 10px;
    }
}

.yedek-parca-sub-page .top ul {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

@media (max-width: 1200px) {
    .yedek-parca-sub-page .top ul {
        margin: 0 -10px;
    }
}

@media (max-width: 768px) {
    .yedek-parca-sub-page .top ul {
        margin: 0;
    }
}

.yedek-parca-sub-page .top ul:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: 3;
}

.yedek-parca-sub-page .top ul .owl-item {
    padding: 10px 0;
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .top ul .owl-item {
        padding: 0;
    }
}

.yedek-parca-sub-page .top ul li {
    padding: 0 20px;
    position: relative;
    text-align: center;
}

@media (max-width: 1200px) {
    .yedek-parca-sub-page .top ul li {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .top ul li {
        border: 1px solid #ddd;
        padding: 5px 0;
        width: 99%;
    }
}

.yedek-parca-sub-page .top ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(41, 49, 51, 0.7);
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .top ul li:before {
        display: none;
    }
}

.yedek-parca-sub-page .top ul li a {
    text-decoration: none;
    color: #293133;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

@media (max-width: 1500px) {
    .yedek-parca-sub-page .top ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .yedek-parca-sub-page .top ul li a {
        font-size: 14px;
    }
}

.yedek-parca-sub-page .top ul li a:hover {
    color: #95c11f;
}

.yedek-parca-sub-page .top ul li.active a {
    position: relative;
}

    .yedek-parca-sub-page .top ul li.active a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 1px;
        background-color: #95c11f;
        z-index: 5;
    }

.yedek-parca-sub-page .bottom {
    margin-bottom: 50px;
}

    .yedek-parca-sub-page .bottom .parca-yok {
        display: none;
    }

    .yedek-parca-sub-page .bottom .flex-in {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .yedek-parca-sub-page .bottom .flex-in .items {
            width: 25%;
            position: relative;
            padding: 50px 40px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in .items {
        width: 33.33%;
    }
}

@media (max-width: 1200px) {
    .yedek-parca-sub-page .bottom .flex-in .items {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .yedek-parca-sub-page .bottom .flex-in .items {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .bottom .flex-in .items {
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
}

.yedek-parca-sub-page .bottom .flex-in .items.ydk-fix .img img {
    height: 227px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.yedek-parca-sub-page .bottom .flex-in .items:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(41, 49, 51, 0.35);
    z-index: 4;
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .bottom .flex-in .items:before {
        display: none !important;
    }
}

.yedek-parca-sub-page .bottom .flex-in .items:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 30px);
    background-color: rgba(41, 49, 51, 0.35);
    z-index: 4;
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .bottom .flex-in .items:after {
        display: none !important;
    }
}

.yedek-parca-sub-page .bottom .flex-in .items .stok-view {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 8px;
    font-size: 13px;
    background-color: #95c11f;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
}

    .yedek-parca-sub-page .bottom .flex-in .items .stok-view.clr {
        background-color: #3c3c3b;
    }

.yedek-parca-sub-page .bottom .flex-in .items .title-in {
    text-align: center;
    margin-top: 8px;
}

    .yedek-parca-sub-page .bottom .flex-in .items .title-in span {
        display: block;
        color: #293133;
    }

        .yedek-parca-sub-page .bottom .flex-in .items .title-in span:first-child {
            font-size: 18px;
            font-weight: bold;
        }

.yedek-parca-sub-page .bottom .flex-in .items .link-in {
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    pointer-events: none;
}

    .yedek-parca-sub-page .bottom .flex-in .items .link-in .al {
        display: table;
        border-radius: 20px;
        padding: 4px 15px;
        margin: 0 auto;
    }

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in .items .link-in .al {
        padding: 4px 15px;
        font-size: 14px;
    }
}

.yedek-parca-sub-page .bottom .flex-in .items .link-in .al img {
    margin-left: 7px;
}

.yedek-parca-sub-page .bottom .flex-in .items .link-in .al:hover {
    background-color: #fff;
}

.yedek-parca-sub-page .bottom .flex-in .items:hover {
    background-color: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .yedek-parca-sub-page .bottom .flex-in .items:hover .link-in {
        pointer-events: auto;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.yedek-parca-sub-page .bottom .flex-in .items:nth-child(4n+0):before {
    display: none;
}

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in .items:nth-child(4n+0):before {
        display: block;
    }

    .yedek-parca-sub-page .bottom .flex-in .items:nth-child(3n+0):before {
        display: none;
    }
}

@media (max-width: 991px) {
    .yedek-parca-sub-page .bottom .flex-in .items:nth-child(3n+0):before {
        display: block;
    }

    .yedek-parca-sub-page .bottom .flex-in .items:nth-child(2n+0):before {
        display: none;
    }
}

.yedek-parca-sub-page .bottom .flex-in .items:nth-last-child(1):after,
.yedek-parca-sub-page .bottom .flex-in .items:nth-last-child(2):after,
.yedek-parca-sub-page .bottom .flex-in .items:nth-last-child(3):after,
.yedek-parca-sub-page .bottom .flex-in .items:nth-last-child(4):after {
    display: none;
}

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in .items:nth-last-child(4):after {
        display: block;
    }
}

@media (max-width: 991px) {
    .yedek-parca-sub-page .bottom .flex-in .items:nth-last-child(3):after {
        display: block;
    }
}

.yedek-parca-sub-page .bottom .flex-in .items.active-line:after {
    display: none;
}

.yedek-parca-sub-page .bottom .flex-in .items.items-parca {
    position: relative;
    overflow: hidden;
    padding: 35px 30px;
}

    .yedek-parca-sub-page .bottom .flex-in .items.items-parca .parca-title {
        font-weight: bold;
        color: #293133;
        text-align: center;
        margin: 5px 0;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .yedek-parca-sub-page .bottom .flex-in .items.items-parca .stok-kod {
        color: #293133;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 5px;
        text-align: center;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

    .yedek-parca-sub-page .bottom .flex-in .items.items-parca .urun-price {
        font-size: 22px;
        font-weight: bold;
        color: #95c11f;
        text-align: center;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca .urun-price bdi {
            position: relative;
            padding-right: 10px;
        }

            .yedek-parca-sub-page .bottom .flex-in .items.items-parca .urun-price bdi .woocommerce-Price-currencySymbol {
                font-weight: 400;
                font-size: 12px;
                position: absolute;
                right: 0;
                top: 0;
                font-weight: 500;
            }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca .urun-price ins {
            background-color: transparent;
        }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca .urun-price .woocommerce-price-suffix {
            font-size: 14px;
            position: relative;
            top: -1px;
            font-weight: 500;
        }

    .yedek-parca-sub-page .bottom .flex-in .items.items-parca form {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 15px 0;
        opacity: 0;
        pointer-events: none;
    }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .left-in {
                width: 50%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                margin-bottom: 10px;
            }

                .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .left-in span {
                    margin-right: 2px;
                    font-weight: 500;
                }

                .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .left-in select {
                    border: none;
                    outline: none;
                    font-size: 16px;
                    padding-bottom: 3px;
                }

                .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .left-in.vr_off {
                    display: none;
                }

            .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .right-in {
                width: 50%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                margin-bottom: 10px;
            }

                .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .right-in span {
                    margin-right: 5px;
                    font-weight: 500;
                }

                .yedek-parca-sub-page .bottom .flex-in .items.items-parca form .item-flex .right-in input {
                    width: 30px;
                    height: auto;
                    outline: none;
                    box-shadow: none;
                    padding: 0;
                    margin: 0;
                    font-size: 16px;
                    line-height: normal;
                    border-radius: 0;
                    border: none;
                    padding-bottom: 3px;
                }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca form button {
            outline: none;
            border: none;
            box-shadow: none;
            border-radius: 0;
            margin: 0 auto;
            padding: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            text-transform: uppercase;
            background-color: #95c11f;
            padding: 7px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 700;
            border: 1px solid transparent;
        }

            .yedek-parca-sub-page .bottom .flex-in .items.items-parca form button img {
                width: 19px;
                margin-right: 5px;
            }

            .yedek-parca-sub-page .bottom .flex-in .items.items-parca form button:hover {
                background-color: transparent;
                border: 1px solid #95c11f;
            }

    .yedek-parca-sub-page .bottom .flex-in .items.items-parca:hover {
        background-color: transparent;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca:hover .link-in {
            pointer-events: auto;
            opacity: 1;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca:hover .stok-kod {
            opacity: 1;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca:hover .urun-price {
            opacity: 0;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

        .yedek-parca-sub-page .bottom .flex-in .items.items-parca:hover form {
            opacity: 1;
            pointer-events: auto;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

.yedek-parca-sub-page .bottom .flex-in.fix-line .items {
    border: 1px solid #ddd;
    margin: 5px;
    width: 24%;
}

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in.fix-line .items {
        width: 31.33%;
    }
}

@media (max-width: 991px) {
    .yedek-parca-sub-page .bottom .flex-in.fix-line .items {
        width: 48%;
    }
}

@media (max-width: 575px) {
    .yedek-parca-sub-page .bottom .flex-in.fix-line .items {
        width: 100%;
    }
}

.yedek-parca-sub-page .bottom .flex-in.fix-line .items:before,
.yedek-parca-sub-page .bottom .flex-in.fix-line .items:after {
    display: none;
}

.yedek-parca-sub-page .bottom .flex-in.liste-active {
    margin-left: -15px;
    margin-right: -15px;
}

    .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca {
        width: 50%;
        padding: 15px;
        border: none;
        margin: 0px;
    }

        .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca:before,
        .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca:after {
            display: none;
        }

@media (max-width: 1200px) {
    .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca {
        width: 100%;
    }
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 35px 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border {
        padding: 20px;
    }
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .img-left {
    width: 40%;
    position: relative;
    padding-right: 30px;
}

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .img-left {
        padding-right: 15px;
    }
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .img-left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right {
    width: 60%;
    padding-left: 30px;
}

@media (max-width: 1425px) {
    .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right {
        padding-left: 15px;
    }
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right .parca-title {
    text-align: left;
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right .stok-kod {
    text-align: left;
    opacity: 1;
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right .urun-price {
    text-align: left;
    opacity: 1;
    margin-bottom: 25px;
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right form {
    position: relative;
    left: auto;
    bottom: auto;
    opacity: 1;
    pointer-events: auto;
}

    .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right form .item-flex {
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

        .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right form .item-flex .left-in {
            width: auto;
            border: 1px solid #ddd;
            margin-right: 15px;
            padding: 2px 10px;
            margin-bottom: 0;
        }

        .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right form .item-flex .right-in {
            width: auto;
            border: 1px solid #ddd;
            padding: 2px 10px;
            margin-bottom: 0;
        }

        .yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border .desc-right form .item-flex button {
            margin: 0;
            margin-top: 15px;
        }

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca .items-border:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.yedek-parca-sub-page .bottom .flex-in.liste-active .items-parca:hover {
    box-shadow: none;
}

.yedek-parca-sub-page .bottom .yedek-parca-pagination {
    margin-top: 25px;
}

.yedek-parca-sub-page .filtre-yedek-parca {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

    .yedek-parca-sub-page .filtre-yedek-parca .title-in {
        font-weight: 700;
        margin-right: 25px;
    }

@media (max-width: 768px) {
    .yedek-parca-sub-page .filtre-yedek-parca .title-in {
        display: none;
    }
}

.yedek-parca-sub-page .filtre-yedek-parca .left {
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 991px) {
    .yedek-parca-sub-page .filtre-yedek-parca .left {
        width: 100%;
    }
}

.yedek-parca-sub-page .filtre-yedek-parca .left .filter-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 600px) {
    .yedek-parca-sub-page .filtre-yedek-parca .left .filter-select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item {
    margin-right: 25px;
}

@media (max-width: 600px) {
    .yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item {
        width: 100%;
        margin: 0;
    }
}

.yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item:last-child {
    margin-right: 0;
}

.yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item .arrow-out {
    position: relative;
    width: 100%;
}

    .yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item .arrow-out:before {
        content: "↓";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 15px;
        color: #808080;
        font-size: 19px;
        z-index: 4;
        pointer-events: none;
    }

    .yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item .arrow-out select {
        font-size: 16px;
        color: #808080;
        border: 1px solid #e6e6e6;
        background-color: #edf4f7;
        border-radius: 20px;
        outline: none;
        padding: 5px 15px;
        box-shadow: none;
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        padding-right: 35px;
    }

@media (max-width: 1200px) {
    .yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item .arrow-out select {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item .arrow-out select {
        border-radius: 0;
        margin-bottom: 5px;
        width: 100%;
    }
}

.yedek-parca-sub-page .filtre-yedek-parca .left .filter-select .item .arrow-out select option {
    color: #808080;
    border: 1px solid #c0c0c0;
    outline: none;
    box-shadow: none;
}

.yedek-parca-sub-page .filtre-yedek-parca .right {
    width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 991px) {
    .yedek-parca-sub-page .filtre-yedek-parca .right {
        display: none;
    }
}

.yedek-parca-sub-page .filtre-yedek-parca .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .yedek-parca-sub-page .filtre-yedek-parca .right ul li {
        cursor: pointer;
    }

        .yedek-parca-sub-page .filtre-yedek-parca .right ul li:first-child {
            margin-right: 15px;
        }

        .yedek-parca-sub-page .filtre-yedek-parca .right ul li img {
            opacity: .5;
        }

        .yedek-parca-sub-page .filtre-yedek-parca .right ul li.active img {
            opacity: 1;
        }

.alert-s {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 50px 0px;
    margin-top: 40px;
}

@media (max-width: 500px) {
    .alert-s {
        margin-top: 20px;
    }
}

.alert-s .flex-in {
    background-color: #fdfdfd;
    padding: 25px 35px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

@media (max-width: 500px) {
    .alert-s .flex-in {
        padding: 15px 20px;
        width: 100%;
    }
}

.alert-s .flex-in img {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .alert-s .flex-in img {
        width: 160px;
    }
}

.alert-s .flex-in .alert {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .alert-s .flex-in .alert {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .alert-s .flex-in .alert {
        font-size: 14px;
    }
}

.alert-s.fix-s .flex-in {
    width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

    .alert-s.fix-s .flex-in .alert {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .alert-s.fix-s .flex-in .alert img {
            width: 45px;
            display: inline-block;
            margin: 0;
            margin-right: 15px;
        }

.cart-subtotal,
.woocommerce-shipping-totals {
    display: none !important;
}

.urun-detay-sub-page .product .urun-detay-flex .summary form {
    display: none !important;
}

.wc-proceed-to-checkout,
#place_order {
    display: none !important;
}

.footer {
    background-color: #293133;
}

    .footer .top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer .top .left {
            width: 70%;
        }

@media (max-width: 1200px) {
    .footer .top .left {
        width: 65%;
    }
}

@media (max-width: 991px) {
    .footer .top .left {
        width: 100%;
    }
}

.footer .top .left .top-in {
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 500px) {
    .footer .top .left .top-in {
        display: block;
        height: auto;
        padding: 20px 0;
    }
}

.footer .top .left .top-in .logo-footer {
    width: 50%;
    text-align: right;
}

@media (max-width: 991px) {
    .footer .top .left .top-in .logo-footer {
        text-align: left;
        padding-left: 25px;
        width: 35%;
    }
}

@media (max-width: 500px) {
    .footer .top .left .top-in .logo-footer {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-bottom: 15px;
    }
}

.footer .top .left .top-in .logo-footer a img {
    width: 155px;
}

.footer .top .left .top-in .socila-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 50%;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .footer .top .left .top-in .socila-footer {
        padding-right: 20px;
        width: 65%;
    }
}

@media (max-width: 500px) {
    .footer .top .left .top-in .socila-footer {
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-right: 0;
    }
}

.footer .top .left .top-in .socila-footer a {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    text-decoration: none;
    color: #fff;
    outline: none;
}

@media (max-width: 1440px) {
    .footer .top .left .top-in .socila-footer a {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
}

.footer .top .left .top-in .socila-footer a i {
    font-size: 20px;
}

@media (max-width: 1440px) {
    .footer .top .left .top-in .socila-footer a i {
        font-size: 17px;
    }
}

.footer .top .left .top-in .socila-footer a:hover {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    color: #fff;
    background-color: #95c11f;
    border: 1px solid rgba(192, 192, 192, 0);
}

.footer .top .left .bot-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0;
}

@media (max-width: 665px) {
    .footer .top .left .bot-in {
        padding: 20px 0;
    }
}

.footer .top .left .bot-in .items {
    width: 33%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 665px) {
    .footer .top .left .bot-in .items {
        width: 100%;
        display: block;
        padding: 0 15px;
        padding-bottom: 15px;
    }
}

.footer .top .left .bot-in .items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 665px) {
    .footer .top .left .bot-in .items ul {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 15px;
    }
}

.footer .top .left .bot-in .items ul li {
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .footer .top .left .bot-in .items ul li:last-child {
        margin-bottom: 0;
    }
}

.footer .top .left .bot-in .items ul li a {
    text-decoration: none;
    color: #fff;
    outline: none;
    padding: 5px 7px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .footer .top .left .bot-in .items ul li a:hover {
        color: #fff;
        background-color: #95c11f;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

.footer .top .right {
    width: 30%;
}

@media (max-width: 1200px) {
    .footer .top .right {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .footer .top .right {
        width: 100%;
    }
}

.footer .top .right .top-in {
    height: 100px;
    background-color: #95c11f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1366px) {
    .footer .top .right .top-in {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .footer .top .right .top-in {
        height: 70px;
        border: none;
    }
}

.footer .top .right .top-in a {
    color: #fff;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

    .footer .top .right .top-in a i {
        margin-right: 15px;
    }

    .footer .top .right .top-in a:hover {
        color: #293133;
    }

.footer .top .right .bot-in {
    padding-left: 50px;
    padding-right: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    height: 308px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 1150px) {
    .footer .top .right .bot-in {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .footer .top .right .bot-in {
        height: auto;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 25px 15px;
        border: none;
    }
}

.footer .top .right .bot-in .item .title-in {
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .footer .top .right .bot-in .item .title-in {
        text-align: center;
        margin-bottom: 10px;
    }
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 315px;
}

@media (max-width: 1425px) {
    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form {
        width: 280px;
    }
}

@media (max-width: 1150px) {
    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form {
        width: 260px;
    }
}

@media (max-width: 991px) {
    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form {
        width: 302px;
    }
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form ::placeholder {
    font-style: italic;
    opacity: 1;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form :-ms-input-placeholder {
    font-style: italic;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form ::-ms-input-placeholder {
    font-style: italic;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item1 {
    width: 80%;
    order: 1;
    -webkit-order: 1;
}

@media (max-width: 1425px) {
    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item1 input {
        height: 36px;
    }
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item2 {
    width: 100%;
    order: 3;
    -webkit-order: 3;
    margin-bottom: 10px;
}

    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item2 span span span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0;
        margin-top: 10px;
    }

        .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item2 span span span input {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

        .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item2 span span span span {
            color: #fff;
            margin: 0;
        }

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item3 {
    order: 4;
    -webkit-order: 4;
}

    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item3 .anr_captcha_field {
        visibility: hidden;
    }

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 {
    width: 20%;
    order: 2;
    -webkit-order: 2;
    position: relative;
    height: 40px;
}

@media (max-width: 1425px) {
    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 {
        height: 36px;
    }
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4:before {
    content: "\f003";
    font-family: "fontawesome";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
    color: #fff;
    pointer-events: none;
    font-size: 19px;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #95c11f;
    pointer-events: none;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 input {
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #95c11f;
    color: #fff;
    width: 100%;
}

@media (max-width: 1425px) {
    .footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 input {
        height: 36px;
    }
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 input i {
    font-size: 19px;
    position: relative;
    top: -1px;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 input:hover {
    background-color: #759815;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4 .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 7;
    pointer-events: none;
}

.footer .top .right .bot-in .item .e-bulten-form .wpcf7 form .item4:hover:after {
    background-color: #759815;
}

.footer .bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 991px) {
    .footer .bottom {
        padding: 20px 25px;
    }
}

@media (max-width: 500px) {
    .footer .bottom {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 15px;
        padding-right: 25px;
    }
}

.footer .bottom .left {
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 530px) {
    .footer .bottom .left {
        display: block;
    }
}

.footer .bottom .left .items {
    width: 50%;
}

@media (max-width: 500px) {
    .footer .bottom .left .items {
        width: 100%;
    }
}

.footer .bottom .left .items:nth-of-type(1) {
    padding-left: 175px;
    width: 42%;
}

@media (max-width: 1680px) {
    .footer .bottom .left .items:nth-of-type(1) {
        padding-left: 147px;
    }
}

@media (max-width: 1440px) {
    .footer .bottom .left .items:nth-of-type(1) {
        padding-left: 121px;
        width: 40%;
    }
}

@media (max-width: 1366px) {
    .footer .bottom .left .items:nth-of-type(1) {
        padding-left: 109px;
    }
}

@media (max-width: 991px) {
    .footer .bottom .left .items:nth-of-type(1) {
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    .footer .bottom .left .items:nth-of-type(1) {
        width: 100%;
    }
}

.footer .bottom .left .items:nth-of-type(2) {
    padding-left: 8px;
}

@media (max-width: 1440px) {
    .footer .bottom .left .items:nth-of-type(2) {
        padding-left: 0;
    }
}

.footer .bottom .left .items a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    outline: none;
}

@media (max-width: 500px) {
    .footer .bottom .left .items a {
        font-size: 14px;
    }
}

.footer .bottom .left .items a span {
    font-weight: 400;
}

.footer .bottom .left .items a:hover {
    color: #95c11f;
}

.footer .bottom .right {
    width: 30%;
}

@media (max-width: 991px) {
    .footer .bottom .right .a360-icon {
        margin: unset !important;
        margin-left: auto !important;
    }
}

.footer .bottom .right figure {
    margin: 0 !important;
}

.anr_captcha_field {
    visibility: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #222;
}

    a:hover {
        text-decoration: none;
        color: #222;
    }

label {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

@keyframes link-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes ajans360plus1 {
    70% {
        box-shadow: 0 0 0 24px rgba(220, 51, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 51, 69, 0);
    }
}

@-webkit-keyframes ajans360plus2 {
    70% {
        box-shadow: 0 0 0 12px rgba(220, 51, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 51, 69, 0);
    }
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.button-g {
    text-align: center;
    position: relative;
}

    .button-g:before,
    .button-g:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 0 0 rgba(149, 193, 31, 0.4);
    }

    .button-g:hover:before,
    .button-g:focus:before,
    .button-g:active:before {
        -webkit-animation: ajans360plus1 1.2s;
        animation: ajans360plus1 1.2s;
    }

    .button-g:hover:after,
    .button-g:focus:after,
    .button-g:active:after {
        -webkit-animation: ajans360plus2 1.2s;
        animation: ajans360plus2 1.2s;
    }

.desc {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

    .desc p {
        margin: 0;
    }

@media (max-width: 991px) {
    .desc {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 500px) {
    .desc {
        line-height: 22px;
    }
}

.link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .link {
        margin-top: 12px;
    }
}

.link a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.12);
    padding: 7px 24px;
    padding-right: 73px;
    position: relative;
    font-weight: 500;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1200px) {
    .link a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .link a {
        padding: 5px 15px;
        padding-right: 30px;
    }
}

.link a .arrow-link {
    position: absolute;
    left: 132px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 44px;
    height: 8px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 500px) {
    .link a .arrow-link {
        left: 100px;
        width: 35px;
    }
}

.link a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.link a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}

.link a:hover {
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding-right: 85px;
    background: #fff;
    color: #95c11f !important;
}

@media (max-width: 500px) {
    .link a:hover {
        padding-right: 80px;
    }
}

.link a:hover .arrow-link {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .link a:hover .arrow-link:before {
        background-color: #95c11f !important;
    }

    .link a:hover .arrow-link:after {
        border-left: 8px solid #95c11f !important;
    }

.link-white {
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

    .link-white a {
        font-size: 16px;
        color: #222;
        font-weight: bold;
        width: 150px;
        height: 41px;
        background-color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
    }

@media (max-width: 1200px) {
    .link-white a {
        font-size: 14px;
        width: 133px;
        height: 37px;
    }
}

@media (max-width: 500px) {
    .link-white a {
        width: 115px;
        height: 33px;
    }
}

.link-white a:before,
.link-white a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}

.link-white a:hover:before,
.link-white a:focus:before,
.link-white a:active:before {
    -webkit-animation: ajans360plus1 1.2s;
    animation: ajans360plus1 1.2s;
}

.link-white a:hover:after,
.link-white a:focus:after,
.link-white a:active:after {
    -webkit-animation: ajans360plus2 1.2s;
    animation: ajans360plus2 1.2s;
}

.page-404 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .page-404 {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .page-404 {
        padding-bottom: 150px;
    }
}

@media (max-width: 500px) {
    .page-404 {
        padding-bottom: 0;
    }
}

.page-404 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.page-404 .text-404 {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: right;
}

@media (max-width: 1400px) {
    .page-404 .text-404 {
        bottom: 65px;
    }
}

@media (max-width: 1200px) {
    .page-404 .text-404 {
        bottom: 15px;
    }
}

@media (max-width: 500px) {
    .page-404 .text-404 {
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .page-404 .text-404 .container {
        max-width: 100%;
    }
}

.page-404 .text-404 .flex-in {
    width: 450px;
    display: block;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.41);
    border: 1px solid rgba(149, 193, 31, 0.2);
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .page-404 .text-404 .flex-in {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .page-404 .text-404 .flex-in {
        width: 100%;
    }
}

.page-404 .text-404 .flex-in .title {
    font-size: 40px;
    text-align: center;
}

@media (max-width: 500px) {
    .page-404 .text-404 .flex-in .title {
        font-size: 28px;
    }
}

.page-404 .text-404 .flex-in .desc {
    color: #222;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

@media (max-width: 500px) {
    .page-404 .text-404 .flex-in .desc {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 8px;
    }
}

.page-404 .text-404 .flex-in .link-404 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .page-404 .text-404 .flex-in .link-404 {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .page-404 .text-404 .flex-in .link-404 {
        margin-top: 15px;
    }
}

.page-404 .text-404 .flex-in .link-404 a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 140px;
    height: 40px;
    background-color: #95c11f;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .page-404 .text-404 .flex-in .link-404 a {
        font-size: 14px;
        width: 128px;
        height: 37px;
    }
}

.page-404 .text-404 .flex-in .link-404 a i {
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 500px) {
    .page-404 .text-404 .flex-in .link-404 a i {
        font-size: 16px;
    }
}

.slider-menu {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu {
        height: 650px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu {
        height: 650px !important;
    }
}

@media (max-width: 1024px) {
    .slider-menu {
        height: 650px !important;
    }
}

@media (max-width: 768px) {
    .slider-menu {
        height: 550px !important;
    }
}

@media (max-width: 500px) {
    .slider-menu {
        height: 510px !important;
    }
}

.slider-menu .slider-out {
    height: 100%;
}

    .slider-menu .slider-out:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 180px);
        width: 100%;
        background-image: url("../img/slider-menu-bg.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: -300px;
        background-position-y: 50%;
        overflow: hidden;
        z-index: 3;
    }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu .slider-out:before {
        height: calc(100% - 100px);
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu .slider-out:before {
        height: calc(100% - 100px);
    }
}

@media (max-width: 1600px) {
    .slider-menu .slider-out:before {
        background-position-x: -240px;
    }
}

@media (max-width: 1366px) {
    .slider-menu .slider-out:before {
        background-position-x: -220px;
    }
}

@media (max-width: 1024px) {
    .slider-menu .slider-out:before {
        height: calc(100% - 100px);
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out:before {
        background-position-x: -120px;
    }
}

@media (max-width: 500px) {
    .slider-menu .slider-out:before {
        background-position-x: -100px;
        width: 160%;
    }
}

@media (max-height: 740px) {
    .slider-menu .slider-out:before {
        height: 100%;
    }
}

@media (max-height: 630px) {
    .slider-menu .slider-out:before {
        height: 100%;
    }
}

.slider-menu .slider-out:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 180px);
    background: #95c11f;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu .slider-out:after {
        height: calc(100% - 100px);
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu .slider-out:after {
        height: calc(100% - 100px);
    }
}

@media (max-width: 1024px) {
    .slider-menu .slider-out:after {
        height: calc(100% - 100px);
    }
}

@media (max-height: 740px) {
    .slider-menu .slider-out:after {
        height: calc(100% - 100px);
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out:after {
        height: 100%;
    }
}

@media (max-height: 630px) {
    .slider-menu .slider-out:after {
        height: 100%;
    }
}

.slider-menu .slider-out .container {
    height: 100%;
    position: relative;
    z-index: 5;
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container {
        max-width: 100%;
    }
}

.slider-menu .slider-out .container .slider-in {
    padding-top: 185px;
    position: relative;
    height: 100%;
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in {
        padding-top: 120px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer {
    height: 100%;
    pointer-events: none;
}

    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage {
        height: 100%;
    }

        .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item {
            height: 100%;
        }

            .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items {
                height: 100%;
            }

                .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .title {
                    font-size: 44px;
                    color: #fff;
                    text-align: left;
                    height: 132px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    margin: 0;
                    line-height: normal;
                }

@media (max-width: 1200px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .title {
        font-size: 40px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .title {
        font-size: 30px;
        height: 90px;
    }
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .title {
        font-size: 20px;
        height: 60px;
        margin-bottom: 5px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in {
        display: block;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left {
    width: 60%;
    height: 100%;
}

@media (max-width: 1366px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left {
        width: 100%;
        height: 210px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left img {
    width: 100%;
    height: calc(100% - 150px);
    padding: 35px;
    background-color: #fff;
    border: 2px solid rgba(229, 229, 229, 0.5);
    object-fit: cover;
}

@media (max-width: 1366px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left img {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left img {
        height: calc(100% - 117px);
    }
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .left img {
        padding: 5px;
        height: 100%;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right {
    width: 40%;
    padding-left: 50px;
}

@media (max-width: 1366px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right {
        padding-left: 25px;
    }
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
        -webkit-line-clamp: 3;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
        -webkit-line-clamp: 3;
    }
}

@media (max-height: 810px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
        -webkit-line-clamp: 4;
    }
}

@media (max-height: 750px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 1024px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .desc {
        -webkit-line-clamp: 2;
    }
}

.slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .link {
    pointer-events: auto;
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .link {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .link a {
            padding: 5px 15px;
        }

            .slider-menu .slider-out .container .slider-in .owl-stage-outer .owl-stage .owl-item .items .flex-in .right .link a .arrow-link {
                display: none;
            }
}

.slider-menu .slider-out .container .slider-in .owl-dots {
    position: absolute;
    left: 1030px;
    bottom: 210px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        bottom: 115px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        bottom: 115px;
    }
}

@media (max-width: 1500px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        left: 1000px;
    }
}

@media (max-width: 1425px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        left: 815px;
    }
}

@media (max-width: 1366px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        left: 700px;
    }
}

@media (max-width: 1200px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        left: 600px;
    }
}

@media (max-width: 1100px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        display: none;
    }
}

@media (max-width: 1024px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        bottom: 115px;
    }
}

@media (max-width: 991px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        left: 490px;
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        bottom: 165px;
        display: none;
    }
}

@media (max-height: 740px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        bottom: 120px;
    }
}

@media (max-height: 630px) {
    .slider-menu .slider-out .container .slider-in .owl-dots {
        bottom: 30px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-dots button {
    outline: none;
}

    .slider-menu .slider-out .container .slider-in .owl-dots button span {
        background: rgba(255, 255, 255, 0.25);
        width: 12px;
        height: 12px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-dots button span {
        width: 10px;
        height: 10px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-dots button.active span {
    background: #fff;
    width: 24px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 500px) {
    .slider-menu .slider-out .container .slider-in .owl-dots button.active span {
        width: 20px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-nav {
    position: absolute;
    right: 465px;
    bottom: 210px;
    pointer-events: none;
    width: 70px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        bottom: 115px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        bottom: 115px;
    }
}

@media (max-width: 1500px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        right: 430px;
    }
}

@media (max-width: 1425px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        right: 320px;
    }
}

@media (max-width: 1366px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        right: 430px;
    }
}

@media (max-width: 1200px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        right: 345px;
    }
}

@media (max-width: 991px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        right: 225px;
    }
}

@media (max-width: 1024px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        bottom: 115px;
    }
}

@media (max-height: 740px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        bottom: 120px;
    }
}

@media (max-height: 630px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        bottom: 30px;
    }
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container .slider-in .owl-nav {
        bottom: 165px;
        right: 0;
        bottom: 20px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-nav button {
    outline: none;
    position: relative;
    width: 21px;
    height: 37px;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 768px) {
    .slider-menu .slider-out .container .slider-in .owl-nav button {
        width: 18px;
        height: 30px;
    }
}

.slider-menu .slider-out .container .slider-in .owl-nav button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-menu .slider-out .container .slider-in .owl-nav button span {
    display: none;
}

.slider-menu .slider-out .container .slider-in .owl-nav .owl-prev {
    float: left;
}

    .slider-menu .slider-out .container .slider-in .owl-nav .owl-prev:before {
        background-image: url("../img/story-left-arrow.png");
    }

.slider-menu .slider-out .container .slider-in .owl-nav .owl-next {
    float: right;
}

    .slider-menu .slider-out .container .slider-in .owl-nav .owl-next:before {
        background-image: url("../img/story-right-arrow.png");
    }

.slider-menu .get-offer {
    position: absolute;
    right: 30px;
    bottom: 204px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    z-index: 6;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-menu .get-offer {
        bottom: 115px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .slider-menu .get-offer {
        bottom: 115px;
    }
}

@media (max-height: 740px) {
    .slider-menu .get-offer {
        bottom: 115px;
    }
}

@media (max-height: 630px) {
    .slider-menu .get-offer {
        bottom: 25px;
    }
}

@media (max-width: 1024px) {
    .slider-menu .get-offer {
        bottom: 115px;
    }
}

@media (max-width: 768px) {
    .slider-menu .get-offer {
        bottom: 80px;
        right: 20px;
    }
}

@media (max-width: 500px) {
    .slider-menu .get-offer {
        right: auto;
        left: 15px;
        bottom: 15px;
    }
}

.slider-menu .get-offer span:nth-of-type(1) {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}

@media (max-width: 500px) {
    .slider-menu .get-offer span:nth-of-type(1) {
        display: none;
    }
}

.slider-menu .get-offer span:nth-of-type(2) {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 30px;
    position: relative;
}

@media (max-width: 500px) {
    .slider-menu .get-offer span:nth-of-type(2) {
        margin-left: 0;
        opacity: .7;
    }
}

.slider-menu .get-offer span:nth-of-type(2):before,
.slider-menu .get-offer span:nth-of-type(2):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}

.slider-menu .get-offer span:nth-of-type(2) .img-icon {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

    .slider-menu .get-offer span:nth-of-type(2) .img-icon img {
        width: 18px;
    }

.slider-menu .get-offer:hover span:nth-of-type(2):before,
.slider-menu .get-offer:focus span:nth-of-type(2):before,
.slider-menu .get-offer:active span:nth-of-type(2):before {
    -webkit-animation: ajans360plus1 1.2s;
    animation: ajans360plus1 1.2s;
}

.slider-menu .get-offer:hover span:nth-of-type(2):after,
.slider-menu .get-offer:focus span:nth-of-type(2):after,
.slider-menu .get-offer:active span:nth-of-type(2):after {
    -webkit-animation: ajans360plus2 1.2s;
    animation: ajans360plus2 1.2s;
}

.blog-icerik {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .blog-icerik {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .blog-icerik .container {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .blog-icerik .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.blog-icerik .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .blog-icerik .top {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .blog-icerik .top {
        padding-bottom: 10px;
    }
}

.blog-icerik .top .left {
    width: 60%;
}

@media (max-width: 575px) {
    .blog-icerik .top .left {
        width: 75%;
    }
}

.blog-icerik .top .left .title {
    font-size: 36px;
    text-align: left;
}

@media (max-width: 991px) {
    .blog-icerik .top .left .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .blog-icerik .top .left .title {
        font-size: 24px;
    }
}

.blog-icerik .top .right {
    width: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 575px) {
    .blog-icerik .top .right {
        width: 25%;
    }
}

.blog-icerik .top .right a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
}

@media (max-width: 991px) {
    .blog-icerik .top .right a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .blog-icerik .top .right a span {
        display: none;
    }
}

@media (max-width: 500px) {
    .blog-icerik .top .right a {
        padding: 9px 10px;
    }
}

.blog-icerik .top .right a .arrow-link {
    position: relative;
    width: 44px;
    height: 8px;
    margin-left: 20px;
}

@media (max-width: 500px) {
    .blog-icerik .top .right a .arrow-link {
        margin-left: 0;
    }
}

.blog-icerik .top .right a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.blog-icerik .top .right a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #222;
}

.blog-icerik .top .right a:hover {
    color: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .blog-icerik .top .right a:hover .arrow-link:before {
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        background-color: #95c11f;
    }

    .blog-icerik .top .right a:hover .arrow-link:after {
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        border-left: 6px solid #95c11f;
    }

.blog-icerik .post-slider {
    padding-top: 30px;
    width: 100%;
}

@media (max-width: 575px) {
    .blog-icerik .post-slider {
        padding-top: 15px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items {
    border: 1px solid #e5e5e5;
    padding: 30px;
    padding-bottom: 70px;
    height: 626px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1550px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items {
        padding: 20px;
    }
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items {
        padding: 10px;
    }
}

@media (max-width: 700px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items {
        height: 610px;
    }
}

@media (max-width: 500px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items {
        height: 550px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    background: #95c11f;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items img {
        height: 215px;
    }
}

@media (max-width: 700px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items img {
        height: 280px;
    }
}

@media (max-width: 500px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items img {
        height: 220px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    position: relative;
    z-index: 3;
}

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-top .left {
        width: 70%;
        font-size: 14px;
        color: rgba(34, 34, 34, 0.25);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-top .left img {
            margin-right: 10px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 2px solid rgba(210, 210, 210, 0.25);
        }

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-top .right {
        width: 30%;
        color: #222;
        font-weight: 500;
        font-size: 14px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

        .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-top .right img {
            height: 18px;
            width: auto;
            margin-right: 5px;
            border: none;
        }

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 36px;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .title {
        font-size: 18px;
        line-height: 29px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .title a {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 36px;
    margin-top: 0px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .title a {
        font-size: 18px;
        line-height: 29px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service {
    position: relative;
    font-size: 14px;
    margin: 15px 0;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service {
        margin: 12px 0;
        margin-bottom: 7px;
    }
}

@media (max-width: 330px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service {
        display: none;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service a {
    color: rgba(34, 34, 34, 0.25);
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service a {
        font-size: 13px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service a:after {
    content: ",";
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service a:last-child:after {
    display: none;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc-service a:hover {
    color: #fff !important;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 3;
    color: #222;
}

@media (max-width: 1400px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .desc {
        margin-top: 10px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 3;
}

@media (max-width: 500px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link {
        bottom: 12px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 2px solid rgba(34, 34, 34, 0.25);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 500px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a {
        height: 33px;
        width: 90px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a .arrow-link {
    position: relative;
    width: 44px;
    height: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 500px) {
    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a .arrow-link {
        width: 36px;
    }
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #222;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a:hover {
    background-color: #fff !important;
    width: 115px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a:hover .arrow-link {
        width: 59px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

        .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a:hover .arrow-link:before {
            background-color: #95c11f !important;
        }

        .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items .blog-link a:hover .arrow-link:after {
            border-left: 6px solid #95c11f !important;
        }

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover:after {
    opacity: 1;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover img {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-top .left {
        color: rgba(255, 255, 255, 0.25);
    }

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-top .right {
        color: #fff;
    }

        .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-top .right img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .title a {
    color: #fff;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .desc-service a {
    color: rgba(255, 255, 255, 0.25);
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .desc {
    color: #fff;
}

.blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-link a {
    border: 2px solid rgba(255, 255, 255, 0.12);
}

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-link a .arrow-link:before {
        background-color: #fff;
    }

    .blog-icerik .post-slider .owl-stage-outer .owl-stage .owl-item .items:hover .blog-link a .arrow-link:after {
        border-left: 6px solid #fff;
    }

.story-footer {
    background: #95c11f;
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    margin-top: 65px;
}

@media (max-height: 1510px) {
    .story-footer {
        padding: 50px 0;
    }
}

@media (max-width: 1200px) {
    .story-footer {
        padding: 50px 0;
    }
}

@media (max-width: 500px) {
    .story-footer {
        padding: 30px 0;
    }
}

.story-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/story-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -300px;
    background-position-y: 50%;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .story-footer:before {
        background-position-x: -240px;
    }
}

@media (max-width: 1366px) {
    .story-footer:before {
        background-position-x: -220px;
    }
}

@media (max-width: 768px) {
    .story-footer:before {
        background-position-x: -120px;
    }
}

@media (max-width: 500px) {
    .story-footer:before {
        background-position-x: -100px;
        width: 160%;
    }
}

.story-footer .title {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
}

@media (max-width: 1200px) {
    .story-footer .title {
        font-size: 62px;
    }
}

@media (max-width: 991px) {
    .story-footer .title {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    .story-footer .title {
        font-size: 46px;
    }
}

@media (max-width: 500px) {
    .story-footer .title {
        font-size: 28px;
        margin-bottom: 8px;
    }
}

.story-footer .desc {
    text-align: center;
    position: relative;
    z-index: 4;
}

.story-footer .link-footer {
    text-align: center;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .story-footer .link-footer {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .story-footer .link-footer {
        margin-top: 15px;
    }
}

.story-footer .link-footer a {
    font-size: 16px;
    color: #95c11f;
    font-weight: 500;
    width: 140px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

    .story-footer .link-footer a:before,
    .story-footer .link-footer a:after {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

@media (max-width: 500px) {
    .story-footer .link-footer a {
        font-size: 14px;
        width: 128px;
        height: 37px;
    }
}

.story-footer .link-footer a img {
    width: 18px;
    margin-right: 10px;
}

.story-footer .link-footer a i {
    font-size: 18px;
    margin-right: 10px;
}

@media (max-width: 500px) {
    .story-footer .link-footer a i {
        font-size: 16px;
    }
}

.story-footer .story-footer-slider {
    margin-top: 50px;
    position: relative;
    z-index: 4;
}

@media (max-width: 1510px) {
    .story-footer .story-footer-slider {
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider {
        margin-top: 20px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items {
        width: 410px;
        height: 340px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        opacity: 0.2;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        font-family: 'Montserrat', sans-serif;
    }

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items {
        width: 100%;
        height: 400px;
        opacity: .7;
    }
}

@media (max-width: 850px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items {
        height: 200px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in {
    width: 100%;
    height: 245px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    background-color: #ddd;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in {
        height: 150px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(34, 34, 34, 0.15);
    background: -webkit-linear-gradient(rgba(34, 34, 34, 0.15) 0%, #222 100%);
    background: -o-linear-gradient(rgba(34, 34, 34, 0.15) 0%, #222 100%);
    background: linear-gradient(rgba(34, 34, 34, 0.15) 0%, #222 100%);
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-text {
    position: relative;
    z-index: 4;
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-text {
        top: -10px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-text span {
    color: #fff;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-text span:nth-of-type(1) {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 5px;
    }

@media (max-width: 700px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-text span:nth-of-type(1) {
        font-size: 24px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-text span:nth-of-type(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 3;
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link {
        bottom: 12px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border: 2px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a {
        height: 33px;
        width: 90px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a .arrow-link {
    position: relative;
    width: 44px;
    height: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a .arrow-link {
        width: 36px;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a:hover {
    background-color: #fff !important;
    width: 115px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a:hover .arrow-link {
        width: 59px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

        .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a:hover .arrow-link:before {
            background-color: #95c11f !important;
        }

        .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item .items .flex-in .story-footer-link a:hover .arrow-link:after {
            border-left: 6px solid #95c11f !important;
        }

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active .items {
        opacity: 1;
    }

        .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active .items .flex-in {
            height: 100%;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
        }

            .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active .items .flex-in .story-footer-link {
                pointer-events: auto;
            }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-left .items {
    position: relative;
    left: -40px;
    opacity: 0.6;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-left .items {
        left: auto;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-right .items {
    position: relative;
    left: 40px;
    opacity: 0.6;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-right .items {
        left: auto;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-mid .items {
    width: 570px;
    position: absolute;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-mid .items {
        width: 100%;
    }
}

.story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-mid .items .flex-in {
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

    .story-footer .story-footer-slider .owl-stage-outer .owl-stage .owl-item.active-mid .items .flex-in .story-footer-link {
        pointer-events: auto;
    }

.story-footer .story-footer-slider .owl-dots {
    margin-top: 60px;
}

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-dots {
        margin-top: 30px;
    }
}

.story-footer .story-footer-slider .owl-dots button {
    outline: none;
}

    .story-footer .story-footer-slider .owl-dots button span {
        background: rgba(255, 255, 255, 0.25);
        width: 12px;
        height: 12px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-dots button span {
        width: 10px;
        height: 10px;
    }
}

.story-footer .story-footer-slider .owl-dots button.active span {
    background: #fff;
    width: 24px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 500px) {
    .story-footer .story-footer-slider .owl-dots button.active span {
        width: 20px;
    }
}

.story-footer .story-footer-slider .owl-nav {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    pointer-events: none;
    width: 100%;
}

@media (max-width: 1510px) {
    .story-footer .story-footer-slider .owl-nav {
        top: 40%;
    }
}

@media (max-width: 850px) {
    .story-footer .story-footer-slider .owl-nav {
        top: 38%;
    }
}

.story-footer .story-footer-slider .owl-nav button {
    outline: none;
    position: relative;
    width: 21px;
    height: 37px;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0) !important;
}

    .story-footer .story-footer-slider .owl-nav button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .story-footer .story-footer-slider .owl-nav button span {
        display: none;
    }

.story-footer .story-footer-slider .owl-nav .owl-prev {
    float: left;
}

@media (max-width: 1425px) {
    .story-footer .story-footer-slider .owl-nav .owl-prev {
        left: 15px;
    }
}

.story-footer .story-footer-slider .owl-nav .owl-prev:before {
    background-image: url("../img/story-left-arrow.png");
}

.story-footer .story-footer-slider .owl-nav .owl-next {
    float: right;
}

@media (max-width: 1425px) {
    .story-footer .story-footer-slider .owl-nav .owl-next {
        right: 15px;
    }
}

.story-footer .story-footer-slider .owl-nav .owl-next:before {
    background-image: url("../img/story-right-arrow.png");
}

.main-videolar {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .main-videolar {
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .main-videolar {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .main-videolar .container {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .main-videolar .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.main-videolar .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .main-videolar .top {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .main-videolar .top {
        padding-bottom: 10px;
    }
}

.main-videolar .top .left {
    width: 60%;
}

@media (max-width: 575px) {
    .main-videolar .top .left {
        width: 75%;
    }
}

.main-videolar .top .left .title {
    font-size: 36px;
    text-align: left;
}

@media (max-width: 991px) {
    .main-videolar .top .left .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .main-videolar .top .left .title {
        font-size: 24px;
    }
}

.main-videolar .top .right {
    width: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 575px) {
    .main-videolar .top .right {
        width: 25%;
    }
}

.main-videolar .top .right a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
}

@media (max-width: 991px) {
    .main-videolar .top .right a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .main-videolar .top .right a span {
        display: none;
    }
}

@media (max-width: 500px) {
    .main-videolar .top .right a {
        padding: 9px 10px;
    }
}

.main-videolar .top .right a .arrow-link {
    position: relative;
    width: 44px;
    height: 8px;
    margin-left: 20px;
}

@media (max-width: 500px) {
    .main-videolar .top .right a .arrow-link {
        margin-left: 0;
    }
}

.main-videolar .top .right a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.main-videolar .top .right a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #222;
}

.main-videolar .top .right a:hover {
    color: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

    .main-videolar .top .right a:hover .arrow-link:before {
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        background-color: #95c11f;
    }

    .main-videolar .top .right a:hover .arrow-link:after {
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        border-left: 6px solid #95c11f;
    }

.main-videolar .videolar-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 30px;
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in {
        display: block;
    }
}

@media (max-width: 768px) {
    .main-videolar .videolar-in .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in {
        padding-top: 15px;
    }
}

.main-videolar .videolar-in .items {
    border: 1px solid #e5e5e5;
    padding: 30px;
    height: 626px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .main-videolar .videolar-in .items {
        padding: 15px;
    }
}

.main-videolar .videolar-in .items:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    background: #95c11f;
}

.main-videolar .videolar-in .items .img-a {
    position: relative;
    display: block;
}

    .main-videolar .videolar-in .items .img-a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
        background: rgba(34, 34, 34, 0.15);
        background: -webkit-linear-gradient(rgba(34, 34, 34, 0.15) 0%, #222 100%);
        background: -o-linear-gradient(rgba(34, 34, 34, 0.15) 0%, #222 100%);
        background: linear-gradient(rgba(34, 34, 34, 0.15) 0%, #222 100%);
    }

    .main-videolar .videolar-in .items .img-a:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        background-image: url("../img/play-v.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 6;
        opacity: .9;
    }

    .main-videolar .videolar-in .items .img-a img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border: 1px solid #e5e5e5;
        position: relative;
        z-index: 3;
    }

@media (max-width: 1440px) {
    .main-videolar .videolar-in .items .img-a img {
        height: 215px;
    }
}

.main-videolar .videolar-in .items .blog-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    position: relative;
    z-index: 3;
}

    .main-videolar .videolar-in .items .blog-top .left {
        width: 70%;
        font-size: 14px;
        color: rgba(34, 34, 34, 0.25);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .main-videolar .videolar-in .items .blog-top .left img {
            margin-right: 10px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 2px solid rgba(210, 210, 210, 0.25);
        }

    .main-videolar .videolar-in .items .blog-top .right {
        width: 30%;
        color: #222;
        font-weight: 500;
        font-size: 14px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

        .main-videolar .videolar-in .items .blog-top .right img {
            height: 18px;
            width: auto;
            margin-right: 5px;
            border: none;
        }

.main-videolar .videolar-in .items .title {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .main-videolar .videolar-in .items .title {
        font-size: 18px;
        line-height: 29px;
    }
}

.main-videolar .videolar-in .items .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .items .title a {
        -webkit-line-clamp: 2;
    }
}

.main-videolar .videolar-in .items .desc-service {
    position: relative;
    font-size: 14px;
    margin: 15px 0;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1400px) {
    .main-videolar .videolar-in .items .desc-service {
        margin: 12px 0;
        margin-bottom: 7px;
    }
}

@media (max-width: 330px) {
    .main-videolar .videolar-in .items .desc-service {
        display: none;
    }
}

.main-videolar .videolar-in .items .desc-service a {
    color: rgba(34, 34, 34, 0.25);
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1400px) {
    .main-videolar .videolar-in .items .desc-service a {
        font-size: 13px;
    }
}

.main-videolar .videolar-in .items .desc-service a:after {
    content: ",";
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.main-videolar .videolar-in .items .desc-service a:last-child:after {
    display: none;
}

.main-videolar .videolar-in .items .desc-service a:hover {
    color: #fff !important;
}

.main-videolar .videolar-in .items .desc {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    margin-top: 9px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 3;
    color: #222;
}

@media (max-width: 1400px) {
    .main-videolar .videolar-in .items .desc {
        margin-top: 10px;
    }
}

.main-videolar .videolar-in .items:hover:after {
    opacity: 1;
}

.main-videolar .videolar-in .items:hover img {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-videolar .videolar-in .items:hover .blog-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

    .main-videolar .videolar-in .items:hover .blog-top .left {
        color: rgba(255, 255, 255, 0.25);
    }

    .main-videolar .videolar-in .items:hover .blog-top .right {
        color: #fff;
    }

        .main-videolar .videolar-in .items:hover .blog-top .right img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.main-videolar .videolar-in .items:hover .title a {
    color: #fff;
}

.main-videolar .videolar-in .items:hover .desc-service a {
    color: rgba(255, 255, 255, 0.25);
}

.main-videolar .videolar-in .items:hover .desc {
    color: #fff;
}

.main-videolar .videolar-in .items:hover .blog-link a {
    border: 2px solid rgba(255, 255, 255, 0.12);
}

    .main-videolar .videolar-in .items:hover .blog-link a .arrow-link:before {
        background-color: #fff;
    }

    .main-videolar .videolar-in .items:hover .blog-link a .arrow-link:after {
        border-left: 6px solid #fff;
    }

.main-videolar .videolar-in .left {
    width: 65%;
}

@media (max-width: 1440px) {
    .main-videolar .videolar-in .left {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in .left {
        width: 100%;
    }
}

.main-videolar .videolar-in .left .items {
    height: auto;
}

    .main-videolar .videolar-in .left .items img {
        width: 100%;
        height: 601px;
    }

@media (max-width: 1440px) {
    .main-videolar .videolar-in .left .items img {
        height: 519px;
    }
}

@media (max-width: 1400px) {
    .main-videolar .videolar-in .left .items img {
        height: 502px;
    }
}

@media (max-width: 991px) {
    .main-videolar .videolar-in .left .items img {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .left .items img {
        height: 215px;
    }
}

.main-videolar .videolar-in .left .items .title {
    font-size: 48px;
    line-height: normal;
}

@media (max-width: 1440px) {
    .main-videolar .videolar-in .left .items .title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .left .items .title {
        font-size: 18px;
    }
}

.main-videolar .videolar-in .left .items .desc-service {
    height: 69px;
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in .left .items .desc-service {
        height: auto;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .left .items .img-a:after {
        width: 60px;
        height: 60px;
    }
}

.main-videolar .videolar-in .right {
    width: 35%;
    padding-left: 35px;
}

@media (max-width: 1440px) {
    .main-videolar .videolar-in .right {
        width: 40%;
        padding-left: 15px;
    }
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in .right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .right {
        display: block;
    }
}

.main-videolar .videolar-in .right .items {
    height: auto;
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in .right .items {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .right .items {
        width: 100%;
    }
}

.main-videolar .videolar-in .right .items .img-a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("../img/play-v.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 6;
    opacity: .9;
}

.main-videolar .videolar-in .right .items .desc-service {
    display: none;
}

.main-videolar .videolar-in .right .items .desc {
    -webkit-line-clamp: 2;
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in .right .items .desc {
        -webkit-line-clamp: 3;
    }
}

.main-videolar .videolar-in .right .items:nth-of-type(1) {
    margin-bottom: 35px;
}

@media (max-width: 1440px) {
    .main-videolar .videolar-in .right .items:nth-of-type(1) {
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .main-videolar .videolar-in .right .items:nth-of-type(1) {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .main-videolar .videolar-in .right .items:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 1440px) {
    .main-videolar .videolar-in .right .items .title a {
        font-size: 18px;
    }
}

.main-etiketler {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .main-etiketler {
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .main-etiketler {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .main-etiketler .container {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .main-etiketler .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.main-etiketler .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .main-etiketler .top {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .main-etiketler .top {
        padding-bottom: 10px;
    }
}

.main-etiketler .top .left {
    width: 100%;
}

    .main-etiketler .top .left .title {
        font-size: 36px;
        text-align: left;
    }

@media (max-width: 991px) {
    .main-etiketler .top .left .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .main-etiketler .top .left .title {
        font-size: 24px;
    }
}

.main-etiketler .bottom {
    padding: 40px 0;
    padding-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .main-etiketler .bottom {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .main-etiketler .bottom {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 25px;
    }
}

.main-etiketler .bottom a {
    background-color: #f5f5f5;
    padding: 8px 18px;
    color: rgba(34, 34, 34, 0.25);
    margin: 0 10px;
    margin-bottom: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

@media (max-width: 1440px) {
    .main-etiketler .bottom a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .main-etiketler .bottom a {
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 5px 15px;
    }
}

.main-etiketler .bottom a.hidden-list {
    display: none;
}

.main-etiketler .bottom a:hover {
    background: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
}

.main-etiketler .bottom .seeMore {
    display: table;
    margin: 0 auto;
    background: #95c11f;
    border: 1px solid #95c11f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 4px 14px;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 500px) {
    .main-etiketler .bottom .seeMore {
        font-size: 14px;
        margin-top: 15px;
    }
}

.main-etiketler .bottom .seeMore:hover {
    color: #95c11f;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.e-bulten {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .e-bulten {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .e-bulten {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .e-bulten .container {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .e-bulten .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.e-bulten .flex-in .title {
    color: #95c11f;
    font-size: 48px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .e-bulten .flex-in .title {
        font-size: 32px;
    }
}

.e-bulten .flex-in .desc {
    color: #222;
    text-align: center;
    font-size: 21px;
}

@media (max-width: 500px) {
    .e-bulten .flex-in .desc {
        font-size: 16px;
    }
}

.e-bulten .flex-in .abone-ol form {
    margin-top: 40px;
}

@media (max-width: 500px) {
    .e-bulten .flex-in .abone-ol form {
        margin-top: 25px;
    }
}

.e-bulten .flex-in .abone-ol form .item-input {
    text-align: center;
}

    .e-bulten .flex-in .abone-ol form .item-input input {
        outline: none;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #e5e5e5;
        width: 300px;
        height: 45px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        padding-left: 15px;
        margin: 0 15px;
        font-size: 16px;
    }

        .e-bulten .flex-in .abone-ol form .item-input input:focus {
            border: 1px solid #95c11f;
        }

@media (max-width: 1200px) {
    .e-bulten .flex-in .abone-ol form .item-input input {
        width: 200px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .e-bulten .flex-in .abone-ol form .item-input input {
        width: 25%;
        margin: 0 10px;
    }
}

@media (max-width: 500px) {
    .e-bulten .flex-in .abone-ol form .item-input input {
        width: 49%;
        margin: 0;
    }

        .e-bulten .flex-in .abone-ol form .item-input input:nth-of-type(3) {
            width: 99%;
            margin-top: 8px;
        }
}

.e-bulten .flex-in .abone-ol form .item-input .button-g {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #95c11f;
    padding: 0;
    font-weight: 600;
    width: 255px;
    height: 40px;
    background-color: #95c11f;
    color: #fff;
}

.alert-fix-not {
    width: 100%;
}

.text-page {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .text-page {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .text-page {
        padding: 25px 0;
    }
}

@media (max-width: 768px) {
    .text-page .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 575px) {
    .text-page .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.text-page .post-desc {
    padding-right: 10px;
}

@media (max-width: 991px) {
    .text-page .post-desc {
        padding-right: 0;
    }
}

.text-page .post-desc .top-desc .post-img img {
    width: 100%;
    height: 550px;
    border: 1px solid #f1f1f1;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .text-page .post-desc .top-desc .post-img img {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .text-page .post-desc .top-desc .post-img img {
        height: auto;
    }
}

.text-page .post-desc .top-desc .post-img .youwrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
}

    .text-page .post-desc .top-desc .post-img .youwrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: 1px solid #f1f1f1;
    }

.text-page .post-desc .top-desc .post-auth {
    margin-top: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .text-page .post-desc .top-desc .post-auth .items {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-weight: 600;
        color: #828282;
    }

        .text-page .post-desc .top-desc .post-auth .items:after {
            content: "";
            position: relative;
            height: 2px;
            width: 10px;
            display: block;
            background-color: #c1c1c1;
            margin: 0 10px;
        }

        .text-page .post-desc .top-desc .post-auth .items:last-child:after {
            display: none;
        }

        .text-page .post-desc .top-desc .post-auth .items:nth-of-type(2) a {
            color: #95c11f;
        }

@media (max-width: 575px) {
    .text-page .post-desc .top-desc .post-auth .items:nth-of-type(2) a {
        font-size: 14px;
    }
}

.text-page .post-desc .top-desc .post-auth .items:nth-of-type(2) a:hover {
    color: #222;
}

.text-page .post-desc .top-desc .post-auth .items:nth-of-type(3) {
    font-size: 15px;
}

@media (max-width: 575px) {
    .text-page .post-desc .top-desc .post-auth .items:nth-of-type(3) {
        font-size: 13px;
    }
}

.text-page .post-desc .top-desc .post-auth .items img {
    border-radius: 5px;
}

.text-page .post-desc .bottom-desc .title {
    font-size: 26px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
}

.text-page .post-desc .bottom-desc .post-in-desc {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575px) {
    .text-page .post-desc .bottom-desc .post-in-desc p,
    .text-page .post-desc .bottom-desc .post-in-desc a,
    .text-page .post-desc .bottom-desc .post-in-desc span,
    .text-page .post-desc .bottom-desc .post-in-desc label {
        font-size: 14px;
    }
}

.text-page .post-desc .bottom-desc .post-in-desc h1 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

.text-page .post-desc .bottom-desc .post-in-desc h2,
.text-page .post-desc .bottom-desc .post-in-desc h3,
.text-page .post-desc .bottom-desc .post-in-desc h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}

.text-page .post-desc .bottom-desc .post-in-desc a {
    color: #95c11f;
    font-weight: 600;
}

.text-page .post-desc .bottom-desc .post-in-desc figure {
    margin: 0 auto;
    margin-bottom: 1em;
}

.text-page .post-desc .bottom-desc .post-in-desc img {
    border: 1px solid #f1f1f1;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.text-page .post-bottom-f .post-navigation {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .text-page .post-bottom-f .post-navigation {
        margin-top: 30px;
    }
}

.text-page .post-bottom-f .post-navigation .screen-reader-text {
    display: none;
}

.text-page .post-bottom-f .post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous,
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next {
        width: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a,
        .text-page .post-bottom-f .post-navigation .nav-links .nav-next a {
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            color: #222;
            position: relative;
            display: block;
        }

@media (max-width: 500px) {
    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a,
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a {
        font-size: 13px;
    }
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .nav-title,
.text-page .post-bottom-f .post-navigation .nav-links .nav-next a .nav-title {
    display: block;
    font-size: 14px;
}

@media (max-width: 575px) {
    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .nav-title,
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a .nav-title {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .arrow-link,
.text-page .post-bottom-f .post-navigation .nav-links .nav-next a .arrow-link {
    position: absolute;
    top: 8px;
    width: 30px;
    height: 8px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 575px) {
    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .arrow-link,
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a .arrow-link {
        width: 20px;
    }
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .arrow-link:before,
.text-page .post-bottom-f .post-navigation .nav-links .nav-next a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .arrow-link:after,
.text-page .post-bottom-f .post-navigation .nav-links .nav-next a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #222;
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a:hover,
.text-page .post-bottom-f .post-navigation .nav-links .nav-next a:hover {
    color: #95c11f;
}

    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a:hover .arrow-link:before,
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a:hover .arrow-link:before {
        background-color: #95c11f;
    }

    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a:hover .arrow-link:after,
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a:hover .arrow-link:after {
        border-left: 6px solid #95c11f;
    }

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .nav-subtitle {
        padding-left: 40px;
    }

@media (max-width: 575px) {
    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .nav-subtitle {
        padding-left: 26px;
    }
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .nav-title {
    padding-right: 15px;
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .arrow-link {
    left: 0;
}

    .text-page .post-bottom-f .post-navigation .nav-links .nav-previous a .arrow-link:after {
        right: auto;
        left: -2px;
        border-right: 6px solid #222;
        border-left: transparent;
    }

.text-page .post-bottom-f .post-navigation .nav-links .nav-previous a:hover .arrow-link:after {
    border-right: 6px solid #95c11f;
    border-left: transparent;
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-next {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a .nav-subtitle {
        padding-right: 40px;
    }

@media (max-width: 575px) {
    .text-page .post-bottom-f .post-navigation .nav-links .nav-next a .nav-subtitle {
        padding-right: 26px;
    }
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-next a .nav-title {
    padding-left: 15px;
}

.text-page .post-bottom-f .post-navigation .nav-links .nav-next a .arrow-link {
    right: 0;
}

.side-right .side-items {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .side-right .side-items {
        margin-bottom: 30px;
    }
}

.side-right .side-items:last-child {
    margin-bottom: 0;
}

.side-right .side-items .title-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    padding: 6px 15px;
    color: #fff;
    background: #95c11f;
}

@media (max-width: 1425px) {
    .side-right .side-items .title-text {
        font-size: 19px;
    }
}

.side-right .side-items .desc-in {
    padding: 15px;
}

.side-right .cat-text .desc-in {
    padding: 20px;
}

@media (max-width: 1200px) {
    .side-right .cat-text .desc-in {
        padding: 10px;
    }
}

.side-right .cat-text .desc-in .post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .side-right .cat-text .desc-in .post-item {
        margin-bottom: 15px;
    }
}

.side-right .cat-text .desc-in .post-item:last-child {
    margin-bottom: 0;
}

.side-right .cat-text .desc-in .post-item .left-in img {
    width: 95px;
    height: 75px;
    object-fit: cover;
    border: 1px solid #f1f1f1;
}

.side-right .cat-text .desc-in .post-item .right-in {
    width: 100%;
    padding: 0 15px;
    position: relative;
}

    .side-right .cat-text .desc-in .post-item .right-in .title {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #454545;
    }

@media (max-width: 1200px) {
    .side-right .cat-text .desc-in .post-item .right-in .title {
        font-size: 14px;
    }
}

.side-right .cat-text .desc-in .post-item .right-in .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-left: 15px;
}

    .side-right .cat-text .desc-in .post-item .right-in .bottom .date-in,
    .side-right .cat-text .desc-in .post-item .right-in .bottom .name-in {
        font-size: 13px;
        font-weight: 500;
        color: #a9a9a9;
        font-family: 'Montserrat', sans-serif;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 19px;
    }

@media (max-width: 1200px) {
    .side-right .cat-text .desc-in .post-item .right-in .bottom .date-in,
    .side-right .cat-text .desc-in .post-item .right-in .bottom .name-in {
        font-size: 12px;
        font-weight: 400;
    }
}

.side-right .cat-text .desc-in .post-item .right-in .bottom .name-in {
    text-align: right;
}

.side-right .cat-text .desc-in .post-item:hover .right-in .title {
    color: #95c11f;
}

.side-right .side-etiket .desc-in {
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

@media (max-width: 575px) {
    .side-right .side-etiket .desc-in {
        padding: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }
}

.side-right .side-etiket .desc-in a {
    background-color: #f5f5f5;
    padding: 7px 16px;
    color: rgba(34, 34, 34, 0.4);
    margin: 0 5px;
    margin-bottom: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 14px;
}

@media (max-width: 500px) {
    .side-right .side-etiket .desc-in a {
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 5px 15px;
    }
}

.side-right .side-etiket .desc-in a:hover {
    background-color: #95c11f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
}

.side-right .side-cat .desc-in {
    padding: 15px 20px;
    padding-bottom: 25px;
}

    .side-right .side-cat .desc-in ul li a {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
        font-weight: 500;
        color: #484848;
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
    }

@media (max-width: 575px) {
    .side-right .side-cat .desc-in ul li a {
        font-size: 14px;
    }
}

.side-right .side-cat .desc-in ul li a:before {
    content: "";
    float: left;
    margin-top: 9px;
    margin-right: 12px;
    width: 6px;
    height: 6px;
    border: 1px solid #95c11f;
    border-radius: 50%;
    box-sizing: border-box;
}

.side-right .side-cat .desc-in ul li a span {
    float: right;
    font-weight: 500;
    color: #c3c3c3;
    font-size: 14px;
}

.side-right .side-cat .desc-in ul li a:hover {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    padding-left: 10px;
    color: #95c11f;
}

.side-right .social-nav .desc-in {
    padding: 35px 25px;
}

    .side-right .social-nav .desc-in nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .side-right .social-nav .desc-in nav a {
            border: 1px solid #ddd;
            width: 45px;
            height: 45px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            margin-right: 15px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }

            .side-right .social-nav .desc-in nav a:last-child {
                margin-right: 0;
            }

            .side-right .social-nav .desc-in nav a img {
                width: 17px;
                -webkit-filter: brightness(0) invert(0);
                filter: brightness(0) invert(0);
                opacity: .8;
                transition: all .2s;
                -webkit-transition: all .2s;
                -moz-transition: all .2s;
                -ms-transition: all .2s;
                -o-transition: all .2s;
            }

            .side-right .social-nav .desc-in nav a:hover {
                background-color: #95c11f;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                -o-transition: all .4s;
            }

                .side-right .social-nav .desc-in nav a:hover img {
                    transition: all .2s;
                    -webkit-transition: all .2s;
                    -moz-transition: all .2s;
                    -ms-transition: all .2s;
                    -o-transition: all .2s;
                    -webkit-filter: brightness(1) invert(0);
                    filter: brightness(1) invert(0);
                    opacity: 1;
                }

.comment_area {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .comment_area {
        padding-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .comment_area {
        padding-bottom: 0;
    }
}

.comment_area ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment_area .section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 15px 15px;
    border-left: 5px solid #95c11f;
}

@media (max-width: 768px) {
    .comment_area .section-heading {
        padding: 11px;
        margin-bottom: 16px;
    }
}

.comment_area .section-heading h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 500;
}

@media (max-width: 768px) {
    .comment_area .section-heading h5 {
        font-size: 18px;
    }
}

.comment_area .section-heading h5 .y-count {
    font-size: 16px;
    color: #ddd;
    font-size: 14px;
    color: #8c8c8c;
    margin-left: 10px;
}

.comment_area .page-numbers {
    padding-left: 0;
    list-style: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-radius: 0;
    display: inline-block;
}

    .comment_area .page-numbers li {
        display: inline-block;
    }

        .comment_area .page-numbers li a,
        .comment_area .page-numbers li span {
            position: relative;
            display: block;
            margin-left: -1px;
            color: #777;
            background-color: #fff;
            border: 1px solid #dee2e6;
            width: 32px;
            height: 36px;
            font-size: 14px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            float: left;
        }

            .comment_area .page-numbers li a.prev,
            .comment_area .page-numbers li span.prev {
                margin-left: 0;
                border-radius: 0;
                width: 45px;
            }

                .comment_area .page-numbers li a.prev img,
                .comment_area .page-numbers li span.prev img {
                    height: 15px;
                    width: auto;
                    -webkit-filter: brightness(0) invert(0);
                    filter: brightness(0) invert(0);
                    opacity: .6;
                    transform: rotate(90deg);
                }

            .comment_area .page-numbers li a.next,
            .comment_area .page-numbers li span.next {
                width: 45px;
                border-radius: 0;
            }

                .comment_area .page-numbers li a.next img,
                .comment_area .page-numbers li span.next img {
                    height: 15px;
                    width: auto;
                    -webkit-filter: brightness(0) invert(0);
                    filter: brightness(0) invert(0);
                    opacity: .6;
                    transform: rotate(-90deg);
                }

            .comment_area .page-numbers li a.dots,
            .comment_area .page-numbers li span.dots {
                background-color: #95c11f;
                color: #fff;
            }

            .comment_area .page-numbers li a:hover,
            .comment_area .page-numbers li span:hover {
                background-color: #95c11f;
                color: #fff;
            }

                .comment_area .page-numbers li a:hover.next img,
                .comment_area .page-numbers li a:hover.prev img,
                .comment_area .page-numbers li span:hover.next img,
                .comment_area .page-numbers li span:hover.prev img {
                    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
                    opacity: 1;
                }

        .comment_area .page-numbers li span {
            background-color: #eaeaea;
        }

.comment_area .section-heading-input {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 15px 15px;
    border-left: 5px solid #95c11f;
}

@media (max-width: 768px) {
    .comment_area .section-heading-input {
        padding: 11px;
        margin-bottom: 16px;
    }
}

.comment_area .section-heading-input h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 500;
}

@media (max-width: 768px) {
    .comment_area .section-heading-input h5 {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .comment_area .section-heading-input h5 {
        display: block;
    }
}

.comment_area .section-heading-input h5 .y-count {
    font-size: 16px;
    color: #ddd;
    font-size: 14px;
    color: #8c8c8c;
    margin-left: 10px;
}

.comment_area .section-heading-input h5 a {
    margin-right: 10px;
    color: #95c11f;
}

@media (max-width: 600px) {
    .comment_area .section-heading-input h5 a {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }
}

@media (max-width: 600px) {
    .comment_area .section-heading-input h5 small {
        margin-top: 5px;
        display: block;
    }
}

.comment_area .section-heading-input h5 small a {
    text-transform: initial;
    margin-left: 10px;
    font-weight: 500;
}

@media (max-width: 600px) {
    .comment_area .section-heading-input h5 small a {
        margin-left: 0;
        margin-bottom: 0;
        display: block;
    }
}

.comment_area .nname {
    margin-bottom: 1em;
}

    .comment_area .nname b {
        text-transform: capitalize;
        color: #8c8c8c;
        padding-left: 5px;
    }

.comment_area .comment-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .comment_area .comment-content .comment-author {
        min-width: 72px;
        margin-right: 20px;
        height: 72px;
        border-radius: 50%;
    }

        .comment_area .comment-content .comment-author img {
            border-radius: 50%;
            border: 1px solid #eaeaea;
            max-width: 100%;
            width: auto;
            height: auto;
            object-fit: cover;
        }

@media (max-width: 1200px) {
    .comment_area .comment-content .comment-author img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .comment_area .comment-content .comment-author {
        min-width: 40px;
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1200px) {
    .comment_area .comment-content .comment-author {
        margin-top: 3px;
    }
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 0px;
    width: 100%;
}

    .comment_area .comment-content .comment-meta .comment-date {
        font-size: 12px;
        color: #777;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .comment_area .comment-content .comment-meta h6 {
        margin-bottom: 10px;
    }

@media (max-width: 600px) {
    .comment_area .comment-content .comment-meta h6 {
        margin-bottom: 3px;
        font-size: 15px;
    }
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
    color: #777;
    font-weight: 500;
}

.comment_area .comment-content .comment-meta .d-flex {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.comment_area .comment-content .comment-meta .like,
.comment_area .comment-content .comment-meta .reply {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    line-height: 26px;
    text-align: center;
    margin-right: 15px;
}

    .comment_area .comment-content .comment-meta .like:last-child,
    .comment_area .comment-content .comment-meta .reply:last-child {
        margin-right: 0;
    }

    .comment_area .comment-content .comment-meta .like:hover,
    .comment_area .comment-content .comment-meta .reply:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    }

@media (max-width: 1200px) {
    .comment_area .comment-content .comment-meta .like,
    .comment_area .comment-content .comment-meta .reply {
        margin-right: 5px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 28px;
    }
}

@media (max-width: 600px) {
    .comment_area .comment-content .comment-meta .like,
    .comment_area .comment-content .comment-meta .reply {
        font-size: 10px;
        padding: 0 10px;
        line-height: 24px;
        height: 25px;
    }
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 10px;
}

    .comment_area .single_comment_area:last-of-type {
        margin-bottom: 0;
    }

@media (max-width: 600px) {
    .comment_area .single_comment_area {
        padding: 8px;
        margin-bottom: 16px;
    }
}

.comment_area .children .single_comment_area {
    margin-left: 20px;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .comment_area .children .single_comment_area {
        margin-left: 15px;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .comment_area .children .single_comment_area {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.comment_area .comment-form-c {
    margin-top: 35px;
}

@media (max-width: 500px) {
    .comment_area .comment-form-c {
        margin-top: 10px;
    }
}

.comment_area .comment-form-c .logged-in-as {
    display: none;
}

.comment_area .comment-respond {
    margin-top: 15px;
}

.comment_area #commentform .logged-in-as {
    display: none;
}

.comment_area #commentform input,
.comment_area #commentform textarea {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 25px;
    height: 45px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-left: 15px;
    font-size: 16px;
}

    .comment_area #commentform input:focus,
    .comment_area #commentform textarea:focus {
        border: 1px solid #95c11f !important;
    }

.comment_area #commentform textarea {
    height: auto !important;
}

.comment_area #commentform .custom-checkbox {
    margin-bottom: 15px;
}

    .comment_area #commentform .custom-checkbox input,
    .comment_area #commentform .custom-checkbox label {
        cursor: pointer;
    }

.comment_area #commentform .custom-control-input:checked ~ .custom-control-label::before {
    box-shadow: none !important;
    color: #fff;
    border: 1px solid #95c11f !important;
    background-color: #95c11f;
}

.comment_area #commentform .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.comment_area #commentform .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border: 1px solid #adb5bd !important;
}

.comment_area #commentform .button-com {
    outline: none;
    box-shadow: none;
    border: none !important;
    border-radius: 0 !important;
    display: table;
    background-color: #95c11f !important;
    border: 1px solid #95c11f !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    padding: 10px 25px !important;
    cursor: pointer !important;
    transition: all .4s !important;
    -webkit-transition: all .4s !important;
    -moz-transition: all .4s !important;
    -ms-transition: all .4s !important;
    -o-transition: all .4s !important;
    margin-top: 25px;
}

    .comment_area #commentform .button-com:hover {
        transition: all .4s !important;
        -webkit-transition: all .4s !important;
        -moz-transition: all .4s !important;
        -ms-transition: all .4s !important;
        -o-transition: all .4s !important;
        color: #95c11f !important;
        border: 1px solid #ddd !important;
        background-color: #fff !important;
    }

.comment_area .alert-danger {
    margin-top: 50px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .comment_area .alert-danger {
        margin-top: 25px;
    }
}

.archive-page {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .archive-page {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .archive-page {
        padding: 25px 0;
    }
}

@media (max-width: 768px) {
    .archive-page .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 575px) {
    .archive-page .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.archive-page .items {
    border: 1px solid #e5e5e5;
    padding: 30px;
    padding-bottom: 70px;
    height: 626px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 1550px) {
    .archive-page .items {
        padding: 20px;
    }
}

@media (max-width: 1400px) {
    .archive-page .items {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .archive-page .items {
        padding: 10px;
    }
}

@media (max-width: 700px) {
    .archive-page .items {
        height: 610px;
    }
}

@media (max-width: 500px) {
    .archive-page .items {
        height: auto;
        margin-bottom: 15px;
    }
}

.archive-page .items:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    background: #95c11f;
}

.archive-page .items img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .archive-page .items img {
        height: 215px;
    }
}

@media (max-width: 700px) {
    .archive-page .items img {
        height: 280px;
    }
}

@media (max-width: 500px) {
    .archive-page .items img {
        height: 220px;
    }
}

.archive-page .items .blog-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    position: relative;
    z-index: 3;
}

    .archive-page .items .blog-top .left {
        width: 70%;
        font-size: 14px;
        color: rgba(34, 34, 34, 0.25);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .archive-page .items .blog-top .left img {
            margin-right: 10px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 2px solid rgba(210, 210, 210, 0.25);
        }

    .archive-page .items .blog-top .right {
        width: 30%;
        color: #222;
        font-weight: 500;
        font-size: 14px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

        .archive-page .items .blog-top .right img {
            height: 18px;
            width: auto;
            margin-right: 5px;
            border: none;
        }

.archive-page .items .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 36px;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .archive-page .items .title {
        font-size: 18px;
        line-height: 29px;
    }
}

.archive-page .items .title a {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 36px;
    margin-top: 0px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px) {
    .archive-page .items .title a {
        font-size: 18px;
        line-height: 29px;
    }
}

.archive-page .items .desc-service {
    position: relative;
    font-size: 14px;
    margin: 15px 0;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1400px) {
    .archive-page .items .desc-service {
        margin: 12px 0;
        margin-bottom: 7px;
    }
}

@media (max-width: 330px) {
    .archive-page .items .desc-service {
        display: none;
    }
}

.archive-page .items .desc-service a {
    color: rgba(34, 34, 34, 0.25);
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1400px) {
    .archive-page .items .desc-service a {
        font-size: 13px;
    }
}

.archive-page .items .desc-service a:after {
    content: ",";
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.archive-page .items .desc-service a:last-child:after {
    display: none;
}

.archive-page .items .desc-service a:hover {
    color: #fff !important;
}

.archive-page .items .desc {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 3;
    color: #222;
}

@media (max-width: 1400px) {
    .archive-page .items .desc {
        margin-top: 10px;
    }
}

.archive-page .items .blog-link {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 3;
}

@media (max-width: 500px) {
    .archive-page .items .blog-link {
        position: relative;
        bottom: auto;
        transform: none;
        left: auto;
    }
}

.archive-page .items .blog-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 2px solid rgba(34, 34, 34, 0.25);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 500px) {
    .archive-page .items .blog-link a {
        height: 33px;
        width: 90px;
        margin: 0 auto;
        border: 1px solid rgba(34, 34, 34, 0.25);
    }
}

.archive-page .items .blog-link a .arrow-link {
    position: relative;
    width: 44px;
    height: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media (max-width: 500px) {
    .archive-page .items .blog-link a .arrow-link {
        width: 36px;
    }
}

.archive-page .items .blog-link a .arrow-link:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.archive-page .items .blog-link a .arrow-link:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    width: 5px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #222;
}

.archive-page .items .blog-link a:hover {
    background-color: #fff !important;
    width: 115px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

    .archive-page .items .blog-link a:hover .arrow-link {
        width: 59px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

        .archive-page .items .blog-link a:hover .arrow-link:before {
            background-color: #95c11f !important;
        }

        .archive-page .items .blog-link a:hover .arrow-link:after {
            border-left: 6px solid #95c11f !important;
        }

.archive-page .items:hover:after {
    opacity: 1;
}

.archive-page .items:hover img {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.archive-page .items:hover .blog-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

    .archive-page .items:hover .blog-top .left {
        color: rgba(255, 255, 255, 0.25);
    }

    .archive-page .items:hover .blog-top .right {
        color: #fff;
    }

        .archive-page .items:hover .blog-top .right img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.archive-page .items:hover .title a {
    color: #fff;
}

.archive-page .items:hover .desc-service a {
    color: rgba(255, 255, 255, 0.25);
}

.archive-page .items:hover .desc {
    color: #fff;
}

.archive-page .items:hover .blog-link a {
    border: 2px solid rgba(255, 255, 255, 0.12);
}

    .archive-page .items:hover .blog-link a .arrow-link:before {
        background-color: #fff;
    }

    .archive-page .items:hover .blog-link a .arrow-link:after {
        border-left: 6px solid #fff;
    }

.archive-page .pagination-out {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.archive-page .page-numbers {
    padding-left: 0;
    list-style: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-radius: 0;
    display: inline-block;
}

    .archive-page .page-numbers li {
        display: inline-block;
    }

        .archive-page .page-numbers li a,
        .archive-page .page-numbers li span {
            position: relative;
            display: block;
            margin-left: -1px;
            color: #777;
            background-color: #fff;
            border: 1px solid #dee2e6;
            width: 32px;
            height: 36px;
            font-size: 14px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            float: left;
        }

            .archive-page .page-numbers li a.prev,
            .archive-page .page-numbers li span.prev {
                margin-left: 0;
                border-radius: 0;
                width: 45px;
            }

                .archive-page .page-numbers li a.prev img,
                .archive-page .page-numbers li span.prev img {
                    height: 15px;
                    width: auto;
                    -webkit-filter: brightness(0) invert(0);
                    filter: brightness(0) invert(0);
                    opacity: .6;
                    transform: rotate(90deg);
                }

            .archive-page .page-numbers li a.next,
            .archive-page .page-numbers li span.next {
                width: 45px;
                border-radius: 0;
            }

                .archive-page .page-numbers li a.next img,
                .archive-page .page-numbers li span.next img {
                    height: 15px;
                    width: auto;
                    -webkit-filter: brightness(0) invert(0);
                    filter: brightness(0) invert(0);
                    opacity: .6;
                    transform: rotate(-90deg);
                }

            .archive-page .page-numbers li a.dots,
            .archive-page .page-numbers li span.dots {
                background-color: #95c11f;
                color: #fff;
            }

            .archive-page .page-numbers li a:hover,
            .archive-page .page-numbers li span:hover {
                background-color: #95c11f;
                color: #fff;
            }

                .archive-page .page-numbers li a:hover.next img,
                .archive-page .page-numbers li a:hover.prev img,
                .archive-page .page-numbers li span:hover.next img,
                .archive-page .page-numbers li span:hover.prev img {
                    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
                    opacity: 1;
                }

        .archive-page .page-numbers li span {
            background-color: #eaeaea;
        }

.archive-page .alert-warning {
    width: 100%;
    font-weight: 500;
}

.archive-page .title-text-s {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    font-size: 21px;
    padding: 6px 15px;
    text-transform: capitalize;
    color: #fff;
    background: #95c11f;
}

@media (max-width: 1425px) {
    .archive-page .title-text-s {
        font-size: 19px;
    }
}
.wpcf7 form input, .wpcf7 div textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.socila-footer img {
    height: 20px;
    line-height:20px;
}
.model-detay-sub-page .title-ho {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}
    .model-detay-sub-page .title-ho .title-h {
        position: relative;
        font-size: 42px;
        line-height: 49px;
        padding: 0;
        padding-bottom: 15px;
        margin: 0;
        font-weight: 400;
        text-transform: capitalize;
    }
        .model-detay-sub-page .title-ho .title-h:after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            bottom: 0;
            width: 60%;
            height: 2px;
            background-color: #95c11f;
        }
.urun-aciklama-1 .flex-in .right .right-in .urun-katbr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
}

    .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 150px;
        width: 50%;
        text-decoration: none;
    }

       .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a:first-child {
            margin-right: 10px;
        }

        .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner {
            height: 100%;
            width: 100%;
            background-color: #8ab518;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
            border-radius: 5px;
        }

           .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner {
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner img {
                    width: 60px;
                    height: calc(100% - 40px);
                    display: block;
                    margin: 0 auto;
                    object-fit: contain;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s;
                    -o-transition: all .4s;
                    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
                }

@media (max-width: 1425px) {
    .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner img {
        height: calc(100% - 35px);
    }
}

@media (max-width: 1425px) {
.urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner img {
        width: 60px;
    }
}

.urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner span {
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
   .urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner span {
        font-size: 12px;
        padding: 0 5px;
    }
}

.urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner span i {
    font-weight: bold;
    margin-left: 5px;
    font-size: 18px;
}

@media (max-width: 1425px) {
.urun-aciklama-1 .flex-in .right .right-in .urun-katbr a .flex-inner .item-inner span i {
        font-size: 15px;
    }
}
.urun-aciklama-1 .flex-in .right .right-in .ozellik-item li img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}
.urun-aciklama-1 .flex-in .right .right-in .ozellik-item li {
    color: #293133;
    text-align: center;
    padding: 0 15px;
    width: 33.33%;
}