@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
    margin-bottom: 50px;
}

.headline h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

.headline h3 {
    font-size: 18px;
    margin-top: 0;
}

.headline-white {
    color: #fff;
}

.bg-gray {
    background: #f2f3f3!important;
}

.bg-white {
    background: #ffffff!important;
}

.top {
	height: 34px;
	background: #003863;
	padding-top: 6px;
}

.top .left {
	float: left;
}

.top .left ul {
	padding-top: 4px;
    padding-bottom: 4px;
}

.top .left ul li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
	color: #e4144d;
}

.top .left ul li i {
	color: #e4144d;
}

.top .right {
    float: left;
    position: absolute;
    right: 0;
    color: #6d7e87 !important;
}

.top .right ul {
    padding-top: 4px;
    padding-bottom: 4px;
}

.top .right ul li {
    list-style-type: none;
    float: left;
    margin-right: 14px;
    color: #000 !important;
}

.top .right ul li a:hover{
    color: #6d7e87 !important;
    background-color: transparent !important;
}

.sepetsimgesi{
    float: left;
    font-size: 35px;
    margin-right: 10px;
}

.sepetsimgesili{
    text-align: center;
    position: relative;
}

.sepetsimgesiul{
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header {
	width: 100%;
	height: auto;
	background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .inner {
	height: auto;
}

.header .logo {
	float: left;
	display: table-cell;
	vertical-align: middle;
}

.header .logo img {
    max-width: 125px;
    height: auto;
}

.header .navbar-form .form-control {
	width: 300px;
}

.search-area {
	float: none;
	display: table-cell;
	vertical-align: middle;
    padding: 0px 15px 0px 15px;
}


.search-area button {
	width: 80px;
}

.search-area form {
	width: 100%;
}

.form-arama {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    float: right;
}

.form-arama .search {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dee2e6;
    position: relative;
    width: 100%;
    height: 46px;
    vertical-align: middle;
}

.form-arama .search input {
    font-size: 16px;
    height: 36px;
    padding: 8px 12px 8px 12px;
    width: calc(100% - 98px);
    border-radius: 0;
    border: none;
    outline: none !important;
    margin: 5px;
}

.form-arama .search .btn-secondary {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    height: 42px;
    width: 42px;
    padding: 2px;
}



.aramabutonu {
    color: #fff;
    background-color: #6d7e87;
    border-color: #6d7e87;
}

.header .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
}

.header .right ul {
	float: right;
	margin-bottom: 0;
}

.header .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 14px;
    color: #e4144d;
}

.header .right ul li a {
	color: #e4144d;
}

.header .navbar-form .search-top {
    width: 100%;
}

.nav {
    background: #e4144d;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #e4144d;
    text-transform: uppercase;
}

.mobile-overlay {
    display: none;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.mobile-overlay.active {
    display: block;
    opacity: 1;
}

.carousel-control.right{
    right: 20px;
}

.carousel-control.left{
    left: 20px;
}

.menu-kapat {
    display: none;
}

.menu-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 38px;
    padding: 5px 5px;
    font-size: 20px;
    line-height: 1;
    border-radius: 0;
    color: #212529;
}

.menu-mobile:hover {
    color: #212529;
}

.sepetsayisi{
    position: absolute;
    right: 5px;
    top: 22px;
    height: 16px;
    min-width: 16px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff;
    background-color: #6d7e87;
    font-weight: bold;
}

.menu-mobile:after {
    font-size: 18px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #212529;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #212529;
}


.menu > ul > li > ul {
    display: none;
    width: 1000px;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    transition: 0.5s !important;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 20px;

}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

.right > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .right position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.right > ul:before,
.right > ul:after {
    content: "";
    display: table;
}

.right > ul:after {
    clear: both;
}

.right > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;
}

.right > ul > li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #212529;
}


.right > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    transition: 0.5s !important;
}

.right > ul > li > ul:before,
.right > ul > li > ul:after {
    content: "";
    display: table;
}

.right > ul > li > ul:after {
    clear: both;
}

.right > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.right > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}

.right > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.right > ul > li > ul > li > ul:before,
.right > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.right > ul > li > ul > li > ul:after {
    clear: both;
}

.right > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.right > ul > li > ul > li > ul > li a {
    border: 0;
}


.right > ul > li > ul.normal-sub {
    left: auto;
    padding: 10px 20px;

}

.right > ul > li > ul.normal-sub > li {
    width: 100%;
}

.right > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


.telefonmenuisaret {
    float: right;
    display: block;
    margin-left: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .search-area form {
        width: 100%;
    }
    .search-area {
        float: none;
        display: flex;
        vertical-align: middle;
        background-color: #6d7e87 !important;
        text-align: center;
        padding: 15px;
    }
    .form-arama .search {
        background-color: #fff;
        border-radius: 0;
        border: 1px solid #dee2e6;
        position: relative;
        width: 100%;
        height: 34px;
        vertical-align: middle;
    }
    .form-arama .search input {
        font-size: 12px;
        height: 30px;
        padding: 8px 12px 8px 12px;
        width: calc(100% - 98px);
        border-radius: 0;
        border: none;
        outline: none !important;
        margin : 0;
    }
    .form-arama .search .btn-secondary {
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        height: calc(100% - 2px);
        width: 30px;
        padding: 2px;
    }


    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -250px;
        background-color: #fafafa;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 26px;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background: #fff;
    }
    .menu > ul > li:first-child {
        border-top: 1px solid #f5f5f5;
    }
    .menu > ul > li a {
        width: 250px;
        text-align: left;
        border-bottom: 1px solid white;
        color: #000;
    }

    .menu > ul > li a:hover {
        background: #f4f4f4;
        color: #000;
    }
    .menu > ul > li > ul {
        position: relative;
        background: #f1f1f1;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        left: 0;
    }
    .telefonmenuisaret {
        float: right;
        display: block;
    }
}

.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
@media only screen and (min-width: 959px) {
    .servisikon{
        color: #6d7e87;
        font-size: 35px;
        margin-bottom: 0;
        text-align: center;
        align-self: center;
        margin-right: 15px;
        float: left;
    }
    .servisyazi{
        float: left;
    }
    .servisyazi h3 {
        font-size: 24px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 0;
    }
    .servisyazi p{
        font-size: 14px;
        margin: 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .servisalani{
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
        border-right: 1px solid #dee2e6;
    }
    .populer_urun {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 75px;
    }
    .populer_urun h2 {
        color: #000;
        text-transform: uppercase;
    }
    .kategori_urunleri {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 75px;
    }
    .kategori_urunleri h2 {
        color: #000;
        text-transform: uppercase;
    }
    .populer_urun p {
        color: #6c757d;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .onecikan_urunler {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 75px;
    }
    .onecikan_urunler h2 {
        color: #000;
        text-transform: uppercase;
    }
    .onecikan_urunler p {
        color: #6c757d;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .son_urunler {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 75px;
    }
    .son_urunler h2 {
        color: #000;
        text-transform: uppercase;
    }
    .son_urunler p {
        color: #6c757d;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .paralaks_yazi h2{
        font-size: 80px;
    }
    .paralaks_yazi h3{
        font-size: 40px;
    }
    .katyazisi {
        position: inherit;
        bottom: 25px;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6d7e87;
        opacity: 0.8;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transition: 0.2s;
        overflow: hidden;
        -webkit-transition: 0.2s;
        color: white;
    }
    .katyazisi h3 {
        font-size: 16px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .welcome {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 75px;
    }
    .welcome h2 {
        color: #000;
        text-transform: uppercase;
    }
    .welcome p {
        color: #6c757d;
        font-size: 16px;
    }

    .anasayfa_kategori {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 75px;
    }
    .anasayfa_kategori h2 {
        color: #000;
        text-transform: uppercase;
    }
    .anasayfa_kategori p {
        color: #6c757d;
        font-size: 16px;
    }
    .kapak {
        background: #F5F5F5;
    }
    .kapak1 {
        background: #F5F5F5;
    }
    .kapak2 {
        background: #F5F5F5;
    }
    .kapak3 {
        background: #F5F5F5;
    }
    .ana_kategori {
        padding-bottom: 0;
    }
    .kategori_yazisi{
        margin-bottom: 50px;
    }
    .testimonial-v1 {
        padding-top: 175px;
        padding-bottom: 80px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 500px;
    }
    .footer-bottom .copyright {
        text-align:right;
        font-size: 15px;
    }
    .urun_listeleme_bilgi{
        text-align: left;
        padding-top: 7px;
    }
    .urun_listeleme_buton{
        text-align: right;
    }
}
@media only screen and (max-width: 959px) {

    .urun_listeleme_bilgi{
        text-align: center;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .urun_listeleme_buton{
        text-align: center;
        padding-bottom: 10px;
    }
    .footer-bottom .copyright {
        text-align:center;
        font-size: 12px;
    }

    .servisikon{
        color: #6d7e87;
        font-size: 35px;
        margin-bottom: 0;
        text-align: center;
        align-self: center;
        margin-right: 15px;
        float: left;
        width: 50px;
    }
    .servisyazi{
        float: left;
    }
    .servisyazi h3 {
        font-size: 24px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 0;
    }
    .servisyazi p{
        font-size: 14px;
        margin: 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .servisalani{
        display: flex;
        position: relative;
        align-items: center;
        margin-bottom: 20px;
        text-align: left !important;
    }
    .son_urunler {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 15px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }

    .son_urunler h2 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .kategori_urunleri {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 15px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }

    .kategori_urunleri h2 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .son_urunler p {
        color: #6c757d;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .populer_urun {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 15px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }

    .populer_urun h2 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .populer_urun p {
        color: #6c757d;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .onecikan_urunler {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 15px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }

    .onecikan_urunler h2 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .onecikan_urunler p {
        color: #6c757d;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .testimonial-v1 {
        padding-top: 125px;
        padding-bottom: 80px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 320px !important;
    }
    .ana_kategori {
        padding-bottom: 15px;
    }
    .katyazisi {
        position: inherit;
        bottom: 25px;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6d7e87;
        opacity: 0.8;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transition: 0.2s;
        overflow: hidden;
        -webkit-transition: 0.2s;
        color: white;
    }
    .katyazisi h3 {
        font-size: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .kategori_yazisi{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .kapak {
        background: #F5F5F5;
    }
    .kapak1 {
        margin-bottom: 15px;
        background: #F5F5F5;
    }
    .kapak2 {
        margin-bottom: 15px;
        background: #F5F5F5;
    }
    .kapak3 {
        background: #F5F5F5;
    }

    .welcome {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 15px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }

    .welcome h2 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .welcome p {
        color: #6c757d;
        font-size: 16px;
    }

    .anasayfa_kategori {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F5F5F5;
        color: #000;
        text-align: center;
        padding: 70px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }

    .anasayfa_kategori h2 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .anasayfa_kategori p {
        color: #6c757d;
        font-size: 16px;
    }
}





.welcome p.button {
    color: #000;
    margin-top: 35px;
}

.welcome p.button a {
    background: #e4144d;
    color: #fff;
    padding: 10px 14px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.welcome p.button a:hover {
    background: #fff;
    color: #e4144d;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}

.service .item {
    text-align: center;
}
.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #e4144d;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 20px;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #e4144d;
}

.product .item {
    background-color: #FFFFFF;
}

.product .text {
    background: #FFFFFF;
    padding: 14px;
    overflow: hidden;
}

.product .text del {
    color: #9d9d9d;
}

.product .text h3 {
    font-weight: 700;
    text-align: center;
    color: #353535;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.product .text h3 a {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text h4 {
    color: #e4144d;
    text-align: center;
    font-size: 18px;
}

.product .text p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.product .text p a {
    background: #e4144d;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}
.product .out-of-stock {
    width: 100%;
    text-align: center;
}

.product .out-of-stock .inner {
    display: inline-block;
    background: #e4144d;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
    text-decoration: line-through;
}

.product .text .rating {
    text-align: right;
    font-size: 20px;
}

.product .text p a:hover {
    background: #333;
}

.product .thumb {
    height: 180px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    background-color: #FFF;
}

.product  .thumb .photo {
    width: 100%;
    height: 280px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product  .thumb .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #c5c5c5;
}

.product .thumb:hover .overlay {
    opacity: 0.9;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 14px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
    border: 2px solid #e5e5e5;
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(3n+1) {
    clear: both;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {

}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 14px;
    background: #f2f3f3;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #e4144d;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #333;
}



.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #dee2e6;
}
.footer-main h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #525252;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #e4144d;
    left: 0;
    bottom: -2px;
    height: 4px;
}
.footer-main .footer-col p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.footer-main .footer-col p a {
    color: #a3a3a3;
}
.footer-main .footer-col p span {
    display: block;
    color: #a3a3a3;
}
.footer-main .footer-col ul li {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -5px;
    margin-right: 10px;
}
.footer-main .sosyal {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-main .sosyal ul li{
    display: inline-block;
}

.footer-main .footer-col ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #6d7e87;
}
.footer-main .footer-col ul li:before {
    color: #a3a3a3;
    left: 0;
    position: absolute;
    top: 0;
}
.footer-main .footer-col .contact-item {
    color: #a3a3a3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}
.sos-icon a{
    background-color: #fff;
    color: #212529;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #dee2e6;
    float: left;
}

.sos-icon a:hover{
    background-color: #6d7e87 !important;
    color: #fff !important;
    border-color: #6d7e87 !important;
}
.sos-icon{
    font-size: 20px;
    float: left;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
    color: #000000;
}
.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    background-color: #fff;
    color: #212529;
    padding-top: 15px;
    padding-bottom: 15px;
}

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: #e4144d;
    color: #fff;
    border: 4px solid #e4144d;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}


ul.prod-slider li {
    height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
}
ul.prod-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999999;
}
.bx-controls {
    display: none;
}
.prod-pager-thumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
#prod-pager {
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}

ul.nav-tabs {
    margin-top: 50px;
}
.product .p-title h2 {
    color: #e4144d;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.product .p-status {
    margin-bottom: 10px;
}

.product .p-review {
    margin-bottom: 10px;
}

.product .p-price {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #6d7e87;
    line-height: 1;
    margin-bottom: 15px;
}

.product .p-price span {
    font-size: 26px;
}

.product .p-price del {
    color: #c7c7c7;
}

.product .p-short-des {
    margin-bottom: 30px;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    font-size: 14px;
}

.product .p-quantity input[type="number"] {
    height: 30px;
    width: 100px;
    border: 2px solid #c7c7c7;
}

.product .btn-cart {
    margin-top: 15px;
}

.product .btn-cart a {
    padding: 10px 14px;
    background: #e4144d;
    color: #fff;
}

.product .btn-cart1 input[type="submit"] {
    border: 0;
    padding: 10px 14px;
    color: #fff;
    background-color: #6d7e87;
    border-color: #6d7e87;
}

.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
    color: #333;
}

.product .tab-content>.tab-pane {
    padding-top: 20px;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 700;
}
.review-form .btn-default {
    background: #e4144d;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 14px;
}
.rating-section {
    margin-bottom: 14px;
}


.page-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #333;
}

.page-banner h1 {
    color: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
}

.page {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.page h3.special {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #000000;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.cart {
    width: 100%;
    height: auto;
}

.cart table img {
    width: 100px;
}

.cart table tr td {
    vertical-align: middle;
}

.cart input[type="number"] {
    height: 30px;
    width: 70px;
    border: 2px solid #c7c7c7;
    padding-left: 10px;
    padding-right: 10px;
}

.cart table tr td .trash {
    color: #111111;
    font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
    text-align: right;
    font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
    text-align: right;
    font-size: 14px;
}

.cart-buttons {
    width: 100%;
    float: right;
}

.cart-buttons ul {
    float: right;
}

.cart-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background-color: #6d7e87;
    border-color: #6d7e87;
}

.cart-buttons a {
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background-color: #6d7e87;
    border-color: #6d7e87;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
    background: #333;
    color: #fff;
}


.cform input[type="submit"] {
    border: 0;
    padding: 10px 14px;
    color: #fff;
    background-color: #6d7e87;
    border-color: #6d7e87;
}

.cform address span,
.cform address a span {
    color: #e4144d;
}

.page iframe {
    width: 100%;
}


.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top: 0px;
    padding-bottom:75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.videos .adv img {
    width: 100%;
    height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}
.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-room-text h2 {
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.single-room-text h2 a {
    color: #333;
    padding: 8px!important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
}

.user-sidebar{
    background-color: #FFF;
}

.user-sidebar ul li {
    position: relative;
    display: block;
    padding: 12px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.user-sidebar ul li a {
    color: #212529;
}

.user-content h3 {
    margin-bottom: 20px;
}

.user-content{
    float: left;
    width: 100%;
    background-color: white;
    padding: 30px;
}

.blog {
    background: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid;
    padding: 20px;
}

.blog .image-holder {
    width: 285px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog .image-holder-single {
    width: 100%;
    float: none;
    position: relative;
}

.blog .image-holder-single img {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}

.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #e4144d;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #e4144d;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}

.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .text {
    width: calc(100% - 300px);
    float: left;
}

.blog .text-single {
    width: 100%;
    float: none;
}

.blog .text-single h3 {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.blog .text .inner {
    padding: 0 20px 20px 20px;
}

.blog h3 {
    font-family: "Montserrat-Regular", sans-serif;
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog h3 a {
    font-family: "Montserrat-Regular", sans-serif;
    color: #333;
}

.blog h3 a:hover {
    color: #e4144d;
}

.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #e4144d;
    font-size: 14px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.blog .text ul.status li a {
    color: #e4144d;
}

.blog .text ul.status li i {
    margin-right: 8px;
}

.blog ul.status li:before {
    content: '';
}

.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #333;
}

.blog h1 {
    font-size: 24px;
    color: #e4144d;
    font-weight: bold;
}

.blog h2 {
    font-size: 20px;
    color: #e4144d;
    font-weight: bold;; 
}

.blog h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.blog h4 {
    font-size: 16px;
    color: #e4144d;
    font-weight: bold;
}

.blog h5 {
    font-size: 14px;
    color: #e4144d;
    font-weight: bold;
}

.blog h6 {
    font-size: 12px;
    color: #e4144d;
    font-weight: bold;
}

.blog p {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog p.button {
    margin-top: 20px;
}

.blog p.button a {
    font-family: "Montserrat-Regular", sans-serif;
    background: #e4144d;
    color: #fff;
    padding: 10px 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog p.button a:hover {
    background: #444;
}

.blog .pagination {
    margin-top: 20px;
}

.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}

.blog .pagination ul li:before {
    content: '';
}

.blog .pagination ul li a {
    background: #e4144d;
    color: #fff;
    display: block;
    font-size: 16px;
}

.blog .pagination ul li a i {
    margin-right: 0;
}

.blog .pagination ul li a:hover {
    background: #333;
}

.blog .pagination ul li a.active {
    background: #333;
}

.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}

.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #e4144d;
}

.blog .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.right-table{
    background-color: #fff;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.widget-search input:focus {
    border: 2px solid #e4144d;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #e4144d;
    background: #e4144d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.widget h4 {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e4144d;
}

.widget ul li {
    display: block;
    float: none;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #333;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #333;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #e4144d;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 10px;
    border: 2px solid #afafaf;
    font-size: 12px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #e4144d;
    border: 2px solid #e4144d;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs { border-bottom: 2px solid #DDD; background: #fff; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { }
.card .nav-tabs > li > a { border: none; color: #666; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; color: #e4144d !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #e4144d; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 14px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 14px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none; /* no underline */
    background-color: #e4144d;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
}
.action a {
    display:inline-block;
    padding:5px 10px;
    background:#f30;
    color:#fff;
    text-decoration:none;
}
.action a:hover{
    background:#000;
}

.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.urun_listeleme{
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 2px 15px;
    width: 100%;
}

.yanmenu:after{
    content: "\F067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    float: right;
    padding: 6px;
    color: #212529;
}

.breadcrumb {
    background: #dbdbdb;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #e4144d;
}
.breadcrumb li:last-child {
    color: #333;
}

.breadcrumb li a {
    font-size: 14px !important;
    color: #6c757d !important;
}

.bs-slider .item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	max-height: 500px;
    min-height: 100px;
    height: auto;
    width: 100%;
}

.home-newsletter {
    padding: 80px 0;
    background: #e4144d;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; 
}
.home-newsletter .single h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}
.home-newsletter .single .form-control {
    height: 50px;
    border-color: #333;
    outline: none;
}
.home-newsletter .single .btn {
    min-height: 50px;
    background: #333;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.billing_shipping_checkbox_container {
    height: 30px;
}

.img-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

@media only screen and (max-width: 959px) {
    .product-slider{
        margin-bottom: 50px;
    }

}

.urunisim{
    margin-bottom: 25px;
}

.product-slider #carousel {
    margin: 0;
}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
}

.product-slider #thumbcarousel .slideritem {
    text-align: center;
}

.product-slider #thumbcarousel .slideritem .sliderthumb {
    border: 1px solid #cecece;
    width: 16%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px;
}

.product-slider #thumbcarousel .slideritem .sliderthumb:hover {
    border-color: #1089c0;
}

.product-slider .slideritem img {
    width: 100%;
    height: auto;
}

.carousel-control {
    color: #0284b8;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
    color: #333;
}

.carousel-caption, .carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}

.carousel-control.right, .carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.item-quantity{
    width: 100px;
    height: 44px;
    display: flex;
}

.item-quantity .input-group-btn {
    float: left;
    width: 30px;
}

.item-quantity .input-group-btn button {
    display: block;
    height: 22px;
    padding: 0 10px;
    font-size: 10px;
    border: 1px solid #dee2e6;
}

.item-quantity input {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
    height: 100%;
}

.customer-profil{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 15px;
}

.customer-profil h3 {
    border-radius: 100%;
    padding: 4px 10px 2px;
    margin-top: 0px;
    margin-bottom: 1px;
    background-color: #dbdbdb;
    text-transform: uppercase;
}

.customer_profil_govde h4{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.profil_baslik h3{
    font-size: 20px;
    margin-bottom: -10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}

.col-form-label{
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.sepettr{
    background-color: #fff;
    align-items: center;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}
.sepet_baslik{
    margin-top: -7px;
    padding-bottom: 35px;
}

.thumb .badges{
    position: absolute;
    top: 10px;
    left: 10px;
}

.thumb .badges .badge-success{
    color: #fff;
    background-color: #28a745;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 7px 2px 7px;
    min-width: 40px;
    text-align: center;
}

.badges .badge-success{
    color: #fff;
    background-color: #28a745;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 7px 2px 7px;
    min-width: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .isteklistesi{
        text-align: right;
    }
    .urunegit{
        text-align: left;
    }

    .ust_nav_bar{
        margin-left: auto;
        margin-right: auto;
        width: 1170px;
    }
}
@media (max-width: 768px) {
    .isteklistesi{
        text-align: center;
    }
    .urunegit{
        text-align: center;
    }

    .ust_nav_bar{
        margin-left: auto;
        margin-right: auto;
        width: 375px;
    }
}
@media only screen and (max-width: 767px) {
	.top {
		overflow: hidden;
		text-align: center;
	}

	.slide-text{
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 991px) {
	.menu-kapat {
		display: block;
	}

	.menu-kapat-a{
		position: absolute;
		top: -15px;
		left: 205px;
	}

	.header .inner {display: block;}
	.header .logo {width: 100%;text-align: center;}
	.header .navbar-left {text-align: center;margin-bottom: 20px;}
	.navbar-form .form-group {display: inline-block;}
	.navbar-form button {display: inline-block;}
	.header .right {float: none;text-align: center;}
	.top .right ul{display: flex; justify-content: center;}
	.header .right ul li {float: none;display: inline-block;}
	.header form {
		margin-left: 0;
		margin-right: 0;
	}
	.sepetyazisi{
		display: none;
	}
	.top{
		background: #003863 !important;
	}

	.top .right {
		float: none;
		position: initial;
		right: 0;
		color: #6d7e87 !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.bx-controls a.bx-prev, .bx-controls a.bx-next {padding-top: 215px!important;}
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
	ul.bxslider li, ul.bxslider li .text {height: 300px;}
	.bx-controls a.bx-prev,
	.bx-controls a.bx-next {font-size: 36px;}
	ul.bxslider li .text .inner h2 {font-size: 30px;}
	ul.bxslider li .text .inner h3 {font-size: 20px;}
	.bx-controls a.bx-prev, .bx-controls a.bx-next {padding-top: 120px!important;}
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	ul.bxslider li, ul.bxslider li .text {height: 250px;}
	.bx-controls a.bx-prev,
	.bx-controls a.bx-next {font-size: 30px;}
	ul.bxslider li .text .inner h2 {font-size: 24px;}
	ul.bxslider li .text .inner h3 {font-size: 16px;}
	.bx-controls a.bx-prev, .bx-controls a.bx-next {padding-top: 100px!important;}
}
@media only screen and (min-width: 992px) {
	.product .text {
		height: 175px;
	}
	.header .inner {
		width: 100%;
	}
	.header .search-area {
		padding-right: 0;
	}
	.header .search-area form {
		padding-right: 0;
	}
	.header .container {
		padding-right: 0;
	}
}


@media only screen and (max-width: 600px) {
	.blog .image-holder {
		float: none;
		width: 100%;
	}
	.blog .text {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}