@charset "utf-8";

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.dropdown-item {
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

.btn.flat {
    border-radius: 0;
}

.alert.flat {
    border-radius: 0;
}

.btn.btn-alt {
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 13px;
}

.btn-xs {
    font-size: 10px;
    padding: 2px 6px;
}

label {
    font-weight: bold;
    color: #000;
}

.bg-lighter-green {
    background-color: #c9eaab !important;
}

.form-text {
    font-size: 12px;
}

.compress {
    width: 1%;
}

.border-radius-0 {
    border-radius: 0;
}

.printer-friendly {
    page-break-inside: avoid;
}

.table.font-sm {
    font-size: 12px;
}



.table-hover tbody tr:hover {
    background-color: rgba(255, 240, 202, 0.75);
}


#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #d52973;
    color: #FFF;
    font-size: 28px;
    z-index: 99;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.bc-background-instagram {
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

nav {
    display: inline-block;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li {
    display: block;
    float: left;
}

nav ul li a {
    display: block;
    padding: 5px;
    color: #000;
    position: relative;
}

.nav-cart, .nav-account {
    border-left: 1px solid #ebebeb;
    padding-left: 10px;
    margin-left: 10px;
}

.nav-cart a span {
    position: absolute;
    font-size: 10px;
    right: -4px;
    top: 2px;
}

.delivery-deal {
    color: green;
    font-size: 12px;
}

.slider {
    overflow: hidden;
    position: relative;
}

.front-products {
    background: url("../img/bg-products.png") no-repeat center;
    background-size: contain !important;
}

.front-products h1 {
    font-size: 22px;
}

.front-products h1 small {
    font-size: 14px;
}

.section-products {
    background: #F0F0F0 url("../img/bg-products.png") no-repeat center !important;
    background-size: contain !important;
}

.section-products h1 {
    font-size: 22px;
}

.fp {
    overflow: hidden;
}

.fp h2 {
    font-size: 18px;
    font-weight: bold;
}

.fp-min-price span {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

.fp-min-price span i {
    color: #AAA;
}

.fp-min-price small {
    line-height: normal;
    color: #AAA;
    margin-top: -4px;
}

.fp-short {
    color: #b7b6be;
}


.fc-img {
    background: url("../img/hakkimizda.jpg") no-repeat center;
    background-size: cover;
    min-height: 600px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.fc-text {
    max-width: 700px;
}

.front-corporate {
    padding-bottom: 40px;
}

.footer-social {
    display: inline-block;
}

.footer-social a {
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    transition: all .2s ease;
}

.footer-social a:not(:last-child) {
    margin-right: 5px;
}

.footer-social a:hover {
    background-color: #f77a05;
    color: #FFFFFF;
}

.footer-legal {
    margin-bottom: 30px;
}

.footer-legal a {
    display: inline-block;
    color: #000;
    padding: 2px 8px;
}

.content {
    background: linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 3%, rgba(248, 248, 248, 1) 100%);
}

.price {
    font-size: 28px;
    font-weight: bold;
}

.price i {
    color: #a9a9a9;
}

.price small {
    font-size: 12px;
}

.product-detail h1 {
    font-size: 24px;
    font-weight: bold;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #662d91;
    border-color: #662d91;
    border-top-color: rgb(102, 45, 145);
    border-right-color: rgb(102, 45, 145);
    border-left-color: rgb(102, 45, 145);
}

.page-title {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 30px;
}

.account-topbar {
    font-size: 13px;
    padding: 4px 0;
}

.account-topbar-menu a {
    display: inline-block;
    color: #000;
}

.account-topbar-menu a:not(:first-child):before {
    content: '/';
    color: #ebebeb;
    padding: 0 5px;
}

.account-topbar-menu a:hover {
    color: #662d91;
}

.account-topbar-warning {
    background-color: #c72926;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

.pre-register-info {
    padding: 8px 0 0 0;
    color: #AAA;
    font-size: 12px;
}

.pre-register {
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
}

.pre-register-img {
    background: url("../img/pre-register.jpg") center no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 200px;
}

.mobile-menu-cart {
    position: relative;
}

.mobile-menu-cart span {
    position: absolute;
    right: 10px;
    top: 4px;
    background-color: red;
    color: #FFF;
    padding: 3px;
    font-size: 11px;
    width: 20px;
    height: 16px;
    overflow: hidden;
    line-height: 10px;
    border-radius: 2px;
    text-align: center;
}

@-webkit-keyframes ShineAnimation {
    from {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, .5) 48%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .5) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 80%);
        background-position: -50px -250px;
        background-size: 200px 200px
    }
    to {
        background-repeat: no-repeat;
        background-position: 50px 250px
    }
}

.sample-request {
    animation-name: ShineAnimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.12, .89, .98, .47);
    overflow: hidden;
}

.order-receipt-downloaded {
    font-size: 10px;
    position: absolute;
    right: -8px;
    top: 0;
    color: #56cb05;
    text-shadow: -1px 1px #FFF
}

.front-facebook-posts {
    /*background-color: #f4f4f4;*/
    padding: 40px 0;
}

.facebook-posts {
    margin-left: -15px;
    margin-right: -15px;
}

.facebook-posts .bricklayer-column {
    padding-left: 15px;
    padding-right: 15px;
}

.fb-post-item {
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.fb-icon {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    line-height: 26px;
}

.fb-post-inner {
    padding: 20px;
}

.fb-post a {
    display: block;
    position: relative;
}

.fb-post-message {
    color: #000;
    margin-bottom: 10px;
    font-size: 12px;
}

.fb-post-date {
    color: #999;
    font-size: 12px;
}

/* Mobile First */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

/* Non-mobile First */

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1366px) {
    .bricklayer-column-sizer {
        width: 33.3%;
    }
}

@media only screen and (max-width: 1200px) {
    .bricklayer-column-sizer {
        width: 50%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .bricklayer-column-sizer {
        width: 100%;
    }

    #mobileMenuToggle {
        display: block;
    }

    nav ul li:not(.nav-special) {
        display: none;
    }

    .account-sidebar {
        display: none;
    }

    .account-topbar-welcome {
        text-align: center;
        padding: 4px 0;
    }

    .account-topbar-menu {
        text-align: center;
    }

    .wrapper {
        padding-bottom: 100px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-legal {
        text-align: center;
    }

    .delivery-deal {
        display: none;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {

}
