/* FONTS */

/* Romie - Medium */
@font-face {
    font-family: 'Romie';
    src: local(''), url('./fonts/custom/romie-medium-webfont.woff2') format('woff2'), url('./fonts/custom/romie-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Romie - Black */
@font-face {
    font-family: 'Romie';
    src: local(''), url('./fonts/custom/romie-black-webfont.woff2') format('woff2'), url('./fonts/custom/romie-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal; 
}

/* lora-regular - latin-ext_latin */

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('./fonts/custom/lora-v26-latin-ext_latin-regular.woff2') format('woff2'), url('./fonts/custom/lora-v26-latin-ext_latin-regular.woff') format('woff')
}


/* lora-700 - latin-ext_latin */

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('./fonts/custom/lora-v26-latin-ext_latin-700.woff2') format('woff2'), url('./fonts/custom/lora-v26-latin-ext_latin-700.woff') format('woff')
}

/* lora-italic - latin-ext_latin */

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('./fonts/custom/lora-v26-latin-ext_latin-italic.woff2') format('woff2'), url('./fonts/custom/lora-v26-latin-ext_latin-italic.woff') format('woff')
}

/* lora-700italic - latin-ext_latin */

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: local(''), url('./fonts/custom/lora-v26-latin-ext_latin-700italic.woff2') format('woff2'), url('./fonts/custom/lora-v26-latin-ext_latin-700italic.woff') format('woff')
}

/* STYLING */


/* BREADCRUMBS */

.breadcrumbs {
    height: 180px;
    background-color: #ffffff;
    background-image: url('/media/wysiwyg/codazon/custom/planets_top_right.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.breadcrumbs .item::before {
    font-family: 'Romie';
    content: '<';
    font-size: 37px;
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs .item::after {
    display: none !important;
}

.breadcrumbs .item {
    font-size: 27px;
}

.breadcrumbs .items {
    margin-top: 100px !important;
}

.breadcrumbs .item strong {
    color: #E42613;
}

@media only screen and (max-width: 1023px) {
    .breadcrumbs {
        display: none;
    }
}


/* MAIN CONTENT */

#maincontent {
    padding-top: 0px;
    padding-bottom: 0px;
}

#maincontent {
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(192, 225, 222, 1) 100%);*/
    background: #ffffff;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
}
.block-row-red {
    background-color: #E42613;
    box-shadow: 0 0 0 100vmax #E42613;
    clip-path: inset(0 -100vmax);
}

.block-row-red h1 {
    color: white !important;
}

#maincontent .column.main {
    background-color: #ffffff;
    padding-right: 30px;
    padding-bottom: 20px;
    margin-top: 1.5em;
}



.owl-item button,
.primary button,
.primary a,
button.primary,
a.primary,
a.filter-clear {
    border-radius: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'Romie' !important;
}

.product-reviews-summary,
.box-tocart .qty {
    display: none !important;
}

/* SEARCH RESULTS SIDEBAR */

.sidebar .block-content,
.sidebar .block-title,
.sidebar .block:not(.account-nav)>.empty {
    background-color: transparent !important;
}

.cdz-checkbox-wrap .mk {
    border-radius: 8px;
    border: 0px;
    margin-top: 4px;
}

.cdz-checkbox-wrap [type="checkbox"]:checked+span {
    background: #E42613 !important;
}

.filter-options-content label {
    font-size: 18px;
}

.block.filter .filter-options .filter-options-item .filter-options-title::before {
    content: url('/media/wysiwyg/codazon/custom/arrow_small.svg') !important;
}

@media only screen and (min-width: 768px) {
    .filter-options-content-outer {
        border: 0px !important;
    }
}

.filter-options-item.rating {
    display: none !important;
}

.content-toggle {
    border-radius: 20px !important;
    font-weight: 400;
}

.content-toggle span {
    text-transform: lowercase !important;
}

/* HEADER */

.header-search {
    float: right;
    margin-left: 3em;
}

.header-search button.search {
    background: none !important;
    border: 0px !important;
    right: 5px !important;
}

/* search box */

#search_mini_form .control {
  height: 60px;
}

.block.block-search:has(#search:focus) {
  outline: 3px solid #e52713 !important;
  outline-offset: 2px;
  border-radius: 2px;
  box-shadow: 0 0 3px 1px rgba(242, 148, 146, 0.2) !important;
}

#search:focus {
  border-width: 0px !important;
  outline: 0px solid #e52713 !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
    .header-panel-row {
        min-height: 80px !important;
        align-items: start !important;
        margin: 0px !important;
    }

    .page-header .logo img {
        height: 100% !important;
        max-height: 200px !important;
    }

    .page-header .logo {
        margin: 0px;
        min-height: 80px !important;
    }

    .page-header .header-middle .header-panel-container {
        padding: 0px !important;
        width: 100% !important;
    }

    .page-header .header-middle {
        margin: 0px !important;
    }

    .header-search div.search-form {
        width: inherit !important;
        display: inline-block;
    }

    .block-search {
        border-radius: 60px !important;
        height: 60px !important;
    }

    .block-search .action.search::before {
        font-size: 40px !important;
    }

    .page-header .header-search {
        padding: 0px !important;
        float: right;
        margin-right: 20px !important;
    }

    .page-header .header-search .actions .search {
        height: 60px !important;
        width: 60px !important;
        top: 0px !important;
    }

    .page-header .features-links {
        display: inline-block !important;
        vertical-align: top;
    }

    .page-header .features-links>li {
        margin-right: 20px !important;
    }

    .header-top-links {
        display: flex !important;
        border-bottom: 2px solid #e52713;
        justify-content: flex-end;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .header-top-links ul {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header-top-links li {
        padding: 0;
        margin: 0;
    }

    .page-header .header-middle .header-top-links a,
    .page-header .header-middle .header-top-links a:active,
    .page-header .header-middle .header-top-links a:focus {
        color: #000000 !important;
        font-size: 25px;
        margin-left: 1.8em;
    }

    .filter-title {
        display: none !important;
    }
}

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

    .page-header .header-middle .header-top-links a,
    .page-header .header-middle .header-top-links a:active,
    .page-header .header-middle .header-top-links a:focus {
        font-size: 17px;
    }

    .header-panel-right-inner {
        margin-top: 3.2em !important;
    }
}

@media only screen and (max-width: 1023px) {
    .header-top-links {
        display: none !important;
    }
    #product-dropdown {
        display: none;
    }
    .header-panel-right-inner {
        margin-top: 0.5em !important;
    }
}

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

    .header-panel-right-inner .header-search .search-toggle {
        display: none !important;
    }

    .header-panel-right-inner .header-search.input-opened .search-toggle {
        display: inherit !important;
        position: absolute;
        z-index: 20;
        left: -12px;
        top: 14px;
    }

    .header-panel-right-inner .header-search.input-opened .search-toggle::before {
        color: grey !important;
    }

    .header-panel-right-inner .search-form {
        top: 0px !important;
    }

    .header-panel-right-inner .search-form .actions {
        top: 20px !important;
    }

    .header-search .minisearch .action.search::before {
        color: #E42613 !important;
    }

    .header-panel-right-inner .control {
        padding-left: 30px !important;
    }

    .header-panel-right-inner #search {
        border-radius: 20px;
        background-color: #ffffff;
        box-shadow: none;
        border: 0px !important;
        font-size: 15px !important;
        width: 80%;
        max-width: 100%;
    }

    .header-panel-right-inner #search::placeholder {
        text-transform: none !important;
    }

    .header-panel-left .action.nav-toggle,
    #mb-bottom-toolbar .group-switch,
    #mb-bottom-toolbar .mb-toolbar-content {
        display: none !important;
    }
}

.header-panel-right-inner {
    margin-top: 6em;
    margin-right: 2em !important;
}

.header-panel-left {
    padding: 0px !important;
}

.header-panel-right {
    padding: 0px !important;
}

.search-form a.advanced {
    display: none !important;
}

#search {
    font-size: 18px !important;
    margin-top: 13px !important;
    max-width: 180px;
    margin-left: 20px;
    margin-right: 60px;
}

#search::placeholder {
    color: #8a8a8a !important;
}

.features-links li.authorization-link,
.features-links li.cart-link {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 13px;
}

.features-links .account-trigger {
    display: block;
}

.sticky-menu.active {
    display: none !important;
}

.filter-title strong {
    border-radius: 20px !important;
}

#layered-filter-block.active .block-content.filter-content {
    background: white !important;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
}


/* Brands */

.brand-inner .toolbar {
    display: none;
}

.brand-item-inner .count {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 80% !important;
    background-color: transparent !important;
}


@media only screen and (min-width: 1280px) {
    .page-products .brand-list {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}

.brand-container .brand-desc,
.brand-container .brand-content {
    margin: 10px;
    margin-bottom: 20px;
}

.brand-container .brand-desc,
.brand-container .brand-desc p {
    font-size: 18px !important;
    font-weight: 200;
    font-style: italic;
}

.brand-container .brand-content,
.brand-container .brand-content p {
    font-size: 18px !important;
    font-weight: 200;
}

.brand-slider-wrapper {
    margin-bottom: 3em;
}

.brand-slider-wrapper img,
.brand-list .brand-img {
    border-radius: 2em !important;
}
.zoom-eff:hover, .owl-carousel .owl-lazy.zoom-eff:hover {
    transform: none !important;
}

/* ITEMS */

.product-hovered-section {
    opacity: 1 !important;
}

.product-item-name-teachkit {
    font-weight: 700 !important;
    padding: 8px !important;
    color: black !important;
    height: 60px;
    overflow: hidden;
    text-transform: none !important;
}

.product-item-description-teachkit {
    padding: 8px !important;
    text-align: left !important;
    color: black !important;
    height: 100px;
    height: 60px !important;
    overflow: hidden;
}

.product-hovered-section .price {
    padding: 8px !important;
    color: black !important;
    font-weight: 700 !important;
}

.product-hovered-section .price-wrapper {
    margin-top:8px;
    float: left;
}

.grid-teachkit {
    padding: 5px;
}

.grid-teachkit .product-hovered-section {
    position: relative !important;
    bottom: inherit !important;
    height: 85px;
    top: 0px;
    opacity: 0;
}

.grid-teachkit .product-item-name-teachkit {
    top: 0px !important;
    font-size: 13px;
}

.grid-teachkit .product-item-description-teachkit {
    font-size: 12px;
    max-height: 40px;
}

.product-item-info {
    padding: 0px !important;
}

.product-item-info:hover {
    background-color: #E42613 !important;
}

.product-item-info:hover .product-item-name-teachkit,
.product-item-info:hover .product-item-description-teachkit,
.product-item-info:hover .price,
.product-item-info:hover .price-wrapper:after {
    color: white !important;
}

.product-item-link {
    display: block;
}

.product-hovered-section {
    position: inherit !important;
    background: inherit !important;
}

.product-image-photo-teachkit {
    width: 100%;
}

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

    .product-item-name-teachkit,
    .product-item-description-teachkit {
        font-size: 90%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1899px) {
    .product-item-name-teachkit {
        top: 0px;
    }

    .product-hovered-section {
        margin-top: 20px;
    }
}

.product-list-style-10 .small-col::after,
.product-list-style-10 .small-col .product-item {
    border: 0px !important;
}

/* TOOLBAR */

.toolbar {
    font-weight: 400;
}

.toolbar select {
    border: 1px solid #E42613;
    border-radius: 10px;
    font-weight: 400;
}

.toolbar .modes {
    display: none;
}

.toolbar-products:last-of-type {
    margin-top: 50px;
}

.toolbar-products:last-of-type a.page {
    border: 1px solid #E42613 !important
}

.toolbar .pages a.page {
    font-size: 14px !important;
}


/* MAIN CONTENT */

.main p span,
.main p {
    font-weight: 200 !important;
}


.main p strong {
    font-weight: 700 !important;
}

.main a {
    color: #E42613 !important;
    font-weight: 400 !important;
}

.main a:hover {
    color: #E42613 !important;
}

.page-title {
    margin-top: 30px;
    font-size: 300% !important;
    font-weight: 400 !important;
}

.main h2 {
    font-size: 200% !important;
    font-weight: 400 !important;
}

.main {
    padding: 20px;
}

.main a strong,
.main strong a,
.teachkit-main strong a {
    border: 1px solid #E42613;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px;
    color: #E42613;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}

.main a strong:hover,
.teachkit-main strong a:hover {
    color: white !important;
    border: 1px solid #E42613;
    background-color: #E42613;
}



/* FAQs */

.faq-teachkit h2 {
    font-weight: 700;
    padding-left: 80px;
    display: block;
    position: relative;
    margin-top: 50px;
}

.faq-teachkit h2:before {
    content: '';
    height: 80px;
    width: 80px;
    background-image: url('/media/wysiwyg/codazon/custom/arrow_small.svg') !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: -10px;
}

.faq-teachkit p {
    font-weight: 200 !important;
    font-size: 20px !important;
    margin-left: 133px !important;
}

.faq-teachkit ul li span {
    font-weight: 200 !important;
    font-size: 16px;
}

.faq-teachkit ul {
    margin-top: 15px !important;
    margin-left: 105px;
    margin-bottom: 15px !important;
}

@media only screen and (max-width: 1023px) {
    .faq-teachkit h2 {
        padding-left: 0px;
    }

    .faq-teachkit h2:before {
        top: -10px;
        left: -65px;
        height: 60px;
        width: 60px;
    }

    .faq-teachkit p {
        margin-left: 50px !important;
    }

    .faq-teachkit ul {
        margin-left: 25px;
    }
}



/* CONTACT FORM */

.teachkit-contact-form form {
    margin: 20px;
    margin-top: 0px;
    padding: 20px;
    background-color: #ffffff;
}

.legend-contact-form-teachkit {
    height: 40px;
    font-weight: 700;
}

.teachkit-contact-form input {
    background-color: white !important;
    border-radius: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.teachkit-contact-form textarea {
    background-color: white !important;
    border-radius: 15px !important;
    min-height: 200px;
}

.teachkit-contact-form select {
    background-color: white !important;
    border-radius: 30px !important;
    padding-right: 20px !important;
    outline: none !important;
}

.teachkit-contact-form .primary {
    float: right;
}

.teachkit-contact-form button.primary {
    background-color: transparent;
    text-transform: none;
    color: #E42613;
    font-family: 'Romie';
}

.teachkit-contact-form button.primary:hover {
    background-color: #E42613;
    color: white;
}

.teachkit-contact-form input::placeholder,
.teachkit-contact-form textarea::placeholder {
    opacity: 1;
    color: grey;
}

.cdz-contact label.required {
  color: #E42613;
}


/* FOOTER */

.footer-logo a {
    display: block;
}

.footer-box a {
    font-weight: 400 !important;
}

.footer-box {
    margin-left: 40px;
}

.oebv-flap {
    width: 100px;
    height: 140px;
    float: right;
    margin-right: 85px;
    background-image: url('/media/wysiwyg/codazon/custom/oebv_coop.png');
    background-size: 100% 100%;
    margin-top: 15px;
}

.klett-flap {
    width: 140px;
    height: 70px;
    float: right;
    margin-right: 2em;
    background-image: url('/media/wysiwyg/codazon/custom/klett_coop.gif');
    background-size: 100% 100%;
    margin-top: 60px;
}


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

    .oebv-flap,
    .klett-flap {
        margin: 0 auto;
        float: none;
        text-align: right;
    }

    .oebv-flap {
        margin-top: 2em;
    }

    .klett-flap {
        margin-bottom: 5em;
    }
}


.page-footer {
    padding-bottom: 0px !important;
    margin-top: 5em;
}

a:hover {
    color: #e42613 !important;
}

a::after {
    background-color: #e42613 !important;
}

.page-footer li {
    white-space: nowrap;
    font-size: 15px !important;
}

/* iframe */

#lmsIFrame::-webkit-scrollbar {
    width: 0 !important;
}

#lmsIFrame {
    border: 0px;
    overflow: hidden;
    -ms-overflow-style: none;
    min-height: 1000px;
}

.lmsIFrame.loader {
    display: none;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #E42613;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    overflow: auto;
    margin: auto;
}

#loaderContainer {
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* custom burger menu */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-header .logo img {
        max-height: 80px !important;
    }

    .col-sm-5.header-panel-left {
        position: absolute;
        left: 7%;
    }

    .col-sm-19.header-panel-right {
        width: 100%;
    }

    .custom-burger-menu {
        top: 0px;
        left: 100px;
        position: absolute;
    }
    .custom-burger-menu .menu-icon::before {
        color:  #E42613 !important;
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .col-sm-19.header-panel-right {
        position: absolute;
        top: 10px;
    }

    .custom-burger-menu ul.menu a {
        color: #000000;
    }

    .custom-burger-menu .menu-icon {
        cursor: pointer;
    }
}

@media only screen and (max-width: 768px) {
    .custom-burger-menu div.menu-icon::before {
        background-color: #ffffff;
        color: #E42613;
        padding-top: 19px
    }
    .vimeo-background.play-img>div {
        height: 56vw !important;
    }

    .custom-burger-menu {
        position: absolute;
        top: -127px !important;
        left: -6px;
    }
}

@media only screen and (min-width: 1024px) {
    .custom-burger-menu {
        display: none;
    }
}

.custom-burger-menu .menu-icon::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #ffffff;
    content: '\e609';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-left: 13px;
    padding-top: 12px;
}

.custom-burger-menu .menu {
    display: none;
    z-index: 10;
    position: absolute;
    width: 300px;
    background: white;
    list-style-type: none;
    top: 40px;
    width: 200px;
    background-color: white;
    box-shadow: 2px 2px 2px rgb(187 187 187 / 30%);
    padding: 20px;
}

.action.nav-toggle {
    display: none;
}

.main-banner .pagebuilder-poster-overlay blockquote {
    color: #E42613;
    margin: 0px;
    font-size: 180%;
    font-style: initial;
    font-weight: 200;
    font-family: 'Romie';
}

.main-banner .pagebuilder-poster-overlay .widget {
    position: relative;
}

.teachkit-banner-bubble {
    position: absolute;
    right: 50px;
    background-color: white;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    text-align: center;
    color: #E42613;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1300px) {
    .teachkit-banner-bubble {
        transform: scale(0.8) translateY(-70%);
        right: -0px;
    }
}

.pagebuilder-poster-content div:nth-of-type(1) {
    overflow: visible !important;
}

.teachkit-banner-bubble a {
    margin-top: 10px;
    font-size: 90% !important;
    text-transform: inherit !important;
    font-family: 'Romie' !important;
}

.teachkit-banner-bubble-text {
    font-size: 100%;
}

.teachkit-pricing-cols {
    display: flex;
    justify-content: center;
}

.teachkit-pricing h1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.teachkit-pricing .pricing-icon {
    width: 300px;
    height: 250px;
    flex: 0 0 auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 110px;
    color: #E42613;
    font-size: 36px;
    background-size: 100% 100%;
    background-image: url('/media/wysiwyg/codazon/custom/planets_pricing_normal.png');
}

.teachkit-pricing-col-right .pricing-icon {
    background-image: url('/media/wysiwyg/codazon/custom/planets_pricing_special.png');
}

.teachkit-pricing-col-mid .pricing-icon {
    background-image: url('/media/wysiwyg/codazon/custom/planets_pricing_modules.png');
}


.teachkit-pricing-col {
    text-align: center;
    background-color: #ec625a;
    border-radius:0 0 70px 0;
    border: 2px solid #ec625a;
    margin: 1em;
    height: 94%;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1023px) {
    .teachkit-pricing-cols {
        flex-direction: column;
        align-items: center;
    }
}

.teachkit-pricing .pricing-heading {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    padding: 15px;
}

.teachkit-pricing .pricing-text {
    font-weight: 200;
    color: #ffffff;
    font-size: 16px;
    margin: auto 40px;
}

.teachkit-pricing-col button {
    border-radius: 30px;
    text-transform: none;
    font-size: 18px;
    font-family: 'Romie';
    background-color: #ec625a ;
    color: white;
    border: 2px solid #fffa;
    margin: 2em;
    padding: 1em 2em;
}

.teachkit-pricing-col:hover>button {
    background-color: white;
    color: #ec625a;
    border-color: #ffffff;
}

.teachkit-pricing-cols a {
    max-width: 500px;
}

@media only screen and (max-width: 530px) {
    .teachkit-pricing .pricing-icon {
        width: 300px;
        height: 273px;
        padding-top: 110px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 390px) {
    .teachkit-pricing .pricing-icon {
        width: 200px;
        height: 180px;
        padding-top: 75px;
        font-size: 25px;
    }
}

/* about */

.teachkit-about {
    max-width: 1000px;
    margin: 0 auto;
}

.teachkit-about p {
    font-size: 18px;
}

.teachkit-about img {
    margin: 10px;
    float: left;
    padding-right: 40px;
    margin-bottom: 280px;
}

@media only screen and (max-width: 1023px) {
    .teachkit-about img {
        display: none;
    }
}

/* general */

a.primary {
    background-color: white !important;
    text-transform: none !important;
}

a.primary:hover {
    background-color: #E42613 !important;
    color: white !important;
}

.modal-content a {
    color: #E42613 !important;
    font-weight: 400;
}

.modal-footer button {
    border-radius: 20px;
    text-transform: none;
}


.main h1 {
    font-size: 300%;
    font-weight: 200;
}

.block-title a.action {
    border-radius: 20px !important;
    color: white !important;
    text-transform: none !important;
}

.page-main.page-main-details {
    display: none !important;
    /* hide additional & review */
}

/* CART */

.cart-container .cart-totals .grand .amount strong {
  color: black !important;
}

/* CHECKOUT */

#shopping-cart-table .qty,
#block-shipping,
#block-shipping-heading,
.towishlist,
.action-towishlist,
.minicart-items-wrapper .cdz-qty-box {
    display: none !important;
}

.cart button.action,
.cart .action.continue {
    border-radius: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.checkout-agreement .action-show span {
    text-transform: none;
}

#checkout-payment-method-load div.payment-method .unzerUI.primary {
    display: none;
}

.unzerUI,
.checkout-agreements span {
    font-family: 'Romie' !important;
}

.payment-method .action,
.modal-footer .action {
    border-radius: 20px;
    font-family: 'Romie' !important;
    text-transform: none;
}

.checkout-agreement.choice.required {
    display: block !important;
}

.checkout-agreement input[type="checkbox"]:checked {
    background: #E42613 !important;
    border: 1px solid #E42613 !important;
}

.page-title-wrapper .action.print {
    margin-right: 20px;
}

.page-title-wrapper h1.page-title {
    text-transform: none !important;
}

.page-title-wrapper h2 {
    font-size: 30px !important;
}

.checkout-billing-address .actions-toolbar .action-cancel {
    color: #E42613 !important;
    margin-top: 0px !important;
}

.item.product .action.edit,
.cart .item .action-edit {
  display: none !important;
}

/* MY ACCOUNT */
.columns .sidebar .block.block-compare,
.columns .sidebar .block.block-reorder {
    display: none;
}

.columns .sidebar #account-nav {
    background: transparent !important;
}

.columns .sidebar #account-nav .item:nth-of-type(4),
.columns .sidebar #account-nav .item:nth-of-type(11),
.columns .sidebar #account-nav .item:nth-of-type(10),
.columns .sidebar #account-nav .item:nth-of-type(13){
    display: none;
}

#my-orders-table .shipping,
#my-orders-table .action.order {
    display: none !important;
}

.columns .sidebar #account-nav .item a {
    font-size: 120%;
}

.cdz-sidebar .account-info-summary .info-summary-bottom .secondary {
  background-color: inherit !important;
  border: 1px solid #f9d3cf;
  border-radius: 5px;
}

.cdz-sidebar .account-info-summary .info-summary-bottom .secondary .create-account-question {
  color: black;
}

.cdz-sidebar .account-info-summary .info-summary-bottom .secondary:hover {
  background-color: #E42613 !important;
  border-radius: 5px;
  color: white !important;
  font-weight: bold !important;
}

.cdz-sidebar .account-info-summary .info-summary-bottom .secondary:hover span {
  color: white !important;
  font-weight: bold !important;
}

/* ORDER VIEW */
.order-actions-toolbar .action.order span,
.order-actions-toolbar .action.print span {
    display: none;
}


/* LOGIN SIDEBAR */

#utilities-main .nav.item a {
    text-transform: none !important;
    font-size: 14px !important;
}

#assistance_allowed_checkbox,
#assistance_allowed_checkbox+label,
#assistance_allowed_checkbox+label+input+.field-tooltip {
    display: none !important;
}

/* START PAGE SLIDER */
.front-slider {
    margin: 10px;
}

.front-slider .owl-nav div {
    position: absolute;
    top: 40%;
    height: 50px;
    width: 20px;
    padding-top: 14px;
}

.front-products .owl-nav div {
    top: 23%;
}

.front-slider .owl-prev {
    left: -25px;
}

.front-slider .owl-prev.disabled,
.front-slider .owl-next.disabled {
    display: none !important;
}

.front-slider .owl-next {
    right: -30px;
}


.pagebuilder-slide-wrapper h1 {
    color: #e42613;
}

.pagebuilder-slide-wrapper a {
    background-color: white;
    border: 1px solid #e42613;
    padding: 0.8em 2em;
    border-radius: 3em;
}

.pagebuilder-slide-wrapper a:hover {
    color: white !important;
    background-color: #e42613;
}







/* PRODUCT MAIN */

.fotorama__stage__frame .fotorama__img {
    width: 720px !important;
}

@media only screen and (min-width: 1024px) {
    .fotorama__stage {
        height: 500px !important;
    }

    .gallery-placeholder {
        height: 500px !important;
    }
}

.fotorama__arr.fotorama__arr--prev:focus:after, .fotorama__arr.fotorama__arr--next:focus:after, .fotorama__stage__shaft.fotorama__grab:focus:after {
  box-shadow: none !important;
  border: 3px solid #e52713 !important;
}

.fotorama__arr.fotorama__arr--prev:focus, .fotorama__arr.fotorama__arr--next:focus, .fotorama__stage__shaft.fotorama__grab:focus {
  outline: 0px !important;
}

.gallery-placeholder__image {
    display: none !important;
}

.teachkit-product-main h2 {
    font-weight: 700;
    margin-left: 50px;
}

.teachkit-product-main {
    margin: 0 auto;
}

.teachkit-product-details div {
    font-family: 'Romie' !important;
}

@media only screen and (min-width: 1024px) {
    .teachkit-product-main {
        max-width: 800px;
    }
}

.teachkit-product-type {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 130px;
    font-size: 16px;
}

.product-info-main {
    float: none !important;
    margin: 0 auto;
}

.row.main-inner+.product-info-main {
    max-width: 800px;
    padding-left: 130px;
    width: inherit !important;
}

@media only screen and (max-width: 1023px) {
    .row.main-inner+.product-info-main  {
        padding-left: 20px;
    }
}

.product-info-main .brand-link {
    width: 140px !important;
    border: 0px !important;
}

.product-info-main .brand-link .label {
    margin-top: 5px;
    text-align: center;
}

/* author brands slider */

.brand-link.abs-img:focus img {
   border: 5px solid white !important;
   border-radius: 2em !important;
   box-shadow: none !important;
}

.brank-link.abs-img:focus {
    background-color: transparent !important;
}
.brank-link.abs-img:focus img {
   border: 3px solid red !important;
   border-radius: 2em !important;
   box-shadow: none !important;
}


.product-info-price {
    display: flex;
    align-items: start;
    align-content: center;
    flex-wrap: wrap;
}

.product-info-price .product-brand-info {
    padding-right: 40px !important;
    padding-bottom: 20px !important;
}

.product-info-stock-sku {
    display: none !important;
}

.product.info.detailed {
    display: none;
}

.product-view-style-03 .product-info-main .box-tocart .actions button {
    width: 300px !important;
}

.teachkit-product-additional-info {
    width: 800px;
    max-width: 100%;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin: 0 auto;
}

.teachkit-product-additional-row {
    display: flex;
    margin: 10px;
    margin-top: 20px !important;
}

.teachkit-product-additional-info .teachkit-product-title {
    font-weight: 700 !important;
    width: 25%;
    font-size: 18px;
    line-height: 25px;
}

.teachkit-product-additional-info .teachkit-product-value {
    width: 75%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200 !important;
}

.teachkit-product-additional-info .teachkit-product-value p,
.teachkit-product-additional-info .teachkit-product-value li,
.teachkit-product-additional-info .teachkit-product-value li span {
    font-size: 18px !important;
    font-weight: 200 !important;
}

.teachkit-product-additional-info .teachkit-product-value ul {
    margin-bottom: 0px;
}

.teachkit-product-description li span {
    font-weight: 200 !important;
}

@media only screen and (max-width: 767px) {
    .teachkit-product-additional-row {
        display: inherit;
    }

    .teachkit-product-additional-info .teachkit-product-title,
    .teachkit-product-additional-info .teachkit-product-value {
        width: 100%;
    }
}

/* cleverreach */

.cleverreach-info-register {
    margin-left: 24px;
    margin-top: 5px;
    font-size: 80%;
}

.cleverreach-info-popup {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.cleverreach-info {
    font-size: 12px;
}

.cdz-newsletter-modal.modal-popup .popup-content {
    padding: 0px 40px !important;
    padding-top: 40px !important;
}

.vimeo-background.play-img>div::after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
    content: '';
    height: 100px;
    width: 100px;
}

.vimeo-background {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.vimeo-background iframe {
    height: 500px;
    width: 100%
}

.vimeo-background.play-img > div {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* quote slider */
.quotes-slider strong span,
.quotes-slider p strong {
    font-family: 'Romie' !important;
    font-weight: 600 !important;
    color: #E42613;
    font-size: 16px !important;
    line-height: 24px !important;
    font-style: normal;
}

.quotes-slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 0px !important;
    max-width: 800px;
    margin: 0 auto;
}

.quotes-slider a {
    font-weight: 600 !important;
}

.quotes-slider p {
    font-style: italic;
    margin-top: 1em;
    padding-left: 4rem;
    padding-right: 4rem;
}

@media only screen and (max-width: 768px) {
    .quotes-slider p {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.quotes-slider .slick-dots li button {
    border: 1px solid #E42613 !important;
}

.quotes-slider .slick-dots li.slick-active button {
    background-color: #E42613 !important;
}

/* kostenlos pricing */
.product-info-main .price-wrapper[data-price-amount="0"] .price {
    display: none;
}

.product-info-main .price-wrapper[data-price-amount="0"]:after {
    content: "kostenlos";
    font-size: 24px;
    font-weight: bold;
    color: #727171;
}

.button-hover-wrap .price-wrapper[data-price-amount="0"] .price {
    display: none;
}

.button-hover-wrap .price-wrapper[data-price-amount="0"]:after {
    content: "kostenlos";
    font-size: 16px;
    font-weight: bold;
    color: black;
    display: block;
    text-align: left;
    padding-left: 8px;
}

#product-list-container dl.block, div.breadcrumbs {
    display: none;
}

.create-account-link {
    display: block;
}

.block-authentication .block[class] + .block::before {
    display: none !important;
}

/* mobile font sizes */

@media only screen and (max-width: 767px) {
    .page-footer .footer-box p.h5 {
       text-transform: uppercase !important;
    }
}

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

    h1,
    h1 span {
        font-size: 28px !important;
    }

    h2,
    h2 span,
    .main h2 {
        font-size: 24px !important;
    }

    .main p span,
    .main p {

        font-size: 18px !important;
    }

    ul>li,
    ol>li {

        font-size: 18px !important;
    }
}

.cdz-flbar .fl-btn {
    text-transform: none !important;
    font-size: 14px !important;
    font-family: Romie !important;
}


@media only screen and (max-width: 767px) {
    .product-item .product-item-name .product-item-link, .product-item .product-item-link, .product-item .product.name a {
        text-transform: none !important;
    }
}

button, .cart-container .form-cart .action.continue, a.action.secondary {
    font-family: Romie !important;
}

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

    #block-new-customer-heading {
      margin-top: 1.5em !important;
      display: block;
    }
    
    #login-form .actions-toolbar {
      display: flex;
      flex-direction: column;
      justify-content: center !important;
    }
    
    #login-form .actions-toolbar .secondary {
      text-align: center;
      margin-bottom: 1em;
    }
  }
  
  /* BANNER */

.pagebuilder-slider .pagebuilder-slide-wrapper {
    min-height: 415px !important;
}

.pagebuilder-slider .slick-prev {
    left: 0px;
    width: 40px;
    z-index: 99 !important;
}

.pagebuilder-slider .slick-next {
    right: 0px;
    width: 40px;
    z-index: 99 !important;
}

.pagebuilder-slider h1 {
    font-size: 46px !important;
    font-weight: bold;
    margin-bottom: 0px !important;
    color: #e42613;
}

.pagebuilder-slider h2 {
    font-size: 46px !important;
    color: #e42613;
}

.pagebuilder-slider p {
    margin-top: 2em;
    font-size: 20px !important;
    color: #e42613;
}

.pagebuilder-slider a {
    background-color: #e42613 !important;
    color: white !important;
    padding: 0.8em 2em;
    border-radius: 2em;
    font-size: 18px;
}

.pagebuilder-slider a:hover {
    color: white !important;
}

.pagebuilder-slider .pagebuilder-poster-overlay {
    align-items: start !important;
    margin-left: 3em !important;
}

.slick-disabled {
    display: none !important;
}

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

    .pagebuilder-slide-wrapper .pagebuilder-overlay {
        margin: 0px !important;
        padding: 0px !important;
    }

    .pagebuilder-slider h1,
    .pagebuilder-slider h2 {
        font-size: 26px !important;
    }

    .pagebuilder-slider p {
        font-size: 16px !important;
    }

    .pagebuilder-slider .pagebuilder-slide-wrapper {
        min-height: 300px !important;
    }

    .pagebuilder-slider .pagebuilder-poster-overlay {
        align-items: center !important;
    }

    .pagebuilder-slider .slick-prev {
        left: -36px;
        transform: scale(0.5);
        top: 120px;
    }

    .pagebuilder-slider .slick-next {
        right: -36px;
        transform: scale(0.5);
        top: 120px;
    }

    .pagebuilder-slider a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .cdz-newsletter-modal.modal-popup .block.newsletter .newsletter input {
        font-size: 11px !important;
    }
}

.checkout-success .order-number strong {
    padding: 0.5em 1em !important;
}

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

    .page-header .header-panel-left {
        display: inherit !important;
    }

    .header-panel-left {
        flex: 17 !important;
    }


    .header-panel-right {
        flex: 83 !important;
    }

    .logo img.main-logo {
        object-fit: contain;
        object-position: center top;
      }
}

/* keyboard focus */

:focus {
  outline: 3px solid #e52713 !important;
  outline-offset: 2px;
  border-radius: 2px;
  box-shadow: 0 0 3px 1px rgba(242, 148, 146, 0.2) !important;
}

button:focus {
  color: #fff !important;
  border-color: transparent !important;
  background: #e52713 !important;
}

button:focus:before {
  color: #fff !important;
}

a:focus {
  background-color: rgba(242, 148, 146, 0.2);
}
