/* HomePage Start */

#v2-home {
    background-color: #f3f4f6;
}

.home-banner-media {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #96dddd;
}

.home-banner-img-desktop {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.home-banner-img-tablet {
    display: none;
}

.home-banner-img-mobile {
    display: none;
}

.home-category-bar {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    background-color: white;
}

.home-category-bar-container {
    display: flex;
    width: 1200px;
    padding: 0 15px;
}

.home-category-bar-items {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
}

.home-category-bar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex: 1
}

.home-category-bar-image {
    max-width: 145px;
}

.home-category-bar-content:not(:last-child) {
    padding-right: 10px;
}

.home-category-bar-image img {
    width: 100%;
    height: 145px;
    object-fit: contain;
}

.home-banner-bar-title {
    margin-top: 10px;
    text-align: center;
}

    .home-banner-bar-title h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
    }

.home-campaign-bar {
    display: flex;
    justify-content: center;
}

.home-campaign-bar-container {
    display: flex;
    width: 1200px;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

.home-campaing-bar-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 45px 0;
}

.home-campaign-banner {
    display: flex;
    cursor: pointer;
}

    .home-campaign-banner:not(:last-child) {
        padding-right: 17px;
    }

    .home-campaign-banner img {
        width: 100%;
        border-radius: 7px;
    }

        .home-campaign-banner img:hover {
            box-shadow: 0 0 10px 0 rgba(75 89 109 / 25%);
        }

.home-product-section {
    display: flex;
    justify-content: center;
    background-color: white
}

.home-product-section-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    position: relative;
    padding: 0 15px 25px 15px;
    max-width: 100%
}

.home-product-section-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-top: 45px;
}

.home-product-listing-column {
    display: flex;
}

    .home-product-listing-column .next-arrow {
        position: absolute;
        top: calc(50% - 16px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        -o-transition: all .15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        outline: 0;
        right: -60px;
        cursor: pointer;
    }


    .home-product-listing-column .prev-arrow {
        position: absolute;
        top: calc(50% - 16px);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        -o-transition: all .15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        outline: 0;
        left: -60px;
        cursor: pointer;
    }


        .home-product-listing-column .prev-arrow:hover, .home-product-listing-column .next-arrow:hover {
            -webkit-box-shadow: 0 0 8px 0 rgba(0 0 0 / 24%);
            box-shadow: 0 0 8px #0000003d;
        }



    .home-product-listing-column .next-arrow::after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1 0 0 1 16 0%29%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        margin-left: 2px;
    }

    .home-product-listing-column .prev-arrow::after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        margin-right: 2px;
    }

.home-product-box {
    border: 1px solid #dfe3e7;
    border-radius: 7px;
    cursor: pointer;
    transition: box-shadow 200ms, border-color 200ms;
    margin: 10px 0;
    max-width: 226px;
}

    .home-product-box:not(:last-child) {
        margin-right: 10px;
    }

    .home-product-box:hover {
        box-shadow: 0 0 10px 0 rgba(75 89 109 / 25%);
    }

.home-product-box-image {
    position: relative;
}

.home-product-box-image img {
    width: auto;
    max-height: 223.5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.home-product-box-title, .home-product-box-footer {
    padding: 0 12px;
}



    .home-product-box-title h2 {
        font-size: 17px;
        margin-top: 20px;
        font-weight: 600;
        color: #4b4b57;
        line-height: 1.4;
        height: 46px;
    }

.home-product-box-star {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 55px;
    align-items: center;
}

.home-product-box-star-item {
    font-size: 17px;
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .home-product-box-star-item {
        font-size: 10px;
        display: inline-block;
        margin-right: 10px;
    }
}

.home-product-box-review-total {
    font-size: 15px;
    color: #0099e0;
    font-weight: 600;
    display: inline-block;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
}

.home-product-box-price {
    display: flex;
}

.home-product-box-price-discount {
    font-size: 13px;
    color: #69778a !important;
    font-weight: 400;
    margin-left: 7px;
    display: flex;
    align-items: center;
    padding-top: 2px;
}

.home-product-box-quantity span {
    padding-left: 4px;
}

.home-product-box-price-current {
    font-size: 17px;
    font-weight: 500;
}

    .home-product-box-price-current span {
        font-weight: 400;
        font-size: 15px;
    }

.home-product-section-title {
    padding-bottom: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

    .home-product-section-title p {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    }

    .home-product-section-title a {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        color: #0099e0;
        display: flex;
        align-items: center;
    }

        .home-product-section-title a img {
            width: 13px;
            height: 13px;
            margin-left: 10px;
        }

.home-services-bar {
    display: flex;
    justify-content: center;
}

.home-services-bar-container {
    display: flex;
    width: 1200px;
    position: relative;
    padding: 45px 15px;
    flex-direction: column;
    max-width: 100%;
}

.home-services-bar-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.home-services-bar-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

    .home-services-bar-title h2 {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        margin-bottom: 9px;
    }

    .home-services-bar-title p {
        font-size: 17px;
        text-align: center;
    }


.home-social-share {
    display: flex;
    justify-content: center;
    background-color: white;
}

.home-social-share-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    position: relative;
    padding: 45px 15px;
}

.home-social-share-items {
    display: flex;
    flex-direction: column;
}

.home-social-share-post {
    display: flex;
    flex-direction: row;
}

.home-social-share-post-item {
    width: 25%;
}

    .home-social-share-post-item img {
        max-width: 100%;
    }

.home-social-share-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

    .home-social-share-header h2 {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        margin-bottom: 9px;
    }

    .home-social-share-header p {
        font-size: 17px;
        text-align: center;
    }

.home-referance-section {
    display: flex;
    justify-content: center;
}

.home-referance-section-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    position: relative;
    padding: 45px 15px;
    max-width: 100%;
}

.home-referance-section-brand-column {
    padding: 0 15px;
}

.home-referance-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

    .home-referance-section-header h2 {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        margin-bottom: 9px;
    }

    .home-referance-section-header p {
        font-size: 17px;
        text-align: center;
    }


.home-referance-section-brand .next-arrow {
    position: absolute;
    top: calc(50% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3f4f6;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    right: -60px;
    cursor: pointer;
}


.home-referance-section-brand .prev-arrow {
    position: absolute;
    top: calc(50% - 16px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3f4f6;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    left: -60px;
    cursor: pointer;
}


    .home-referance-section-brand .prev-arrow:hover, .home-referance-section-brand .next-arrow:hover {
        -webkit-box-shadow: 0 0 8px 0 rgba(0 0 0 / 24%);
        box-shadow: 0 0 8px #0000003d;
    }



.home-referance-section-brand .next-arrow::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1 0 0 1 16 0%29%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    margin-left: 2px;
}

.home-referance-section-brand .prev-arrow::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    margin-right: 2px;
}

.home-about-band {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-band-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    position: relative;
    padding: 45px 15px;
}

.home-about-band-content {
}

    .home-about-band-content h2 {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        margin-bottom: 9px;
        text-align: center;
        padding-bottom: 10px;
    }

.home-referance-section-brand {
    display: flex;
    justify-content: space-between;
}

.home-referance-section-items {
    width: 100%;
}

.home-blog-band {
    display: flex;
    justify-content: center;
    background-color: white;
}

.home-blog-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    position: relative;
    padding: 45px 15px;
    max-width: 100%;
}

.home-blog-items {
    width: 100%;
}

.home-blog-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

    .home-blog-header h2 {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        margin-bottom: 9px;
    }

    .home-blog-header p {
        font-size: 17px;
        text-align: center;
    }

.home-blog-post {
    display: flex;
    justify-content: space-between;
}

.home-blog-post-item {
    margin-right: 20px;
    width: 265px;
}


    .home-blog-post-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: box-shadow 0.3s ease-in-out;
        margin-bottom: 20px;
    }

        .home-blog-post-item a:hover {
            color: inherit !important;
            top: 0;
            right: 0;
            border-radius: 0.625rem;
            box-shadow: 0 0 16px 0 rgba(0 0 0 / 20%);
        }

            .home-blog-post-item a:hover .home-blog-button {
                visibility: visible;
            }


.home-blog-post-media {
    width: 265px;
    height: 210px;
}

.home-blog-post-media-image {
    width: 100%;
    height: 100%;
    background: center/cover no-repeat #eceee5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home-blog-button {
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: opacity .50s ease-out,visibility .50s ease-out;
    background-color: #ffb600;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
    color: white;
}

.home-blog-post-item a:hover .home-blog-button {
    opacity: 1;
    visibility: visible;
}

.home-blog-post-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    padding: 15px 5px;
}



.home-blog-post .next-arrow {
    position: absolute;
    top: calc(50% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    right: -60px;
    cursor: pointer;
}


.home-blog-post .prev-arrow {
    position: absolute;
    top: calc(50% - 16px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    left: -60px;
    cursor: pointer;
}


    .home-blog-post .prev-arrow:hover, .home-blog-post .next-arrow:hover {
        -webkit-box-shadow: 0 0 8px 0 rgba(0 0 0 / 24%);
        box-shadow: 0 0 8px #0000003d;
    }



.home-blog-post .next-arrow::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1 0 0 1 16 0%29%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    margin-left: 2px;
}

.home-blog-post .prev-arrow::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    margin-right: 2px;
}



.home-services-bar-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

    .home-services-bar-section:not(:last-child) {
        padding-right: 24px;
    }

.home-services-bar-section-description {
    text-align: center;
}

.home-services-bar-section-title {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center
}






.home-services-bar-items.slick-initialized .tile-rack__tile-wrap .tile {
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 640px) {
    .home-services-bar-items:not(.slick-initialized) .order-process-items-column {
        display: block;
        max-width: 23.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.home-services-bar-items .slick-track {
    display: -ms-flexbox;
    display: flex
}

.home-services-bar-items .slick-list {
    width: 100%
}

.home-services-bar-items .slick-slide {
    height: auto
}

.home-services-bar-items.slick-initialized {
    margin-top: 0
}

@media only screen and (max-width: 40.0525em) {
    .home-services-bar-items.slick-initialized {
        margin-left: -1rem;
        width: calc(100% + 1.87rem);
    }
}

@media only screen and (min-width: 40.0625em) {
    .home-services-bar-items.slick-initialized {
        margin-left: -2.5rem;
        width: calc(100% + 3rem)
    }
}

.home-services-bar-items.slick-initialized .home-services-bar-section {
    width: 240px !important;
    display: flex;
    flex-direction: column;
    flex: unset;
    transition: opacity 200ms;
    background-color: white;
    padding: 12px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 7px 0 rgba(75 89 109 / 25%);
    border-color: transparent;
    margin: 15px 12px 24px 12px;
}

@media only screen and (max-width: 640px) {
    .home-services-bar-items.slick-initialized .home-services-bar-section {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .home-services-bar-items.slick-initialized .home-services-bar-section {
        padding-left: 9px;
        padding-right: 9px
    }
}

.dot-list-item {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

    .dot-list-item > li {
        display: inline-block
    }

    .dot-list-item .slick-active button:after {
        background: #69778a
    }

    .dot-list-item .slick-active button:hover:after,
    .dot-list-item .slick-active button:focus:after {
        background: #69778a
    }

    .dot-list-item button {
        display: inline-block;
        position: relative;
        width: 1.875rem;
        height: 1.875rem;
        font-size: 0;
        line-height: 0;
        color: transparent;
        background-color: #f3f4f6;
        border: none;
    }

        .dot-list-item button:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            margin-top: auto;
            margin-bottom: auto;
            left: 50%;
            margin-left: auto;
            margin-right: auto;
            transform: translate(-50%, -50%);
            width: 0.625rem;
            height: 0.625rem;
            border-radius: 100%;
            background: rgba(58, 70, 85, 0.25);
            transition: background-color 300ms
        }

        .dot-list-item button:hover:after,
        .dot-list-item button:focus:after {
            background: rgba(58, 70, 85, 0.35)
        }

.home-product-listing-column::-webkit-scrollbar, .home-campaing-bar-items::-webkit-scrollbar, .home-referance-section-brand::-webkit-scrollbar, .home-blog-post::-webkit-scrollbar, .home-category-bar-items::-webkit-scrollbar {
    display: none;
}

.home-services-bar-section-icon img {
    width: 69px;
    padding-bottom: 7px;
}

@media only screen and (max-width: 1200px) {
    .prev-arrow, .next-arrow {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .home-banner-img-tablet {
        height: 400px;
        width: 100%;
        display: block;
        object-fit: cover;
    }
    .home-banner-img-mobile {
        display: none;
    }
    .home-banner-img-desktop {
        display: none;
    }
    .home-category-bar-content:not(:last-child) {
        padding-right: 15px;
    }

    .home-product-box-price {
        flex-direction: column;
    }

    .home-product-box-price-discount {
        margin-left: 0
    }

    .home-product-box-star {
        padding-bottom: 0;
    }

    .home-blog-button {
        visibility: visible;
        opacity: 1;
    }

    .home-product-box:not(:last-child) {
        margin-right: 12px;
    }
}



@media only screen and (max-width: 767px) {
    .home-banner-img-mobile {
        height: 400px;
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .home-banner-img-tablet {
        display: none;
    }

    .home-banner-img-desktop {
        display: none;
    }
    .home-product-listing-column {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        overflow: auto;
    }

    .home-product-section-container {
        padding: 0 15px 45px 15px;
    }

    .home-referance-section-brand {
        padding: 45px 15px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        overflow: auto;
    }

    .home-blog-post {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        overflow: auto;
    }

    .home-referance-section-header {
        margin-bottom: 0;
    }

    .home-referance-section-container {
        padding: 45px 15px 0 15px;
    }

    .home-product-section-title {
        align-items: center;
        padding-bottom: 15px;
    }

        .home-product-section-title p {
            font-size: 18px;
        }

        .home-product-section-title a {
            font-size: 13px;
        }

    .home-category-bar-image {
        width: 145px;
    }

    .home-category-bar-items {
        overflow: auto;
    }

    .home-category-bar-container {
        position: relative;
        max-width: 100%;
    }

    .home-campaing-bar-items {
        overflow: auto;
    }


    .home-campaign-bar-container {
        position: relative;
        max-width: 100%;
    }

    .home-campaign-banner img {
        width: 40vw;
    }

    .home-services-bar-title {
        margin-bottom: 30px;
    }

    /*  .home-social-share-post-item {
        width: 50%;
    }*/

    .home-product-box-image img {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
    }

    .home-product-box-items {
        padding: 0;
    }

    .home-product-box:not(:last-child) {
        margin-right: 8px;
    }

    .home-product-box {
        width: 28%;
    }

    .home-blog-post-item a {
        color: inherit !important;
        top: 0;
        right: 0;
        border-radius: 0.625rem;
        box-shadow: 0 0 16px 0 rgba(0 0 0 / 20%);
    }

    .home-blog-post-item:first-child {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .home-campaign-banner img {
        width: 85vw;
    }

    .home-social-share-post-item {
        width: 50%;
    }

    .home-social-share-post {
        flex-wrap: wrap;
    }

    .home-social-share-container {
        padding: 30px 0px;
    }

    .home-social-share-header {
        margin-bottom: 30px;
    }

    .home-social-share-header {
        padding: 0 15px;
    }

        .home-social-share-header h2, .home-referance-section-header h2, .home-blog-header h2, .home-about-band-content h2, .home-services-bar-title h2 {
            font-size: 24px;
        }

        .home-social-share-header p, .home-referance-section-header p, .home-services-bar-title p, .home-blog-header p {
            font-size: 15px;
        }

    .home-product-box {
        width: 47%;
    }
}

/* HomePage End */

/* Static Start */

#v2-static {
    display: flex;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: #f9fcff;
}

.v2-static-container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    width: 100%;
}

.v2-static-items {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.v2-static-left-column {
    display: flex;
    flex: 1 1 0%;
    margin-right: 16px;
    margin-bottom: 40px;
}

.v2-static-menu-bar {
    background: rgb(255, 255, 255);
    box-shadow: rgba(93 62 188 / 4%) 0px 6px 16px;
    border-radius: 8px;
    width: 100%;
    height: min-content;
    padding: 0px;
    overflow: hidden;
}

.v2-static-right-column {
    display: flex;
    flex: 3 1 0%;
    flex-direction: column;
    align-items: flex-start;
}

.v2-static-menu-bar-item:not(:last-child) {
    border-bottom: 1px solid rgb(245, 245, 245);
}

.v2-static-menu-bar-item-content {
    padding: 16px 24px;
}



    .v2-static-menu-bar-item-content span {
        color: #697488;
        width: 100%;
        cursor: pointer;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    }

.v2-static-page-container {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(93 62 188 / 4%) 0px 6px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    padding: 24px;
}

.v2-static-page-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .v2-static-page-items h1 {
        font-size: 28px;
        line-height: 1.15;
        font-family: 'CepteFont','Volte', Arial, sans-serif;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .v2-static-page-items span {
        display: block;
        font-weight: normal;
        line-height: 22px;
        color: rgb(105, 116, 136);
        margin-bottom: 5px;
    }

    .v2-static-page-items a {
        position: relative;
        outline: 0px;
        font-weight: 600;
        line-height: 16px;
        color: #02a0de;
        text-decoration: none;
    }

    .v2-static-page-items strong {
        font-family: 'CepteFont','Volte', Arial, sans-serif !important;
    }

.v2-static-menu-bar .active .v2-static-menu-bar-item-content {
    background-color: #f0f9fe;
}

    .v2-static-menu-bar .active .v2-static-menu-bar-item-content span {
        color: #02a0de;
    }

.v2-static-menu-bar-item-content:hover span {
    color: #02a0de;
}



/* Contact Start */


.v2-contact {
    display: flex;
    flex-direction: row;
    width: 100%
}


.v2-contact-right {
    flex: 1;
    padding-left: 35px;
}


.v2-contact-left-item img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.v2-contact-left-item {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 1.8;
}

.v2-contact-left {
    display: flex;
    flex-direction: column;
    flex: 1
}

    .v2-contact-left a {
        color: inherit;
        font-weight: 400;
        display: flex;
    }

.v2-contact-right .v2-login-form-items input {
    border-radius: 5px;
    padding: 10px 12px;
    height: 52px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #d9d9da;
}


.v2-contact-right .v2-login-form-head {
    height: 35px;
}

    .v2-contact-right .v2-login-form-head label {
        font-size: 16px;
    }

.v2-contact-right .v2-contact-right .v2-login-form-items input {
    font-size: 14.5px;
}

.v2-login-form-items select {
    border-radius: 5px;
    padding: 10px 12px;
    height: 52px;
    font-size: 14.5px;
    width: 100%;
    border: 1px solid #D9D9DA;
}

.v2-login-form-items textarea {
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #D9D9DA;
}

    .v2-login-form-items textarea:hover, .v2-login-form-items textarea:focus, .v2-login-form-items select:hover, .v2-login-form-items select:focus {
        outline: 0px;
        box-shadow: 0 0 0 2px #d0e4ff !important;
    }

.v2-contact-right #v2-contact-form .v2-login-form-items {
    margin-bottom: 10px;
}

#v2-contact-form .v2-login-form-items, #v2-contact-form .v2-login-form-row .v2-login-form-items {
    margin-bottom: 15px;
}

#v2-contact-form .v2-login-button {
    margin-top: 10px;
}

    #v2-contact-form .v2-login-button button {
        height: 44px;
        border-radius: 5px;
        font-size: 15px;
        width: 100%;
        background-color: #00a7e1;
        border: 0;
        color: #ffffff;
    }

@media only screen and (max-width: 767px) {
    .v2-static-items {
        flex-direction: column;
    }

    .v2-static-left-column {
        margin-right: 0
    }

    .v2-contact {
        flex-direction: column;
    }
}

/* Contact End */

/* Static End*/



.process-next-icon {
    position: absolute;
    top: 70px;
    right: -6px;
    background-repeat: no-repeat;
    background-position: 62%;
    background-size: contain;
    height: 17px;
    width: 17px;
    background-image: url(/assets/img/Product/next.svg);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 0.0625rem;
    display: none
}

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0.0625rem solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.product-label {
    position: absolute;
    top: .8rem;
    right: .8rem;
    text-align: right;
    z-index: 5;
}

    .product-label span {
        padding: 0 20px;
        background: #a265cc;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        display: inline-block;
        position: relative;
        border-radius: 8px;
    }

/* Image Skeleton Loading Wrapper and Shimmer */
.image-skeleton-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f1f5f9;
}

.image-skeleton-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    animation: image-shimmer-anim 1.5s infinite;
    z-index: 1;
}

.image-skeleton-wrapper.loaded::before {
    display: none;
}

.image-skeleton-wrapper.loaded {
    background-color: transparent;
}

.image-skeleton-wrapper img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-skeleton-wrapper.loaded img {
    opacity: 1;
}

@keyframes image-shimmer-anim {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
    .image-skeleton-wrapper::before {
        animation: none !important;
        background: rgba(226, 232, 240, 0.8) !important;
    }
}