.sayac {
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #006666;
}

#left ul.nav {
    margin-bottom: 2px;
    font-size: 12px;
    /* to change font-size, please change instead .lbl */
}

#left ul.nav ul,
#left ul.nav ul li {
    list-style: none !important;
    list-style-type: none !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

#left ul.nav ul {
    padding-left: 0;
    width: auto;
}

#left ul.nav ul.children {
    padding-left: 12px;
    width: auto;
}

#left ul.nav ul.children li {
    margin-left: 0px;
}

#left ul.nav li a:hover {
    text-decoration: none;
}

#left ul.nav li a:hover .lbl {
    color: var(--color-1) !important;
}

#left ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff !important;
}

/* parent item */
#left ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}

#left ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}

#left ul.nav li.parent a:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display: block;
    padding-left: 5px;
}

#left ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#left ul.nav li .sign {
    display: inline-block;
    /* width: 14px; */
    padding: 5px 8px;
    background-color: transparent;
    color: #fff;
}

#left ul.nav li.parent>a>.sign {
    margin-left: 0px;
    background-color: #999;
}

#left ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}

#left ul.nav li.current>a>.lbl {
    color: #fff;
}

#left ul.nav li a .lbl {
    font-size: 12px;
}

#left ul.nav>li.item-1.parent>a {
    border: solid 1px var(--color-1);
}

#left ul.nav>li.item-1.parent>a>.sign,
#left ul.nav>li.item-1 li.parent>a>.sign {
    margin-left: 0px;
    background-color: var(--color-1);
}

#left ul.nav>li.item-1 .lbl {
    color: var(--color-1);
}

#left ul.nav>li.item-1 li.current>a .lbl {
    background-color: var(--color-1);
    color: #fff !important;
}


#left ul.nav>li.item-8.parent>a {
    border: solid 1px #51c3eb;
}

#left ul.nav>li.item-8.parent>a>.sign,
#left ul.nav>li.item-8 li.parent>a>.sign {
    margin-left: 0px;
    background-color: #51c3eb;
}

#left ul.nav>li.item-8 .lbl {
    color: #51c3eb;
}

#left ul.nav>li.item-8 li.current>a .lbl {
    background-color: #51c3eb;
    color: #fff !important;
}

#left ul.nav>li.item-15.parent>a {
    border: solid 1px #94cf00;
}

#left ul.nav>li.item-15.parent>a>.sign,
#left ul.nav>li.item-15 li.parent>a>.sign {
    margin-left: 0px;
    background-color: #94cf00;
}

#left ul.nav>li.item-15 .lbl {
    color: #94cf00;
}

#left ul.nav>li.item-15 li.current>a .lbl {
    background-color: #94cf00;
    color: #fff !important;
}

#left ul.nav>li.item-22.parent>a {
    border: solid 1px #ef409c;
}

#left ul.nav>li.item-22.parent>a>.sign,
#left ul.nav>li.item-22 li.parent>a>.sign {
    margin-left: 0px;
    background-color: #ef409c;
}

#left ul.nav>li.item-22 .lbl {
    color: #ef409c;
}

#left ul.nav>li.item-22 li.current>a .lbl {
    background-color: #ef409c;
    color: #fff !important;
}


.tr-product {
    position: relative;
    width: 100%;
    padding: 5px 3px;
    /* height: 50rem; */
    height: auto;
    max-height: 50rem;
    overflow: hidden;
    margin-bottom: 10px;
}

.tr-product-image-outer {
    border: 1px solid #333;
    padding: 5px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.tr-product-image {
    position: relative;
    width: 100%;
    height: 20rem;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.tr-product-title {
    text-align: left;
    width: 100%;
    height: auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.tr-product-image>img {
    display: none !important;
}

.tr-product-desc {
    width: 100%;
    height: auto;
}

.tr-product-desc p {
    text-align: justify !important;
}

.tr-product-link:hover .tr-product-desc {
    text-decoration: underline !important;
}

.tr-product-link:hover .tr-product-image-outer {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}

.tr-product-link:hover .tr-product-image {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}

.tr-product-link p {
    color: #333 !important;
}

.tr-product-link:hover p {
    color: #333 !important;
}

.inline-breadcrumb .breadcrumb {
    bottom: inherit !important;
    color: inherit !important;
    background: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    list-style: inherit !important;
    padding: inherit !important;
    position: inherit !important;
    right: inherit !important;
}







#breadcrumb {
    list-style: none;
    display: inline-block;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li a {
    color: #FFF;
    display: block;
    background: var(--color-1);
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}

#breadcrumb li a:first-of-type{
    margin-left: 0 !important;
}

#breadcrumb li:nth-child(even) a {
    background-color: var(--color-1);
}

#breadcrumb li:nth-child(even) a:before {
    border-color: var(--color-1);
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    border-left-color: var(--color-1);
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    margin-left: 20px;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid var(--color-1);
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    /* margin-left: -20px; */
    border-left-color: transparent;

}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: var(--color-1);
}

#breadcrumb li a:hover {
    background-color: var(--color-1);
}

#breadcrumb li a:hover:before {
    border-color: var(--color-1);
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: var(--color-1);
}

#breadcrumb li a:active {
    background-color: var(--color-1);
}

#breadcrumb li a:active:before {
    border-color: var(--color-1);
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: var(--color-1);
}

.iletisim-table i {
    color: var(--color-1);
}

.iletisim-table tr {
    line-height: 30px;
}

.iletisim-table a {
    color: #333;
}

.iletisim-table a:hover {
    color: #333;
    text-decoration: underline;
}

.katalog-image img {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.katalog-image:hover img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}

.katalog-title {
    position: absolute;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
}

.katalog-title-2 {
    position: absolute;
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .katalog-title {
        width: 84%;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .katalog-title {
        width: 96%;
    }
}

@media (min-width: 992px) {
    .katalog-title {
        width: 90%;
    }
}

.katalog-image:hover .katalog-title {
    display: block;
}

.ara {
    color: #f00;
}

.whatsapp {
    color: #25d366;
}

.yol-tarifi {
    color: #34b7f1;
}

.ara,
.whatsapp,
.yol-tarifi {
    font-size: 2rem;
}

.footer-social i {
    font-size: 2rem;
}

.tr-product-link .tr-product-image {
    transition: .7s ease;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    background-size: 130%;
}

.tr-product-link:hover .tr-product-image {
    background-size: 150%;
}

.h-15rem {
    height: 20rem;
}

.diger-link:hover h4 {
    text-decoration: underline;
}

.tparrows {
    display: none !important;
}

.color-root-1 {
    color: var(--color-1);
}

.a-form {
    position: relative;
    right: inherit;
    border: 1px solid rgba(255, 0, 0, 0.3);
    padding-bottom: 10px;
    background-color: #fff;
}

@media (min-width: 992px) {
    .a-form {
        position: fixed;
        left: 58.333333333333%;
    }
}

.a-form .form-control {
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.a-form .form-control:active,
.a-form .form-control:focus {
    border: 1px solid rgba(255, 0, 0, 1);
}

.topbar-link-custom {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .t-center-to-md {
        text-align: center;
    }

    .pl-0-xs-else-md {
        padding-left: 0 !important;
    }

    .pr-0-xs-else-md {
        padding-right: 0 !important;
    }

    .social-icons {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .t-left-xs {
        text-align: left !important;
    }

    .t-right-xs {
        text-align: right !important;
    }

    .m-0-auto-xs {
        margin: 0 auto;
    }

    .f-right-xs {
        float: right;
    }
}

.owl-nav {
    display: none !important;
}

.slider-caption {
    position: relative;
    left: 5%;
    top: 30%;
    width: 50%;
}

.slider-title {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal !important;
    text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87;
    letter-spacing: 0;
    line-height: 120% !important;
    padding: 0 0 10px;
    position: relative;
    color: var(--color-1);
}

.slider-height {
    height: 40vh;
}

@media (min-width: 768px) {
    .slider-title {
        font-size: 5.5rem;
    }

    .slider-height {
        height: 70vh;
    }
}

.slider-description {
    color: #fff;
    font-size: 2rem;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .w-100-to-lg {
        width: 100%;
    }
}

h1.parallax-section-title-c {
    padding-top: 5%;
    font-size: 4rem !important;
    text-align: center;
}

.line-height-30p {
    /* line-height: 30% !important; */
}

.urun-image-outer {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
}

.katalog-image:hover .urun-image-outer {
    -webkit-filter: none;
    filter: none;
}

.vertical-list,
.vertical-menu {
    width: 100%;
}

.vertical-list li {
    background-color: #fefefe;
    color: #333;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a {
    color: #333;
}

.unstyled-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.vertical-list li:hover {
    background-color: #eee;
}

.vertical-list li.active {
    background-color: #eee;
    color: #333;
}

.vertical-brand {
    background-color: var(--color-1);
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.vertical-menu-btn {
    background-color: transparent;
    color: #fff;
    float: right;
    border: none;
    font-size: 1.8rem;
}

.vertical-menu-btn:hover {
    color: #eee;
}

.vertical-menu-btn:active {
    border: none;
}

.vertical-menu-inner {
    display: block;
    width: 100%;
}

.drp {
    position: relative;
    display: inline-block;
}

.drp-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    right: -160px;
    top: -10px;
    z-index: 1;
}

.drp-content a {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.drp:hover .drp-content {
    display: block;
}

.drp>i {
    font-size: 1.1rem;
    float: right;
}


@media (max-width: 767px) {
    .drp-content {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .drp-content * {
        background-color: transparent;
    }

    .vertical-list li {
        background-color: transparent;
    }

    .drp:hover .drp-content {
        display: none;
    }

    .si-1 {
        width: 40%;
        float: left;
    }

    .si-2 {
        width: 60%;
        float: left;
        text-align: right;
    }

    .si-2 span {
        float: right;
    }

    .actual-social-icons {
        display: none;
    }
}


@media (min-width: 768px) {
    .si-1 {
        width: 100%;
    }

    .si-2 {
        display: none;
    }
}

.a-form {
    z-index: 9999999999999999999999999999999;
}

.d-none {
    display: none !important;
}


.custom-p-text {
    font-size: 2rem;
}


@media (max-width: 991px) {
    .custom-p-text {
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
}

@media (max-width: 767px) {
    .custom-p-text {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

@media (max-width: 500px) {
    .custom-p-text {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

.inner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    left: 0;
    right: 0;
}

.inner-link-relative {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.h-180 {
    height: 180px !important;
}

.w-100 {
    width: 100%;
}

.something {
    background-size: 90% auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
}

.something:hover {
    background-size: 100% auto !important;
}

@media (max-width: 767px) {
    .something {
        background-size: 50% auto !important;
    }

    .something:hover {
        background-size: 55% auto !important;
    }
}

.tr-product-image-outer {
    height: 350px;
}

.nav-gel {
    position: fixed;
}

#breadcrumb li {
    margin-top: 5px;
}

.btn.btn-danger {
    background-color: var(--color-1);
    border-color: var(--color-1)
}

.urun-image-custom{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.cizim-link{
    z-index: 999999999999;
}

.content-inner{
    width: 100%;
    overflow-x: scroll;
    padding-top: 2rem;
}

.content-inner img{
    width: 100% !important;
    height: auto !important;
}