
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.grid-container {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 979px) {
    .container {
        width: 100% !important;
        max-width: 979px !important;
    }
}
.panel-title {
    font-size: 15px;
}
@media (min-width: 992px) {
    .account-offset {
        padding-top: 140px;
    }
}
.btn-default {
    color: #ffffff;
    background-color: #000000;
}
    .btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        color: #fff;
        background-color: #292929
    }

    .btn-check:active + .btn-default, .btn-check:checked + .btn-default, .btn-default.active, .btn-default:active, .show > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #292929
    }
	
.btn-success {
    color: #fff;
     background-color: #E1AD01;
}

    .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 {
        color: #fff;
         background-color: #c99b04;
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #fff;
         background-color: #c99b04;
    }
	
.btn-info {
    color: #fff;
   background-color: #000000;
}

    .btn-info.focus, .btn-info:focus, .btn-info:hover, .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus,
    .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
        color: #fff;
         background-color: #292929
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #fff;
         background-color: #292929
    }	
.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;
}
.module-separator {
    display: block;
    content: " ";
}
@media (min-width:992px) {
    .module-separator {
        padding: 20px 0;
    }
}
@media (max-width:991px) {

    .module-separator {
        padding: 10px 0;
    }
}
.cart-product .cart-description .campaign-prbox .price {
    color: #e0101f;
}
/*#region video*/
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-text-track-region-container {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}


.embed-container{position:relative;}
#homeVideo{width:100%;height:auto;display:block;}
.video-overlay {
  position:absolute;
  inset:0;
  background:transparent;
}
/*#endregion video*/

/*#region search*/
/*#region sticky*/
@media (min-width: 992px) {

    .sld-box {
        display: flex;
        clear: both;
        margin-bottom: 60px;
    }

        .sld-box .pd-fixwrap {
            position: relative;
        }

    .pd-fix {
        position: sticky;
        top: 100px;
        /* Where it stops */
    }
}
/*#endregion sticky*/
/*#region quick search*/

.quick-search-result.open-search {
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    z-index: 2;
    margin: 0 auto;
}

.quick-search-result.close-search {
    display: none
}

@media (min-width:992px) {
    .quick-search-result.open-search {
        width: 700px;
    }
}

@media (max-width:991px) {
    .quick-search-result {
        width: 100%;
    }
}

.km-search {
    box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
    background: #fff;
    padding: 10px 0px;
    border-right: 1px solid #ededed;
}

    .search-sidebar h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        margin: 5px 20px;
        padding-bottom: 5px;
    }

    .search-sidebar > div {
        display: flex;
        flex-direction: column;
    }

    .search-sidebar ul {
        padding: 10px 0;
    }

        .search-sidebar ul li a {
            font-size: 13px;
            display: block;
            padding: 5px 20px;
        }

            .search-sidebar ul li a:hover {
                background: #ededed;
            }

.search-products {
    background: #fff;
    padding: 10px 15px;
}

    .search-products h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    .search-products > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .search-products .border-box {
        padding: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border: 1px solid #ededed;
    }

    .search-products img {
        max-height: 70px;
        margin: 0 8px 0 0;
    }

    .search-products .prd-name {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 28px;
    }

    .search-products .discount {
        background: #000000;
        font-weight: 600;
        padding: 2px 4px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin-right: 8px;
    }

    .search-products .price {
        display: flex;
        align-items: center;
    }

    .search-products .price-box {
        min-height: auto;
        line-height: 1;
    }

    .search-products .price-sales {
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .search-products .price-standard {
        color: #999999;
        line-height: 14px;
        font-size: 12px;
        text-decoration: line-through;
    }
/*#endregion quick search*/

.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 32px;
    box-shadow: none;
    border-radius: 30px;
    opacity: 1;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 0;
    letter-spacing: 1px;
    max-width: 100%;
    text-align: left;
	background: #f5f0e7;
    text-indent: 16px;
    -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-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-input-box {
    display: table;
    max-width: 100% !important;
    width: 150px;
    position: relative;
    transition: all 0.45s ease 0s;
    background: #f5f0e7;
    border-radius: 8px;
}



span.input-group-btn {
    line-height: 0;
}

.search-input-box .search-btn {
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    line-height: 0;
    border: none;
    border-radius: 30px;
        background: #f5f0e7;
    color: #000 !important;
}

.search-input::-webkit-input-placeholder {
    opacity: .6;
    color: #666;
}

.search-input:-moz-placeholder  {
    opacity: .6;
    color: #666;
}

@media (min-width:1440px) {
    .search-input-box .search-input:focus {
        width: 220px
    }
}

@media (max-width:1112px) and (min-width:991px) {

    .search-input-box {
        width: 170px;
    }
}

@media (max-width:991px) {
    .search-new-mobile {
        padding: 10px;
            background: #f5f0e7;
        margin-top: 92px;
    }

    .search-input-box {
        background: #fff;
        width: 100%;
    }

    .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%;
    }

    .search-input-box .search-btn {
        padding: 7px 18px;
        font-size: 24px;
        background: #fff;
    }
}

/*#endregion search*/

/*#region header*/

/*#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: #E1AD01;
    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: 10px;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    padding-right: 38px;
    margin-right: 38px;
    line-height: 32px;
    letter-spacing: 2.2px;
}

    .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*/


.headerv2.navbar-km {
    background: #000000;
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 72%);
    border: none;
}

.navbar .navbar-top {
    height: 33px;
    font-weight: 400;
}

.headerv2.header-cart .navbar-top {
    height: 80px;
    background: #000;
}

.navbar.stuck .navbar-top {
    margin-top: -33px;
}

.navbar.stuck .brandWrap {
    height: auto;
    overflow: visible;
}

.brandWrap {
    position: relative;
}

.navbar-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.header-offset {
    padding-top: 130px;
}

.home-header-offset {
    padding-top: 111px;
}

.login-container.header-offset {
    padding-top: 60px;
}

.step-address.header-offset {
    padding-top: 100px;
}
.category-header-offset {
    padding-top: 0;
}
h1.section-title-inner {
    padding-bottom: 30px;
    font-size: 24px;
}
.headerv2.header-cart .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 14px 0;
    position: absolute;
    right: 0;
    width: 156px;
    height: 80px;
}

.headerv2 .navbar-brand {
    display: block;
    height: auto;
    padding: 9px 60px 9px 0px;
    width: 270px;
}

.headerv2 .cart-page .navbar-brand {
    display: block;
    height: 70px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    width: 308px;
    margin-top: 0;
}


.headerv2 .user-menu {
    float: right;
}

    .headerv2 .user-menu > li > a {
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
        color: #fff;
        text-transform: none;
        padding: 25px 0 25px 30px;
    }

.headerv2 .hasUserMenu > .dropdown-menu > li > a {
    text-transform: none;
    font-size: 14px;
    padding: 8px 20px;
}

    .headerv2 .hasUserMenu > .dropdown-menu > li > a i {
        font-size: 20px;
        width: 15px;
    }

.headerv2 .dropdown-menu {
    border: medium none;
    border-radius: 0;
    transform: translate3d(0, 0, 0);
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.headerv2 .cart-menu > a {
    color: #fff;
    padding: 26px 0 26px 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 13px;
}

.headerv2 .cart-menu.dropdown:hover div.dropdown-menu {
    min-width: 400px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 450px;
}

.cart-menu a .cart-quantity {
    bottom: 27px;
    right: 0px;
}

@media (max-width: 1319px) and (min-width: 992px) {
    .headerv2 .navbar-brand {
        padding: 15px 20px 18px 0px;
        width: 200px;
    }
}

@media (max-width: 1099px) and (min-width: 992px) {
    .headerv2 .navbar-brand {
        padding: 15px 20px 18px 0px;
        width: 160px;
    }
}

@media (min-width:992px) {
    .brandWrap {
        height: 80px;
    }

    .headerv2 .cart-page.brandWrap {
        height: 70px;
    }

    .headerv2 .hasUserMenu .dropdown-menu {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .headerv2 .user-menu i {
        margin-right: 5px;
        font-size: 30px;
    }


    .headerv2 .cart-menu > a i {
        font-size: 28px;
    }
}

@media (max-width:991px) and (min-width:838px) {
}

@media (max-width:838px) and (min-width: 767px) {
}

@media (max-width: 991px) {
    .header-offset {
        padding-top: 12px;
    }


    .home-header-offset {
        padding-top: 0px;
    }

    .content-header-offset {
        padding-top: 0px;
    }

    .headerv2 .navbar-nav {
        margin: 7.5px -10px 0;
    }

    .headerv2.navbar-km {
        background: #000;
        border-bottom: none;
    }

    .headerv2 .navbar-top {
        height: 60px;
        background: #000;
    }

    .headerv2.header-cart .navbar-top {
        height: 60px;
        background: #000;
    }

    .headerv2 .navbar-brand.mobile-logo {
        display: block;
        height: 60px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 8px 0;
        position: absolute;
        right: 0;
        width: 134px;
        margin-top: 0;
    }

    .headerv2.header-cart .navbar-brand {
        display: block;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 12px 0;
        position: absolute;
        right: 0;
        width: 124px;
        height: 60px;
    }

    .headerv2 .user-menu > li > a {
        color: #fff;
        padding: 17px 7px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        margin: 0;
    }

    .user-menu > li > a i, .headerv2 .user-menu ul li a i {
        font-size: 26px;
		color: #fff;
    }

    .headerv2 .cart-menu > a {
        padding: 17px 12px 18px 12px;
    }

    .cart-menu a .cart-quantity {
        bottom: 24px;
        right: 10px;
    }
}

@media (max-width: 400px) {

    .headerv2 .navbar-brand img {
        max-width: 100%;
    }
}
/*#endregion header*/
/*FOOTER*/
.footer {
    background: #f5f0e7;
    border: none;
    font-weight: 400;
    padding-bottom: 10px;
}

    .footer a,
    .footer ul {
        color: #333a40;
    }

    .footer .footer-title {
        border-bottom: none;
        font-size: 15px;
        font-weight: 600;
        line-height: 27px;
        padding: 20px 0 10px;
        text-transform: uppercase;
        color: #333a40;
    }

.footer-top {
    padding: 20px 0 40px;
}

.footer-center {
    background: #333a40;
}

.footer-bottom {
    background: #f5f0e7;
    border-top: none;
    padding-top: 60px;
}

.footer-bottomlist {
    text-align: center;
}

    .footer-bottomlist a {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 0 20px;
        line-height: 30px;
    }

.footer-cards {
    padding-top: 15px;
}

.footer-social {
    padding-top: 13px;
}

    .footer-social a {
        font-size: 26px;
        margin: 0 0 0 16px;
    }

.footer .news-letter-box {
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
}

    .footer .news-letter-box > i {
        font-size: 20px;
        padding-left: 18px;
    }

    .footer .news-letter-box input {
        height: 42px;
        width: 80%;
        border: none;
        text-indent: 6px;
        box-shadow: none;
        margin: 0;
    }

    .footer .news-letter-box .btn {
        box-shadow: none;
        color: #333a40;
        float: right;
        font-size: 13px;
        height: 42px;
        width: 16%;
        border-radius: 0 8px 8px 0;
        padding: 0;
        font-weight: 600;
        background: none;
    }

        .footer .news-letter-box .btn > i {
            font-size: 26px;
        }

.footer .newsletter p {
    padding-bottom: 20px;
}

.km-sign {
    text-align: center;
    padding-top: 40px;
}

    .km-sign span {
        border-right: 1px solid #b7aeb3;
    }

    .km-sign a,
    .km-sign span {
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 600;
        padding: 0 30px;
    }

@media (min-width: 992px) {
    .footer-social {
        text-align: right;
    }

    .footer-cards img {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .newsletter {
        text-align: center;
        padding-top: 35px;
    }

        .newsletter p {
            padding-bottom: 10px;
        }

        .newsletter span {
            display: none;
        }
}

@media (max-width: 1200px) and (min-width: 620px) {
    .newsletter {
        max-width: 60%;
        margin: 0 auto 0;
        float: none;
        display: flow-root;
    }
}

@media (max-width: 991px) {
    .footer-bottom {
        padding-top: 40px;
    }

    .footer-social {
        padding-top: 20px;
        text-align: center;
    }

    .km-sign {
        padding-top: 20px;
    }

    .footer-cards {
        padding-top: 20px;
    }

    .newsletter {
        padding-top: 0px;
    }

    .footer-bottomlist a {
        letter-spacing: 0px;
        padding: 0 10px;
        font-size: 12px;
    }

    .km-sign a,
    .km-sign span {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0 20px;
    }

    .bottom-menu .bm-child:nth-child(3),
    .bottom-menu .bm-child:nth-child(6) {
        display: none;
    }

    .bottom-menu .bm-child:first-child h3,
    .bottom-menu .bm-child:nth-child(4) h3 {
        font-size: 14px;
        padding: 20px 0 10px;
    }
}

@media (max-width: 767px) {
    .footer-center {
        padding: 10px 0;
    }

    #subscribe {
        border: none;
    }
}

/*#region footer-markt*/
.footer .footer-markt {
    background: #ffffff;
    padding: 20px 0 30px;

}

    .footer .footer-markt .card-box {
        padding: 0 2.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .footer .footer-markt .card-box span {
            display: block;
            padding-bottom: 8px;
            font-size: 16px;
            font-weight: 600;
            color: #333a40;
        }

        .footer .footer-markt .card-box p {
            display: block;
        }

        .footer .footer-markt .card-box .card-box-icon {
            margin-right: 20px;
        }

            .footer .footer-markt .card-box .card-box-icon i {
                font-size: 46px;
            }

.footer .footer-markt .card-box i:before {
    color: #f5f0e7;
    background: linear-gradient(to right, #f9cf87 20%, #E1AD01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1200px) {
    .footer .footer-markt .card-box {
        padding: 0;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .footer .footer-markt .card-box .card-box-icon {
            margin-right: 0;
            margin-bottom: 20px;
            margin-right: 0;
        }
}

@media (max-width: 767px) {
    .footer .footer-markt {
        padding: 15px 0;
    }

        .footer .footer-markt .card-box > div:nth-child(2) {
            min-height: 80px;
        }

        .footer .footer-markt .marketing ul li:nth-child(3) .card-box,
        .footer .footer-markt .marketing ul li:nth-child(4) .card-box {
            margin-top: 15px;
        }

        .footer .footer-markt .card-box span {
        }

        .footer .footer-markt .card-box p {
            font-size: 13px;
        }

        .footer .footer-markt .card-box ul li {
            margin-bottom: 15px;
        }
}
/*#endregion footer-markt*/

/*FOOTER END */

/*#region product card*/
.breadcrumb {
    border-bottom: none;
	padding: 0px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
	.breadcrumb > li {
		font-size: 14px;
	}
}
h1.category-name {
    font-size: 20px;
}
.category-desc {
    padding: 0 10px 30px;
}

.category-panel.filter-panel ul > li > a {
    margin-top: 10px;
    margin-bottom: 10px;
}
.category-panel.filter-panel .filter-item a {
    font-size: 14px;
}
@media (max-width: 767px) {
	.category-desc {
		padding: 0 10px 20px;
	}
}
.category-detail {
    clear: both;
}
.product-show-case .item.itemauto {
    margin: 0 8px 20px;
}
.item.itemauto {
    margin-bottom: 30px;
}

.product {
    text-align: left;
    padding: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
}

    .product .image-hover {
        max-height: initial;
    }

        .product .image-hover a img {
            transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
        }
    .product.whiteprd .image-hover {
        background: #f2f2f2;
        padding: 50px;
    }

    .product:hover .image-hover a img {
        opacity: 1;
    }
    .product .promotion-first {
        margin-bottom: 0;
    }

.product .desc-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 6px 0;
}

	.product .btn-shopping-list {
		border: none;
		background: none;
		padding: 0;
		box-shadow: none;
		z-index: 1;
		position: relative;
		opacity: 1;
		visibility: visible;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		border-radius: 0;
	}

    .product .description, .item.cartlist .description {
        margin: 0;
        min-height: 86px;
        padding: 0 20px;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        z-index: 1;
        position: relative;
    }
	.item .product-name {
		line-height: 21px;
	}
	.product .product-name a, .item.cartlist .product-name a {
		font-size: 14px;
		font-weight: 400;
		-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;
	}
.item-review {
    font-size: 11px;
}
    .product .description .product-brnd {
        display: block;
        font-size: 14px;
        margin: 0;
    }

    .product .description .product-adv {
        display: block;
        font-size: 12px;
        margin: 0;
    }

.item .product .new-product {
    background: none;
    color: #39454d;
    font-size: 13px;
    position: absolute;
    top: 16px;
    right: 16px;
    height: auto;
    border-radius: 0;
    padding: 0;
    line-height: 16px;
    font-weight: 700;
}
.item .product .saleamount {
    background: none;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
    height: auto;
    border-radius: 0;
    padding: 0;
    line-height: 14px;
}

.item .product .fast-shipping {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 90px;
    width: 90px;
    text-align: center;
    z-index: 1;
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.item .product .fast-shipping span {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #39454d;
    padding: 7px 0 6px;
    width: 120px;
    text-align: center;
    display: block;
    position: absolute;
    left: -27px;
    top: 18px;
    z-index: 1;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.item .product .isenroute {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 90px;
    width: 90px;
    text-align: center;
    z-index: 1;
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.item .product .isenroute span {
    font-size: 13px;
    line-height: 1;
    color: #000;
    background: #dddddd;
    padding: 7px 0 6px;
    width: 120px;
    text-align: center;
    display: block;
    position: absolute;
    left: -27px;
    top: 18px;
    z-index: 1;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.item-properties {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    margin-top: 10px;
    position: absolute;
    bottom: 26px;
    left: 5px;
}
.item-properties span {
    display: block;
    margin-bottom: 6px;
    border: 1px solid #c5c5c5;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    background: #fff;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 3px;
}
.product .price {
    min-height: 56px;
    padding: 0 20px 20px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
}

    .price-box {
        min-height: auto;
        margin: 0 0 0 10px;
    }
    .product .discount {
        background: #d62631;
        font-size: 13px;
        font-weight: 600;
        padding: 6px;
        line-height: 14px;
    }
.item.cartlist .product .product-discount {
    margin-right: 10px;
    position: inherit;
    top: auto;
    left: auto;
}
.price-standard, .price-box .price-standard {
    color: #666;
    font-size: 13px;
    text-decoration: line-through;
    display: block;
    line-height: 14px;
}

.price-box .price-sales, .price-sales {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.campaign-prbox {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    line-height: 16px;
}

        .campaign-prbox .camp-price {
            color: #d62631;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
        }

    .product .add-cart .btn-buy {
        font-size: 14px;
        text-transform: none;
        font-weight: 600;
        letter-spacing: 0;
        display: flex;
        text-shadow: none;
        max-width: 200px;
        width: 100%;
        -o-text-shadow: none;
        -webkit-text-shadow: none;
        -ms-text-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        margin: 20px auto 15px;
        padding: 8px 20px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        color:#fff;
    }

        .product .add-cart .btn-buy img {
            width: 24px;
            margin-left: 10px;
        }

.plistno-stock.btn {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    text-shadow: none;
    max-width: 200px;
    width: 100%;
    -o-text-shadow: none;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    margin: 20px auto 15px;
    padding: 9px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #37434b;
    background: #eff1f0;
    cursor: auto;
}
.qpreview {
    padding-top: 20px;
}
.qpreview .product-price {
    margin-top: 5px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.qpreview .pdetail .product-price .price-sales {
    font-size: 18px;
    line-height: 22px;
}
.qpreview .product-image-list a {
    display: block;
    margin: 0 0 6px 0;
    width: auto;
}
@media (min-width:1200px) {
    .product .price {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .campaign-prbox {
        border-left: 1px solid rgba(0, 0, 0, 0.5);
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
    }
}

@media (min-width:768px) {

    .product:hover {
        padding-bottom: 20px;
        margin-bottom: -20px;
        z-index: 9;
    }

    .product .hover-box {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: bottom .4s ease;
        -moz-transition: bottom .4s ease;
        -webkit-transition: bottom .4s ease;
        -o-transition: bottom .4s ease;
        text-align: center;
    }

    .product:hover .hover-box {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
    .product:hover .description {
        transform: scale(1) translatey(-40%);
    }
    .product:hover .price {
        transform: scale(1) translatey(-60%);
    }
    .product:hover .image-hover a img {
        transform: scale(0.85) translatey(-8%);
    }


}
@media (max-width:1199px) {

    .product .description {
        padding: 0 10px;
    }
.product .product-name a {
    font-size: 14px;
    line-height: 18px;
}
    .product .description .product-brnd {
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product .price {
        min-height: 48px;
        padding: 0 10px 0;
    }
    .hover-box {
        padding: 0 10px 0px;
        text-align: center;
    }
    .product .product-discount {
        display: inline-block;
        vertical-align: super;
    }

    .product .price-box {
        display: inline-block;
    }

    .product .campaign-prbox {
        margin-top: 5px;
    }
}

@media (max-width:1440px) {
    .plist .ps-nav {
        display: none;
    }
    .cat-slider .ps-nav {
        display: none;
    }
}

@media (max-width:767px) {

    .product {
        padding: 0 0 20px 0px;
    }

    .product-show-case.owl-theme .owl-dots {
        display: none;
    }
.product .add-cart .btn-buy {
    margin: 0px auto 0px;
    padding: 6px 20px;
    font-size: 13px;
}
    .item.itemauto {
        margin-bottom:10px;
    }
    .plistno-stock.btn {
		margin: 0px auto 0px;
		padding: 6px 20px;
		font-size: 13px;
    }
}

.plist .ps-nav {
    background: #F2F2F2;
    top: 42%;
}

    .plist .ps-nav.ps-next {
        right: -10px;
        transform: translate(100%,-50%);
    }

    .plist .ps-nav.ps-prev {
        left: -10px;
        transform: translate(-100%,-50%);
    }

    .plist .ps-nav img {
        filter: opacity(0.2);
    }

    .plist .ps-nav:hover img {
        filter: opacity(1);
    }
.cat-slider .ps-nav {
    top: 40%;
}
    .cat-slider .ps-nav.ps-next, .cat-slider:hover .ps-nav.ps-next {
        right: -10px;
        transform: translate(100%,-50%);
    }

    .cat-slider .ps-nav.ps-prev, .cat-slider:hover .ps-nav.ps-prev {
        left: -10px;
        transform: translate(-100%,-50%);
    }

/*#region list view*/
@media (min-width:768px) {
    .item.list-view .product {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding: 26px 0;
        min-height: 338px;
        align-items: center;
    }

        .item.list-view .product:hover {
            margin-bottom: 0;
        }

    .item.list-view .image-hover {
        grid-area: 1 / 1 / span 4 / span 1;
        background: #f2f2f2;
        max-height: inherit;
        max-width: inherit;
        padding: 0 30px;
    }

        .item.list-view .image-hover img {
            max-height: 218px;
            width: auto;
        }

    .item.itemauto.list-view {
        min-height: auto;
    }

    .item.list-view .description {
        grid-area: 2 / 2 / span 2 / span 3;
        text-align: left;
        padding: 0;
    }

        .item.list-view .description p {
            text-align: left;
        }

    .item.list-view .product-name {
        padding-bottom: 10px;
    }

    .item.list-view .promo-icon {
        grid-area: 1 / 2 / span 1 / span 4;
    }

    .item.list-view .new-product {
        position: inherit;
    }

    .item.list-view .price {
        grid-area: 4 / 2 / span 1 / span 3;
        text-align: left;
        padding: 0;
        min-width: 270px;
    }

    .item.list-view .product .hover-box {
        grid-area: 4 / 4 / span 1 / span 1;
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .item.list-view .product .add-cart .btn-buy {
        margin: 0;
        padding: 12px 20px;
    }



    .item.list-view .product .short-desc {
        display: block;
        font-size: 16px;
        font-family: 'Lora';
        font-weight: 400;
        min-width: 400px;
        padding-top: 10px;
        max-width: 400px;
    }

    .item.list-view .product:hover .description {
        transform: none;
    }

    .item.list-view .product:hover .image-hover a img {
        transform: none;
    }
    .item.list-view .product:hover .price {
        transform: none;
    }
}
@media (max-width:767px) {
    .item.list-view .product {
        max-width: inherit;
        padding-right: 0px;
    }
    .item.list-view .image-hover {
        background: transparent;
        float: none;
        max-height: inherit;
        max-width: inherit;
        overflow: hidden;
        padding: 20% 20% 10%;
    }
    .item.list-view .product .short-desc {
        display: none;
    }
    .item.list-view .product .description {
        padding: 0 20px;
    }
    .item.list-view .product .price {
        padding: 0 20px 20px;
    }
}
@media (max-width: 480px) {
    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: left;
    }
}
/*#endregion list view*/
/*#endregion product card*/

/*region product tab*/
.tab-title {
  position: relative;
}

.tab-title h2 {
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding-right: 40px;
}
.pgroup-tab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.pgroup-tab .nav-tabs {
  border: none;
  text-align: right;
}
.pgroup-tab .nav-tabs:after {
  display: none;
}
.pgroup-tab .nav-tabs li a,
.pgroup-tab .nav-tabs > li:hover > a {
  font-size: 18px;
  margin: 0 12px;
  background: none;
  padding: 0 15px;
  font-weight: 600;
  color: #737373;
  box-shadow: none;
}
.pgroup-tab .nav-tabs li:last-child a,
.pgroup-tab .nav-tabs > li:last-child:hover > a {
  padding-right: 0;
  margin-right: 0;
}
.pgroup-tab .nav-tabs > li.active > a,
.pgroup-tab .nav-tabs > li.active > a:hover,
.pgroup-tab .nav-tabs > li.active > a:focus,
.pgroup-tab .nav-tabs > li.hover > a,
.pgroup-tab .nav-tabs > li:hover > a {
  color: #333a40;
  background: none;
  box-shadow: none;
}
.pgroup-tab .nav-tabs li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: linear-gradient(301deg, #0a4471 0%, #E1AD01 100%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.pgroup-tab .nav-tabs li.active a:before {
  opacity: 1;
}
.pgroup-tab .tab-content {
  padding: 0;
}
@media (min-width: 1400px) {
  .tab-title {
    width: 76%;
  }

  .pgroup-tab .nav-tabs {
    width: 24%;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .tab-title {
    width: 70%;
  }

  .pgroup-tab .nav-tabs {
    width: 30%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .tab-title {
    width: 66%;
  }

  .pgroup-tab .nav-tabs {
    width: 34%;
  }
}
@media (min-width: 992px) {
  .tab-title::after {
    top: 50%;
    border-top: 1px solid #2d8bc0;
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: auto;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .pgroup-tab-top {
    align-items: flex-start;
    padding-bottom: 10px;
    flex-direction: column;
  }
  .tab-title {
    padding-bottom: 12px;
  }
}
/*endregion product tab*/

/*PRODUCT-DEAIL*/

.prd-container.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.transitionfx {
  margin-bottom: 40px;
}
.pdetail {
  padding-top: 10px;
}

.breadcrumb {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb.pd-breadc {
  padding: 0px 0 20px;
}

.breadcrumb a {
  font-size: 13px;
}

.category-path {
  border-bottom: 0px solid #fff;
  margin-bottom: 0px;
}

h1.product-title {
    padding-bottom: 7px;
    font-size: 25px;
    font-weight: 600;
}
.pd-top {
  position: absolute;
  top: 13px;
  left: 23px;
  z-index: 1;
}
.share-pd .btn-share {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  display: block;
  margin-right: 10px;
  line-height: 1;
  font-size: 26px;
}
.pd-author {
  padding-bottom: 10px;
}
.pd-author a {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.product-code-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pdetail .product-code {
  font-size: 13px;
  display: block;
  margin: 2px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pdetail .product-code {
  font-size: 13px;
  display: block;
  margin: 2px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pdetail .product-code:after {
    content: '/';
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 0px;
    margin-left: 5px;
}

	.pdetail .product-code:last-child:after {
		display: none
	}

.prop-spec-box {
  display: flow-root;
  padding-top: 20px;
}
.prop-spec-box span {
  margin-bottom: 5px;
  color: #737373;
  padding-left: 0;
}
.deliverytime {
  padding: 20px 0;
  color: #737373;
  font-size: 14px;
  font-weight: 600;
}
.icon-new {
  z-index: 1;
  position: absolute;
  top: 12px;
  right: 28px;
}
.icon-new .pdetail-icon-text {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background: #0a4471;
  border-radius: 4px;
  padding: 2px 7px 1px;
}
.product-default-image {
  border: 1px solid #efefef;
}

.product-image-list a {
  width: 70px;
  margin-bottom: 0;
  border: 1px solid #efefef;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 2px;
}

.product-image-list a:last-child {
  margin-right: 0;
}

.product-image-list a img {
  max-width: 100%;
}

.product-image-list {
  margin-top: 10px;
}

.product-images {
  margin-bottom: 0px;
}
.product-variants a.vselected.vprp-enabled {
    border: 1px solid #939393;
}
.product-variants a {
    font-size: 13px;
    padding: 4px 12px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;

}
.camp-box {
  padding: 14px 0 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div#Campaigns {
  display: inline-block;
}

.campaign {
  border: none;
  color: #333a40;
  background-color: #f1f1f1;
  padding: 4px 15px;
  border-radius: 15px;
  margin-bottom: 0;
}
.prd-campaign.available-campaigns {
  margin-right: 10px;
}
.campaign-title {
  color: #333a40;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 black;
  text-transform: none;
}

.product-subtitle {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 10px;
  text-align: right;
  font-weight: 700;
}

.product-subtitle a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 13px;
  display: block;
  font-size: 13px;
  padding-top: 7px;
}
.lstprice {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.lstprice-bttm {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}
.pd-discount span {
    display: block;
    color: #d62631;
    font-size: 22px;
    padding-top: 18px;
    margin-right: 15px;
}
.pdetail .price-box {
  display: inline-block;
}
.product-price {
  align-items: flex-end;
  max-width: 440px;
  justify-content: space-between;
  margin-top: 25px;
}
.price-list {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    align-items: center;
}
.pdetail .price-standard {
  font-weight: 400;
  font-size: 16px;
    color: #000000;
  padding-left: 5px;
}
.pdetail .product-price .price-sales {
    font-size: 25px;
    font-weight: 600;
    line-height: 21px;
}
.pd-installment {
  padding-bottom: 25px;
}
.pdetail .installment-price {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
}
.price-savings {
  background-color: #daf1e1;
  color: #1b5e20;
  padding: 6px 12px;
  border-left: 4px solid #4caf50;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}
.price-savings strong {
  margin-right: 5px;
  font-size: 15px;
  color: #2e7d32;
}
.applied-campaigns {
  color: #989898;
}
.pdetail .product-price .pd-campaigns .price-sales {
  color: #ce2428;
}
.cnt-quantity {
  max-width: 112px;
}
.cnt-quantity .input-group {
    border-radius: 8px;
}
.cnt-quantity .input-group input.form-control {
  height: 48px;
}
.cnt-quantity .bootstrap-touchspin .btn {
  height: 48px;
  padding: 10px 14px;
}
.btn.btn-lg.btn-cart {
  min-width: 100%;
  padding: 13px 10px;
  font-size: 18px;
}
.cart-actions {
  margin-top: 32px;
}
.cart-actions button.btn-cart {
    background: #E1AD01;
    border: 2px solid #E1AD01;
    color: #ffffff;
}
.cart-actions button.btn-cart:hover {
    background: #c99b04;
    border: 2px solid #c99b04;
    color: #ffffff;
}
.product-icon a {
  border: 1px solid #efefef;
  padding: 10px 8px 4px;
  vertical-align: middle;
  width: 108px;
  box-shadow: 3px 3px 0px rgba(219, 219, 219, 0.5);
}

.prd-group-container .prd-group-title {
  font-size: 14px;
  font-weight: 600;
}

.prd-group-container .item .product {
  padding: 5px;
  border-width: 1px;
  box-shadow: none;
}
.prd-group-container .item .product:hover {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.icon-free-shipping {
  background: #f1f1f1;
  padding: 4px 15px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 10px;
}

.pdetail-icon-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 black;
}

.product-icon-new > span {
  padding: 1px 15px 0 0px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.product-icon-new .icon-instock {
  color: #4dc247;
}

.product-icon-new .icon-sold-out {
  color: #d71920;
}
span.icon-instock {
  font-size: 20px;
  padding: 5px 0px 0;
  display: inline-block;
  vertical-align: text-top;
  color: #0dc143;
}
span.icon-instock i {
  font-size: 25px;
  margin-right: 8px;
  vertical-align: bottom;
}
.pd-chapps-box {
  color: #737373;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pd-chapps-box i {
  font-size: 25px;
  margin-right: 8px;
}
.alert-box div {
    border: none;
    padding: 0;
    border-radius: 0;
}
.alert-box div > a {
    padding: 8px 20px 5px;
    border: 1px solid #e5e5e5;
    padding: 8px 20px;
    border-radius: 8px;
}
.incaps {
  font-size: 13px;
  letter-spacing: 1px;
}
.prd-promotion {
  margin-top: 20px;
  margin-bottom: 0px;
}

.prd-promotion-title {
  font-size: 22px;
  font-weight: 600;
}
.prd-promotion .item {
  margin-bottom: 0px;
}
.prd-promotion .product-image img {
  width: 100px;
  margin: 0;
}
.prd-promotion .product-name {
  font-size: 15px;
}
.prd-promotion .item .price {
  margin-left: 0;
  font-size: 15px;
}
.product-tab-box {
  display: flow-root;
  padding-bottom: 60px;
}
div#Detail {
  text-align: justify;
}
.product-part-title {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    font-weight: 600;
    color: #E1AD01;
}
.tab-content {
  padding: 10px 20px;
}

.tab-content .table > tbody > tr > td {
  font-size: 13px;
  line-height: 1;
}

.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;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.prd-properties .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.properties-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.properties-box > div {
  padding-left: 0;
}
.properties-item {
  color: #71717a;
  margin-bottom: 12px;
  font-size: 14px;
}
.properties-box .properties-item span {
  display: block;
  color: #000;
}
@media screen and (max-width: 991px) {
  .product-tab .panel-group {
    border-top: none;
  }
}
@media (min-width: 767px) {
  .product-image-list {
    margin-top: 0px;
  }

  .prd-social div a.wpmobile {
    display: none;
  }
  .tab-right {
    padding-left: 50px;
  }
  div#prd-promotion {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
  }
  .pdetail {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  h1.product-title {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .category-path {
    padding-left: 10px;
  }

  .pdetail {
    clear: both;
  }

  .product-default-image {
    border: none;
  }

  .product-image-list a {
    width: 86px !important;
  }

  .pdetail .product-price {
    margin-bottom: 12px;
    margin-top: 5px;
  }
  .prop-spec-box {
    padding-bottom: 15px;
  }

  .prd-promotion {
    margin-top: 10px;
  }
  .prd-promotion-title {
    font-size: 18px;
  }
  .prd-promotion .product-image img {
    width: 80px;
  }
  .product-part-title {
    font-size: 18px;
  }
}

@media (max-width: 916px) {
  .cnt-quantity .quantity {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .pdetail .product-price .price-sales {
    font-size: 34px;
  }
  .pd-discount span {
    font-size: 20px;
  }
  .price-list {
    font-size: 16px;
  }
  .product-subtitle {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
    padding: 0;
  }

  .product-subtitle a {
    font-size: 12px;
    display: inline-block;
  }
}
/*product tab*/

.product-tab {
  margin-bottom: 0;
}

.product-tab .panel-group {
  margin-bottom: 0px;
}

.product-tab .panel-group .panel {
  box-shadow: none;
  border: none;
  margin-top: 0;
}

.product-tab .panel-body {
  padding: 15px 10px;
  color: #000;
}

.product-tab #accordion .panel .panel-heading h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 0 black;
}

.product-tab .panel-default > .panel-heading {
  padding: 16px 5px !important;
  padding-left: 0;
  border-width: 1px 0 0;
  background: #fff;
  box-shadow: none;
  border-style: solid;
  border-color: #efefef;
}

.product-tab #accordion .panel:last-child .panel-heading {
  border-bottom: solid 1px #efefef;
}

.product-tab #Instalments .table {
  margin-top: 15px;
  margin-bottom: 0;
}

.product-tab .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.product-tab .table > thead > tr > th,
.product-tab .table > tbody > tr > th,
.product-tab .table > tfoot > tr > th,
.product-tab .table > thead > tr > td,
.product-tab .table > tbody > tr > td,
.product-tab .table > tfoot > tr > td {
  border-top: none;
}

.prd-properties > table > thead > tr > th {
  display: none;
}

div#Instalments {
  font-size: 11px;
  letter-spacing: 0;
}
.collapse.in#Instalments {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
div#Instalments .inst-box {
  padding: 0 3px;
}

.installment-bank {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.tab-content .table > tbody > tr > td {
  font-size: 13px;
  line-height: 1;
}

.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;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
@media (max-width: 767px) {
	.tab-left {
		padding-bottom: 30px;
	}
}
/*product tab*/
.color-bg {
    background: #f5f0e7;
    padding: 40px 10px;
}
/*PRODUCT-DEAIL END*/
.ps-nav {
    font-size: 30px;
}

/*#region brand-slider*/
.greybg {
    background: #eff1f0;
    text-align: center;
    padding: 26px 0 50px;
}
.brand-slider-box {
    background: #fff;
    margin: 10px;
    box-shadow: 0px 0px 8px -3px #0000004d;
    border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-item .brand-slider-box img {
    border-radius: 8px;
    width: 158px;
    height: 158px;
}
@media (max-width:767px) {
	.greybg {
		margin: 0 0 10px;
	}
	.brand-slider-box {
		margin: 5px;
		padding: 10px;
	}
.owl-carousel .owl-item .brand-slider-box img {
    height: auto;
}	
}
/*#endregion brand-slider*/

/*#region content temp1*/
.content-temp1 .box-text-flex {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    align-items: flex-start;
    padding: 20px 30px;
}
    .content-temp1 .box-text-flex h3 {
        font-size: 24px;
        padding-bottom: 0px;
        font-weight: 400;
    }
.content-temp1 .box-text-flex .readmore {
    font-size: 13px;
    position: relative;
    color: #fff;
}
        .content-temp1 .box-text-flex .readmore:after {
            content: "";
            position: absolute;
            bottom: 0;
            display: inline-block;
            height: 0.16rem;
            width: 100%;
            left: 0;
            transition: .5s;
        }
        .content-temp1 .box-text-flex .readmore:hover:after {
            width: 50%;
        }
.content-temp1 .box-content-overly {
    visibility: visible;
    right: 0;
    bottom: 0;
    top: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
}		
.content-temp1 .box-content-overly.box-content-overly-white {
    background: rgb(0 0 0 / 50%);
    opacity: 1;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
.image-look .content-temp1 .inner:hover .box-content-overly.box-content-overly-white {
    background: rgb(0 0 0 / 50%);
}
.content-temp1 .image-look .inner:hover .box-content-overly-white {
    background: rgb(0 0 0 / 70%);
}
.content-temp1 .image-look .inner {
  margin-bottom: 20px;
}

@media (max-width:1199px) {
.content-temp1 .box-text-flex {
    padding: 20px;
}
    .content-temp1 .box-text-flex h3 {
        font-size: 18px;
    }
    .content-temp1 .box-text-flex .readmore {
        font-size: 12px;
        line-height: 18px;
    }
}

.content-temp1 > div {
    position: relative;
}

    .content-temp1 img {
        width: 100%;
    }



.content-temp1 > div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.content-temp1 > div img {
    backface-visibility: hidden;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
    transition: opacity 1s ease 0s,transform 1s ease 0s;
    border-radius: 10px;
}




/*#endregion content temp1*/
/*region AI summary*/
.ai-summary-box {
  background-color: #fbf8f2;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 5px 0 20px;
}

.ai-summary-box strong {
  color: #2f2f2f;
}

.ai-summary-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    margin-bottom: 10px;
}
.ai-summary-header span {
  font-weight: 600;
  font-size: 16px;
}

.feedback {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #555;
  justify-content: flex-end;
}

.feedback button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.feedback button img {
  max-width: 18px;
}
/*endregion AI summary*/
/*#region center slider*/
.center-slider .content-info {
    text-align: center;
    margin: 0 auto 0px;
    background: #fff;
    padding: 15px 15px 10px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 80%;
    opacity: 0;
    visibility: hidden;
}
.center-slider .content-slide h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 12px;
}
.center-slider .owl-item.active.center .content-info {
    opacity: 1;
    visibility: visible;
}
.center-slider .owl-theme .owl-dots {
    display: none;
}
@media (max-width:1199px) {
    .center-slider .content-info {
        margin: 0 auto -10px;
        padding: 20px 15px 10px;
        -webkit-transform: translateY(-30%);
        width: 90%;
        transform: translateY(-30%);
    }
    .center-slider .content-slide h2 {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .center-slider .content-slide .btn {
        padding: 6px 20px;
        min-width: 100px;
        font-size: 13px;
    }
}

/*#endregion center slider*/
/*#region content-temp4*/

    .content-temp4 .box-content-overly.box-content-overly-white {
        opacity: 1;
        visibility: visible;
    }

    .content-temp4 .box-text-flex {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        max-width: 1300px;
        margin: 0 auto;
        align-items: flex-start;
        padding: 0 20px 0 50px;
    }

        .content-temp4 .box-text-flex h3 {
            font-size: 40px;
            font-weight: 400;
            color: #fff;
            letter-spacing: 2px;
            line-height: 40px;
            padding-bottom: 25px;
        }

.content-temp4 .box-text-flex p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

        .content-temp4 .box-text-flex .readmore {
            color: #fff;
            font-size: 13px;
            position: relative;
            letter-spacing: 1px;
        }

.motion-bg {
    position: relative;
}
.motion-bg img {
    border-radius: 10px;
}
.motion {
    position: absolute;
    top: 45px;
    right: 12%;
    -webkit-animation: mover 1.2s infinite alternate;
    animation: mover 1.2s infinite alternate;
    max-width: 290px;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}
@media (max-width:1440px) and (min-width:1200px) {
    .motion {
        max-width: 230px;
    }
}
@media (max-width:1200px) and (min-width:991px) {
    .motion {
        max-width: 200px;
		top: 30px;
    }
	.content-temp4 .box-text-flex h3 {
		font-size: 30px;
	}
	.content-temp4 .box-text-flex p {
		font-size: 16px;
	}	
}
@media (max-width:991px) and (min-width:891px) {
    .motion {
        max-width: 180px;
		top: 25px;		
    }
}
@media (max-width:890px) and (min-width:767px) {
    .motion {
        max-width: 150px;
		top: 15px;		
    }
}
@media (max-width:767px) and (min-width:681px) {
    .motion {
        max-width: 290px;
        right: 30px;
    }
}
@media (max-width:680px) and (min-width:581px) {
    .motion {
        max-width: 250px;
        right: 30px;
        top: 20px;
    }
}
@media (max-width:580px) and (min-width:481px) {
    .motion {
        max-width: 210px;
        right: 30px;
        top: 20px;
    }
}
@media (max-width:480px) and (min-width:400px) {
    .motion {
        max-width: 180px;
        right: 30px;
        top: 26px;
    }
}
@media (max-width:400px) {
    .motion {
        max-width: 150px;
        right: 30px;
        top: 20px;
    }
}
@media (max-width:991px) and (min-width:500px) {

    .content-temp4 .box-text-flex {
        justify-content: flex-end;
        padding: 0 20px 30px 40px;
    }

        .content-temp4 .box-text-flex h3 {
            font-size: 26px;
            letter-spacing: 0.5px;
            line-height: 26px;
            padding-bottom: 10px;
        }

        .content-temp4 .box-text-flex p {
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 21px;
        }

        .content-temp4 .box-text-flex .btn {
            padding: 4px 20px;
            min-width: 100px;
            font-size: 13px;
        }
}
@media (max-width:499px) {

    .content-temp4 .box-text-flex {
        justify-content: flex-end;
        padding: 0 20px 20px 30px;
    }

        .content-temp4 .box-text-flex h3 {
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 26px;
            padding-bottom: 10px;
        }

        .content-temp4 .box-text-flex p {
            display:none;
        }

        .content-temp4 .box-text-flex .btn {
            padding: 4px 20px;
            min-width: 100px;
            font-size: 13px;
        }
}
/*#endregion content-temp4*/
.module-title {
    margin-bottom: 20px;
}
.module-title h2 {
    font-size: 20px;
}
.module-title h3 {
    font-size: 20px;
}

.google-maps {
	position: relative;
	padding-bottom: 64%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #e5d7be;
}
.support-page-contact > div {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
    background: #f5f0e7;
    padding: 30px 20px;
    flex-wrap: wrap;
    border-radius: 10px;
}

.support-page-contact-desc a {
    display: block;
}
.support-page-contact-desc .google-maps {
   margin-top: 30px;
}
.support-page-contact-desc {
    font-size: 15px;
}
.support-page .support-page-contact-desc h3 {
    padding-top: 0px;
}
.support-page-contact-desc i {
    font-size: 22px;
    margin-right: 5px;
}
.shadow {
    position: relative;
    background-color: #f5f0e7
}

    .shadow * {
        position: relative;
        z-index: 3
    }

    .shadow:after {
        content: "";
        position: absolute;
        height: 50%;
        width: 96%;
        left: 50%;
        bottom: 2px;
        margin-left: -48%;
        -webkit-box-shadow: 0 5px 7px #999;
        box-shadow: 0 5px 7px #999;
        z-index: 1;
        border-radius: 10%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

.shadow:before {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #f5f0e7;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}
.sidebar-nav ul li:hover a, .sidebar-nav ul li.active a {
    color: #E1AD01;
}
@media (min-width: 1200px) {
    .km-sidebar {
        margin-right: 0;
    }
}
@media (max-width: 991px) {
.support-page-contact-img {
    margin-top: 30px;
}
.support-page-contact > div {
    margin-bottom: 20px;
    padding: 20px 10px;
}
}


/*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, 0.4);
}

.blog-panel .badge {
  background: none;
  color: #d6d6d6;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.blog-panel .blog-tags a {
  border: 1px solid #eeeeee;
  margin: 0px 3px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
}

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
  line-height: 16px;
  font-size: 12px;
}

.tag > span {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.tag.selected > span {
  border: 1px solid #c4c4c6;
}

.tag > span.txt {
  color: #666;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-transform: uppercase;
  float: left;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  padding: 6px 8px 6px 11px;
  border-left: 1px solid #e3e3e3;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}
