::selection {
    background: #2e4e6f;
}

.header-logo img {
    max-height: 50px;
}

.blog_short_desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-img{
    width: auto;
}

.main-nav a:hover {
    color: #9b9b9b !important;
}

.slide-inner{
    background-color: rgba(0,0,0,0.5);
}

.menu-open .sub-menu{
    display: block!important;
}

.hizmet-yazi {
    display: none;
    border: 1px solid #000;
    height: 30px;
    width: 290px;
    margin-left: 10px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-primary {
    background: #2e4e6f !important;
    border-color: #2e4e6f !important;
}

.custom-bg {
    background: rgb(236, 243, 253);
}

.brand-nav {
    background: transparent;
}

.bg-gray {
    background: #f2f2f2;
}

.text-primary {
    color: #2e4e6f !important;
}

.biz-kimiz a {
    text-transform: capitalize;
    font-size: 24px;
    color: #4b4b4b !important;
}

.biz-kimiz a:hover {
    color: dimgray !important;
}

.section-title.style-2 .title:before {
    background-color: #383838;
}

.product-category-content .title a {
    font-weight: 500;
}

.product-category-content .title a:hover {
    color: dimgray;
}

.footer-logo img {
    filter: brightness(100) contrast(100);
}

.pr-3 {
    padding-right: 3em;
}

.brand-item img {
    filter: contrast(2000) grayscale(100) brightness(0);
}

.breadcrumb-area {
    position: relative;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 78, 111, 0.30);
}

.slide-content {
    font-style: italic !important;
    color: white!important;
}

.slide-content .title{
    color: white!important;
}

.slide-content .short-desc{
    color: white!important;
}

.btn-custom-size {
    font-style: normal !important;
}

.short-desc {
    line-height: 1.3 !important;
}

.breadcrumb-heading {
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: none;
}

.breadcrumb-item ul li a {
    color: #fff !important;
}

.breadcrumb-item ul li {
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}

.breadcrumb-item ul li::after {
    content: "/";
    position: absolute;
    right: 0;
    color: #fff;
}

.breadcrumb-item ul li:last-child::after {
    display: none;
}

.breadcrumb-item ul li:first-child a {
    text-transform: uppercase;
}


.breadcrumb-item .active {
    color: #fff;
}

.shipping-img img {
    filter: hue-rotate(190deg) opacity(0.5);
}

.contact-form-title:before {
    background-color: #2e4e6f;
}

.service_card {
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;

}

.service_card .service_title h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 400 !important;
    color: #ffffff;
    padding: 15px 10px;
    background-color: #2e4e6f;
    margin-bottom: 0;
}

.service_card:hover .service_image img {
    transform: scale(1.1);
}

.service_card .service_image {
    overflow: hidden !important;
}

.service_image img {
    max-height: 500px;
    object-fit: cover;
}


.widg_contact {
    position: relative;
}

.widg_contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.widgets-item {
    position: relative;
    z-index: 1;
}

.widgets-item .contact_titl {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.btn_left {
    padding: 15px 25px;
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
}

.btn_left:hover {
    color: #fff;
    background: transparent !important;
    border-color: #fff !important;
}

.widgets-title:before {
    background-color: #2e4e6f;
}

.product-add-action ul li a i {
    background-color: #fff;
    color: white;
    width: 50px;
    height: 40px;
    font-size: 22px;
    padding: 0;
    line-height: 40px;
}

.product-add-action i {
    background-color: #5a7696 !important;
}

.product-add-action {
    bottom: auto;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.product-item:hover .product-add-action {
    top: 15px;
}

.product-add-action ul li a i:hover {
    background-color: #2e4e6f;
    border-color: #2e4e6f;
}

.quantity-with-btn {
    padding: 20px !important;
}

.widget-item li:hover, .widget-item a:hover, .widget-item p:hover {
    color: #9b9b9b;
}

.widget-contact-info a:hover {
    color: #9b9b9b;
}

.fa-instagram {
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.fa-instagram:hover {
    color: dimgray !important;
}

.fa-chevron-right {
    color: white !important;
}


.product-name p {
    color: #c6c6c6;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 4px !important;
    margin-left: 4px !important;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.product-information-body h2{
    color: #2e4e6f !important;
}

.product-information-body p{
    color: dimgray!important;
    font-size: 18px!important;
}

.product-description-body {
    color: #2e4e6f !important;
}

.widgets-list-slider .blog-list-content .title a:hover{
    color: #2e4e6f !important;
}

.product-tab-nav li a.tab-btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.section-title .title {
    font-size: 28px !important;
}

.widgets-area {
    border-radius: 8px !important;
}

.widgets-searchbox {
    border-radius: 8px !important;
}

.btn-custom-size.lg-size {
    border-radius: 8px !important;
    width: max-content;
    height: max-content;
    padding: 15px 25px;
    line-height: 1;
}

.product-category-img {
    border-radius: 8px !important;
}

.about-us-img {
    border-radius: 8px;
}

.product-name h3:hover {
    color: #a5a5a5;
}

.product-tab-nav li a.active {
    background-color: #2e4e6f;
}

.product-tab-nav li a:hover {
    color: #fff !important;
}

.product-item {
    box-shadow: none !important;
}

.mobile-menu_wrapper .tromic-offcanvas-body {
    background-color: white;
}

.mobile-menu_wrapper .tromic-offcanvas-body .inner-body {
    padding-top: 20px !important;
}

.mobile-menu_wrapper .tromic-offcanvas-body li a:hover {
    color: dimgray;
}

.mobile-menu_wrapper .tromic-offcanvas-body .inner-body .tromic-offcanvas-top .button-close {
    color: black;
    font-size: 48px;
}

.mobile-menu_wrapper .tromic-offcanvas-body .inner-body .tromic-offcanvas-top .button-close:hover {
    color: dimgray;
}

.brand-nav {
    padding: 50px 0 !important;
}

.yayplast-footer {
    padding: 80px 0 !important;
}

.social-media-icon {
    font-size: 30px !important;
}

.header-social-media .social-media-icon {
    color: #a5a5a5 !important;
}

.header-social-media:hover {
    color: dimgrey !important;
}

.ht-btn {
    color: #a5a5a5 !important;
}

.ht-btn:hover {
    color: dimgrey !important;
}

.navbar-mail-to {
    color: #a5a5a5 !important;
}

.navbar-mail-to:hover {
    color: dimgrey !important;
}

.header-social-media li a i {
    padding: 15px !important;
}

.drop-menu li:hover > a{
    color: #a5a5a5;
}

.contact-form .input-field, .contact-form .textarea-field{
    border-radius: 8px;
}

.shipping-wrap{
    align-items: start!important;
}

.shipping-style-2 .shipping-item {
    background-image: none !important;
    gap: 20px;
    border: 1px solid #dedede;
    padding: 30px;
}

.blog-content .title:hover {
    color: dimgray;
}

.truva_products_card {
    border: 1px solid #dedede;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.truva_products_card .truva_product_title {
    padding: 10px;
}

.truva_product_cta {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -40px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.product-category-item .product_title a {
    color: #fff !important;
    padding: 10px;
}

.product-category-item .product_title {
    background: #2e4e6f;
    margin-bottom: 0 !important;
}

.truva_products_card .product_title {
    background: #2e4e6f;
}

.truva_products_card:hover .truva_product_cta {
    top: 20px;
    opacity: 1;
}

.truva_product_cta ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.truva_product_cta ul li a {
    padding: 10px 15px;
    background: #2e4e6f !important;
    border-radius: 5px;
}

.widgets-category li a:hover{
    color: #2e4e6f!important;
}

.truva_product_cta ul li a i {
    color: #fff !important;

}

.shipping-style-2 .shipping-item{
    height: auto;
}

.product-topbar > ul li.page-count {
    padding: 10px 20px;
}

.product-topbar > ul li.page-count span {
    color: #2e4e6f;
}

.widgets-searchbox .input-field {
    background-color: #f9f9f9;
    height: 40px;
    border-radius: 7px;
}

.btn-matterhorn {
    background: #2e4e6f;
    padding: 15px 25px;
    height: max-content;
    width: max-content;
    line-height: 1;
    border-radius: 8px;
}

.btn-matterhorn:hover {
    background: #2e4e6f!important;
}

.blog-content h2 {
    font-size: 20px;
}

.blog-content h2 .title {
    font-size: 24px;
    color: #2e4e6f;
    line-height: 1;
}

.widgets-newsletter .input-field:placeholder-shown {
    border-radius: 8px;
}

.newsletter-form .btn-custom-size {
    border-radius: 8px;
}

.btn-custom-size:hover{
    border-color: #2e4e6f;
    background: #2e4e6f;
}

.main-nav > ul > li:hover > a{
    color: #2e4e6f;
}

.dropdown-item:hover, .dropdown-item:focus{
    color: #fff!important;
    background: #2e4e6f!important;
}

.dropdown-menu.show{
    padding: 0!important;
}

.dropdown-menu.show li{
    border-radius: 8px!important;
    overflow: hidden;
}

.dropdown-menu.show li a{
    padding: 10px;
}

.btn_left, .widg_contact{
    border-radius: 8px;
    overflow: hidden;
}

.product-category-item {
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;
}

.shipping-item .shipping-img {
    background: #2e4e6f;
    border-radius: 8px;
    padding: 10px;
    width: auto;
    position: relative;
    text-align: center;
    top: auto;
    bottom: auto;
}

.shipping-style-2 .shipping-content{
    padding: 0px 0!important;
}

.shipping-content a:hover {
    color: #2e4e6f;
}

.product-content .product-name h3{
}

.trv_section{
    max-height: 80vh;
}

.trv_carousel{
    background: #2f4f70;
    padding: 40px!important;
    min-height: 400px;
}

.carousel_detail{
    color: #fff;
}

.trv_carousel_wrapper .slick-dots{
    bottom: 10px;

}

.trv_carousel_wrapper .slick-dots li button:before{
    color: #fff;
    font-size: 14px;
}

.slick-dots li.slick-active button:before{
    opacity: 1;
}

.open_tm_preloader{
    transition: 0.2s ease-in-out;
    z-index: 99999;
}



.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
}

.swiper-pagination.with-bg .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
}

.swiper-pagination.with-bg .swiper-pagination-bullet-active {
    background-color: #fff;
}

.footer-area .widget-item a, .footer-area .widget-item div, .widget-contact-info li a{
    color: #fff;
}

.copyright-text{
    color: #efefef;
}

.whatsapp_btn{
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #25d266;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff!important;
    font-size: 30px;
    border-radius: 50%;
    z-index: 9999;
}

@media screen and (min-width: 991px){
    .slide-inner.bg-height{
        min-height: 90.2vh;
    }

    .slide-style-2 .slide-content .title{
        line-height: 1.1;
        font-size: 45px;
    }

    .slide-style-2 .slide-content .short-desc{
        font-size: 20px;
    }

}

@media screen and (max-width: 1200px) {

    .header-top {
        display: none !important;
    }

    .main-menu {
        display: none !important;
    }

    .d-none {
        display: none !important;
    }

    .mobile-menu_wrap {
        display: flex !important;
    }

    .mobile-menu li:hover {
        color: dimgray !important;
    }

    .mobile-menu a:hover {
        color: dimgray !important;
    }

    .iletisim_mobil {
        position: absolute;
        bottom: 20px;
        left: 0;
    }

    .iletisim_mobil ul li {
        padding: 5px !important;
    }

    .iletisim_mobil ul li a {
        font-size: 18px !important;
        color: #c0c0c0 !important;
    }

    .iletisim_mobil ul li a:hover {
        color: dimgray !important;
    }

    .mobile-menu_wrapper .tromic-offcanvas-body .inner-body .tromic-offcanvas-top {
        justify-content: space-between;
    }

    .tromic-offcanvas-top img {
        max-height: 40px;
        margin-top: 10px;
    }

    nav ul li a {
        font-weight: 400;
        font-size: 18px !important;
    }

    nav ul li {
        text-align: left;
        padding: 7px 0px;
        border-bottom: 1px solid #efefef;
    }

    .mobile-menu_wrapper .tromic-offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li {
        padding-bottom: 3px !important;
    }

    .mobile-menu_wrapper .tromic-offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu {
        margin: 0 !important;
        padding: 0 !important;
    }

    .section-space-y-axis-70{
        padding: 70px 0!important;
    }

    .about-title{
        line-height: 1.2;
        font-size: 28px;
    }

    .trv_carousel{
        min-height: 500px;
    }

}


@media screen and (min-width: 768px) {

    .copyright {
        text-align: left;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .imza {
        text-align: right;
    }

    .imza a {
        color: #efefef;
        font-weight: 400;
    }

    .imza a:hover {
        color: dimgray !important;
    }

    .banner-img:hover .inner-content {
        opacity: 1;
    }

    .slide-inner.bg-height{
        min-height: 95vh;
    }

}

@media screen and (max-width: 767px) {

    .m-mb-5 {
        margin-bottom: 20px !important;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .imza{
        text-align: center;
    }

    .imza a{
        color: #fff;
    }

    .footer-logo img{
        max-height: 60px;
        margin-bottom: 10px;
    }

    .service_card .service_title h3{
        font-size: 16px;
    }

    .breadcrumb-height{
        height: 200px;
    }


    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px;
    }

    .mobile_breadcrumb ul li a, .mobile_breadcrumb ul li::after{
        color: #2f4f70!important;
    }

}

.scroll-to-top.show {
    display: none !important;
}