﻿.main-container {
    min-height: 415px;
}

.scrollup {
   background:url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0 transparent;
   bottom: 20px;
   display: none;
   height: 44px;
   position: fixed;
   right: 20px;
   width: 44px;
   z-index:9;
}
.embed-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.embed-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 6px;
    height: 0;
    overflow: hidden;
    border-radius: 0px;
}
.embed-container div,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
/*SEARCH*/
.search-input-box .search-input {
    background-color: #fff;
    border: none;
    max-width: 100%;
    text-align: left;
}

.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 38px;
    background-color: #f1f1f1;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    text-indent: 16px;
    border-right: none;
    font-size: 16px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-input {
    color: #777;
    font-size: 12px;
    padding: 6px 10px;
}

.search-input-box {
    display: table;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    border-radius: 30px;
}

span.input-group-btn {
    line-height: 0;
}

.search-input-box .search-btn {
    background-color: #f1f1f1;
    font-size: 21px;
    padding: 8px 17px 9px;
    line-height: 0;
    border-radius: 0 30px 30px 0;
}

.search-new-mobile {
    margin-top:114px;
    margin-bottom: 10px;
}

/*SEARCH*/

/*HEADER v5*/

.header-offset {
    padding-top: 184px;
}

.headerv5.navbar-km {
    background: #ffffff;
    min-height: auto;
    border: none;
    box-shadow: 0 6px 6px -6px #ccd1d9;
}

.header-free {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
}
.brandWrap {
    background: none;
}

.navbar-brand {
    height: 84px;
    padding: 28px 0px;
}
.headerv5.header-cart .brandWrap {
    background: none;
    height: 60px;
}

.header-cart .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 17px 0;
    position: absolute;
    right: 0;
    width: 280px;
    height: 60px;
}

.navbar-nav > li > a {
    padding: 5px 20px;
}

 .nav.navbar-nav > li.kampanya > a {
    color: #ff0000;
}
 .nav.navbar-nav > li.kampanya.active,  .nav.navbar-nav > li.kampanya > a:hover,  .nav.navbar-nav > li.kampanya > a:focus,  .nav.navbar-nav > li.kampanya:hover > a {
    background: #ff0000;
    color: #fff;
}
.navbar-nav > li.kampanya > a:before, .navbar-nav > li.kampanya > a:before {
    background: #ff0000;
}
.megamenu-content ul li {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .megamenu-content ul li a {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 15px;
        font-weight:600;
    }
.search-new {
    margin-top: 22px;
}

.cart-menu .dropdown-menu {
    min-width: 400px;
}
.user-menu > li > a {
    line-height: 1;
    float: none;
    text-align: center;
    font-size: 14px;
    padding: 20px 15px;
    color:#000 !important;
}

.user-menu > li > a span, .cart-menu > a > span {
    display: block;
}
.cart-menu > a {
    padding: 20px 15px;
    text-align: center;
}



@media (min-width:992px) {

    .step-cart.header-offset {
        padding-top: 184px;
    }
    .step-address.header-offset {
        padding-top: 80px;
    }
    .navbar-menu {
        border-bottom: 1px solid #e9edf2;
        border-top: 1px solid #e9edf2;
    }

    .center-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }
    .navbar-menu .dropdown-menu {
        min-width: 250px;
    }
    .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;
        padding: 14px 20px;
        font-size: 16px;
    }
        .navbar-nav > li > a:before {
            content: "";
            position: absolute;
            background:#000;
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            height: 2px;
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .navbar-nav > li > a:active:before {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    .user-menu > li > a i {
        font-size: 30px;
    }
    .cart-menu > a i {
        font-size: 30px;
    }
}
@media (max-width:1200px) and (min-width: 991px) {
    .navbar-nav > li > a {
        padding: 14px 12px;
        font-size: 15px;
    }
    .navbar-brand {
        padding: 32px 0px;
    }
        .navbar-brand > img {
            max-width: 238px;
        }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }
}
@media (max-width:991px) {
    .header-offset {
        padding-top: 120px;
    }
    .header-free {
        font-size: 14px;
        background: #d50f00;
        line-height: 17px;
        padding: 5px 0;
    }
    .step-cart.header-offset, .step-address.header-offset {
        padding-top: 75px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li.km-menu {
            clear: both;
        }

    .navbar-nav {
        float: none;
    }
    .megamenu .megamenu-content {
        padding: 0px 10px;
    }

    .navbar-brand.mobile-logo {
        display: block;
        height: 60px;
        padding: 23px 0;
        width: 160px;
        margin-left: 15px;
    }
        .navbar-brand.mobile-logo img {
            max-width: 160px;
        }
    .navbar .navbar-top {
        height: 90px;
        background: #fff !important;
    }
    .cart-menu > a, .user-menu > li > a {
        padding: 15px 8px;
    }
    .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
    }
    .navbar-toggle {
        padding: 11px 10px;
        background: none;
        float: left;
    }
    .user-menu {
        float: right;
    }
    .user-menu > li > a span {
        display: none;
    }

    .mobil-menu-title {
        font-size: 16px;
        font-weight: 600;
        padding: 25px 0px 25px 15px;
        z-index: -1;
        border-bottom: 1px solid #ecebec;
    }

    .megamenu-content ul {
        margin: 10px 0;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
        border: 1px solid #353535 !important;
        width: 28px;
    }

    /*SIDE MENU*/
    #side-menu .navbar-nav > li > a {
        padding: 18px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
        border-bottom: solid 1px #ecebec !important;
    }

        #side-menu .navbar-nav > li > a i {
            font-size: 16px;
            float: right;
            margin-top: 2px;
        }

    #side-menu {
        padding: 0px 10px 30px 10px;
    }

        #side-menu .close {
            opacity: 1;
        }

        #side-menu .contents {
            margin-top: 0;
        }

        #side-menu .navbar-nav {
            margin: 0px -10px;
        }
    .megamenu-content ul li a {
        font-size: 14px;
        display: block;
    }

    /*SIDE MENU*/
}
@media (max-width: 400px) {
    .header-cart .navbar-brand {
        padding: 21px 0;
        width: 200px;
    }
    .header-cart .navbar-brand img {
        max-width: 200px;
    }
}
/*HEADER v5 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;
    opacity: 0.7;
}
.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 .subscribe {
        padding-bottom: 34px;
    }
    .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;
    background: #ff0000;
    color: #fff;
}
.item .product-name a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 54px;
}
.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) {
.item .product-name a {
    font-size: 14px;
}
    .product .price {
        min-height: 60px;
    }
.item .price-standard {
    font-size: 15px;
    line-height: 12px;
}
.item .product .price-sales {
    font-size: 17px;
    font-weight: 600;
}	
}

.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*/


@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: 24px;
    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: 19px;
    font-weight: 500;
    color: #ffffff;
    z-index: 11;
    background: #000c7;
    padding: 6px 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: 15px;
        font-weight: 500;
        color: #ffffff;
        z-index: 11;
        background: #000c7;
        padding: 6px 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%;
}



/*region AI summary*/
.ai-summary-box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin: 5px 0 20px;
}

.ai-summary-box strong {
  color: #2f2f2f;
}

.ai-summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.ai-summary-header span {
  font-weight: 600;
  font-size: 16px;
}

.feedback {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #555;
  justify-content: flex-end;
}

.feedback button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.feedback button img {
  max-width: 18px;
}
/*endregion AI summary*/

/* section review*/
.item-review span {
  font-size: 12px;
  color: #999;
}
.rating .rating-number {
    margin-left: 0;
    padding: 0 5px 0 5px;
}
.section-review {
  padding: 30px 10px 10px;
}

.section-review .review-header {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 0;
}

.section-review .review-head .rating {
  gap: 10px;
}

.section-review .review-count-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.section-review .rating .rating-number {
  font-size: 28px;
}

.section-review .rating-info {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.section-review .review-filter {
  gap: 15px;
}

.section-review .review-bar .review-progress .rating-info {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.section-review .review-bar .rating-count {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.section-review .review-bar .progress {
  height: 8px;
}

.section-review .review-filter-box {
  margin-top: 16px;
}

.section-review .review-filter .review-filter-item a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.section-review .review-filter .review-filter-item a small {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-left: 4px;
}

.section-review .review-sort .dropdown > a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.section-review .review-item {
  padding: 12px 0;
}

.section-review .review-item .review-username {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.section-review .review-item .review-date {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.section-review .review-item .review-comment {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  margin-top: 8px;
}

.section-review .add-review .btn {
  font-size: 14px;
  padding: 10px 14px;
  line-height: 1.2;
  font-weight: 600;
}

.section-review .view-more-review-btn {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 12px 16px;
  min-width: 200px;
}

.modal-customer-img .pop-review-top .commentname,
.modal-customer-img .commentname {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.modal-customer-img .commentdate {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

#modal-comment,
.modal-customer-img .modal-comment {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-review {
    padding: 10px;
  }
  .section-review .review-header {
    font-size: 18px;
  }
  .section-review .rating .rating-number {
    font-size: 20px;
  }
  .section-review .review-filter .review-filter-item a {
    font-size: 13px;
  }
  .section-review .review-sort .dropdown > a {
    font-size: 13px;
  }
  .section-review .view-more-review-btn {
    width: 100%;
    min-width: 0;
  }
}

/* section review*/
