/* Custom Products Box Group (Btn) */
.block-custom-products-box-group-btn .flex-container {
    display: flex;
}

.block-custom-products-box-group-btn .button-text {
    font-size: 20px;
    font-weight: 300;
}

.block-custom-products-box-group-btn .custom-products-box-group-img{
    width: 100%;
    max-height: 75px;
    min-height: 75px;
    object-fit: contain;
}

.block-custom-products-box-group-btn .card {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 20px;
    height: 100% !important;
    /*box-shadow: 0 4px 4px 0 #00000040;*/
}

.block-custom-products-box-group-btn .card-img{
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.block-custom-products-box-group-btn .card-radius {
    margin-bottom: 2rem;
    border-radius: 25px;
    overflow: hidden;
}

.block-custom-products-box-group-btn .card-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #0768B3;
}

.block-custom-products-box-group-btn .card-text a:link {
    color: #0768B3 !important;
}

.block-custom-products-box-group-btn .card-text a:visited {
    color: #0768B3 !important;
}

.block-custom-products-box-group-btn .card-text a:active {
    color: #139ff7 !important;
}

.block-custom-products-box-group-btn .text-left a:link {
    color: #0768B3 !important;
}

.block-custom-products-box-group-btn .text-left a:visited {
    color: #0768B3 !important;
}

.block-custom-products-box-group-btn .text-left a:active {
	color: #139ff7 !important;
}

.block-custom-products-box-group-btn .container {
    padding: 25px !important;
}

.block-custom-products-box-group-btn .header {
    font-weight: 300;
    font-size: 48px;
    color: #888888;
    max-width: 75%;
    flex-wrap: wrap;
    word-break: break-word;
}

.block-custom-products-box-group-btn .benefits-text-gray {
    color: darkgray;
    font-weight: 600
}

.block-custom-products-box-group-btn .child-text-gray {
    color: darkgray;
    margin-left: 40px;
    font-size: 12px;
}

.block-custom-products-box-group-btn .link-text-white {
    color: #fff;
}

.block-custom-products-box-group-btn .next-btn,
.block-custom-products-box-group-btn .previous-btn{
    background: #0768B3;
    border-radius: 50%;
    overflow: hidden;
    color: white;
    min-width: 50px;
    min-height: 50px;
    font-size: 30px;
}

.block-custom-products-box-group-btn .carousel-wrapper {
    width: 100%;
}

.block-custom-products-box-group-btn .carousel-wrapper * {
    box-sizing: border-box;
}

.block-custom-products-box-group-btn .carousel {
    transform-style: preserve-3d;
}

.block-custom-products-box-group-btn .carousel__photo {
    opacity: 0;
    position: absolute;
    top:0;
    width: 100%;
    z-index: 100;
    transition: transform .5s, opacity .5s, z-index .5s;
}

.block-custom-products-box-group-btn .carousel__photo.initial,
.block-custom-products-box-group-btn .carousel__photo.active {
    opacity: 1;
    position: relative;
    z-index: 900;
}

.block-custom-products-box-group-btn .carousel__photo.prev,
.block-custom-products-box-group-btn .carousel__photo.next {
    z-index: 800;
}

.block-custom-products-box-group-btn .carousel__button--prev,
.block-custom-products-box-group-btn .carousel__button--next {
    position: absolute;
    top:45%;
    width: 3rem;
    height: 3rem;
    background-color: #0768B3;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    border: 1px solid white;
}

.block-custom-products-box-group-btn .carousel__button--prev {
    left:-15px;
}

.block-custom-products-box-group-btn .carousel__button--next {
    right:0;
}

.block-custom-products-box-group-btn .carousel__button--next img,
.block-custom-products-box-group-btn .carousel__button--prev img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.block-custom-products-box-group-btn .carousel__button--next img {
    transform: translate(-50%, -50%) rotate(90deg);
}

.block-custom-products-box-group-btn .carousel__button--prev img {
    transform: translate(-50%, -50%) rotate(-90deg);
}

/* Cross Sell*/
.block-custom-products-box-group-btn .cross-sell-tagline-text {
    color: #888888;
    font-size: 48px;
    text-align: center;
    margin: 0px;
}

/* Cross Sell Product*/
.block-custom-products-box-group-btn .cross-sell-selected {
    border: 2px solid #0768B3;
}

.block-custom-products-box-group-btn .cross-sell-product-img {
    max-width: 100px;
    max-height: 100px;
}

.block-custom-products-box-group-btn .cross-sell-product-title-text {
    color: #888888;
    font-size: 28px;
    padding-left: 25px;
    margin: 0;
}

.block-custom-products-box-group-btn .cross-sell-product-description-text {
    color: #888888;
    text-align: center;
}

/* Cross Sell Modal */
.block-custom-products-box-group-btn .modal {
    padding: 0 !important;
    z-index: 10000 !important;
}

.block-custom-products-box-group-btn .modal-dialog {
    margin: 1.75rem auto;
}

.block-custom-products-box-group-btn .modal-lg {
    max-width: 85%;
}

.block-custom-products-box-group-btn .modal-header {
    border-bottom: 0 none;
}

.block-custom-products-box-group-btn .close-button-x {
    font-size: 25px;
    position: absolute;
    top: 25px;
    left: 100%;
    margin-left: 20px;
    color: white;
}

.block-custom-products-box-group-btn .modal-content {
    border-radius: 20px;
}

.block-custom-products-box-group-btn .modal-footer {
    border-top: 0 none;
}

.block-custom-products-box-group-btn .button {
    border: none;
    border-radius: 10px;
    color: #0768B3;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #0768B3;
    font-size: 20px;
    width: 100%;
}

.block-custom-products-box-group-btn .button-no-thanks {
    border: 1px solid #0768B3;
    color: #0768B3;
    background-color: #fff;
}

.block-custom-products-box-group-btn .button-im-interested {
    border: 1px solid #0768B3;
    color: #0768B3;
    background-color: #0768B3;
}

@media (min-width: 1980px) {
    .block-custom-products-box-group-btn .modal-lg {
        max-width: 1450px;
    }
}

@media (max-width: 576px) {
    .block-custom-products-box-group-btn .close-button-x {
        margin-left: 7px;
    }

    .block-custom-products-box-group-btn .button-no-thanks {
        font-size: 15px;
    }

    .block-custom-products-box-group-btn .button-im-interested {
        font-size: 15px;
    }

    .block-custom-products-box-group-btn .cross-sell-tagline-text {
        font-size: 25px;
    }

    .block-custom-products-box-group-btn .cross-sell-product-img {
        max-width: 75px;
        max-height: 75px;
    }

    .block-custom-products-box-group-btn .cross-sell-product-title-text {
        font-size: 15px;
        padding-left: 15px;
    }
}

/* @media (max-width: 576px) {
    .block-custom-products-box-group-btn .modal-lg {
        max-width: 100%;
    }

    .block-custom-products-box-group-btn .close-button-x {
        right: 20px;
        left: 0;
        margin-left: 0px;
        color: #888888;
    }
} */
/* Custom Products Box Group (Btn) */
