/* FONT */

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&amp;display=swap');

body {
    font-family: 'Quicksand', sans-serif;
}

body.bg-overlay:before {
    opacity: 1;
    visibility: visible;
}
body:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    clear: none;
    display: block !important;
    pointer-events: none;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
.km-slider-wrapper {
    clear:both;
}

/*SEARCH*/

.search-input-box .search-input {
    background-color: #fff;
    border: none;
    max-width: 100%;
    text-align: left;
}

.input-group .search-input.form-control {
    float: none;
    background: transparent;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    width: auto;
    z-index: 2;
    height: 34px;
    box-shadow: unset;
    text-align: center;
    font-size: 16px;
    color: #000;
    min-width: 280px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-input {
    color: #000;
    font-size: 12px;
    padding: 6px 10px;
}

.search-input-box {
    display: table;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #CCC;
}

span.input-group-btn {
    line-height: 0;
    display: inline-block;
    width: auto;
    float: none;
}

.search-input-box .search-btn {
    font-size: 14px;
    padding: 8px 12px;
    line-height: 0px;
}

.search-new-mobile {
    margin: 20px 0;
    width: 100%;
}

.navbar.navbarFixed {
    position: fixed;
    top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px #DDD;
}

/*SEARCH*/

/*MINI CART*/

.headerv5 .mini-cart-product, .headerv5 .mini-cart-product a, .headerv5 .mini-cart-product p, .headerv5 .mini-cart-product .size, .headerv5 .mini-cart-product .price, .headerv5 .dropdown-header {
    color: #333;
}

.headerv5 .cart-menu table tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.headerv5 .mini-cart-footer-in-mobile .subtotal {
    font-size: 18px;
    color: #333;
}

.headerv5 .mini-cart-footer {
    background: #ecf0f1 !important;
    padding: 10px 10px 10px;
}
.navbar-mini-cart {
    padding-left: 0;
}

.headerv5 #mbl-cart-menu {
    float: none;
    padding: 0;
    background: #fdfdfd;
    margin-bottom: 10px;
}

.headerv5 .cart-h3 {
    text-align: center;
    color: #ffffff;
    padding: 8px;
}

/*MINI CART END*/

/*HEADER v5*/

.header-container .navbar-menu {
    margin: 30px 0 0;
}

.headerv5.navbar-km {
    background: #ebf0f6;
    min-height: auto;
    border: none;
    z-index: 9999;
    margin: 0;
}

.headerv5.navbar.stuck .navbar-top {
    margin-top: -40px;
}

.headerv5 .brandWrap {
    background: none;
    height: 100px;
}

.headerv5 .navbar-brand {
    height: 100px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.headerv5 .navbar-brand img {
    margin: 15px auto 0;
    height: 80px;
}

.headerv5 .user-menu > li > a {
    font-weight: normal;
    color: #000;
    line-height: 40px;
}

.headerv5 .user-menu > li > a > i.fa-user {
    color: #01c189;
}

.headerv5 .user-menu > li > a > i {
    font-size: 24px;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

.headerv5 .navbar-nav > li > a {
    color: #000;
    padding: 10px 20px;
}

.headerv5 .megamenu-content ul li {
    margin-bottom: 0px;
    padding: 8px 20px;
    float: left;
    width: 100%;
}
.headerv5 .megamenu-content ul:last-child li {
    border: none;
}

.headerv5 .megamenu-content ul li strong a {
    margin: 0 0 10px 0;
}

.headerv5 .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.175);
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: top, opacity, visibility;
    transition-timing-function: linear;
    border: medium none;
    border-radius: 0;
}

.headerv5 .search-new {
    margin-top: 10px;
}

.headerv5 .cart-menu .dropdown-menu {
    min-width: 300px;
}

.empty-basket-text {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.headerv5 #dsk-cart-menu i {
    font-size: 24px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    color: #fe6c00;
}

.headerv5 #dsk-cart-menu span {
    font-size: 14px;
}

.headerv5 .cart-menu a.dropdown-toggle, .headerv5 .cart-menu a#cart-sidebar-toggle {
    border-radius: 4px;
    color: #000;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 0;
    line-height: 40px;
}

.headerv5 .user-menu {
    float: right;
}
.header-right {
    margin: 30px 0 0;
}
.headerv5 .hasUserMenu > .dropdown-menu {
    left: auto;
    right: auto;
    margin-top: 0px;
}

.header-contact-info img {
    float: left;
    height: 30px;
    width: auto;
    margin: 10px 0;
}

.header-contact-info-numbers {
    float: left;
    height: 40px;
    margin: 5px 0 0 20px;
}

.header-contact-info-numbers p {
    margin: 0;
}

.header-contact-info-numbers p a {
    font-weight: 700;
    padding: 0 0 0 10px;
}

.header-contact-info {
    float: left;
    padding: 20px 0 0;
}

/*HEADER v5 END*/

/*FOOTER v5*/

.footerv5.footer {
    padding-bottom: 0px;
    border: none;
}

.footerv5 .footer-center {
    padding: 40px 0 20px;
}

.footerv5 .divider-xs {
    border-width: 2px !important;
    margin-left: 0;
    width: 36px;
}

.footerv5 .divider {
    margin-bottom: 0;
    margin-top: 0;
}

.footerv5 .footer-bottom {
    padding-top: 20px;
    padding-bottom: 16px;
    background: none;
    border: none;
}

.footerv5.footer .bottommenu-child ul {
    margin-top: 20px;
}

.footerv5.footer ul li a {
    padding: 3px 0 14px;
}

.footerv5.footer h3 {
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    color: #657fa0;
    text-align: left;
}
.cnt-subscribe {
    width: 100%;
    margin: 0 auto;
    /* height: 60px; */
}
.footerv5 .newsletter {
    margin: 0;
    padding: 30px 0;
    background: #d5dde7;
}
p.newsletter-title {
    color: #ff6c01 !important;
    font-size: 21px !important;
    font-weight: 600;
    margin: 0 0 10px;
}

.newsletter-title-area {
    background: url('images/icons/paper-plane-icon.svg') no-repeat left center / auto 50px;
    padding: 0 20px 0 70px;}
.newsletter-input-area {
}

.footerv5 .news-letter-box input {
    border: none;
    border-radius: 0;
    height: 60px;
    margin-bottom: 0;
    padding: 5px 20px;
    width: 70%;
    text-align: left;
    outline: none;
}

.footerv5 .news-letter-box .btn {
    box-shadow: none;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 60px;
    width: 30%;
    border-radius: 0;
    letter-spacing: 0;
    padding: 0;
    font-weight: 400;
}

.footerv5 .social {
    text-align: left;
    float: left;
    margin: 0;
}

.footerv5 .social span {
    border-radius: 30px;
    height: auto;
    padding: 0;
    width: auto;
    margin: 0 10px 0 0;
    border: none;
}

.footerv5 .social span i {
    color: #b4c4d6;
    font-size: 24px;
}

.footerv5 .social span:hover a {
    background: #fff;
}

.footerv5 .footer-info p {
    color: #000;
    margin-top: 20px;
    line-height: 24px;
}

.footerv5 .footer-free {
    text-align: right;
    margin-top: 10px;
}

.footerv5 .footer-free span {
    color: #fff;
}

.footerv5 .support {
    font-size: 15px;
    padding-bottom: 20px;
    margin-top: 24px;
}

.footerv5 .support a, .footerv5 .support p {
    display: block;
    margin-left: 0px;
    color: #000;
    margin-bottom: 20px;
    vertical-align: top;
}

.footerv5 .support a i {
    color: #1c4283;
    font-size: 24px;
    width: 36px;
}
.footerv5 .support a.call-center {
}
.footerv5 .support a.call-center i {
    background: #fe6b00;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.footerv5 .support a.whatsapp-contact {
}
.footerv5 .support a.whatsapp-contact i {
    background: #00c289;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.footerv5 .support a p {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 24px;
}
.footerv5 .support a span {
    clear: both;
    display: block;
}
.footerv5 .support a.call-center span:first-child {
    color: #fd6b00;
}
.footerv5 .support a.whatsapp-contact span:first-child {
    color: #00c289;
}
.footerv5 .support p i {
    color: #1c4283;
    font-size: 34px;
    width: 36px;
    float: left;
    height: 50px;
}

.footerv5 .footer-bottom .credit-cards {
    opacity: 1;
    filter: none;
    text-align: left;
    margin-top: 10px;
}

.footerv5 .footer-bottom .km-sign {
    color: #fff;
    padding-top: 30px;
}

.footer img {
    max-width: unset;
    max-height: 40px;
}

.footer-info {
    margin: 0 0 40px 0;
}
.company-info.container {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    clear: both;
}
.footer p.copyright-text {
    text-align: right;
}

/*FOOTER v5 END*/

/*PRODUCT LIST v2*/

.item .promotion-first {
    display: block;
    overflow: hidden;
}

.item .promotion-first span.list-icon {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 84px;
    line-height: 8px;
    padding: 65px 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform-origin: center center 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    width: 200px;
    z-index: 100;
}

.item .promotion-first span.new-product {
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    -webkit-transform: translate(50%, -50%) rotate(45deg);
}

.item .product-discount {
    border-bottom: 15px solid transparent;
    border-radius: 0;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
}

.item .product-discount .discount {
    background: none !important;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: -14px;
    top: 9px;
}

.item .fast-shipping {
    position: absolute;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    right: 0px;
    top: 40%;
    height: 28px;
}

.item .free-ship i {
    font-size: 15px;
}

.item .free-ship {
    position: absolute;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    right: 0px;
    top: 50%;
    height: 28px;
}

.item .fast-shipping i {
    font-size: 15px;
    color: #fff;
}

.item .product .product-status {
    height: 0px;
    padding-top: 0px;
}

.item .product {
    background: #fff;
    border: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.item .product:hover .image-hover a img {
    opacity: 1;
}

.item.item h4 a {
    font-size: 13px;
}

.item.item .price-standard {
    font-size: 13px;
    text-align: center;
    display: inline;
    margin-right: 5px;
}

.item.item .product .price-sales {
    font-size: 17px;
    font-weight: bold;
}

.item .btn-buy {
    margin-top: 15px;
    padding: 4px 10px;
}

.item .description {
    margin: 10px auto 0;
    min-height: 82px;
    padding: 5px;
}

.item .product .image-hover a {
    display: block;
}

.item .product .image-hover, .item .product .image-hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.buy-action {
    background-color: #FFF;
}

.product:hover .buy-action {
    animation: 300ms linear 0s normal none 1 running fadeInUp;
}

/*PRODUCT LIST v2 END*/

/*PRODUCT LIST*/

.cat-top-count {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.panel-group {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #ccd1d9;
}

.panel-group #collapseCategory, .panel-group #collapseFilter {
    padding: 10px;
}

.panel-group .panel-heading {
    background: #eeeeee;
}

.category-panel .panel-heading .panel-title a {
    padding-left: 10px;
}

.panel-group #collapseCategory .panel-body {
    border-top: none;
}

/*PRODUCT LIST END*/

/*PRODUCT-DEAIL*/

.breadcrumb {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px 0;
}

.transitionfx {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
}

/*PRODUCT-DEAIL END*/

.module-title-v4 h2 {
    background-color: transparent;
}

.tekli-urun .ps-prev {
    left: 20px;
}

.tekli-urun .ps-next {
    right: 20px;
}

.tekli-urun .product-show-case .owl-controls {
    display: none !important;
}

.tekli-urun .ps-nav {
    font-size: 35px;
    opacity: 0;
    top: 59%;
    transform: scale(1.15);
    transition: all 0.3s ease 0s;
}

.tekli-urun:hover .ps-nav {
    opacity: 1;
}

/*BEST SELLER*/

.best-seller.item {
    margin-bottom: 0px;
}

.best-seller .product-list {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.best-seller .description {
    text-align: left;
    border: none;
    min-height: initial;
    margin: auto;
}

.best-seller .description h4 {
    margin: auto;
    padding: 10px 0 4px 0;
}

.best-seller .description h4 a {
    font-weight: 300;
    font-size: 18px;
}

.best-seller .price {
    text-align: left;
    font-weight: 400;
}

.best-seller .price-standard, .best-seller .price-sales {
    display: inline !important;
    margin-right: 6px;
}

.best-seller .discount {
    margin-top: 0;
    padding: 3px 5px;
}

.best-seller .list-image-hover {
    min-height: 80px;
}

.best-seller .product-number {
    padding-top: 20px;
}

.best-seller .product-number span {
    background: #f9f9f9;
    border: 2px solid #eee;
    border-radius: 5px;
    display: inline-block;
    font-size: 17px;
    height: 38px;
    line-height: 32px;
    margin-left: 10px;
    text-align: center;
    width: 38px;
}

.best-seller .km-percentage {
    margin-top: 36px;
}

.best-seller .km-percentage-bar {
    width: 130px;
    background: #f9f9f9;
    border: 2px solid #eee;
    margin-right: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
}

.best-seller .km-percentage-bar span {
    display: block;
    width: 2px;
    height: 8px;
    background: #91dc5a;
    border-radius: 3px;
}

.best-seller .km-percentage-text {
    font-size: 13px;
    color: #000;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}

/*BEST SELLER*/

/* Login */

.km-submit, .km-submit span {
    font-weight: 400 !important;
}

/*Blog Menu*/

.blog-panel {
    background: none;
    box-shadow: none;
}

.blog-panel .panel-heading {
    padding-left: 0;
}

.blog-panel .panel-heading .panel-title {
    padding-left: 10px;
}

.blog-panel .panel-heading .panel-title a {
    display: block;
    width: 100%;
}

.blog-panel .panel-body {
    color: #2b2b2b;
    margin-bottom: 16px;
    padding: 0px;
    padding-top: 4px;
    font-size: 15px;
    line-height: 28px;
}

.panel.blog-panel {
    background: #fff;
    box-shadow: 0 0 18px 5px rgba(240,240,240,.4);
}

.blog-panel .badge {
    background: none;
    color: #d6d6d6;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.blog-panel .blog-tags a {
    border: 1px solid #eeeeee;
    margin: 0px 3px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
}

/* Tag Cloud */

.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
    line-height: 16px;
    font-size: 12px;
}

.tag > span {
    font-weight: 400;
    display: inline-block;
    border: 1px solid #e3e3e3;
}

.tag.selected > span {
    border: 1px solid #c4c4c6;
}

.tag > span.txt {
    color: #000;
    letter-spacing: 1px;
    padding: 6px 8px;
    text-transform: uppercase;
    float: left;
}

.tag > span.num {
    background: rgba(0,0,0,0.01);
    padding: 6px 8px 6px 11px;
    border-left: 1px solid #e3e3e3;
    color: #aaa;
    position: relative;
    margin-left: -1px;
    float: left;
}

.tag > span.num:before {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    top: 12px;
}

.tag > span.num:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 12px;
}

/* Instagram Widget */

.instagram-widget {
    clear: both;
    padding: 20px 0;
}
.instagram-widget .title {
    font-size: 18px;
    text-align: center;
    text-indent: 10px;
}
.instagram-widget .title img {
    height: 40px;
}
.instagram-widget .description {
    font-size: 16px;
    min-height: unset;
    text-align: center;
    margin: 0;
}
.instagram-widget .description i {
    position: relative;
    top: 1px;
}
.instagram-widget .posts {
    padding: 20px 0 0;
}
.instagram-widget .posts a {
    display: block;
    background: #000;
}
.instagram-widget .posts a:hover img {
    opacity: 0.6;
    transition: opacity ease 0.4s;
}
.instagram-widget .link {
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #333;
    border-radius: 36px;
    clear: both;
}
.instagram-widget .link:hover {
    background: #1c4283;
    color: #FFF;
}
.instagram-widget .single-post {
    position: relative;
}
.instagram-widget .single-post:hover .details {
    display: block !important;
}
.instagram-widget .details {
    display: none;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}
.instagram-widget .details p {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #FFF;
}

.instagram-widget .owl-dots {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 20px 0;
}

.instagram-widget .owl-dot {
    display: inline-block;
}
.instagram-widget .owl-dot span {
    height: 10px;
    width: 10px;
    background: #d6d6d6;
    border-radius: 50%;
    display: block;
    margin: 0 7px;
}
.instagram-widget .owl-dot.active span {
    background: #1c4283;
}

/* Step */

.steps {
    padding: 40px 0;
    background: #f5f8fb;
}
.step {
    margin: 0 0 20px;
}
.step-inner {
    background: #FFF;
    text-align: center;
    padding: 20px 0;
}
.step img {
    display: block;
    margin: 0 auto;
    width: 70px;
}
.step p.title {
    margin: 20px 0;
    font-size: 21px;
    font-weight: 700;
}
.step p.description {
    font-size: 16px;
}

/* Services */

.services {
    background: #f5f8fb;
}
.service {
}
.service-inner {
    background: #FFF;
    padding: 20px;
    margin: 0 0 20px 0;
}
.service.first .service-inner {
    background: none;
    margin: 0;
}
.service img {
    height: 40px;
    width: auto;
    margin: 0 0 20px 0;
}
.service-detail {}
.service-detail p.title {
    font-size: 16px;
    font-weight: 700;
}
.service-detail p.description {
    font-size: 14px;
    color: #5e5e5e;
}
.service.second .service-detail a {
    display: block;
    float: right;
    color: #FFF;
    background: #ff6c01;
    padding: 5px 10px;
    border-radius: 16px;
    margin: 20px 0 0;
}
.service.third .service-detail a {
    display: block;
    float: right;
    color: #FFF;
    background: #00c189;
    padding: 5px 10px;
    border-radius: 16px;
    margin: 20px 0 0;
}

/* Exclusives */

.exclusives {
    background: #f5f8fb;
}
.exclusive {
    padding: 40px 0 10px;
    background: #FFF;
    margin: 0 0 20px;
}
.exclusive img {
    height: 40px;
    width: auto;
}
.exclusive p.title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px;
    text-align: center;
    color: #ff6c01;
}
.exclusive p.description {
    font-size: 14px;
    color: #5e5e5e;
}
.exclusive a {
    background: url('images/icons/border.svg') center center / 180px 60px;
    width: 180px;
    height: 60px;
    display: block;
    margin: 20px auto;
    line-height: 60px;
    font-weight: 700;
    color: #4a4a4a;
}

/* Brands */

.brands {
    background: #ff6c01;
    padding: 40px 0;
}

.brands img {
    height: 20px;
    width: auto !important;
    margin: 0 auto;
}

.brands .km-slider {
    max-width: 1200px;
    margin: 0 auto;
}
.brands .ps-nav {
    font-size: 36px;
    top: 35%;
    color: #FFF;
}

.brands .ps-nav i {}

/* Branches */

.branches {
    background: url('images/sube.png') no-repeat center center;
    background-size: cover;
    padding: 20px ;
    margin: 30px auto;
}
.branches-info {
    float: left;
    background: url('images/icons/store-icon-orange.svg') no-repeat left center / 70px auto;
    padding: 0 0 0 90px;
}
.branches-info p.title {
    margin: 10px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: #ff6c01;
    display: block;
}
.branches-info p.description {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    display: block;
}
.branches a {
    background: url(images/icons/border.svg) center center / 180px 60px;
    width: 180px;
    height: 60px;
    display: block;
    margin: 20px auto;
    line-height: 60px;
    font-weight: 700;
    color: #4a4a4a;
    text-align: center;
    float: right
}

/* HR Content */

.hr-content {
    padding: 40px 0 0;
}
.hr-content-details {
    text-align: center;
}
.hr-content-details p.title {
    font-size: 28px;
    font-weight: 700;
}
.hr-content-details p.description {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    padding: 0;
    margin: 0 0 20px 0;
}
.hr-content-detail {
    background: url(images/icons/border-2.svg) center center / 100% 70px;
    height: 70px;
    display: block;
    margin: 20px auto;
    /* line-height: 60px; */
    font-size: 12px;
    font-weight: 500;
    color: #9b9b9b;
    text-align: center;
    padding: 0;
}
.hr-content-detail img {
    display: block;
    margin: 0 auto;
    background: #FFF;
    border: 2px solid #d5dde6;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 15px;
    position: relative;
    top: -35px;
}
.hr-content-detail span {
    display: block;
    position: relative;
    top: -30px;
}

.hr-content-info {
    position: relative;
}
.hr-content-info img {
    width: 100%;
    max-width: 200px;
    margin: 0 0 50px;
}
.hr-content-info .support-girl {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 280px;
    width: auto;
    max-width: unset;
    margin: 0;
}
.hr-content-info-numbers {
    background: url(images/icons/support-icon-white.svg) no-repeat 10px center #fe6b00;
    color: #FFF;
    padding: 10px 0 10px 60px;
    margin: 20px 0 0;
    border-radius: 0 0 16px 16px;
}
.hr-content-info-numbers .first-line {}
.hr-content-info-numbers .first-line p {
    float: left;
    margin: 0 20px 0 0;
}
.hr-content-info-numbers .first-line a {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}
.hr-content-info-numbers .second-line {
    clear: both;
}
.hr-content-info-numbers .second-line span {
    color: #333;
    font-weight: 700;
}

/* Static Pages */

.static-page-title {
    padding: 20px 0;
    border-bottom: 1px solid #DDD;
    margin: 0 0 30px;
}
.static-page-title h1 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.static-page-title h1 i {
    padding: 0 10px 0 0;
    color: #fe6a01;
}
.static-page-title h1 span {
    font-size: 16px;
}

.static-page-content {
    padding: 0 0 20px;
}
.static-page-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    clear: both;
}
.page-faq .answer {
    margin: 0 0 30px;
}

.page-faq .question {
    font-weight: 700;
}

.page-lostra h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    background: #fe6a01;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 10px;
}

.page-lostra table {
    border: 1px solid #DDD;
    border-collapse: collapse;
}
.page-lostra table th {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    background: #f2f2f2;
}
.page-lostra table tr {
    text-align: center;
}
.page-lostra table td {
    font-size: 16px;
    border: 1px solid #DDD;
    border-collapse: collapse;
    padding: 10px 0;
}

.page-kuru-temizleme h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    background: #00b676;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 10px;
}

.page-kuru-temizleme table {
    border: 1px solid #DDD;
    border-collapse: collapse;
}
.page-kuru-temizleme table th {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    background: #f2f2f2;
}
.page-kuru-temizleme table tr {
    text-align: center;
}
.page-kuru-temizleme table td {
    font-size: 16px;
    border: 1px solid #DDD;
    border-collapse: collapse;
    padding: 10px 0;
}
.page-kuru-temizleme h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    float: left;
    width: 100%;
    padding: 0;
}

/* Vale */

.vale-bolgeler-liste {
    border: 1px solid #DDD;
    float: left;
    width: 100%;
    clear: both;
    padding: 30px 20px;
    margin: 0 0 20px 0;
}

.vale-bolgeler-liste p {
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0 0 20px;
}

.vale-bolgeler-liste ul {
    line-height: 26px;
    padding: 0;
    list-style: inside circle;
}

.vale-bolgeler-liste ul li {
    font-size: 16px;
}

/* Magazalar */

.magaza {
    float: left;
    width: 100%;
    padding: 20px 10px;
}
.magaza img {
    float: left;
    height: 80px;
}
.magaza .info {
    float: left;
    padding: 0 40px;
}
.magaza .info p i {
    padding: 0 10px 0 0;
    color: #f36b26;
}
.magaza .info p.title {
    font-size: 30px;
    font-weight: 700;
}
.magaza .info p.address {
    font-size: 15px;
    max-width: 420px;
}
.magaza .info p.hours {
    clear: unset;
    display: inline-block;
    font-size: 25px;
}
.magaza .info p.phone {
    clear: unset;
    display: inline-block;
    font-size: 25px;
    margin: 0 0 0 20px;
}
.magaza a.location {
    float: right;
    font-size: 72px;
    color: #f36c25;
}

/* Lostra Hizmeti */

.hizmet-baslik {
    border-bottom: 1px solid #DDD;
    padding: 0 0 20px 0;
    clear: both;
}
.hizmet-baslik img {
    float: left;
    height: 60px;
}
.hizmet-baslik h2 {
    float: left;
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
    text-indent: 20px;
    padding: 0;
}
.hizmet-baslik a {
    float: right;
    background: #5bc0de;
    color: #FFF;
    padding: 0 20px;
    line-height: 60px;
}
.hizmet-icerik {
    padding: 20px 0;
}

.hizmet-icerik p {}
.hizmet-icerik ul {list-style: inside disc;line-height: 24px;margin: 10px 0 20px;}
.hizmet-icerik ul li {
    font-size: 16px;
}
.hizmet-icerik h3 {
    font-weight: 600;
    padding: 10px 0;
}
.hizmet-icerik-text {
    padding: 0;
}
.hizmet-icerik-gorsel {}
.hizmet-icerik-gorsel img {
    padding: 0 10px;
    margin: 0 0 30px;
    width: 100%
}
a.hizmet-al-buton {
    float: left;
    background: #5bc0de;
    margin: 20px 0;
    color: #FFF;
    padding: 0 20px;
    line-height: 60px;
    clear: both;
}

/* .page-lostra-hizmeti .hizmet-icerik-text:after {
    content: "";
    background: url('/skins/default/images/icons/lostra-icon.png') no-repeat center center / auto 120px;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
} */

/* Responsive Styles */

@media (max-width: 865px) and (min-width: 768px) {
    .headerv5 .navbar-nav > li > a {
        padding: 14px 14px !important;
        font-size: 13px !important;
    }
}

@media (min-width: 768px) {
    .headerv5 .cart-menu {
        margin-top: 0;
    }

    .headerv5 .center-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .headerv5 .navbar-nav > li > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        color: #000;
        padding: 14px 0;
        font-size: 15px;
        font-weight: 500;
    }
    .headerv5 .center-menu.navbar-nav > li {
        margin: 0 20px 0 0;
    }

    .headerv5 .navbar-nav > li > a.pull-right {
        padding: 14px 5px;
    }

    .headerv5 .navbar-nav > li > a.pull-right i {
        color: #ff6a00;
    }

    .headerv5 .navbar-nav > li > a:hover:before, .headerv5 .navbar-nav > li > a:focus:before, .headerv5 .navbar-nav > li > a:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    ul.dropdown-submenu.hidden {
        clear:both;
        padding: 10px 0 0;
        display: block;
    }
    .navbar-nav > li:hover {
        background: transparent;
    }
    .exclusive {
        margin: 0;
    }
    .headerv5.navbarFixed .brandWrap {
        display: none;
    }

    .headerv5.navbarFixed .navbar-menu {
        margin: 0;
    }
}

@media (max-width: 979px) {
    .footer-bottom .credit-cards, .footerv5 .footer-free {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .search-input-box {
        padding: 4px;
        border-radius: 0;
        border-bottom: 1px solid #000;
        max-width: unset !important;
    }

    .search-input-box .search-btn {
        border-radius: 0 4px 4px 0;
        padding: 8px 12px;
    }

    .input-group .search-input.form-control {
        height: 30px;
    }

    .megamenu .megamenu-content {
        padding: 10px;
    }

    .headerv5 .navbar-brand.mobile-logo {
        display: block;
        height: 60px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 5px 0;
        position: absolute;
        right: 0;
        width: 166px;
        margin-top: 0px;
    }

    .headerv5 .navbar-brand img {
        height: 50px;
        margin: 0 auto;
    }

    .headerv5 .navbar-top {
        height: auto !important;
        padding: 10px 0;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #000;
    }

    .headerv5 .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
    }

    .headerv5 .navbar-toggle {
        margin-right: 0px;
        margin-top: 6px !important;
        background: none;
    }

    .headerv5 .user-menu > li > a span {
        display: none;
    }

    .headerv5 .user-menu > li > a {
        color: #000;
        padding: 0 10px 0 0;
        margin-top: 11px;
    }

    .headerv5 .megamenu-content ul li strong a {
        border-bottom: 1px solid #eee;
        margin-bottom: 3px;
        margin-top: 5px;
        font-size: 12px;
        text-transform: none;
    }
    .best-seller .description h4 {
        margin: 15px 0 8px;
    }

    .best-seller .km-percentage {
        margin-top: 15px;
    }
    .megamenu-content ul {
        padding: 5px 10px 10px;
        margin: 0;
        clear: both;
        width: 100%;
    }
    .headerv5 .navbar-nav > li > a > i {
        height: 24px;
        width: 24px;
        text-align: center;
        background: #EEE;
        line-height: 24px;
        color:#1c4283;
    }
    .navbar-nav.center-menu > li {
        border-bottom: 1px solid #e8e8e8;
    }
    .navbar-nav.center-menu > li:last-child {
        border-bottom: none;
    }
    .mini-cart-footer {
        background: #000 !important;
    }
    .search-input-box .search-btn, .navbar-top i {
        color: #000;
    }
    .search-input-box .search-btn, .navbar-top i.fa-shopping-cart {
        color: #fe6c00;
    }
    .navbar-toggle .icon-bar {
        border: 2px solid #000;
    }
    ul.dropdown-submenu {
        padding: 10px 0 0;
        list-style: inside disc;
    }
    a.submenu-open i {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        text-align: center;
        background: #EEE;
        line-height: 24px;
        color: #1c4283;
    }
    .center-menu li.dropdown a[aria-expanded="true"] i, .center-menu a.submenu-open.open i {
        transform: rotate(-180deg);
    }
    .headerv5 .user-menu > li > a > i {
        margin: 0;
    }
    .header-container .navbar-menu {
        margin: 0;
    }
    .headerv5.navbar-km {
        background: #FFF;
    }
    .headerv5 .megamenu-content ul li {
        padding: 0;
    }
    .branches a {
        float: none;
        clear: both;
        position: relative;
        top: 20px;
    }
    .footerv5.footer h3 {
        text-align: center;
        padding: 10px 0;
        background: #f5f8fb;
        margin: 0 0 20px 0;
    }
    .footerv5.footer h3 i.visible-xs {
        display: inline-block !important;
    }
    
    .footerv5.footer ul {
        text-align: center;
        line-height: 16px;
        margin: 10px 0 40px;
    }
    
    .footerv5 .social {
        text-align: center;
    }
    
    .footer p.copyright-text {
        text-align: center;
        padding: 20px 0 0;
    }
    .footerv5 .support a {
        text-align: center;
    }
    .company-info.container {
        margin: 0;
    }
    .footer img {
        max-height: 30px;
    }
    .footerv5 .footer-center {
        padding-bottom: 0;
    }.hr-content-info .support-girl {
        display: none;
    }
    
    .hr-content-info img {
        display: none;
    }
    
    .hr-content-info {
        margin: 0 0 30px 0;
    }
    
    .hr-content {
        padding: 10px 0 0;
    }

    .magaza {}
    .magaza img {
    height: 40px;
    }
    .magaza .info {
        width: auto;
        padding: 0 0 0 15px;
        width: 240px;
    }
    .magaza .info p i {}
    .magaza .info p.title {font-size: 21px;}
    .magaza .info p.address {}
    .magaza .info p.hours {
        font-size: 18px;
    }
        .magaza .info p.phone {
        font-size: 18px;
        margin: 0;
        clear: both;
    }
        .magaza a.location {
        font-size: 42px;
    }
    .hizmet-baslik {}
    .hizmet-baslik img {
        height: 40px;
    }
        .hizmet-baslik h2 {
        line-height: 40px;
        font-size: 21px;
    }
        .hizmet-baslik a {
        line-height: 40px;
        padding: 0 10px;
        clear: both;
        float: left;
        margin: 20px 0 0;
    }
    .hr-content-info-numbers {
        border-radius: 16px;
    }
}

@media (max-width: 600px) {
    .best-seller .description h4 {
        margin: 5px 0 8px;
        text-align: left !important;
        padding: 6px 0 4px 0;
    }

    .best-seller .km-percentage {
        margin-top: 8px;
    }

    .best-seller .description h4 a {
        font-size: 15px;
    }

    .best-seller .price {
        font-size: 20px;
    }

    .best-seller .km-percentage-bar {
        padding: 2px 6px;
    }

    .best-seller .km-percentage-bar span {
        height: 5px;
    }
}

@media (max-width: 414px) {
    .best-seller .description h4 {
        margin: 0;
        text-align: left !important;
        padding: 4px 0 2px 0;
    }

    .best-seller .km-percentage {
        margin-top: 5px;
    }

    .best-seller .description h4 a {
        font-size: 14px;
    }

    .best-seller .price {
        font-size: 16px;
        min-height: 30px;
    }

    .best-seller .discount {
        margin-top: 0;
        padding: 1px 3px;
        font-size: 14px;
    }
    .price-box {
        min-height: 55px;
    }

    .item.item .price-standard {
        display: block;
    }
}

@media (max-width: 400px) {
    .headerv5 .navbar-brand img {
        max-width: unset;
        margin: 0 auto;
        width: auto;
        height: 50px;
    }

    .headerv5 .user-menu > li > a {
        padding-right: 5px;
    }
}

/* Color Settings (inherited from Cherry Theme) */

::selection {
    color: #fff;
    background: #000;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

::-webkit-selection {
    color: #fff;
    background: #000;
}

a:hover,
a:focus, a.link {
    color: #000;
}

.search-full, .search-input {
    background: #000;
}

.search-close {
    color: #000;
}

.btn-primary {
    background-color: #000;
    color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #2c88c5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}

.navbar-top {
    background: #000;
}

.navbar-km {
    background: #000;
}

.site-color {
    color: #000 !important;
}

.navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li.active, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li:hover > a {
    background: #000;
}

.navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus, .cart-menu:hover > a.dropdown-toggle {
    background: #000;
}

.search-box:hover .form-control {
    background: #000;
}

.search-box:hover .btn-nobg {
    color: #000;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(52, 73, 94, 0.7) !important;
}

.action-control a:hover, .action-control a.active {
    color: #fff;
    background: #000;
}

.pager2 a {
    border: 1px solid #000;
}

.pager2 a.selected {
    background: #000;
}

.btn-site, .news-letter-box .btn {
    background: #000;
}

.btn-discover:hover, .btn-site:hover, .news-letter-box .btn:hover {
    background: #000;
}

.full {
    width: 100%;
}

.footer a:hover {
    color: #000;
}

.modal-header {
    background: #000;
}

.form-control:focus {
    border-color: #000;
}

.new-product {
    background: #00c289 !important
}

#pager a.cycle-pager-active {
    background: rgba(52, 73, 94, 0.5);
}

/* tree menu */

.nav.tree > li.active, .nav.tree > li > a:hover, .nav.tree > li > a:focus, .nav.tree > li:hover > a {
    background: none;
    color: #000;
}

.nav.tree .open-tree > a, .nav.tree .open-tree > a:hover, .nav.tree .open-tree > a:focus {
    background: none;
    font-weight: bold;
    color: #000;
}

.panel-default > .panel-heading {
    background: #FFF;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    background: none;
    color: #000;
}

.nav-tabs {
    border-bottom: none;
}

.pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus, .pgroup-tab .nav-tabs > li.hover > a {
    color: #fe6c00;
}

.socialIcon a:hover {
    background: #000;
}

.cart-actions button, .cart-actions .wishlist {
    background: #1C4383;
    border: none;
}

.cart-actions button:hover {
    background: #1c4283;
    color: #FFF;
    /* border: solid 2px #000; */
}

.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited {
    border: 2px solid #000 !important;
}

.promo-1 {
    background: none repeat scroll 0 0 #000;
}

#pager2 span.cycle-pager-active {
    background: #000 !important;
}

#pager2 span {
    border: 2px solid #000
}

/*HEADER V5*/

.headerv5 .navbar-top {
    background: #FFF;
    height:40px;
}
.headerv5 .navbar-nav > li.active, .headerv5 .navbar-nav > li > a:hover, .headerv5 .navbar-nav > li > a:focus, .headerv5 .navbar-nav > li:hover > a {
    background: none;
    color:#000;
}
.headerv5 .navbar-nav .open > a, .headerv5 .navbar-nav .open > a:hover, .headerv5 .navbar-nav .open > a:focus {
    background: none;
    color:#000;
}

.headerv5 .cart-menu:hover > a.dropdown-toggle, .headerv5 .cart-menu.open > a.dropdown-toggle:focus{
    color:#000;
    background: none;
}
.headerv5 .search-input-box .search-btn{
    color:#000;
}

.headerv5 #mbl-cart-menu {
    border-bottom: solid 2px #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.headerv5 .cart-h3 {
    background: #000;
}

/*HEADER V5 END*/

/*NEW-ITEM*/

.item .product-discount {
    border-left: 20px solid #c42227;
    border-right: 20px solid #c42227;
}
/*NEW-ITEM END*/

/*FOOTER V5*/

.footerv5 .divider {
    border-top: 1px solid #000;
}
.footerv5.footer ul li a {
    color: #000;
    font-size: 14px;
}
.footerv5 .newsletter p {
    color: #FFF;
    font-size: 14px;
    text-align: left;
}
.footerv5 .news-letter-box .btn {
    background: #fe6b00;
}
.footerv5 .social span:hover a{
    color:#000;
}

p#result {
    width: 100%;
    text-align: left;
    min-height: unset;
    font-size: 14px;
    padding: 0 0 5px;
    color: #666;
}
/*FOOTER V5 END*/