@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/yekan/IRANYekanX-Bold.woff') format('woff'), url('../fonts/yekan/IRANYekanX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan/IRANYekanX-Regular.woff') format('woff'), url('../fonts/yekan/IRANYekanX-Regular.woff2') format('woff2');
}

:root {
    --theme-primary-color: #02a8a8;
    --theme-secondary-color: #eb1967;
    --theme-secondary-color2: #e1aa12;
}
.product-icon-box {
    display: flex;
    color: #888;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin: 0 0 0px 0;
    padding: 10px 5px;
}
.product-icon-box a{
    /* display: block; */
    color: #000;
    font-size: 10px;
    border-bottom: 1px dashed;
}
.product-icon-box p {
    font-size: 10px;
    margin: 5px 0 0 0;
    line-height: 17px;
}

.product-icon-box >div {
    margin: 0 10px 0 20px;
}
.video-row {
    padding: 15px 0;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.video-row a {
    DISPLAY: block;
    /* margin: 0 0 0 10px; */
    border-radius: 50%;
    /* overflow: hidden; */
    padding: 2px;
    text-align: center;
    font-size: 12px;
    color: #1e1e1e;
}
.video-row a > strong{font-weight:normal;}
.video-row a > span{
     display: block;
     border-radius: 50%;
     background: red;
     background: linear-gradient(
    to bottom,
    #833ab4,#fd1d1d,#fcb045
  );
     padding: 2px;
     width: 90px;
}
.video-row a img {
    border-radius: 50%;
    border: 4px solid #FFF;
    width: 86px;
    height: 86px;
    min-width: 86px;
}
.comment-form input, .comment-form textarea {
    border: none;
    box-shadow: none;
    border-radius: 7px;
    border: 1px solid #dbdbaa;
    padding: 18px;
    font-size: 14px;
    background: #f9f9ec;
}
.promotion-banner {
    margin: 15px 0 25px 0;
}

.promotion-banner img {
    border-radius: 15px;
}
    .comment-form input:focus, .comment-form textarea:focus {
        border: 1px solid var(--theme-primary-color);
        box-shadow: none;
        background: #fff;
    }

.comment-form textarea {
    min-height: 170px;
}

.content-meta .blogger img {
    width: 37px;
    border-radius: 50%;
    margin: 0 0 0 5px;
    box-shadow: none;
}

.content-slider-wrapper {
    position: relative;
    background: #f9edec;
    border-radius: 30px;
    overflow: hidden;
}

    .content-slider-wrapper > strong {
        padding: 5px 24px 0px 0;
        display: block;
    }

.content-meta {
    display: flex;
    padding: 10px 10px 10px 10px;
    align-items: center;
    font-size: 12px;
    color: #22b3b3;
    background: #f7f7f7;
    border-radius: 15px;
    margin: 0 0 15px 0;
}

    .content-meta > .wrapper {
        flex-grow: 1;
        display: flex;
    }

    .prdbar .meta-icons a span.number, .content-meta .meta-icons a span.number {
        background: #c7c7c7; /* display:inline-block; */
        border-radius: 4px;
        padding: 2px 6px;
        margin: 0 5px 0 0;
        color: #fff;
        line-height: initial;
        font-size: 10px;
    }

        .prdbar .meta-icons a span.number.active, .content-meta .meta-icons a span.number.active {
            background-color: var(--theme-primary-color)
        }

    .prdbar .meta-icons a, .content-meta .meta-icons a {
        border: none;
        /* background: #ededed; */
        color: #727272;
        padding: 5px;
        border-radius: 5px;
        margin: 0 10px 0 0;
        font-size: 10px;
    }

        .prdbar .meta-icons a span, .content-meta .meta-icons a span {
            font-size: 17px;
            display: inline-block;
            margin: 0 0 0 5px;
        }

    .content-meta .blogger {
        /* flex-grow: 1; */
        padding: 0 0 0 15px;
    }

    .content-meta .meta-icons {
        border-right: 1px solid #d5d5d5;
        flex-grow: 1;
    }

    .content-meta .create-date {
        color: #727272;
    }

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
    padding-top: 110px;
    font-family: "IRANYekanX", arial !important;
    background: #fafafa;
}

.fixed-bar {
    display: none;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    .fixed-bar ul {
        list-style: none;
        display: flex;
        padding: 0;
    }

        .fixed-bar ul li {
            flex-grow: 1;
        }

            .fixed-bar ul li a i {
                background-color: var(--theme-secondary-color);
                color: #fff;
                text-decoration: none;
                display: inline-block;
                padding: 3px 5px;
                border-radius: 5px;
                position: absolute;
                left: 10px;
                top: 7px;
                line-height: 1;
                font-style: normal;
            }

            .fixed-bar ul li a {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #8b8c8f;
                padding: 10px 0 5px 0;
                font-size: 10px;
            }
    .fixed-bar ul li.active a{color:var(--theme-primary-color);}
                .fixed-bar ul li a span {
                    margin: 0px 0 10px 0;
                    font-size: 19px;
                }
.fixed-bar ul li.active a:after{content:'';width:4px;height:30px;background-color:var(--theme-primary-color);position:absolute;top:100%;left:50%;border-radius:150px;margin-left:-2px}
.shop-category-row h2 {
    color: #888 !important;
    font-weight: bold;
    font-size: 16px !important;
    margin: 40px 0 0 0 !important;
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0 0 !important;
}

.shop-category-row .container {
    overflow: hidden;
}

.shop-swiper a img {
    display: block;
}

.shop-swiper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #007878;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    padding: 15px 0;
    box-shadow: 2px 7px 5px rgba(0,0,0,0.05);
}


.social-share ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0px 0 0px 0;
}

    .social-share ul li a {
        border: none;
        color: #fff;
        display: flex;
        font-size: 25px;
        width: 50px;
        height: 50px;
        background: #c6efef;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 10px;
    }

.social-share {
    justify-content: space-around;
    align-items: center;
    display: flex;
    background: #f7f7f7;
    text-align: center;
    border-radius: 50px;
    padding: 15px 0 15px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px 0 0 0;
}

    .social-share h3 ,.social-share >strong{
        color: #888 !important;
        font-weight: bold;
        font-size: 15px !important;
        padding: 0px 0 0 0;
        margin: 0;
        /* color: #fff; */
    }

    .social-share ul li a.telegram {
        background: #00d8fd;
    }

    .social-share ul li a.whatsapp {
        background: #1bd861;
    }

    .social-share ul li a.mail {
        background: #fdbb00;
    }

    .social-share ul li a.linkedin {
        background: #104ea1;
    }

.category-row-title {
    margin: 40px 0 0 0;
}

.pro-box a {
    display: flex;
    border: none !important;
    padding: 15px 15px 15px 0;
    background: #f9edec;
    border-radius: 10px;
    align-items: center;
    color: #101010 !important;
}

    .pro-box a img {
        height: 150px !important;
        width: auto;
        box-shadow: none;
        margin: 0 0 0 15px;
        border-radius: 50%;
    }

.pro-box {
}

    .pro-box a p {
        flex-grow: 1;
        line-height: 23px;
    }

    .pro-box a strong {
        background: var(--theme-secondary-color);
        border-radius: 4px;
        color: #fff;
        padding: 0px 10px;
        display: inline-block;
        margin: 0 30px;
    }

.content-menu {
    background: #f9f9ec;
    padding: 15px;
    border-radius: 20px;
    margin: 0 0 20px 0;
}

    .content-menu > ul {
        padding: 0 15px 0 0;
        margin: 0;
    }

    .content-menu a {
        text-decoration: none;
        border-bottom: none !important;
        color: #4c4c4c !important;
    }


.slidercontrol .swiper-button-white {
    transform: scale(0.7);
}

body.promotion {
    padding-top: 170px;
}

.head-banner a {
    height: 60px
}

.blogger-info {
    background: #cbefef;
    border-radius: 70px;
    display: flex;
    padding: 8px;
    align-items: center;
    margin: -50px 0 0 0;
}

.home-desc h1 {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
}

.home-desc p {
    text-align: justify;
    font-size: 12px;
}

.blogger-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.blogger-info div.profile-text {
    padding: 0 30px;
}

    .blogger-info div.profile-text strong {
        border-bottom: 2px solid #00000038;
        padding: 5px 0;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .blogger-info div.profile-text p {
        font-size: 13px;
    }

.swiper-container.content-slider .swiper-slide {
    padding: 0 10px;
}

.video-inner video {
    width: 100%;
    margin: 0 auto;
}

.swiper-container.content-slider {
    margin: 50px 0;
}

.home-icon-category > div {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding: 0px 0 30px 0;
    flex-wrap: wrap;
}

    .home-icon-category > div > a {
        display: flex;
        flex-direction: column;
        text-align: center;
        transition: 0.5s;
        width: 13%;
        align-items: center;
        font-size: 12px;
        color: #2d2d2d;
        justify-content: center;
        font-weight: bold;
        position: relative;
    }

.version-link {
    border: 1px dashed #cdcdcd;
    border-radius: 10px;
    padding: 10px 10px;
}

    .version-link strong {
        margin: 0 0 8px 0;
        display: block;
    }

    .version-link a {
        background: #e9e9e9;
    }

.home-icon-category > div > a:hover {
    transform: translate(0px,-10px);
}
section.rowItem.category-icons-row {
    background: #f2f2f2;
}
.mat-icon-category {margin: 0 0 40px 0;}

.mat-icon-category img {
    max-width: 100%;
    border-radius: 15px;
}

.mat-icon-category >div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mat-icon-category >div>a:after{content:' ';background: url(/src/img/discount-ico.png);background-size: 100% auto;padding: 20px;position: absolute;left: 10px;z-index: 33;top: 11px;opacity: 0;}
.mat-icon-category >div>a {
    width: 25%;
    padding: 4px;
    position: relative;
}
.home-icon-category > div > a:after {
    content: '% تخفیف';
    opacity:0;
    background: #fe4f18;
    border-radius: 15px;
    color: #fff;
    /* width: 20px; */
    /* height: 20px; */
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    font-weight: bold;
    padding: 4px 3px;
}
.home-icon-category > div > a img {
    max-width: 80%;
    min-width: 72px;
    margin: 20px 4px 10px 4px;
    border-radius: 50%;
    display: block;
}
a.lern-banner img {
    max-width: 290px;
    margin: -50px 10px 10px 50px;
}
.learn-baner-wrapper {
    background: #6abbbe;
    margin: 0 0 15px;
}
a.lern-banner>span span:last-child {
    color: #1f5556;
    font-size: 18px;
}

a.lern-banner>span span:last-child:before {
    content: '';
    padding: 3px;
    border-top: 1px solid;
    border-left: 1px solid;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 0 0 8px;
}
a.lern-banner {
    display: flex;
    align-items: center;
    /* background: #6abbbe; */
    border-radius: 45px;
    margin: 60px 0 0 0;
}
a.lern-banner>span strong{font-size: 48px;margin: 0 0 15px 0;}
a.lern-banner>span {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color:#fff;
    padding: 0 100px 0 0;
    font-size: 25px;
    line-height: 50px;
}
.home-icon-category {
    padding: 0px 0 0px 0;
}

.product-list-panel {
    padding: 0 10px;
}

    .product-list-panel strong {
        color: #000;
        height: 55px;
        display: block;
        overflow: hidden;
        line-height: 24px;
        margin: 0 0 15px 0;
        font-weight: normal;
        padding: 10px 0 0 0;
    }

    .product-list-panel .product-list-price {
        display: flex;
        flex-direction: column;
        align-items: end;
        line-height: 23px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
    }

        .product-list-panel .product-list-price .price.discount:before {
            content: ' ';
            height: 1px;
            float: right;
            width: 100%;
            background: #adadad;
            position: absolute;
            top: 50%;
        }

        .product-list-panel .product-list-price .price.discount {
            color: #c3c3c3;
            font-size: 12px;
            position: relative;
        }

        .product-list-panel .product-list-price .price.outstock {
            color: #aeaeae;
        }

    .product-list-panel .price-tag {
        font-size: 10px;
        margin: 0 2px 0 0
    }

    .product-list-panel .product-list-price .price {
        color: var(--theme-secondary-color);
    }

.banner-row {
    margin: 25px 0 0 0;
}

.color-back {
    background: #b6f5ebee;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .color-back.red {
        background: var(--theme-secondary-color);
    }

.banner-row a {
    border-radius: 9px;
    overflow: hidden;
    display: block;
    margin: 0 0 20px 0;
}

.about-footer img {
    width: initial;
    margin: 0 0 0 20px;
    height: 48px;
}

.invoice-prop {
    margin: 10px 0;
    display: flex;
}

    .invoice-prop label {
        margin: 0 !important;
        color: #696969;
        font-size: 10px;
        font-weight: normal;
    }

    .invoice-prop strong {
        display: flex;
        margin: 0 0 0 5px;
        overflow: hidden; /* border-radius: 4px; */
        height: 12px;
    }

        .invoice-prop strong i {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

    .invoice-prop > span {
        display: flex;
        background: #f7f7f7;
        font-size: 12px;
        padding: 5px 11px;
        border-radius: 10px;
    }

.social-links {
    display: flex;
}

table.cartTable .proplist {
    font-size: 10px;
    margin: 10px 0 0 0;
}

table.cartTable .prdtitle {
    font-size: 12px;
}

table.cartTable .proplist i strong {
    margin: 0 5px 0px 0px;
}

table.cartTable .proplist i {
    display: inline-block;
}

.social-links a {
    flex-grow: 1;
    background: #acfde5;
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #000;
}

    .social-links a.btn-wp {
        background: #bded70;
    }

    .social-links a.btn-insta {
        background: #fdacac;
    }

.about-footer {
    text-align: right;
    background: #ffffffde;
    border-radius: 15px;
    padding: 15px;
}
.about-footer{background: #ededed;color:#fff}
.about-head {
    display: flex;
    margin: 0 0 15px 0;
}

.about-footer p {
    text-align: justify;
    line-height: 28px;
    color: #6a6a6a;
}
.about-footer p{/* color: #c0c0c0; */}
.about-footer h3 {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: bold;
}
.about-footer h3 {
                 /* color:#fff; */
                 }
.profiletabs > ul li a {
    margin: 0;
    padding: 12px 10px;
    font-size: 12px;
    color: var(--theme-primary-color);
}

.shop-description > button {
    width: 100%;
    padding: 10px;
    background: #eee;
    border: none;
}

.shop-description > div.open {
    height: initial;
}

.shop-description > div img {
    max-width: 100%;
    height: auto !important;
}

.shop-description > div {
    line-height: 38px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .shop-description > div.open:after {
        display: none;
    }

    .shop-description > div:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 160px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

.blog-content .pagecontent blockquote {
    background: #f1f1f1;
    border-radius: 10px;
    color: #727272;
    border-left: none;
    border-right: 10px solid var(--theme-primary-color);
    font-size: 14px;
    margin: 25px 0px;
}

.shop-description h2 {
    border-bottom: none !important;
    padding: 15px 0px 10px !important;
    margin: 0;
}

.container.pay-invoice.paid .message-box {
    text-align: center;
    padding: 15px 10px 10px 10px;
    background: #def5dc;
    box-shadow: inset 0 0 10px #c9e3c6;
}

.container.pay-invoice .message-box .alert {
    margin: 20px 0 0 0
}

.container.pay-invoice.unpaid .message-box {
    text-align: center;
    padding: 15px 10px 10px 10px;
    background: #f5dcdc;
    box-shadow: inset 0 0 10px #dcbebe;
}

.container.pay-invoice .message-box img {
    border-radius: 50%;
}

.book-list .book-item > a {
    display: flex;
    color: #222;
    text-decoration: none;
}

.pay-invoice > div {
    background: #fff;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    padding: 15px 15px;
    overflow-x: auto;
}

.book-list .book-item .book-title {
    display: flex;
}

    .book-list .book-item .book-title img {
        width: 20px;
        height: auto;
        margin: 0 0 0 0 !important;
        opacity: 0.8;
    }

.book-list .book-item .book-title {
    font-size: 11px;
}

    .book-list .book-item .book-title > span {
        display: inline-block;
        margin: 10px 0 0px 15px;
        background: #bbff91;
        border-radius: 5px;
        padding: 2px 5px;
    }

.book-list .book-item > a h3 {
    margin: 0;
    font-size: 16px;
    padding: 15px 0 0 0;
    color: var(--theme-primary-color);
    flex-grow: 1;
}

.book-list .book-item > a p {
    font-size: 11px;
    margin: 15px 0 15px 15px;
    line-height: 27px;
    text-align: justify;
}

.book-list .book-item:hover {
    background: #f7f7f7
}

.book-list .book-item {
    margin: 0 0 15px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

    .book-list .book-item > a img {
        margin: 15px;
        width: 150px;
        border-radius: 8px;
        height: 150px;
    }

.profile-title {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px 0;
}

    .profile-title h2 {
        margin: 0;
        padding: 15px 0;
        font-size: 18px;
        margin: 0 0 0px 0;
    }

.profile-content .form-horizontal .form-group label {
    white-space: nowrap;
    font-size: 12px;
}

.profile-title a {
    color: var(--theme-primary-color);
}

.profile-page .profile-Title h2 {
    margin: 0;
    padding: 20px;
    font-size: 20px;
}

.profile-sidebar-header .profile-avatar {
    text-align: center;
    padding: 30px 0;
}

.profile-page {
    background: #fff;
    min-height: 500px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
}

.profile-sidebar-header {
    padding: 0 0 15px 0;
    font-size: 12px;
}

.profile-link a {
    font-size: 11px;
}

.profile-link {
    margin: 10px 0 0 0;
}

.profile-header-content {
    margin: 0 0 10px 0;
    text-align: center;
}

.profile-username {
    color: var(--theme-primary-color);
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
}

.profile-link > div {
    /* display: flex; */
    justify-content: space-between;
}

.factorTable tr.footer {
    font-size: 10px;
}

.contentPager {
    clear: both;
    text-align: center;
}

.profile-sidebar {
    background: #fff;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
}

    .profile-sidebar .profile-menu {
        list-style: none;
        padding: 10px 0 10px;
        font-size: 12px;
        border-top: 1px solid var(--theme-primary-color);
    }

.profile-section .label-info {
    background: #fff;
}

.profile-section .row > div {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    min-height: 60px;
}

    .profile-section .row > div > div {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

.profile-section {
    margin: 15px;
    border: 1px solid #e5e5e5;
    padding: 0px 15px;
}

    .profile-section .row > div > div.label-info {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 0 10px;
    }

.profile-section-link {
    padding: 15px 0;
    font-size: 12px;
}

.profile-sidebar .profile-menu li.active a {
    background-color: var(--theme-primary-color);
    color: #fff;
    border-radius: 5px;
}

.profile-sidebar .profile-menu li a {
    padding: 15px 15px;
    margin: 0;
    display: block;
    color: #777;
    margin: 0 10px;
}

    .profile-sidebar .profile-menu li a i {
        font-size: 18px;
        margin: 0 0 0 10px;
    }

.contentPager .pagination li.active a {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff;
}

.contentPager .pagination li a {
    color: var(--theme-primary-color);
}

.contentPager ul {
    padding: 0;
    margin: 50px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contentPager ul li a {
        /* border-radius: 50%; */
        border: none;
        padding: 11px 18px;
        font-size: 16px;
    }

    .contentPager ul li:last-child a {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .contentPager ul li:first-child a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.blog-title h1 {
    padding: 15px;
    font-size: 25px;
    background: #fff;
    border-radius: 10px;
    color: var(--theme-primary-color);
    margin-right: 15px;
    margin-left: 15px;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}

.sidebar-nav {
    background: #fff;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    padding: 15px 0;
    margin: 20px 0 0 0;
    border-radius: 15px;
}
.sidebar-nav .sidebar-panel {
    margin-bottom: 15px;
}
.content-slugs {
    padding: 15px;
}

.news-item > a {
    color: #141414;
    text-decoration: none;
}

.sidebar-nav .sidebar-title {
    color: #4e4e4e;
}

    .sidebar-nav .sidebar-title h3,.sidebar-nav .sidebar-title span {
        font-size: 12px;
        padding: 11px 15px;
        background: #f5f5f5;
        border-radius: 7px;
        margin: 15px 5px 0px 5px;
        display: block;
    }

.sidebar-panel .content {
    padding: 15px 15px 0px 15px;
}

    .sidebar-panel .content .nav-list ul li a {
        color: #888;
    }

    .sidebar-panel .content .nav li a {
        padding: 10px 0px;
        font-size: 12px;
        color: #878787;
        line-height: 22px;
    }

    .sidebar-panel .content .form-group {
        margin: 0;
    }

.news-item {
    background: #fff;
    border-radius: 15px;
    /* box-shadow: 0 1px 28px rgb(0 0 0 / 8%); */
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

    .news-item:hover {
        background: var(--theme-primary-color);
        color: #fff
    }

        .news-item:hover a {
            color: #fff
        }

.blog-content {
    background: #fff;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    padding: 15px 15px 15px 15px;
    line-height: 35px;
    border-radius: 15px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

    .blog-content h2 {
        font-size: 20px;
        color: var(--theme-primary-color);
        line-height: 35px;
        font-weight: bold;
    }

    .blog-content h3 {
        font-size: 16px;
        color: #d36a7e;
        line-height: 35px;
    }

    .blog-content a {
        color: rgb(243 44 117);
        border-bottom: dashed 1px;
    }

    .blog-content img {
        max-width: 100%;
        height: initial !important;
        border-radius: 7px;
        box-shadow: 0px 0px 20px 0px rgb(2 168 168 / 31%);
    }

.news-item a img {
    width: 100%;
    height: initial;
    border-radius: 15px;
    transition: all 0.5s ease-in;
}

.news-item:hover a img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.news-item .content-img {
    overflow: hidden;
}

.news-item h2 {
    font-size: 14px;
}

.desc p {
    margin: 15px 0 15px 0;
}

.desc a {
    color: var(--theme-primary-color);
    border-bottom: 1px dashed
}

.desc h2 { /* background: #eaffff; */
}

.desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6 {
    margin: 16px 0 10px 0;
    padding: 10px 0;
    border-radius: 10px; /* color: var(--theme-primary-color); */
}

.desc h1 {
    font-size: 20px;
}

.desc h2 {
    font-size: 18px;
}

.desc h3 {
    font-size: 16px;
}

.panel-title h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 15px;
    position: relative;
    color: var(--theme-primary-color);
}

    .panel-title h2:after {
        content: '';
        background: #cdcdcd;
        width: 100px;
        height: 3px;
        position: absolute;
        right: 0;
        bottom: -3px;
        right: 15px;
    }

.factorTable tr.footer.success {
    font-size: 12px;
    font-weight: bold;
}

.rowItem.pro-slide-home .boxwin-inner > div {
    background: #fff;
}

.factorTable tr.footer.coupen-discount-row td {
    color: green !important;
}

.coupen-discount > div {
    background: #ffffff75;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupen-discount .coupen-title p {
    margin: 0;
}

.coupen-discount .coupen-title {
    flex-grow: 1;
}

    .coupen-discount .coupen-title strong {
        margin: 0 0 5px 0;
    }

.coupen-discount .coupen-value strong {
    margin: 0 0 0 5px;
}

.coupen-discount .coupen-value span {
}

.coupen-discount .coupen-value {
    font-size: 20px;
    white-space: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 15px;
}

    .coupen-discount .coupen-value span {
        font-size: 12px;
    }

.coupen-discount {
    display: flex;
    padding: 10px;
    align-items: center;
    background: #dcffca;
    width: 100%;
    border-radius: 8px;
    margin: 15px 0 0 0;
    align-items: inherit;
    font-size: 10px;
}
.coupen-form .form-group{margin:0;}
.coupen-form {
    margin: 15px 0 0 0;
    background: #02a8a814;
    margin: 0;
    padding: 10px 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .coupen-form .form-group * {
        display: inline;
    }

.coupen-discount > div {
    padding: 10px;
}

select.form-control {
    line-height: 0;
    padding: 0 10px;
}

.profiletabs > ul {
    display: flex;
}

    .profiletabs > ul li.active a {
        background: var(--theme-primary-color);
        color: #fff;
    }

.user-profile-info {
    display: flex;
    flex-wrap: wrap;
}

.user-profile-item {
    margin: 4px 3px;
    background: #f7f7f7;
    flex-grow: 1;
    padding: 10px;
    border-radius: 7px;
    line-height: 25px;
}

.user-profile {
    font-size: 12px;
}

.user-profile-item label {
    margin: 0;
    font-weight: normal;
    color: var(--theme-primary-color);
}

.swiper-container.gallery-top .swiper-button-next {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2302a8a8'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container.gallery-top .swiper-button-prev {
    right: 0; /* height: 30px; */
    color: red;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2302a8a8'%2F%3E%3C%2Fsvg%3E");
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    cursor: pointer;
    opacity: 0.4;
    border-radius: 10px;
    overflow: hidden;
}

.factorTable .proplist {
    margin: 10px 0 10px 0
}

    .factorTable .proplist i {
        border: 1px solid #299898;
        border-radius: 3px;
        line-height: 1;
        padding: 0 6px;
        font-size: 11px;
        background: var(--theme-primary-color);
        color: #fff;
    }

.factorTable .price-total {
    text-align: left;
    font-weight: bold;
    color: #242424;
}

.factorTable td > a.prdtitle {
    color: #0b0b0b;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.cart-wrapper .factor {
    max-height: 300px;
    overflow-y: auto;
}
.cart-wrapper .factor img{max-width:60px;height:auto !important;}
table.factorTable {
    margin: 0;
}
.factorTable td > .qty {
    color: #0e0e0e;
    font-size: 12px;
}

.newprd {
    position: absolute;
    display: none;
}

.swiper-container.gallery-top {
    /* margin: 20px; */
    border-radius: 10px;
    overflow: hidden;
}

.gallery-thumbs {
    margin: 20px 0 0 0;
}

    .gallery-thumbs .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border: 1px solid var(--theme-primary-color);
        border-radius: 10px;
        overflow: hidden;
    }

td.basketprice > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    td.basketprice > div > span.price {
        position: relative;
    }

.cart-price div > span.price.discount {
    color: #898989;
    font-size: 12px;
    position: relative;
}

    .cart-price div > span.price.discount:after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        top: 45%;
        background: #89898991;
    }

.propertyItem .colorlist > span {
    padding: 7px;
    float: right;
    margin: 3px 0 0 7px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.propertyItem > button {
    border: none;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
}

.propertyItem > button {
    width: 100%;
    padding: 7px 10px 7px 10px;
}

.propertyItem .dropdown-menu {
    left: 0;
}

    .propertyItem .dropdown-menu li.active a {
        background: var(--theme-primary-color);
        /* padding: 3px 12px 3px 12px; */
    }

    .propertyItem .dropdown-menu li a {
        padding: 7px 12px 7px 12px;
    }

.propertyItem .colorlist {
    float: right;
}

.propertyItem > button .txt {
    float: right;
}

.propertyItem > button .caret {
    float: left;
    margin: 9px 0 0 0;
}
.brdcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* overflow-x: auto; */
    flex-wrap: wrap;
}
.subcats ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* overflow-x: auto; */
    flex-wrap: wrap;
}
 .brdcrumb ul li.title-link a {
        color: #445e5e;
        background: transparent;
        padding-left: 5px;
        padding-right: 8px;
        white-space: nowrap;
    }
    .brdcrumb ul li.title-link a {
        color: #445e5e;
        background: transparent;
        padding-left: 5px;
        padding-right: 8px;
        white-space: nowrap;
    }

    .brdcrumb ul li.title-link:after {
        position: absolute;
        left: 0;
        top: 8px;
        content: '';
        padding: 2px;
        float: left;
        border-top: 1px solid #777;
        border-left: 1px solid #777;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .brdcrumb ul li.title-link:last-child:after {
        display: none;
    }

    .brdcrumb ul li {
        position: relative;
        /* width: 33.335%; */
    }

.brdcrumb {
    /* clear: both; */
    padding: 20px 0px 0px 0;
}

.subcats ul li a.button {
    background: var(--theme-primary-color);
    color: #fff;
    margin: 0 0 5px 5px;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    white-space: nowrap;
}
.subcats ul li a.image-button {
    /* background: var(--theme-primary-color); */
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 5px;
    white-space: nowrap;
}
.subcats ul li a img{max-width: 170px;border-radius: 8px;border: 2px solid #ffffff;}
.subcats ul li.active a img{border-color:var(--theme-primary-color);}
.subcats {
    padding: 10px 15px 0 0;
}
.brdcrumb {
    padding: 15px 0px 15px 0;
}
table.table-hover.addresses tr.footer {
    font-size: 11px;
}

.address-wrapper .infobox {
}

.address-wrapper {
}

    .address-wrapper .address-row {
        width: 100%;
    }

    .address-wrapper .infobox {
        width: 50%;
        float: right;
        padding: 10px 0;
    }

        .address-wrapper .infobox.tel-box {
            text-align: left;
        }

        .address-wrapper .infobox.fax-box {
            text-align: left;
        }

.contact-wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}

table.pay span.glyphicon {
    float: right;
    margin: 3px 0 0 10px;
    font-size: 25px;
    color: var(--theme-primary-color);
}

table.pay .info {
    /* float: right; */
}

    table.pay .info strong {
        display: block;
        color: var(--theme-primary-color);
        font-size: 15px;
        padding: 10px 0px 20px;
        margin: 0px 0 0 0;
        float: right;
    }

        table.pay .info strong > span, table.pay .info span {
            display: block;
            font-size: 12px;
            color: #a5a5a5;
            font-weight: normal;
            margin: 6px 0 0 0;
            display: block;
            clear: both;
        }

.orderStat {
    display: table;
    width: 100%;
    /* background: #f9f9f9; */
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 10px 0 0 0;
}

    .orderStat > div {
        display: table-cell;
        width: 25%;
        position: relative;
    }

        .orderStat > div strong {
            display: block;
            padding: 10px 0;
            color: #c1c1c1;
            font-weight: normal;
            font-size: 12px;
        }

        .orderStat > div span.number {
            margin: 4px 0 0 0;
            background: #c1c1c1;
            border-radius: 50%;
            padding: 10px;
            display: inline-block;
            font-weight: bold;
            color: #fff;
            position: relative;
            z-index: 1;
            /* font-family: tahoma !important; */
        }

        .orderStat > div span.left, .orderStat > div span.right {
            background: #dedede;
            position: absolute;
            width: 50%;
            height: 2px;
            top: 19%;
            z-index: 0;
        }

        .orderStat > div span.right {
            background: #dedede;
            right: 0;
        }

        .orderStat > div.active span.number {
            background-color: var(--theme-primary-color);
        }

        .orderStat > div.active strong {
            color: var(--theme-primary-color);
        }

        .orderStat > div.active span {
            background: var(--theme-primary-color);
        }

        .orderStat > div:first-child .right {
            background: #ffffff;
        }

        .orderStat > div:last-child .left {
            background: #ffffff;
        }

form#userinfo .form-group {
    position: relative;
}

.unAuthForm strong {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #888;
}

i.glyph-icon.flaticon-man-user {
}

.unAuthForm i.glyph-icon {
    font-size: 30px;
    color: #c8c8c8;
    border: 1px solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px auto;
}


form#userinfo .form-group .field-validation-error {
    font-size: 12px;
    position: absolute;
    top: 100%;
    background-color: #f00;
    left: 15px;
    color: #fff;
    margin-top: -0px;
    padding: 3px;
    z-index: 999;
}

.custom-form .form-group label {
    font-size: 12px;
    color: #888;
}

form#userinfo .sectionTitle h4 {
    font-size: 13px;
    color: #2b6d6c;
    font-weight: bold;
    border-bottom: 1px dotted;
    padding: 0 0 5px 0;
}

.custom-form input[type='text'], .custom-form select, .custom-form input[type='email'], .custom-form textarea {
    background: #fcfcfc;
    box-shadow: none;
    font-size: 13px;
}

form#userinfo textarea {
    height: 68px;
}

.cart-item {
    display: flex;
    border-right: 5px solid var(--theme-primary-color);
    border-bottom: 1px solid #8db5b161;
}

dic.cart-info {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.cart-quantity form input[type='number'] {
    border: none;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 7%);
    padding: 5px 5px 5px 3px;
    width: 42px;
    border-radius: 4px;
}

.cart-brief {
    flex-grow: 1;
}

.cart-item.danger a.prdtitle {
    color: red;
}

.cart-brief > a.prdtitle {
    color: #565656;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    display: block;
}

.cart-remove {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.cart-item.danger {
    background: #ffd7d7;
}

.thumb-img {
    padding: 10px;
}

.cart-price > div {
    display: flex;
    flex-direction: column;
}

.cart-price {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.cart-quantity {
    padding: 14px 10px;
    display: flex;
    align-items: center;
}

.text-danger.outmsg {
    background: #e46363;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    float: right;
    border-radius: 6px;
    margin: 7px 0 0 0;
}

.cart-quantity form label {
    font-size: 12px;
    color: #888
}

.cart-remove a.RemoveLink {
    border: 1px solid #e46363;
    color: #e46363;
    border-radius: 50%;
    line-height: 1;
    padding: 2px 4px 2px 5px;
    float: left;
    margin: 10px 0 10px 0;
    font-size: 12px;
    opacity: 0.8;
}

#menu-button .button-cover > span {
    height: 3px;
    background: #009d9d;
    width: 80%;
}

.basket-total-price {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0 10px 0;
}
.vpn-msg {
    position: absolute;
    background: #ff0058;
    color: #fff;
    bottom: 100%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 7px;
}
.btn.btn-basket {
    background: rgb(48,172,157);
    background: linear-gradient(90deg, rgba(48,172,157,1) 0%, rgb(24 110 143) 100%);
    color: #fff;
    border: none;
    padding: 12px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
}

.basket-total-price .pricetag {
    font-size: 24px;
    padding: 0px 0 7px 0;
    color: #ff0058;
    font-weight: bold;
}

    .basket-total-price .pricetag span {
        font-size: 14px;
        font-weight: normal;
    }

.baskettotal {
    border-top: 1px solid #d7d7d7;
}

.basket-total-price span {
    font-size: 12px;
}

.basket-pricelist > .price-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

    .basket-pricelist > .price-row label {
        text-align: right;
        font-size: 12px;
        color: var(--theme-primary-color);
    }

    .basket-pricelist > .price-row > * {
        flex-grow: 1;
        text-align: left;
    }

.basket-pricelist strong span {
    color: #787878;
    margin: 0 5px 0 0;
    font-size: 11px;
}

.basket-pricelist > .price-row.discount label {
    margin: 0;
    color: #6dab45;
}

.basket-pricelist > .price-row.discount span {
    color: #6dab45;
}

.basket-pricelist > .price-row.discount {
    border-top: 1px solid #6ec93469;
    border-bottom: 1px solid #6ec93469;
    color: #6dab45;
    padding: 8px 4px;
    /* border-radius: 7px; */
    background: #6ec9340f;
    margin: 10px 0 0 0;
}

.basket-pricelist {
    padding-top: 50px;
    padding-bottom: 20px;
}

.priceITem .form-group > div {
    padding: 0 0 10px 0;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: 1px dotted #d3d3d3;
}

    .priceITem .form-group > div label {
        /* float: right; */
        display: inline;
    }

    .priceITem .form-group > div input {
        /* float: right; */
        width: 70px;
    }

.priceITem .form-group {
    clear: both;
}

.relatedProperties {
    height: 170px;
    overflow: hidden;
    margin: 0 0 15px;
}

    .relatedProperties ul {
        font-size: 12px;
        color: #2ec4c4;
        padding: 10px 30px 0 0;
        line-height: 23px;
    }

.alert-warning.stockmsg {
    padding: 5px 10px 10px 10px;
}

    .alert-warning.stockmsg span {
        font-size: 11px;
    }

.relatedProperties ul li {
}

.product-logo {
    background: #ffffff;
    padding: 8px;
    border-radius: 7px;
    margin: 0 0 25px;
    /* border: 1px solid #d2ffff; */
}

    .product-logo ul > li { /* background:#efefef; */
        border-radius: 10px;
        padding: 4px 10px; /* min-width: 190px; */
    }

    .product-logo ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-around;
        margin: 0;
    }

        .product-logo ul li {
            color: #585858;
            max-width: 20%;
            font-size: 11px;
        }

            .product-logo ul li img {
                height: 41px;
                margin: 0 0 0px 10px;
                opacity: 0.7;
                max-width: 100%;
                border-radius: 50%;
            }

#menu-button {
    width: 60px;
    height: 34px;
    margin: 18px 0px 0 0;
    display: inline-block;
    position: absolute;
    padding: 0 10px;
    right: 0;
}

    #menu-button input:checked ~ .mobile-menu {
        display: block;
    }

.search-header-box {
    padding: 5px 10px 5px 10px;
    margin: 10px 0 10px 0;
    margin-right: 60px;
    background: #eee;
    border-radius: 7px;
    display: flex;
    color: #888;
    align-items: center;
    justify-content: space-between;
}

    .search-header-box span {
        font-size: 18PX;
    }

    .search-header-box img {
        height: 30px; /* float:left; */
    }

#menu-button > label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}

#menu-button .button-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 21px;
    bottom: 9px;
    top: 0;
}

.mobile-menu.active {
    display: block;
}

.menu-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background: #eee;
    border-radius: 5px;
    overflow-x: hidden;
}

    .menu-tabs ul li {
        flex-grow: 1;
    }

        .menu-tabs ul li button {
            border: none;
            display: flex;
            padding: 10px 5px;
            text-align: center !important;
            width: 100%;
            justify-content: center;
            border-radius: 5px;
        }

        .menu-tabs ul li.active button {
            background: #2ec4c4;
            color: #fff;
        }

.menu-content {
    display: none;
}

    .menu-content.active {
        display: block;
        padding-bottom: 100px;
    }

.mobile-menu {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    background: #3333339e;
    left: 0;
    bottom: 0;
    padding: 68px 0 0 0;
    z-index: 999;
}

    .mobile-menu > div {
        background: #fff;
        max-width: 70%;
        overflow-y: auto;
        position: absolute;
        bottom: 100%;
        top: 54px;
        padding: 15px;
        width: 70%;
        transition: all 500ms linear;
        opacity: 0;
    }

    .mobile-menu.show > div {
        bottom: 0%;
        opacity: 1;
        transition: 5s;
        transition: all 500ms linear;
    }

    .mobile-menu .menu-tab-content > ul {
        padding: 0 0 100px 0;
        margin: 0;
    }

    .mobile-menu ul li ul {
        padding: 0 20px 0 0;
        list-style: none;
    }

    .mobile-menu ul li a:Hover, .mobile-menu ul li a:active {
        background: #daffff;
    }

.mobile-hilight {
    background: #e1aa121f;
    color: var(--theme-secondary-color2);
    padding: 0 10px;
    border-radius: 13px;
    margin: 10px 0 10px 0;
}

    .mobile-hilight a {
        color: var(--theme-secondary-color2) !important;
    }

.mobile-menu ul li > div a {
    flex-grow: 1;
}

.mobile-menu ul li > div > i {
    display: inline-block;
    padding: 10px;
    color: #888888e0;
    border-radius: 50%
}

    .mobile-menu ul li > div > i.fa-chevron-down {
        color: var(--theme-primary-color);
    }

    .mobile-menu ul li > div > i.fa-chevron-up {
        /* background: #eee; */
    }

.mobile-menu ul li > div {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #ededed;
}

.mobile-menu ul li a {
    white-space: nowrap;
    display: block;
    padding: 10px 0px;
    color: var(--theme-primary-color);
    /* border-bottom: 1px solid #ededed; */
    font-weight: bold;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

    .mobile-menu ul ul li div {
        border-bottom: none !important;
    }

    .mobile-menu ul li ul li a {
        font-size: 13px;
        color: #626262;
        padding: 8px 0;
        font-weight: normal;
        border-bottom: 1px solid #fff;
    }

#menu-button > input[type=checkbox] {
    opacity: 1;
    position: absolute;
    opacity: 0;
}



table.addresses tr.active td, table.addresses tr.active:hover td {
    background: #e8dae1;
}

table.addresses {
    font-size: 12px;
}

    table.addresses td strong {
        color: #585858bf;
    }

    table.addresses td {
        line-height: 26px !important;
        color: #979797;
        display: flex;
        cursor: pointer;
    }

    table.addresses tr.footer td {
        flex-direction: row;
    }

        table.addresses tr.footer td button {
            border-radius: 5px;
            border: 1px solid;
            margin: 0 10px 0 0;
        }

table.shipping td.active strong {
    color: var(--theme-primary-color);
}

table.addresses span.glyphicon {
    padding: 6px 2px 10px 10px;
    font-size: 20px !important;
    color: #d8d8d8;
}

.addrDesc {
    background: #00000012;
    padding: 4px 10px;
    border-radius: 7px;
}

.user-address-form .form-group {
    position: relative;
}

    .user-address-form .form-group .field-validation-error {
        font-size: 10px;
        position: absolute;
        top: 100%;
        background-color: #f00;
        left: 0px;
        color: #fff;
        margin-top: 0px;
        padding: 3px;
        z-index: 999;
    }

.user-address-form label {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

table.addresses tr.active td span.glyphicon, table.addresses tr.active td {
    color: #b3668c;
}

table.shipping td.active .glyphicon {
    color: var(--theme-primary-color) !important;
}

table.shipping span.glyphicon {
    float: right;
    padding: 6px 2px 10px 10px;
    font-size: 20px !important;
    color: #838383;
}

table.shipping .info {
    display: flex;
    width: 100%;
}

    table.shipping .info strong {
        display: block;
        color: #7c7c7c;
        font-size: 13px;
        padding: 0px 0px 2px;
    }

table.shipping td.active .info strong > span, table.shipping td.active .info span {
    color: #bb5d5d;
}
table.shipping .info strong > span, table.shipping .info span {font-size:10px;}
table.shipping .info strong > span.glyphicon, table.shipping .info span.glyphicon {
    display: block;
    font-size: 11px;
    color: #dddddd;
    font-weight: normal;
    margin: 6px 0 0 0;
}

table.shipping .price strong {
    /* font-size: 13px; */
}

table.shipping .price {
    /* float: left; */
    font-size: 10px !important;!i;!;
    padding: 8px 8px;
    color: #888;
    background: #0000000d;
    margin: 0px 0 0 -8px;
    border-radius: 9px;
    text-align: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
}

table.shipping td.active .price {
    background-color: var(--theme-primary-color);
}

    table.shipping td.active .price strong {
        color: #fffffff0;
    }

    table.shipping td.active .price span {
        color: #ffffffc2;
    }

.main h3 {
    font-size: 17px;
    color: #53b0c0;
    margin: 0;
    padding: 10px 0 20px 0;
}

.main {
    line-height: 30px;
}

    .main h2 {
        font-size: 20px;
        color: #53b0c0;
        margin: 10px 0 10px 0;
        padding: 10px 0 20px 0;
    }

.slidebox {
    margin: 10px 0 0 0;
}

.boxwin {
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    border-radius: 7px;
    margin: 0px 0 15px 0;
    padding-bottom: 16px;
    overflow: hidden;
    background: #fff;
}
.white-frame, .white-frame-inner >div{
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    border-radius: 7px;
    padding-bottom: 16px;
    padding-top:15px;
    overflow: hidden;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
}
.boxwin-inner > div {
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    border-radius: 7px;
    padding-bottom: 16px;
    overflow: hidden;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
}

.slideframe {
    /* padding: 0; */
    margin-bottom: 10px;
}

    .slideframe img {
        width: 100%;
        border-radius: 10px;
    }

.categoryImage img {
    width: 100%;
    border-radius: 7px
}

.categoryImage {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    margin-top: 20px;
}

.shopPagination ul li a {
    border-radius: 8px !important;
    border: none;
    color: var(--theme-primary-color);
}

    .shopPagination ul li a:Hover {
        color: var(--theme-primary-color);
    }

.shopPagination ul li.active a {
    background-color: var(--theme-primary-color);
}

    .shopPagination ul li.active a:Hover {
        background-color: #099292;
    }

.shopPagination ul {
    margin: 10px 0 0 0;
    padding: 0;
    direction: rtl !important;
    display: flex;
    justify-content: center;
}

p.mapframe {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

    p.mapframe span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--theme-primary-color)69;
        z-index: 923;
        top: 0;
        padding: 130px 0 0 0;
        text-shadow: 0 0 10px var(--theme-primary-color);
    }

.productlist-wrapper .boxwin-inner > div {
    background: #fff;
    padding: 15px;
}

.relatedProducts.boxwin {
    background: #fff;
}

h1.home-title-box > span {
    font-size: 11px;
    background: #f3f3f3;
    color: #8e9797;
    padding: 3px 8px;
    border-radius: 7px;
    display: inline-block;
}

.boxwin h1, .boxwin h2, .boxwin-inner h1, .boxwin-inner h2 {
    margin: 0px 0 5px;
    font-size: 17px;
    padding: 15px 15px 10px;
    color: #3c3c3c;
    /* border-bottom: 1px solid #2b6d6c7a; */
    font-weight: bold;
    direction: rtl;
    float: right;
}

.boxwin h3, .boxwin h3, .boxwin-inner h3, .boxwin-inner h3 {
    font-size: 16px;
}

.boxwin h2, .boxwin-inner h2 {
    border-bottom: 1px solid #2b6d6c7a;
    float: none;
}

.cart-brief .proplist {
    margin: 0px 0 0 0;
}

.cart-item.danger .proplist i {
    background: #909090;
    border: 1px solid #797979;
}

.cart-brief .proplist i {
    border: 1px solid #299898;
    border-radius: 3px;
    line-height: 1;
    padding: 5px 6px;
    font-size: 11px;
    background: var(--theme-primary-color);
    color: #fff;
    display: inline-block;
}

.boxwin h1 span, .boxwin h2 span {
    font-size: 12px;
}

.shopTitle {
    border-bottom: 1px solid #ffffff7a;
    overflow: hidden;
}

    .shopTitle .sorting {
        float: left;
        margin: 15px 0 0 15px;
    }

.searchbox .searchwrapper {
    border-radius: 5px;
    margin: 20px 0 0 0;
    position: relative;
}

    .searchbox .searchwrapper input {
        background: #f1f1f1;
        border: none;
        width: 100%;
        padding: 8px 31px 8px 5px;
        border-radius: 37px;
        font-size: 12px;
        outline: none;
        border: 1px solid #f1f1f1;
    }

        .searchbox .searchwrapper input:focus {
            background: #fff;
            border-color: var(--theme-primary-color);
        }

    .searchbox .searchwrapper img {
        position: absolute;
        right: 7px;
        top: 7px;
        height: 17px;
    }


.home-title-box::after {
    content: " ";
    width: 100px;
    height: 1px;
    /* background: #9c7bbe; */
    display: block;
    text-align: center;
    margin: 0px auto;
}

.home-subtitle {
    text-align: center;
    margin: 10px 0 50px 0;
}

img.video-items-home {
    box-shadow: rgba(0,0,0,.22) 0 2px 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 0;
}

a:hover {
    text-decoration: none;
}

.more-button {
    cursor: pointer;
    min-height: 47px;
    margin: 0px auto;
    border-radius: 3px;
    background: linear-gradient(30deg,#3b8f9e,#b194d0);
    border-style: none;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: table;
}

a.more-button span {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    margin-top: 12px;
}

section.box-video-plane .container .row {
    /* padding: 15px 60px; */
}

a.more-button:hover {
    text-decoration: none;
}

section.rowItem.box-video-plane {
    background: #f5f5f5;
    padding: 75px 0;
    margin: 20px 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

.rowItem.greyback {
    background: #f5f5f5;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

section.box-video-plane .container .row .more-button {
    margin-top: 100px;
    padding: 0 40px;
}

.pro-slide-home .listslider .swiper-wrapper .swiper-slide {
    padding: 0 5px 0 5px;
    min-width: 180px;
}

.productItem .footer-prd-button {
    right: 0;
    opacity: 1;
}

.productItem .footer-prd-button {
    position: absolute;
    right: -50%;
    top: 240px;
    background-color: #fff;
    transition: .5s;
    z-index: 10;
    opacity: 0;
}

    .productItem .footer-prd-button > a:first-child {
        transition-delay: .2s;
    }

    .productItem .footer-prd-button > a {
        margin: 0;
        padding: 0;
        width: 47px;
        height: 47px;
        text-align: center;
        display: block;
        border-radius: 0;
        background-color: transparent;
        color: #85735c;
        float: left;
        transform: translateX(150%);
        transition: transform .5s;
        transition-delay: .4s;
    }

.productItem a {
    text-decoration: none;
}

.productItem .footer-prd-button > a .p-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 47px;
}

.productItem:hover .footer-prd-button > a {
    transform: translateX(0);
}

.productItem:hover .footer-prd-button {
    right: 0;
    opacity: 1;
}

.productItem .footer-prd-button .add-to-cart-text {
    display: none;
}

.h {
    display: block;
    text-align: center;
    font-size: 14px;
}

.box-vdeo .video-items-home .item-vde-box {
    background: #e4e4e4;
}

figure.productItem .prop .prdprice {
    color: #ff0159;
    margin: 0 0 15px 0;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    figure.productItem .prop .prdprice .price.discount {
        color: #888;
        font-size: 12px;
        position: relative;
    }

        figure.productItem .prop .prdprice .price.discount:after {
            content: ' ';
            height: 1px;
            background: #898989;
            left: 0;
            right: 0;
            top: 50%;
            position: absolute;
        }

.mainHead > div > .head-toolbar .loginbox > ul > li {
    list-style: none;
    /* display: inline; */
    margin: 0 0px 0 0;
    position: relative;
}

    .mainHead > div > .head-toolbar .loginbox > ul > li > a {
        padding: 2px 6px;
    }

    .mainHead > div > .head-toolbar .loginbox > ul > li.dropdown.open > a, .mainHead > div > .head-toolbar .loginbox > ul > li.dropdown.open > a:active, .mainHead > div > .head-toolbar .loginbox > ul > li.dropdown.open > a:focus { /* background:#1f9595; */
        padding: 2px 6px;
    }

    .mainHead > div > .head-toolbar .loginbox > ul > li .dropdown-menu {
        left: 0;
        right: initial;
    }

.login-menu {
    font-size: 12px;
    border: none;
    padding: 0;
    overflow: hidden;
}

    .login-menu li a {
        padding: 10px 10px;
        /* white-space: nowrap; */
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .login-menu li {
        overflow: hidden;
        border-bottom: 1px solid lightgrey;
    }

        .login-menu li:Hover a {
            background: #e8e8e8 !important;
        }

li.mini-cart:before {
    content: '';
    padding: 0px;
    position: absolute;
    bottom: -4px;
    border-radius: 10px;
    left: -4px;
    background: red;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

li.mini-cart.active:before {
    opacity: 1;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login-menu.auth li.profile a span.glyphicon {
    font-size: 20px;
    border: 1px solid #acacac;
    border-radius: 50%;
    padding: 6px;
    color: #9e9e9e;
    margin: 0px 0 0 10px;
    line-height: 1;
}

.login-menu.auth li.profile a {
    font-size: 9px;
}

    .login-menu.auth li.profile a strong {
        margin: 6px 0 0 0;
        display: block;
        color: var(--theme-primary-color)
    }

.login-menu li a i.fa {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0px 0 0 10px
}

.login-menu.auth a span {
}

.mainHead > div > .head-toolbar .loginbox ul li a img {
    height: 20px;
}

.mainHead > div > .head-toolbar .loginbox ul li a i {
    /* color: #2b6d6b; */
    /* font-size: 21px; */
}

.mainHead > div > .head-toolbar .loginbox > ul {
    vertical-align: middle;
    margin-top: 22px;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
}

.mainHead > div > .head-toolbar .loginbox ul li.mini-cart a span {
    color: #fff;
}

.mainHead > div > .head-toolbar .loginbox ul li.mini-cart a span {
    position: absolute;
    bottom: 5px;
    padding: 0 5px;
    height: 15px;
    min-width: 15px;
    text-align: center;
    line-height: 17px;
    color: #075a68;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    font-weight: 600;
    font-size: 10px;
}

/**************** NEW ****************************/
.pageslide {
    z-index: -1;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0px;
    /* max-height: 180px; */
    /* width: initial !important; */
}

.mainHead {
}

    .mainHead > div {
    }

        .mainHead > div > .head-toolbar {
            background: #ffffff;
            /* height: 120px; */
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            box-shadow: 0 0 10px #cfcfcf8f;
        }

    .mainHead .logobox.text-center a {
        float: initial;
        text-align: center;
        display: block;
    }

        .mainHead .logobox.text-center a img {
            float: initial;
        }

    .mainHead .logobox a {
        text-align: left;
        display: block;
        padding: 25px 0 25px 15px;
        float: right;
        width: 100%;
    }

        .mainHead .logobox a > span {
            float: right;
            color: var(--theme-primary-color);
            margin: 8px 15px 0 0;
        }

        .mainHead .logobox a img {
            /* max-width: 100%; */
            height: 50px;
            float: right;
        }

.pageslide {
    position: fixed;
    top: 0;
    width: 100%;
}

main {
    z-index: 999;
}

.mainMenu ul li a {
    cursor: pointer;
}

.mainMenu > ul ul ul a:Hover { /* background-color: #e8e8e8; */
    color: #da9494;
    border-bottom: 1px dashed;
}

.mainBody {
    min-height: 800px;
}

.mainMenu > ul ul li > div > a {
    display: block;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
    margin: 0;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
}

    .mainMenu > ul ul li > div > a:Hover {
        background: #04938d;
    }

.menusec .menubox {
    /* float: right; */
    padding: 0 0px 0 30px;
    min-width: 150px;
}

.menusec {
    display: flex;
    justify-content: space-around;
}

    .menusec .menubox h3 {
        color: #3c3c3c;
        font-size: 13px;
        border-bottom: 1px solid #b7b7b76b;
        padding: 10px 0;
    }
a.post-chnannel-link {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

a.post-chnannel-link img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0;
}

.logosec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logosec img {
    height: 80px;
}

.menusec .menubox ul {
    padding: 0;
    list-style: none;
    fonts: 12px;
}

    .menusec .menubox ul li {
        margin: 0 0 3px 0px;
    }

        .menusec .menubox ul li a {
            display: block;
            padding: 5px 0;
            color: #4c4c4c;
            font-size: 12px;
        }

.mainMenu > ul > li > a:hover {
    color: #fff
}

.mainMenu > ul > li > div > a {
    padding: 13px 10px 12px 10px;
    display: block;
    color: #242424;
    text-decoration: none;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.mainMenu > ul > li i.fa.fa-chevron-down {
    float: right;
    color: #ffffff45;
    /* position: absolute; */
    /* left: 2px; */
    /* top: 30px; */
    font-size: 9px;
    margin: 14px 0 0 0;
    display: none;
}

.mainMenu > ul ul ul li {
    display: block;
    float: right;
    width: 100%;
    padding: 0px 0;
}

.mainMenu > ul ul li i.fa.fa-chevron-down {
    top: 40%;
    left: 10px;
}

.mainMenu > ul > li {
    list-style: none;
    text-align: center;
}

    .mainMenu > ul > li > div {
        display: flex;
        align-items: center;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

        .mainMenu > ul > li > div span {
            font-size: 10px;
            color: #aaa;
            padding: 0 0 0 10px;
        }

    .mainMenu > ul > li:Hover > div {
        background: var(--theme-primary-color);
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
        color: #fff;
    }

        .mainMenu > ul > li:Hover > div span, .mainMenu > ul > li:Hover > div a {
            color: #fff;
        }

section#loginForm {
    max-width: 370px;
    margin: 15px auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    border-radius: 7px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(83 83 83 / 6%);
}

    section#loginForm .pageTitle {
        background: #ffffff;
        border-radius: 0px;
        border: none;
    }

        section#loginForm .pageTitle h1 {
            font-size: 19px;
            color: var(--theme-primary-color);
            margin: 0;
            text-align: center;
            color: #888;
        }

.mainMenu > ul > li > ul > li {
    position: relative;
    display: block;
    /* float: right; */
    list-style: none;
    padding: 0 0px;
    margin: 0 0 4px 0px;
    /* text-align: center; */
}

.mainMenu > ul ul > li:Hover ul { /* display:block; */
}

.mainMenu > ul > li:Hover > ul {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    filter: alpha(opacity=100);
    opacity: 1;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.mainMenu > ul {
    border-top-right-radius: 20px;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-top-left-radius: 20px;
}

.mainMenu {
    margin: 15px 0 0;
}

    .mainMenu > ul > li > ul {
        position: absolute;
        top: 100%;
        background: var(--theme-primary-color);
        padding: 0;
        list-style: none;
        padding: 5px;
        box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
        -o-transform: scale3d(1, 0, 1);
        -ms-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        text-align: right;
    }



    .mainMenu > ul ul ul { /* position:absolute; */ /* right: 100%; */ /* top: 0%; */
        display: block;
        position: initial;
        list-style: none;
        padding: 0 0px 0 10px;
    }

nav form.searchform {
    border: 1px solid #e3aedd;
    position: relative;
    margin: 10px;
}

    nav form.searchform input {
        border: none;
        width: 100%;
        outline: none;
        padding: 6px;
        font-size: 13px;
    }

    nav form.searchform button {
        position: absolute;
        left: 0;
        top: 2px;
        background: #fff url(/src/img/searchicon.png) center no-repeat;
        border: none;
        border-right: 1px solid #e3aedd;
        height: 87%;
        width: 34px;
    }

.infoicons ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .infoicons ul li {
        display: table-cell;
        text-align: center;
        width: 25%;
        padding: 5px 0 0 0;
    }

        .infoicons ul li span {
            display: block;
            margin: 4px 0 0 0px;
        }

        .infoicons ul li a {
            display: block;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
        }

footer .subFooter {
    background: var(--theme-primary-color);
    padding: 10px;
    position: relative;
}

footer .address {
    color: #fff;
    text-align: right;
}

    footer .address > strong {
        float: right;
        margin: 35px 0 0 15px;
    }

    footer .address > p {
        float: right;
        border-right: 1px solid #fff;
        padding: 0 10px 0 0;
        margin: 1px 0 0 0;
        line-height: 31px;
    }

.logobox {
    text-align: left;
}

footer .topbt {
    position: absolute;
    bottom: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

footer { /* min-height:500px; */ /* background:url(/src/img/footer-bk.jpg); */
}

/*start new css*/
.pull-left {
    /* float: right !important; */
    /* display:  none; */
}

.catlist a:before {
    content: ' ';
    border-left: 1px solid #4293a0;
    border-top: 1px solid #62b3b9;
    padding: 3px;
    float: right;
    margin: 7px 0 0px 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catlist a {
    /* float: right; */
    margin: 0 0 0 10px;
    line-height: 20px;
    color: #848484;
}

.sorting.shopsort {
    padding-bottom: 5px;
    text-align: right;
    /* padding: 0; */
}

span.sorting__title {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.sorting ul {
    display: inline;
    padding: 0;
    /* line-height: 62px; */
    /* margin: 0; */
    /* width:  100% !important; */
}

.pagecontent.productspage {
    padding: 0px 0;
    min-height: 500px;
    line-height: 35px;
    /* background: #f7f7f7; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin: 0px;
    clear: both;
}

.blog-content .pageTitle:after {
    background: var(--theme-primary-color);
    height: 2px;
    width: 20px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -1px;
}

.blog-content .pageTitle:before {
    background: #e8fdfd;
    height: 2px;
    width: 15px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -1px;
}

.pageTitle {
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin: 15px 0 0px 0;
    border-radius: 10px;
    position: relative;
}
.blog-content .pageTitle{margin-top:0;}
.page-breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 9px 0;
    margin: 0;
    overflow-x: scroll;
}

.page-breadcrumb {
    padding: 5px 0px 10px;
    font-size: 11px;
    margin: 10px 0 0 0;
    border-top-left-radius: 46px;
    border-top-right-radius: 11px;
    /* background: #fbf7eb; */
    overflow-x: auto;
}
 .page-breadcrumb ul li{position:relative;padding: 0 0 0 10px;}
    .page-breadcrumb ul li a {
        padding: 0 10px 0 0;
        color: #484848;
        text-decoration: none;
        white-space: nowrap;
    }

        .page-breadcrumb ul li a:after {
            content: ' ';
            width: 7px;
            height: 7px;
            border-left: 1px solid var(--theme-primary-color);
            border-bottom: 1px solid var(--theme-primary-color);
            float: left;
            margin: 0px 0px 0px 0px;
            transform: rotate(45deg);
            position: absolute;
            left: 0;
            top: 4px;
        }

    .page-breadcrumb ul li:last-child a:after {
        content: none
    }

.pageTitle h2, .pageTitle h1 {
    color: var(--theme-primary-color);
    padding: 10px 0;
    font-size: 25px;
    text-align: right;
    margin: 0;
    line-height: 44px;
    font-weight: bold;
}

.empBasket {
    text-align: center;
    border: 2px dashed #d0d0d0;
    padding: 60px;
    color: #444;
}

    .empBasket h1 {
        color: #d0d0d0;
        float: none;
        font-size: 29px;
    }

.shoptotal {
    border: 1px solid #ddd;
    padding: 0;
}

    .shoptotal > div.total {
        border-bottom: 1px solid #ddd;
    }

    .shoptotal > div {
        padding: 20px;
        overflow: hidden;
    }

        .shoptotal > div:last-child {
            background: #f3fffd;
        }

        .shoptotal > div > span {
            float: right;
            width: 50%;
            color: #888;
            font-weight: bold;
            text-align: center;
            font-size: 18px;
        }

            .shoptotal > div > span:first-child {
                text-align: left;
                display: block;
                color: #9a9a9a;
                font-size: 13px;
            }

        .shoptotal > div:last-child span:first-child {
            color: #599db3;
        }

            .shoptotal > div:last-child span:first-child i {
                color: red;
                float: right;
                font-weight: normal;
                font-style: normal;
            }

        .shoptotal > div:last-child span:last-child {
            color: #1e9db3;
        }

        .shoptotal > div span:last-child i {
            font-size: 12px;
            margin: 0 5px 0 0;
        }

table.shipping td > div {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

table.shipping td {
    cursor: pointer;
    padding: 6px 7px !important;!i;!;
}

    table.shipping td.active {
        background: #ebf4f5 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.shoptotal {
    padding: 0;
}

.pageTitle h2 span, .pageTitle h1 span {
    font-size: 13px;
    color: #aba4df;
}

.productlist-wrapper .sidebar {
    background: #f7f7f7;
    min-height: 1000px;
    /* margin: 15px 0 0 0; */
    padding: 0;
}

.sorting li:Hover, .sorting li.active {
    color: #32a989;
    border-bottom: 1px solid;
}

.sorting li {
    display: inline;
    padding: 5px 2px;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 6px;
}

.swiper-container.listslider .swiper-button-next, .swiper-container.content-slider .swiper-button-next, .shop-swiper .swiper-button-next {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2302a8a8'%2F%3E%3C%2Fsvg%3E");
    background-color: #f9f9f9;
    background-size: 70%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.swiper-container.listslider .swiper-button-prev, .swiper-container.content-slider .swiper-button-prev, .shop-swiper .swiper-button-prev {
    background-color: #fff;
    right: 0;
    /* height: 30px; */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2302a8a8'%2F%3E%3C%2Fsvg%3E");
    background-color: #f9f9f9;
    background-size: 70%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-container.listslider .swiper-button-next.swiper-button-disabled, .shop-swiper .swiper-button-next.swiper-button-disabled {
    display: none !important;
}

.swiper-container.listslider .swiper-button-prev.swiper-button-disabled, .shop-swiper .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}


.row.productlist {
    padding: 12px 15px 0 15px;
}

.productItem-wrapper {
    /* transition: 0.8s; */
    width: 25%;
    float: right;
    position: relative;
    padding: 5px;
    border: 1px solid #f9f9f9;
}

    .productItem-wrapper:Hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        /* transition: 0.8s; */
    }

figure.productItem {
    margin: 5px;
    overflow: hidden;
    text-align: center;
    transition: 0.8s;
    /* border-radius: 7px; */
}

    figure.productItem div.disc img {
        width: 68px;
    }

    figure.productItem:Hover {
        /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    }

    figure.productItem .quickview {
        position: absolute;
        /* width: 100%; */
        left: 0;
        right: 0;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        figure.productItem .quickview button:active {
            background: #89daea;
            color: #247080;
            outline: none;
        }

    figure.productItem:HOVER .quickview {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    figure.productItem .quickview button {
        padding-top: 20px;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #ddd4e9;
        border: none;
        color: #ffffff;
        outline: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.glyphicon-eye-open:before {
}

.productItem a {
    display: block;
    padding: 7px;
}

section.rowItem.pro-slide-home.color-back.red {
    background-color: #e1aa12;
    padding: 0;
}
section.rowItem.pro-slide-home.color-back.red {
    background-color: #d74242;
    padding: 0;
}
section.rowItem.pro-slide-home .columnItem {
    padding: 0;
}

section.rowItem.pro-slide-home .product-list-panel {
    font-size: 10px;
}

.pro-slide-home .boxwin-inner > div {
    background: transparent !important;
    box-shadow: none;
    margin: 15px 0 15px 0;
    padding: revert-layer;
}

.rowItem.pro-slide-home .boxwin-inner .swiper-slide > a {
    background: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}


.productItem img {
    width: 100%;
    transition: 0.8s;
    box-shadow: none;
}

.rowItem.pro-slide-home .boxwin-inner .swiper-slide figure.productItem .disc {
    right: 5px;
}

figure.productItem .disc {text-align: right;line-height: 0;height: 20px;}

a.amazing-link {
    text-align: center;
    display: flex;
    color: #fff;
    flex-direction: column;
    padding: 20px 10px 10px 10px;
}

figure.productItem .disc span {
    z-index: 99;
    position: absolute;
    display: block;
    margin: 10px 9px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 35px;
    -webkit-transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
}

    figure.productItem .disc span.percent {
        margin: 58px 12px 0 0;
        white-space: pre;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

.productItem .promotions {
    position: absolute;
    width: 100%;
    top: 63%;
}

.productItem .text {
    clear: both;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #545454;
    display: flex;
    flex-direction: column;
    text-align: right;
    flex-grow: 1;
    height: 90px;
}

    .productItem .text strong {
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        color: #000000;
        font-size: 9pt;
        margin-bottom: 0;
        margin-top: 0px;
        width: 100%;
        height: 55px;
    }

a.category-more {
    text-align: center;
    color: #2c2c2c;
    display: block;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
    padding: 15px 0 0 0;
}

    a.category-more span {
        background: #4b4b4b;
        padding: 0 8px;
        border-radius: 4px;
        float: left;
        margin: 0 0 0 15px;
        color: white;
    }

.productItem .text .price.outstock {
    color: #c5c5c5;
    font-size: 12px;
}

.productItem .text .price {
    font-size: 15px;
    line-height: 21px;
    position: relative;
    text-align: left;
    font-weight: bold;
}
.productItem .text .price span{font-size:10px;}
    .productItem .text .price.discount {
        font-size: 11px;
        color: #c0c2c5;
    }
.discount-percent {
    color: #fff;
    background: #ff0159;
    display: inline-block;
    line-height: 1;
    padding: 3px 5px 2px 5px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
}
        .productItem .text .price.discount:before {
            content: '';
            height: 1px;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            background: #c0c2c5;
        }

.productlist-wrapper .sidebar .sidebar-panel > h3 {
    font-size: 14px;
    padding: 17px;
    border-top: 1px solid #ffffff;
    color: #32a989;
    text-align: right;
}

.productlist-wrapper .sidebar .sidebar-content {
    padding: 10px 15px;
}

.sliderval {
    padding: 20px;
    color: #007bff;
    text-align: center;
}

.pagecontent.productview {
    padding: 0px 0;
    min-height: 500px;
    line-height: 35px;
    background: #fff;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin: 4px 0 0 0;
    clear: both;
}

.social.pull-right {
    position: absolute;
    top: 0;
    z-index: 959;
    padding: 10px;
}

.productThumb img {
    width: 100% !important;
    /* display: block; */
    height: auto;
}
.swiper-slide.videoplay {position:relative;}
.swiper-slide.videoplay div.icon {position:absolute;top: 0;left: 0;right: 0;bottom: 0;padding: 0;display: flex;align-items: center;justify-content: center;background: #68c3bfb3;color: #fff;flex-direction: column;}



.swiper-slide.videoplay div.icon .fa {
    font-size: 40px;
}

.swiper-slide.videoplay div.icon strong {margin: 10px 0 0 0;}
.pagecontent.prdInfo.product-wrapper {
    margin: 5px 0 15px 0;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    border-radius: 7px;
    background: #fff;
}

.pricebox {
    padding: 0 0 0 0px;
}

.single-prd-info .prd-info-header {
    /* background: #f5f6f7; */
    padding: 19px 0px;
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 10px 0;
    color: #2b6c6d;
    border-bottom: 1px solid #cbcbcb;
}

.stars-icons {
    display: flex;
    align-items: center;
    position: relative;
}

    .stars-icons > label {
        font-size: 10px;
        margin: 0;
    }

.scoring .stars-icons .glyphicon-star {
    color: #ffbe00;
    font-size: 18px;
    float: left;
    margin: 0 2px 0 0;
}

.stars-icons.pull-right > label {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0px 0 10px;
}

.scoring {
    padding: 0 0 0px 5px;
    /* border-bottom: 1px solid #e6e6e6; */
    margin-bottom: 10px;
    /* clear: both; */
    overflow: hidden;
}

.stars-icons.pull-right {
    cursor: pointer;
    position: relative;
}

.scoring .stars-icons .glyphicon-star-empty {
    color: #c1c1c1;
    font-size: 18px;
    float: left;
    margin: 1px;
}

.catlist {
    display: flex;
    margin: 0 0 10px 0;
}

    .catlist a {
        margin: 0 0 0 10px;
        line-height: 20px;
        color: #848484;
    }

.prdbar {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    justify-content: space-between;
}

.brief {
    text-align: justify;
    /* min-height: 240px !important; */
    font-size: 12px;
}

.priceITem form > .form-group div label {
    font-size: 11px;
    margin: 0 0 0 9px;
}

.priceITem form > .form-group div input {
    box-shadow: none;
    width: 50px;
    padding: 4px 0 0 0;
    height: initial;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--theme-primary-color);
    text-align: center;
}

    .priceITem form > .form-group div input:focus {
        box-shadow: none;
    }

.single-prd-info .price {
    text-align: center;
    margin-bottom: 15px;
    /* font-size: 12px; */
}

    .single-prd-info .price > strong {
        color: #fe0058;
        font-size: 25px;
        padding: 0 0px 0 0;
    }

    .single-prd-info .price.discount > span {
        color: #5b5b5b;
        font-size: 17px;
        padding: 0;
        position: relative;
    }

        .single-prd-info .price.discount > span:first-child:after {
            position: absolute;
            height: 2px;
            background: #828282c2;
            left: 0;
            right: 0;
            top: 45%;
            content: ' ';
        }

    .single-prd-info .price > span:last-child {
        font-size: 16px;
        padding: 0 0 0 0;
        color: #fe0058;
    }

    .single-prd-info .price.discount > span:last-child {
        font-size: 12px;
        padding: 0 0 0 0;
        color: #848484;
    }

.brief ul {
    list-style: none;
    padding: 10px 0;
    font-size: 12px;
    line-height: 30px;
}

.brief {
    min-height: 200px;
}

.products-cart-status {
    margin: 9;
    /* background: #ebe9f3; */
    padding: 0;
}

    .products-cart-status input {
        float: right;
        width: 50px;
        text-align: center;
        margin: 0;
        padding: 0 4px;
        height: 39px;
        border-radius: 0;
        border: none;
    }

.single-prd-info .butt-shop {
    border-radius: 3px;
    width: 100%;
    padding: 0;
    border-color: #fe0058;
    border-radius: 5px;
    background-color: #fe0058;
    outline: none;
    color: #fff;
}

    .single-prd-info .butt-shop:focus,.single-prd-info .butt-shop:active,
.single-prd-info .butt-shop:disabled{
        background-color: #cd0b4e;
        border-color: #cd0b4e;
    }

.single-prd-info .products-cart-status .butt-shop > i {
    display: block;
    float: right;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    width: 54px;
    background-color: #37b7a7;
    font-size: 25px;
}

.single-prd-info .products-cart-status .butt-shop > .dk-button-label {
    padding: 9px 10px;
}

.products-cart-status label {
    float: right;
    background: #fff;
    padding: 10px 10px;
    margin: 0 0px 0 0;
}

.products-cart-status input:focus {
    box-shadow: none;
}

.scoring .stars-icons .overload {
    background: #ffffffc7;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

    .scoring .stars-icons .overload img {
        height: 30px;
    }

.prdProp {
    clear: both;
    /* padding: 0 20px 20px 20px; */
}

    .prdProp > h4 {
        color: #2b6d6c;
        /* background: #f8f1f894; */
        padding: 10px 10px 10px 0;
        margin: 20px 0 0 0;
        border-top: blueviolet;
        text-align: right;
    }

.productTabs  .desc {
    /* height: 240px; */
    overflow: hidden;
    line-height: 30px;
    padding: 0 15px;
    text-align: justify;
}
.productTabs  .desc img{max-width:100%;height:auto !important;}
.productThumb .carousel-control {
    background-image: none !important;
    opacity: 1;
}

.productTabs > ul.fixed {
    position: fixed;
    top: 70px;
    z-index: 99;
    background: white;
    left: 15px;
    right: 15px;
}

.productTabs > ul {
    /* background: #c8f3f3; */
    margin: 0px 0 0 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

    .productTabs > ul li {
        white-space: nowrap;
    }

    .productTabs > ul > li > a span.badge {
        font-size: 12px;
        background: #e76f6f;
        color: #fff;
        margin: 0;
        display: inline-block;
        position: initial;
    }

    .productTabs > ul > li > a {
        padding: 10px 30px 15px 30px;
        border: 0px solid #ffffff00;
        border-radius: 0;
        border-top: 1px solid var(--theme-primary-color)00;
        color: var(--theme-primary-color);
        background: transparent;
        border-bottom: none;
        margin: 0;
        border-left: none;
    }

.productTabs {
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

    .productTabs > ul > li.active > a span {
        color: #fff !important;
    }

    .productTabs > ul > li.active > a {
        border: none;
        border-bottom: 3px solid #3591a0 !important;
        /* color: #ffffff; */
        background: #ffffff;
        border-bottom: 1px solid white;
    }

        .productTabs > ul > li.active > a:hover {
            color: var(--theme-primary-color);
            border-bottom: 3px solid var(--theme-primary-color) !important;
        }

a {
}

table.propTable .prop {
    padding: 4px 7px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    line-height: 1;
    margin: 0 0 0 7px;
    float: right;
    background: #fff;
}

    table.propTable .prop .colorlist > span {
        padding: 8px;
        float: right;
        border-radius: 50%;
    }

    table.propTable .prop .colorlist {
        float: right;
        margin: 0 0 0 5px;
    }

.productTabs > ul > li > a:hover {
    background-color: var(--theme-primary-color);
    color: #ffffff;
    /* border-top: 3px solid #3591a000 !important; */
    border-color: #ffffff59;
    margin: 0;
}

.productTabs > ul > li > a span {
    font-size: 22px;
    /* float: right; */
    margin: 0 0 0 10px;
    position: relative;
    color: #949494;
    top: 6px;
}

.productTabs > ul > li.active > a span {
    color: #31b14a;
}

.tab-content > .tab-pane {
    padding: 0;
}

.productTabs .tab-pane {
    min-height: 210px;
    /* border: 1px solid #cbcbcb; */
    margin-top: -1px;
}

.propWrapper {
}

    .propWrapper > h3 {
        font-size: 14px;
        padding: 10px 15px;
        color: #888;
        text-align: right;
        margin: 0;
    }

    .propWrapper table {
        margin: 0 10px;
        border-spacing: 5px !important;
        border-collapse: initial;
        border: 0;
        text-align: right;
    }

        .propWrapper table tr td:first-child {
            background: #ecf9f9;
            font-weight: bold;
            width: 20%;
        }

        .propWrapper table tr td {
            border: none;
            padding: 10px 10px 7px 0;
            line-height: initial;
            font-size: 12px;
            background: #f2fdfd;
        }

.commentform {
    overflow: hidden;
    background: #fff;
    margin: 20px 0 0 0;
    border-radius: 15px;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
}

div#comment-wrapper > ul {
    padding-right: 0;
}

div#comment-wrapper {
    overflow: hidden;
    padding: 0px 20px;
}

.replymessage .footer {
    display: none;
}

.replymessage .comment-item {
    background: #f4ffff;
}

ul.commentlist {
    padding-top: 10px;
    padding-right: 30px;
    list-style: none;
}

div.comment-item figure img {
    height: 30px;
    border-radius: 50%;
    margin: 0 0 0px 15px;
    box-shadow: 0 1px 28px rgb(0 0 0 / 8%);
}

div.comment-item > .commentinner {
    display: flex;
    font-size: 12px;
    flex-grow: 1;
}

    div.comment-item > .commentinner a {
        color: var(--theme-primary-color);
        font-weight: bold;
    }

div.comment-item span.time-span { /* background: #f7f7f7; */
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 10px;
    color: #747474; /* margin: 15px 0 0 0; */
    display: inline-block;
}

div.comment-item > .commentinner > div {
    flex-grow: 1;
}

div.comment-item .footer {
    font-size: 12px;
    margin: 15px 0 0px 0;
}

div.comment-item {
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 7px;
    display: flex;
}

section#loginForm .form-horizontal {
    padding: 10px 15px;
}

.reply-btn a {
    text-align: left;
    display: inline-block;
    float: left;
    background: #eee;
    padding: 6px 10px;
    border-radius: 8px;
    color: #888;
}

section#loginForm label {
    font-weight: normal;
    font-size: 12px;
    padding: 10px 15px;
}

.btn-grad, .btn-grad:active, .btn-grad:Hover, .btn-grad:active:Hover, .btn-grad:focus {
    padding: 10px;
    color: #fff;
    background: rgb(47,169,156);
    /* background: linear-gradient(180deg, #1cc5c5 0%, #098787 100%); */
    background: #323232;
    border: none;
}

.form-horizontal .form-group input.form-control, .form-horizontal .form-group textarea.form-control {
    border: 1px solid #d1d1d1;
    background: #ffffff;
    box-shadow: none;
    border-radius: 3px;
    transition: all 5s ease;
}

.taglist {
    padding: 20px;
    text-align: right
}

    .taglist a {
        background: #e2e2e2;
        display: inline-block;
        padding: 0 10px;
        color: #565656;
        border-bottom-left-radius: 10px;
        margin: 5px 5px;
    }

        .taglist a:before {
            content: ' ';
            /* border: 1px solid red; */
            float: right;
            padding: 4px;
            background: #fff;
            border-radius: 50%;
            margin: 13px 0 0 9px;
        }

div#profile h5 {
    text-align: right;
}

.result {
    text-align: center;
}

#dk-slogans {
    border-top: 1px solid #c9d1d7;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 60px;
    /* position: absolute; */
    width: 100%;
}

    #dk-slogans ul {
        width: 100%;
    }

.clearfix {
    clear: both;
    display: block;
}

#dk-slogans li {
    float: right;
    width: 25%;
    padding-right: 7px;
}

#dk-slogans a {
    display: block;
    padding: 17px 0 16px;
}

.icon-payment-terms {
    background: url(../img/icon-payment-terms.png) no-repeat;
    height: 24px;
    width: 20px;
    float: right;
    /* display: inline-block; */
    /* position: relative; */
}

.custom-icons {
    display: inline-block;
    position: relative;
}

.socialicons ul li {
    display: inline;
}

    .socialicons ul li a {
        margin: 0 5px;
    }

.socialicons ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

    .socialicons ul li a img {
        height: 22px;
    }

.menufooter ul li {
    /* display: inline; */
}

.menufooter ul {
    text-align: center;
    list-style: none;
    padding: 0;
}

    .menufooter ul li a {
        color: #767676;
        padding: 7px 30px;
        display: inline-block;
        font-size: 10px;
        text-decoration: none;
    }

.menufooter {
    padding: 20px;
}

.socialicons ul li {
    display: inline;
}

.webdesign {
    text-align: center;
}

    .webdesign a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }

        .webdesign a:hover {
            text-decoration: none;
            color: #d6d6d6;
        }

.icon {
    text-align: center;
    padding: 50px 0 0 0;
}

@media only screen and (max-width: 480px) {
    .logosec {flex-wrap:nowrap;}
    .subcats ul li a.button {}
    .subcats ul li {
    position: relative;
    /* width: 33.335%; */
}
    .subcats ul li a img{max-width: 115px;border-radius: 8px;}
    a.lern-banner {
    display: flex;
    align-items: center;
    /* background: #6abbbe; */
    border-radius: 45px;
    margin: 70px 0;
}
    a.lern-banner>span span:last-child {
    font-size: 12px;
}
    a.lern-banner>span strong{font-size:18px;margin: 0 0 0px 0;}
    a.lern-banner>span {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color:#fff;
    padding: 0 30px 0 0;
    font-size: 12px;
    line-height: 28px;
}
    a.lern-banner {
    display: flex;
    align-items: center;
    /* background: #6abbbe; */
    border-radius: 45px;
    margin: 20px 0 0;
}
    a.lern-banner img {
    max-width: 130px;
    margin: -50px 10px 10px 0;
}
    .mat-icon-category >div>a {
    width: 50%;
    padding: 4px;
}
    .home-icon-category > div > a img {
    margin: 0 4px;
}
 
    .blog-content .pageTitle h1{font-size:18px;line-height: 33px;margin: 0 0 15px 0;}
    .swiper-container.content-slider .swiper-slide {
    padding: 0 3px;
}

    .content-slugs {
    padding: 10px;
    font-size: 10px;
    line-height: 21px;
}

    .swiper-slide .news-item {min-width: 150px;}
    .edit-row .btn {
    width: 100%;
    background: #eee;
    color: var(--theme-primary-color);
    border: none;
}
    .orderStat > div strong{
    font-size: 10px;
}
    .orderStat > div span.number{
    padding: 6px;
    margin: 5px 0 0 0;
}
    .home-icon-category > div > a{
    width: 33.20%;
    font-size: 10px;
    margin: 0 0 10px 0;
}
    .propWrapper table tr td:first-child{width: 37%;}
    .productItem .text{
    height: auto;
    justify-content: space-between;
    padding: 0 15px 0 0;
}
    section.rowItem.pro-slide-home .product-list-panel .product-list-price {
        font-size: 12px;
    }

    .product-list-panel strong {
        padding: 0;
        margin: 0;
    }

    .single-prd-info .prd-info-header {
        padding: 10px 0px 10px 0;
        margin: 10px 0 10px 0;
    }

    .prdbar .meta-icons a {
        margin: 0 0 0 10px;
    }

    .content-meta .blogger {
        padding: 0 10px;
        border-radius: 11px;
    }

    .content-meta .meta-icons a {
        margin: 0 0 0 0;
    }

    .content-meta .create-date {
        margin: 0 10px 0 0;
        font-size: 10px;
    }

    .content-meta {
        flex-direction: column;
        padding: 5px 10px 10px 10px;
    }

        .content-meta .meta-icons {
            border: none;
        }

        .content-meta > .wrapper { /* flex-direction:column; */
            width: 100%;
        }

        .content-meta .meta-icons a strong { /* display:none; */
        }

    .single-prd-info .price > span:last-child {
        font-size: 14px;
    }

    .single-prd-info .price.discount > span {
        font-size: 14px
    }

    .single-prd-info .price > strong {
        font-size: 20px
    }

    .shop-swiper .swiper-slide {
        width: 40%;
    }

    .fixed-bar {
        display: block;
        border-radius: 20px 20px 0 0;
    }

    .social-share ul {
        margin: 15px 0 0 0
    }

    .social-share {
        flex-direction: column;
        border-radius: 15px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .pro-box a {
        flex-direction: column;
        padding: 15px;
    }

    .content-meta .create-date span.title {
        display: none;
    }

    .pageTitle h2, .pageTitle h1 {
        font-size: 21px;
        padding: 0;
    }

    .pro-box a img {
        height: 120px !important;
        width: auto;
        margin: 0 0 15px 0;
    }

    .pro-box a strong {
        margin: 0;
        display: none;
    }

    .blogger-info .profile {
        margin-top: -40px
    }

        .blogger-info .profile img {
            margin: 0;
        }

    .blogger-info {
        flex-direction: column;
        border-radius: 20px;
        text-align: center;
        margin-top: -30px;
    }

    .productTabs > ul.fixed {
        top: 70px
    }

    body.promotion {
        padding-top: 100px;
    }

    .head-banner a {
        height: 30px;
    }

    .subcats {
        padding: 5px 0;
    }

        .brdcrumb ul {
            overflow-x: auto;
             flex-wrap: initial; 
        }

    .result .priceITem > form {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

        .result .priceITem > form > .price-wrapper {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: end;
            padding-left: 15px;
        }

    .result .priceITem {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 800;
        background: #fff;
        padding: 10px 15px 10px 0px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

        .result .priceITem form > .form-group {
            display: none;
        }

        .result .priceITem .price {
            margin: 0 0 0px 0;
            flex-grow: 1;
        }



    figure.productItem .disc span.percent {
        margin: 27px 8px 0 0;
    }

    figure.productItem .disc span {
        margin: 0px 4px 0 0;
        font-size: 9px;
    }

    figure.productItem div.disc img {
        width: 50px;
    }

    .mainHead > div > .head-toolbar .loginbox ul li a img {
        height: 24px;
    }

    .mainHead .logobox a {
    }

    .logobox {
    }

    .book-list .book-item > a p {
        height: 60px;
        overflow-y: auto;
        line-height: 20px;
        margin: 10px 0 10px 10px;
    }

    .book-list .book-item > a img {
        width: 80px;
        height: 80px
    }

    body {
        padding-top: 90px;
    }

    .prdbar {
        display: block;
    }

    .mainBody {
        min-height: initial;
    }

    .baskettotal {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #fff;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        /* border-top: 2px dashed var(--theme-primary-color); */
    }

    .basket-total-price {
        /* flex-grow: 1; */
        padding: 10px 0 0 0;
        width: 70%;
    }

    .btn-basket {
        width: 120px;
        margin: 12px 11px;
    }

    .basket-pricelist {
        padding-top: 15px;
        padding-bottom: 0;
    }

    table.addresses tr.footer td {
    }

    table.shipping td > div {
    }

    .cart-brief {
        padding: 0 10px;
    }

    .thumb-img {
        padding: 10px 0px;
    }

    dic.cart-info {
        flex-direction: column;
    }

    .productTabs > ul > li > a {
        padding: 0;
        padding: 15px 10px 15px 10px;
        font-size: 12px;
    }

    .product-logo ul li {
        text-align: center;
    }

        .product-logo ul li img {
            height: auto;
        }

        .product-logo ul li span {
            display: block;
            display: none;
        }

    .relatedProperties {
        height: initial;
    }

    .swiper-container.gallery-top {
        margin: 5px
    }

    .pagecontent.prdInfo.product-wrapper {
        margin-top: 0;
    }

    .brief ul {
        margin-bottom: 0;
    }

    .brief {
        height: initial;
        min-height: initial;
    }

    .contact-wrapper {
        width: 100%
    }

    .logosec img {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .subcats ul li a {
        margin: 0 0 0px 10px;
    }

    .brdcrumb.subcats {
        clear: both;
        padding: 15px 0 10px 0;
    }

    .sorting.shopsort {
        display: none;
    }

    .boxwin h1 {
        width: 100%;
        clear: both;
    }

    .mainHead > div > .head-toolbar .loginbox > ul {
        margin-top: 21px;
    }

    a#icon-cart-contents > img {
        height: 20px;
    }

    .menu-item-account a > img {
        height: 20px !important;
    }

    .mainHead > div > .head-toolbar .loginbox ul li a img {
        height: 29px;
    }

    .mainHead .logobox a {
        text-align: center;
        padding: 9px 0;
    }

    .row.productlist .product-list-panel {
        max-width: 65%;
        flex-grow: 1;
    }

    .productItem-wrapper {
        width: 100%;
    }

    figure.productItem {
        border-bottom: none;
        display: flex;
        flex-grow: 1;
    }

    .swiper-slide figure.productItem {
        max-width: 100%;
        flex-direction: column;
    }

    figure.productItem .disc {
    padding: 2px 0;
    }

    .boxwin-inner.col-md-12 {
        padding: 0;
        border-radius: 0 !important;
    }

        .boxwin-inner.col-md-12 > div {
            border-radius: 0 !important;
            margin: 0;
        }

    .productItem img {
        width: 110px;
    }

    .swiper-slide .productItem img {
        width: 100%;
        margin: 0;
    }

    .productItem-wrapper > a {
    }

    nav .mainMenu {
        display: none;
    }

    .mainHead .logobox a img {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .productItem .text .price{}
    .productTabs > ul.fixed {
        top: 70px
    }

    .mainHead > div > .head-toolbar .loginbox ul li a img {
        height: 20px;
    }

    .mainHead .logobox a {
        text-align: center;
        padding: 5px 10px;
    }

    .logobox {
        text-align: center;
    }

    body {
        padding-top: 65px;
    }

    .prdbar {
        display: fl;
    }

    table.addresses tr.footer td {
    }

    table.shipping td > div {
    }

    .pagecontent.prdInfo.product-wrapper {
        margin-top: 0;
    }

    .brief {
        height: initial;
        min-height: initial;
    }

        .brief ul {
            margin-bottom: 0;
        }

    nav .mainMenu {
        display: none;
    }

    .mainHead .logobox a img {
        width: 50%;
        float: initial;
    }
}

@media (min-width: 959px) {
    .productTabs > ul.fixed {
        top: 115px;
        right: initial;
        left: initial;
    }

    .mainHead .logobox a {
    }

    .logobox {
    }

    table.addresses tr.footer td {
    }

    table.shipping td > div {
        flex-direction: row;
        padding: 10px 10px 10px 0px;
    }

    nav.hide-xl {
        display: none;
    }
}

@media (min-width: 700px) and (max-width: 958px) {
    .productTabs > ul.fixed {
        top: 70px
    }

    nav .mainMenu {
        display: none;
    }
}

footer {
    border-top: 4px solid #32cdcd;
    background: var(--theme-primary-color);
    margin-top: 15px;
    padding-bottom: 150px;
    padding-top: 10px;
}
footer{
     border-top: 4px solid #ededed;
     background: #f5f5f5;
}