/* Add here all your CSS customizations */

#header .header-nav.header-nav-links nav>ul>li>a,
#header .header-nav.header-nav-links nav>ul>li:hover>a,
#header .header-nav.header-nav-line nav>ul>li>a,
#header .header-nav.header-nav-line nav>ul>li:hover>a {
    /*text-transform: capitalize;*/
    /*font-size: 14px;*/
}

.image-border {
    border: 4px solid #cfa968;
    padding: 6px;
}

.image-border img {
    height: 350px;
    object-fit: cover;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    display: none !important;
}

#photo-gallery.item {
    -webkit-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    border-radius: 0;
    padding: 12px;
}

#pageTabs .nav-tabs .nav-link {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    ;
    border-top-right-radius: 0 !important;
    ;
}

#footer .list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>.icons:first-child {
    color: white;
    border-color: white;
}

h3.line-height {
    line-height: 28px;
    margin-bottom: 33px;
    text-transform: capitalize;
}

header ul li a.top-header-menu {
    text-transform: capitalize;
    color: #fff !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.products-group .item:hover {
    box-shadow: 2px 3px 14px 0px #a7a4a4;
    transition: 300ms;
}

.d-none {
    display: none;
}

.products .item:hover {
    box-shadow: 2px 3px 14px 0px #a7a4a4;
    transition: 300ms;
}

.products img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.item-title {
    border: 1px solid #cbccce;
    border-top: none;
    padding: 10px;
    /* box-shadow: 0px 2px 3px 0px #6b6b6b;*/
}

.youtube-video {
    background: url(../img/video.jpg);
    height: 700px;
}

.youtube-video a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-video:hover a img {
    box-shadow: 1px 2px 11px 5px #a7a4a4;
    transform: scale(1.1);
    transition: 300ms;
}

.youtube-video a img {
    border-radius: 22px;
}

.newsletter {
    background: #666666;
    padding: 30px 0px;
}

.newsletter h6 {
    color: #fff;
    margin: 0;
}

.newsletter form input[type='text'] {
    border: none;
    margin-left: 17px;
    width: 270px;
    padding: 5px;
}

.newsletter form input[type='submit'] {
    background: #0a98b9;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
}

.products .fiyat {
    background: #f7f7f7;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.products .detay p {
    border-top: 2px solid #eaeaea;
    text-align: center;
    padding-top: 10px;
}

.products .detay {
    margin-top: 25px;
}

.siparis input[type="text"] {
    border: 1px solid #b6b6b6;
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    color: #b2b1b1;
}

.siparis input[type="email"] {
    border: 1px solid #b6b6b6;
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    color: #b2b1b1;
}

.siparis label {
    padding-left: 10px;
    margin: 0;
}

.siparis textarea {
    border: 1px solid #b6b6b6;
    width: 100%;
    padding: 8px;
    height: 100px;
    margin-top: 20px;
    color: #b2b1b1;
}

.products-group .owl-carousel .owl-nav button.owl-prev:before {
    opacity: 0;
}

.products-group .owl-carousel .owl-nav button.owl-next:before {
    opacity: 0;
}

.dm-none {
    display: flex;
}

.products table {
    width: 100%;
    border: none;
}

.products .item {
    overflow: hidden;
    transition: 300ms;
    margin-top: 25px;
}

.products .item .content {
    opacity: 0;
    width: calc(100% - 30px);
    margin-bottom: -26px;
    transition: 300ms;
}

.products .item:hover .content {
    opacity: 1;
    position: absolute;
    top: 22px;
    display: flex;
    justify-content: center;
    height: 88%;
    align-items: center;
    color: #fff;
    background: #1111113d;
}

.products .item:hover img {
    transform: scale(1.1);
    transition: 300ms;
}

.dm-none {
    display: flex !important;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-force-light-text .header-nav-main nav>ul>li>a,
    #header .header-nav.header-nav-force-light-text .header-nav-main nav>ul>li .wrapper-items-cloned>a {
        color: #282d39 !important;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .youtube-video {
        background: url(../img/video.jpg);
        height: 400px;
    }
    .fotolar img {
        height: 190px !important;
        object-fit: cover;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .dm-none {
        display: none;
    }
    .newsletter form input[type='text'] {
        border: none;
        margin-left: 17px;
        width: 180px;
    }
    .social-icons {
        margin: 0;
        padding: 0;
        width: auto;
        margin-top: 20px;
        margin-right: 20px;
    }
    .d-none {
        display: block !important;
    }
    .dm-none {
        display: none !important;
    }
    #header .header-nav-bar .header-nav {
        width: 100% !important;
    }
    #header .header-nav-bar .header-nav button {
        width: 100% !important;
        margin-left: 0;
    }
    #header {
        height: 180px;
    }
    .header-nav-main nav {
        max-height: 80vh !important;
    }
    ul.mobil-menu-adres li {
        background: #fff;
        box-shadow: 6px 2px 3px 3px #e1e1e1;
        padding: 8px !important;
        margin-top: 10px !important;
    }
    .products img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }
}