@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
    #print-button {
        visibility: hidden;
    }
    .pagebreak {
        display: block; page-break-before: always;
    } /* page-break-after works, as well */
}

body {
    background-color: #000;
    overflow: hidden !important;
}
.main-slogan {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ccc;
    top: 67px;
    font-size: 17px;
}
.main-slogan-index{
    text-align: center;
    color: #ccc;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: -15px;
}
.index-logo {
    text-align: center;
    margin-top: 40px;
}
.index-logo img {
    width: 300px;
}
.index-kutular {
    margin-top: 25px;
}
.index-kutu {
    margin: 15px 0;
    position: relative;
}
.index-kutu:hover .index-kutu-mask {
    background-color: rgba(0, 0, 0, 0.35);
    transition: all 0.2s;
}
.index-kutu img {
    width: 100%;
}
.index-kutu-mask {
    position: absolute;
    transition: all 0.2s;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.index-kutu-logo {
    position: absolute;
    top: 44%;
    left: 45%;
    transform: translate(-50%);
    z-index: 500;
}
.index-kutu-logo img {
    width: 100%;
    height: auto;
}
.navbar-light {
    background: #000 !important;
}
.navbar {
    padding-top: 20px;
    padding-bottom: 35px;
}
.navbar-brand img {
    width: 200px;
}
.navbar-nav .nav-item .nav-link {
    color: #D2D2D2;
    font-size: 14px;
    padding: 3px 15px;
    transition: 0.2s all;
}
.navbar-nav .active .nav-link {
    color: #C50015 !important;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #C50015;
    transition: 0.2s all;
}
.yan-serit {
    width: 100px;
    height: 100%;
    position: fixed;
    right: 0;
    background-color: #C50015;
    z-index: 1001;
}
.yan-serit ul {
    margin: 18px 0 0 0;
    padding: 0;
}
.yan-serit ul li {
    list-style: none;
}
.yan-serit ul li a i {
    font-size: 18px;
}
.yan-serit ul li a  {
    display: block;
    text-align: center;
    color: #fff;
    padding: 16px 0;
    font-size: 13px;
    line-height: 25px;
    transition: 0.2s all;
}
.yan-serit ul li a:hover {
    text-decoration: none;
    color: #000;
    transition: 0.2s all;
}

.navbar-toggler {
    background-color: #fff;
    padding: 5px 10px;
}
.navbar-toggler .navbar-toggler-icon {
    font-size: 15px;
}
.banner {
    background-color: #C50015;
    min-height: 60px;
    padding: 18px;
    position: relative;
}
.inner-logo {
    height: 35px;
}
.banner-alti {
    background-color: #fff;
}
.wrapper .col-lg-3,
.wrapper .col-lg-9 {
    padding: 0;
}
.sol-panel {
    position: relative;
    z-index: 2000;
}
.sol-panel h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 50px;
}
.sol-panel .banner p {
    color: #fff;
}
.sol-panel .banner ul.menu {
    margin: 20px 0 0 0;
    padding: 0;
}
.sol-panel .banner ul.menu li {
    list-style: none;
}
.sol-panel .banner ul.menu li.active a {
    color: #fff !important;
    opacity: 1;
}
.sol-panel .banner ul.menu li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 3px 0;
    transition: all 0.2s;
    opacity: 0.35;
}
.sol-panel .banner ul.menu li a:hover {
    text-decoration: none;
    color: #fff;
    transition: all 0.2s;
    opacity: 1;
}

.marquee-sibling img {
    width: 80px;
}
.simple-marquee-container {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 90%;
}

.content {
    padding: 50px;
    margin: 0 50px;
    background-color: #0b1217;
    color: #7a868e;
    font-size: 13px;
    line-height: 28px;
    text-align: justify;
}
.white-content {
    background-color: #fff;
    color: #333;
}
.red-content {
    background-color: #C50015;
    color: #333;
}
.white-content h3 {
    color: #333 !important;
}
.content h3 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 20px;
}
.item {
    background-color: #0B1217;

    margin-left: 50px;
    padding: 40px 20px;
    text-align: justify;
}
.item-gorsel-outer {
    padding: 0 5px;
}
.item-gorsel-kare {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.item-gorsel-kare img {
    position:absolute;
    max-height: 100%;
}
.item-gorsel-kare img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.item-gorsel-kare.video {
    border-radius: 50%;
}
.item-gorsel {
    padding: 0 25px;
}
.item-gorsel img {
    width: 100%;
}
.video-item .item-gorsel {
    position: relative;
    padding: 0;
}
.video-gorsel-mask {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}
.video-gorsel-mask:hover {
    background-color: rgba(0,0,0,0.3);
    transition: all 0.4s;
}
.video-gorsel-mask i {
    font-size: 40px;
}
.video-gorsel-mask-inner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-30%);
}
.item-gorsel-makale {
    position: relative;
}
.item-gorsel-makale img {
    max-width: 100%;
}
.item-gorsel-makale-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(1deg, rgba(0,0,0,0.9) 0%, rgba(126,126,126,0) 100%);
    height: 70%;
}
.item-gorsel-makale-mask2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(1deg, rgba(11,18,23,1) 0%, rgba(11,18,23,0) 100%);
    height: 70%;
}
.item-gorsel-makale-mask p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px !important;
    color: #fff !important;
}
.item + .item {
    margin-top: 25px;
}
.item h3 {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin: 10px 0 20px 0;
}
.item p {
    color: #818E95;
    font-size: 12px;
}
.item a {
    color: #fefefe;
    transition: all 0.2s;
    font-size: 15px;
}
.item a:hover {
    text-decoration: none;
    color: #C50015;
    transition: all 0.2s;
}
.featured-products {
    background-color: #0B1217;
    padding: 20px;
    padding-right: 70px;
    margin: 0 30px;
    max-height: 82vh;
    overflow-x: auto;
}
.featured-item h3  {
    font-size: 14px !important;
    margin-top: 10px;
}
.featured-products h3 {
    color: #fff;
    font-size: 18px;
}
.featured-item .featured-image-outer {
    width: 100px;
}
.featured-item + .featured-item {
    margin-top: 50px;
}
.featured-item a {
    color: #fff;
    font-size: 13px;
}
@media (max-height: 768px) {

    .yan-serit ul {
        margin: 28px 0 0 0;
        padding: 0;
    }
    .yan-serit ul li {
        list-style: none;
    }
    .yan-serit ul li a i {
        font-size: 15px;
    }
    .yan-serit ul li a  {
        padding: 9px 0;
        font-size: 11px;
        line-height: 25px;
    }
    .sol-panel h3 {
        font-size: 22px;
        color: #fff;
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .navbar {
        z-index: 1001;
    }
    .yan-serit {
        width: 50px;
        height: 100%;
        position: fixed;
        right: 0;
        padding-top: 80px;
        background-color: #C50015;
    }
    .yan-serit ul li a i {
        font-size: 13px;
    }
    .yan-serit ul li a  {
        padding: 10px 0;
        font-size: 13px;
        line-height: 24px;
        transition: 0.2s all;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 14px 15px;
        text-align: center;
    }
    .content {

    }
    .wrapper {
        padding-right: 50px;
    }

    .carousel-inner > .carousel-item > img {
        width: 100%;
    }
    .carousel-title-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 500;
        background-color: rgba(200, 0, 20, 0.55);
        color: #fff;
        width: 100%;
        padding: 10px 0;
        font-size: 11px;
        text-align: center;
    }
    .simple-marquee-container {
        bottom: 0px;
        left: 0;
        position: fixed;
        background-color: rgba(200, 0, 20, 0.85);
        z-index: 1000;
    }
    .marquee {
    }
    .sol-panel .banner ul.menu {
        margin: 0 0 0 -3px;
        padding: 0;
    }
    .sol-panel .banner ul.menu li {
        display: inline-block;
    }
    .sol-panel .banner ul.menu li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 0 5px;
        transition: all 0.2s;
        opacity: 0.35;
    }
    .sol-panel h3 {
        margin-top: 0;
    }
    .list-content {
        margin-top: 15px;
        max-height: calc(100vh - 330px);
        overflow-y: scroll;
    }
    .item {
        margin-left: 0;
        padding: 10px 15px;
    }
    .item h3 {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 5px  }
    .item a {
        font-size: 11px;
    }
    .item a + a {
        margin-left: 10px;
    }
    .item p {
        margin-bottom: 5px;
    }
    .content {
        margin: 0;
        height: 60vh;
        overflow-y: scroll;
    }
}
@media (min-width: 992px) {
    .carousel-inner > .carousel-item {
        height: 100vh;
        position: relative;
    }
    .carousel-inner > .carousel-item > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        min-width: 100%;
    }
    .wrapper {
        background-color: #000;
        height: 90vh;
        padding-right: 100px;
    }
    .banner {
        background-color: #C50015;
        height: 50vh;
    }
    .banner-alti {
        height: 50vh;
    }
    .content {
        height: 80vh;
        overflow-y: scroll;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 14px 25px;
    }
    .navbar-collapse {
        position: absolute;
        left: 25%;
        margin-left: -20px;
    }
    .item a + a {
        margin-left: 30px;
    }
    .item p {
        margin-bottom: 20px;
    }
    .list-content {
        max-height: 82vh;
        overflow-y: scroll;
    }
}
.content img {
    max-width: 100%;
}
.makale h3 {
    font-size: 18px;
}
.makale-banner {
    margin-bottom: 50px;
}
.mask {
    background: #000;
    width: 108px;
    height: 50vh;
    position: absolute;
    top:50vh;
    left: 0;
    z-index: 100;
}
.mask-bg2 {
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 50vh;
    transition: all 0.2s;
}
.mask-bg2:hover {
    background-size: auto 150%;
    transition: all 0.2s;
}
.mask2 {
    width: 200px;
    height: 50vh;
    position: absolute;
    top: 50vh;
    left: 108px;
    z-index: 100;
}

.mask-bg {
    height: 100%;
    background-color: rgba(200, 0, 20, 0.55);
}
.mask-txt {
    height: 50vh;
    width: 200px;
    position: absolute;
    top: 0;
    color: white;
    z-index: 2;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.mask-txt-inner {
    padding: 10px 25px;
    margin-top: 50px;
}
.mask-txt img {
    width: 100%;
    margin-bottom: 25px;
}
.item-number {
    margin-top: 50px;
    color: #fff;
    font-size: 26px;
}
.tarihte-bugun {
    padding: 20px;
}
.tarihte-bugun h4 {
    color: #C50015;
    font-size: 18px;
}
.tarihte-bugun p span {
    color: #666;
    font-size: 13px;
}
.tarihte-bugun p {
    color: #333;
    font-size: 13px;
    text-align: justify;
}
.tarihte-bugun a {
    display:inline-block;
    color: #C50015;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}
.yeni-cikan {
    padding: 50px 30px;
}
.yeni-cikan h4 {
    margin-bottom: 35px;
}
.yeni-cikan h5 {
    font-size: 18px;
    color: #C50015;
}

.login-kutu {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5000;
    color: #dedede;
    display: none;
}
.login-kutu-inner {
    background-color: #C50015;
    margin-top: 50px;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 25px #000;
}
.login-kutu-inner .nav {
    margin-bottom: 25px;
}
.login-kutu-inner p {
    font-size: 13px;
}
.login-kutu-inner img {
    width: 200px;
    margin-bottom: 15px;
    text-align: center;
}
.login-kutu-inner .nav-pills .nav-link {
    padding: 4px;
    color: #dedede;
}
.login-kutu-inner .nav-pills .nav-item .active {
    background-color: #333;
}
.login-kutu-inner input {
    border-radius: 0;
    font-size: 14px;
}
.close-login-kutu {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 20px;
    cursor: pointer;
}
.help-block-error {
    color: red;
}
.product-count {
    background-color: #fff;
    color: #333;
    padding: 1px 8px;
    border-radius: 50%;
    margin-top: -15px;
    position: absolute;
}
.table-cart {
    color: #ccc;
}
.table-cart thead th {
    padding-bottom: 0;
    padding-top: 0;
}
.cart-buttons {
    margin-top: 50px;
}
.table-cart a {
    color: #fff;
}
.table-cart .quantity a {
    display: inline-block;
    margin: 0 5px;
}
.kutu-buton {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}
.kutu-buton p {
    margin: 0;
}
.kutu-buton i {
    font-size: 26px;
    transition: all 0.2s;
}
.kutu-butonlar a {
    color: #ccc;
    transition: all 0.2s;
}
.kutu-butonlar a:hover {
    text-decoration: none;
}
.kutu-butonlar a:hover i {
    font-size: 36px;
    transition: all 0.2s;
}
.adres-kutu {
    border: 1px solid #666;
    padding: 15px;
    margin: 15px 0;
}

.adres-kutu p {
    margin: 2px 0;
}

/* Takvim */

.calendar {
    text-align: left;
    background-color: #060E13;
    border-radius: 10px;
}

.calendar header {
    position: relative;
}

.calendar h2 {
    font-size: 18px;
    margin-left: 10px;
    padding-top: 10px;
}

.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}

.calendar tbody {
    color: #7c8a95;
}

.calendar tbody td:hover {
    border: 2px solid #C50015;
}

.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    width: 4em;
}

.calendar .prev-month,
.calendar .next-month {
    color: #cbd1d2;
}

.calendar .prev-month:hover,
.calendar .next-month:hover {
    border: 2px solid #cbd1d2;
}

.current-day {
    background: #C50015;
    color: #f9f9f9;
}

.event {
    cursor: pointer;
    position: relative;
}

.event:after {
    background: #00addf;
    border-radius: 50%;
    bottom: .5em;
    display: block;
    content: '';
    height: .5em;
    left: 50%;
    margin: -.25em 0 0 -.25em;
    position: absolute;
    width: .5em;
}

.event.current-day:after {
    background: #f9f9f9;
}
/* Takvim */
.takvim-liste h4 {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.iletisim-table {
    color: #ccc;
}

.iletisim-form input,
.iletisim-form textarea,
.iletisim-form select
{
    border-radius: 0 !important;
    border: none !important;
    background-color: #060E13 !important;
}
.iletisim-form .btn-dark {
    background-color: #060E13;
    border: none;
}
.index-menu ul {
    margin: 25px 0 0 0;
    padding: 0;
    text-align: center;
}
.index-menu ul li {
    list-style: none;
    display: inline-block;
}
.index-menu ul li a {
    color: #666;
    font-size: 14px;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    transition: all 0.2s;
}
.index-menu ul li a:hover {
    color: #fff;
    transition: all 0.2s;
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C50015;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* vertical slider */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}


.social-share {

}
.social-share ul {
    margin: 0;
    padding: 0;
}
.social-share ul li {
    display: inline-block;
}
.social-share ul li + li {
    margin-left: 5px;
}
.social-share ul li a {
    display: block;
    color: #fff !important;
    padding: 2px 12px !important;
    width: 34px;
    height: 34px !important;
    overflow: hidden !important;
    transition: all 0.2s;
    opacity: 0.6;
    font-size: 16px;
}
.social-share ul li a:hover {
    text-decoration: none;
    opacity: 1;
    width: 110px;
    transition: all 0.2s;
}
.social-share ul li a i {
    margin-right: 10px;
    width: 15px;
}
.facebook-share {
    background-color: #365c98;
}
.twitter-share {
    background-color: #4ba7eb;
}
.whatsapp-share {
    background-color: #25d366;
}
.linkedin-share {
    background-color: #0077b5;
}

.item-gorsel-product {
    max-width: 80%;
    margin-bottom: 50px;
}
.product-title {
    font-size: 22px !important;
}
.product-price {
    font-size: 26px;
    color: #fff;
}
.product-buy {

}
.product-buy a  {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    transition: all 0.2s;
}
.product-buy a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}
.product-buy a i {
    margin-right: 15px;
}
.product-buy a + a {
    margin-left: 30px;
}
.product-details {
    margin-top: 30px;
    color: #fff;
}
.product-info {
    margin-top: -50px;
}
.corporate-address {
    display: none;
}
.billing-address {
    display: none;
}

.billing-address select,
.shipping-address select {
    border-radius: 0 !important;
    border: none !important;
    background-color: #060E13 !important;
}

.order-overview {
    background-color: #121d25;
    padding: 10px;
}
.cash-payment {
    display: none;
}
.referans-kutu {
    padding: 15px;
}
.referans-image img {
    max-width: 100%;
}
.referans-title p {
    text-align: center !important;
    line-height: 20px;
    margin-top: 5px;
}

.footer-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000;
}
.footer-menu ul {
    margin: 0 100px 0 0;
    padding: 0;
    text-align: right;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    display: block;
    padding: 8px 10px;
    color: #666;
    font-size: 11px;
}
.footer-menu ul li a img {
    height: 18px;
}

.related-products {
    margin-top: 50px;
    background-color: #000;
    padding: 25px;
}
.related-products h4 {
    padding-bottom: 25px !important;
    color: #ccc;
    font-size: 18px;
}
.related-product-box {
    text-align: center;
    border: 2px solid #0b1217;
    padding: 10px;
    transition: all 0.2s;
}
.related-product-box h5 {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.related-product-box h5 a {
    color: #fff;
}
.related-product-box h5 a:hover {
    text-decoration: none;
}
.related-product-box img {
    transition: all 0.2s;
}
.related-product-box:hover img {
    opacity: 0.85;
    transition: all 0.2s;
}
.related-product-box:hover a {
    color: #c50015;
    transition: all 0.2s;
}
.sidebar-product {
    outline: none
}


















