.section-intro {
    background: linear-gradient(45deg, #272262, #0080c5);
    color: white;
}

.bg-intro {
    position: relative;
}

.bg-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://resources.cdn.haylem.ca/background/letter-background_3988.png");
    background-size: cover;
    background-position: bottom;
    opacity: 1;
    mix-blend-mode: multiply;
}

@media (max-width: 1250px){
    .bg-intro {
        display: none;
    }
}

.fa-info-circle:hover {
    opacity: 0.8;
}

.popover{
    max-width: 600px;
}

.section-buy {
    padding-top: 7vh;
    padding-bottom: 7vh;
    background-image: url("https://resources.cdn.haylem.ca/background/letter-background_3988.png");
    background-size: cover;
}
.vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.img-store {
    height: 50px;
}

.subs-card {
    background-color: #E5F2F9;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 40px;
}

.buy-card {
    background-color: #E9E9EF;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 40px;
}

.lexi-desktop {
    width: 46%;
    overflow: hidden;
}
  
.lexi-desktop img {
    display: block;
    left: -78%;
}

.lexi-mobile {
    width: 21%;
    overflow: hidden;
}
  
.lexi-mobile img {
    display: block;
    left: -385%;
}

#testBox {
    padding: 0px 10px 30px 10px;
}

.section-offers {
    padding-top: 7vh;
    padding-bottom: 7vh;
    background-color: #F6F9FE;
}

.simplecard-image {
    height: 100px;
}

.simplecard-image .image {
    position: relative;
    bottom: 55px;
}

.section-order-details .tab-pane.active {
    padding-top: 7vh;
    padding-bottom: 7vh;
    background-color: #F6F9FE;
}

input:checked ~ .form-check-label {
    font-weight: bold;
}

.custom-checkbox {
    margin-bottom: 50px;
}

.custom-control-label::before {
    width: 3rem;
    height: 3rem;
    left: -2rem;
    background-color: white;
    border-radius: 0.5rem !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

.custom-control-input:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.custom-control-label::after {
    width: 3rem;
    height: 3rem;
    left: -2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F16625;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25) !important;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
    border: 0px;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #F16625;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: white;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #F16625;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.section-buy a {
    color: #007bff !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.section-buy a:hover {
    text-decoration: underline !important;
}