/**
 * swiper in shortcode
 */

.accu-content-swiper.custom-swiper {
    max-width: min(1300px, 100%);
    margin: auto;
    padding: 0 20px;
}

.accu-content-swiper.custom-swiper.no-padding {
    padding: 0;
}

/**
 * swiper wrapper
 */

.custom-swiper .swiper-wrapper.justify-content {
    justify-content: center;
}

.custom-swiper .swiper-wrapper.justify-content .swiper-slide:last-child {
    margin-right: 0 !important;
}

/**
 * swiper pagination & bullet
 */

.custom-swiper .swiper {
    overflow: hidden;
    width: 100%;
}

.custom-swiper .custom-swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.custom-swiper .custom-swiper-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 20px 0;
}

.custom-swiper .custom-swiper-control .navigation {
    width: 51px;
    height: 51px;
    background: rgba(41, 41, 41, 0.5);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
}

.custom-swiper .custom-swiper-control .navigation.swiper-button-disabled {
    background: rgba(0, 0, 0, 0.1);
}

.custom-swiper .custom-swiper-control .navigation.swiper-button-lock {
    display: none !important;
}

.custom-swiper .custom-swiper-control .custom-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.custom-swiper .custom-swiper-control .custom-swiper-pagination .swiper-pagination-bullet {
    background: #ECECEC;
    height: 12px;
    width: 12px;
    opacity: 1;
    padding: 0 !important;
    border-radius: 50% !important;
    border-bottom: none;
}

.custom-swiper .custom-swiper-control .custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #292929;
    opacity: 0.5;
}


.custom-swiper .custom-swiper-control.white-bg .navigation {
    background: rgba(2, 103, 112, 0.8);
}

.custom-swiper .custom-swiper-control.white-bg .navigation.swiper-button-disabled {
    background: rgba(2, 103, 112, 0.35);
}

.custom-swiper .custom-swiper-control.white-bg .custom-swiper-pagination .swiper-pagination-bullet {
    background: #ECECEC;
}

.custom-swiper .custom-swiper-control.white-bg .custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00A5B2;
    opacity: 1;
}

.custom-swiper .custom-swiper-control.grey-bg .navigation {
    background: rgba(2, 103, 112, 0.8);
}

.custom-swiper .custom-swiper-control.grey-bg .navigation.swiper-button-disabled {
    background: rgba(2, 103, 112, 0.35);
}

.custom-swiper .custom-swiper-control.grey-bg .custom-swiper-pagination .swiper-pagination-bullet {
    background: #a3a3a3;
}

.custom-swiper .custom-swiper-control.grey-bg .custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00A5B2;
    opacity: 1;
}

.custom-swiper.scrollbar-in-mobile .swiper-scrollbar {
    display: none;
    height: 5px;
}

.custom-swiper.scrollbar-in-mobile .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #8E8E8E;
}

/**
* With arrow control aside
*/

.custom-swiper.control-aside .custom-swiper-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-swiper.control-aside .custom-swiper-control .custom-swiper-pagination {
    display: none;
}


/**
 *  Product style swiper
 */

/* Start of the New products */
.featured-products {
    padding-bottom: 50px;
}

.featured-products .swiper-slide {
    height: auto;
    border: 1px solid #cfdae1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-products .swiper-slide .product-image {
    width: 100%;
}

.featured-products .swiper-slide .product-image img {
    display: block;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    height: auto;
}

.featured-products .swiper-slide .product-title {
    padding: 0 15px;
    font-size: 25px !important;
    line-height: 34px;
    color: black;
    text-align: center;
}

.featured-products .swiper-slide .product-description {
    padding: 0 15px;
    margin-top: 0px;
    font-size: 15px !important;
    text-align: center;
}

.featured-products .swiper-slide button {

    background: transparent;
    color: #F68C34;
    font-weight: 100;
    border: 1px solid #F68C34;
    border-radius: 3px;
    margin-bottom: 50px;
}

.featured-products .swiper-slide:hover {
    background-color: #f68c34;
    border: 1px solid #f68c34;
}

.featured-products .swiper-slide:hover .product-title {
    color: white;
}

.featured-products .swiper-slide:hover .product-description {
    color: white;
}

.featured-products .swiper-slide:hover button {
    opacity: 1;
    color: white;
    background: #f68c34;
    border: 1px solid white;
}

.featured-products .swiper-slide button:hover {
    background: white;
    color: #f68c34;
}

.featured-products .swiper-slide:hover .certs img {
    filter: brightness(0) invert(1);
}

/**
 * Mobile View
 */

@media only screen and (max-width: 477px) {
    .custom-swiper .custom-swiper-control .navigation {
        display: none;
    }

    .custom-swiper .custom-swiper-control .custom-swiper-pagination {
        flex-wrap: wrap;
    }

    .custom-swiper.scrollbar-in-mobile .custom-swiper-control .custom-swiper-pagination {
        display: none;
    }

    .custom-swiper.scrollbar-in-mobile .swiper-scrollbar {
        display: block;
        margin: 10px 0 5px 0;
    }

    /**
    * With arrow control aside
    */

    .custom-swiper.control-aside .custom-swiper-main {
        gap: 8px;
    }

    .custom-swiper.control-aside .custom-swiper-control .custom-swiper-pagination {
        display: flex;
    }

}

/**
 *  About us page - Global Standards swiper
 */

.custom-swiper.global-standards-slider .swiper .swiper-slide {
    background-color: #FFFFFF;
    border: 1px solid #959595;
    padding: 35px;
    height: auto;
    color: #414444;
    display: flex;
    flex-direction: column;
    width: 350px;
    max-width: 350px;
}

.custom-swiper.global-standards-slider .swiper .swiper-slide .image {
    margin-bottom: 10px;
    text-align: center;
}

.custom-swiper.global-standards-slider .swiper .swiper-slide p.title {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    min-height: 2.5em;
    margin-bottom: 0;
}

.custom-swiper.global-standards-slider .swiper .swiper-slide p.content {
    font-size: 15px !important;
    line-height: 22px;
    text-align: center;
    margin-top: 5px;
}

/**
 *  Single product page - Accessories
 */

.custom-swiper.accessories .swiper-slide {
    padding: 30px;
    height: auto;
}

.custom-swiper.accessories .swiper-locked .swiper-slide {
    max-width: 410px;
}

.custom-swiper.accessories .swiper.white-bg .swiper-slide {
    background-color: #F1F1F1;
}

.custom-swiper.accessories .swiper.grey-bg .swiper-slide {
    background-color: rgba(167, 167, 167, 0.3);
}

.custom-swiper.accessories .swiper-slide img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
}

.custom-swiper.accessories .swiper-slide h6 {
    font-size: 19px !important;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    /* padding: 0 25px;
    margin: 30px 0 30px 0; */
}

.custom-swiper.accessories .swiper-slide p {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.custom-swiper.accessories .swiper-slide a {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.custom-swiper.accessories .swiper-slide button {
    font-weight: normal;
    border-radius: 3px;
    background: transparent;
    margin: 0 auto;
}

.custom-swiper.accessories .swiper-slide button.acu-solid-outline-blue-btn {
    border-color: #00A0AF !important;
}

.custom-swiper.accessories .swiper-slide button.acu-outline-orange-btn:hover {
    color: rgba(246, 140, 53, 1);
}

/**
 *  Single product page - features
 */

.custom-swiper.features .swiper-slide {
    border: 2px solid #00a5b2;
    background: #fff;
    padding: 30px;
    height: auto;
    box-sizing: border-box;
}

.custom-swiper.features .swiper-slide img {
    height: auto !important;
    max-width: 50px !important;
}

.custom-swiper.features .swiper-slide h6 {
    font-size: 19px !important;
    line-height: 26px;
    font-weight: 600;
}

.custom-swiper.features .swiper-slide p {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.custom-swiper.features .swiper-locked .swiper-slide {
    max-width: 410px;
}

/**
 *  Single product page - web interface with iPad
 */

.custom-swiper.web-interface-with-ipad {
    max-width: min(1300px, 100%);
    margin: auto;
    padding: 0 20px;
}

.custom-swiper.web-interface-with-ipad .swiper {
    height: 410px;
}

.custom-swiper.web-interface-with-ipad .swiper-wrapper {
    align-items: center;
}

.custom-swiper.web-interface-with-ipad .swiper-slide {
    transition: transform 0.3s ease;
    justify-content: space-around;
}

.custom-swiper.web-interface-with-ipad .swiper-slide img {
    height: auto;
}

.custom-swiper.web-interface-with-ipad .swiper-slide.swiper-slide-active {
    transform: scale(1.8);
}

.custom-swiper.web-interface-with-ipad .swiper-slide.swiper-slide-active img {
    margin: auto;
    width: 100%;
}

.custom-swiper.web-interface-with-ipad .custom-swiper-button-prev,
.custom-swiper.web-interface-with-ipad .custom-swiper-button-next {
    display: none;
}

@media only screen and (max-width: 880px) {
    .custom-swiper.web-interface-with-ipad .swiper {
        height: 370px;
    }
}


@media only screen and (max-width: 768px) {

    .custom-swiper.web-interface-with-ipad .swiper-slide {
        transition: none;
    }

    .custom-swiper.web-interface-with-ipad .swiper {
        height: auto;
    }

    .custom-swiper.web-interface-with-ipad .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

}