.modal-overlay {
    opacity: 0 !important;
    z-index: 0 !important;
}

BODY .editor-styles-wrapper H1.b2b-product-slider-page-header {
    font-size: 46px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 60px;
}

.b2b-product-slider-page-subline {
    margin-top: 0;
    margin-bottom: 130px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #888;
}

.b2b-product-slider-container {
    position: relative;
}

.b2b-product-slider {
    padding-bottom: 40px;
    margin-bottom: 60px;
    overflow-x: hidden;
}

.b2b-product-slider .direction-icon {
    position: absolute;
    height: 100%;
    right: -45px;
    margin-top: 18%;
    cursor: pointer;
    z-index: 1;
}

.b2b-product-slider .direction-icon i.right-icon {
    font-size: 55px;
    height: 55px;
    padding-top: 0;
    margin-top: -30px;
    color: #fe5a06;
    background-color: #fe59092e;
    border-radius: 50px;
}

.b2b-product-slider .direction-icon i.right-icon:hover {
    background-color: #fe590959;
}

.b2b-product-slider-container .b2b-slider-modal-BG-layer {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}

.b2b-product-slider-container .slider-header h3 {
    margin: 0;
    padding: 20px 20px 25px 10px;
    font-size: 26px;
}

.b2b-product-slider-container .slider-header h3 .header-help-text {
    display: inline-block;
    height: 35px;
    margin-left: 6px;
}

.b2b-product-slider-container .slider-header h3 .header-help-text span:nth-child(1) {
    display: none;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(127 127 127);
    vertical-align: middle;
    cursor: pointer;
}

.b2b-product-slider-container .slider-header h3 .header-help-text span:nth-child(2) {
    text-align: right;
    cursor: pointer;
}

.b2b-product-slider-container .slider-header h3 .header-help-text span:nth-child(2) i {
    margin-left: -10px;
    vertical-align: middle;
    font-size: 28px;
    color: rgb(127 127 127);
}

.b2b-product-slider.horizonal-scroll-wrapper {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.b2b-product-slider.horizonal-scroll-wrapper .product-card {
    flex: 0 0 auto;
    padding-left: 0;
}

.b2b-product-slider .card .card-image .product-image {
    height: 160px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.b2b-product-slider .mega .card .card-content,
.b2b-product-slider.last-fixed-product-card .card .card-content {
    padding: 14px;
    min-height: 110px;
}

.b2b-product-slider .card .card-content .modal .modal-content .modal-content-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.abo-product-slider .b2b-product-slider-container .product-card.mega .card .card-content {
    height: 250px;
    background-color: #dce6e6;
}

.abo-product-slider .b2b-product-slider-container .product-card.mega .card .card-content .card-title {
    margin: 16px 0 6px 7px;
    font-family: system-ui, Helvetica, Arial, FreeSans, sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.b2b-product-slider .card .card-content .card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.b2b-product-slider .card .card-content .b2b-more {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    color: #898989;
    font-weight: 300;
}

.b2b-product-slider .card .card-content .b2b-more .b2b-arrow-right {
    vertical-align: baseline;
    transition: left 4s;
}

.b2b-product-slider .card .modal {
    width: 40%;
    min-height: 90%;
}

.b2b-product-slider .modal .modal-content {
    padding: 0;
}

.b2b-product-slider .card .modal .modal-content .modal-body {
    position: relative;
}

.b2b-product-slider .card .modal .modal-content .modal-content-image .material-icons.close,
.b2b-product-slider .card .modal .modal-content .modal-content-video .material-icons.close {
    position: absolute;
    right: 0;
    margin: 20px;
    color: white;
    background-color: black;
    border-radius: 20px;
    width: 24px;
    padding: 3px;
    font-size: 18px;
    cursor: pointer;
}

.b2b-product-slider .card .modal .modal-content .modal-content-video .material-icons.close {
    display: none;
    z-index: 2;
    top: 0;
}

.b2b-product-slider .card .modal .modal-content .modal-content-image i.play-circle-outlined {
    position: absolute;
    font-size: 46px;
    top: 25%;
    color: #fff;
    left: calc(50% + 12.5px);
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    cursor: pointer;
}

.b2b-product-slider .card .modal .modal-content .modal-content-video video {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.b2b-product-slider .card .modal .modal-content .header {
    position: relative;
    top: -40px;
    min-height: 100px;
    padding: 25px 16px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background-color: white;
}

.b2b-product-slider .card .modal .modal-content .header .micro-data {
    margin-top: 20px;
}

.b2b-product-slider .card .modal .modal-content .header h3 {
    margin-top: 5px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0;
}

.b2b-product-slider .card .modal .modal-content .header p {
    margin-top: 10px;
    font-size: 16px;
    color: grey;
}

.b2b-product-slider .card .modal .modal-content .header ul {
    margin: 0;
}

.b2b-product-slider .card .modal .modal-content .header ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #454545;
}


.b2b-product-slider .card .modal .modal-content .body {
    margin-top: 14px;
}

.b2b-product-slider .card .modal .modal-content .body .metadata .format,
.b2b-product-slider .card .modal .modal-content .body .metadata .teacher,
.b2b-product-slider .card .modal .modal-content .body .metadata .target,
.b2b-product-slider .card .modal .modal-content .body .lecture-table {
    margin-top: 40px;
}

.b2b-product-slider .card .modal .modal-content .body .title {
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fe5909;
}

.b2b-product-slider .card .modal .modal-content .body p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table {
    margin-bottom: 35px;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table caption {
    text-align: left;
    margin-left: 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #7f7a9b;
    letter-spacing: 2px;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table tbody {
    border-bottom: 1px solid #efefef;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table tbody thead {
    font-size: 18px;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table thead tr th {
    padding: 10px 5px;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table tbody tr td {
    font-size: 14px;
    padding: 8px 5px;
    width: 90%;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table thead tr th:nth-child(1) {
    color: #4d5868;
    letter-spacing: 0.25px;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table thead tr th:nth-child(2) {
    color: #798699;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table tbody tr td:nth-child(1) {
    color: #566375;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table tbody tr td:nth-child(2) {
    color: #9eaaba;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table thead tr th {
    width: 90%;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table thead tr th i.tooltipped {
    font-size: 16px;
    vertical-align: sub;
    cursor: pointer;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table thead tr th i {
    font-size: 20px;
    vertical-align: sub;
}

.b2b-product-slider .card .modal .modal-content .body .lecture-table table tbody tr td i {
    font-size: 18px;
    vertical-align: sub;
}

.b2b-product-slider .card .modal .modal-footer {
    background-color: white;
    height: auto;
}

.b2b-product-slider .card .modal .modal-footer a.modal-close.btn-flat {
    color: #fe5909;
}

.b2b-product-slider .card .modal .modal-footer a.btn-trial-access {
    height: 50px;
    margin: 0;
    padding: 14px;
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    border-color: transparent;
    border-radius: 99px;
    transition: all .2s ease;
    background-color: #fe5909;
    color: white;
    text-transform: uppercase;
}

.b2b-product-slider .product-card.last-ordered-card {
    display: none;
}

/*
* Tiny version
*/
.abo-product-slider .b2b-product-slider-page-header {
    font-size: 40px;
    font-weight: 700;
}

.abo-product-slider .b2b-product-slider-container .slider-header h3 {
    font-size: 30px;
    font-weight: 400;
}

.abo-product-slider .b2b-product-slider-container .slider-header .b2b-product-show-more span:nth-child(1) {
    color: #fe5909;
    letter-spacing: 1px;
}

.abo-product-slider .b2b-product-slider-container .product-card .card {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 1px;
    transition: outline-color 0.2s;
    margin-top: 1px;
    margin-bottom: 40px;
}

.abo-product-slider .b2b-product-slider-container .product-card .card .card-image {
    height: 150px;
}

.abo-product-slider .b2b-product-slider-container .product-card .card .modal-content-video video {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.abo-product-slider .b2b-product-slider-container .product-card .card .card-image i.play-circle-outlined {
    position: absolute;
    font-size: 46px;
    top: 30%;
    color: #fff;
    left: 50%;
    transform: translate(50%, 12.5px);
    -webkit-transform: translate(-25%, 12.5px);
    cursor: pointer;
    z-index: 1;
}

.b2b-product-slider .tiny .card {
    height: 350px;
    background-color: transparent;
}

.b2b-product-slider .tiny .card .card-content {
    padding: 26px 0 0 0;
    min-height: 110px;
}

.b2b-product-slider .tiny .card .card-content .card-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: Assistant,Helvetica,sans-serif;
}

.b2b-product-slider .tiny .card .card-content .card-title a {
    color: black;
}

.b2b-product-slider .tiny .card .card-content .card-title a:hover {
    color: #fe5909;
}

.abo-product-slider .b2b-product-slider-container .product-card .card .card-content .b2b-more {
    bottom: 30px;
    left: 22px;
    font-size: 16px;
}

.b2b-product-slider .tiny .card .card-image .slider-badge {
    position: absolute;
    border-radius: 6px;
    margin: 10px;
    padding: 5px 6px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(145deg,#ff7e3c 0,#ff0202 100%);
    z-index: 1;
}

.b2b-product-slider .tiny .card .card-image img {
    border-radius: 10px;
    filter: brightness(.9);
}

.b2b-product-slider .product-card .card .tiny.course-info {
    color: #111;
}

.b2b-product-slider .product-card .card .tiny.course-info .description {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
}

.b2b-product-slider .product-card .card .tiny.course-info .gratislektion-button {
    position: absolute;
    bottom: -6px;
    font-size: 16px;
    font-weight: 300;
}

.b2b-product-slider .product-card .card .tiny.course-info .gratislektion-button i {
    transition: .6s;
    color: #fe5909;
    margin-bottom: 1px;
}

.b2b-product-slider .product-card .card .tiny.course-info .gratislektion-button a {
    font-size: 16px;
    font-weight: 600;
    color: #fe5909;
}

.b2b-product-slider .product-card .card .tiny.course-info .gratislektion-button a:hover {
    color: #ff9562;
}

.b2b-product-slider .product-card .card .tiny.course-info .metadata {
    font-size: 14px;
}

.b2b-product-slider .product-card .card .tiny.course-info .metadata span {
    margin-bottom: 5px;
}

.b2b-product-slider .product-card .card .tiny.card-label {
    font-size: 12px;
    color: #888;
    margin-left: 7px;
}


.b2b-product-slider .course-rating .info-rating-wrapper {
    position: absolute;
    width: 115px;
    float: left;
}

.b2b-product-slider .course-rating .number-comments-wrapper {
    width: auto;
    float: left;
    margin-top: 8px;
    margin-left: 100px;
    font-size: 12px;
}

.b2b-product-slider .course-rating .info-rating {
    display: block;
    text-align: center;
    color: #709999;
    font-family: "Material Icons";
    font-size: 24px;
    overflow: hidden;
    position: relative;
    height: 1em;
    width: 80%;
    line-height: 1;
    margin-top: 7px;
}

.b2b-product-slider .course-rating .info-rating::before {
    content: '\e83a\e83a\e83a\e83a\e83a';
    font-size: 18px;
    color: #dbdbdb;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 1;
}

.b2b-product-slider .course-rating .info-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.b2b-product-slider .course-rating .info-rating span:before {
    content: '\e838\e838\e838\e838\e838';
    font-size: 18px;
    top: 0;
    position: absolute;
    left: 0;
}

/*
* End tiny version
 */
@media all and (min-width: 960px) and (max-width: 1024px) {
    .b2b-product-slider .direction-icon {
        margin-top: 25%;
    }
}

@media all and (max-width: 1024px) {
    .b2b-product-slider .card .modal {
        width: 70%;
    }
}

@media all and (max-width: 960px) {
    .b2b-product-slider .card .modal {
        width: 80%;
    }
    .b2b-product-slider .direction-icon {
        display: none;
    }
}

@media all and (max-width: 992px) {
    .b2b-product-slider.last-fixed-product-card {
        display: none;
    }

    .b2b-product-slider .product-card.last-ordered-card {
        display: flex;
    }
}

@media all and (max-width: 720px) {
    .b2b-product-slider .card .modal {
        width: 90%;
    }
}

@media all and (max-width: 600px) {
    .b2b-product-slider .card .modal .modal-content .modal-content-image i.play-circle-outlined {
        left: calc(50% + 16px);
        font-size: 42px;
    }

    .b2b-product-slider-container .slider-header h3 {
        font-size: 26px;
    }

    .b2b-product-slider-container .slider-header h3 .header-help-text span:nth-child(1) {
        display: inline-block;
        margin-left: 0;
    }
}