/* Colors
primary-color => #333333
accent-color  => #ff9606
accent-hover  => #ff6606
light-gray    => #f6f6f6
medium-gray   => #707070
*/

.bg {
    background: deepskyblue;
    /* Silinecek */
}

body {
    font-family: Calibri, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}


/* Bootstrap Reset */

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, sans-serif;
    margin: 0;
    padding: 0;
}

.form-control:focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(255, 150, 6, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 150, 6, 0.6);
    outline: 0 none;
}

a {
    color: #ff9606;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    a:hover, a:focus, a:visited {
        color: #ff6606;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }


/* Common Styles */

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background: #ff9606;
}

::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background: #ff9606;
}

::selection {
    color: #ffffff;
    text-shadow: none;
    background: #ff9606;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mt {
    margin-top: 30px;
}

.mb {
    margin-bottom: 30px;
}

.pt {
    padding-top: 30px;
}

.pb {
    padding-bottom: 30px;
}

.filter {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.accent-color {
    color: #ff9606;
}

textarea {
    resize: none;
}


/* Heading Styles */

.heading {
    margin-bottom: 40px;
    border-bottom: 2px solid #ff9606;
}

    .heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
        display: inline-block;
        line-height: 1.1;
        margin-bottom: 0;
        padding-bottom: 10px;
        vertical-align: middle;
        text-transform: uppercase;
        letter-spacing: .06em;
    }


/* Form Styles */

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

label {
    font-weight: normal;
}


/* Button Styles */

.btn-bzy-default {
    padding: 6px 12px;
    color: #333 !important;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-bzy-default:hover {
        background: #e6e6e6;
        border-color: #adadad;
    }

.btn-bzy-primary {
    padding: 6px 12px;
    color: #ff9606;
    background: #fff;
    border: 1px solid #ff9606;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-bzy-primary:hover {
        background: #ff9606;
        border-color: #ff6606;
        color: #fff;
    }


/* Side Menu Styles */

.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

    .panel.sidebar-menu .panel-heading {
        text-transform: uppercase;
        border-bottom: 2px solid #ff9606;
        margin-bottom: 10px;
        background: none;
        padding: 0;
        letter-spacing: .08em;
    }

        .panel.sidebar-menu .panel-heading h3 {
            display: inline-block;
            font-size: 1.25em;
            line-height: 1.1;
            margin-bottom: 0;
            padding-bottom: 10px;
        }

    .panel.sidebar-menu .panel-body {
        padding: 0;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.for-order-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #ff9606;
}

.nav-pills > li > a {
    border-radius: 0;
    font-size: 16px;
    color: #333;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav > li > a {
    padding: 10px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ff9606;
}


/* Header Styles */

header {
    border-top: 2px solid #ff9606;
}

    header .container {
        position: relative;
    }

.flag {
    position: absolute;
    left: -40px;
    z-index: 9999;
}


/* Logo Styles */

.logo {
    float: left;
    margin: 30px 0 0;
}

.logo-separator {
    float: left;
    margin: 30px 15px 0;
    height: 60px;
    border-left: 2px solid #333;
}


/* Text OCC Logo Styles */

.occ-logo-text {
    float: left;
    height: 60px;
    margin-top: 26px;
}

    .occ-logo-text a {
        color: #333;
    }

    .occ-logo-text span:first-child {
        font-weight: 700;
    }

    .occ-logo-text span {
        display: block;
        padding-top: 10px;
        font-size: .75em;
        -webkit-transform: scale(1, 2);
        -moz-transform: scale(1, 2);
        -ms-transform: scale(1, 2);
        -o-transform: scale(1, 2);
        transform: scale(1, 2);
    }


/* Image OCC Logo Styles */

.occ-logo {
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
    cursor: pointer;
}

    .occ-logo .small-ring {
        position: absolute;
        top: 0;
        left: 0;
    }

.big-ring, .small-ring {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.small-ring {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.occ-logo:hover .big-ring {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.occ-logo:hover .small-ring {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.motto {
    display: block;
    margin: 15px 0;
    clear: left;
}

.typewrite-static {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
    color: #333 !important;
}

.typewrite {
    font-size: 14px;
    white-space: nowrap;
    color: #333 !important;
}


/* Language switcher */

.lang {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    float: right;
}

    .lang li {
        display: table-cell;
        padding-left: 5px;
    }

        .lang li a img {
            transition: all .2s ease-in-out;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .lang li a:hover img {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0);
        }

    .lang .is-active a img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }

/* Navigation Styles */

.for-check {
    margin: 0 10px 0 0;
    font-size: 26px;
    line-height: 70px;
    width: 26px;
    float: right;
    display: none;
}

#toggle {
    display: none;
}

.user-nav {
    text-align: right;
}

    .user-nav li {
        display: inline-block;
    }

        .user-nav li a {
            font-style: italic;
            color: #333333;
            padding: 5px 10px;
        }

            .user-nav li a:hover {
                position: relative;
                text-decoration: underline;
                text-decoration-color: #ff9606;
                text-decoration-skip: ink;
            }

.badge {
    margin-top: -4px;
    background: #333;
    padding: 4px 7px;
}

.search-box {
    width: 0;
    padding: 4px 20px 4px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-image: url('../images/icon-search.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .search-box:focus {
        width: 390px;
        border: 1px solid #ff9606;
    }

.navigation {
    text-align: right;
}

    .navigation li {
        display: inline-block;
    }

        .navigation li a {
            color: #333333;
            padding: 5px 10px;
        }

            .navigation li a:hover {
                color: #ff9606;
            }


/* Shopping Cart Styles */

.shopping-cart {
    text-align: left;
    position: absolute;
    margin: 20px 0;
    top: 10px;
    right: -25px;
    background: #fff;
    width: 320px;
    border-radius: 3px;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .8)
}

    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid #707070;
        padding-bottom: 15px;
    }

        .shopping-cart .shopping-cart-header .shopping-cart-total {
            float: right;
        }

    .shopping-cart .shopping-cart-items {
        padding-top: 20px;
    }

        .shopping-cart .shopping-cart-items li {
            margin-bottom: 18px;
            width: 100%;
        }

            .shopping-cart .shopping-cart-items li a {
                padding: 0;
                text-decoration: none;
                color: #333;
            }

        .shopping-cart .shopping-cart-items img {
            float: left;
            width: 70px;
            margin-right: 12px;
        }

        .shopping-cart .shopping-cart-items .item-name {
            display: block;
            font-size: 16px;
        }

        .shopping-cart .shopping-cart-items .item-price {
            color: #ff9606;
            margin-right: 8px;
        }

        .shopping-cart .shopping-cart-items .item-quantity {
            color: #ABB0BE;
        }

    .shopping-cart:after {
        bottom: 100%;
        left: 89%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: floralwhite;
        border-width: 8px;
        margin-left: -8px;
    }

.cart-icon {
    color: #ff9606;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.shopping-cart .button {
    background: #ff9606;
    color: white !important;
    text-align: center;
    padding: 12px;
    text-decoration: none !important;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

    .shopping-cart .button:hover {
        background: #ff6606;
        color: white !important;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* Services Styles */

.services {
    background: #f6f6f6;
}

.service-item {
    cursor: pointer;
}

    .service-item:hover i {
        background: #ff9606;
        color: #ffffff;
    }

    .service-item i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 26px;
        color: #707070;
        background: #ffffff;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .service-item h4 {
        font-size: 18px;
        color: #ff9606;
    }

    .service-item p {
        font-size: 18px;
        color: #333333;
    }

.product {
    margin-bottom: 20px;
}

.product-image-detail {
    margin-bottom: 10px;
}


    .product-image-detail img {
        width: 100%;
    }

.product-thumbnails {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.product-thumbnail {
    margin-left: 5px;
    margin-right: 5px;
}


.product-info-price {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.product-info-button .form-group {
    display: flex;
}

    .product-info-button .form-group .btn {
        font-weight: bold;
    }

        .product-info-button .form-group .btn:focus {
            outline: none;
        }


    .product-info-button .form-group .form-control {
        text-align: center;
    }

.product-info-button .add-cart-single {
    width: 100%;
}



.exhibition {
}

.exhibition-slider {
    margin-bottom: 30px;
}

.exhibition-box {
}

.exhibition-box-item {
    margin-bottom: 30px;
}

    .exhibition-box-item a {
        display: block;
    }

.exhibition-box-item-image img {
    width: 100%;
}

.exhibition-box-item-text {
    width: 100%;
    padding: 10px;
    background-color: #23231e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.exhibition-tabs {
    margin-bottom: 30px;
}


.exhibition-gallery {
    width: 100%;
    padding-top: 20px;
}

.exhibition-gallery-item {
    margin-bottom: 30px;
}

    .exhibition-gallery-item a {
        display: block;
    }

        .exhibition-gallery-item a img {
            width: 100%;
        }


.exhibition-table .add-cart-single {
    float: right;
}

.exhibition-tag {
    background-color: #f1f1f1;
    padding: 15px;
}

    .exhibition-tag .table {
        margin-bottom: 0px;
    }


/* Carousel item width */
.item img {
    width: 100%;
}


/* New Books List */

.item-list {
    border-bottom: 1px solid #707070;
    position: relative;
    padding: 30px 0;
}

    .item-list:first-child {
        padding-top: 0;
    }

    .item-list:last-child {
        margin-bottom: 0;
        border: none;
    }

    .item-list a {
        text-decoration: none;
        color: #333333;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .item-list a:hover {
            color: #ff9606;
        }

    .item-list h2, .item-list h3 {
        margin: 0;
    }

    .item-list h2 {
        font-weight: bold;
        font-size: 1.5em;
        margin-bottom: 0.3125em;
    }

    .item-list h3 {
        font-style: italic;
        font-size: 1em;
    }

.item-img {
    width: 35%;
    overflow: hidden;
    float: left;
    padding-right: 30px;
}

.item-desc {
    width: 65%;
    display: inline-block;
}

    .item-list table, .item-desc table {
        font-size: 0.6875em;
        margin: 20px 0;
    }

        .item-list table tr td, .item-desc table tr td {
            vertical-align: top;
        }

        .item-list table a, .item-desc table a {
            color: #ff9606;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .item-list table a:hover, .item-desc table a:hover {
                color: #ff6606;
            }

    .item-desc p {
        font-size: 1em;
        font-weight: normal;
    }

    .item-desc .tab-content p {
        margin-top: 30px;
    }

.item-more {
    position: absolute;
    /*bottom: 0;*/
    right: 0;
    color: #333333;
}


/* Add cart styles */

.add-cart, .add-cart-single {
    position: relative;
    outline: none;
    border: none;
    padding: 5px 20px;
    margin-right: 25px;
    background: #ff9606;
    color: #ffffff;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.add-cart-single {
    margin-right: 10px;
}

    .add-cart:hover, .add-cart-single:hover {
        background: #ff6606;
    }

.discount {
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    z-index: 2;
    line-height: 2em;
    font-weight: bold;
    color: #ffffff;
}

    .discount .fa-certificate {
        position: absolute;
        top: 0;
        right: 0;
        color: deepskyblue;
        font-size: 2em;
        display: block;
        z-index: -1;
    }

.discount-price {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 18px;
}

.discount-price-single {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 32px;
}

.price {
    font-size: 0.875em;
    font-weight: lighter;
}


/* Caption styles */

.caption {
    background: #f6f6f6;
}

    .caption h2 {
        text-align: center;
        position: relative;
        padding-bottom: 15px;
        font-size: 36px;
        font-weight: bold;
    }

        .caption h2:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 5px;
            left: 50%;
            margin-left: -150px;
            width: 300px;
            border-bottom: 1px solid #ff9606;
        }

        .caption h2:after {
            content: ' ';
            display: block;
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -130px;
            width: 260px;
            border-bottom: 1px solid #ff9606;
        }


/* Sidebar styles */

.side-caption {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

    .side-caption:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 8px;
        width: 85%;
        border-bottom: 1px solid #ff9606;
    }

    .side-caption:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #ff9606;
    }

.catalog, .antiquarian {
    border-bottom: 3px solid #ff9606;
}

    .catalog a, .antiquarian a {
        display: block;
        padding: 15px;
        border-left: 1px solid #ff9600;
        border-right: 1px solid #ff9600;
    }


/* Subscribe styles */

.subscribe {
    background: #32322d;
}

    .subscribe h4 {
        margin: 0;
        padding-bottom: 30px;
        font-size: 36px;
        font-weight: normal;
    }

.subscribe-input {
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
}

.btn-send {
    height: 40px;
    border: none;
    background: #ff9606;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-send:hover {
        color: #ffffff;
        background: #ff6606;
    }


/* Footer Styles */

footer {
    background: #23231e;
    color: rgba(255, 255, 255, .6);
}

    footer h2 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }

    footer p {
        font-size: 18px;
        font-weight: 100;
        line-height: 22px;
    }

.info p {
    margin: 0;
}

.footer-nav-wrapper {
    background: #32322d;
}

.footer-nav {
    margin: 0;
    padding: 0;
}

    .footer-nav li {
        display: inline-block;
        padding: 10px 15px 10px 0;
    }

        .footer-nav li a {
            text-decoration: none;
            font-size: 14px;
            color: #ffffff;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .footer-nav li a:before {
                content: 'Ã¢â‚¬Â¢';
                padding-right: 5px;
                color: #ffffff;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .footer-nav li a:hover, .footer-nav li a:hover:before {
                color: #ff9606;
            }


/* Footer Social Media Styles */

.social-media {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-media li {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        background: #707070;
        border-radius: 5px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .social-media li a {
            color: #ffffff;
            display: block;
            border-radius: 5px;
        }

            .social-media li a:hover {
                color: #ffffff;
                background: #ff9606;
            }


/* fullwidth carousel indicators */

#bzy.carousel-indicators {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

    #bzy.carousel-indicators li, #bzy.carousel-indicators li.active {
        height: 8px;
        margin: 0;
        border-radius: 0;
        border: 0;
        background: #ff9606;
    }

        #bzy.carousel-indicators li:hover, #bzy.carousel-indicators li.active {
            background: #ff6606;
        }


/* TÃƒÂ¼m Kitaplar */

.list-all {
    display: block;
    padding: 10px;
    color: #ffffff !important;
    background: #707070;
    text-align: center;
}

    .list-all:hover {
        background: #909090;
        color: #ffffff !important;
    }


/* Kitap Liste SayfasÃ„Â± Stilleri */


/* Book List Styles */

.book-container {
    position: relative;
    background: #eeeeee;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .book-container:hover {
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    }

        .book-container:hover .book-info a {
            color: #ff9606;
        }

        .book-container:hover .add-cart2 {
            border-color: #ff9606;
            background: #ff9606;
            color: #ffffff !important;
        }

.book-img {
    background: white;
    background-image: url('../images/bg-b.png');
    width: 100%;
    height: auto;
    min-height: 450px;
    overflow: hidden;
    border: 2px solid #eee;
}

.mini-book-img {
    background: white;
    background-image: url('../images/bg-b.png');
    width: 100%;
    height: auto;
    min-height: 242px;
    overflow: hidden;
    border: 2px solid #eee;
}

    .book-img img, .mini-book-img img {
        display: block;
        width: 100%;
    }

.ribbon-wrap {
    position: absolute;
    top: 10px;
    left: 0;
}

.ribbon {
    background: #ff9606;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    font-weight: bolder;
    line-height: normal;
    padding: 3px 0px 2px;
    position: relative;
    border-top-left-radius: 3px;
    color: #fff;
    margin-bottom: 5px;
    width: 55px;
    text-align: center;
}

    .ribbon:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 6px 0 0;
        border-color: #ff9606 transparent transparent transparent;
        position: absolute;
        content: "";
        right: -6px;
        top: 0;
    }

    .ribbon:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 0 6px;
        border-color: transparent transparent transparent #ff9606;
        position: absolute;
        content: "";
        right: -6px;
        bottom: 0;
    }

.book-info, .mini-book-info {
    text-align: center;
    padding: 23px 15px 30px;
}

.book-info h2{
    height: 90px;
}

    .book-info small, .mini-book-info small {
        display: block;
        margin-bottom: 15px;
        font-size: 0.8125em;
        font-style: normal;
        font-weight: normal;
        color: #888;
    }

    .book-info h2 a, .mini-book-info h2 a {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 18px*24px*3;
        /* Fallback for non-webkit */
        min-height: 75px;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        text-decoration: none;
        /* Max 3 row */
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .book-info span {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        color: #ff9606;
        font-weight: bold;
        font-size: 1.125em;
    }

    .mini-book-info span {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        color: #ff9606;
        font-weight: bold;
        font-size: 1em;
    }

        .book-info span del, .mini-book-info span del {
            color: #333333;
            /*margin-right: 10px;*/
            font-weight: normal;
            display: inline-block;
        }

.book-info-button .form-group {
    display: flex;
    height: 38px;
}

    .book-info-button .form-group .form-control {
        height: 38px;
    }

.number-btn {
    border-radius: 0px;
}




.add-cart2 {
    text-decoration: none !important;
    font-size: 1em;
    font-weight: 800;
    line-height: normal;
    color: #333 !important;
    border: 1px solid #333333;
    padding: 6px 12px 7px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Kitap Detay SayfasÃ„Â± Stilleri */


/* Breadcrumb Styles */

.bc-container {
    margin-bottom: 30px;
    padding: 15px 0;
    background: #f9f9f9;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

    .breadcrumb a {
        color: #333333;
    }

        .breadcrumb a:hover {
            color: #ff9606;
        }

    .breadcrumb .active {
        color: #ff9606;
    }

.related {
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .related li {
        display: inline-block;
        width: 15%;
        margin: 15px 15px 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .related li:hover {
            box-shadow: 0 1px 5px rgba(0, 0, 0, .8);
        }


/* Yazarlar */

.pagination li a {
    color: #ff9606;
}

    .pagination li a:hover {
        color: #ff6606;
    }

.pagination .active a {
    background: #ff9606;
    color: #ffffff;
    border-color: #ff9606;
}

    .pagination .active a:hover {
        background: #ff9606;
        color: #ffffff;
        border-color: #ff9606;
    }

.author-container {
    margin-bottom: 30px;
}

    .author-container img {
        width: 100%;
        margin: 0 auto;
    }

.author-info {
    padding: 15px 0;
    position: relative;
}

    .author-info:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translatex(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #fff transparent;
    }

    .author-info a {
        color: #333333;
        border-bottom: 1px solid #333333;
    }

.author-container:hover .author-info a {
    color: #ff9606;
    border-bottom: 1px solid #ff9606;
}

.author-container:hover .author-info:before {
    border-color: transparent transparent #ff9606 transparent;
}


/* Sepetim Stilleri */

.table tr td img {
    width: 70px;
}

.table tr td input {
    width: 70px;
    margin: 0 auto;
}

.box {
    background: #fff;
    margin: 0 0 30px;
    padding: 20px 0 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
}

    .box .box-header {
        background: #f7f7f7;
        margin: -20px 0 20px;
        padding: 20px;
        border-bottom: solid 1px #eee;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

.box-footer {
    background: #f6f6f6;
    padding: 20px;
    border-top: 1px solid #eee;
}


/* Hire Purchase */

.bonus {
    border: 3px solid #70be43 !important;
    font-size: 14px;
    margin-bottom: 30px !important;
}

    .bonus thead tr th {
        text-align: center;
        border-bottom: 1px solid #70be43;
    }

.world {
    border: 3px solid #782b90 !important;
    font-size: 14px;
    margin-bottom: 30px !important;
}

    .world thead tr th {
        text-align: center;
        border-bottom: 1px solid #782b90;
    }

.maximum {
    border: 3px solid #e6007e !important;
    font-size: 14px;
    margin-bottom: 30px !important;
}

    .maximum thead tr th {
        text-align: center;
        border-bottom: 1px solid #e6007e;
    }

.img-center {
    margin: 0 auto;
    display: block;
}


/* Customer Addresses Styles */

.addresses {
    text-align: right;
}

    .addresses p {
        font-size: 18px;
        font-weight: 300;
    }


/* Shipping Method */

.shipping-method h4, .payment-method h4 {
    text-transform: uppercase;
    letter-spacing: .08em;
}


/* Order Summary */

#corporate, #individual-corporate, #invoice-address {
    display: none;
}

.box table {
    margin-bottom: 0;
}

    .box table th {
        text-align: left;
    }

.total td {
    font-weight: bold;
}

fieldset.border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}


/* On Press Styles */

.on-press {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 30px 20px;
    height: 300px;
    background-color: #333;
    color: #999 !important;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .on-press:before {
        content: '';
        position: absolute;
        opacity: .05;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../images/watermark-white-b.png');
        background-repeat: no-repeat;
        background-size: 65%;
        background-position: center left;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .on-press:hover {
        color: #fff !important;
    }

    .on-press h3 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 20px;
    }

.press-filter {
    font-family: 'Calibri';
    color: #333 !important;
    padding: 5px 10px;
    margin: 0 15px 15px 0;
    display: inline-block;
    text-decoration: none !important;
}

.orange {
    color: orange;
    border-bottom: 3px solid orange;
}

.blue {
    color: deepskyblue;
    border-bottom: 3px solid deepskyblue;
}

.crimson {
    color: crimson;
    border-bottom: 3px solid crimson;
}

.olive {
    color: olive;
    border-bottom: 3px solid olive;
}

.purple {
    color: purple;
    border-bottom: 3px solid purple;
}

.on-press span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Blog Styles */

.blog-image img {
    width: 100%;
}

.blog-header {
    font-size: 24px;
    margin-bottom: 20px;
}

    .blog-header a {
        color: #333;
        text-decoration: none;
    }

        .blog-header a:hover, .blog-date a:hover {
            color: #ff9606;
        }
.next-more{
    display:block;
    text-align: right;
}
.next-more a{
    color: #ff9606;
    position: relative;
}

.blog-author {
    float: left;
    color: #999;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .08em;
}

.blog-date {
    float: right;
    font-size: 12px;
}

    .blog-date a {
        color: #999;
        text-decoration: none;
    }

.read-more {
    text-align: right;
}


/* 404 Page */

.page-not-found {
    text-align: center;
    padding: 40px;
    background: #f6f6f6;
}

    .page-not-found img, .page-not-found h3, .page-not-found h4 {
        margin-bottom: 40px;
    }

.col-md-12 .text-justify a.item-more.font-italic {
    color: #ff6606;
}
/* Media Queries */

@media screen and (max-width: 1199px) {
    .occ-logo-text {
        font-size: .75em;
    }

    .user-nav li a, .navigation li a {
        font-size: 16px;
        padding: 5px 3px;
    }

    .mini-book-img {
        min-height: 192px;
    }
}

@media screen and (max-width: 991px) {
    .flag {
        position: absolute;
        left: -31px;
        z-index: 9999;
    }

    .user-nav li a, .navigation li a {
        font-size: 15px;
        padding: 5px 2px;
    }

    .service-item i {
        margin-bottom: 15px;
    }
    /* Sidebar */
    .catalog, .antiquarian {
        margin-top: 30px;
    }

    .side-caption {
        font-size: 1em;
        font-weight: bold;
        height: 49px !important;
    }


    .book-img, .mini-book-img {
        min-height: 590px;
    }
}

@media screen and (max-width: 767px) {
    .lang {
        position: absolute;
        padding-left: 10px;
        top: 5px;
    }

    .for-check {
        display: block;
        cursor: pointer;
    }

    .user-nav, .navigation {
        display: none;
        clear: both;
    }

        .user-nav li, .navigation li {
            display: block;
        }

    .occ-logo-text {
        float: right;
        text-align: right;
        font-size: 1em;
    }

    #toggle:checked ~ ul {
        display: block;
    }
    /* Menu Styles */
    .user-nav, .navigation {
        font-size: 14px;
        background: #707070;
        margin-bottom: 0;
        text-align: center;
        border-bottom: 1px solid #333333;
    }

    .user-nav {
        padding-bottom: 15px;
    }

        .user-nav li, .navigation li {
            margin: 0;
        }

            .user-nav li a, .navigation li a {
                display: block;
                padding: 10px;
                color: #ffffff;
            }

                .user-nav li a:hover, .navigation li a:hover {
                    background: #606060;
                    color: #ffffff;
                    text-decoration: none;
                }

    .for-check {
        width: 100%;
        margin: 0;
        padding-right: 30px;
        display: block;
        text-align: right;
        color: #ffffff;
        line-height: 50px;
        background: #333333;
    }

    .padding-xs {
        padding-right: 0;
        padding-left: 0;
    }

    .pull-right-xs {
        float: right;
    }
    /* Search box styles */
    .search-box {
        width: 200px;
    }

        .search-box:focus {
            width: 250px;
            border: 1px solid #ff9606;
        }
    /* Services */
    .service-item i {
        float: none;
        margin: 30px auto 15px;
        display: block;
    }

    .service-item h4, .service-item p {
        text-align: center;
    }

    .breadcrumb {
        width: 100%;
        font-size: 0.875em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .social-media li {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        text-align: center;
        background: #707070;
        border-radius: 5px;
    }

    .book-img, .mini-book-img {
        min-height: 0;
    }
}

@media screen and (max-width: 535px) {
    .add-cart, .add-cart-single {
        width: 100%;
        float: none;
        padding: 10px 20px;
        margin-right: 0;
    }

    .discount {
        top: 5px;
        right: 5px;
    }

    .discount-price, .discount-price-single {
        right: -10px;
        text-align: center;
        padding: 15px 0;
    }

    .price {
        text-align: center;
    }

    .press-filter {
        padding: 5px 10px;
        margin: 0 0 15px 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .caption h2 {
        font-size: 32px;
    }

        .caption h2:before {
            margin-left: -120px;
            width: 240px;
        }

        .caption h2:after {
            margin-left: -100px;
            width: 200px;
        }

    .item-img {
        float: none;
        width: 100%;
        padding-right: 0;
        display: block;
        margin-bottom: 15px;
    }

        .item-img a img {
            margin: 0 auto;
        }

    .item-list table {
        margin: 20px auto;
    }

        .item-list table tr td:first-child {
            text-align: left;
        }

    .item-desc {
        width: 100%;
        display: block;
    }

        .item-desc h2, .item-desc h3 {
            text-align: center;
        }

    .social-media {
        text-align: center;
    }

    .box-footer .btn, .box-footer a.btn {
        width: 100%;
    }
}


/* Media Styles */
.gallery-img {
    position: relative;
    display: block;
    margin: 15px 0;
}

    .gallery-img img {
        width: 100%;
    }

    .gallery-img:hover:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.5);
    }

.video {
    display: none;
}
