﻿
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.btn {
    border-radius: 0;
}

@media (min-width: 1200px){
	.km-sidebar {
		margin-right: 20px;
	}
}

.sidebar-nav ul li:hover a, .sidebar-nav ul li.active a {
    color: #000000;
}

/*New Search*/
.quick-search-result.open-search {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
}

.quick-search-result.close-search {
    display: none
}

@media (min-width:992px) {
    .quick-search-result {
        width: 700px;
    }
}

@media (max-width:991px) {
    .quick-search-result {
        width: 100%;
    }
}

.km-search {
    box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
    background: #fff;
    padding: 10px 0px;
    border-right: 1px solid #ededed;
}

    .search-sidebar h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        margin: 5px 20px;
        padding-bottom: 5px;
    }

    .search-sidebar > div {
        display: flex;
        flex-direction: column;
    }

    .search-sidebar ul {
        padding: 10px 0;
    }

        .search-sidebar ul li a {
            font-size: 13px;
            display: block;
            padding: 5px 20px;
        }

            .search-sidebar ul li a:hover {
                background: #ededed;
            }

.search-products {
    background: #fff;
    padding: 10px 15px;
}

    .search-products h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    .search-products > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .search-products .border-box {
        padding: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border: 1px solid #ededed;
    }

    .search-products img {
        max-height: 70px;
        margin: 0 8px 0 0;
    }

    .search-products .prd-name {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 28px;
    }
    .search-products .discount {
        background: #D62631;
        font-weight: 600;
        padding: 2px 4px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin-right: 8px;
    }
    .search-products .price {
        display: flex;
        align-items: center;
    }
    .search-products .price-box {
        min-height: auto;
        line-height: 1;
    }
    .search-products .price-sales {
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .search-products .price-standard {
        color: #999999;
        line-height: 14px;
        font-size: 12px;
        text-decoration: line-through;
    }



/*SEARCH*/
.search-input-box .search-input {
    background-color: #f9f9f9;
    border: none;
    max-width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}
.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 38px;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    text-indent: 16px;
    border-right: none;
}
.search-input-box .input-group-addon, .headerv3 .input-group-btn, .headerv3 .input-group .form-control {
    display: table-cell;
}
.search-input {
    color: #989898;
    font-size: 15px;
    padding: 6px 10px;
    font-weight:500;
}
.search-input-box {
    display: table;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    position: relative;
    border: 1px solid #ebe8e5;
    border-radius:30px;
}

.search-input::-webkit-input-placeholder{
    color:#cac7c4;
}
.search-input:-moz-placeholder{
    color:#cac7c4;
} 
.search-input-box span.input-group-btn {
    line-height: 0;
}
.search-input-box .search-btn {
    background-color: #f9f9f9;
    font-size: 21px;
    padding: 8px 17px 9px;
    line-height: 0;
    border-radius: 0 30px 30px 0;
}
.headerv3 .search-new {
    margin-top: 20px;
}

@media (max-width:768px) {
    .headerv3 .search-new {
        margin-top: 0;
        float: right;
    }
    .search-new .input-group {
        display:block
    }
        .search-new .input-group .getFullSearch {
            line-height: 0;
            font-size: 23px;
            font-weight: 400;
            border-radius: 0;
            padding: 19px 10px 18px;
            float: right;
        }
    .search-input-box {
        border-radius: 0;
    }

    .search-input-box {
        max-width: 100%;
        margin: auto;
    }

        .search-input-box .search-input {
            max-width: 85%;
        }

    .input-group .search-input.form-control {
        height: 40px;
        background: #fff;
        text-indent: 15px;
        font-size: 13px;
        box-shadow: none;
        text-align: left;
        padding: 0;
        max-width: 100%;
        color: #333333;
    }

    .search-full {
        top: 101px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0px 9px 10px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 9px 10px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 9px 10px 4px rgba(0,0,0,0.2);
        min-height: 57px;
    }

    .search-input-box {
        width: 80%;
        border: none;
        display: flex;
        align-items: center;
    }
    .search-close {
        background: none;
        height: 56px;
        font-size: 20px;
    }
    .search-input-box .search-input {
        width: 100%;
    }
    .search-input-box .search-btn {
        padding: 17px 12px;
        font-size: 22px;
        color: #000;
        background: #fff;
    }

    .input-group .search-input.form-control {
        height: 30px;
    }

    .search-full, .search-input {
        background: #fff !important;
    }
}


/*SEARCH*/
/*HEADER v3*/
.header-offset {
    padding-top: 187px;
}
.home-header-offset {
    padding-top: 181px;
}
.step-address.header-offset, .step-cart.header-offset {
    padding-top: 112px;
}


/*#region marquee*/
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}
.header-free {
    background: #fff0e6;
    height: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.header-free-box {
    padding: 0 60px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

    .header-free .toptext .top-text1 {
        white-space: nowrap;
        will-change: transform;
        animation: marquee 60s linear infinite;
        animation-delay: -60s;
    }

    .header-free .toptext .top-text2 {
        white-space: nowrap;
        will-change: transform;
        animation: marquee2 60s linear infinite;
        animation-delay: -30s;
    }

.header-free .toptext span {
    font-size: 12px;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
    padding-right: 38px;
    margin-right: 38px;
    line-height: 32px;
}

    .header-free .toptext span:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #1c2227;
        position: absolute;
        top: 13px;
        right: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }
/*#endregion marquee*/
.headerv3.navbar-km {
    background: #fff;
    border: none;
    min-height: auto;
}
.headerv3.header-cart.navbar-km {
    border-bottom: 1px solid #e5e5e5;
}
.headerv3 .brandWrap {
    clear: both;
}
.headerv3 .cart-page .navbar-brand {
    display: block;
    height: 90px;
    left: 0;
    margin-left: auto!important;
    margin-right: auto;
    padding: 11px 0;
    position: absolute;
    right: 0;
    width: 260px;
    margin-top: 0;
}
.headerv3 .navbar-brand {
    padding: 7px 0;
    height: 83px;
}
.headerv3 .header-right{
    margin-top:20px;
}
.headerv3 .navbar-top {
    background: #bebdbd;
    height: 32px;
}
.headerv3.navbar.stuck .navbar-top {
    margin-top: -32px;
}
.headerv3 a{
    transition:none;
}
.headerv3 .user-menu>li>a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    line-height: 1;
    text-align: center;
    padding: 0 0 15px 25px;
}

.headerv3 .user-menu>li>a span, .headerv3 .cart-menu > a span.cart-response {
    display: block;
}
.headerv3 .user-menu>li>a i {
    font-size: 28px;
	padding-bottom: 2px;
}

.headerv3 .cart-menu > a {
    padding: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 0 10px 15px 25px;
    color: #000;
    line-height: 1;
}
.headerv3 .cart-menu > a i {
    font-size: 28px;
    padding-bottom: 2px;
    color: #000;
}
.headerv3 .user-menu {
    float: right;
}
.headerv3 .hasUserMenu > .dropdown-menu {
    left: auto !important;
    right: auto !important;
    margin-top: 0;
}
.headerv3 .cart-menu .dropdown-menu{
    min-width: 400px;
}

.headerv3 .megamenu-content ul li {
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 6px;
}
    .headerv3 .megamenu-content ul li a {
        font-size: 16px;
        font-weight: 400;
    }

.megamenu .megamenu-content {
    padding: 30px 30px;
}
.headerv3 .dropdown-menu {
    box-shadow: 0 3px 10px rgba(103, 103, 103, 0.5);
    border: medium none;
    border-radius: 0;
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: top,opacity,visibility;
    transition-timing-function: linear;
    padding: 0;
}

.headerv3.megamenu .megamenu-content .img-item, .headerv3.megamenu .megamenu-content .img-item li{
    padding:0;
    margin:0;
}
.text-item {
    padding: 20px 30px 20px 30px;
}

.headerv3 .megamenu-content ul li span a {
    border-bottom: none;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.headerv3 .megamenu-content > div > ul > li.sub-item  > a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
}
.headerv3 .navbar-nav>li>a {
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 600;
}
.headerv3 .megamenu-content ul li strong a {
    font-weight: 600;
}
@media (max-width: 994px) {
    .headerv3 .user-menu > li > a span, .headerv3 .cart-menu > a span.cart-response {
        display: none;
    }
    .headerv3 .header-right {
        margin-top: 29px;
    }
    .headerv3 .navbar-nav>li>a {
        padding: 11px 12px;
    }
}
@media (min-width:768px) {
.headerv3 .cart-page.brandWrap {
    height: 90px;
}
    .headerv3 .center-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }
    .headerv3 .navbar-menu {
        border-bottom: 1px solid #e9edf2;
        border-top: 1px solid #e9edf2;
    }
    .deneme {
        width: 20%;
    }
    .cart-menu a .cart-quantity {
        bottom: 31px;
    }
	.cd-dropdown-content .cd-secondary-dropdown > li.erkek {
    width: 15%;
}
.cd-dropdown-content .cd-secondary-dropdown.default > li.dmenu-img.kozmetik-kisisel-bakim {
    float: right;
}
.cd-dropdown-content > li.one-column .cd-secondary-dropdown {
    max-width: 250px;
    left: auto;
    right: auto;
}
.cd-dropdown-content .cd-secondary-dropdown.default > li > a:hover {
    color: #ff914a;
}
.cd-dropdown-content .first-child > a:hover {
    color: #ff914a;
}
}
@media (max-width:767px) {
.home-header-offset {
    padding-top: 120px;
}
    .header-offset {
        padding-top: 107px;
    }
    .step-address.header-offset, .step-cart.header-offset {
        padding-top: 80px;
    }
    .headerv3.navbar-km {
        border-bottom: 1px solid #f3f3f3;
    },
    .headerv3 .header-left {
        padding: 0;
    }
    .headerv3 .header-free {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .headerv3 .navbar-toggle {
        float: left;
        background: none;
        margin: 0;
        padding: 20px 10px;
    }
    .headerv3 .navbar-toggle i {
        font-size: 22px;
        color: #000;
    }
.headerv3 .cart-page.brandWrap {
    height: 60px;
}
.headerv3 .cart-page .navbar-brand {
    height: 60px;
    padding: 15px 0;
    width: 150px;
}
    .headerv3 .navbar-brand {
        height: 60px;
        padding: 12px 0;
    }
    .headerv3 .navbar-brand img {
        max-width: 80px;
    }
    .headerv3 .header-right {
        margin-top: 0;
        padding: 0;
        position: fixed;
        z-index: 1200;
        bottom: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #e5e5e5;
    }
    .headerv3 .user-menu {
        float: none;
        display: flex;
        justify-content: space-around;
    }
    .headerv3 .user-menu > li > a {
        padding: 18px 0 17px 15px;
    }
    .headerv3 .user-menu > li > a i {
        font-size: 23px;
    }
    .headerv3 .hasUserMenu > .dropdown-menu {
        right: 0 !important;
    }
    .headerv3 .cart-menu > a {
        padding: 17px 10px 19px 15px;
    }
    .headerv3 .cart-menu > a i {
        font-size: 24px;
        padding-bottom: 0;
        color: #000;
    }
    .cart-menu a .cart-quantity {
        bottom: 17px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .navbar-toggle .icon-bar {
        background: #000;
        height: 1px;
    }
    .navbar-top i {
        font-size: 20px;
    }
    .cd-dropdown-content a.mobile-grey {
        background: #fafafa;
        font-size: 14px;
        border: none;
        padding: 20px 0 20px 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
        .cd-dropdown-content a.mobile-grey i {
            font-size: 22px;
            margin-right: 8px;
        }
}

/*HEADER v3 END*/
/*FOOTER*/
.footer {
    font-weight: 400;
    padding-bottom:0;
}
    .footer .footer-top {
        background: #f1f1f1;
        padding: 30px 0px 0px;
        border-bottom: none;
    }
.footer .footer-bottom {
    background: #000;
    border-top: none;
    padding: 25px 0 25px;
}
.footer .footer-free span {
    color: #c3c3c3;
    font-size: 14px;
}
.footer .footer-free span span{
    color: #fff;
}
.footer .subscribe {
    padding-bottom: 16px;
}
.footer .subscribe .news-letter-box {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #898989;
}
.footer .subscribe .news-letter-box input {
    width: 270px;
    height: 40px;
    padding: 5px 0px;
    background: none;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    text-align: left;
    text-indent: 10px;
    color: #898989;
}
.footer .subscribe .news-letter-box input::-moz-placeholder {
    color:#898989;
}
.footer .subscribe .news-letter-box input::-webkit-input-placeholder{
    color:#898989;
}
.footer .subscribe .news-letter-box .btn {
    width: 50px;
    padding: 0;
    font-size: 12px;
    height: 40px;
    background: none !important;
    box-shadow: none;
    color: #898989;
}
.footer .social {
    margin-top: 0;
    padding: 10px 10px 17px;
    text-align: right;
}
.footer .social span {
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    margin: 0 8px;
}
.footer .social span a i {
    font-size: 16px;
    margin-left: 2px;
}
.footer .social span:hover {
    background: none;
}
.footer .social span:hover a,.footer .bottom-menu ul li a:hover {
    color: #a5a5a5;
}
.footer .social span a {
    color: #898989;
}
.footer-logo {
    padding-top: 20px;
}
.footer-logo img {
    width: 140px;
}
.footer .bottom-menu {
    text-align: center;
    padding: 10px 0;
}
.footer.footer-cart .bottom-menu {
    border-top: none;
}
.footer .bottom-menu ul {
    font-size: 16px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin: 5px 0 0px;
}
.footer .bottom-menu ul li{
    display:inline-block;
    margin:0 5px;
}
.footer .bottom-menu ul li a {
    color: #898989;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
}
.footer .km-sign {
    color: #c3c3c3;
    text-align: right;
    font-size: 14px;
}
.footer .km-sign a {
    color: #c3c3c3;
}
.footer .km-sign strong {
    color: #fff !important;
    font-weight:400 !important;
}
.main-footer {
    margin-bottom: 220px;
    background-color: #fff;
}
.white-bg{
    background:#fff
}
.footer.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    border:none;
}
@media (max-width:860px) {
    .footer .subscribe .news-letter-box input {
        width: 233px;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    .footer .km-sign {
        text-align: right !important;
    }
    .footer .footer-free {
        text-align: left !important;
    }
}
@media (max-width:767px) {
    .main-footer {
        margin-bottom: 330px;
    }
    .footer .footer-top {
        padding: 30px 0px 10px;
    }
    .footer .footer-bottom {
        padding: 0px 0 10px;
    }
    .footer .bottom-menu ul {
        font-size: 15px;
        margin: 5px 0 0;
    }
    .footer-free {
        padding: 10px 0;
    }
    .footer .social {
        padding: 15px 10px 12px;
    }
.footer-logo img {
    width: 100px;
}
    .footer .subscribe {
        padding-bottom: 10px;
    }
    .footer .bottom-menu ul li a {
        line-height: 20px;
    }
    .footer .km-sign, .footer .footer-free span {
        font-size: 12px;
        text-align: center;
    }
}
/*footer END */
/*PRODUCT LIST v2*/
.product {
    border: none;
    padding: 0;
    border-radius: 0px;
}
.product-show-case .item {
    margin: 0 10px 15px;
}
.promotion-new {
    min-height: 30px;
}
.product .image-hover {
    max-height: 505px;
}
.product:hover .image-hover a img {
	opacity: 1;
}
.item .promotion-first {
    display: block;
    overflow: hidden;
    margin: 0;
}
.item .new-product {
    font-size: 15px;
    font-weight: 500;
    height: auto;
    padding: 7px 0 2px;
    border-radius: 0;
}
.item .new-product {
    background: none !important;
}
.item .discount {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 8px;
}
.product-status {
    left: 10px;
    bottom: 10px;
}
.item .product-name a {
    font-size: 16px;
}
.product .price-box {
    line-height: inherit;
}
.item .price-standard {
    font-size: 18px;
    line-height: 20px;
}
.item .product .price-sales {
    font-size: 20px;
    font-weight: 600;
}
.item .description {
    min-height: 30px;
}
.no-stock {
    font-size: 15px;
    font-weight: 400;
    padding: 1px 10px;
    border-radius: 0;
    background-color: #929292;
    width: 100%;
    text-align: center;
    color: #fff;
}
.item .btn-shopping-list {
    background: #ffffff;
    color: #000;
    padding: 1px 0 0 1px;
}
    .item .btn-shopping-list.active {
        visibility: visible;
        opacity: 1;
        background: #ffffffb0;
    }
.buy-action {
    background-color: #f9f9f9bf;
    height: 38px;
}
.item .btn-buy {
    background: none;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 0;
}
.product:hover .buy-action .btn {
    margin-top: 0px;
}

.item .action-control a:hover, .item .action-control a.active {
    background: none;
    color: #000;
}
.product:hover .buy-action {
	animation: 300ms linear 0s normal none 1 running fadeInUp;
}
@media (max-width: 889px) {
    .product .price {
        min-height: 60px;
    }
}

.breadcrumb {
    border: none;
    padding: 0;
}
h1.category-name {
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 24px;
}
@media (max-width: 991px) {
    h1.category-name {
        display: none;
    }

    .item .btn-shopping-list {
        top: 7px;
        right: 7px;
        opacity: 1;
        height: 25px;
        visibility: visible;
        width: 25px;
    }
        .item .btn-shopping-list:before {
            font-size: 16px;
        }
}

@media (max-width: 480px){
    .breadcrumb > li {
        font-size: 15px;
    }
}
/*PRODUCT LIST v2 END*/


/*PRODUCT-DEAIL*/
.pd-crumb {
    padding-bottom: 20px;
}
.columns-3 a {
    margin-right: 5px;
    margin-top: 5px;
}

.columns-2 a {
    margin-right: 5px;
}

.third.columns-3 > a {
    width: 100%;
}

.fancybox-button {
    color: #b7b7b7;
    border: 1px solid #dadada;
    background: #fff;
}

.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left {
    background: #fff;
}

.fancybox-button:hover {
    color: #888;
}


.noproductInStock {
    position: absolute;
    z-index: 1;
    line-height: 19px;
    font-size: 12px;
    bottom: 0;
    background: #353535;
    color: #fff;
    width: 100%;
    opacity: 0.7;
}

.rating {
    margin-top: 0px;
}

.button-preview a.incaps.btn-send-inform {
    float: none;
    padding: 20px 0 18px 0;
    border-bottom: solid 1px #ddd;
    margin: 0;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .button-preview a.incaps.btn-send-inform img {
        float: right;
        height: 15px;
    }

.incaps.btn-send-inform {
    margin: 29px 0px 0px 7px;
    float: left;
    font-size: 14px;
}


span.incaps {
    margin: 18px 10px 18px 0px;
}

.vprp-title span {
    font-weight: 400;
}

.panel-body {
    padding: 15px;
    font-size: 13px;
}

.panel-default > .panel-heading {
    padding: 12px 12px;
}

h1.product-title {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

div#Campaigns {
    padding: 20px 0px;
}

.product-variants a {
    background-color: #ffffff;
    font-weight: 400;
    border-color: #c1c1c1;
}

.transitionfx {
    display: flow-root;
    padding-bottom: 20px;
}

.pdetail .price-standard {
    color: #808080;
    padding: 0px 10px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.size-measure {
    display: inline-block;
}

    .size-measure a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .size-measure i {
        font-size: 23px;
        margin-right: 3px;
    }

    .size-measure a > span {
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 12px;
    }

.size img {
    margin: 0px 3px 13px 0;
}

.modal-dialog.size {
    margin: 30px auto;
    max-width: 500px;
}
.shoppinglist-box {
    float: right;
}

.cart-actions .btn-shopping-list {
    display: flex;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    background: none;
    border: none;
    text-align: right;
    align-items: center;
}

.btn-shopping-list:before {
    font-size: 18px;
    margin-right: 3px;
}

.cart-actions {
    margin: 25px 0 20px;
}

span.campaign-title {
    color: #353535;
}

.campaign {
    margin-bottom: 5px;
    padding: 17px;
    background-color: #eeeff3;
    text-align: center;
    border-radius: 0px;
    color: #353535;
    border: none;
    height: 60px;
    width: 100%;
    margin-left: 0px;
}
button.button.btn-block.btn-cart.first {
    padding: 15px 10px;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    background: #ff914a;
    border: none;
    color: #fff;
    margin-top: 5px;
}
hr.hr-base {
    border: none;
}

.product-price-rate {
    background: #e90083;
    color: #fff;
}

.product-price .price-sales {
    font-weight: 600;
    font-size: 22px;
}

.product-price .lstprice {
    display: flex;
    flex-direction: column;
}

.pd-campaigns .price-sales {
    color: #e90083;
}

.product-code {
    font-size: 13px;
    padding: 0px 10px 16px;
    margin: 0 0 0;
}

.pdetail .breadcrumb {
    border: none;
    padding: 18px 0 0px;
    margin-bottom: 20px;
    margin-left: -10px;
    font-size: 13px;
}

.breadcrumb {
    border-bottom: none;
    padding: 20px 0 0;
    margin-bottom: 0;
}
.selectors {
    display: none;
    margin-top: 10px;
}

.breadcrumb > li a {
    padding: 0 5px;
}

.breadcrumb > li:last-child a {
    color: #000;
}

.breadcrumb > li:first-child a {
    padding: 0 5px 0 0;
}

.breadcrumb > li + li::before {
    color: #aaaaaa;
    padding: 0 3px;
    content: "\f105";
    font-family: 'FontAwesome';
}


.img-col-1 a {
    width: 100%
}

.img-col-2 a {
    width: 50%
}

.img-col-3 a {
    width: 33.33333333%%
}

.columns-3 {
    display: inline-flex;
    width: 100%;
}


.section-review .review-header {
    text-transform: none;
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: 700;
}

.section-review .rating-info {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

.section-review .rating-number {
    font-size: 17px;
}

.review-bar {
    font-size: 13px;
    text-transform: none;
}

.review-bar-title {
    font-size: 13px;
    text-transform: none;
}

div#Details {
    line-height: 18px;
}

.pdetail {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.pdetail .product-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-icon div {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 6px;
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
}
.pdetail .product-icon i {
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 5px;
}
.prd-group-container .prd-group-title {
    font-weight: 500;
    text-transform: none;
}

.btn-compare-list i {
    font-size: 22px;
    vertical-align: sub;
}

.btn-shopping-list i {
    font-size: 22px;
    vertical-align: sub;
}

.table > tbody > tr.success > td {
    background-color: #353535;
    color: #fff;
}


.fancybox-is-open .fancybox-stage {
    background: #fff;
}

.columns-2 > a > img {
    margin-right: 10px;
    width: 100%;
}

.columns-3 > a > img {
    margin-right: 10px;
    width: 100%;
}

.table-condensed > tbody > tr > td {
    font-size: 11px;
    padding: 0px;
    padding-left: 5px;
}

.product-part-title {
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: 700;
}


.product-tab {
    margin-bottom: 0;
}

    .product-tab .panel-group {
        margin-bottom: 0px;
    }

        .product-tab .panel-group .panel {
            box-shadow: none;
            border: none;
            margin-top: 0;
        }

    .product-tab .nav-tabs {
        border: none;
    }

        .product-tab .nav-tabs > li > a {
            font-size: 12px;
            border-bottom: 2px solid transparent;
            text-align: center;
        }

        .product-tab .nav-tabs > li.active > a {
            color: #000 !important;
            background: #fff;
            border-bottom: 2px solid #000;
        }

            .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus {
                border-bottom: 2px solid #000;
                background: #fff;
            }

    .product-tab .panel-body {
        padding: 15px !important;
        color: #000;
    }

.product-tab #accordion .panel .panel-heading {
    background: #fff;
    padding: 19px 0;
    border-bottom: solid 1px #ddd;
}



.product-tab #accordion .panel:first-child .panel-heading {
    border-top: solid 1px #ddd;
}

.product-tab #accordion .panel .panel-heading .panel-title {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.panel-default > .panel-heading > .panel-title > a:after {
    font-weight: 500;
}
/*Product Detail Variants*/
.variants-container {
    margin-top: 20px;
}

.vprp-title span {
    font-weight: 400;
}

.prd-group-container .prd-group-title, .vprp-title {
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.prd-group-container .item {
    margin: 0 6px 0 0;
}

.product-variants {
    margin-bottom: 12px;
}

    .product-variants a {
        font-size: 13px;
        font-weight: 400;
        padding: 5px 0px;
        background-color: #ffffff;
        display: inline-block;
        margin: 2px 0;
        width: auto;
        min-width: 72px;
        border: 1px solid #000000;
        margin-right: 5px;
    }

        .product-variants a:hover:not(.nostock) {
            border: 1px solid #000000;
            background-color: #000000;
            color: #fff;
        }

        .product-variants a.vselected.vprp-enabled {
            border: 1px solid #000000;
            background-color: #000000;
            color: #fff;
        }
.product-variants a.nostock {
    color: #c1c1c1;
    cursor: no-drop;
	    border: 1px solid #c1c1c1;
}
.variants-container {
    margin-top: 20px;
}

.vprp-title span {
    font-weight: 400;
}
/*End Product Detail Variants*/

@media (min-width:1440px) and (max-width:1840px) {
    .columns-3 {
        width: 98% !important;
    }

    .columns-2 {
        width: 98% !important;
    }
}

@media(min-width:986px) {

    .columns-3 {
        width: 100% !important;
    }

    .columns-2 {
        width: 100%;
        display: inline-flex;
    }

    .product-subtitle {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
    }

    .pdetail {
        padding: 0px 9px;
    }

    .product-code {
        font-size: 13px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 400;
        display: block;
        padding: 5px 0px 10px;
    }

    .cart-add {
        padding-left: 0;
    }

    .compare {
        padding: 8px 10px;
    }

    .columns-2 {
        width: 100% !important;
    }

    .nav-tabs > li {
        text-align: center;
    }

    .product-price .price-sales {
        font-size: 23px;
        display: inline-block;
    }

    h1.product-title {
        padding-bottom: 10px;
    }

    button.mz-button {
        border: 3px solid #fff;
    }
}

@media (max-width:986px) {
.pd-crumb {
    padding: 0 0 20px;
}
    .columns-2 > a > img {
        width: 100%;
    }

    .columns-2 a:nth-child(2) {
        display: none;
    }

    .columns-2 {
        width: 100%;
        display: block;
    }

    .columns-3 {
        width: 100% !important;
        display: none !important;
    }

    .columns-2 {
        width: 100% !important;
    }

    .pdetail {
        margin-top: 15px;
    }

    .price-info {
        margin-top: 19px;
    }

    button.mz-button.mz-button-close {
        margin: 0px !important;
        top: 9px !important;
        right: 0px !important;
        z-index: 95 !important;
    }

    .product-code {
        padding: 0 0 0;
    }

    .product-price .price-sales {
        font-size: 22px;
        padding: 2px 0px;
    }

    .pdetail .price-standard {
        text-align: justify;
    }

    .pdetail .product-icon {
        margin-bottom: 30px;
        margin-top: 0;
        display: flex;
        flex-direction: row;
    }

    a.btn-shopping-list {
        font-size: 12px;
    }

    a.btn-compare-list {
        font-size: 13px;
    }

    .pdetail .product-icon span {
        font-size: 12px;
    }

    .pdetail .product-icon i {
        font-size: 19px;
        margin-right: 2px;
    }
}


@media(max-width: 480px) {

    .cart-actions button, .cart-actions .btn-expressbuy {
        padding: 0;
    }
}

/*PRODUCT-DEAIL END*/
@media (min-width: 767px){
    .group-flex {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }
    .group-flex>[class*="col-"] {
        padding: 0;
    }
    .group-flex .widget-img__right {
        margin-top: 5.625rem;
        position: relative;
        z-index: 1;
        margin-left: -8rem;
    }
    .group-flex-desc {
        position: absolute;
        left: 70px;
        bottom: 50px;
    }
    .widget-img__right .group-flex-desc {
        left: auto;
        right: 50px;
        text-align: right;
        float: right;
    }
    .widget-img__right .group-flex-desc p {
        font-size: 18px;
        font-weight: 400;
        width: 65%;
        float: right;
        color: #fff;
    }
}
.group-flex {
    margin: 20px auto 29px;
}
.group-flex-desc span {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    display: block;
}

.group-flex-desc p {
    font-size: 18px;
    font-weight: 400;
    color:#464646;
    width:65%;
}
@media (max-width: 991px) {
    .group-flex-desc {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    .content-temp8:first-child .effect-layla {
        padding-bottom: 10px;
    }

    .home-text {
        padding: 0px 0 0px !important;
    }
    .module-title-v2 {
        margin-top: 10px !important;
    }

    .content-temp2:nth-child(odd) {
        padding: 0 5px 0 10px;
    }

    .content-temp2:nth-child(even) {
        padding: 0px 10px 0 5px;
    }
}
.effect-layla{
    position: relative;
}
.effect-layla a {
    position: relative;
    display: inline-block;
}
.effect-layla a:hover {
    filter: alpha(opacity=80);
}
.effect-layla a:before {
    top: 3.125rem;
    right: 1.875rem;
    bottom: 3.125rem;
    left: 1.875rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.effect-layla a:hover:before, .effect-layla a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.effect-layla a:after {
    top: 1.875rem;
    right: 3.125rem;
    bottom: 1.875rem;
    left: 3.125rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.effect-layla a:before, .effect-layla a:after {
    position: absolute;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s,transform 0.35s;
    -moz-transition: opacity 0.35s,transform 0.35s;
    -ms-transition: opacity 0.35s,transform 0.35s;
    -o-transition: opacity 0.35s,transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
}

.module-title {
    clear: both;
    background: #fff;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 5px;
}
.module-title h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.module-title-v2 {
    border: none;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 30px;
}
.module-title-v2 h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #d14b8b;
    text-transform: none;
    text-transform: none;
    background: linear-gradient(to right, #3caeb6 0%, #d14b8b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Mr Dafoe';
}
.module-title-v3 {
    border-bottom: none;
    margin: 0 0 15px;
}
.module-title-v3 h2 {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: none;
    min-width: 100%;
    text-align: center;
    line-height: 16px;
    padding-bottom:0;
}


/*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: 15px;
        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: 15px;
    color: #666;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}



@media (max-width: 767px) {
    .best-seller .description h4 {
        margin: 15px 0 8px;
    }

    .best-seller .km-percentage {
        margin-top: 15px;
    }
}

@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: 16px;
    }

    .best-seller .price {
        font-size: 16px;
        min-height: 30px;
    }

    .best-seller .discount {
        margin-top: 0;
        padding: 1px 3px;
        font-size: 16px;
    }
}
/*BEST SELLER*/


/*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: 15px;
    line-height: 24px;
}

.blog-panel .blog-tags a {
    border: 1px solid #eeeeee;
    margin: 0px 3px 5px;
    display: inline-block;
    font-size: 16px;
    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: #666;
        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;
        }




.content-temp1 {
    position: relative;
    padding: 0 10px 10px;
}
span.explore-title {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 24px;
    right: auto;
    left: auto;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    z-index: 11;
    background: #000000b0;
    padding: 4px 20px;
    width: auto;
}
@media (max-width:767px){
    span.explore-title {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 24px;
        right: auto;
        left: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        z-index: 11;
    background: #000000b0;
        padding: 4px 20px;
    }
    .image-look .inner {
        margin-bottom: 10px !important;
    }
}
.quintet {
    padding: 0 0px 16px;
    display: inline-block;
    margin: 0 -5px;
}
.content-temp1 .inner .img-block img {
    transition: all 0.7s ease 0s;
}
.overlay-link {
    background-color: rgba(30, 30, 30, 0.22);
}

.content-banner .box-content-overly {
    visibility: visible;
}
.content-banner .box-content-overly.box-content-overly-white{
    opacity:1;
}
.image-look .content-banner .inner:hover .box-content-overly-white {
    background: none;
}
.content-banner .box-text-cell {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 6%;
}
.content-banner .btn-inverse {
    background: none;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 5px 23px;
}
.image-look .content-banner .inner:hover .btn-inverse {
    background: #fff;
    color: #000;
}
.image-look .content-banner .inner .box-text-cell-inner h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.category-detail {
    box-shadow: none;
    background: none;
    padding: 0;
}
.category-detail-img {
    padding-top: 15px;
}
.category-detail h1 {
    font-size: 20px !important;
    font-weight: 500;
    padding: 0px 0 0 5px;
    border-bottom: 1px solid #f1f1f1;
}
.category-image {
    position: relative;
    background: #fff;
    min-height: 200px;
    padding: 0 16px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center
}
.category-image h1 {
    position: absolute;
    top: 40%;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 47px;
    margin-bottom: 0;
    text-shadow: 0px 1px 1px #666;
}
.pagination > li > a, .pagination > li > span {
    color: #242424;
    border: 1px solid #f1f1f1;
}


.product-tab .panel-group .panel-heading {
    padding: 15px 0px 15px;
}
.product-tab .panel-collapse > div, .section-review {
    padding: 20px 0;
}
.section-review .review-header {
    font-size: 16px;
    padding: 0;
}
.review-none .title {
    font-size: 18px;
    line-height: 20px;
    margin: 40px 0 20px;
}

/*Koleksiyon*/
li.sub-img {
    display: inline-block;
    float: left;
}
li.sub-cat {
    display: inline-block;
    padding-left: 10px;
}

.km-slider-wrapper .ps-nav {
    top: 46%;
}