.theme-page {
    padding-top: 20px;
    background: var(--white);
    position: relative;
    z-index: 5;
}

.vuta-container {
    max-width: min(var(--width, 100%));
}

footer {
    position: relative;
    z-index: 5;
}

.datroi-txt {
    color: var(--third);
}

.theme {
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 108, 66, .14);
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: 100%;
    margin-bottom: 20px;
}

.theme:hover {
    cursor: pointer;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.theme .box-img {
    display: block;
    overflow: hidden;
    background-color: #ccc;
    height: 250px;
    position: relative;
    padding: 0;
}

.theme .box-img .theme-img {
    ackground-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 100% auto;
    -webkit-transition: all 5s ease-in-out 0s;
    -moz-transition: all 5s ease-in-out 0s;
    -ms-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s;
}

.theme .box-img:hover .theme-img {
    background-position: center 100% !important;
}

.theme .box-content {
    padding: 15px 25px 25px 25px;
    text-align: left;
}

.theme .box-content h4 {
    /* min-height: 62px; */
    line-height: 24px;
    min-height: 48px;
}

.theme .box-content h4 a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    display: block;
}

.theme .box-content .price {
    font-weight: 600;
    color: var(--third);
}

.theme .box-content .price .money {
    color: var(--primary);
}
.theme .price .discounts_money {
    color: #888;
    text-decoration: line-through;
}
.theme .box-content h4 a:hover {
    color: var(--primary);
}

.theme .box-content .box-btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.theme .box-content .box-btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 38px;
    border: 1px solid #c31d1d;
    color: #c31d1d;
    border-radius: 99999px;
    font-weight: 600;
    font-size: 16px;
}

.theme .box-content .box-btn a:hover {
    background: #c31d1d;
    color: #fff;
}

.theme .box-content .box-btn .primary-btn {
    background: #c31d1d !important;
    color: #fff !important;
}

.theme .box-content .box-btn .primary-btn:hover {
    filter: brightness(1.2);
}

.theme .box-content .box-btn .secon-btn:hover {
    background: var(--third);
    border: 1px solid var(--third);
}

.theme .box-content .box-btn .price {
    width: 100%;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition-timing-function: ease-in-out;
    position: relative;
    z-index: 2;
    transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: perspective(1200px) rotateX(0);
    -webkit-transform: perspective(1200px) rotateX(0);
    border-radius: 5px;
}

.theme .box-content .box-btn:hover .price {
    transform: perspective(1200px) rotateX(82deg);
    -webkit-transform: perspective(1200px) rotateX(82deg);
}

.theme .box-content .box-btn .see-detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}

.theme .box-content .card-tag {
    display: flex;
}

.theme .box-content .card-tag .lb {
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    font-size: 12px;
    line-height: 19px;
    padding: 3px 0;
}

.theme .box-content .card-tag .list-tag {
    display: block;
    overflow: hidden;
    min-height: 40px;
    margin-bottom: -5px;
    padding-left: 3px;
}

.theme .box-content .card-tag .list-tag a {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 19px;
    border-radius: 3px;
    color: #222;
    border: solid 1px #e1e1e1;
    border-top-color: rgb(225, 225, 225);
    border-right-color: rgb(225, 225, 225);
    border-bottom-color: rgb(225, 225, 225);
    border-left-color: rgb(225, 225, 225);
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.theme .box-content .card-tag .list-tag a:hover {
    color: #fff;
    background-color: #00bec5;
    border-color: #00bec5;
}

.theme-page .box-search {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.theme-page .box-search .gr-search {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.theme-page .box-search .gr-search #select {
    width: 16.66%;
    padding: 0 5px;
}

.theme-page .box-search .gr-search #select select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: solid 1px #e1e1e1;
    border-radius: 8px;
}

.theme-page .box-search .gr-search #search {
    width: auto;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    position: relative;
}

.theme-page .box-search .gr-search #search input {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 15px;
    background-color: #ebebeb;
    border: solid 1px #e1e1e1;
    border-radius: 8px;
    min-height: 40px;
    padding-right: 50px;
}

.theme-page .box-search .gr-search #search button {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    border: 0;
    background: transparent;
}

.theme-page .box-search .gr-search #search button img {
    width: 20px;
}

.products-detail {
    overflow: hidden;
    margin-top: 90px;
}

.products-banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.products-banner .bannerdecorshape {
    position: absolute;
    z-index: -1;
    background: #F8F8F8;
    right: 0;
    height: 100%;
    left: calc(50% + 20px)
}

.products-banner .bannerdecorshape img {
    display: block;
    height: 100%;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    margin-left: 1px;
}

.box-bg-products {
    height: 100%;
}

.box-bg-products .box-img {
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: top;
}

.banner-products-detail {
    background-image: url(../images/banner-blog.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.products-banner .left-img>img {
    max-width: none;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.products-banner .right-caption-cont {
    height: auto;
    float: right;
    width: 50%;
    padding: 60px 0;
    padding-left: 20px;
    overflow: auto;
    position: relative
}

.products-banner .right-caption-cont p {
    margin: 15px 0
}

.banner-products-detail {
    border-top: 2px solid var(--primary);
    padding: 60px 0 20px;
}

.banner-products-detail .box-price .new-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--third);
}

.banner-products-detail .vuta-row {
    align-items: center;
}

.banner-products-detail .box-price {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--third);
}
.banner-products-detail .box-price .old-price {
    color: #7c7c7c;
    text-decoration: line-through;
}
.banner-products-detail .primary-btn {
    background: var(--primary);
}

.banner-products-detail .primary-btn:hover {
    background: #dc1247;
}

/* .banner-products-detail .box-desc {
    max-width: 480px; 
    padding-left: 20px;
} */

.bn-captions {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: var(--third);
    margin-bottom: 10px;
}

.products-banner .bn-captions .flexible-text {
    display: inline-block
}

@media (max-width:992px) {
    .banner-products-detail .box-desc {
        max-width: unset;
        padding-left: 0px;
    }
    .bn-captions {
        font-size: 24px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .banner-products-detail p {
        margin-bottom: 0;
    }
    .banner-products-detail .vuta-row [class^="vuta-col-"]:first-child {
        order: 2;
    }
    .banner-products-detail .vuta-row [class^="vuta-col-"]:last-child {
        order: 1;
    }
    .banner-products-detail {
        border-top: 0;
    }
    .banner-products-detail {
        /* border-top: 2px solid var(--primary); */
        padding: 0;
    }
    .banner-products-detail .vuta-container {
        padding: 0;
    }
    .banner-products-detail .box-desc {
        padding: 20px;
    }
    .banner-products-detail .box-price {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

.t-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .products-banner .bannerdecorshape {
        left: 0
    }
    .products-banner .left-img {
        position: static;
        height: 300px;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        overflow: hidden
    }
    .products-banner .right-caption-cont {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .banner-products-detail .primary-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}

@media screen and (max-width: 400px) {
    .products-banner .right-caption-cont {
        height: auto;
        width: 100%;
        position: relative;
        z-index: 10;
        padding-left: 0;
        margin-right: 0 !important;
        padding: 30px 10px !important;
    }
}

.products-banner .right-caption-cont {
    background: rgba(248, 248, 248, 0.85);
    margin-right: -18px;
    padding: 60px 20px;
}

.all {
    position: relative;
    margin: 0 auto;
    width: 960px;
    max-width: 100%;
}

.products-banner .bannerdecorshape img {
    display: block;
    height: 100%;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    margin-left: 1px;
}

.products-banner .left-img {
    position: absolute;
    right: calc(50% + 10px);
    top: 0;
    height: 100%;
    left: 0
}

.products-banner .left-img>img {
    max-width: none;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.products-banner .right-caption-cont {
    height: auto;
    float: right;
    width: 50%;
    padding: 60px 0;
    padding-top: 95px;
    /* min-height: 645px; */
    padding-left: 20px;
    overflow: auto;
    position: relative
}

.products-banner .bn-captions .flexible-text {
    display: inline-block
}

@media screen and (max-width: 992px) {
    .products-banner .bannerdecorshape {
        left: 0;
    }
    .products-banner .left-img {
        position: static;
        height: 500px;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        overflow: hidden;
    }
    .products-banner .right-caption-cont {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .products-banner .left-img {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .products-banner .right-caption-cont {
        height: auto;
        width: 100%;
        position: relative;
        z-index: 10;
        padding-left: 0;
        margin-right: 0 !important;
        padding: 30px 10px !important;
    }
}

.mauweblist-bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    transform: rotateX(40deg) rotateZ(-20deg) rotateY(20deg) scale(1.25) translateY(100%);
    -webkit-transform: rotateX(40deg) rotateZ(-20deg) rotateY(20deg) scale(1.25) translateY(100%);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.mauweblist-bn li {
    display: block;
    padding: 5px
}

.mauweblist-bn li:nth-child(1) .mw-layer {
    animation-delay: .25s
}

.mauweblist-bn li:nth-child(2) .mw-layer {
    animation-delay: .5s
}

.mauweblist-bn li:nth-child(3) .mw-layer {
    animation-delay: .75s
}

.mauweblist-bn li:nth-child(4) .mw-layer {
    animation-delay: 1s
}

.mauweblist-bn li:nth-child(5) .mw-layer {
    animation-delay: 1.25s
}

.mauweblist-bn li:nth-child(6) .mw-layer {
    animation-delay: 1.5s
}

.mauweblist-bn li:nth-child(7) .mw-layer {
    animation-delay: 1.75s
}

.mauweblist-bn li:nth-child(8) .mw-layer {
    animation-delay: 2s
}

.mauweblist-bn li:nth-child(9) .mw-layer {
    animation-delay: 2.25s
}

.mauweblist-bn li:nth-child(10) .mw-layer {
    animation-delay: 2.5s
}

.mauweblist-bn li:nth-child(11) .mw-layer {
    animation-delay: 2.75s
}

.mauweblist-bn li:nth-child(12) .mw-layer {
    animation-delay: 3s
}

.mauweblist-bn>li>.mw-layer {
    margin: 0 auto
}

.mauweblist-bn>li:nth-child(5n + 1) {
    width: 50%
}

.mauweblist-bn>li:nth-child(5n + 1)>.mw-layer {
    width: 66.6666%;
    margin-right: 0
}

.mauweblist-bn>li:nth-child(5n + 2) {
    width: 50%
}

.mauweblist-bn>li:nth-child(5n + 2)>.mw-layer {
    width: 66.6666%;
    margin-left: 0
}

.mauweblist-bn>li:nth-child(5n + 3) {
    width: 33.33%
}

.mauweblist-bn>li:nth-child(5n + 4) {
    width: 33.33%
}

.mauweblist-bn>li:nth-child(5n + 5) {
    width: 33.33%
}

.mauweblist-bn .mw-layer {
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6)
}

.mauweblist-bn .mw-layer .bg {
    display: block;
    background: url() no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 65%;
    z-index: 2
}

.mauweblist-bn.moveup {
    transform: rotateX(40deg) rotateZ(-28deg) rotateY(20deg) scale(2) translateY(0%);
    -webkit-transform: rotateX(40deg) rotateZ(-28deg) rotateY(20deg) scale(2) translateY(0%)
}

.body-detail,
.main-themes {
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    clear: both;
}

@media (max-width:767px) {
    .body-detail,
    .main-themes {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .product-banner .vuta-container {
        padding: 0;
    }
    .product-banner .vuta-container  .box-img {
        padding: 0;
    }
}

p,
strong {
    color: #000 !important;
}

.project-tags {
    margin-bottom: 20px
}

.project-tags .tag-item {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    background: var(--third);
}

.project-tags .tag-item:hover {
    /* background: #fff; */
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #000;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

.project-tags .category-tag {
    color: #fff
}

.project-tags .category-tag:nth-child(1) {
    background: #1E6262
}

.project-tags .category-tag:nth-child(2) {
    background: #ef7b3e
}

.project-tags .category-tag:nth-child(3) {
    background: #3490DE
}

.project-tags .category-tag:hover {
    color: #fff
}

.project-tags .tag-item {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 19px;
    border-radius: 3px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#product-image-gallery-view .lslide {
    aspect-ratio: 1/1;
}

#product-image-gallery-view .lslide img {
    object-fit: cover;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery li img {
    /* object-fit: cover; */
    height: 100%;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li.active img {
    border: 1px solid #ff0000;
}

.pd-feature-box {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 20px;
}

.pd-feature-box .boxbd:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pd-feature-box .boxbd {
    border: solid 1px #e1e1e1;
    padding: 15px;
}

.boxft {
    padding: 15px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #e1e1e1;
}

.boxft a {
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--third);
    color: white;
    height: 40px;
    align-items: center;
    display: flex;
    width: min(300px, 100%);
    justify-content: center;
}

.boxft a:hover {
    color: white;
    background-color: #dc1247;
}

.boxft a i {
    margin-right: 5px;
}

.pricing-features .pricing-item-row {
    margin-bottom: 10px;
    /* overflow: auto */
}

.pricing-features table.pricing-table {
    width: 100%;
    border-collapse: separate
}

.pricing-features table.pricing-table th {
    background-color: #ebebeb;
    font-family: "Oswald", sans-serif;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

@media screen and (max-width: 768px) {
    .pricing-features table.pricing-table th {
        font-size: 14px;
    }
}

.pricing-features table.pricing-table th:first-child {
    text-align: left;
}

.pricing-features table.pricing-table td {
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    border-bottom: solid 1px #ebebeb;
}

.pricing-features table.pricing-table td:first-child {
    border-left: solid 1px #ebebeb;
}

.pricing-features table.pricing-table td:last-child {
    border-right: solid 1px #ebebeb;
    text-align: right;
}

.pricing-features table.pricing-table tr:first-child th:first-child {
    border-top-left-radius: 8px
}

.pricing-features table.pricing-table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.pricing-features table.pricing-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.pricing-features table.pricing-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.pricing-features table.pricing-table .checklb,
.pricing-features table.pricing-table .radiolb {
    white-space: nowrap;
    cursor: pointer;
}

.pricing-features table.pricing-table .checklb .ip-avata,
.pricing-features table.pricing-table .radiolb .ip-avata {
    margin-right: 0;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.pricing-features table.pricing-table .checklb .ip-avata:before,
.pricing-features table.pricing-table .radiolb .ip-avata:before {
    color: #00bec5;
    margin-top: 5px;
    margin-left: 6px;
}

.pricing-features table.pricing-table .description-item td {
    text-align: left;
}

.note-title {
    font-size: 15px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    color: #ee3365 !important;
}

.feat-subtitle .title p {
    font-size: 16px;
    font-weight: bold;
    color: #ee3365 !important;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
}

.pricing-features table.pricing-table {
    border-collapse: separate;
    border-spacing: 0;
}

.radio {
    display: inherit;
}

table p {
    margin-bottom: 0;
}

table label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    font-weight: 400;
    gap: 5px;
}

table input[type="radio"] {
    margin: 0;
    line-height: 19px;
}

table label .txt {
    line-height: 16px !important;
}

table .checklb input,
.radiolb input {
    display: none;
}

.pricing-features table.pricing-table .checklb .ip-avata,
.pricing-features table.pricing-table .radiolb .ip-avata {
    margin-right: 0;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: solid 1px #bfbebe;
    background-color: white;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checklb .ip-avata::before,
.radiolb .ip-avata::before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    display: block;
    margin-left: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 10px;
    height: 10px;
    text-align: center;
    margin-top: 2px;
    color: var(--third);
    transform: scale(0) translate(0, -40px);
    -webkit-transform: scale(0) translate(0, -40px);
    -moz-transform: scale(0) translate(0, -40px);
    -ms-transform: scale(0) translate(0, -40px);
    -o-transform: scale(0) translate(0, -40px);
}

table.custom .ip-avata {
    border-radius: 5px !important;
}

.checklb input:checked+.ip-avata::before {
    transform: unset;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
}

.vuta-field-wrap .vuta-field-description {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.vuta-field-wrap .vuta-field-description .fa {
    color: #0699e3;
}

.info-placehonder {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 250px;
    background: #363636;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.info-placehonder p {
    color: #fff !important;
}

.vuta-field-description:hover .info-placehonder {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.vuta-field-wrap .name,
.vuta-field-wrap .vuta-field-description {
    display: inline-block;
}

.info-placehonder::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #363636;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.title-side {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.dots-seperatior {
    border-bottom: dotted 1px #000;
    display: block;
    margin: 10px auto;
}

.title-side-sub {
    font-size: 12px;
    text-transform: uppercase;
    color: #898989;
    margin-bottom: 3px;
    font-weight: 400;
}

.prefix-ul ul>li {
    display: block;
    line-height: 20px;
    min-height: 20px;
    padding: 2px 0;
}

.prefix-ul .prefix {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--third);
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 7px;
    float: left;
}

.addtion-features-ul li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px;
}

.addtion-features-ul .ft-tg {
    padding-right: 24px;
    position: relative;
    max-width: 100%;
    white-space: normal;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    padding: 8px 10px;
    padding-right: 10px;
    border-radius: 4px;
    background-color: #fff;
    /* white-space: nowrap; */
    -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
}

.hl-txt {
    color: var(--third);
}

.total-price-wrap .totalprice {
    font-size: 20px;
    font-weight: 700;
}

.total-price-wrap .lb {
    text-transform: uppercase;
    color: #898989;
    font-size: 12px;
}

.total-price-wrap {
    margin-bottom: 10px;
}

.pd-right-side .checkout-btn {
    height: auto;
    text-align: left;
    border-radius: 8px;
    position: relative;
    padding: 5px 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.13);
    background-color: var(--third);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: white;
}

.btn.primary-btn:hover {
    color: white;
    background-color: #dc1247;
}

.main-themes h2,
.products-related h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.main-themes h2 {
    margin-bottom: 1rem;
}

.main-themes h2 a {
    color: #000;
}

#device {
    position: relative;
}

#device iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100%;
    min-width: 100%;
    border: none;
}

.page-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.view-type a.type-item:hover,
.view-type a.type-item.current {
    text-decoration: none;
    background: var(--secondary);
    border-color: var(--secondary)
}

.view-type a {
    display: inline-block;
    color: #ffffff !important;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.view-type svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #ffffff;
    margin-right: 3px;
    margin-top: -3px;
}


/* .view-type a.type-item:hover svg, .view-type a.type-item.current svg {
    fill: var(--secondary);
  } */

.page-header {
    background-color: #6e4ff6;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.5);
}

.page-header .wr-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header .logo img {
    height: 38px;
}

.view-type {
    display: flex;
    align-items: center;
    gap: 15px;
}

#demo-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    height: 100vh;
    margin-top: 46px;
}

.page-header {
    padding: 2px 0 !important;
    margin: 0 !important;
}

#demo-container {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0 ;
    left: 0;
    right: 0; */
    transform: translateX(-50%) translateY(-50%);
}

#show-demo {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
}

#show-demo iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    border: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
    transition-timing-function: cubic-bezier(0.605, 0.195, 0.175, 1);
}

#demo-wrapper::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.close-demo {
    display: block;
    width: 20px;
    cursor: pointer;
    height: 20px;
}

.close-demo img {
    display: block;
    width: 15px;
    height: 15px;
    filter: invert(1) brightness(1);
}

.remove-it {
    cursor: pointer;
    position: absolute;
    right: 5px;
}

.header-menu .view-type li a .price {
    background-image: url(../images/label-price.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background-color: #fafafa;
}

html::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, var(--primary), var(--third));
    border-radius: 50px;
}

iframe ::-webkit-scrollbar {
    width: 10px;
}

iframe ::-webkit-scrollbar-track {
    background-color: #fafafa;
}

iframe ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, var(--primary), var(--third));
    border-radius: 50px;
}

.swiper-container {
    width: 50%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    color: #000;
    /* 	transform: scale(0.8); */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.3s all;
    box-shadow: 0 0 20px #00000036;
    border-radius: 10px;
}

.swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.3;
}

.swiper-slide-active {
    transition: 0.3s all;
    opacity: 1;
    /* background-color: orange; */
}

.banner-products {
    padding: 200px 0 80px;
    background-image: url(../images/banner-blog.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-slide .box-img {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.swiper-slide .box-img img {
    position: absolute;
    inset: 0;
}

.swiper-slide .item {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 111, 68, .1);
}

#wrap-products {
    overflow: hidden;
}

.swiper-slide .box-content {
    background: #fff;
    padding: 10px 15px
}

.swiper-slide .box-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.swiper-slide .box-content h4 a {
    color: #222;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.swiper-slide-active {
    scale: 1.5 !important;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: -85px;
    /* right: auto; */
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    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'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    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'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: -85px;
    left: unset;
    box-shadow: 0 0 20px rgba(0, 96, 59, .14);
    transition: all ease 0.4s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--primary);
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    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'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    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'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide-active .slider-content {
    visibility: visible;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-active {
    padding: 0 !important;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.banner-products .box-content h1 {
    font-size: 2.5em;
    line-height: 1.25;
    color: var(--primary);
    text-align: left;
    margin-bottom: 1.25rem;
}

.banner-products .box-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #56595f;
    margin: 0 0 19px;
    padding-left: 40px;
    position: relative;
}

.banner-products .box-content ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icon-checked.svg) no-repeat center center;
    position: absolute;
    top: 3px;
    left: 0;
}

.vuta-container.fix {
    max-width: min(1400px, 100%);
    width: 100% !important;
}

.tool-bar {
    background: #fff;
    border-bottom: 1px solid #badfd2;
    box-shadow: 0 0 22px rgba(0, 60, 37, .1);
    position: relative;
    z-index: 1;
}

.tool-bar .list-tool-bar {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tool-bar .list-tool-bar .drop .link>a {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

@media (max-width:996px) {
    .tool-bar .list-tool-bar {
        flex-wrap: wrap;
        gap: 10px;
    }
    .tool-bar .list-tool-bar .drop .link>a {
        height: 50px;
    }
}

.tool-bar .list-tool-bar .drop .link>a:hover {
    color: var(--third);
}

.tool-bar .list-tool-bar .drop {
    position: relative;
}

.tool-bar .list-tool-bar .drop .sub-list-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #eee;
    min-width: 280px;
    padding-bottom: 0;
    display: none;
}

.tool-bar .list-tool-bar .drop:hover .sub-list-menu {
    display: block;
}






.tool-bar .list-tool-bar .drop .sub-list-menu li {
    border-bottom: 1px solid #eee;
}

.tool-bar .list-tool-bar .drop .sub-list-menu li:last-child {
    border-bottom: 0;
}

.tool-bar .list-tool-bar .drop .sub-list-menu li a {
    padding: 10px 0;
    font-size: 14px;
    color: #7c7c7c;
    display: block;
}

.tool-bar .list-tool-bar .drop .sub-list-menu li a:hover {
    color: #000;
}

.tool-bar form {
    position: relative;
    width: 100%;
}

.tool-bar form input {
    width: 100%;
    padding: 0 180px 0 25px;
    height: 52px;
    line-height: 52px;
    border-radius: 99999px;
    box-shadow: none;
    border: 0;
    background: rgba(255, 195, 0, 0.3);
}

.tool-bar form button {
    position: absolute;
    border: 0;
    background: var(--secondary);
    right: 7px;
    top: 7px;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    outline: 0;
    border-radius: 90px;
    color: #fff;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0 10px;
}

.tool-bar form button:hover {
    filter: brightness(1.2);
}

.tool-bar form button img {
    filter: brightness(0) invert(1);
}

.tool-bar .vuta-row {
    align-items: center;
}

.category {
    padding: 68px 0;
}

.category .box-title {
    text-align: center;
    margin-bottom: 30px;
}

.category .box-title h2 {
    text-transform: uppercase;
}

.category .box-title h2 a {
    color: #000;
}

.category .list-category {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category .list-category li {
    width: calc(20% - 10px);
    text-align: center;
    margin-bottom: 20px;
}

.category .list-category li h4 {
    font-weight: 500;
    font-size: 16px;
}

.category .list-category li a {
    color: #333;
}

.category .list-category li a .box-icon {
    border-radius: 50%;
    background-color: #fff;
    width: 115px;
    height: 115px;
    display: block;
    margin: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    border: 3px solid transparent;
    border-top-color: transparent;
    margin-bottom: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.category .list-category li .box-icon:hover {
    box-shadow: 1px 17px 43px 0 rgba(65, 147, 248, .11), inset 2px 2px 15px rgba(65, 147, 248, .11)
}

.category .list-category li:nth-child(3) .box-icon:hover,
.category .list-category li:nth-child(5) .box-icon:hover {
    box-shadow: 1px 17px 43px 0 rgba(250, 109, 145, .11), inset 2px 2px 15px rgba(250, 109, 145, .11);
}

.category .list-category li:nth-child(6) a .box-icon:hover {
    box-shadow: 1px 17px 43px 0 rgba(4, 108, 86, .11), inset 2px 2px 15px rgba(4, 108, 86, .11);
}

.category .list-category li:nth-child(9) a .box-icon:hover,
.category .list-category li:nth-child(7) a .box-icon:hover {
    box-shadow: 1px 17px 43px 0 rgba(220, 132, 77, .11), inset 2px 2px 15px rgba(220, 132, 77, .11);
}

.category .list-category li .box-img:hover {
    border: 3px solid #fff;
}

@media screen and (max-width: 996px) {
    .banner-products .vuta-row > [class^="vuta-col-"]:first-child {
      order: 2;
      padding-top: 25px;
    }
    .banner-products .vuta-row > [class^="vuta-col-"]:last-child {
      order: 1;
    }
    .banner-products .box-content h1 {
        font-size: 26px;
    }
    .banner-products {
        padding: 170px 0 0;
      }
      .category {
        padding: 20px 0;
      }
      .category .list-category li {
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
      }
      .filter-form {
        margin: 10px 0;
      }
  }


  .product-banner {
    position: relative;
  }
  .product-banner .box-title {
    position: absolute;
    left: 50%;
    width: min(886px,calc(100%));
    text-align: center;
    top: unset;
    transform: translateX(-50%) translateY(0);
    z-index: 2;
    bottom: 4px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    border-radius: 8px 8px 0 0;
  }
  .product-banner .box-title h2 {
    color: #fff;
    margin-bottom: 0;
  }

  .product-banner {
    margin-bottom: 30px;
  }
  @media screen and (max-width: 996px) {
    .product-banner {
        margin-bottom: 0;
    }
  }