body, a {
    color: #121212;
}
@media (max-width:767px) {
    body {
        font-size: 13px;
    }
}
h1 {
    font-size: 24px;
    line-height: 28px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
.alert {
    padding: 14px 20px;
    border-radius: 0;
    font-size: 14px;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container-md {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container-pd {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
}
@media (min-width:1366px) {
    .container {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding-right: 5.7%;
        padding-left: 5.7%;
    }
    .container-pd {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding-left: 5.7%;
        padding-right: 0;
    }
}
@media (max-width: 900px) {
    .container-pd {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 979px) {
    .container {
        max-width: 979px !important;
    }
}
.close {
    font-size: 29px;
    font-weight: 500;
    text-shadow: none;
    opacity: 1;
}
    .close:hover, .close:focus {
        opacity: 1;
    }
br.module-separator {
    display: block;
    content: " ";
}
@media (min-width:992px) {
    br.module-separator {
        padding: 30px 0;
    }
}
@media (max-width:991px) {
    br.module-separator {
        padding: 20px 0;
    }
}
.order-list .order-item-box .order-prdimage div {
    border-radius: 0;
    height: auto;
    width: 50px;
	font-size: 14px;
}
.order-list .order-item-box .order-prdimage div img {
    border-radius: 0;
}
.save-form .btn i {
    display: none;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    cursor: pointer;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #448e6f;
    border-color: #448e6f;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #448e6f;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #448e6f;
}
/*#region header*/
/*#region search*/

.search-new {
    margin-left: 30px;
}
.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 200px;
    z-index: 2;
    height: 32px;
    box-shadow: none;
    border-radius: 0px;
    opacity: 1;
    color: #121212;
    font-weight: 700;
    font-size: 11px;
    padding: 2px 0;
    letter-spacing: 1px;
    max-width: 100%;
    text-align: left;
    background: transparent;
    border: 1px solid #bebebe;
    text-indent: 50px;
    -webkit-transition-property: color,width,opacity,border;
    transition-property: color,width,opacity,border;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0,0.8,0.5,1);
    transition-timing-function: cubic-bezier(0,0.8,0.5,1);
}

    .input-group .search-input.form-control:focus {
        width: 300px;
    }

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-new-full .search-input-box {
    display: table;
    max-width: 100% !important;
    padding-bottom: 5px;
    width: 100%;
}

    .search-new-full .search-input-box .search-input {
        border: none;
        background: #eae8e8;
    }

    .search-new-full .search-input-box .search-btn {
        background-color: #292929;
        color: #fff;
    }

.search-input-box {
    display: table;
    max-width: 100%;
    position: relative;
    transition: all 0.45s ease 0s;
}

    .search-input-box span.input-group-btn {
        line-height: 0;
    }

    .search-input-box .search-btn {
        font-size: 15px;
        padding: 6px 10px 6px 14px;
        line-height: 0;
        border: none;
        border-radius: 4px;
        background: none;
        color: #121212;
        position: absolute;
        left: 0px;
        top: 0;
        z-index: 999;
    }

@media (max-width:991px) {
    .search-new {
        margin-left: 0;
    }
        .search-new .input-group .btn {
            padding: 13px 10px 15px 0px;
            line-height: 1;
        }
    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.76);
        z-index: 9999;
        cursor: pointer;
    }

    .search-input-box.input-group .search-input.form-control {
        border: none;
        max-width: 100%;
        width: 100%;
        float: right;
        height: 70px;
    }

    .search-input-box {
        max-width: 90%;
        width: 86%;
    }

    .search-full {
        top: 0;
        min-height: 70px;
        bottom: auto;
        background: #fff !important;
        z-index: 99999;
        position: fixed;
    }

    .search-close {
        background: #fff;
        height: 70px;
        padding: 0;
        margin-left: 15px;
        width: 5%;
        text-align: center;
        color: #121212;
    }
        .search-close i {
            font-size: 20px;
            color: #121212;
        }
    .search-input-box .search-btn {
        padding: 22px 20px;
    }

    .search-input::-webkit-input-placeholder {
        opacity: 1;
        color: #121212;
    }

    .search-input:-moz-placeholder {
        opacity: 1;
        color: #121212;
    }
}

/*#endregion search*/

/*#region user menu*/
.user-menu {
    float: right;
}

    .user-menu > li > a {
        font-size: 13px;
        line-height: 1;
        text-transform: none;
        padding: 20px 12px 15px;
    }

        .user-menu > li > a:hover {
            opacity: 1;
            color: #121212;
        }
        .user-menu > li > a i {
            font-size: 30px;
            vertical-align: middle;
        }
.hasUserMenu > .dropdown-menu > li > a {
    color: #121212;
    font-size: 13px;
    text-transform: none;
    padding: 5px 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #121212;
}

.hasUserMenu .dropdown-menu {
    left: auto;
    right: 5px;
    margin-top: 0px;
    width: 180px;
    padding: 14px 20px;
}

.hasUserMenu > .dropdown-menu > li.user-logoff {
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding: 10px 0 0 0;
    margin: 10px 0px 5px 0px;
}

.admn-menu {
    top: 30%;
}
.user-menu .lang-km > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}
.user-menu .lang-km > a img {
    margin-right: 0px;
}
.user-menu .lang-km.hasUserMenu .dropdown-menu {
    width: 150px;
}
.user-menu .lang-km.hasUserMenu > .dropdown-menu > li > a {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.user-menu .lang-km.hasUserMenu > .dropdown-menu > li > a img {
    margin-right: 5px;
}


@media (max-width:991px) {
    .user-menu > li > a {
        padding: 12px 5px 14px;
    }
        .user-menu > li > a i {
            font-size: 28px;
        }

}
/*#endregion user menu*/
/*#region cart menu*/
.cart-menu > a {
    padding: 20px 0 20px 10px;
}
    .cart-menu > a i {
        font-size: 28px;
    }
.cart-menu a .cart-quantity {
    bottom: 19px;
    right: 0px;
}
@media (max-width:992px) {
    .cart-menu > a {
        padding: 13px 0 15px 7px;
    }
        .cart-menu > a i {
            font-size: 26px;
        }
    .cart-menu a .cart-quantity {
        bottom: 16px;
    }
}
/*#endregion cart menu*/
/*#region header menu*/
.sidenav {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 100px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 530px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .4s linear;
    pointer-events: none;
}


    .sidenav.show {
        opacity: 1;
        visibility: visible;
        z-index: 6;
        transition: all .4s linear;
        pointer-events: initial;
    }

.menu-btn {
    margin-right: 20px;
    cursor: pointer;
}
.menu-btn span {
    background: #121212;
    display: block;
    width: 24px;
    height: 2.4px;
    margin: 6px 0;
    position: relative;
    top: 0;
    transition: all ease-in-out 0.4s;
}

.menu-btn.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-btn.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
}
.menu-btn.open span:nth-child(3) {
    transform: rotate(45deg);
    top: -9px;
}
.sidenav .nav-tabs {
    text-align: left;
}
.sidenav .nav-tabs:after {
    display:none;
}
    .sidenav .nav-tabs li a {
        background: none;
        padding: 5px 15px;
        border-radius: 0;
        font-size: 16px;
        color: #9e9e9e;
    }
    .sidenav .nav-tabs > li:hover > a {
        background: none;
        padding: 5px 15px;
        border-radius: 0;
        color: #121212;
        font-size: 16px;
    }
    .sidenav .nav-tabs > li.active > a, .sidenav .nav-tabs > li.active > a:hover, .sidenav .nav-tabs > li.active > a:focus {
        border-radius: 0;
        box-shadow: none;
        color: #121212;
    }
.sidenav .tab-content {
    margin: 0;
    padding: 30px 20px 40px;
    transition: all .3s linear;
    height: calc(100% - 110px);
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
}
    .sidenav .tab-content ul li {
        padding: 7px 0;
    }
    .sidenav .tab-content ul li a {
        font-size: 16px;
    }
        .sidenav .tab-content ul li a.dark-menu {
            font-weight: 700;
        }
        .sidenav .tab-content ul li a.red-menu {
            font-weight: 700;
            color: #ee2424;
        }
    .sidenav .tab-content::-webkit-scrollbar {
        width: 6px;
        border-radius: 0;
        background-color: #ededed;
    }
    .sidenav .tab-content::-webkit-scrollbar-thumb {
        background-color: #949494;
        border-radius: 0;
    }
@media screen and (max-width: 767px) {
    .sidenav {
        top: 0;
        width: 100%;
        padding-top: 110px;
        padding-left: 0;
    }
        .sidenav.show {

        }
    .sidenav .nav-tabs {
        padding: 0 0 0 10px;
    }
    .sidenav .tab-content {
        padding: 30px 30px 40px;
        height: calc(100% - 20px);
    }
    .menu-btn {
        margin-right: 20px;
    }
        .menu-btn span {
            width: 20px;
            height: 1.4px;
        }
        .menu-btn.open span:nth-child(3) {
            top: -7px;
        }
}
/*#endregion header menu*/

/*#region marquee*/
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}
.header-free {
    background: #121212;
    height: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.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;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
    padding-right: 38px;
    margin-right: 38px;
    line-height: 32px;
}

    .header-free .toptext span:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #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*/

.navbar-km {
    box-shadow: none;
    border: none;
}
    .navbar-km.stuck {
        background: #fff;
    }
.headercart.navbar-km {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
}
.brandWrap {
    position: relative;
}
.headercart .brandWrap {
    height: 68px;
}
.navbar.stuck .brandWrap {
    height: auto;
    overflow: visible;
}
.navbar-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headercart .navbar-holder {
    justify-content: center;
}
.holder-right, .holder-left {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.navbar-brand {
    display: block;
    height: auto;
    padding: 6px 0px;
}
@media (min-width: 991px) {
    .home-header-offset {
        padding-top: 100px;
    }
    .header-offset {
        padding-top: 120px;
    }
    .account-offset {
        padding-top: 120px;
    }
    .step-address.header-offset {
        padding-top: 79px;
    }
    .grd-logo {
        display: block;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        position: absolute;
        right: 0;
        width: 150px;
        top: 0;
    }
}
@media (max-width: 991px) {
    .search-mobile {
        padding-top: 91px;
    }
    .home-header-offset {
        padding-top: 87px;
    }
    .header-offset {
        padding-top: 107px;
    }
    .step-address.header-offset {
        padding-top: 70px;
    }
	.account-offset.account-detail {
    padding-top: 100px;
}
    .account-offset {
        padding-top: 90px;
    }
    .brandWrap {
        background: #fff;
        height: 55px;
    }
    .headercart .brandWrap {
        height: 55px;
    }
    .navbar-nav {
        margin: 7.5px -10px 0;
    }
    .navbar .navbar-top {
        height: 60px;
        background: #fff;
    }
    .navbar-brand {
        padding: 12px 0px 12px;
    }
    .navbar-brand.mobile-logo img {
        max-width: 80px;
    }
}
@media (max-width: 400px) {
    .navbar-brand.mobile-logo img {
        max-width: 80px;
    }
}
/*#endregion header*/

/*#region Footer*/
.footer {
    background: #ffffff;
    padding-bottom: 0;
    border: none;
}
    .footer h3 {
        border-bottom: none;
        padding: 0 0 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }
.footer-top {
    background: #121212;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-info {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 28px;
}
    .footer-info .info-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .footer-info .info-box i {
        font-size: 32px;
        margin-right: 8px;
    }
        .footer-info .info-box span {
            font-size: 16px;
        }
.footer-subscribe {
    color: #fff;
}

    .footer-subscribe h3 {
        padding-bottom: 24px;
        font-size: 22px;
    }
    .footer-subscribe .news-letter-box {
        max-width: 600px;
    }
    .footer-subscribe .news-letter-box .btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        height: 40px;
        font-size: 13px;
        width: 90px;
        background: #121212;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .footer-subscribe .cnt-subscribe input {
        border: none;
        background: #121212;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        padding: 0;
    }
.footer-menu {
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-center {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

    .footer-free .center-box {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
        border-right: 1px solid #e6e6e6;
    }
    .footer-free .center-box:last-child {
        border-right: none;
    }
        .footer-free .center-box i {
            font-size: 30px;
            margin-right: 8px;
        }
        .footer-free .center-box span {
            font-size: 15px;
            font-weight:600;
        }
        .footer-free .center-box.bxsocial i {
            font-size: 26px;
            margin-right: 30px;
        }
.footer-bottom {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-bottom .credit-cards {
        filter: none;
        opacity: 1;
    }
    .footer-bottom .credit-cards img {
        margin-left: 0;
        float: right;
    }
.km-sign {
    text-align:center;
}
    .km-sign span, .km-sign a {
        width: 200px;
        display: inline-block;
    }
    .km-sign span {
        border-right: 1px solid #e6e6e6;
    }
@media (min-width: 992px) {
    .footer-free {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
}
@media (max-width: 1100px) and (min-width:992px) {
    .footer-info .info-box i {
        font-size: 30px;
        margin-right: 5px;
    }

    .footer-info .info-box span {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .footer-subscribe {
        text-align: center;
    }
    .footer-subscribe .news-letter-box {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .footer-subscribe h3 {
        padding-bottom: 30px;
        font-size: 18px;
    }
    .footer-menu {
        padding-bottom: 25px;
        padding-top: 20px;
    }
    .footer-center {
        padding: 0 20px 25px;
        border-top: 0;
    }
    .footer-free .center-box {
        padding: 10px 0;
        border-right: none;
    }
		.footer-free .center-box:last-child {
			justify-content: flex-end;
			width: 29%;
		}
        .footer-free .center-box:nth-child(2) {
            justify-content: flex-start;
            width: 23%;
        }
		.footer-free .center-box:nth-child(3) {
			width: 18%;
		}
		.footer-free .center-box:nth-child(4) {
			width: 30%;
		}
		
        .footer-free .center-box span {
            font-size: 13px;
        }
        .footer-free .center-box i {
            font-size: 22px;
            margin-right: 5px;
        }
        .footer-free .center-box.bxsocial i {
            font-size: 24px;
            margin: 0 20px;
        }
    .footacc {
        clear: both;
        padding:0 10px;
    }

        .footacc .panel-group {
            margin-bottom: 0px;
            box-shadow: none;
            background: #fff;
        }

            .footacc .panel-group .panel-default > .panel-heading {
                padding: 14px 0px !important;
                border-bottom: 1px solid #f1f1f1;
                background: #fff;
                border-top: none;
            }

            .footacc .panel-group:first-child .panel-heading {
                border-top: 0;
            }

        .footacc .panel-default {
            border: none;
            box-shadow: none;
        }
            .footacc .panel-default .panel-body {
                padding: 10px 0;
            }
        .footacc .panel-group .panel-heading + .panel-collapse > .panel-body, .footacc .panel-group .panel-heading + .panel-collapse > .list-group {
            background: #fff;
            border: none;
        }
        .footacc .panel-default .panel-body ul li a {
            padding: 5px 0;
        }

    .footer .footacc h3 {
        border-bottom: none;
        padding: 0;
        color: #121212;
        text-transform: none;
        font-size: 14px;
    }
    .footer-bottom {

        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 580px){
    #subscribe {
        border-width: 0 0 1px 0;
        border-color:#fff;
    }
}
@media (max-width: 460px) {
    .km-sign span, .km-sign a {
        width: 160px;
    }
}

/*#endregion Footer*/

/*#region Product list */
.item {
    margin-bottom: 25px;
}
.product {
    border: none;
    border-radius: 0;
    padding: 0;
}
/*.product .image-hover a img {
    max-height: 650px;
}*/
.item.list-view .product {
    padding-right: 0;
}
.image-hover {
    max-height: 100%;
}
.item.cartlist .image-hover {
    padding: 0;
}
.product:hover .image-hover a img {
    opacity: 1;
}
.product .product-discount {
    margin-right: 0px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
}
.product .discount {
    background: transparent;
    color: #121212;
    border: 2px dashed #121212;
    padding: 0;
    border-radius: 50%;
    display: flex;
    height: 54px;
    width: 54px;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 19px;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
}
    .product .discount small {
        font-size: 10px;
        line-height: 1;
    }
    .product .discount span {
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
    }
.item .btn-shopping-list {
    opacity: 1;
    color: #121212;
    visibility: visible;
    background: transparent;
    position: inherit;
    height: auto;
    width: auto;
}
.item .btn-shopping-list:before {
    font-size: 20px;
}
.new-product {
    background: #ffffffb3;
    position: absolute;
    top: 0;
    color: #121212;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.3px;
    z-index: 1;
    padding: 2px 6px;
}
.description {
    min-height: 60px;
}
.item.cartlist .description {
    min-height: 40px;
    padding: 10px 0 0 0;
}
.item .product-name {
    display: flex;
    justify-content: space-between;
}
.product .price {
    min-height: 60px;
}
.product .price {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.product .camp-price {
    color: #D62631;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.product .campaign-prbox {
    border: none;
    margin: 0;
    padding: 0;
}
.product .campaign-prbox {
    font-size: 12px;
    font-weight: 600;
    color: #121212;
    line-height: 14px;
    padding-bottom: 2px;
}
.product .price-standard {
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}
.product .price-sales {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
}
.buy-action {
    height: 54px;
    background-color: #ffffffa1;
}
.product:hover .buy-action .btn {
    margin-top: 9px;
}
.buy-action .btn-buy {
    display: inline-block;
    min-width: 160px;
}
.color-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 22px;
}
.item-colors {
    display: none;
}
.product:hover .item-colors {
    display: block;
}
.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:hover .color-piece {
    display: none;
}

.item.list-view {
    width: 50%;
}
    .item.list-view .image-hover {
        background: #fff;
        display: block;
        float: none;
        max-height: inherit;
        max-width: inherit;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .item.list-view .action-control {
        text-align: center;
        position: absolute;
    }
.list-view .buy-action {
    background: #ffffffa1;
    position: absolute;
    visibility: visible;
    opacity: 0;
    text-align: center;
}
.item.list-view .product:hover .buy-action {
    animation: 300ms linear 0s normal none 1 running fadeInUp;
}
.product .owl-item .items:before {
    content: '';
    display: block;
    background: #eee;
    padding-top: calc((100%/(209/313)));
}
.product .owl-item .items > img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
@media (max-width: 767px) {
	.action-control {
		display: none;
	}
}
@media (max-width: 480px) {
.item {
    margin-bottom: 10px;
}
.product .price {
    min-height: 40px;
}
.color-box {
    display: none;
}
}
/*#endregion Product list */

/*#region Category */
.breadcrumb {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.category-detail {
    border-radius: 0px;
    border: 1px solid #f3f3f3;
}
.category-info {
    max-height: 312px;
    overflow: auto;
}
    .category-info::-webkit-scrollbar {
        width: 4px;
        border-radius: 3px;
        background-color: #00000033;
    }

    .category-info::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 3px;
    }
.cat-top-bar .psort-list {
    margin-right: 0;
}
    .cat-top-bar .psort-list span {
        cursor: pointer;
    }
    .cat-top-bar .psort-list .dropdown-menu {
        right: 0;
        left: auto;
        margin-top: 20px;
    }
.filter-panel.modal.right .modal-header {
    margin-bottom: 0;
}
.filter-panel.modal .close {
    opacity: 1;
    font-weight: 300;
    padding: 14px 26px;
    font-size: 30px;
    display: block;
    line-height: 10px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}
.filter-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 0;
}
.filter-panel.modal.right .modal-title {
    font-size: 20px;
    font-weight: 400;
}
.clear-filter {
    color: #999;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
.filter-panel .modal-content {
    width: 100%;
}

.category-panel .panel-heading {
    padding: 14px 0 6px 0;
    border-bottom: none;
}
.category-panel a.size-filter {
    font-size: 15px;
    padding: 6px 0;
    min-width: 80px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.category-panel .panel-heading .panel-title {
    font-size: 18px;
    font-weight: 500;
}
.cat-top-bar .filter-list {
    margin-right: 38px;
}
.filter-list a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
    .filter-list a i {
        font-size: 22px;
        margin-left: 10px;
    }
.filter-search {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #1212122e;
    margin: 10px 0 20px;
}
    .filter-search input.prp-search {
        background: #ffffff;
        text-indent: 10px;
    }
    .filter-search .prp-search-btn {
        padding: 4px 12px 6px 20px;
        border-radius: 0;
    }
@media screen and (max-width: 991px){
    .breadcrumb {
        display: none;
    }
    .cat-top-bar {
        position: static;
    }
    .filter-content, .filter-bottom {
        padding-right: 0;
        padding-left: 0;
    }
    .filter-bottom {
        margin: 0;
    }
    .category-panel .panel-heading .panel-title a:after {
        padding-right: 0;
    }
	.category-panel .panel-heading .panel-title {
		font-size: 16px;
	}
	.category-panel .panel-heading .panel-title a {
		height: 30px;
	}
}
/*#endregion Category */

/*#region Product Detail */
.transitionfx {
    display: flex;
    flex-wrap: nowrap;
}
.pdetail {
    padding-right: 70px;
    padding-left: 0;
}
.prd-campaign.available-campaigns {
    padding-bottom: 30px;
}

.campaign {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.campaign-title {
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

    .campaign-title i {
        font-size: 17px;
        margin-right: 3px;
    }
.product-default-image {
    position: relative;
}
.product-images {
    padding-right: 0;
    padding-left: 0;
}

.pd-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.product-title {
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}
.product-code {
    color: #7c7c7c;
    font-size: 12px;
}

    .product-code span {
        font-weight: 400;
    }
.btn-shopping-list {
    margin-right: 10px;
}
    .btn-shopping-list.active:before {
        content: "\f02e";
        color: #d91d29;
    }

    .btn-shopping-list:before {
        content: "\f097";
    }
.btn-shopping-list:before {
    font-size: 18px;
}
.shoppinglist-alert-body p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.pdetail .btn-share i {
    font-size: 21px;
}
.pdetail .rating {
    font-size: 12px;
}

.rating .rating-number {
    margin-left: 6px;
    padding: 0;
}
.product-price {
    margin-top: 25px;
}
.product-price .price-sales {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.product-price .price-standard {
    color: #7c7c7c;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
}
.product-price-rate {
    background: none;
    color: #D62631;
    height: auto;
    width: auto;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}
.pd-campaigns .applied-campaigns {
    color: #7c7c7c;
    font-size: 13px;
}
.pd-campaigns .price-sales {
    color: #D62631;
}
.variants-container {
    padding-top: 30px;
}
.vprp-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.product-variants {
    margin-bottom: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #121212;
}
    .product-variants a {
        font-size: 15px;
        background-color: #ffffff;
        width: 60px;
        padding: 4px 0;
        border: 1px solid #121212;
    }
        .product-variants a:hover:not(.nostock), .product-variants a.vselected.vprp-enabled {
            border: 1px solid #121212;
            background-color: #121212;
            color: #fff;
        }
        .product-variants a.nostock {
            color: #c1c1c1;
            border-color: #c1c1c1;
            cursor: not-allowed;
            background: url(/skins/shared/images/nostock.png) no-repeat center center;
        }
.prd-group-container {
    margin: 0;
    padding-top: 30px;
}
.prd-group-container .prd-group-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.prd-group-container .product {
    border-radius: 0;
}
.size-store {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
    .size-store a {
        font-weight: 500;
    }
.size-guide {
}
.cart-actions {
    padding: 30px 0 10px;
}
.btn.btn-lg.btn-cart {
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transform: translate(-3px,-3px);
    transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    touch-action: manipulation;
}
    .btn.btn-lg.btn-cart:active {
        transform: translate(0,0);
    }
    .btn.btn-lg.btn-cart::before, .btn.btn-lg.btn-cart::after {
        content: "";
        display: block;
        position: absolute;
        transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    }
    .btn.btn-lg.btn-cart::before {
        border-bottom: 1px solid #121212;
        border-left: 1px solid #121212;
        bottom: -3px;
        height: 3px;
        left: 3px;
        width: 100%;
    }
    .btn.btn-lg.btn-cart::after {
        border-right: 1px solid #121212;
        border-top: 1px solid #121212;
        height: 100%;
        right: -3px;
        top: 3px;
        width: 3px;
    }
    .btn.btn-lg.btn-cart:active::before {
        bottom: 0;
        height: 0;
        left: 0;
    }
    .btn.btn-lg.btn-cart:active::after {
        right: 0;
        top: 0;
        width: 0;
    }

.alert-box div {
    width: 100%;
}
    .alert-box div > a {
        padding: 5px 0px 4px;
        margin: 20px 0 15px;
        border-radius: 0;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: #121212;
        text-shadow: 0 0 black;
    }
    .alert-box div:first-child > a {
        margin-right: 10px;
    }

.pdetail .product-icon {
    display: flex;
    flex-wrap: wrap;
}
.product-icon div {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.pdetail .product-icon i {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 5px;
    color: #7c7c7c;
}
.pdetail .product-icon span {
    color: #7c7c7c;
}
.icon-new {
    position: absolute;
    top: 10px;
    left: 16px;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
}
.right-content {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
#Detail {
    margin: 30px 0;
}

.pattern img {
    width: 100%;
}

.product-tab {
    margin: 30px 0;
    padding: 0;
}
    .product-tab .nav-tabs {
        flex: 0 0 200px;
        margin-top: -10px;
    }
        .product-tab .nav-tabs:after {
            display:none;
        }
        .product-tab .nav-tabs > li {
            display: block;
            width: 100%;
            margin: 5px 0;
            position: relative;
            text-align: left;
        }
        .product-tab .nav-tabs li a {
            background: #ffffff;
            margin: 0;
            padding: 5px 0;
            font-size: 15px;
            font-weight: 400;
            color: #7c7c7c;
        }
        .product-tab .nav-tabs > li:hover > a, .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus {
            background: #ffffff;
            color: #121212;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            z-index: 1;
        }
    .product-tab .tab-content {
        margin-top: 0;
        border-left: 1px solid #e5e5e5;
        padding-left: 60px;
        flex: 1;
    }
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.tab-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}
.size-tab {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.size-tab img {
    margin-left: 40px;
}
.size-guide {
    display: flex;
}
    .size-guide .table > tbody > tr > td, .size-guide .table > thead > tr > th {
        height: 34px;
        line-height: 1;
        vertical-align: middle;
        font-size: 13px;
    }
.size-head .table {
    border-right: none;
}
.size-head .table > tbody > tr > td {
    width: 120px;
    border-right: none;
}
    .size-head .table > tbody > tr:first-child > td {
        font-weight: 600;
    }
.size-content .table > tbody > tr > td {
    width: 60px;
    text-align: center;
}
.size-content .table > thead > tr > th {
    border-width: 1px;
    text-align: center;
}
@media (min-width:1590px) {
    .alert-box div {
        width: 50%;
    }
}
@media (min-width: 1366px) {
    .right-content {
        margin-left: 32.5%;
    }
}
@media (min-width:992px) {
	.pd-top {
		padding: 20px 0 0 0;
	}
    .prd-campaign.available-campaigns {
        padding: 30px 0;
    }
   /* .pattern {
        margin-bottom: -10%;
    }*/
    .product-tab {
        display: flex;
        flex-direction: row;
        max-width: 1000px;
        justify-content: center;
        margin: 0 auto 0;
        padding: 50px 70px;
        background: #fff;
        z-index: 1;
        position: relative;
    }
}
@media (min-width:900px) {
    #prd-images.owl-carousel .owl-item {
        max-width: 600px;
    }
	#prd-images.owl-carousel .owl-item > a {
        display: block;
    }
}
@media (min-width:768px) {
    .transitionfx {
        flex-direction: row;
        align-items: flex-start;
    }
}
@media (max-width: 1366px) {
    .right-content {
        margin: 0 auto;
    }
    .pdetail {
        padding-right: 0px;
    }
}
@media (max-width:991px) {
    .transitionfx {
        flex-direction: column-reverse;
    }
    .alert-box div {
        width: 50%;
    }
    .alert-box div > a {
        font-size: 11px;
    }
    .product-tab {
        margin: 30px 0 0;
    }
    .product-tab .panel-group .panel-heading {
        padding: 10px 0px;
    }
    .tab-title {
        display: none;
    }
    .product-tab .panel-title {
        font-size: 15px;
        font-weight: 400;
    }
        .product-tab .panel-title .collapsed {
            color: #7c7c7c;
        }
    .product-tab .prd-properties > .table thead {
        display: none;
    }
    .product-tab .prd-properties {
        padding: 10px;
    }
}
@media (max-width:600px) {
.product-tab .panel-body {
    padding: 15px 0px;
}
.product-tab .prd-properties {
    padding: 10px 0;
}
.size-tab img {
    display: none;
}
.size-content .table > tbody > tr > td {
    width: 52px;
}
.size-guide .table > tbody > tr > td, .size-guide .table > thead > tr > th {
    font-size: 11.5px;
}
}
/*#endregion Product Detail */

/*#region ps-nav */
.product-default-image .ps-nav {
    bottom: 0;
    top: auto;
    font-size: 24px;
    background: #ffffffa6;
    padding: 14px;
}

.product-default-image .ps-prev {
    left: 0px;
}

.product-default-image .ps-next {
    left: 0px;
    right: auto;
    bottom: 52px;
}
.product .pimg-nav.ps-nav {
    font-size: 24px;
    top: 48%;
    opacity: 0;
    color: #4d4d4d;
    visibility: hidden;
}
    .product .pimg-nav.ps-nav.ps-prev {
        left: 5px;
    }

    .product .pimg-nav.ps-nav.ps-next {
        right: 5px;
    }
.product:hover .pimg-nav.ps-nav {
    opacity: 1;
    visibility: visible;
}

.owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 3px;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #121212;
}
.ps-nav {
    background: none;
    border: none;
    text-shadow: none;
}
.plist-nav.ps-nav {
    top: -44px;
    font-size: 34px;
}
    .plist-nav.ps-nav.ps-next {
        right: 0;
    }
    .plist-nav.ps-nav.ps-prev {
        left: auto;
        right: 50px;
    }
.km-slider-wrapper {
    width: 100%;
    overflow: hidden;
}
.km-slider-wrapper .ps-nav {
    opacity: 0.7;
    transform: none;
    font-size: 22px;
    background: rgb(0 0 0 / 33%);
    height: 50px;
    width: 50px;
    padding: 0;
    top: 47%;
    color: #fff;
}
.km-slider-wrapper:hover .ps-nav {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.km-slider-wrapper .ps-next {
    right: 20px;
}
.km-slider-wrapper .ps-prev {
    left: 20px;
}
@media (min-width: 991px) {
    .km-slider-wrapper .ps-prev {
        left: -50px;
    }
    .km-slider-wrapper .ps-next {
        right: -50px;
    }
    .km-slider-wrapper:hover .ps-next {
        right: 20px;
    }
    .km-slider-wrapper:hover .ps-prev {
        left: 20px;
    }
}
@media (max-width: 991px) {
    .km-slider-wrapper .ps-nav {
        font-size: 18px;
        height: 30px;
        width: 30px;
    }
    .product .pimg-nav.ps-nav {
        opacity: 1;
        visibility: visible;
    }
.product-default-image .ps-next {
    left: auto;
    right: 0;
}
.product-default-image .ps-prev {
    left: auto;
    right: 0;
}
.product-show-case.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 2px;
}
.plist-nav.ps-nav {
    font-size: 28px;
    top: -30px;
}
    .plist-nav.ps-nav.ps-prev {
        right: 40px;
    }
}
/*#endregion ps-nav */

/*#region module title*/
.module-title {
    margin-bottom: 50px;
}
.module-title h2 {
    margin: 0;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-left: 120px;
    display: inline-block;
}
    .module-title h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100px;
        border-bottom: 1px solid;
    }
.module-title-v2 {
    border: none;
    margin-bottom: 50px;
    text-align: center;
}
    .module-title-v2 h2 {
        position: relative;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2px;
        display: inline-block;
        padding-bottom: 16px;
    }
    .module-title-v2 h2:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translate(-50%);
        width: 80px;
        border-bottom: 1px solid;
    }
.module-title.edit-module {
    background: #000;
    color: #fff;
    display: inline-flex;
    padding: 0 5px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}
@media (max-width:767px) {
.module-title {
    margin-bottom: 30px;
}
        .module-title h2:before {
            width: 40px;
        }
        .module-title h2 {
            font-size: 18px;
            letter-spacing: 0.5px;
            padding-left: 60px;
        }
    .module-title-v2 {
        margin-bottom: 26px;
    }
        .module-title-v2 h2 {
            padding-bottom: 6px;
        }
}

/*#endregion module title*/

/*#region dual content*/
.dual-content .dual-box {
    position: relative;
}
.dual-content:first-child .dual-box img {
    margin: 0;
}
.dual-content:last-child .dual-box {
    margin-top: 160px;
}
@media only screen and (min-width:1561px) {
    .dual-content .dual-box h3 {
        position: absolute;
        right: -20px;
        top: 0;
        transform: rotate(-90deg) translateY(0);
        transform-origin: top right;
        text-transform: uppercase;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        padding-bottom: 0;
        letter-spacing: .2em;
    }

    .dual-content:first-child .dual-box h3 {
        left: -50px;
        right: auto;
        transform: rotate(-90deg) translate(-100%);
        transform-origin: top left;
    }

    .dual-content .dual-box h3:before {
        position: absolute;
        content: "";
        top: 12px;
        left: -46px;
        width: 32px;
        border-bottom: 1px solid;
    }
}
@media only screen and (min-width:1200px) {
    .dual-content:first-child .dual-box img {
        max-width: 580px;
    }
}
@media only screen and (max-width: 1560px) {
    .dual-content .dual-box h3 {
        position: relative;
        text-transform: uppercase;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        padding-bottom: 0;
        letter-spacing: .2em;
        margin-top: 20px;
        padding-left: 46px;
    }

        .dual-content .dual-box h3:before {
            position: absolute;
            content: "";
            top: 12px;
            left: 0px;
            width: 32px;
            border-bottom: 1px solid;
        }
}
@media only screen and (max-width: 767px) {
    .dual-content {
        padding: 0;
    }
    .dual-content .dual-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .dual-content:last-child .dual-box {
        margin-top: 40px;
    }
        .dual-content .dual-box h3 {
            padding-bottom: 20px;
            margin-top: 0px;
        }
}
/*#endregion dual content*/

/*#region block-content content*/
.block-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.block-content > div {
    padding:0;
}
        .block-content .block-content-text h3 {
            font-size: 44px;
            font-weight: 500;
            line-height: 52px;
        }
        .block-content .block-content-text p {
            color: #7c7c7c;
            font-size: 18px;
            margin-bottom: 40px;
        }
@media only screen and (min-width: 1366px) {
    .block-content .block-content-text {
        padding-left: 5.7%;
        padding-right: 80px;
    }
}
@media only screen and (max-width: 1430px) {
    .block-content .block-content-text {
        padding-left: 15px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .block-content .block-content-text h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 36px;
    }

    .block-content .block-content-text p {
        color: #7c7c7c;
        font-size: 16px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .block-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .block-content.right {
        flex-direction: column-reverse;
    }
        .block-content .block-content-text {
            padding-top: 20px;
        }
    .block-content .block-content-text h3 {
        font-size: 23px;
        font-weight: 500;
        line-height: 26px;
    }

    .block-content .block-content-text p {
        color: #7c7c7c;
        font-size: 14px;
        margin-bottom: 20px;
    }
}
/*#endregion block-content content*/

/*#region fw banner*/
.fw-banner {
    position: relative;
    margin-bottom: 26px;
}
    .fw-banner .box-content-overly.box-content-overly-white {
        opacity: 1;
        visibility: visible;
    }
.box-content-overly {
    right: auto;
    left: auto;
}
.box-text-flex {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    max-width: 1360px;
    flex-direction: column;
    margin: 0 auto;
}
.km-slider .content-slide .box-content-overly {
    text-align: left;
    color: #000;
}
.fw-banner h3, .content-slide h3 {
    font-size: 70px;
    line-height: 90px;
}
    .fw-banner h3 span, .content-slide h3 span {
        display: block;
        font-weight: 800;
        font-size: 80px;
        line-height: 90px;
    }
.fw-banner p, .content-slide p {
    font-size: 18px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1530px) and (min-width: 1366px) {
    .box-text-flex {
        max-width: 100%;
        padding-right: 5.7%;
        padding-left: 5.7%;
    }
}
@media only screen and (max-width: 1366px) {
    .box-text-flex {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .fw-banner h3, .content-slide h3 {
        font-size: 40px;
        line-height: 50px;
    }
        .fw-banner h3 span, .content-slide h3 span {
            font-size: 50px;
            line-height: 60px;
        }
    .fw-banner p, .content-slide p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .fw-banner {
        margin-bottom: 0;
    }
    .fw-banner .box-content-overly, .km-slider .content-slide .box-content-overly  {
        position: relative;
        margin-top: 10px;
    }
    .fw-banner h3,.km-slider .content-slide .box-content-overly h3 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 5px;
    }
        .fw-banner h3 span, .km-slider .content-slide .box-content-overly span {
            font-size: 32px;
            line-height: 42px;
        }
    .fw-banner p, .km-slider .content-slide .box-content-overly p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
/*#endregion fw banner*/

/*#region blog*/

.blog-slider .blog-item {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.blog-slider .blog-content {
    padding: 10px 0px 0px;
}
.blog-slider .blog-item h2 {
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    font-size: 18px;
}
.blog-slider .blog-short-desc {
    color: #7c7c7c;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

.blog-item a.readmore {
    font-size: 12px;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
}

    .blog-item a.readmore:after {
        content: "";
        position: absolute;
        bottom: -1px;
        display: inline-block;
        background: #000;
        height: 1px;
        width: 100%;
        left: 0;
        transition: .5s;
    }

    .blog-item a.readmore:hover:after {
        width: 50%;
    }

.overlay-link {
    background-color: transparent;
}

.blog-item .main-image:hover img {
    opacity: 1;
}

.km-slider-wrapper.blog-slider .ps-nav {
    opacity: 1;
    transform: scale(1);
}

.blog-slider .ps-nav {
    top: 32%;
}

@media (min-width: 1250px) {
    .blog-slider .ps-next {
        right: -50px;
    }

    .blog-slider .ps-prev {
        left: -50px;
    }
}

@media (min-width: 992px) {
    .blog-slider .owl-item .blog-item {
        margin-bottom: 60px;
    }
    .blog-slider .owl-item.active.center .blog-item {
        margin-bottom: 0px;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .blog-slider .blog-item h2 {
        letter-spacing: 0;
        font-size: 17px;
    }
}
@media (max-width: 600px) {

    .blog-slider .blog-item {
        margin: 0 0px 15px;
    }

    .blog-slider {
        margin-right: auto;
        margin-left: auto;
    }
}
/*#endregion blog*/

/*#region inactive page*/
.inactivepage {
    background: #ffffff url(/skins/shared/images/inactivebg.jpg);
    background-size: cover;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.inactivepage img {

}
.inactive1 {
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inactive2 {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inactivepage .wrapper {
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
}
    .inactivepage .wrapper h2 {
        font-size: 48px;
        font-weight: 700;
        padding-top: 80px;
    }
.inactive-social {
    padding: 50px 0;
}
.inactivepage .wrapper p {
    font-size: 24px;
}
.inactivepage .wrapper span {
    font-size: 20px;
    padding-top: 50px;
}

.inactive-social img {
    width: 48px;
    height: 48px;
    margin: 0 30px;
}
@media (max-width:1600px) and (min-width:1201px){
    .inactive1 {
        left: 0;
        max-width: 410px;
    }

    .inactive2 {
        right: 5%;
        max-width: 330px;
    }
}
@media (max-width:1200px) and (min-width:992px) {
    .inactive1 {
        left: 0;
        max-width: 340px;
    }

    .inactive2 {
        right: 0;
        max-width: 280px;
    }
}
@media (max-width:991px) and (min-width:641px) {
    .inactive1 {
        left: 0;
        max-width: 250px;
        opacity: 0.5;
    }

    .inactive2 {
        right: 0;
        max-width: 210px;
        opacity: 0.5;
    }
    .inactive-social img {
        width: 40px;
        height: 40px;
        margin: 0 20px;
    }
    .inactivepage .wrapper > img {
        max-width: 220px;
    }
    .inactivepage .wrapper h2 {
        font-size: 38px;
    }
    .inactivepage .wrapper p {
        font-size: 20px;
    }
}



@media (max-width:640px) and (min-width:531px) {
    .inactive1 {
        left: 0;
        max-width: 250px;
        opacity: 0.5;
    }

    .inactive2 {
        right: 0;
        max-width: 210px;
        opacity: 0.5;
    }
    .inactive-social img {
        width: 36px;
        height: 36px;
        margin: 0 20px;
    }
    .inactivepage .wrapper > img {
        max-width: 200px;
    }

    .inactivepage .wrapper h2 {
        font-size: 32px;
    }

    .inactivepage .wrapper p {
        font-size: 18px;
    }
}


@media (max-width:530px) {
    .inactive1 {
        left: 0;
        max-width: 180px;
        opacity: 0.5;
        top: 50px;
    }

    .inactive2 {
        right: 0;
        max-width: 142px;
        opacity: 0.5;
        top: 50px;
    }
    .inactive-social img {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }
    .inactivepage .wrapper > img {
        max-width: 170px;
    }

    .inactivepage .wrapper h2 {
        font-size: 23px;
    }

    .inactivepage .wrapper p {
        font-size: 16px;
    }
}
/*#endregion inactive page*/

/*#region Mini Cart & Cart Steps & Account Pages */
.mini-cart-table .mini-cart-product img, .cart-product .cart-product-thumb div {
    border: none;
    border-radius: 0;
    padding: 0;
}
.panel-default, .cart-summary, .border-box, .panel-group.usecoupon .panel.panel-default, .panel-group.usecoupon .panel-body .input-group, .order-header .order-search, .order-header .form-control, .account-wrap .panel.panel-default, .km-sidebar {
    border-radius: 0px;
}
.step-cart .campaign {
    margin-bottom: 10px;
    border-radius: 0;
    background: #f1eeee;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
}
.step-cart .campaign-title {
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.cart-quanity .touchspin {
    border: none;
}
.cart-product .cart-description .campaign-name {
    font-weight: 500;
}
h1.section-title-inner {
    padding-bottom: 10px;
    font-size: 22px;
}
.block-title-5 {
    font-size: 15px;
    font-weight: 400;
}
div#pnl-shipper {
    padding: 15px 0;
    margin: 10px 0 30px;
}
.mo-list {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
    .mo-list .mo-detail span {
        font-weight: 500;
    }
    .mo-list .list-group-item {
        padding: 16px 0;
    }
        .mo-list .list-group-item > div {
            display: flex;
            flex-direction: row;
        }
.mo-list .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
    h1.section-title-inner {
        font-size: 18px;
    }
    .cart-product .cart-description .campaign-name {
        margin-top: 5px;
        font-size: 12px;
    }
    .cart-description h4 a {
        font-size: 13px;
    }
}
/*#endregion Mini Cart & Cart Steps & Account Pages */

/*#region Checkout Tabs */
@media only screen and (min-width: 768px) {
    .tabbable {
        display: flex;
        flex-direction: row;
        background: #fff;
        z-index: 1;
        position: relative;
    }

        .tabbable .nav-tabs {
            flex: 0 0 200px;
            padding: 0;
        }

            .tabbable .nav-tabs:after {
                display: none;
            }

            .tabbable .nav-tabs > li {
                display: block;
                width: 100%;
                margin: 5px 0;
                position: relative;
                text-align: left;
            }

            .tabbable .nav-tabs li a {
                background: #ffffff;
                margin: 0;
                padding: 5px 0;
                font-size: 15px;
                font-weight: 400;
                color: #7c7c7c;
            }

            .tabbable .nav-tabs > li:hover > a, .tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
                background: #ffffff;
                color: #121212;
                padding: 5px 0;
                border: 0;
                font-size: 15px;
                font-weight: 400;
                border-radius: 0;
                box-shadow: none;
                z-index: 1;
            }

        .tabbable .tab-content {
            margin-top: 0;
            border-left: 1px solid #e5e5e5;
            padding-left: 36px;
            flex: 1;
        }
}
@media only screen and (max-width: 767px) {
    .tabbable .nav-tabs:after {
        display: none;
    }

    .tabbable .nav-tabs > li {
        margin: 5px 0;
        position: relative;
        text-align: left;
    }

    .tabbable .nav-tabs li a {
        background: #ffffff;
        margin: 0;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 400;
        color: #7c7c7c;
    }

    .tabbable .nav-tabs > li:hover > a, .tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
        background: #ffffff;
        color: #121212;
        padding: 5px 10px;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
        box-shadow: none;
        z-index: 1;
    }
}
/*#endregion Checkout Tabs */

/*#region Pgroup Tabs */
.pgroup-tab .tab-head {
    position: relative;
    margin-bottom: 38px;
}
    .pgroup-tab .tab-head:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        border: 1px solid #e5e5e5;
    }
.pgroup-tab .nav-tabs {
    list-style: none;
    text-align: center;
    display: table;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 0 38px;
    border: 0;
}
    .pgroup-tab .nav-tabs:after {
        display: none;
    }
    .pgroup-tab .nav-tabs > li {
        margin: 0 25px;
    }
    .pgroup-tab .nav-tabs li a {
        background: #ffffff;
        margin: 0;
        padding: 5px 0;
        font-size: 20px;
        font-weight: 400;
        color: #7c7c7c;
    }
    .pgroup-tab .nav-tabs > li:hover > a, .pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus {
        background: #ffffff;
        color: #121212;
        padding: 5px 0;
        margin: 0;
        border: 0;
        font-size: 20px;
        font-weight: 400;
        border-radius: 0;
        box-shadow: none;
        z-index: 1;
    }
/*#endregion Pgroup Tabs */

/*#region Buttons */
.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}
.btn-success {
    background-color: #448E6F;
}
    .btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus, .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        background-color: #398062;
    }
.btn.btn-sm.btn-address, .btn.btn-sm.btn-set-address {
    background: none;
    color: #000;
    padding: 0;
    text-decoration: underline;
}
.btn-address.btn-select-bill, .btn-address.btn-select-ship {
    margin-right: 10px;
}
    .btn-address.btn-select-bill i {
        display: none;
    }
.pnl-shipper-btn:checked + .pnl-shipper-label {
    background: #fff;
    border-color: #e5e5e5;
}
/*#endregion Buttons */

/*#region support page */
.support-page .panel.panel-default {
    background-color: #ffffff;
    border-width: 0 0 1px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
    border-style: solid;
}

.support-page .panel-group .panel + .panel {
    margin-top: 0;
}

.support-page .panel-default > .panel-heading {
    background-color: #ffffff;
    border: none;
    padding: 18px 0;
}

.support-page .panel-title a {
    color: #000000;
    font-size: 15px;
    display: flex;
    font-weight: 500;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.support-page .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 0px 0 30px;
}
.support-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.support-box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 24px;
    position: relative;
    transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    touch-action: manipulation;
}
.support-box::before {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    bottom: -5px;
    height: 5px;
    left: 5px;
    width: 100%;
}
.support-box::before, .support-box::after {
    content: "";
    display: block;
    position: absolute;
    transition: all .3s cubic-bezier(0.3, 0, 0, 1);
}
.support-box::after {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    height: 100%;
    right: -5px;
    top: 5px;
    width: 5px;
}
.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.support-box p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.support-box p i {
    margin-right: 8px;
    font-size: 22px;
}
.support-box a {
    color:#121212;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	margin-bottom: 15px;	
}
.support-box a i {
    margin-right: 8px;
    font-size: 22px;
}	
@media (max-width: 991px){
	.support-box {
		flex-direction: column;
	}
	.google-maps {
		padding-bottom: 50%;
		margin-left: 0px;
	}
	.km-sidebar .sidebar-header {
		margin: 20px -10px;
	}	
}
.stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.stores-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 24px;
    position: relative;
    transition: all .3s cubic-bezier(0.3, 0, 0, 1);
    touch-action: manipulation;
}

.stores-box::before {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    bottom: -5px;
    height: 5px;
    left: 5px;
    width: 100%;
}
.stores-box::before, .stores-box::after {
    content: "";
    display: block;
    position: absolute;
    transition: all .3s cubic-bezier(0.3, 0, 0, 1);
}
.stores-box::after {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    height: 100%;
    right: -5px;
    top: 5px;
    width: 5px;
}
.stores-map {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
    .stores-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.stores-info {
    min-height: 103px;
}
.stores-info p {
    height: 42px;
    line-height: 18px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
	-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;
}
.stores-info p i {
    margin-right: 8px;
    font-size: 22px;
}
.stores-info a {
    color:#121212;
	display: flex;
    flex-direction: row;
    align-items: flex-start;	
}
.stores-info a i {
    margin-right: 8px;
    font-size: 22px;
}
/*#endregion support page */











