/* SINGLE PRODUCT */
#single-product .single-product-main {
    top: -200px;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1170px) and (max-width: 1199px){
    #single-product .desktop-product {
        width: 100% !important
    }
}


.error-border {
    border-bottom: 1px solid red !important; color: red;
}
.product-header {
    font-family: PFBeauSansPro;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 50px;
    margin-top: 80px;
    
}
.colaborator-banner-mobile {
    display: none;
}

.product-features {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #757575;
    margin-top: 20px;
    margin-bottom: 40px;
}
.card-text {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}
.card-text-div {
    display: flex;
    flex-wrap: wrap;
}
.card-number {
    font-size: 64px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: normal;
    bottom: 15vh;
    color: #ffffff;
}
.card-header {
    font-size: 1.7rem;
    margin-left: 20%;
    margin-right: 20%;
    position: absolute;
    top: 5vh;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.card-group-alta:first-child {
    margin-top: 40vh;
    color: white;
}
.card-group-alta {
    margin-top: 30px;
    color: white;
}
.card-group-alta .text-text {
    padding: 20px;
}
.card-group-alta .text-number {
    padding-left: 20px;
}

#single-product-header.single-product-main-container {
    height: 567px !important;
    background: rgba(0, 0, 0, .1) !important;
    margin-top: -90px;
    overflow: hidden;
}

#single-product-header .header-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 567px !important;
    object-fit: cover;
    width: 100vw;
    filter: brightness(85%);
}

#single-product-header .single-product-header {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#single-product-header .single-product-header:before {
    content: ' ';
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
}

#single-product-header.single-product-main-container .single-product-main-content {
    margin: 0 auto;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    height: 440px;
    max-width: 1140px;
}

#single-product-header.single-product-main-container .single-product-main-content.singular-product {
    padding-left: 0px;
}

#single-product-header.single-product-main-container .single-product-main-content .product-title {
    font-weight: bold;
    font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;

    color: #fff;
    position: absolute;
    top: 120px;
    padding-left: 15px;
    width: 100%;
}

#single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
    font-size: 50px;
    padding-left: 0;
    width: 95%;
    top: 200px;
}

#single-product-header.single-product-main-container .single-product-main-content .product-subtitle {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    width: 45vw;
    margin-top: 50px;
    
}

#single-product-header .destacados {
    position: absolute;
    bottom: 6%;
    color: white;
    width: 94%;
    display: flex;
}

#single-product-header .destacado-title {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#single-product .desktop-product {
    position: relative;
    margin: auto;
}

#single-product .desktop-product .product-main-info {
    padding-top: 75px;
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
}

#single-product .desktop-product .mini-form-policy-column {
    display: inline-block;
    width: 340px;
    vertical-align: top;
    margin-top: 60px;
    position: relative;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-title {
    font-size: 24px;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-container {
    display: inline-block;
    width: 340px;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-title {
    font-size: 24px;
    margin: 12px 0;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-button {
    display: block;
    margin: 5px;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-button .mini-document-button-text {
    margin: 0 5px;
    width: calc(100% - 50px);
    display: inline-block;
    line-height: 28px;
    color: #ff9900;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-container.mini-form-fixed,
#secondary .mini-form-container.mini-form-fixed {
    position: fixed;
    top: 0;
    margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
    .card-text > .text-content > .text-text {
        font-size: 13px;
    }

    .single-product-main {
        top: 0px !important;
    }

    #single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
        top: 70px !important;
    }
    .single-product-main-container {
        height: 330px !important;
    }

    .single-product-main-container .single-product-main-content {
        padding: 0px !important;
        height: 330px !important;
        left: 0;
        max-width: 84vw !important;
        margin: 0 8vw !important;
    }

    .single-product-main-content.singular-product .product-title {
        top: 120px !important;
    }

    .single-product-main-content .product-title {
        top: 70px !important;
        padding: 0 15px !important;
        font-size: 36px !important;
        line-height: 1 !important;
    }

    .single-product-main-content .product-subtitle {
        font-size: 13px !important;
    }

    .single-product-main-content .destacados {
        top: inherit !important;
        margin: 0 15px;
    }

    .col-xs-4 {
        width: 33%;
    }

    #single-product-header .single-product-main-content .destacados>div {
        min-width: 200px;
    }

    #single-product-header .destacados {
        min-width: 0 !important;
    }
}

#single-product .destacados-movil {
    display: none;
}

#single-product .product-title-mini {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.39;
    margin-bottom: 20px;
}

#single-product .product-description {
    font-size: 14px;
    line-height: 1.43;

    color: #9b9b9b;
}

#single-product .coverage-resumen {
    width: 336px;
    height: 55px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #4a4a4a;
}

#single-product .header-collapse {
    background: white;
}

#single-product .button-header-collapse {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    width: 70%;
    cursor: pointer;
    margin-left: 20px;
}

#single-product .button-header-collapse:before {
    content: '-';
    display: inline-block;
    width: 10px;
    margin-left: -13px;
}

#single-product .button-header-collapse.collapsed:before {
    content: '+';
    display: inline-block;
    width: 10px;
    margin-left: -13px;
}

#single-product .collapse-card {
    width: 15px;
    height: 8px;
    color: #4a4a4a;
    font-size: 15px;
    margin-right: 10px;
}

#single-product .collapse-alcance {
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

#single-product .collapse-content {
    width: 540px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #9b9b9b;
    width: 70%;
    margin-left: 20px;
}

#single-product .coverages {
    display: flex;
    justify-content: space-between;
}

#single-product .coverage {
    box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    flex: unset !important;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 10px 0 20px;
}

#single-product .coverage-content {
    font-size: 14px!important;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

#single-product .coverage-name {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #ff9900;
    margin: 20px 0 10px;
}

#single-product .coverage-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

#single-product .coverage-scope {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
    margin: 10px 0;
}

#single-product .coverage-title {
    margin-top: 14px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: justify;
    color: #9b9b9b;
}

#single-product .document-description {
    font-size: 14px;
    line-height: 1.43;
    color: #757575;
}

#single-product .document-button {
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 30px -10px rgba(255, 153, 0, 0.5);
    background-color: #ff9900;
    margin: 20px 0 30px;
    display: inline-block;
}

#single-product .document-button-text {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#single-product .banner-image {
    max-width: unset;
    width: 100vw;
    margin-left: -1.05vw;
    margin-bottom: -54px;
    position: relative;
}

#single-product .banner-doubt {
    top: 95%;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: #ffffff;
}

#single-product .banner-info {
    top: 97%;
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
}

#single-product .banner-button {
    top: 100%;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    box-shadow: 0 10px 30px -10px rgba(255, 153, 0, 0.5);
    background-color: #ff9900;
}

#single-product .banner-button-text {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

@media only screen and (min-width: 1101px) {
    .mobile-product {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
#single-product .desktop-product {
        display: block;
        width: 92vw;
    }
}

@media only screen and (max-width: 1100px) {
    #single-product .desktop-product {
        display: block;
    }

    .card-header {
        top: 30px;
    }

    .product-title-mini {
        font-size: 28px !important;
        font-weight: bold !important;
        font-style: normal !important;
        font-stretch: normal !important;
        line-height: 1.2 !important;
        letter-spacing: normal !important;
    }

    .product-description {
        font-size: 12px !important;
        font-weight: normal !important;
        font-style: normal !important;
        font-stretch: normal !important;
        line-height: 1.25 !important;
        letter-spacing: normal !important;
        color: #9b9b9b !important;
    }

    .mobile-terms-and-conditions {
        width: 169px;
        height: 13px;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.89;
        letter-spacing: normal;
        color: #000000;
    }

    .mobile-documents-info {
        height: 42px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #9b9b9b;
    }
}

#single-product .block-info {
    flex: unset !important;
    max-width: unset !important;
    width: 260px !important;
    height: 367px;
    box-shadow: 0 70px 50px -20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #ff9900;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
}

#single-product .block-info-title {
    height: 23px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #4a4a4a;
}

#single-product .block-info-content {
    width: 273px;
    height: 132px;
    font-size: 13.7px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: justify;
    color: #9b9b9b;
}

#single-product .fly-coverage-list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
}

#single-product .fly-coverage-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 13px;
    color: #ff9900;
}

#single-product .fly-coverage-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    box-shadow: 0 0px 31px -5px rgba(74, 74, 74, 0.11);
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}

#single-product .fly-coverage-item:first-of-type {
    text-align: left;
}

#single-product .fly-coverage-item .icon {
    width: 35px;
}

/* FIN SINGLE PRODUCT */


.mini-form-policy-mobile-btn.air-help {
    width: 70% !important;
    display: none !important;
}
/* airhelp end */
/* custom insurance start */
@media only screen and (max-width: 1024px) {
    /* airhelp start */
    #single-product-header {
        width: 100%;
        margin: 0 !important;
    }
    .product-header {
        margin-top: 0;
    }

    .header-background {
        height: 330px !important;
    }

    .mini-form-policy-mobile-btn {
        position: fixed;
        bottom: 50px;
        z-index: 1;
        background: #f90;
        padding: 10px 20px;
        text-align: center;
        color: #fff !important;
        width: 85%;
        margin-left: 15%;
        margin-right: 15%;
        left: 0;
    }

    #single-product.air-help-product .desktop-product,
    #single-product.custom-insurance-product .desktop-product {
        display: block !important;
    }

    #single-product.custom-insurance-product .mini-form-policy-column {
        display: none !important;
        width: 0 !important;
    }

    #single-product.custom-insurance-product .mini-form-policy-mobile-btn.custom-insurance {
        display: block !important;
    }

    #single-product.custom-insurance-product .product-main-info {
        width: 100% !important;
    }

    #single-product.air-help-product .mini-form-policy-column {
        display: none !important;
        width: 0 !important;
    }

    #single-product.air-help-product .mini-form-policy-mobile-btn.air-help {
        display: block !important;
    }

    #single-product.air-help-product .product-main-info {
        width: 100% !important;
    }
    /* airhelp end */
}
@media only screen and (min-width: 1920px) {
    #single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
        font-size: 50px;
        padding-left: 0;
        width: 95%;
        top: 20vh;
    }
}

@media screen and (max-width: 768px) {
    .alta-featured-image {
        height: 53px !important;
    }
    
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
    .card-group-alta:first-child {
        margin-top: 20vh;
        color: white;
    }
    .destacado-title {
        font-size: 14px !important;
    }
    .colaborator-banner-mobile {
        display: block !important;
    }
    .card-header {
        margin-left: 0;
        margin-right: 0;
    }
    .colaborator-banner {
        display: none !important;
    }
    .card-text-content {
        margin-top: -100% !important;
        color: white;
    }

    #single-product.air-help-product .desktop-product .mini-form-policy-column,
    #single-product.custom-insurance-product .desktop-product .mini-form-policy-column {
        display: none !important;
    }

    #single-product.air-help-product .desktop-product .product-main-info,
    #single-product.custom-insurance-product .desktop-product .product-main-info {
        padding-top: 40px !important;
    }

    #single-product.air-help-product .desktop-product .card,
    #single-product.custom-insurance-product .desktop-product .card {
        width: 100% !important;
    }

    #single-product.air-help-product .desktop-product .icon,
    #single-product.custom-insurance-product .desktop-product .icon {
        width: 15px !important;
    }

    #single-product.air-help-product .desktop-product .fly-coverage-item,
    #single-product.custom-insurance-product .desktop-product .fly-coverage-item {
        font-size: 12px !important;
    }

    /* extra product start */
    #single-product .fly-coverage-header span:last-of-type {
        width: 20%;
    }
    /* extra product end */

    /* custom insurance start */
    #single-product-header .header-background {
        margin-top: 69px;
    }

    

    .mobile-product .document-container {
        margin: 5px 10px;
        background: #fff;
        box-shadow: 0 20px 80px -20px rgba(0, 0, 0, .11);
        padding: 25px 20px 20px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .mobile-product .document-button {
        margin: 15px 0 !important;
        width: 100%;
        text-align: center;
    }
    /* custom insurance end */
    .colaborador-item {
        width: 100% !important;
    }

}

/* custom insurance end */
@media only screen and (max-width: 961px) {
    .germany-group-alta {
        margin-top: 30vh !important;
    }
    .card-group-alta:first-child {
        margin-top: 20vh;
    }
    .destacado-title {
        font-size: 14px !important;
    }
    .colaborator-banner-mobile {
        display: block !important;
        background-size: cover;
    }
    .card-header {
        margin-left: 0;
        margin-right: 0;
    }
    .colaborator-banner {
        display: none !important;
    }
    .card-text-content {
        margin-top: -100% !important;
        color: white;
    }

    #single-product.air-help-product .desktop-product .mini-form-policy-column,
    #single-product.custom-insurance-product .desktop-product .mini-form-policy-column {
        display: none !important;
    }

    #single-product.air-help-product .desktop-product .product-main-info,
    #single-product.custom-insurance-product .desktop-product .product-main-info {
        padding-top: 100px !important;
    }

    #single-product.air-help-product .desktop-product .card,
    #single-product.custom-insurance-product .desktop-product .card {
        width: 100% !important;
    }

    #single-product.air-help-product .desktop-product .icon,
    #single-product.custom-insurance-product .desktop-product .icon {
        width: 15px !important;
    }

    #single-product.air-help-product .desktop-product .fly-coverage-item,
    #single-product.custom-insurance-product .desktop-product .fly-coverage-item {
        font-size: 12px !important;
    }

    /* extra product start */
    #single-product .fly-coverage-header span:last-of-type {
        width: 20%;
    }
    /* extra product end */

    /* custom insurance start */
    #single-product-header .header-background {
        margin-top: 69px;
    }

    

    .mobile-product .document-container {
        margin: 5px 10px;
        background: #fff;
        box-shadow: 0 20px 80px -20px rgba(0, 0, 0, .11);
        padding: 25px 20px 20px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .mobile-product .document-button {
        margin: 15px 0 !important;
        width: 100%;
        text-align: center;
    }
    /* custom insurance end */
    .colaborador-item {
        width: 45% !important;
    }

}

.alta-featured-image {
    height: 106px
}


.colaborador-item {
    width: 19%;
    /* width: 26%; */
}

.colaborador-item-icon {
    height: 53px;

}

.card-text-content {
    position: absolute;
    margin-top: -12%;
}

.text-content {
    display: flex;
    justify-content: space-evenly;
}
.text-number {
    font-size: 3rem;
    line-height: 1;
    margin-right: 10px;
}

.input-text {
    height: 37px !important;
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    cursor: text !important;
    background-color: transparent !important;
    display: block;
    margin: 0;
    color: black;
    width: 100%;
}
.input-label {
    display: block;
    position: absolute;
    opacity: 0;
    color: #9b9b9b !important;
    bottom: 25px;
    font-size: 9.6px !important;
}
.input-text:placeholder-shown + .input-label {
    visibility: hidden;
    z-index: -1;
}
.input-text:not(:placeholder-shown) + .input-label,
.input-text:focus:not(:placeholder-shown) + .input-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}
 .input-text:focus{
    outline: none !important;
}

.input {
    margin-top: 50px;
}

.conditions-checkbox {
    width: 9px;
    height: 9px;
    margin-top: 3px;
    margin-left: 3px;
    border-radius: 50%;
    background-color: orange;


}

.conditions-checkbox-border {
    width: 18px;
    border-radius: 50%;
    height: 18px;
    border: solid 0.6px #dbdbdb;
    margin-right: 20px;
    margin-top: 3px;
}

.conditions {
    margin-top: 50px;
}


.colaborador-confirm {
    margin-top: 50px;
    border: 1px solid orange !important;
    height: 40px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 3.6px;
  box-shadow: 0 7px 22px -7px orange;
  background-color: orange !important;
}
.colaborador-confirm:hover {
    color: #ffffff !important; 
}
.input-select {
    height: 37px !important;
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    padding: 0 0 !important;
    cursor: text !important;
    background-color: transparent !important;
    display: block;
    margin: 0;
    -webkit-appearance: menulist-button;
    color: black;
    width: 100%;
}
.input-select:invalid {
    color: rgba(135, 135, 135,0.6) !important
}
.input-select option {
    color: black;
}


@media (max-width: 961px) {
    .w-screen {
        width: 99vw;
    }
    .carousel-inner-desktop .carousel-item > div {
        display: none;
    }
    .carousel-inner-desktop .carousel-item > div:first-child {
        display: block;
    }
    #main-carousel {
        display: block;
    }
    #recipeCarousel {
        display: none;
    }
}

.carousel-inner-desktop .carousel-item.active,
.carousel-inner-desktop .carousel-item-next,
.carousel-inner-desktop .carousel-item-prev {
    display: flex;
}

.carousel-control-prev, .carousel-control-next {
    width: unset !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }


/* display 3 */
@media (min-width: 961px) {
  
    #main-carousel {
        display: none;
    }
    #recipeCarousel {
        display: block;
    }
    .carousel-inner-desktop .carousel-item-right.active,
    .carousel-inner-desktop .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner-desktop .carousel-item-left.active, 
    .carousel-inner-desktop .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner-desktop .carousel-item-right,
.carousel-inner-desktop .carousel-item-left{ 
  transform: translateX(0);
}


