/*
This file contains custom css added to change the codazon theme.
It is included in app/design/frontend/Codazon/unlimited/default/Magento_Theme/layout/default_head_blocks.xml
*/

.dropdownCategory.wrapper li.parentCategory {
    padding-left: 0rem;
}

.dropdownCategory.wrapper li.childCategory.level-0,
.admin-sub-attribute {
    padding-left: 1.5rem;
}

.dropdownCategory.wrapper li.childCategory.level-1 {
    padding-left: 3rem;
}

.dropdownCategory.wrapper li.childCategory.level-2 {
    padding-left: 4rem;
}

.filter-options-title {
    margin-bottom: 1rem !important;
}


.checkbox-container {
    display: none;
}

/* PRODUCT BORDER */

.product-list-style-38 .product-item-info {
    border: 0px !important;
}

/* IFRAME */

iframe {
    border: 0px;
}

/* CONTENT */
.pagebuilder-column {
    padding: 20px;
}

.column.main>.pagebuilder-column-group {
    background-color: #EAF5F8;
}

.page-wrapper {
    background-color: white !important;
}

.cdz-main-content {
    display: none;
}

.page-header {
    margin-bottom: 2px !important;
}

.column.main>div:not(.pagebuilder-column-group) {
    max-width: 1280px;
}


/* START PAGE SLIDER */

.front-slider {
    margin: 10px;
}

.front-slider .owl-nav div {
    top: 87px;
    height: 50px;
    width: 30px;
    padding-top: 15px;
    border-radius: 15px;
}

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

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

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

.main-banner-text {
    margin-top: 50px;
}

.main-banner-text h1 {
    font-size: 260%;
    color: #374557;
    font-weight: bold;
}

.main-banner-text p {
    font-size: 120%;
    line-height: 160%;
    max-width: 450px;
}

.main-button-block a,
.product-find-btn {
    color: white !important;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 120%;
    border-radius: 15px;
    background-color: #02b6b1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-width: 300px;
    font-weight: bold;
}

.product-find-btn:hover,
.main-button-block a:hover {
    background-color: white;
    color: #02b6b1 !important;
    border: 1px solid #02b6b1 !important;
}

.main-banner-text a {
    color: #02b6b1 !important;
    font-weight: bold;
}

.create-account-link {
    display: inline-block;
    font-size: 120%;
    border: 1px solid #c9c7c7;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    margin-top: 10px;
}

.header-search .actions button.search:hover {
    background-color: #02b6b1;
}

#maincontent .button-links a {
    background-color: #02b6b1;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    color: white;
}


/* quick button tweaks */

.tocompare {
    display: none !important;
}

.button-hover-wrap .tocart {
    margin: 0px !important;
}

.quickshop-main .product-info-stock-sku {
    width: inherit !important;
}

@media only screen and (min-width: 768px) {
    .product-view-style-04 .product-info-main {
        display: inherit !important;
    }
}

.product-view-style-04 .product-info-main .box-tocart .field.qty {
    display: table-cell !important;
}

.product-view-style-04 .product-info-main .page-title-wrapper .page-title {
    text-transform: none !important;
}

.product-view-style-04 .product-info-main .price-box span.price::after {
    content: "inkl. Ust.";
    font-size: 14px;
    color: #666;
    font-weight: 200;
    margin-left: 0.5em;
}

/* shipping */

.cart-summary #block-shipping {
    display: none !important;
}

.table-checkout-shipping-method .col-price {
    padding-left: 3px !important;
}

#label_method_per_publisher_owsh1 {
    padding-left: 10px !important;
    padding-right: 0px !important;
}

/* hide remote shopping assisstance */
.form-edit-account .fieldset.info .choice:nth-of-type(5) {
    display: none;
}

/* product cover sharp border */
.owl-carousel .owl-item img {
    transform-style: inherit !important;
    -webkit-transform-style: inherit !important;
}

/* products grid widgets */
.products-grid {
    text-align: center;
}

/* general page setup */
.product-view-style-04 .columns .main div {
    margin: 0 auto;
}

/* about us */
.about-info-col p {
    font-size: 16px;
}

.about-info-col img {
    float: left;
    margin: 10px;
    width: 100px !important;
    height: 100px !important;
    position: relative;
    top: -10px;
}

.about-info-col strong {
    color: #02b6b1 !important;
}

/* hide additional info */
#tab-label-additional-title {
    display: none;
}

/* main page */
.button-hover-wrap {
    margin-top: 10px;
}


.role-teaser {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: 30px;
}

.role-teaser ul {
    padding-left: 20px;
}

.role-teaser h1 {
    padding-left: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #02b6b1;
}

.role-teaser .image-description li {
    list-style: none;
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 20px;
    padding-left: 30px;
    min-height: 30px;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px;
}

@media screen and (max-width: 1023px) {
    .role-teaser {
        flex-direction: column;
        align-items: center;
    }

    .role-teaser .image-description {
        max-width: 268px;
        margin-left: -20px;
    }

    .role-teaser .image-description li {
        font-size: 15px;
    }

    .role-teaser .image-description h1 {
        font-size: 20px;
        margin-top: 20px;
    }
}

/* mobile */

div[data-content-type=text] {
    padding: 0 0.7em;
}

.page-title-wrapper {
    padding: 0.7em;
}

.header-panel-left .nav-toggle {
    display: none !important;
}

.btn-lms i {
    content: url(https://cdn.eduactive.at/icons/check);
    width: 18px;
}

@media screen and (max-width: 767px) {
    .catalog-product-view .quickshop-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .catalog-product-view .quickshop-wrapper .quickshop-media {
        width: auto !important;
    }

    .catalog-product-view .quickshop-wrapper .quickshop-main {
        width: 100% !important;
    }

    .main-banner-text {
        margin-top: 10px;
        text-align: center;
    }

    .main-banner-text a,
    .main-banner-text p {
        margin: 0 auto;
    }

    .main-banner-text h1 {
        text-align: center !important;
    }

    .main-banner-row .lottieAnimation {
        padding-top: 0px !important;
    }

    .product-list-style-17 {
        width: 96vw;
    }

    .product-list-style-38 .product-item .product-item-actions {
        background-color: #02b6b1 !important;
    }
}

.lottieAnimation {
    animation: fadein 3s;
}

.lottieAnimation>svg {
    transform: unset !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* hide search term suggestions/recommendations */
.search.results .block {
    display: none !important;
}

.block-search {
    border-radius: 10px !important;
    border: 1px solid #ccc9c9 !important;
    box-shadow: none !important;
}

a.create-account-link {
    background-color: white;
    color: #02b6b1 !important;
    border: 1px solid #02b6b1;
    width: 90%;
    border-radius: 10px;
}

/* general border radius */
button,
a.primary,
a.secondary,
a.continue {
    border-radius: 10px !important;
    font-weight: 600;
}

.subtotal .label {
    font-size: 90% !important;
}

.actions-toolbar .towishlist {
    display: none !important;
}

.actions-toolbar.order-actions-toolbar > div.actions {
    display: flex;
    flex-direction: column;
}

/* brands */
.brand-container-all {
    margin: 0 auto;
}

.brand-container-all .block-title,
.brand-container-all .char-list,
.brand-container-all .toolbar-brands {
    display: none;
}

.brand-container-all .brand-list {
    justify-content: center;
}

.brand-container .brand-img-wrap .brand-image {
    border: 0px !important;
}

.brand-container .brand-img-wrap {
    border: 0px !important;
    padding: 0px !important;
    border-radius: 16px !important;
}

.brand-container+#product-list-container .toolbar:first-of-type {
    display: none;
}

.brand-desc,
.brand-desc p {
    font-size: 20px;
    margin-bottom: 20px;
}

.brand-content strong {
    color: #02b6b1;
    font-size: 18px;
}

.brand-content ul {
    padding-left: 1.5em;
    padding-top: 0.5em;
}

.brand-content li {
    list-style: none;
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 20px;
    padding-left: 30px;
    min-height: 30px;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}

.brand-content p {
    font-size: 16px;
}

.brand-container-all .brand-name+div {
    font-style: normal !important;
}

.brand-container {
    margin-top: 1.5em !important;
}

.brand-container,
.brand-container + #product-list-container {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .brand-container .row.thumb-desc-section {
        display: flex !important;
        flex-direction: column;
    }

    .brand-container .brand-img-wrap {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .brand-container .row.thumb-desc-section .col-xs-5 {
        width: 100%;
    }

    .brand-container .row.thumb-desc-section .col-xs-19 {
        width: 100%;
    }

    .brand-container .brand-content li {
        font-size: 14px;
    }
}

/* fotorama glitch hack */
div.fotorama__stage__frame {
    background-color: white;
}

/* usage terms */
.usage-terms ol {
    counter-reset: item;
}

.usage-terms li {
    display: block;
}

.usage-terms li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.usage-terms > ol > li > ol > li:before {
    content: "";
}

.usage-terms a,
.usage-terms a:visited {
    font-weight: bold;
    color: #02b6b1 !important;
}

.usage-terms>ol>li {
    font-weight: bold;
}

.usage-terms>ol>li>ol {
    margin-top: 1em;
}

/* checkout agreement */
.checkout-agreement{
    display: flex;
    align-items: center;
}

.checkout-agreement .action {
    text-transform: none !important;
    font-family: Poppins !important;
    text-align: left;
    width: 180px;
}

.checkout-agreement input {
    margin-bottom: 5px;
}

/* cart override */
.page-header .sticky-menu:not(.active) .features-links > li.cart-link {
    background-color: transparent !important;
}

.page-header .sticky-menu:not(.active) .features-links > li.cart-link:hover {
    background-color: #02b6b1 !important;
}

.bullets li {
    list-style: none;
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 1em;
    padding-left: 25px;
    font-weight: 600;
    font-weight: 500;
}

/* smart unterrichten */
.smart-unterrichten-bullet img {
    float: left;
    margin-right: 25px;
    width: 160px !important;
    height: 160px !important;
}

.smart-unterrichten-bullet strong {
    color: #02b6b1;
    font-size: 20px;
}

.smart-unterrichten-bullet strong:before {
    content: " ";
    height: 0.5em;
    display: block;
}

.smart-unterrichten-subject h3 {
    color: #02b6b1;
}

.smart-unterrichten-subject {
    border-radius: 30px;
    padding-top: 30px;
    margin: 30px;
}

.smart-unterrichten-subject:not(.empty) {
    background-color: #EDF6F6;
}

.smart-unterrichten-subject:not(.empty):hover {
    background-color: #daecec;
}

.smart-unterrichten-banner h1 {
    font-size: 40px;
}

.smart-unterrichten-subject img {
    max-height: 180px;
    width: inherit !important;
}

.smart-unterrichten-subject.main-subject img {
    max-height: 250px;
}

@media only screen and (max-width: 767px) {
    .product-find-btn {
        padding: 10px;
        font-family: Poppins;
    }

    .smart-unterrichten-bullet img {
        float: none;
        margin: 0 auto;
        display: block;
    }
}

/* demo page */

.demo-subject {
    border-radius: 30px;
    padding-top: 30px;
    margin: 30px;
    background-color: #EDF6F6;
}

.demo-subject a,
.demo-subject a:visited {
    color: #02b6b1 !important;
    font-weight: bold;
}

.demo-subject img {
    margin: 0 auto !important;
    display: flex;
}

.demo-subject img {
    object-fit: contain;
    width: 100%;
}

.columns a:hover {
    color: inherit !important;
}

/* product view */
.product-info-main .swatch-attribute-label,
.product-info-main .field.qty .label,
.product-info-main .overview .type {
    text-transform: none !important;
}

.product-view-style-04 .product-info-main .box-tocart .field.qty {
    border: 0px !important;
}

.product-info-main .product-info-stock-sku .attribute.sku {
    padding-top: 0.5em;
}

.product-media-wrapper .eduactive-demo-button {
    display: flex;
    justify-content: center;
    padding-top: 1.5em;
}

.product-media-wrapper .eduactive-demo-button a {
    font-size: 14px !important;
    width: auto;
}

.product-info-main .product.attribute.sku strong {
    font-weight: normal !important;
}

.product.attribute.overview strong.type {
    display: none;
}

.product-options-bottom {
    padding: 0px !important;
}

.action.primary,
.action.secondary,
a.primary,
a.secondary,
a.tertiary {
    font-family: Poppins !important;
}

button.cc-link {
    border-radius: 0px !important;
}

@media only screen and (max-width: 768px) {
    .mobile-center {
        margin: 0 auto;
    }
}

.cms-home #maincontent,
.cms-de-home #maincontent {
    padding-top: 0px !important;
}

/* primary button */


.primary-button {
    color: white !important;
    padding: 0.7em 1em;
    font-size: 18px;
    border-radius: 15px;
    background-color: #02b6b1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    max-width: 80vw;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid #02b6b1 !important;
}

a.primary-button:hover {
    background-color: white;
    border: 1px solid #02b6b1 !important;
}

a.primary-button:active {
    font-weight: 700;
    text-decoration: none;
}

.cms-home .columns,
.cms-de-home .columns {
    background: url(https://cdn.eduactive.at/icons/banner-bg-new.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    background-size: 2800px;
    background-repeat: no-repeat;
}

.page-wrapper {
    overflow-x: hidden !important;
}


/* CMS Buttons */

div:not(.smart-unterrichten-subject) > div[data-content-type="text"]:not(.main-button-block) p a {
    color: #05b6b1 !important;
}

a.pagebuilder-button-primary {
    color: white !important;
    background-color: #05b6b1 !important;
    border-radius: 10px;
    border: 1px solid #05b6b1 !important;
    font-size: 16px;
    font-family: Poppins !important;
    padding: 1em 2em;
}

a.pagebuilder-button-secondary {
    color: #05b6b1 !important;
    background-color: white !important;
    border-radius: 10px;
    border: 1px solid #05b6b1 !important;
    font-size: 16px;
    font-family: Poppins !important;
    padding: 1em 2em;
}

a.pagebuilder-button-primary:hover {
    color: #05b6b1 !important;
    background-color: white !important;
}

a.pagebuilder-button-secondary:hover {
    color: white !important;
    background-color: #05b6b1 !important;
}

a.pagebuilder-button-primary:active,
a.pagebuilder-button-secondary:active,
a.pagebuilder-button-primary:focus,
a.pagebuilder-button-secondary:focus {
    font-weight: bold;
}

div[data-content-type="button-item"] {
    padding: 0.5em;
}

.width-250 {
    max-width: 250px;
}

.width-300 {
    max-width: 300px;
}

.width-350 {
    max-width: 350px;
}

.width-400 {
    max-width: 400px;
}

.width-450 {
    max-width: 450px;
}

.pagebuilder-column-group {
    position: relative;
}

.badge-new:before {
    content: "Jetzt neu";
    position: absolute;
    left: 1em;
    top: 1em;
    background-color: #f7b233;
    color: white;
    z-index: 10;
    padding: 0.5em 2em;
    border-radius: 10px;
    font: 700 15px Poppins, Helvetica, Arial, sans-serif;
}
.col-bg {
    border-radius: 30px;
    padding-top: 30px;
    margin: 30px;
    background-color: #EDF6F6;
}
.col-bg h3 {
    color: #05b6b1;
    font-size: 24px;
}

#maincontent h1 {
    font-weight: bold;
}

.center {
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

.cms-page-view #maincontent {
    margin-top: 1.5em;
}

.smart-unterrichten-subject.emtpy {
    padding: 0em;
}
