@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/static/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/static/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/static/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{
    font-size: 14px !important;
}
body a {
    text-decoration: unset;
}

.header.content {
    padding-bottom: 10px !important;
}
.header.content .logo img {
    width: 150px !important;
    padding-left: 0 !important;
}

.navigation > .ninjamenus.ninjamenus-desktop{
    margin-left: -15px !important;
}

.navigation .mgz-fa-angle-down:before {
    content: "\f107";
}

.navigation .mgz-fa-angle-up:before {
    content: "\f106";
}

div#custom-input-div span.search-icon  {
    width: 20px;
}

main#maincontent {
    padding: 0;
}

.breadcrumbs {
    padding: 0 !important;
}


/* Príklad použitia pre inputy */
input[type="text"],

input[type="password"],

input[type="url"],

input[type="tel"],

input[type="search"],

input[type="number"],

input[type*="date"],

input[type="email"] {
    font-family: 'Roboto',
    Arial,
    sans-serif !important;
}

body {
    font-family: 'Roboto',
    Arial,
    sans-serif !important;
    font-size: 13px;
}

html ::marker {
    display: none !important;
    content: '';
}


.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 1140px !important;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

/*header*/
a.logo {
    margin-bottom: 10px;
    margin-top: 10px;
}


.minicart-wrapper.active .block-minicart
{
    width: 350px !important;
}

.minicart-wrapper.active strong.subtitle{
    display: none !important;
}
.minicart-wrapper.active .product-item-details .product-item-pricing
{
    text-align: left;
    padding-left: 15px;
}

.minicart-wrapper.active .product-item-details .product-item-pricing .minicart-price
{
    text-align: right;
}
.minicart-wrapper.active .product-item-details .product-item-pricing .minicart-price span.price {
    font-size: 20px !important;
    font-weight: 400 !important;
}


/*minicart */
.minicart-wrapper .block-minicart{
    width: 450px;
}

.minicart-wrapper.active .details-qty.qty input,

.minicart-wrapper.active .details-qty.qty button{
    border-radius: 20px;
}

.minicart-wrapper.active .minicart-items .product-item-details .product-item-name{
    font-weight: 400;
    margin: 0 0 10px;
    padding-left: 15px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.minicart-wrapper.active .minicart-items .product-item-name a{
    color:black !important;
}

.minicart-wrapper.active .block-minicart{
    border-radius: 20px;
    padding-bottom: 20px;
}
.minicart-wrapper.active div#minicart-widgets {
    display: none;
}

.minicart-items .product-item-details .details-qty{
    text-align: left;
}



@media (min-width: 769px) {

    header.page-header {
        /*max-width: 85%;*/
        margin: 0 auto;
        width: 85%;
        max-width: var(--container-max-width);
    }
    input#search {
        min-width: 370px;
    }
    .nav-sections-item-content > .navigation {
        display: block;
        max-width: 1140px;
    }

    .header.content {
        padding-top: 10px !important;
        max-width: 1140px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .minicart-wrapper {
        margin-left: 30px;
        margin-top: 14px;
        margin-right: 14px;
    }

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -11px;
    right: -10px;
    border-radius: 5px;
    background: #f15758;
}

a.login-icon {
    text-decoration: none;
}
svg#loginIcon {
    width: 26px;
}

svg#cartIcon {
    width: 35px;
}

.minicart-wrapper .action.showcart:before {
    color: transparent !important;

    content: '.';
    font-family: Arial;
    font-size: 0 !important;
    /*display: none;*/
}

.section-items.nav-sections-items,
.drilldown-root.ninjamenus1-drilldown-container,
nav.navigation {
    background: #f15758;
}
.drilldown-root.ninjamenus1-drilldown-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

a:visited,
.alink:visited {
    color: initial;
    text-decoration: none;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}


.block-search {
    width: auto !important;
    margin-top: 15px;
}
form#search_mini_form .nested {
    display: none !important;
}

.minisearch .label::before,
.minisearch .action.search::before{
    /*background-color: #b3b3b3;*/
}
input#search {
    border: 1px solid #b3b3b3;
    border-radius: 30px;
    background: transparent;
    padding: 5px 15px;
}
.field.search label.label {
    display: none;
}

.page-wrapper > .navigation-wrapper .navigation {
    padding: 5px 0;
}

/*header icons*/
/*.minicart-wrapper .action.showcart::before,
 .wishlist-dropdown > .action::before,
 .account-dropdown > .action::before {*/
/*    background-color: #b3b3b3 !important;*/
/*}*/

.navpro.navpro .li-item > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
}

.navigation-wrapper {
    background: #f15758;
}

ul#navpro-topnav{
    background: transparent !important;
}

.page-wrapper{
    background: #fff;
}

.header.content {
    background: #fff;
}

.ninjamenus .level0 > a > span.title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}


/*footer*/
.page-footer {
    margin-top: auto;
    background: #df5254;
}
.footer-top {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}
.footer-middle {
    font-size: 14px;
}

.footer-top .logo-footer img{
    width: 150px;
}

.footer-top + .footer-middle {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

.section.copywrite {
    background: #fff;
    padding: 15px 0;
    color:  #df5254;
}
.section.copywrite img{
    width: 100px;
    margin-left: 10px;
    vertical-align: sub;
}

.footer-top,
.footer-middle{
    background: none !important;
}

.footer-middle .col-md-4 div {
    padding: 0;
    margin-left: 0;
}
.footer-middle .custom_text span {
    color: white !important;
}
.footer-middle .custom_text a {
    color: white !important;
}

.footer-middle .cookie-widget a {
    color: #fff !important;
}

/*.footer-middle {*/
/*    padding-bottom: 20px;*/
/*}*/

.footer-bottom .social-link {
    margin: 0 10px;
}
.footer-bottom .social-link img {
    width: 30px;
    height: 30px;
}
.footer-middle a.social-link img {
    width: 30px;
    margin: 10px;
    margin-bottom: 25px;
}
.page-footer p.cookie-widget {
    margin-top: 0px;
    margin-bottom: 0px;
}


@media (max-width: 768px) {

    header.page-header {
        position: fixed;
        width: 100%;
        background-color: white;
        z-index: 1;
    }

    .breadcrumbs {
        margin-top: 70px;
    }


    .page-footer p.cookie-widget {
        margin: 6px;
    }

    .minicart-wrapper.active .block-minicart
    {
        width: 350px !important;
    }
    .minicart-wrapper .product .actions{
        float: right !important;
    }
}


/*minicart*/
#minicart-content-wrapper button#top-cart-btn-checkout {
    display: none;
}
#minicart-content-wrapper a.action.viewcart {
    background: transparent;
    color: #f15858 !important;
    border: 1px solid #f15858;
    border-radius: 35px;
    width: 100%;
    display: block;
    padding: 10px;
}

#minicart-content-wrapper a.action.viewcart:hover{
    background:#f15858;
    color: #fff !important;
}
#minicart-content-wrapper a.action.edit {
    display: none;
}
.page-header .custom-search-icon{
    display: none;
}

form#review-form {
    display: flex;
    flex-direction: column;
}

form#review-form div.field-recaptcha {
    order: 1;
}

form#review-form fieldset.fieldset.review-fieldset {
    order: 0;
}

form#review-form .actions-toolbar.review-form-actions {
    order: 2;
}

/*CUSTOMER PAGE*/
.account .sidebar-main li.nav.item.current {
    width: 100%;
}
.account .block-collapsible-nav .item {
    width: 100% !important;
}

.account .block-collapsible-nav .item .delimiter {
    display: none;
}

.account .box {
    min-height: 200px;
    border: 1px solid #0f1e2933;
    padding: 10px;
    position: relative;
}

.account .column.main  .box-title > span {
    font-size: 20px !important;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-weight:  bold !important;
}

.account div#block-collapsible-nav {
    background-color: transparent;
}

.account .column.main {
    border-left: 1px solid #d4cbcd;
}

.account a.action.edit {
    padding-right: 15px;
}

.account a.action{
    color: black;
    font-weight: bold
}

.newsletter-manage-index legend.legend {
    margin-left: 0px !important;
}

.newsletter-manage-index .fieldset > .field.choice:before,

.fieldset > .field.no-label:before {
    padding: 0 !important;
    display: none;
}

.newsletter-manage-index .actions-toolbar {
    margin-left: 0px !important;
}

.customer-account-login .actions-toolbar .primary {
    background-color: #df5154;
    border-radius: 20px !important;
    border-color: #df5154;
    color: white;
    margin-right: 0px !important;
}

.customer-account-login .actions-toolbar .primary:hover {
    background-color: white;
    border-radius: 20px !important;
    border-color: #df5154;
    color: #df5154;
    margin-right: 0px !important;
}

.customer-account-login .actions-toolbar .secondary a.action {
    margin-left: 20px;
    color: black;
}

.customer-account-forgotpassword .actions-toolbar .primary {
    background-color: #df5154;
    border-radius: 20px !important;
    border-color: #df5154;
    color: white;
    margin-right: 0px !important;
}

.customer-account-forgotpassword .actions-toolbar .primary:hover {
    background-color: white;
    border-radius: 20px !important;
    border-color: #df5154;
    color: #df5154;
    margin-right: 0px !important;
}

.mgz-text-.nav-item.menu-show-all-items{
    display: none;
}

.ninjamenus.ninjamenus-desktop .item-submenu {
    width: max-content;
    border-radius: 20px;
}

.minicart-items .product-item-name a {
    color: #df5254;
}

.form.form-edit-account button.action.save.primary,

.form.form-newsletter-manage button.action.save.primary,

.form-address-edit button.action.save.primary,

.form.create.account.form-create-account button.action.submit.primary{
    background: #f15758;
    border-radius: 25px;
    font-weight: 300;
    border-color: white;
    padding: 14px 35px;
}

.footer-middle .col-md-4 div p.desktop-footer {
    display: block !important;
}

.footer-middle .col-md-4 div p.mobile-footer{
    display: none !important;
    color: white;
}

.mp-blog-view {
    text-align: justify;
}

.mpblog-post-view .page-title-wrapper {
    display: none;
}
.mp-blog-view .mp-blog-rss {
    display: none;
}

/*amasty search box */
section.amsearch-description.product.details.product-item-details .price-label{
    display:none;
}

a.amsearch-link.product-item-link {
    min-height: 100px;
}

button.amsearch-button.-close.-clear.-icon {
    margin-top: 10px;
}

.amsearch-input-wrapper .amsearch-input {
    margin-top: 10px;
    border-radius: 15px;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
    margin-top: 15px;
}
.amsearch-products-section .product-item [data-role=priceBox] p,
.amsearch-products-section .product-item [data-role=priceBox] span {
    display: block;
}
.amsearch-products-section .amsearch-link {
    color: var(--amsearch-color-text,
    #000000);
}

.amsearch-products-section .amsearch-link:hover {
    color: var(--amsearch-color-text,
    #000000);
}

span.amsearch-highlight {
    color: #c44747;
    font-weight:bold;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    color: black;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
    color: #000000;
}
li.amsearch-item.product-item {
    padding-bottom: 0px;
    padding-top: 0px;
}




@media (min-width: 769px) and (max-width: 992px) {
    header.page-header {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-sections-item-content > .navigation {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-footer .row {
        padding-left: 10px;
        padding-right: 10px;
    }
}



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

    .customer-account-index header.page-header{
        z-index: 6;
    }

    .customer-account-login main#maincontent,
    .checkout-cart-index main#maincontent
    {
        margin-top: 70px;
    }

    .customer-account-index main#maincontent
    {
        margin-top: 90px !important;
    }

    .customer-account-index .page-title-wrapper {
        display: none;
    }

    .customer-account-index  .box-actions {
        position: relative;
    }

    .customer-account-index .block.block-dashboard-info {
        margin-top: 40px;
    }

    .customer-account-index .title.block-collapsible-nav-title {
        padding-left: 0;
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 100% !important;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: initial;
        padding-right: initial;
        width: auto;
    }

    a.logo{
        margin-top: 10px;
    }
    a.logo img{
        width: 100px;
    }

    .breadcrumbs::-webkit-scrollbar-track { background: transparent !important; }

    .account .column.main {
        border-left: none;
    }
    .account div#block-collapsible-nav {
        background-color: white;
    }

    body {
        font-size: 14px;
    }
    .breadcrumbs {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
    }

    .mgz-text-.nav-item.menu-show-all-items{
        display: block;
    }

    .page-header .custom-search-icon img {

        filter: brightness(5) saturate(0) invert(0) sepia(1%) saturate(320%) hue-rotate(126deg) brightness(104%) contrast(93%);
    }

    .page-header a.logo {
        /*margin-left: 12%;*/
        margin-left: 14%;
    }

    /*SEARCH*/
    .block-search .control{
        border: none;
    }
    .field.search {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    #search_mini_form input#search{
        background-color: white;
        margin: 0;
        font-size: 14px;
    }
    #search_mini_form input#search::placeholder{
        font-size: 14px;
    }
    .block-search input
    {   display: none;
        position: relative;
        background: white;
        border-radius: 0 !important;
        left: 0 !important;
    }

    .block-search .field.search label.label {
        display: none !important;
    }

    .search-autocomplete{
        top: 47px;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        right: -5px;
        min-width: 20px;
    }

    /*SEARCH PAGE*/

    .catalogsearch-result-index  .page-title-wrapper{
        text-align: center;
    }
    .pages .pages-items .item{
        font-size: 14px !important;
    }

    .ninjamenus-drilldown-back{
        position: relative;
    }
    .ninjamenus .drilldown-opener {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        font-weight: 100;
        left: -7px;
        bottom: 0;
        width: auto !important;
        height: auto !important;
        z-index: 999;
    }
    .ninjamenus .drilldown-opener:before{
        left: 19px;
    }
    .ninjamenus-current-link {
        line-height: 3rem;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 13px;
    }
    .ninjamenus.ninjamenus-mobile .nav-item > a {
        padding-top: 10px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .breadcrumbs .items {
        padding-bottom: 10px;
    }
    .breadcrumbs {
        margin-bottom: 5px;
    }

    .search.results dl.block {
        text-align: center;
        padding: 0 15px;
    }
    .footer-middle .col-md-4 div p.desktop-footer {
        display: none !important;
    }

    .footer-middle .col-md-4 div p.mobile-footer{
        display: block !important;
    }
    p.mobile-footer a {
        color: white;
    }

    .search-overlay-close {
        right: 20px !important;
    }
    .minicart-wrapper .block-minicart{
        z-index: 999999 !important;
    }

    .page-header span.action.nav-toggle.ninjamenus-top-triggered {
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: unset !important;
        top: 0 !important;
    }

    .page-header .custom-search-icon img {
        width: 20px;
        margin: 0;
    }

    .page-header .custom-search-icon {
        padding: 5px !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: 0px !important;
    }

    .page-header  .header.content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-header a.logo {
        margin: 0 auto;
    }

    .page-header .header.content .logo img {
        width: 130px !important;
    }

    .page-header .minicart-wrapper {
        margin: 0;
        bottom: 0;
        width: 77px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .page-header a.action.showcart {
        display: flex;
    }

    .page-header svg#loginIcon {
        width: 25px;
    }

    .page-header a.login-icon {
        display: flex;

        align-items: center;
        justify-content: center;
    }

    .page-header svg#cartIcon {
        width: 30px;
        padding-top: 5px;
    }

    .page-header a.action.showcart {
        display: flex;
    }


    .section-items.nav-sections-items,
    .drilldown-root.ninjamenus1-drilldown-container,
    nav.navigation {
        background: #fff;
        color: black;
    }

    .section-item-title.nav-sections-item-title[aria-controls="store.links"] {
        display: none;
    }

    .nav-sections-item-content {
        margin-top: 40px;
    }

    a.nav-sections-item-switch {
        color: #f15758 !important;
        font-size: 20px;
        z-index: 99999999;
        position: relative;
    }

    .ninjamenus.ninjamenus-mobile a {
        color: black !important;
    }

    .page-footer {
        text-align: center;
    }
}

/*FAQ*/
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #df5254 !important;
}

.mageprince-faq-collection .ui-accordion .ui-state-default:after {
    content:'\f078' !important;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    color: #333333 !important;
    right: 5px !important;
    padding-left: 1em !important;
}

.page-main>.page-title-wrapper h1.page-title {
    font-size: 28px !important;
    color: #df5254 !important;
    margin-bottom: 1em !important;
}

.faq-content .mageprince-faq-collection .faq-content .ui-accordion-header:hover {
    background-color: white !important;
    color: #df5254 !important;
}

.mageprince-faq-collection .faq-accordion .ui-widget-content {
    border: 1px solid #df5254 !important;
    border-radius: 5px !important;
    background: white !important;
    color: #333333 !important;
}

.mageprince-faq-collection .ui-accordion .ui-accordion-content {
    padding: 1rem 2rem !important;
}

h3.ui-accordion-header::before{
    content: '';
    position: absolute !important;
    background: url('/media/icons/FAQA male.svg') no-repeat;
    background-size: contain !important;
    width: 20px !important;
    height: 20px !important;
    left: -30px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default{
    border: 1px solid #df5254 !important;
    border-radius: 5px !important;
    background: white !important;
}



button#product-addtocart-button,
.action.primary,
.action-primary {
    font-family: 'Roboto', Arial, sans-serif !important;
}

a.action.continue {
    font-family: 'Roboto', Arial, sans-serif !important;
}
