﻿
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.btn.btn-lg {
    font-size: 15px;
}
.modal-main-page .modal-dialog {
    max-width: 580px;
    margin: 100px auto;
}

@media (max-width: 767px) {
    .modal-main-page .modal-dialog {
        max-width: 100%;
    }
}


/*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;
    }

    .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: #fff;
    border: none;
    max-width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 48px;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    text-indent: 16px;
    border-right: none;
}

.search-input-box .input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-input {
    color: #989898;
    font-size: 13px;
    padding: 6px 10px;
    font-weight: 500;
}

.search-input-box {
    display: table;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0;
    position: relative;
    border: 1px solid #e5e5e5;
    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: #ffffff;
    font-size: 25px;
    padding: 11px 17px;
    line-height: 0;
    border-radius: 0 30px 30px 0;
}

.search-new-mobile {
    margin-bottom: 15px;
}
/*SEARCH*/
/*HEADER v3*/


.headerv3.navbar-km {
    background: #fff;
    border: none;
}

.headerv3.header-cart .brandWrap {
    border-bottom: 1px solid #e5e5e5;
    height: 90px;
}

.headerv3 .brandWrap {
    clear: both;
}

.headerv3 .navbar-brand {
    padding: 0;
    height: 90px;
}

.headerv3.header-cart .navbar-brand {
    display: block;
    height: 90px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 265px;
    margin-top: 0;
}

.headerv3 .navbar-brand > img {
    max-width: 265px;
    margin-top: 8px;
}

.headerv3 .header-right {
    margin-top: 20px;
}

.headerv3 .navbar-top {
    background: #bebdbd;
    height: 32px;
}

.headerv3.navbar.stuck .navbar-top {
    margin-top: -32px;
}
.top-bar {
    text-align: center;
    background: #D62631;
    display: block;
    height: 38px;
    width: 100%;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

.owl-carousel.header-free {
    text-align: left;
}

.owl-carousel.header-free .items {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    padding: 11px 0;
    color: #fff;
}
.header-link ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.header-link ul li {
    margin: 10px 0px;
}
.header-link ul li a {
    color: #ffffff;
    padding: 1px 16px;
    display: block;
    font-size: 16px;
    line-height: 1;
    border-left: 1px solid #fff;
}
.header-link ul li:last-child a {
    padding-right: 0;
}
.header-link ul li:first-child a {
    border-left: none;
}
.headerv3 a {
    transition: none;
}

.headerv3 .user-menu > li > a {
    font-size: 13px;
    font-weight: 600;
    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 {
        display: block;
    }

    .headerv3 .user-menu > li > a i {
        font-size: 37px;
    }


.headerv3 .user-menu {
    float: right;
}

.headerv3 .navbar-toggle {
    float: left;
}

.headerv3 .hasUserMenu > .dropdown-menu {
    left: auto !important;
    right: auto !important;
    margin-top: 0;
}

.headerv3 .cart-menu .dropdown-menu {
    min-width: 400px;
}

.headerv3 .search-new {
    margin-top: 20px;
}

.megamenu-content ul li {
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 5px;
}

    .megamenu-content ul li a {
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
    }

    .megamenu-content ul li:first-child {
        border-bottom: none;
    }

.megamenu-content .first-item li {
    border-bottom: none;
}

.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;
}

.megamenu .megamenu-content {
    padding: 0;
}

.first-col {
    border-right: 1px solid #e5e5e5;
    min-height: auto;
    padding: 30px 20px 20px 25px;
    text-align: left;
}

.second-col {
    padding: 22px 10px 10px;
}

    .second-col li {
        padding-bottom: 15px !important;
    }

.headerv3 .navbar-nav > li > a {
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
}

.grey-pane {
    background: #ffffff;
    padding: 20px 0 0px;
}

@media (max-width: 979px) {
    .cart-response, .headerv3 .user-menu > li > a span {
        display: none
    }
}

@media (min-width:979px) {
    .megamenu-content ul li a:hover {
        padding-left: 0;
    }
}

@media (min-width:768px) {

    .cat-header-offset {
        padding-top: 140px;
    }
    .headerv3 .center-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
        position: relative;
    }

    .center-top-menu li {
        float: left;
    }

    .headerv3 .navbar-menu {
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }

    .first-item {
        padding: 20px 10px;
    }

    .headerv3 .cart-menu > a {
        padding: 0;
        text-transform: none;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        padding: 0 0 15px 25px;
        line-height: 1;
    }

        .headerv3 .cart-menu > a i {
            font-size: 34px;
        }

        .headerv3 .cart-menu > a .cart-quantity {
            bottom: 32px;
            right: 7px;
        }

        .headerv3 .cart-menu > a .cart-response {
            padding-top: 3px;
        }
}

@media (max-width:767px) {

    .home-header-offset {
        padding-top: 0px;
    }

    .header-offset {
        padding-top: 0px;
    }

    .headerv3 .brandWrap, .headerv3.header-cart .brandWrap {
        height: 68px;
        border-bottom: 1px solid #e5e5e5;
    }

    .headerv3 .header-right {
        margin-top: 32px;
    }

    .headerv3 .navbar-brand {
        height: auto;
    }

        .headerv3 .navbar-brand img {
            max-width: 200px;
        }

    .headerv3 .cart-menu > a {
        padding: 19px 8px;
    }

        .headerv3 .cart-menu > a i {
            font-size: 28px;
        }

        .headerv3 .cart-menu > a .cart-quantity {
            bottom: 18px;
            right: 9px;
        }

    .headerv3 .navbar-toggle {
        margin: 18px 0 0px;
        line-height: 16px;
        font-size: 20px;
        padding: 6px;
        border: none;
        background: none;
    }

    .headerv3 .hasUserMenu > .dropdown-menu {
        right: 0 !important;
    }

    .headerv3 .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
    }

    .headerv3 .navbar-toggle .icon-bar {
        border-radius: 0px;
        border: solid 1px #000;
        background: #000;
    }

        .headerv3 .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 7px;
        }

    .headerv3 .user-menu > li > a {
        padding: 19px 8px;
        background: none;
        border: none;
    }

        .headerv3 .user-menu > li > a i {
            font-size: 30px;
        }

    .headerv3 .header-right {
        margin-top: 0px;
    }

    .headerv3 .header-right, .headerv3 .header-center, .headerv3 .header-left {
        padding: 0;
    }

    .headerv3 .navbar-nav > li > a {
        padding: 8px 22px;
        font-size: 16px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
    }

    .headerv3 .mini-cart-product, .headerv3 .mini-cart-product a, .headerv3 .mini-cart-product p, .headerv3 .mini-cart-product .size, .headerv3 .mini-cart-product .price, .headerv3 .dropdown-header {
        color: #666;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #333;
    }

    .megamenu .megamenu-content {
        padding: 0px !important;
    }

    .grey-pane {
        padding: 0;
    }

    .mobil-menu-title {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        padding: 25px 0px 25px 15px;
        background: #fff;
        z-index: -1;
        border-bottom: 1px solid #ebebeb;
        letter-spacing: 0.5px;
    }
    /*SIDE MENU*/
    #side-menu .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
        line-height: 20px;
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #ebebeb !important;
        font-size: 15px;
        background: #ffffff;
        letter-spacing: 0.5px;
    }

        #side-menu .navbar-nav > li > a:hover, #side-menu .navbar-nav > li > a:focus, #side-menu .navbar-nav > li:hover > a {
            color: #f27a1a;
        }
	#side-menu .navbar-nav > li.mobil-usmenu > a {
		background: #ebebeb;
	}
	#side-menu .navbar-nav > li.mobil-usmenu > a i {
		font-size: 20px;
		padding-right: 7px;
	}

    #side-menu {
        padding: 0px 10px 30px 10px;
        background: #fff;
        z-index: 1052;
    }

    .side-menu-overlay {
        z-index: 1051;
    }

    #side-menu .close {
        color: #000;
        opacity: 1;
    }

    #side-menu .contents {
        margin-top: 0;
    }

    #side-menu .navbar-nav {
        margin: 0px -10px;
    }

    #side-menu .nav.navbar-nav.navbar-right {
        border-top: 2px solid #252525;
        padding: 13px 0;
        margin: 10px 0;
    }
    /*SIDE MENU*/
}
/*HEADER v3 END*/
/*FOOTER v5*/
.footer.footerv5 {
    padding-bottom: 0px;
    border: none;
    background: #f5f5f5;
    font-weight: 400;
}

.footerv5 .footer-icons {
    background: #fff;
    padding: 15px 0 80px;
}

.footerv5 .footer-top-box {
    margin-bottom: 15px;
    text-align: center;
    float: left;
}

    .footerv5 .footer-top-box i {
        margin: 0 auto;
        display: inline;
        font-size: 65px;
        line-height: 43px;
        color: #e2211c;
    }

.footerv5.footer .footer-top-box > h3 {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 700;
    color: #e2211c;
}

.footerv5 .footer-top-box > span {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
    color: #747b7e;
}

.footerv5 .footer-top {
    padding: 34px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.footerv5 .footer-pay {
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.footerv5 .footer-center {
    padding-bottom: 60px;
    padding-top: 30px;
}

.footerv5 .footer-bottom {
    background: #f5f5f5;
    padding: 17px 0;
    border-top: none;
}

.footer .bottom-menu div > div:nth-child(3) ul li:nth-child(5) a {
    font-size: 15px;
    border-bottom: none;
    font-weight: 600;
    color: #3a3a3a;
    padding: 40px 0 10px;
}
.footerv5.footer .support a {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #3a3a3a;
}
.footer .support a i {
    font-size: 29px;
    margin-right: 7px;
    color: #1ad03f;
}
.footerv5.footer .social h3 {
    padding-bottom: 10px;
}
.footerv5 .social span {
    border: none;
    border-radius: 50%;
    background: #000;
    margin: 0 5px 0 0;
    padding: 8px 0 0 0;
}

.social span a {
    color: #fff;
}

    .social span a i {
        margin-left: 0;
    }

.footerv5 .social span:hover {
    background: #e2211c;
}

.footerv5 a {
    color: #747b7e;
}

.footerv5.footer h3 {
    font-size: 15px;
    border-bottom: none;
    font-weight: 600;
    color: #3a3a3a;
    padding: 40px 0 0;
}

.newsletter span {
    color: #747b7e;
    padding: 14px 0;
    display: inline-block;
}

.footerv5 .newsletter ul {
    margin: 0;
}

.footerv5 .cnt-subscribe input {
    background: #f5f5f5;
    border: 2px solid #e3e5e6;
    border-radius: 30px;
    color: #747b7e;
    height: 50px;
    width: 66%;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
    margin: 0;
    float: left;
}

.footerv5 .news-letter-box .form-control::-moz-placeholder {
    color: #747b7e;
}

.footerv5 .news-letter-box .btn {
    border-radius: 30px;
    font-size: 16px;
    width: 30%;
    float: right;
    font-weight: 600;
    height: 50px !important;
}

.footerv5 .footer-pay .credit-cards img:first-child {
    margin-left: 0;
}

.footerv5 .footer-pay .credit-cards img {
    margin: 0 18px;
}

.footer-free span {
    color: #81818c;
    font-size: 14px;
}

.footerv5 .footer-bottom .km-sign {
    color: #81818c;
    font-size: 14px;
    text-align: right;
}

@media (min-width:768px) {
.footerv5.footer .social h3 {
    padding-bottom: 20px;
    padding-top: 0;
}

}
@media (max-width: 979px) {
    .footerv5 .footer-bottom .km-sign {
        text-align: center;
    }
}
@media (max-width:992px) {
    .newsletter span {
        padding: 0px 0 14px;
    }

    .footerv5 .social {
        margin-top: 0 !important;
    }

    .footerv5 .footer-pay .credit-cards {
        text-align: center;
    }
}

@media (max-width:768px) {
    .footerv5 .footer-top-box span {
        height: 120px;
        overflow: hidden;
    }

    .footerv5 .footer-top-box {
        width: 50%;
    }
}


/*FOOTER v5 END*/
/*PRODUCT LIST v2*/

.product {
    padding: 10px;
    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: 16px;
    padding: 8px 6px;
}

.product-status {
    left: 10px;
    bottom: 40px;
    z-index: 1;
}

.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: 18px;
    font-weight: 600;
}

.item .description {
    min-height: 70px;
}
/* indirimsiz gosterim*/

.product .campaign-prbox {
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
/* indirimsiz gosterim*/
.product .campaign-prbox {
    font-size: 12px;
    line-height: 12px;
    display: flex;
    flex-direction: column;
}
.product .campaign-prbox .camp-price {
    font-size: 18px;
    line-height: 22px;
}
.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: 50px;
}

.item .btn-buy {
    background: none;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 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;
    }
}

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;
    }
}

.color-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 22px;
}
.item-colors {
    display: none;
}
.product:hover .item-colors {
    display: block;
}
.product:hover .color-piece {
    display: none;
}
.item-colors ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .item-colors ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px 0px 5px;
    }
        .item-colors ul li:first-child {
            margin-left: 1;
        }
.item-colors ul li a {
    line-height: 0;
    display: block;
    height: 16px;
    width: 16px;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e5e5e5;
    border-radius: 50%;
}
        .item-colors ul li a.active {
            box-shadow: 0 0 0 1px #fff, 0 0 0 2px #b4b4b4;
        }
/*PRODUCT LIST v2 END*/
.pgroup-tab .nav-tabs {
    border-bottom: none;
}
.pgroup-tab .nav-tabs {
    text-align: left;
}
.pgroup-tab .nav-tabs:after {
    display:none;
}
.pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.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: #fff;
    background: #ffffff;
}
/*PRODUCT LIST*/
.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0 0 10px 0px;
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        content: "- ";
        padding: 0 5px;
        color: #ccc;
    }


    .breadcrumb a, .breadcrumb > li + li:before {
        color: #adadb6;
    }


.grey-pane .breadcrumb > li:last-child a {
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    margin-top: 10px;
}

.grey-pane br.module-separator {
    display: none;
}

.category-detail h1 {
    display: none;
}

.category-detail {
    box-shadow: none;
    background: none;
    padding: 0;
    margin-top:30px;
}
.category-panel .panel-heading .panel-title {
    font-weight: 700;
}
/*PRODUCT LIST END*/

/*PRODUCT-DEAIL*/
.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0px 0 10px 3px;
}

.pdetail {
    padding-top: 10px;
}

.transitionfx {
    margin-bottom: 40px;
}


.pdetail .price-box {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

hr.hr-base {
    border-color: #efefef;
}

h1.product-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}

.product-code {
    display: block;
    margin: 0;
    font-weight: 400;
}

.pd-discount {
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
    color: #e3091a;
    padding: 0;
    vertical-align: text-bottom;
}

.product-image-list a {
    margin-bottom: 10px;
    border: none;
    margin-right: 0;
    display: inline-block;
}

    .product-image-list a img {
        max-width: 70px;
    }

.product-image-list {
    text-align: center;
    margin-top: 10px;
}

.product-images {
    margin-bottom: 20px;
    padding-left: 0;
}

.pdetail .product-price {
    margin-top: 30px;
}

.product-price-rate {
    font-weight: 500;
    border-radius: 2px;
    background-color: #f07e21;
}

.installment-price {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

.product-price .price-sales {
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
}
.pd-campaigns .price-sales {
    color: #D62631;
}
.incaps {
    font-size: 14px;
}

.product-icon div {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 6px;
    display: inline-flex;
    width: auto;
    align-items: center;
}

    .product-icon div:hover {
        opacity: 1;
    }

.pdetail .product-icon i {
    font-size: 21px;
    margin-bottom: 0;
    margin-right: 5px;
}

.pdetail .product-icon {
    margin-bottom: 30px;
    margin-top: 0;
}

    .pdetail .product-icon span {
        color: #000000;
    }



.cnt-quantity {
    max-width: 96px;
    margin-top: 0;
    margin-left: 20px;
}
    .cnt-quantity .input-group {
        border-radius: 0;
        border: 1px solid #dbdbdb;
    }
        .cnt-quantity .input-group input.form-control {
            border-color: #dbdbdb;
        }
.lot-container {
    margin: 0px auto 15px;
    border-bottom: solid 1px #dbdbdb;
    padding: 5px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.lot-wrapper {
    display: flex;
    justify-content: space-between;
	padding-block: 10px;   
	gap: 10px;
}
.lot-box .lot-wrapper:nth-child(2) {
    border-top: 1px solid #dbdbdb;
}
.lot-title {
    min-width: 50px;
    font-weight: 600;
}
.lot-value {
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 0 6px;
    justify-content: center;
    text-align: center;
    min-width: 40px;
}
.cart-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0;
}


    .cnt-quantity .bootstrap-touchspin .btn {
        border: none;
    }


.product-icon a {
    border: 1px solid #e2e2e2;
    padding: 10px 8px 4px;
    vertical-align: middle;
    width: 108px;
    box-shadow: 3px 3px 0px rgba(219, 219, 219, 0.5);
}

.prd-group-container .prd-group-title, .vprp-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}

.prd-promotion-title {
    display: none;
}

.detaysosyalmedya div {
    display: inline-block;
    vertical-align: text-top;
}

    .detaysosyalmedya div span {
        display: block;
        font-size: 10px;
        line-height: 1;
    }

    .detaysosyalmedya div a {
        padding: 0 6px;
    }
.social {
    margin-top: 30px;
}
.social-title {
    float: left;
    padding: 3px 10px 0 0;
}


.pdetail-icon-text {
    display: inline-block;
}

.product-icon-new a {
    padding: 5px 15px 0 0px;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

    .product-icon-new a.icon-instock {
        color: #4dc247;
    }

        .product-icon-new a.icon-instock i {
            font-size: 22px;
        }

.campaign-title {
    font-size: 14px;
}

.section-review {
    padding: 10px;
}

.review-none .title {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0 20px;
}

.section-review .review-header, .section-review .rating-info {
    font-size: 14px;
}

.add-review .btn {
    font-size: 14px;
    padding: 8px 10px;
}

.product-tab .panel-group {
    border-top: 1px solid #e5e5e5;
}

.product-tab .panel-default {
    border: none;
}
.product-tab .panel-group .panel-heading {
    padding: 15px 0px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
@media (min-width:1200px) {
    .product-image-list a {
        margin-bottom: 7px;
        margin-right: 0;
        display: inline-block;
    }
}
@media (min-width:767px) {
    .pd-bcrumb {
        padding: 5px 0 0px 0px;
    }

    .product-image-list {
        margin-top: 0px;
    }
}

@media (max-width:767px) {
    .breadcrumb {
        padding: 0px 0 10px 0px;
        margin-bottom: 5px;
    }

        .breadcrumb.pd-bcrumb {
            margin-bottom: 0;
        }

    .pdetail {
        clear: both;
    }

    h1.product-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .product-images {
        padding: 0 10px;
    }

    .product-default-image {
        border: none;
        padding: 0;
    }

    .pd-properties-img li {
        padding: 10px 10px !important;
        width: 49% !important;
    }

    .product-image-list a {
        width: 70px !important;
    }

    .transitionfx {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {

    .product-price .price-sales {
        font-size: 18px;
        line-height: 22px;
    }

    .pd-campaigns {
        font-size: 12px;
    }

    .pd-properties-img li {
        padding: 0px 10px !important;
        width: 100% !important;
    }

    .pd-properties-img li {
        min-height: 80px !important;
        margin-bottom: 0 !important;
    }
}

.alt-ikili {
    margin-top: 28px;
}

.blue-pane {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .blue-pane .blue-pane-img {
        padding-left: 50px;
    }
.blue-pane .product-show-case .owl-dots {
    display: none;
}
.module-title {
    background: none;
    padding: 10px 0 30px;
    margin-bottom: 0;
    text-align: left;
}

    .module-title h2 {
        font-size: 22px;
        font-weight: 600;
        text-transform: none;
    }

.module-title-v4 {
    margin: 20px 0 20px;
}
.module-title-v4:before {
    display:none;
}
.module-title-v4 h2 {
    font-weight: 600;
    background-color: transparent;
}
.km-slider-wrapper .owl-carousel .owl-dots {
    display: block;
    /* position: absolute;
    bottom: 5%;
    left: 20%; */
}

.km-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 8px;
    height: 8px;
}

.km-slider-wrapper .owl-theme .owl-dots .owl-dot.active span, .km-slider-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    width: 10px;
    height: 10px;
}
.prd-list.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid #b6b6b6;
}
.prd-list.owl-theme .owl-dots .owl-dot.active span, .prd-list.owl-theme .owl-dots .owl-dot:hover span {
    background: #d62631;
    border-color: #d62631;
}
/*TEMP-8 TEMP-2*/


.inner.items a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

.content-temp-2 .inner.items a:hover img {
    -webkit-filter: sepia(100%);
    filter: sepia(60%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    animation: none;
}

.content-temp-2 .inner.items a img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

.inner.items {
    position: relative;
    margin-bottom: 20px;
}

    .inner.items .tmmp-banner-description {
        position: absolute;
        color: #292929;
        padding: 10px 15px;
        transition: all 0.3s ease 0s;
    }

        .inner.items .tmmp-banner-description h3 {
            font: 700 38px/48px 'Cairo',sans-serif;
            margin-bottom: 0px;
            padding: 0;
            color: #000;
        }

        .inner.items .tmmp-banner-description.temp-2 h3 {
            font: 600 35px/42px 'Cairo',sans-serif;
            margin-bottom: 22px;
            padding: 0;
            color: #fff;
        }

        .inner.items .tmmp-banner-description p {
            border: 1px solid #00000063;
            color: #fff;
            font: 700 14px/26px 'Cairo',sans-serif;
            width: auto;
            padding: 4px 20px;
            border-radius: 5px;
            float: right;
            background: #00000054;
        }

            .inner.items .tmmp-banner-description p i {
                margin-left: 29px;
            }

        .inner.items .tmmp-banner-description.first {
            top: 4%;
            width: 40%;
            left: 4%;
        }

        .inner.items .tmmp-banner-description.second {
            top: 70%;
            text-align: left;
            width: 90%;
            right: 4%;
        }



            .inner.items .tmmp-banner-description.second p {
                float: right;
            }

        .inner.items .tmmp-banner-description.third {
            top: 0%;
            width: 52%;
            right: 4%;
            text-align: center;
        }

        .inner.items .tmmp-banner-description.temp-2 {
            bottom: 15%;
            width: 75%;
            left: 3%;
        }

        .inner.items .tmmp-banner-description.first .btn-default {
            text-align: left;
        }

        .inner.items .tmmp-banner-description.second .btn-default {
            text-align: right;
        }

        .inner.items .tmmp-banner-description.third .btn-default {
            text-align: left;
        }
/*TEMP-8*/
.homebrand .content-slide {
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 5px;
}

    .homebrand .content-slide img {
        margin: 0 auto;
    }

.quintet {
    display: inline-block;
    padding: 0 5px;
}

.content-temp1 {
    width: 20%;
    float: left;
    position: relative;
}

    .content-temp1 .inner {
        padding: 0 5px;
    }

        .content-temp1 .inner .img-block img {
            transition: all 0.7s ease 0s;
        }

        .content-temp1 .inner:hover .img-block img {
            transform: scale(1.05);
            -webkit-transform: scale(1.15);
            transition: all 0.7s ease 0s;
            -webkit-transition: all 0.7s ease 0s;
        }

    .content-temp1 .explore-title {
        display: block;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 24px;
        right: auto;
        left: auto;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-shadow: 2px 2px 8px #000000a6;
    }


/*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: #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: 14px;
    }

    .best-seller .price {
        font-size: 16px;
        min-height: 30px;
    }

    .best-seller .discount {
        margin-top: 0;
        padding: 1px 3px;
        font-size: 14px;
    }
}
/*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: 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: #666;
        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;
        }



/*UP BUTTON*/

@media (max-width: 767px) {

    .scrollup {
        display: none !important;
    }
}

.scrollup {
    background-image: url(/Skins/shared/images/up-white.svg);
    bottom: 20px;
    display: none;
    height: 52px;
    background-color: #d62631;
    position: fixed;
    right: 20px;
    line-height: 0;
    background-repeat: no-repeat;
    width: 52px;
    border-radius: 50%;
    background-position: center 7px;
    z-index: 9;
    background-size: 34px;
}

/*UP BUTTON END*/
