﻿.main-container {
    min-height: 415px;
}
.btn {
    border-radius: 30px;
}
h2 {
    font-size: 18px;
    line-height: 24px;
}
.modal-popup .modal-dialog {
    max-width: 370px;
}
br.module-separator {
    display: block;
    content: " ";
}
@media (min-width:992px) {
    br.module-separator {
        padding: 30px 0;
    }
}
@media (max-width:991px) {
    br.module-separator {
        padding: 15px 0;
    }
}
h1.section-title-inner {
    padding-bottom: 10px;
    font-size: 24px;
}
    .cart-summary-container {
        z-index: 9999999999;
    }
.home-popup .modal-body {
    padding: 0px;
}
.modal.home-popup .close {
    color: #fff;
}
.home-popup.modal-main-page .modal-dialog {
    max-width: 600px;
}

@media (min-width: 768px) {
    .home-popup.modal-main-page .modal-dialog {
        width: 600px;
        margin: 200px auto;
    }
}	
.plist-nav.ps-nav {
    font-size: 40px;
}
.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;
}

.wp-share a {
    position: fixed;
    background: #4dc247;
    font-size: 0;
    width: 5.1rem;
    height: 5.1rem;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
    .wp-share a i {
        font-size: 35px;
        padding: 8px 11px;
        color: #fff;
    }

@media (max-width:991px) {
	.wp-share a {
		bottom: 80px;
	}
}
.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%;
}
a.err-logo > img {
    max-width: 200px;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}
@media (min-width: 1200px){
	.km-sidebar {
		margin-right: 20px;
	}
}

.sidebar-nav ul li:hover a, .sidebar-nav ul li.active a {
    color: #000000;
}
@media (max-width:991px) {
	.side-img {
		margin-bottom: 20px;
	}
}

/*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: 500;
        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: 500;
        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: 500;
        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: 500;
        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: 93px;
        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: 173px;
}
.home-header-offset {
    padding-top: 173px;
}
.step-cart.header-offset {
    padding-top: 138px;
}
.step-address.header-offset {
    padding-top: 110px;
}
.cd-dropdown-content > li.efsane-indirim > a, .cd-dropdown-content > li.efsane-kasim > a {
animation: blinker 1s infinite;
	color: #d62631;
}

.cd-dropdown-content > .kampanya > a{
	animation: blinker 1s infinite;
	color: #d62631;
}
/*#region marquee*/
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}



    @keyframes blinker {
        from { opacity: 1.0; }
        50% { opacity: 0.1; }
        to { opacity: 1.0; }
    }
.header-free {
    background: #d62631;
    height: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.headerv3.stuck .header-free {
    margin-top: -32px;
}
.header-free-box {
    padding: 0 60px;
    max-width: 1800px;
    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;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    padding-right: 38px;
    margin-right: 38px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

    .header-free .toptext span:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #fff;
        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: 31px 0;
    position: absolute;
    right: 0;
    width: 260px;
    margin-top: 0;
}
.headerv3 .navbar-brand {
    padding: 13px 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: 13px;
    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: 13px;
    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: 500;
}
.headerv3 .megamenu-content > div > ul > li.sub-item  > a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}
.headerv3 .navbar-nav>li>a {
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 500;
}
.headerv3 .megamenu-content ul li strong a {
    font-weight: 500;
}
@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;
}
}
@media (max-width:767px) {
.home-header-offset {
    padding-top: 120px;
}
    .header-offset {
        padding-top: 106px;
    }
    .step-address.header-offset {
        padding-top: 80px;
    }
    .step-cart.header-offset {
        padding-top: 100px;
    }
    .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: 9px 0;
    }
    .headerv3 .navbar-brand img {
        max-width: 150px;
    }
    .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: #f9f9f9;
    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: #636363;
}
.footer .subscribe .news-letter-box input::-moz-placeholder {
    color:#636363;
}
.footer .subscribe .news-letter-box input::-webkit-input-placeholder{
    color:#636363;
}
.footer .subscribe .news-letter-box .btn {
    width: 50px;
    padding: 0;
    font-size: 12px;
    height: 40px;
    background: none !important;
    box-shadow: none;
    color: #636363;
}
.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: 22px;
    margin-left: 10px;
}
.footer .social span:hover {
    background: none;
}
.footer .social span:hover a, .footer .bottom-menu ul li a:hover {
    color: #d62631;
}
.footer .social span a {
    color: #000000;
}

.footer-logo img {
    opacity: 1;
    max-width: 170px;
}
.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 10px;
}
.footer .bottom-menu ul li a {
    color: #636363;
    line-height: 32px;
    font-weight: 400;
    font-size: 15px;
}
.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;
}
.item.cartlist .image-hover {
    padding: 0;
}
.item.cartlist .description {
    min-height: 50px;
    padding: 10px 0 0 0;
}
.product .image-hover {
    max-height: inherit;
}
.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;
}

.product-status {
    left: 10px;
    bottom: 10px;
}
.product .product-discount {
    margin-right: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}
.item .discount {
    border-radius: 0;
    font-size: 15px;
    padding: 6px 4px;
    background: url(/skins/shared/images/discount.png) no-repeat center !important;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
}
.cart-product .discount {
    font-weight: 500;
    padding: 10px 6px;
    border-radius: 50%;
    height: 40px;
    display: block;
    width: 40px;
}
.product .price-box {
    line-height: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.item .price-standard {
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
}
.item .product .price-sales {
    font-size: 18px;
    font-weight: 500;
    color: #f06d94;
}
.item .description {
    min-height: 50px;
}
.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: #09a379bd;
    height: 40px;
}
.item .btn-buy {
    background: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 11px 0;
}

.product:hover .buy-action .btn {
    margin-top: 0px;
}

.item .action-control a:hover, .item .action-control a.active {
    background: none;
    color: #ffffff;
}
.product:hover .buy-action {
	animation: 300ms linear 0s normal none 1 running fadeInUp;
}
.product .price {
    min-height: 52px;
}
@media (max-width: 889px) {
    .product .price {
         min-height: 36px;
    }
}
@media (min-width: 890px) {
    .product .price {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
}
.campaign-prlist a {
    background: #d62631;
    color: #fff;
    padding: 2px 9px;
    font-size: 12px;
    border-radius: 15px;
}
.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*/
.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}
.pdetail {
    padding-top: 10px;
}

.transitionfx {
    margin-bottom: 40px;
}
.pd-top {
    padding-bottom: 0;
}
.brand-img img {
    margin: 0;
    max-width: 150px;
}
.total-point {
    font-size: 13px;
    color: #000;
    margin: 10px 0 0 0;
}
.total-point span span{
    font-size: 13px;
}
.total-point img {
    vertical-align: sub;
    margin-right: 5px;
    max-width: 30px;
}
hr.hr-base {
    border-color: #efefef;
}

h1.product-title {
    font-size: 20px;
    font-weight: 500;
}
.product-code {
    font-size: 13px;
    display: block;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}
.product-image-list a {
    width: auto;
    margin-bottom: 7px;
    margin-right: 0;
    display: inline-block;
    border: 1px solid #f4f4f4;
    padding: 5px;
}

    .product-image-list a img {
        max-width: 100%;
    }

.product-image-list {
    text-align: center;
    margin-top: 10px;
}

.product-images {
    margin-bottom: 20px;
    padding-left: 0;
}

.pricematch {
    padding-top: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #454545;
}

    .pricematch:hover {
        color: #454545;
    }

.pricematch-text {
    font-weight: 500;
    font-size: 15px;
    color: #5eb746;
}
.pdetail .rating {
    padding: 10px 0;
}
.alert-box div {
    border-radius: 30px;
    margin: 4px 10px 4px 0;
}
.incaps {
    font-size: 14px;
}
.product-variants a {
    border: 1px solid #e2e2e2;
    background-color: #ffffff;

}
.prd-promotion {
    margin: 0;
}
.pd-chapps {
    display: flex;
}
.pd-chapps-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pd-chapps-desc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 12px;
}
.pd-chapps-box i {
    font-size: 34px;
}

.pd-chapps-desc span {
    font-weight: 500;
    font-size: 12px;
}
.pd-chapps-desc p {
    font-size: 12px;
    line-height: 14px;
    color: #949494;
    margin: 0;
}
.pd-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
}
.pd-contact {
    display: flex;
    align-items: center;
}
    .pd-contact > div {
        padding-right: 12px;
        font-weight: 500;
        line-height: 16px;
    }
    .pd-contact a {
        padding: 0 6px;
        display: inline-block;
    }
        .pd-contact a.wpweb, .pd-contact a.wpmobile {
            color: #0dc143;
        }
    .pd-contact a i {
        font-size: 26px;
    }

@media (min-width:767px) {
    .product-image-list {
        margin-top: 0px;
    }
}

@media (min-width:1200px) {
.product-image-list a {
    width: auto;
    margin-bottom: 7px;
    margin-right: 0;
    display: inline-block;
}
}

@media (max-width:767px) {
    .pdetail {
        clear: both;
    }

    h1.product-title {
        font-size: 20px;

    }

    .pdetail .price-box {
        min-height: 46px;

    }

    .product-images {
        padding: 0 10px;
    }

    .pd-discount {
        font-size: 15px;
    }

    .pdetail .product-price .price-sales {
        font-size: 26px !important;
    }

    .product-default-image {
        border: none;
        padding: 0;
    }

    .pd-chapps {
        flex-direction: column;
        padding: 20px 0 0;
        align-items: flex-start;
    }
    .pd-chapps-box {
        justify-content: flex-start;
        padding-bottom: 20px;
    }
    .pd-properties-img li {
        padding: 10px 10px !important;
        width: 49% !important;
    }

.product-tab .nav-tabs li a {
    font-size: 14px;
    text-transform: none;
    background: none;
    border: none;
    color: #878787;
    padding: 10px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
    .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.hover > a {
        border: none;
        border-radius: 0;
        padding: 10px 20px;
    }



    .transitionfx {
        margin-bottom: 0px;
    }
}

.product-subtitle {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 10px;
    text-align: right;
    font-weight: 500;
}

    .product-subtitle a {
        text-decoration: underline;
        font-weight: 400;
        line-height: 13px;
        display: block;
        font-size: 13px;
        padding-top: 7px;
    }

.product-price {
    margin: 10px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.pdetail .price-box {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.pdetail .price-standard {
    font-weight: normal;
    text-decoration: line-through;
    display: block;
    font-size: 17px;
    padding-top: 0;
    line-height: 20px;
    color: #999999;
}

.pdetail .product-price .price-sales {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}

.price-rate {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    height: 42px;
    width: 42px;
    border-radius: 0;
    background-color: #d62631;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.applied-campaigns span {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
.prcsep {
    height: 30px;
    margin: 0 12px;
    width: 1px;
    border-left: 1px solid #00000080;
}

@media (max-width:1120px) and (min-width:767px) {

    .product-price {
        display: block;
    }
    .pd-campaigns {
        display: block;
        margin-top: 5px;
    }
    .prcsep {
        display:none;
    }
    .lstprice {
        display: inline-flex;
    }

}


.shoppinglist-alert-body p {
    font-size: 17px;
}
.cnt-quantity {
    max-width: initial;
    margin-top: 0;
}
.cnt-quantity .input-group {
    border: none;
    border-radius: 0;
}
.cnt-quantity .quantity {
    width: 100%;
}
    .cnt-quantity .quantity-title {
        display: none;
    }

    .cnt-quantity .input-group input.form-control {
        height: 50px;
        text-align: center;
        padding: 1px;
        border: 1px solid #e2e2e2;
        box-shadow: none;
        border-right: none;
        border-left: none;
        font-weight: 500;
        font-size: 15px;
    }

        .cnt-quantity .form-control:focus {
            border-color: #e2e2e2 !important;
        }
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down {
    border-radius: 30px 0 0 30px;
}
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up {
    border-radius: 0 30px 30px 0;
}
.cnt-quantity .bootstrap-touchspin .btn, .cnt-quantity .bootstrap-touchspin .btn:hover {
    border: 1px solid #e2e2e2;
    line-height: 0;
    padding: 23px 13px 25px;
    background: none !important;
    color: #333;
    height: 50px;
}
.cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-down, .cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-down:hover,
.cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-down:active, .cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-down:focus {
    border-right: none;
    box-shadow: none;
}

.cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-up, .cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-up:hover,
.cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-up:active, .cnt-quantity .bootstrap-touchspin .btn.bootstrap-touchspin-up:focus {
    border-left: none;
    box-shadow: none;
}

.cart-actions {
    padding-top: 15px;
}

.cart-actions .btn-cart {
    border: none;
    letter-spacing: 1px;
    background: #d62631;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 15px 14px;
    border-radius: 30px;
}

@media(max-width:916px) {
    .cnt-quantity .quantity {
        width: 100px;
    }
}

@media (max-width: 480px) {


.cart-actions .btn-shopping-list {
    padding: 8px 10px;
}

    .product-subtitle {
        font-size: 13px;
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }

        .product-subtitle a {
            font-size: 12px;
            display: inline-block;
        }

    .pd-properties-img li {
        padding: 0px 10px !important;
        width: 100% !important;
    }

    .pd-properties-img li {
        min-height: 80px !important;
        margin-bottom: 0 !important;
    }

    .grey-bg-pd {
        padding: 38px 0 25px;
    }
}

.campaign-title, .campaign span {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.pdetail .product-icon {
    margin-bottom: 5px;
    margin-top: 15px;
}
.product-icon div {
    border: none;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    width: auto;
    flex-direction: row;
    align-items: center;
}
.pdetail .product-icon i {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 5px;
}
.prd-group-container .prd-group-title {
    font-size: 13px;
    font-weight: 500;
}
.vprp-title {
    margin-bottom: 10px;
    font-size: 13px;
}
.prd-group-container #prd-group-items .owl-stage-outer {
    padding: 10px 0 0 0;
}
.prd-group-container {
    padding: 0px 0 5px;
}

    .prd-group-container .item .product {
        border-color: #eee;
        padding: 0;
    }
.prd-promotion-title {
    padding: 0px 0 10px;
    font-size: 14px;
}
.prd-promotion .item {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
}
.prd-promotion .item .product .price {
    padding: 0;
    min-height: inherit;
}
.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-title {
    float: left;
    padding: 3px 10px 0 0;
}




.product-icon-new {
    margin-bottom: 20px;
    margin-top: 7px;
}

.pdetail .product-icon-new i {
    font-size: 25px;
    margin-right: 6px;
    vertical-align: sub;
}

.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;
        }


.product-tab {
    margin: 0px 0 30px;
}
.product-tab .nav-tabs {
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.product-tab .nav-tabs:after {
    display:none;
}
.product-tab .nav-tabs li a {
    font-size: 13px;
    text-transform: none;
    background: none !important;
    border: none;
    color: #878787 !important;
    padding: 10px 10px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    margin: 0;
    width: 100%;
}

    .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.hover > a {
        background: none !important;
        color: #000 !important;
        border: none;
        padding: 10px 10px;
		box-shadow: none;
		border-radius: 0;
    }

        .product-tab .nav-tabs > li.active > a:before, .product-tab .nav-tabs > li.active > a:hover:before, .product-tab .nav-tabs > li.active > a:focus:before, .product-tab .nav-tabs > li.hover > a:before {
            position: absolute;
            content: "";
            background: #000;
            bottom: -2px;
            width: 100%;
            height: 2px;
            margin: auto;
            left: 0;
            right: 0;
        }


.tab-content .table > tbody > tr > td {
    font-size: 13px;
    line-height: 1;
}
.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.table > thead > tr > td.light-tbl, .table > tbody > tr > td.light-tbl, .table > tfoot > tr > td.light-tbl, .table > thead > tr > th.light-tbl, .table > tbody > tr > th.light-tbl, .table > tfoot > tr > th.light-tbl, .table > thead > tr.light-tbl > td, .table > tbody > tr.light-tbl > td, .table > tfoot > tr.light-tbl > td, .table > thead > tr.light-tbl > th, .table > tbody > tr.light-tbl > th, .table > tfoot > tr.light-tbl > th {
    background-color: #fff;
}

.prd-properties > table > thead > tr > th {
    background-color: #fff;
}
.prd-properties > table:first-child > thead > tr > th {
    padding-bottom: 10px;
}
.scrollheight::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
    background-color: #ddd;
}
.scrollheight::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 3px;
}
.scrollheight {
    max-height: 210px;
    overflow-y: auto;
    padding: 0px 10px 10px;
    margin-top: 30px;
}

.product-tab .panel-collapse > div, .section-review {
    padding: 20px;
}
@media (min-width:767px) {
    .product-tab .nav-tabs > li {
        float: none;
        margin-bottom: 0;
        width: 25%;
        text-align: center;
        justify-content: center;
    }
}
@media (max-width:767px) {

	.table-striped > tbody > tr:nth-of-type(odd), .tab-content .table-striped > tbody > tr:nth-of-type(odd) {
		background-color: #fff;
	}
	.table > thead > tr > td.light-tbl, .table > tbody > tr > td.light-tbl, .table > tfoot > tr > td.light-tbl, .table > thead > tr > th.light-tbl, .table > tbody > tr > th.light-tbl, .table > tfoot > tr > th.light-tbl, .table > thead > tr.light-tbl > td, .table > tbody > tr.light-tbl > td, .table > tfoot > tr.light-tbl > td, .table > thead > tr.light-tbl > th, .table > tbody > tr.light-tbl > th, .table > tfoot > tr.light-tbl > th {
		background-color: #fff;
	}

	.prd-properties > table > thead > tr > th {
		background-color: #fff;
	}
}
@media (max-width:767px) {
	
    .cnt-quantity .form-control {
        height: 41px;
    }

    .cnt-quantity .quantity {
        width: 83px;
    }
.cnt-quantity .bootstrap-touchspin .btn, .cnt-quantity .bootstrap-touchspin .btn:hover {
    height: 41px;
        padding: 19px 9px 19px;
    }
.cnt-quantity .input-group input.form-control {
    height: 41px;

}
    .cart-actions .btn-cart {
        padding: 10px 0;
        font-size: 15px;
        margin-left: 10px;
    }
	/*
    .pdetail .cart-actions {
        position: fixed;
        bottom: 61px;
        margin: 0;
        z-index: 9;
        background: #fff;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 1s cubic-bezier(1, 0, 0, 1);
        -o-transition: all 1s cubic-bezier(1, 0, 0, 1);
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        padding: 5px;
        left: 0;
        width: 100%;
    }
    .cart-actions ul {
        padding: 0px;
        position: relative;
        float: left;
        margin: 0px;
        width: 100%;
        padding: 5px;
        display: flex;
    }

        .cart-actions ul li {
            width: 30%;
            float: left;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
		.cart-actions ul li.addto {
			width: 70%;
		}


    .addto > div {
        padding: 0px;
    }
    .variants-container {
        position: relative;
        display: inline-block;
        width: 100%;
        background: #e4e4e4;
        height: 40px;
        border-radius: 30px;
    }

    .product-variants {
        display: none;
        position: fixed;
        background-color: #e4e4e4;
        width: 100%;
        z-index: 1;
        top: auto;
        bottom: 61px;
        left: 0;
        padding: 12px;
        margin-bottom: 0;
    }

    .pdetail .product-variants a {
        margin: 5px 2px;
        font-size: 13px;
    }

    .pdetail .vprp-title {
        font-size: 15px;
        margin-bottom: 0;
        text-transform: none;
        padding: 10px 0;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
        width: 100%;
    }*/
}
/*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: 500;
    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: 18px;
    line-height: 26px;
    font-weight: 500;
}
.module-title-v2 {
    border: none;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.module-title-v2 h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #d62631;
    text-transform: none;
    text-transform: none;
    background: linear-gradient(to right, #231f20 0%, #d62631 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.module-title-v3 {
    border-bottom: none;
    margin: 0 0 15px;
}
.module-title-v3 h2 {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: none;
    min-width: 100%;
    text-align: center;
    line-height: 16px;
    padding-bottom:0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d62631;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
/*content temp-1*/
.content-temp1 .inner .img-block img {
    transition: all 0.7s ease 0s;
}

.overlay-link {
    background-color: rgba(30, 30, 30, 0.22);
}

.image-look .inner {
    margin-bottom: 0;
}

.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: #fff;
    color: #353535;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 5px 23px;
    letter-spacing: 2px;
}

.image-look .content-banner .inner:hover .btn-inverse {
    background: #231f20;
    color: #ffffff;
    border-color: #231f20;
}
.md-container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.ctgry-slider {
    margin: 20px 0;
}
.ctgry-slider-box {
    margin: 0 12px;
    text-align: center;
}
.ctgry-slider-box a > img {
    border-radius: 50%;
	max-width: 78px;
}

.ctgry-slider-text a {
    padding-top: 5px;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width: 991px) {
	.ctgry-slider-text a {
		font-size: 12px;
		line-height: 1;
	}
}


/*end content temp-1 */
/*BEST SELLER*/

.best-seller.item {
    margin-bottom: 0px;
}

.best-seller .product-list {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}


.best-seller .description {
    text-align: left;
    border: none;
    min-height: initial;
    margin: auto;
}

    .best-seller .description h4 {
        margin: auto;
        padding: 10px 0 4px 0;
    }

        .best-seller .description h4 a {
            font-weight: 300;
            font-size: 18px;
        }

.best-seller .price {
    text-align: left;
    font-weight: 400;
}

.best-seller .price-standard, .best-seller .price-sales {
    display: inline !important;
    margin-right: 6px;
}

.best-seller .discount {
    margin-top: 0;
    padding: 3px 5px;
}

.best-seller .list-image-hover {
    min-height: 80px;
}

.best-seller .product-number {
    padding-top: 20px;
}

    .best-seller .product-number span {
        background: #f9f9f9;
        border: 2px solid #eee;
        border-radius: 5px;
        display: inline-block;
        font-size: 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;
        }


