@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #101820;
    letter-spacing: 0.5px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
.action.primary,
.action-primary
{
    font-family: 'Roboto', sans-serif!important;
}
/* Header */
.page-header .panel.wrapper {
    background-color: #101820!important;
}
@media (min-width: 768px), print {

    div#switcher-language {
        margin-right: 15px;
    }
    ul.header.links.custom {
        border-left: 1px solid #efefef;
    }

}
.header.panel > .header.links > li,
.page-header .panel.wrapper .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a,
div#switcher-currency-trigger,
div#switcher-language-trigger
{
    font-size:13px!important;
}
.page-header .panel.wrapper .switcher strong {
    font-weight:500!important;
}
.minicart-wrapper {
    margin-left:20px!important;
}
@media only screen and (max-width: 767px) {
    .page-wrapper .header-contact-details{
        display: none;
    }
    div#switcher-language {
        margin-left: 15px;
    }
    .page-header .panel.wrapper {
        text-align:right;
    }
    ul.header.links.custom {
        padding-left: 0!important;
    }
    .block-search .label {
        margin-right:10px;
    }

    ul.header.links.custom .header.links {
        padding-left:0;
        width: 32px!important;
        margin-right: 10px;
    }

}
.mst-searchautocomplete__autocomplete {
    border-top: 2px solid #f0b323;
}
@media only screen and (max-width:1024px) {
    .page-wrapper .header-welcome-message {
        display: none;

    }
    .header-contact-details {
        width:49%!important;
    }
}
.header-welcome-message,
.header-contact-details {
    width:35%;
    font-size:13px!important;
    display:inline-block;
    color:#fff!important;
    font-weight: 500;
}
.header-contact-details a {
    color:#fff!important;
    text-decoration:none;
}
.header-welcome-message {
    text-align:center;
}
.header-contact-details span.header-img {
    margin-right: 5px;
    vertical-align: text-top;
}
span.header-contact-details-link {
    margin-right:10px;
}
.panel.header .switcher {
    display: inline-block!important;
}
.page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
}
#switcher-language strong.view-en:before,
.switcher-dropdown .view-en.switcher-option a:before
{
    background: url(../images/flags/en.jpg);
    background-repeat: no-repeat, repeat;
    display:inline-block;
    width: 20px;
    height: 14px;
    content:'';
    margin-right:5px;
    vertical-align: text-bottom;
}

#switcher-language strong.view-pl:before,
.switcher-dropdown .view-pl.switcher-option a:before
{
    background: url(../images/flags/pl.jpg);
    background-repeat: no-repeat, repeat;
    display:inline-block;
    width: 20px;
    height: 14px;
    content:'';
    margin-right:5px;
    vertical-align: text-bottom;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
    vertical-align:middle!important;
}
li.authorization-link.loggedout, li.authorization-link.loggedin {
    display: none;
}
li.customer-welcome.loggedin  li.authorization-link.loggedin {
    display:block!important;
}
.header.content .header.links.custom, .header.content .link.wishlist {
    float: right;
    align-items: center;
    list-style:none;
    margin-top:15px;
}
.header.links.custom  span.customer-image:before {
    background: url(../images/konto.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 20px;
    height: 19px;
    content: '';
    margin-right: 20px;
    vertical-align: text-bottom;
}
.header.links.custom .customer-name, .minicart-wrapper .action.showcart {
    line-height:32px;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    background: url(../images/koszyk.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 22px;
    height: 19px;
    content: '';
    vertical-align: text-bottom;
}
.minicart-wrapper .action.showcart .counter.qty {
    display:inline-block!important;
    background:#f0b323;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size:11px!important;
    top: -15px;
    left: 15px;
}
.minicart-wrapper .action.showcart {
    position: relative;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow:none;
}
.header.panel > .header.links {
    display:none!important;
}
.header.content .link.wishlist  span.wishlist-image:before {
    background: url(../images/ulubione.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 23px;
    height: 19px;
    content: '';
    vertical-align: text-bottom;
    margin-top:6px;
}
.header.content .header.links.custom li{
    list-style:none;
    margin-bottom:0;
}

form.minisearch input#search {
    background: #efefef;
    border: none!important;
    box-shadow: none!important;
    font-size: 14px;
    -webkit-border-radius: 10px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
}

form.minisearch input#search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #efefef;

}
form.minisearch input#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #efefef;

}
form.minisearch input#search::-ms-input-placeholder { /* Microsoft Edge */
    color: #efefef;
}
.block-search .action.search:before, .block-search .label:before {
    background: url(../images/szukajka.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 23px;
    height: 19px;
    content: ''!important;
    vertical-align: text-bottom;
    margin-top:5px;
}
form.minisearch .action.search {
    border-radius: 0!important;
    background: #fff!important;
    opacity: 1!important;
    height: 32px!important;
    width: 40px!important;
    right: 0;
    cursor:pointer;
}
.block-search .label {
    cursor:pointer;
}
ul.header.links.custom {
    padding-left: 15px;
}


/* header end */

h1.page-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 35px;
}
.breadcrumbs .items,  .breadcrumbs a {
    color: #cecece!important;
    text-decoration:none!important;
}
.breadcrumbs a:hover {
    color:#f0b323!important;
}
/* menu mobile */
@media (min-width: 1025px) {
    .nav-sections-item-content > .navigation {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex !important;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        align-items: center;
        width:100%!important;
    }
    .block-search, .header.content .header.links.custom, .header.content .link.wishlist, .minicart-wrapper {
        margin-top:35px;
    }
    .navigation, .nav-sections {
        background: #ffffff!important;
    }
    .navigation {
        font-weight: 500!important;
    }
    .nav-sections {
        margin-top:-20px;
        border-bottom: 2px solid #efefef;
    }
    .navigation .level0 > .level-top {
        color:#101820!important;

    }
    .navigation .level0 > .level-top:hover {
        color: #f0b323!important;
    }
    .navigation .level0.active > .level-top, .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #f0b323!important;
    }

}
@media (min-width:1200px) {
    .nav-sections {
        margin-top:-50px;
    }
    .block-search, .header.content .header.links.custom, .header.content .link.wishlist, .minicart-wrapper {
        margin-top:25px;
    }
}
@media only screen and (max-width: 1024px) {
    .page-header {
        margin-bottom:15px!important;
    }
    .nav-sections-item-title {
        padding-top: 20px!important;
        width: 100%!important;
        font-weight: 500!important;
        font-size: 18px!important;
    }
    .nav-sections-item-content {
        padding: 0px 0 20px 0!important;
    }
    .customer-welcome {
        display: inline-block;
        position: relative;
    }
    .header.content .header.links.custom {
        margin-top:15px!important;
        margin-bottom:0;
    }
    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #ffffff;
        border: 1px solid #bbbbbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
        min-width: 175px;
        z-index: 1000;
    }
    .customer-welcome ul:before {
        right: 10px;
        top: -12px;
        border: 6px solid;
        border-color: transparent transparent #ffffff transparent;
        z-index: 99;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
    .customer-welcome ul:after {
        right: 9px;
        top: -14px;
        border: 7px solid;
        border-color: transparent transparent #bbbbbb transparent;
        z-index: 98;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
    .customer-welcome li a {
        color: #333333;
        text-decoration: none!important;
        display: block;
        line-height: 1.4;
        padding: 8px;
    }
    .customer-welcome ul li:hover {
        background: #e8e8e8;
        cursor: pointer;
    }
    .customer-welcome .customer-name {
        cursor: pointer;
    }
    .customer-welcome.active ul {
        display: block;
    }
    .customer-name, .customer-welcome + .authorization-link {
        display: block!important;
    }
    .page-header {
        border-bottom: 1px solid #cccccc!important;
    }
    .minicart-wrapper {
        margin-right:15px;
        margin-left: 15px!important;
    }
    .navigation .parent .level-top:after,
    .nav-sections .switcher-trigger strong:after
    {
        font-size: 1.6rem!important;
        right: 10px!important;
        top: 7px!important;
    }
    .ui-menu-item.all-category {
        display: block!important;
        text-align: center;
        background: #fff;
        display: block;
        box-sizing: border-box;
        padding: 0px 0px;
        border: 1px solid#d1d1d1;
        margin: 10px auto;
        max-width: 100%;
        cursor:pointer;
        font-size: 13px;
    }
    .ui-menu-item.all-category a {
        border:none!important;
    }
}
.navigation .level0 > .level-top, .nav-sections .header.links a, .nav-sections .switcher .label,  .nav-sections .switcher {
    font-weight: 500!important;
}
.navigation .level0, .nav-sections .header.links li, .nav-sections .switcher .label,  .nav-sections .switcher,
.navigation .level0 > .level-top
{
    font-size: 14px!important;
    text-transform:initial!important;
}
.nav-sections .switcher-trigger strong, .nav-sections .switcher-option,
.navigation .level0 > .level1
{
    font-size:13px!important;
    font-weight:normal!important;
    text-transform: initial!important;
}
.navigation, .nav-sections {
    background:#fff!important;
}
.nav-sections-item-title {
    background: #101820!important;
    border:  #101820!important;
}
.nav-sections-item-title.active {
    background:transparent!important;
}
.nav-sections-item-title a{
    color:#fff;
}
.nav-sections-item-title.active a, .navigation a, .navigation a:hover, .nav-sections .header.links a, .nav-sections .switcher a{
    color:#101820!important;
}
.navigation a:hover, .nav-sections .header.links a:hover, .nav-sections .switcher a:hover {
    color: #f0b323!important;
}
.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #101820;
    border-color: #f0b323!important;
}


@media (min-width:768px) and (max-width:1024px) {
    .header.content .link.wishlist
    {
        margin-top:15px;
    }
}
/* menu mobile end*/

/* footer */
.page-footer {
    background: #101820!important;
}

.footer.content  a {
    color:#fff!important;
    text-decoration:none!important;
}
.footer.content a:hover {
    color: #f0b323!important;
}
.footer-icons {
    display:inline-block;
    margin-right:10px;
    max-width: 20px;
    width:20px;
    vertical-align:middle;
}
.footer.content span.text-right {
    display: inline-block;
    vertical-align: middle;
}
.footer.content p, .footer.content .foot_h3 {
    color:#fff;
}
.footer.content .foot_h3 {
    font-weight:500;
    font-size:15px;
    margin-bottom: 20px;
}

.footer-custom-columns-6 {
    vertical-align:top;
    display:inline-block;
    width: 45%;
    align-self: stretch;
    padding-right:10px;
}
.footer-custom-columns-6 li{
    margin-bottom:10px!important;
}
.footer.content ul {
    padding-right:0!important;
}

@media (min-width:992px) {
    .footer.content .width-20 {
        width:25%!important;
        padding-right:10px;
    }
    .footer.content .width-40 {
        width:37.5%!important;
    }

    .footer_address {
        margin-top:20px;
    }
}
@media (min-width:481px) and (max-width:991px) {
    .footer.content .width-20,
    .footer.content .width-40
    {
        width:100%!important;
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer_logo, .footer_address {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .footer.content .pagebuilder-column-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-custom-columns-6 {
        margin-top:30px;
        width:49%;
        padding-right:0;
    }
}
@media (max-width:480px) {

    .footer-custom-columns-6 {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%;
        width:100%;
        margin-top:30px;
    }
    .footer_address {
        margin-top:20px;
    }
}

/*footer end*/
/* slider */
.slide-arrow-left:before {
    background: url(../images/slide-lewo.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    content: '';
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slide-arrow-right:before {
    background: url(../images/slide-prawo.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    content: '';

}
/*slider end*/


/* others */
@media (min-width:1025px) {
    .logo_mobile,
    .logo.mob
    {
        display:none!important
    }
}

@media (max-width:1024px) {
    .logo_desktop,
    .logo.desk
    {
        display:none!important;

    }
    .logo {
        margin: 0 0 10px 40px!important;
        margin-bottom: 5px!important;
        margin-top: 0px!important;
    }
    .minicart-wrapper ,
    .block-search {
        margin-top: 15px;
    }
    .navigation .level0 > .level1 {
        font-weight:normal!important;
    }
    .header.content {
        padding:5px 15px 0 15px!important;
    }
}
.checkout-index-index .logo_mobile {
    display:none!important;
}
.checkout-index-index .table-totals .totals.charge {
    display: none;
}
.checkout-index-index .logo_desktop {
    display:block!important;
}
.checkout-index-index  .page-header {
    border-bottom:none!important;
}
#totop {
    border: 1px solid #d7d7d7;
    height: 35px;
    position: fixed;
    right: 5px;
    width: 35px;
    z-index: 999;
    bottom: 0;
    background-color: #ffffff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 5px;
    display: none;
    border-radius: 5px;
}
#totop  .slide-arrow-top {
    font-style: normal;
}
#totop .slide-arrow-top:before {
    content: '\e622';
    font-family: 'luma-icons';
    color:#f0b323;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block.newsletter .field .control:before {
    content:'';
}
.block.newsletter {
    background: #efefef;
    max-width: 100%!important;
    width: 100%!important;
    margin-bottom:0!important;

}
.block.newsletter input {
    padding:0 15px!important;
}
.block.newsletter .action.subscribe {
    text-transform:uppercase;
    font-weight:normal!important;
    font-family: 'Roboto Condensed', sans-serif;
}
.block.newsletter .title {
    display:block!important;
    color:#000!important;
    font-size:20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 0!important;
}
.block.newsletter .form.subscribe > .field, .block.newsletter .form.subscribe > .actions {
    float:none!important;
    max-width: 100%;
}
.block.newsletter .form.subscribe > .field {
    margin-right:15px;
}
.block.newsletter  #newsletter {
    box-shadow:none!important;
}
.block.newsletter .row_cust {
    max-width: 1280px;
    padding: 20px 20px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}
.block.newsletter .row_cust .col-4 {
    width:40%;
    align-self: center;
    text-align:right;
}
.block.newsletter .row_cust .col-8 {
    width:50%;
    align-self: center;
}
@media (min-width:481px) and (max-width:767px) {
    .block.newsletter .row_cust .col-8 {
        width:70%;
    }
    .block.newsletter .row_cust .col-4 {
        width:25%;
    }
}
@media (max-width:480px) {
    .block.newsletter .row_cust .col-8,
    .block.newsletter .row_cust .col-4 {
        width:100%;
        text-align:center;
    }
    .blog-widget-recent .post-holder {
        margin:0!important;
    }
    .header_wrapper h2:before,
    .header_wrapper h2:after,
    .header_wrapper .custom_h2:before,
    .header_wrapper .custom_h2:after,
    .block.related .block-title.title strong:before,
    .block.related .block-title.title strong:after,
    .block.upsell .block-title.title strong:before,
    .block.upsell .block-title.title strong:after,
    .block.related_post .block-title.title strong:before,
    .block.related_post .block-title.title strong:after
    {
        display:none;
    }
}
.page-footer {
    margin-top:0!important;
}
.mfp-iframe-holder .mfp-content .page-main {
    width:100%!important;
}

@media (min-width: 992px) {
    .mfp-iframe-scaler iframe {
        padding:20px 0;
        background:#fff!important;
        border-radius:20px;
    }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        right: 20px!important;
        top: 0!important;
        color: #101820!important;
        opacity:1!important;
    }
    .mfp-image-holder .mfp-close:hover,
    .mfp-iframe-holder .mfp-close:hover {
        color: #f0b323!important;
    }
}
.action.primary,
.action-primary,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active
{
    background: #f0b323;
    border: 1px solid #f0b323;
}
.action.reload.captcha-reload {
    background: #101820;
    border: 1px solid #101820;
    color:#fff!important;
    font-weight:normal!important;
    font-family: 'Roboto', sans-serif!important;
}

.action.primary:hover, .action-primary:hover
{
    background: #101820;
    border: 1px solid #101820;
}
.minicart-items .product-item-name a {
    color: #101820;
    text-decoration: none!important;
}
.minicart-wrapper .block-minicart .action.viewcart{
    background: #101820;
    border: 1px solid #101820;
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 5px;
    padding: 8px 15px;
}
.modal-popup .modal-title {
    font-size:16px;
    font-weight:400;
}
.modal-popup .action.primary.checkout, .modal-popup .action.primary.continue
{
    font-weight: 400;
}
.modal-popup .action.primary.continue
{
    background: #101820;
    border: 1px solid #101820;
}
.footer.content {
    padding-top:40px;
    padding-bottom:40px;
}

select {
    background: #ffffff url(../images/sortowanie.svg) no-repeat 100% 45%;;
}
.old-price .price-label {
    display:none;
}
.old-price .price {
    color: #cecece!important;
    margin-right:5px;
    text-decoration: line-through;
    font-size:13px!important;
    font-weight:400!important;
}

/*others end*/

/* CART && CHECKOUT */
.checkout-onepage-success .block.newsletter {
    margin-top:40px!important;
}
button.action.secondary.action-hide-popup,
.action-edit-address.amcheckout-button
{
    background: #202020!important;
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 400!important;
    border: none!important;
    padding: 5px 15px!important;
    font-size: 1.4rem!important;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px!important;
    margin-top: 0!important;
}
.action-edit-address.amcheckout-button
{
    padding: 7px 15px!important;
}
.action-edit-address.amcheckout-button:before {
    display:none!important;
}
button.action.secondary.action-hide-popup:hover,
.action-edit-address.amcheckout-button:hover
{
    background: #f0b323!important;
}

.opc-block-summary .step-content.amcheckout-content {
    display:block!important;
    height: 100%!important;
}

.opc-block-summary  .amcheckout-icon {
    display:none!important;
}
.checkout-agreements  input[type='checkbox'] + label:hover:before,
.amcheckout-additional-options.additional-options input[type='checkbox'] + label:hover:before
{
    border-color:#ccc!important;
    box-shadow: none!important;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block!important;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
    content: ''!important;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #202020!important;
    font-weight:500!important;
}
.amcheckout-step-container,
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select
{
    font-size:14px;
}
.checkout-container .field-tooltip-action.action-help,
.field-tooltip .field-tooltip-action
{
    display:none!important;
}
.checkout-container .field .control._with-tooltip input,
.field .control._with-tooltip input
{
    width: 100%!important;
}
.block-minicart .block-content > .actions {
    margin-bottom:15px;
}
.block-minicart .subtotal {
    align-items: center;
}
.block-minicart .amount.price-container {
    margin-left:5px
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size:16px!important;
}
.minicart-items .product-item-details .product .options.list dt:after {
    content: ' '!important;
}
.block-minicart .product.options {
    font-size:14px!important;
}
.cart-summary .block.discount .field label{
    display:none!important;
}
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price
{
    font-weight: 500;
    color: #101820;
}
.cart.table-wrapper .col.qty .input-text {
    border:1px solid #101820;
}
.amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before {
    border-color: #f0b323 !important;
    box-shadow: 0 2px 4px rgb(63 156 215 / 40%);
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align:center!important;
}
#minicart-content-wrapper .product-image-container{
    width:75px!important;
}
.minicart-items-wrapper {
    max-height:300px;
}
.checkout-cart-index .columns .cart-container > .cart-summary > #block-shipping {
    display: none;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout
{
    padding: 10px 15px!important;
    font-weight: normal!important;
}
.amcheckout-step-container .amcheckout-title {
    border: 1px solid #efefef;
    border-top: 3px solid #f0b323 !important;
    color: #202020!important;
    background: #efefef!important;
    font-weight: 500!important;
}
.field.field-select-billing {
    font-size: 18px;
    display: block;
    margin: 0;
    border: 1px solid #efefef;
    border-top: 3px solid #f0b323 !important;
    background: #efefef!important;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    cursor: pointer;

}
.field.field-select-billing  span {
    font-weight:500!important;
}
.field.field-select-billing  label {
    margin:0!important;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #f0b323!important;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border: 2px solid #f0b323!important;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
    border-right: 2px solid #f0b323!important;
    border-bottom: 2px solid #f0b323!important;
}
._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #f0b323!important;
}

.amcheckout-step-container .row.amcheckout-method {
    width: 100%;
    margin-bottom: 20px!important;
}
.checkout-index-index .checkout-header .title, .checkout-index-index .checkout-header .description {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}
.checkout-index-index .checkout-header .title {
    font-size:35px;
}
.billing-address-same-as-shipping-block input[type=checkbox]:checked+label:before {
    border: 2px solid #ccc!important;
    background: #fff !important;
    content: '';
    cursor: pointer;
}
.billing-address-same-as-shipping-block input[type=checkbox]+label:before {
    border-width: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
    background-size: contain !important;
}
.amcheckout-wrapper .switch-field-invoice {
    display: flex;
}
.amcheckout-wrapper .switch-field-invoice .switch {
    margin-right: 35px;
}
.checkout-container hr {
    display:none!important;
}
#co-payment-form .opc-payment {
    margin-top: -20px;
}
.checkout-agreement .label {
    display: flex!important;
    cursor: pointer;
}
.amcheckout-step-container .action.action-show {
    color: #202020!important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
}
.action.primary.checkout.amasty {
    width: 100%!important;
    font-size: 16px!important;
    font-weight:500!important;
}
.checkout-index-index .amcheckout-main-container .amcheckout-step-container.-summary > .checkout-payment-method.submit .actions-toolbar {
    margin-left: 5px;
    margin-right: 5px;
}
.amcheckout-step-container .primary .action.checkout, .amcheckout-step-container .action.checkout.amasty {
    background: #f0b323!important;
}
@media (min-width: 1024px) {
    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container
    {
        background: #fff!important;
    }
    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
        border: 1px solid #efefef!important;
    }
}
.amcheckout-step-container .actions-toolbar button,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle,
.amcheckout-button.-new-address,
.action-select-shipping-item,
.action.edit-address-link,
.action.primary.action-save-address
{
    background: #202020!important;
    color:#fff!important;
    text-decoration:none!important;
    font-weight: 400!important;
    border:none!important;
}
.amcheckout-step-container .actions-toolbar button:hover,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover,
.amcheckout-button.-new-address:hover,
.action-select-shipping-item:hover,
.action.edit-address-link:hover,
.action.primary.action-save-address:hover
{
    background: #f0b323!important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
    padding: 10px 0px;
}
.action.action-login.secondary {
    padding: 5px 20px;
    font-size: 1.4rem;
    font-weight: 400;
    background: #f0b323!important;
    color: #fff;
    border: none;
    text-decoration:none!important;
}
.action.action-login.secondary:hover {
    background: #101820!important;
}
.action.action.action-remind {
    color: #101820!important;
    text-decoration:none!important;
}
.action.action.action-remind:hover {
    color: #f0b323!important;
}
.amcheckout-step-container select {
    margin-top:0!important;
    font-size: 14px;
}
.cart.table-wrapper .item-options dt:after {
    display:none!important;
}
#shopping-cart-table .action.towishlist {
    display: none;
}
.cart-summary {
    word-break: break-word;
}

.block-minicart .block-content > .actions > .primary .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart.table-wrapper .product-item-name
{
    font-size:16px;
}
.cart.table-wrapper .product-item-name:hover a {
    color: #f0b323!important;
    text-decoration:none;
}
.block-minicart .subtotal {
    display: inline-flex;
    clear: both;
    width: 100%;
    margin-top: 10px!important;
}
.block-minicart .subtotal label {
    margin-right: 10px;
    padding-top: 2px;
}
.minicart-items-wrapper {
    border-bottom: none!important;
}
.minicart-wrapper .minicart-widgets {
    display:none;
}
.minicart-wrapper .block-minicart {
    padding:25px 20px 0 20px!important;
}
.minicart-items .product .toggle:after,
.minicart-items .action.edit:before,
.minicart-items .action.delete:before,
.minicart-wrapper .action.close:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before
{
    color: #101820;
}
.minicart-items .product .toggle:hover,
.minicart-items .product .toggle:hover:after,
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before,
.minicart-items .product-item-name a:hover,
.minicart-wrapper .action.close:hover:before,
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before
{
    color:#f0b323!important;
}
.minicart-wrapper .block-minicart .action.viewcart:hover {
    background: #f0b323;
    border: 1px solid #f0b323;
}
.minicart-items .update-cart-item {
    padding: 8px 10px!important;
    border: 1px solid #101820!important;
    border-radius: 30px;
    color: #101820!important;
    text-decoration: none!important;
    line-height: 14px;
    font-size: 13px;
    background: #fff;
    font-weight: normal!important;
}
.minicart-items .update-cart-item:hover {
    border: 1px solid #f0b323!important;
    color:#f0b323!important;
}
.minicart-items .item-qty {
    border: 1px solid #101820!important;
}
.cart-summary {
    background:#fff;
}
@media (min-width:768px) {
    .cart-summary {
        border: 1px solid #ccc;
    }
}
.cart.main.actions button, .cart-summary #discount-coupon-form button {

    background: #101820!important;
    color: #fff!important;
    padding: 7px 15px!important;
    font-size: 1.4rem!important;
    line-height: 1.6rem!important;
    border: none;
    font-weight: 500!important;
    text-decoration: none!important;
    min-width: 150px;

}
.cart.main.actions button:hover, .cart-summary #discount-coupon-form button:hover {
    background: #f0b323!important;
}
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price
{
    color: #101820!important;
    font-size: 16px!important;
}
.cart.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .cart.table-wrapper .item .col.item {
    vertical-align: middle;
}
.cart.table-wrapper .col.price {
    text-align: center!important;
    vertical-align: middle;
}
@media (max-width:767px) {
    .cart.table-wrapper .product-item-photo {
        max-width: 100%;
        position: initial;
        text-align: center;
    }
    .cart.table-wrapper .item .col.item {
        padding: 15px;
    }
}
#shopping-cart-table th {
    font-weight:500!important;
}

/* Home page */
.cms-index-index .page-header {
    margin-bottom: 0!important;
}
.banner-item.banner-slider .text_container {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-24%, -50%);
}
.banner-item.banner-slider .caption_1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 45px;
    line-height: normal;
    margin-bottom:20px;
}
.banner-item.banner-slider .caption_2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.banner-item.banner-slider .banner_button {
    font-size: 14px!important;
    border-radius: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    background: #f0b323;
    border: 1px solid #f0b323;
    font-weight: 400;
    height: auto;
    width: auto!important;
    display: inline-block;
}
.banner-item.banner-slider .banner_button a {
    color: #fff!important;
    text-decoration: none;
}
.banner-item.banner-slider .banner_button:hover {
    background: #101820;
    border: 1px solid #101820;
}

@media (min-width:768px) and (max-width:991px) {
    .banner-item.banner-slider .caption_1 {
        font-size:35px;
    }
    .banner-item.banner-slider .caption_2 {
        font-size:17px;
    }
    .banner-item.banner-slider .banner_button {
        font-size: 13px!important;
    }
}
@media (max-width:767px) {
    .banner-item.banner-slider .caption_1 {
        font-size:20px;
        margin-bottom: 10px
    }
    .banner-item.banner-slider .caption_2 {
        font-size:15px;
        margin-bottom: 10px
    }
    .banner-item.banner-slider .banner_button {
        font-size: 12px!important;
        padding: 5px 15px;
    }
}
@media (max-width:480px)  {
    .banner-item.banner-slider .caption_2 {
        display:none!important;
    }
}

.cms-index-index .custom_container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 30px auto;
}
.home_page_categories .flex_columns  .small_row, .home_page_categories .flex_columns .big_row{
    padding: 10px;
    text-align: center;
    line-height: 0;
    box-sizing: border-box;
    position:relative;
}
.home_page_categories .flex_columns  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    width: 100%;
}
.home_page_categories .flex_columns   .small_row {
    width:25%;
}

.home_page_categories .flex_columns  .column_left, .home_page_categories .flex_columns  .column_right{
    width: 25%;
}
.home_page_categories .flex_columns  .column_center{
    width:50%;
}
.home_page_categories .column_second  .small_row, .home_page_categories .column_second .small_row {
    width: 100% !important;
}

.home_page_categories .flex_columns img {
    width:100%;
}
.homepage_page_categories {
    background: #fffbf3;
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: normal;
    padding: 10px 10px;
    min-height: 40px!important;
    max-width: 145px;
    width:145px;
    text-align: left!important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    border-radius: 0px 30px 0px 0px;
    font-size: 13px;
    justify-content: space-between;
}
.homepage_page_categories .link.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.homepage_page_categories a.link {
    color: #101820!important;
    text-decoration: none;
}
.home_page_categories .flex_columns .big_row:hover a.link,
.home_page_categories .flex_columns .small_row:hover a.link {
    color: #f0b323!important;
}
.home_page_categories .flex_columns .small_row .img_main,
.home_page_categories .flex_columns .big_row .img_main
{

    filter: brightness(100%);
    -webkit-filter:brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
}
.home_page_categories .flex_columns .small_row:hover .img_main,
.home_page_categories .flex_columns .big_row:hover .img_main {
    filter: brightness(105%);
    -webkit-filter: brightness(105%);
    -moz-filter:  brightness(105%);
    -o-filter:  brightness(105%);
    -ms-filter:  brightness(105%);
}
@media (min-width:421px) and (max-width:767px) {
    .home_page_categories .flex_columns .small_row {
        width: 50%;
    }
    .home_page_categories .flex_columns .column_left, .home_page_categories .flex_columns .column_right {
        width: 100%;
        display: flex;
    }
    .home_page_categories .flex_columns .column_center {
        width:100%;
    }
}
@media (max-width:420px){
    .home_page_categories .flex_columns .small_row,
    .home_page_categories .flex_columns .column_left,
    .home_page_categories .flex_columns .column_right,
    .home_page_categories .flex_columns .column_center
    {
        width: 100%;
    }
}
.home_page_categories img.icon_arrow {
    max-width: 20px;
    vertical-align: bottom;
}
.header_wrapper {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.header_wrapper h2,
.header_wrapper .custom_h2
{
    font-weight: 600!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.header_wrapper h2:before,
.header_wrapper h2:after,
.header_wrapper .custom_h2:before,
.header_wrapper .custom_h2:after
{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #d7d7d7;
    top: 50%;
    width: 50px;
    transform: translate(0,-50%);
}
.header_wrapper h2:before,
.header_wrapper .custom_h2:before
{
    right: 100%;
    margin-right: 15px;
}
.header_wrapper h2:after,
.header_wrapper .custom_h2:after
{
    left: 100%;
    margin-left: 15px;
}
.header_wrapper p, .header_wrapper h2 span {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-;
    font-weight:normal!important;
}
.custom_container .slick-prev:before {
    background: url(../images/slide-lewo.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    content: '';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom_container .slick-next:before {
    background: url(../images/slide-prawo.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    content: '';
    padding-left:0;
}
.custom_container .slick-prev {
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    left: -10px;
    width: 25px!important;
    height: 50px;
}
.custom_container .slick-next{
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    right: -35px;
    width: 25px;
    height: 50px;
}
@media (max-width:991px) {
    .custom_container .slick-next {
        right:-25px;
    }
    .custom_container .slick-prev {
        left: -3px;
    }
}
.custom_container .slick-initialized li.product-item {
    margin-bottom: 0;
    padding: 15px;
}

.widget-product-carousel .product-item-info {
    position: relative;
}
.product-labels {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}
.product-labels .product-label.sale-label {
    background: #a7e347;
}
.product-labels .product-label {
    width: 33px;
    height: 33px;
    color: #fff;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
    float: right;
}
.product-labels .product-label.new-label {
    background: #f0b323;
}
.widget-product-carousel .product-item-info:hover span.product-image-container{
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev:not(.primary), .slick-next:not(.primary) {
    background: rgb(252 252 252 / 0%);
}

.widget-product-carousel .product-item-actions {
    position: absolute;
    top: 10px;
    left: 10px;
}
.widget-product-carousel .product-item .action.towishlist:before {
    background: url(../images/ulubione_3.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 22px;
    height: 19px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
    position: absolute;
    background-size: initial;
    top: 10px;
    left: 5px;
}

.widget-product-carousel .product-item .action.checkproduct {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.widget-product-carousel  .product-item .action.checkproduct:before {
    background: url(../images/quick-view.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
}
.widget-product-carousel  .product-item .action.checkproduct:hover:before  {
    background: url(../images/quick-view-hover.png);
    background-repeat: no-repeat, repeat;
}
.widget-product-carousel  .product-item-name a {
    font-size: 14px;
    text-decoration: none!important;
    font-weight:500;
}
.widget-product-carousel  span.product-image-container {
    border-bottom: 1px solid#d7d7d7;
}

.widget-product-carousel  .price-box .price {
    color:#333333;
    font-weight: 600;
    font-size: 15px;
}
.widget-product-carousel .product-item .price-box{
    margin: 5px 0;
}
.minimal-price-link {
    display: none;
}
.homepage_benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    width: 100%;
}
.homepage_benefits  .item {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    width:33.33%;
}
.homepage_benefits  .item p {
    font-size:16px;
}
@media (max-width:480px){
    .homepage_benefits  .item {
        width:100%;
    }
}
.homepage_benefits.images {
    margin-top:40px;
}

.homepage_benefits .item.big_image {
    position: relative;
}

.homepage_benefits .big_image img{
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter:  brightness(100%);
    -o-filter:  brightness(100%);
    -ms-filter:  brightness(100%);
}
.homepage_benefits .big_image:hover img{
    filter: brightness(105%);
    -webkit-filter: brightness(105%);
    -moz-filter:  brightness(105%);
    -o-filter:  brightness(105%);
    -ms-filter:  brightness(105%);
}
.homepage_benefits .big_image_text {
    position: absolute;
    background: #fffbf3;
    bottom: 15px;
    left: 10px;
    line-height: normal;
    padding: 10px 10px;
    min-height: 40px!important;
    text-align: left!important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    border-radius: 0px 30px 0px 0px;
    max-width: 80%!important;
    width: 80%!important;
}
.homepage_benefits .big_image_text strong {
    font-size: 19px;
    color: #101820!important;
    margin-bottom:5px;
    display: block;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}
.homepage_benefits .big_image_text a {
    text-decoration:none!important;
    color: #929292!important;
}
.homepage_benefits .big_image img{
    width:100%!important;
}
.homepage_benefits .big_image_text:hover strong, .homepage_benefits .big_image_text:hover a  {
    color: #f0b323!important;
}


.homepage_benefits .item.big_image:hover .big_image_text strong,
.homepage_benefits .item.big_image:hover a {
    color: #f0b323!important;
}

.custom_categories_tab .tabs-navigation li.tab-header {
    background: #fff!important;
    border: none!important;
    margin:5px!important;
}
@media (max-width:767px) {
    .homepage_benefits .item.big_image {
        width: 100% !important;
    }
    .homepage_benefits .item.big_image:not(:last-child) {
        margin-bottom:20px;
    }
    .cms-index-index .custom_container {
        padding:0 15px!important;
    }
    .homepage_benefits .item {
        padding:0!important;
    }
    .homepage_benefits .big_image_text {
        bottom: 6px;
        left: 0px;
    }
    .custom_categories_tab  .tabs-navigation li.tab-header {
        max-width: 50%!important;
        display:block!important;
        text-align: center!important;
        margin: 5px auto!important;
    }
    .custom_categories_tab .tabs-navigation li.tab-header:first-child {
        margin-left: auto!important;
    }
}
.custom_categories_tab .tabs-content{
    border:none!important;
    overflow: visible!important;
}

.custom_categories_tab  .tabs-navigation {
    text-align:center!important;
}

.custom_categories_tab .tabs-navigation li.tab-header.ui-state-active  a.tab-title{
    border:1px solid #101820!important;
    border-radius:30px!important;
}
.custom_categories_tab .tabs-navigation li.tab-header a.tab-title {
    padding: 8px 15px!important;
    min-width: 100px!important;
    font-weight: 400!important;
    border: 1px solid #fff!important;

}
.blog-widget-recent .post-description .post-text-hld {
    min-height: 65px!important;
    max-height: 65px;
    overflow: hidden!important;
}
.blog-widget-recent .post-list .post-header .post-title h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-family: 'Roboto Condensed', sans-serif;
}
.blog-widget-recent .post-list .post-header .post-title {
    padding: 0px 0!important;
}
.blog-widget-recent .post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #101820!important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height:40px;
}
.blog-widget-recent .post-holder .post-header .post-info .value, .blog-widget-recent .post-holder .post-header .post-info .label {
    font-style: normal!important;
    font-size: 12px;
    font-weight: 400!important;
    color: #cecece!important;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(3n+1) {
    clear: both!important;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: none!important;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 31.3%!important;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder  .image-wrap,
.block.related_post .post-list-wrapper .post-holder .image-wrap
{
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 65%;
}

.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder  .post-ftimg-hld,
.block.related_post .post-list-wrapper .post-holder .post-ftimg-hld
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder  .animation-type-zoom {
    -webkit-transition: transform .3s ease,opacity .3s;
    transition: transform .3s ease,opacity .3s;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder  .image-wrap:hover  .animation-type-zoom,
.post-list .post-image .image-container:hover .animation-type-zoom
{
    transform: scale3d(1.1,1.1,1)!important;
    -webkit-transform: scale(1.1,1.1,1)!important;
}

@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
        width: 100%!important;
    }
}
.blog-widget-recent .post-holder .post-header .post-info {
    padding: 0 0 10px 0!important;
}
.blog-widget-recent .post-list .post-content .post-read-more {
    padding:2px 10px!important;
    float: left!important;
    border:1px solid #101820!important;
    border-radius:30px;
    color:#101820!important;
    text-decoration:none!important;
    margin-top: 10px;
}
.blog-widget-recent .post-list .post-content .post-read-more:hover {
    border:1px solid #f0b323!important;
    color:#f0b323!important;
}
.homepage_description h2 {
    font-size: 28px;
}
.homepage_description h3 {
    font-size: 22px;
}
.homepage_description h4 {
    font-size: 18px;
}
.homepage_description h3 a, .homepage_description h4 a {
    color:#101820!important;
    text-decoration:none!important;
}
.homepage_description h2, .homepage_description h3, .homepage_description h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 25px;
}
.homepage_description.more {
    overflow: hidden;
    max-height: 280px;
}
.homepage_description {
    margin-bottom: 20px;
}
.readless {
    display: none;
}
.readless.active {
    display: block;
}
.readmore, .readless {
    text-align: center!important;
    font-size: 16px;
}

.readmore span, .readless span {
    position:relative;
    cursor:pointer;
}
.readmore span:hover,
.readless span:hover {
    color:#f0b323;
}
.readmore span:after, .readless span:after
{
    background: url(../images/custom_arrow.png);
    background-repeat: no-repeat, repeat;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    position:absolute;
    top: 5px;
    right: -15px;
    cursor:pointer;
}
.readmore span:after {
    transform:rotate(180deg);
}

.mfp-iframe-holder .mfp-content {
    max-height: 100%!important;
}

/* Releated post & products */
.column.main {
    min-height: auto!important;
}
.page-layout-product-full-width .block.related_post {
    margin-top: 2.7rem;
    margin-bottom:0!important;
}
.block.related_post .block-title.title,
.blog-post-view .mfblog-replated-products-block .block-title.title
{
    text-align: center;
}
.block.related_post .block-title.title strong,
.blog-post-view .mfblog-replated-products-block .block-title.title strong
{
    font-weight: 600!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px!important;
    display: inline-block;
    position: relative;
}
.block.related_post .block-title.title strong:before,
.blog-post-view .mfblog-replated-products-block .block-title.title strong:before
{
    right: 100%;
    margin-right: 15px;
}
.block.related_post .block-title.title strong:before,
.block.related_post .block-title.title strong:after,
.blog-post-view .mfblog-replated-products-block .block-title.title strong:before,
.blog-post-view .mfblog-replated-products-block .block-title.title strong:after
{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #d7d7d7;
    top: 5px;
    width: 50px;
}
.block.related_post  .block-title.title strong:after,
.blog-post-view .mfblog-replated-products-block .block-title.title strong:after
{
    left: 100%;
    margin-left: 15px;
}
.blog-post-view .post-bottom .block.related .block-title,
.blog-post-view .post-bottom .block.related .block-title strong
{
    border-bottom:none!important;
}
.blog-post-view .post-bottom .block.related .block-title {
    padding:0!important;
    margin: 0 0 10px 0!important;
}
.block.related_post  .post-description .post-text-hld {
    min-height: 65px!important;
    max-height: 65px;
    overflow: hidden!important;
}

.block.related_post .owl-nav button.owl-prev {
    position: absolute!important;
    top: 25%!important;
    transform: translate(-50%, -50%)!important;
    left: -5px!important;
    width: 25px!important;
    height: 25px!important;
}
.block.related_post .owl-carousel .owl-nav button.owl-next{
    position: absolute!important;
    top: 25%!important;
    transform: translate(-50%, -50%)!important;
    right: -30px!important;
    width: 25px!important;
    height: 25px!important;
}
.block.related_post .post-list-wrapper {
    margin: 30px 0;
}
.block.related_post .item {
    padding: 0 15px;
}
.block.related_post .post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #101820!important;
}
@media (min-widht:768px) {
    .block.related_post .post-list .post-header .post-title a {
        min-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}
.block.related_post .post-list .post-header .post-title h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-family: 'Roboto Condensed', sans-serif;
}
.block.related_post .post-list .post-header .post-title {
    padding:0!important;
}
.block.related_post .post-holder .post-header .post-info .label,
.block.related_post .post-holder .post-header .post-info .value
{
    font-style: normal!important;
    font-size: 12px;
    font-weight: 400!important;
    color: #cecece!important;
}
.block.related_post .post-holder .post-header .post-info {
    padding: 0 0 10px 0!important;
}
.block.related_post .post-list .post-content .post-read-more {
    padding: 2px 10px!important;
    float: left!important;
    border: 1px solid #101820!important;
    border-radius: 30px;
    color: #101820!important;
    text-decoration: none!important;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .block.related_post  .block-content,
    .blog-post-view  .block.related .block-content
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.block.related_post .post-list .post-content .post-read-more:hover {
    border: 1px solid #f0b323!important;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: 100%!important;
    position: relative;
}
.blog-post-view .products-grid .product-item-info:hover, .blog-post-view .products-grid .product-item-info.active {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.blog-post-view .products-grid .product-item-info:hover span.product-image-container, .blog-post-view .products-grid .product-item-info.active span.product-image-container {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.blog-post-view  .products-grid span.product-image-container {
    border-bottom: 1px solid#d7d7d7;
}

.blog-post-view  .products-grid .product.actions {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-post-view  .product-item .action.towishlist:before {
    background: url(../images/ulubione_3.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 22px;
    height: 19px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
    position: absolute;
    background-size: initial;
    top: 10px;
    left: 5px;
}
.blog-post-view .product-item .action.go-product {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
}
.blog-post-view  .product-item .action.go-product:before {
    background: url(../images/quick-view.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
}
.blog-post-view .product-item .action.go-product:hover:before {
    background: url(../images/quick-view-hover.png);
    background-repeat: no-repeat, repeat;
}
.blog-post-view  .block.related .product.name a  {
    font-size: 14px;
    text-decoration: none!important;
}
.blog-post-view .block.related .product-item .price-box {
    margin: 5px 0;
}
.blog-post-view  .price-box .price {
    color:#333333;
    font-weight: 600;
    font-size: 15px;
}
.blog-post-view .products-grid .product-item {
    width:100%!important;
}
.blog-post-view .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    left: -5px;
    width: 25px;
    height: 25px;
}
.blog-post-view .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    right: -30px;
    width: 25px;
    height: 25px;
}
.blog-post-view .products-grid .product-item {
    margin-bottom: 0;
    padding: 15px;
}
.blog-post-view  .block.related .owl-carousel {
    position: relative;
}
/* Related post & products end */

/* sticky menu */
@media (min-width: 1025px) {
    .page-wrapper.sticky-header .nav-sections {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 200 !important;
        padding: 0;
        margin: 0 !important;
        width: 100% !important;
        box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: all;
    }
    .sticky-logo .logo_desktop,
    .sticky-logo .logo.desk
    {
        display:none!important;
    }
    .sticky-logo .logo_mobile,
    .sticky-logo .logo.mob
    {
        display:block!important;
    }
    .sticky-logo {
        display:block!important;
    }
    .sticky-logo .logo.mob {
        width: 100%;
        max-width: 60px;
    }
}
.page-wrapper.sticky-header .nav-sections-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    width: auto;
    padding-top:5px;
    padding-bottom:5px;
}
.page-wrapper.sticky-header .nav-sections {
    border-bottom: 1px solid #efefef!important;
}

.sticky-logo .logo.mob {
    margin:0!important;
}

@media (max-width:1024px) {
    .header.content.sticky-header {
        position: fixed !important;
        left: 0 !important;
        right:0!important;
        top: 0 !important;
        z-index: 200 !important;
        margin: 0 !important;
        background:#fff;
        border-bottom: 1px solid #ccc;
    }

}
.navigation ul {
    padding:0!important;
}
/* sticky menu end */

/* blog */
.post-list .post-info .post-title-wrap h3 a {
    color: #101820!important;
    text-decoration:none!important;
    font-size: 18px!important;
    font-weight: 600!important;
}
.post-list .post-info .post-title-wrap h3 a:hover {
    color:#f0b323!important;
}
.post-list .post-info .label, .post-list .post-info .value {
    font-style: normal!important;
    font-size: 12px;
    font-weight: 400!important;
    color: #cecece!important;
}
.post-list h3.post-title {
    font-family: 'Roboto Condensed', sans-serif!important;
}
.post-list .post-image .post-category {
    display: block!important;
}
.post-list .post-image .post-category a {
    border-radius:30px;
    margin: 0px 5px 5px 5px!important;
    line-height: 11px!important;
}
.post-list .post-image .post-category a:hover {
    background: #f0b323!important;
}
.post-list .post-read-more a.post-read {
    padding: 2px 10px!important;
    float: left!important;
    border: 1px solid #101820!important;
    border-radius: 30px;
    color: #101820!important;
    text-decoration: none!important;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal!important;
}
.post-list .post-read-more a.post-read:hover {
    border: 1px solid #f0b323!important;
    background:#fff!important;
    color:#f0b323!important;
}
.pages strong.page {
    font-size: 16px;
    color: #f0b323;
    font-weight: normal;
    background: none!important;
}
.pages .item {
    margin: 0px 10px 0 0;
}
.pages .item {
    font-size: 16px;
}
.pages a.page {
    color: #bbbbbb!important;
}
.pages a.page:hover {
    color: #f0b323!important;
}
.pages .action {
    color: #bbbbbb!important;
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    font-size: 16px;
    margin-left: 0;
    padding: 0;
}
.pages .action.next:before, .pages .action.previous:before{
    color: #bbbbbb!important;
}
.pages .action.next:hover:before,
.pages .action.previous:hover:before
{
    color: #f0b323!important;
}
.post-list .post-item.post-holder {
    padding-bottom: 30px!important;
}
@media(max-width:767px) {
    .post-read-more a.post-read,
    .post-list.modern .post-description {
        display:block!important;
    }
    .post-list .post-container {
        flex-wrap: wrap;
    }
    .post-list .post-image,
    .post-list.modern .post-info
    {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width:100%!important;
        width: 100%!important;
        padding:0!important;
    }
    .post-list .post-info .post-title-wrap h3 {
        margin-top: 1rem!important;
        margin-bottom: 0.5rem!important;
    }

}
.widget .block-title strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: initial;
    font-weight: 600!important;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 2px;
    min-width: 55px;
}
.widget .block-title{
    margin: 0;
    padding: 0px 0px 15px 0px;
}
.widget.block-categories ul li a {
    position: relative;
    padding-top: 10px!important;
    padding-bottom: 10px !important;
    display:block;
    width:100%;
    font-weight: 400!important;
    color: #101820!important;
    text-decoration:none!important;
}
.widget.block-categories ul li a:hover,
.widget.block.block-tagclaud .tagclaud-hld a:hover
{
    color: #f0b323!important;
}
.widget.block-categories ul li {
    padding:0!important;
}
.widget.block-categories ul li a:after {
    border-bottom: 2px solid #efefef;
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget.block.block-tagclaud .tagclaud-hld a {
    color: #101820!important;
    text-decoration:none!important;
}
.widget.blog-search .action.search:before {
    background: url(../images/szukajka.png)!important;
    background-repeat: no-repeat, repeat;
    display: inline-block!important;
    width: 19px!important;
    height: 19px!important;
    content: ''!important;
    vertical-align: text-bottom;
    margin-top: 5px;
}
.widget.blog-search .action.search {
    border-radius: 0!important;
    background: #fff!important;
    opacity: 1!important;
    height: 32px!important;
    width: 40px!important;
    right: 0;
    cursor: pointer;
}
.widget.blog-search input {
    background: #efefef;
    border: none!important;
    box-shadow: none!important;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.blog-post-view .post-category a {
    border-radius: 30px;
    line-height:11px!important;
}
.blog-post-view .post-category a:hover {
    background: #f0b323!important;
}
.blog-page-list .page-title,
.blog-post-view .page-title
{
    margin-bottom: 20px;
}
.blog-post-view .post-data-wrap .label, .blog-post-view .post-data-wrap .value {
    font-style: normal!important;
    font-size: 12px;
    font-weight: 400!important;
    color: #cecece!important;
}
.blog-post-view .post-tag .post-tags a {
    padding: 2px 10px!important;
    border: 1px solid #101820!important;
    border-radius: 30px;
    color: #101820!important;
    text-decoration: none!important;
    margin-top: 10px;
    font-size:13px!important;
    line-height: 21px!important;
    font-weight:normal!important;
}
.blog-post-view .post-tag .post-tags a:hover {
    border: 1px solid #f0b323!important;
    background:#fff!important;
}
.blog-post-view .post-description h2, .blog-post-view .post-description h3, .blog-post-view .post-description h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog-post-view  h2 {
    font-size: 28px;
}
.blog-post-view h3 {
    font-size: 22px;
}
.blog-post-view h4 {
    font-size: 18px;
}
.blog-post-view .post-description a {
    color: #f0b323!important;
}
.post-sharing-bottom {
    display:none!important;
}
.blog-post-view  .block.related_post .owl-nav button.owl-prev,
.blog-post-view  .block.related_post .owl-carousel .owl-nav button.owl-next
{
    top: 20%!important;
}
@media (min-width:768px) {
    .search_hide_desktop {
        display:none!important;
    }
}
@media (max-width:767px) {
    .blog-post-view .page-title-wrapper .page-title {
        font-size: 35px!important;
    }
    .search_hide_desktop  {
        display:block;
    }
    .blog-post-view .search_hide_desktop  {
        margin-top:10px;
    }
    .search_hide_desktop .widget.blog-search {
        float:none!important;
        margin-bottom:20px;
    }
    .sidebar .widget.blog-search {
        display:none!important;
    }

}
.sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) {
    margin-bottom:20px!important;
}
@media (min-width:768px) and (max-width:991px) {
    .blog-post-view .sidebar-additional,
    .blog-index-index .sidebar-additional,
    .blog-category-view .sidebar-additional,
    .blog-tag-view .sidebar-additional
    {
        width:25%!important
    }
    .blog-post-view  .column.main,
    .blog-index-index .column.main,
    .blog-category-view .column.main,
    .blog-tag-view .column.main
    {
        width:75%!important;
    }

}
.blog-post-view  .post-holder {
    margin-bottom:0!important;
    padding-bottom:0!important;
}
.blog-post-view .post-category a {
    margin: 5px 0 0 0!important;
}
.widget-product-carousel .product-item-name,
.owl-carousel .product-item-name
{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-post-view .post-tag .post-tag-title {
    border:none!important;
    background:none!important;
    color: #101820!important;
    font-size:13px!important;
    font-weight:600;
    margin:0!important;
}
.post-list .post-description {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* blog end */
.breadcrumbs {
    display:block!important;
}
.page-wrapper {
    transition: none!important;
}

@media (max-width:1024px) {
    .navigation .level0.has-active > a.ui-state-active {
        border-color: transparent!important;
        border-width: 0 0 0 3px!important;
        border-style: solid;
    }
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left:0;
    }
    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        color: #101820;
        border-color: #101820!important;
        border-width: 0 0 0 4px!important;
    }
    .navigation .submenu:not(:first-child) .active > a {
        border-width: 0 0 0 4px!important;
        border-color:#101820!important;
    }
    .navigation .submenu:not(:first-child) .active > a span {
        font-weight:500!important
    }
    .widget-product-carousel .product-item .action.towishlist:before,
    .blog-post-view .product-item .action.towishlist:before
    {
        position: relative;
        top: 0px;
        left: 0px;
        background: url(../images/ulubione.png) center / 18px 16px no-repeat!important;
        height: 20px;
    }
    .widget-product-carousel .product-item-actions,
    .blog-post-view .products-grid .product.actions
    {
        position: initial;
        top: 0;
        left: 0;
        display: inline-block;
        margin: 5px 5px 0 0px;
    }
    .widget-product-carousel .product-item-inner {
        display: inline-block;
    }
    .widget-product-carousel .action.checkproduct,
    .blog-post-view .product-item .action.go-product
    {
        position: initial!important;
        width: auto;
        height: auto;
        display: inline-block;
        float: none;
        text-align: right;
        vertical-align: bottom;
        margin: 5px 0 0 0px;
    }
    .widget-product-carousel .product-item .action.checkproduct:before,
    .blog-post-view .product-item .action.go-product:before {
        background: url(../images/szukajka.png) center / 18px 16px no-repeat!important;
        width: 25px!important;
        height: 25px;
        line-height: 30px;
        display: block;
        padding: 2px;
        border-radius: 50%;
        border: 1px solid #efefef;
    }
    .widget-product-carousel .product-item .action.checkproduct:hover:before,
    .blog-post-view .product-item .action.go-product:hover:before
    {
        background: url(../images/szukajka-hover.png) center / 18px 16px no-repeat!important;
    }
    .widget-product-carousel .actions-secondary > .action,
    .blog-post-view .actions-secondary > .action
    {
        position: relative;
        border: 1px solid #efefef;
        width: 25px!important;
        height: 25px;
        line-height: 30px;
        display: block;
        padding: 2px;
        border-radius: 50%;
    }
    .widget-product-carousel .product-item .action.towishlist:hover:before,
    .blog-post-view .product-item .action.towishlist:hover:before
    {
        background: url(../images/ulubione-hover.png) center / 18px 16px no-repeat!important;
    }
}
.fotorama__active .fotorama__dot {
    background-color: #f0b323!important;
    border-color: #f0b323!important;
}

.mfp-wrap {
    position:absolute!important;
    z-index:unset!important;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    overflow:hidden!important
}
@media (min-width:1025px) {
    .navigation .level0 .submenu .active > a {
        border-color: #101820!important;
        border-width: 0px 0 0 4px!important;
    }
    .navigation .level0 .submenu .active > a span {
        font-weight:500!important;
    }
    .product-item .action.towishlist:hover:before {
        background: url(../images/ulubione-hov-desktop.png);
        background-repeat: no-repeat, repeat;
    }
    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: transparent!important;
    }
}
.header.content .link.wishlist span.wishlist-image:hover:before {
    background: url(../images/ulubione-hover.png);
    background-repeat: no-repeat, repeat;
}
.header.links.custom span.customer-image:hover:before {
    background: url(../images/konto-hover.png);
    background-repeat: no-repeat, repeat;
}
.header.links.custom span.customer-image.customer_logged:before{
    background: url(../images/user_loged_in.png);
    background-repeat: no-repeat, repeat;
}
.header.links.custom span.customer-image.customer_logged:hover:before{
    background: url(../images/user_loged_in_hover.png);
    background-repeat: no-repeat, repeat;
}
.minicart-wrapper .action.showcart:hover:before {
    background: url(../images/koszyk-hover.png);
    background-repeat: no-repeat, repeat;
}
form.minisearch:hover .action.search:before,
#blog_search_mini_form:hover .action.search:before,
.form.minisearch label:hover:before
{
    background: url(../images/szukajka-hover.png)!important;
    background-repeat: no-repeat, repeat!important;
}
div#switcher-language-trigger:hover strong,
div#switcher-language-trigger:hover:after,
div#switcher-currency-trigger:hover strong,
div#switcher-currency-trigger:hover:after,
.header-contact-details a:hover,
.product-item-link:hover,
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover,
.blog-widget-recent .post-list .post-header .post-title a:hover,
.filter-options-content .item > a:hover,
.block.related_post .post-list .post-header .post-title a:hover,
.nav-toggle:hover:before,
.mst-searchautocomplete__highlight
{
    color: #f0b323!important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
    border: 1px solid #f0b323!important;
    border-radius: 30px!important;
}
#product-gotoproduct-button,
.box-gotoproduct
{
    display:none;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main, .weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
    min-height: auto!important;
}
.weltpixel-quickview-catalog-product-view  #description .product-section-title,
.weltpixel_quickview-catalog_product-view #description .product-section-title
{
    margin-top:0!important;
}
@media (min-width:768px) {
    .weltpixel-quickview-catalog-product-view  .page-main-description .technical-data,
    .weltpixel_quickview-catalog_product-view .page-main-description .technical-data
    {
        width: 100%!important;
    }
}

#switcher-currency  .currency-EUR a::after {
    content: "(€)";
    margin-left:5px;
}
#switcher-currency .currency-GBP a::after {
    content: "(£)";
    margin-left:5px;
}
#switcher-currency .currency-USD a::after {
    content: "($)";
    margin-left:5px;
}
#switcher-currency .currency-PLN a::after {
    content: "(zł)";
    margin-left:5px;
}
.price_with_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: stretch;
    width: 100%;
}
.price_with_label .price_label_small {
    font-size: 13px;
    margin-right: 5px;
}


.page_not_found a {
    font-weight: 600!important;
    color: #101820;
    text-decoration:none!important;
}
.page_not_found a:hover,
.secondary a.action.remind:hover,
.block-dashboard-info a:hover,
.block-dashboard-addresses a:hover,
.table-order-items.history .action.view:hover,
.table-order-items.history  .action.order:hover,
.table-order-items.recent .action.view:hover,
.table-order-items.recent .action.order:hover,
.box-address-billing a:hover,
.box-address-shipping a:hover,
.block-addresses-list .action.edit:hover,
.block-addresses-list .action.delete:hover,
.block-dashboard-orders .action.view:hover,
.sales-order-view .action.order:hover,
.sales-order-view .action.print:hover,
.sales-order-view .block-order-details-view a:hover,
.amcheckout-content .shipping-address-items a:hover,
.checkout-onepage-success .box-content a:hover,
.cart-empty a:hover
{
    color: #f0b323!important;
}
.secondary a.action.remind,
.block-dashboard-info a,
.block-dashboard-addresses a,
.table-order-items.history .action.view,
.table-order-items.history  .action.order,
.table-order-items.recent .action.view,
.table-order-items.recent .action.order,
.box-address-billing a,
.box-address-shipping a,
.block-addresses-list .action.edit,
.block-addresses-list .action.delete,
.block-dashboard-orders .action.view,
.sales-order-view .action.order,
.sales-order-view .action.print,
.sales-order-view .block-order-details-view a,
.amcheckout-content .shipping-address-items a,
.checkout-onepage-success .box-content a,
.cart-empty a
{
    color: #101820!important;
    text-decoration:none!important;
}
.block-dashboard-info a,
.block-dashboard-addresses a,
.box-address-billing a,
.box-address-shipping a,
.block-dashboard-orders .action.view,
.sales-order-view .block-order-details-view a
{
    font-weight:600!important;
}
.table-order-items.history .action.view,
.table-order-items.history  .action.order,
.table-order-items.recent .action.view,
.table-order-items.recent .action.order,
.block-addresses-list .action.edit,
.block-addresses-list .action.delete,
.sales-order-view .action.order,
.sales-order-view .action.print,
.amcheckout-content .shipping-address-items a,
.checkout-onepage-success .box-content a,
.cart-empty a

{
    font-weight:500!important;
}
.action.primary, .action-primary, .amshopby-button, .am-filter-go {
    font-weight:normal!important;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong
{
    border-color: #f0b323;
}
.abs-account-block-font-size,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.block-balance-giftcard .block-content,
.block-reviews-dashboard .product-name {
    font-size:14px!important;
}
.account.sales-order-history .toolbar-amount,
.account.sales-order-history .limiter,
.account.customer-address-index .toolbar-amount,
.account.customer-address-index .limiter,
.wishlist-index-index .toolbar-amount,
.csproduct-customer-products .toolbar-amount,
.csproduct-customer-products .limiter-label,
.csproduct-customer-products .limiter .limiter-text,
.wishlist-index-index .limiter,
.csproduct-customer-products .limiter
{
    display:none!important;
}
.sales-order-view .order-details-items .product-item-name {
    font-size:16px!important;
}
.sales-order-view .block-order-details-view {
    margin-top:20px;
}
.action-primary.action-accept,
.account .action.primary,
.account .action-primary
{
    background: #f0b323!important;
    border: 1px solid #f0b323!important;
    font-weight:400!important;
}
.action-primary.action-accept:hover,
.account .action.primary:hover,
.account .action-primary:hover
{
    background: #101820!important;
    border: 1px solid #101820!important;
}

.action-secondary.action-dismiss {
    background: #101820!important;
    border: 1px solid #101820!important;
    color:#fff!important;
    font-weight:400!important;
}

.checkout-onepage-success .action.print {
    display:none!important;
}
.checkout-onepage-success .order-number {
    color: #000!important;
    text-decoration: none!important;
}
.table-order-items .cart-price .price {
    color: #101820!important;
    font-weight: 500!important;
}
.table-order-items .col.qty .title {
    display:none!important;
}
@media only screen and (max-width: 639px) {
    #my-orders-table .col.price,
    #my-orders-table .col.qty,
    #my-orders-table  .col.subtotal
    {
        text-align:left!important;
    }
}
.inpost-carrier-wrapper .action.secondary.small {
    background: #f0b323!important;
}
.inpost-carrier-wrapper .action.secondary.small:hover {
    background: #101820!important;
}
.products-grid.wishlist  .product-item-name a,
.csproduct-customer-products .products-grid .product-item-name a
{
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 500!important;
}
.products-grid.wishlist  .product-image-container,
.csproduct-customer-products .products-grid .product-image-container
{
    border-bottom: 1px solid#d7d7d7;
}
.products-grid.wishlist .product-item-photo {
    margin-bottom:0!important;
}
@media (min-width: 411px) {
    .products-grid.wishlist .product-item .product-item-name,
    .csproduct-customer-products .products-grid .product-item .product-item-name
    {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        hyphens: auto;
        margin: 5px 0!important;
        word-wrap: break-word;
    }
}
.products-grid.wishlist .product-item-info:hover,
.csproduct-customer-products .products-grid .product-item-info:hover
{
    box-shadow: none!important;
    border: none!important;
    margin: 0;
    padding: 0;
}
.products-grid.wishlist  .product-item-inner {
    display: block!important;
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    margin: 0!important;
    padding: 0 !important;
    position: relative!important;
    top: 15px!important;
    right: 0!important;
    z-index: 2!important;
    height: auto!important;
    overflow: visible!important;
    width: auto!important;
}
.products-grid.wishlist .special-price {
    margin-right:5px!important;
}
.products-grid.wishlist .product-item .fieldset .product-item-actions,
.products-grid.wishlist  .product-item-actions .action.edit
{
    display:none!important;
}
.products-grid.wishlist  .product-item-actions {
    position:absolute;
    right:0!important;
    bottom:17px!important;
}
.products-grid.wishlist  .product-item-actions .action.delete:before {
    color: #101820!important
}
.products-grid.wishlist  .product-item-actions .action.delete:hover:before {
    color: #f0b323!important;
}
.products-grid.wishlist .product-item .price-box,
.csproduct-customer-products .products-grid .product-item .price-box
{
    margin:5px 0!important;
}
.products-grid.wishlist .product-item .price-box .price,
.csproduct-customer-products .products-grid  .product-item .price-box .price
{
    color: #333333;
    font-weight: 600;
    font-size: 15px;
}
.products-grid.wishlist  .product-image-container,
.csproduct-customer-products .products-grid .product-image-container
{
    display: inline-block!important;
    max-width: 100%!important;
}
.products-grid.wishlist .product-item-photo {
    float:none!important;
    margin-right: 0px!important;
}
@media (min-width: 1200px) {
    .products-grid.wishlist  .product-item:nth-child(3n + 1),
    .csproduct-customer-products .products-grid .product-item:nth-child(3n + 1)
    {
        margin-left: 3%!important;
    }
    .products-grid.wishlist  .product-item,
    .csproduct-customer-products .products-grid .product-item
    {
        margin-left: 3%!important;
    }
    .products-grid.wishlist .product-item,
    .csproduct-customer-products .products-grid .product-item
    {
        width: calc((100% - 12%) / 4)!important;
    }
    .products-grid.wishlist .product-item:nth-child(4n + 1),
    .csproduct-customer-products .products-grid .product-item:nth-child(4n + 1)
    {
        margin-left: 0!important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .products-grid.wishlist .product-item,
    .csproduct-customer-products .products-grid .product-item
    {
        margin-left: 3%!important;
        width: calc((100% - 6%) / 3)!important;
    }
    .products-grid.wishlist .product-item:nth-child(3n + 1),
    .csproduct-customer-products .products-grid .product-item:nth-child(3n + 1)
    {
        margin-left: 0!important;
    }
}
@media (min-width: 411px) and (max-width: 767px) {
    .products-grid.wishlist .product-item,
    .csproduct-customer-products .products-grid .product-item
    {
        margin-left: 4%!important;
        width: calc((100% - 4%)/2)!important;
    }
    .products-grid.wishlist .product-item:nth-child(2n + 1),
    .csproduct-customer-products .products-grid .product-item:nth-child(2n + 1)
    {
        margin-left: 0!important;
    }
}
@media(max-width:410px) {
    .csproduct-customer-products .products-grid .product-item {
        width:100%!important;
        margin-left:0!important;
        padding: 20px 0 20px 0!important;
    }
}

.form-wishlist-items .actions-toolbar .action.update,
.form-wishlist-items .actions-toolbar .action.share
{
    background: #f0b323!important;
    border: 1px solid #f0b323!important;
    font-weight: 400!important;
    color: #fff!important;
    font-family: 'Roboto', sans-serif!important;
}
.form-wishlist-items .actions-toolbar .action.update:hover,
.form-wishlist-items .actions-toolbar .action.share:hover {
    background: #101820!important;
    border: 1px solid #1018!important;
}
.products-grid.wishlist .product-item {
    border-bottom:none!important;
}
.products-grid.wishlist .product-item-name,
.products-grid.wishlist .product-item-description,
.products-grid.wishlist .product-item .price-box,
.products-grid.wishlist .product-item-tooltip {
    margin-left:0!important;
}
.products-grid.wishlist .product-item:first-child {
    border-top:none!important;
}
.products-grid.wishlist .product-item .product-item-name {
    margin:5px 0!important;
}
@media (max-width:767px) {
    .account  .block-collapsible-nav {
        top:-16px!important;
    }
    .products-grid.wishlist .product-item .box-tocart {
        display:none!important;
    }
    .products-grid.wishlist .product-item-actions {
        position:absolute!important;
        bottom: 10px!important;
    }
    .products-grid.wishlist .product-item-inner {
        top:0!important;
    }
    .products-grid.wishlist .product-item-actions .action.delete {
        margin-top: 0!important;
    }
}
.page-products .product-item .weltpixel-quickview {
    position:absolute;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #c2c2c2!important;
}
.page.messages a {
    color:#f0b323!important;
    text-decoration:none!important;
}

.products-grid.wishlist .product-item-custom-container,
.csproduct-customer-products .product-item-custom-container
{
    position:relative!important;
}
.products-grid.wishlist .product-item-info:hover span.product-image-container,
.csproduct-customer-products .products-grid .product-item-info:hover span.product-image-container
{
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.products-grid.wishlist .product-item .action.checkproduct,
.csproduct-customer-products .products-grid .product-item .action.checkproduct
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    cursor:pointer!important;
}
.products-grid.wishlist  .product-item .action.checkproduct:before,
.csproduct-customer-products .products-grid  .product-item .action.checkproduct:before
{
    background: url(../images/quick-view.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
}
.products-grid.wishlist  .product-item .action.checkproduct:hover:before,
.csproduct-customer-products .products-grid  .product-item .action.checkproduct:hover:before
{
    background: url(../images/quick-view-hover.png);
    background-repeat: no-repeat, repeat;
}
@media (max-width: 1024px) {
    .products-grid.wishlist .product-item .action.checkproduct,
    .csproduct-customer-products .products-grid  .product-item .action.checkproduct
    {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width:auto;
        height:auto;
        vertical-align: bottom;
        margin: 5px 0 0px 0px;
    }
    .csproduct-customer-products .products-grid  .product-item .action.checkproduct {
        float:left;
        margin-right: 10px;
    }
    .products-grid.wishlist .product-item .action.checkproduct:before,
    .csproduct-customer-products .products-grid  .product-item .action.checkproduct:before
    {
        background: url(../images/szukajka.png) center / 18px 16px no-repeat!important;
        width: 25px!important;
        height: 25px;
        line-height: 30px;
        display: block;
        padding: 2px;
        border-radius: 50%;
        border: 1px solid #efefef;
    }
    .products-grid.wishlist  .product-item .action.checkproduct:hover:before,
    .csproduct-customer-products  .products-grid  .product-item .action.checkproduct:hover:before
    {
        background: url(../images/szukajka-hover.png) center / 18px 16px no-repeat!important;
    }
}
.products-grid.wishlist .stock,
.csproduct-customer-products  .products-grid .stock
{
    font-size: 13px;
    margin: 10px 0 10px;
    min-height: 30px;
}
.products-grid.wishlist .tooltip.wrapper.product-item-tooltip {
    display:none!important;
}
.products-grid.wishlist span.stock-custom-label,
.csproduct-customer-products .products-grid span.stock-custom-label
{
    color: #8f6a2a;
}
.products-grid.wishlist span.available-dots.green,
.csproduct-customer-products .products-grid span.available-dots.green
{
    background-color: green;
}
.products-grid.wishlist span.available-dots,
.csproduct-customer-products .products-grid span.available-dots
{
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}
.products-grid.wishlist span.available-dots.red,
.csproduct-customer-products .products-grid span.available-dots.red
{
    background-color: red;
}
.products-grid.wishlist  .product-labels,
.csproduct-customer-products .products-grid .product-labels
{
    z-index:2!important;
}
.account .block-collapsible-nav .content {
    background: #efefef;
    margin-bottom: 15px;
}
.account .block-collapsible-nav .item a:hover {
    color: #f0b323;
}
.csproduct-customer-products #searchcustomform {
    margin-bottom:20px!important;
}
.csproduct-customer-products .products-grid .product-item-actions {
    position: absolute;
    top: 10px;
    left: 10px;
}
.csproduct-customer-products .products-grid  .product-item .action.towishlist:before {
    background: url(../images/ulubione_3.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 22px;
    height: 19px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
    position: absolute;
    background-size: initial;
    top: 10px;
    left: 5px;
}
@media (min-width: 1025px) {
    .csproduct-customer-products .products-grid  .product-item .action.towishlist:hover:before  {
        background: url(../images/ulubione-hov-desktop.png);
        background-repeat: no-repeat, repeat;
    }
}
@media(max-width:1024px) {
    .csproduct-customer-products .products-grid .product-item-actions {
        position: initial;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: bottom;
        margin: 5px 5px 0px 0px;
    }
    .csproduct-customer-products .products-grid .product-item .action.towishlist:before {
        position: relative;
        top: 0px;
        left: 0px;
        background: url(../images/ulubione.png) center / 18px 16px no-repeat!important;
        height: 20px;
        display: inline-block;
        width: 22px;
        content: '';
        vertical-align: text-bottom;
        margin-top: 0;
    }
    .csproduct-customer-products .products-grid .product-item .action.towishlist:hover:before {
        background: url(../images/ulubione-hover.png) center / 18px 16px no-repeat!important;
    }
    .csproduct-customer-products .products-grid .actions-secondary > .action {
        position: relative;
        border: 1px solid #efefef;
        width: 25px!important;
        height: 25px;
        line-height: 30px;
        display: block;
        padding: 2px;
        border-radius: 50%;
    }
}

.form-edit-account .field.taxvat {
    display:none!important;
}

/* blog product in description*/
.blog_container.custom_product .product-item-custom-container {
    position: relative!important;
}
.blog_container.custom_product  .product-image-container,
.blog_container.custom_product .product-item-info
{
    width:100%!important;
}
.blog_container.custom_product .product-image-wrapper {
    padding-bottom: 100%!important;
}
.blog_container.custom_product img {
    margin:0!important;
}
.blog_container.custom_product  .product-image-container {
    border-bottom: 1px solid#d7d7d7;
}
.blog_container.custom_product.item {
    display: inline-block;
    margin-bottom: 20px;
}
.blog_container.custom_product .product-item-name a {
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 500!important;
    color: #333333!important;
}
.blog_container.custom_product  .product-item-name a:hover {
    color: #f0b323!important;
}
.blog_container.custom_product .product-item-info:hover span.product-image-container {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.blog_container.custom_product  .product-labels {
    z-index: 1!important;
}
.blog_container.custom_product .action.checkproduct {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer!important;
}
.blog_container.custom_product .action.checkproduct:before {
    background: url(../images/quick-view.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
}
.blog_container.custom_product .action.checkproduct:hover:before {
    background: url(../images/quick-view-hover.png);
    background-repeat: no-repeat, repeat;
}
.blog_container.custom_product  .product-item-actions {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog_container.custom_product  .action.towishlist:before {
    background: url(../images/ulubione_3.png);
    background-repeat: no-repeat, repeat;
    display: inline-block;
    width: 22px;
    height: 19px;
    content: '';
    vertical-align: text-bottom;
    margin-top: 0;
    position: absolute;
    background-size: initial;
    top: 0px;
    left: 0px;
}
@media (min-width: 1025px) {
    .blog_container.custom_product  .action.towishlist:hover:before {
        background: url(../images/ulubione-hov-desktop.png);
        background-repeat: no-repeat, repeat;
    }
}

@media (min-width: 411px) {
    .blog_container.custom_product .product-item .product-item-name {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        hyphens: auto;
        margin: 5px 0!important;
        word-wrap: break-word;
    }
}

@media (min-width: 1200px) {

    .post-description .blog_container.custom_product.item {
        width: calc((100% - 12%) / 4)!important;
        margin-left: 3%!important;
    }

    .post-description  .blog_container.custom_product.item:nth-of-type(4n+1) {
        margin-left: 0!important;
    }

}
@media(max-width:1024px) {
    .blog_container.custom_product  .product-item-actions {
        position: initial;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: bottom;
        margin: 5px 5px 0px 0px;
    }
    .blog_container.custom_product .action.checkproduct {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: bottom;
        margin: 5px 0 0px 0px;
    }
    .blog_container.custom_product  .action.towishlist:before {
        position: relative;
        top: 0px;
        left: 0px;
        background: url(../images/ulubione.png) center / 18px 16px no-repeat!important;
        height: 20px;
        display: inline-block;
        width: 22px;
        content: '';
        vertical-align: text-bottom;
        margin-top: 0;
    }
    .blog_container.custom_product  .action.towishlist:hover:before {
        background: url(../images/ulubione-hover.png) center / 18px 16px no-repeat!important;
    }
    .blog_container.custom_product .action.checkproduct:before {
        background: url(../images/szukajka.png) center / 18px 16px no-repeat!important;
        width: 25px!important;
        height: 25px;
        line-height: 30px;
        display: block;
        padding: 2px;
        border-radius: 50%;
        border: 1px solid #efefef;
    }
    .blog_container.custom_product .action.checkproduct:hover:before {
        background: url(../images/szukajka-hover.png) center / 18px 16px no-repeat!important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .post-description .blog_container.custom_product.item  {
        margin-left: 3%!important;
        width: calc((100% - 9%) / 3)!important;
    }
    .post-description  .blog_container.custom_product.item:nth-of-type(3n+1) {
        margin-left: 0!important;
    }
}
@media (min-width: 411px) and (max-width: 767px) {
    .post-description .blog_container.custom_product.item {
        width: calc((100% - 4%)/2)!important;
        margin-left: 3%!important;
    }
    .post-description .blog_container.custom_product.item:nth-of-type(2n+1) {
        margin-left: 0!important;
    }
}


/* blog product in description end */

@media (min-width: 768px) {
    .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
        width: 460px!important;
        max-width: 460px!important;
    }
}
.mst-searchautocomplete__autocomplete ul li a.title {
    text-decoration:none!important;
    font-weight: 400!important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
    text-decoration:none!important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a,
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title
{
    color: #101820!important;
    text-decoration:none!important;
}
.catalogsearch-result-index .message.notice{
    color: #101820!important;
    background:#fff!important;
    font-size: 14px;
}
.catalogsearch-result-index  .message.notice > *:first-child:before {
    color: #f0b323!important;
}
.catalogsearch-result-index .message.notice .block .item a,
.catalogsearch-result-index dl.block .item a,
.catalogsearch-result-index .message.notice a,
.block.mst-search__misc-recommendations a
{
    color: #f0b323!important;
    font-weight:600!important;
    text-decoration:none!important;
}
dl.block.mst-search__misc-recommendations,
.catalogsearch-result-index dl.block
{
    margin-top: 20px!important;
}

/* contant page */
@media (min-width:768px) {
    .contact_page_custom.flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: stretch;
        width: 100%;
    }
    .contact_page_custom .form.contact {
        max-width: 50%!important;
        padding-right: 120px!important;
        width:auto!important;
        min-width:auto!important;

    }
    .contact_page_custom  .details_col {
        max-width: 50%!important;
        width:50%!important;
        min-width:50%!important;
    }
}
.contact_page_custom .form.contact  {
    margin-bottom:30px!important;
}
@media (max-width:767px) {
    .contact_page_custom .col-image {
        flex-basis:16.6667%;
        max-width: 16.6667%;
    }
    .contact_page_custom .col-text  {
        flex-basis:83.3333%;
        max-width: 83.3333%;
    }
}
@media (max-width:420px) {
    .contact_page_custom .col-image img  {
        width:32px!important;
    }
}
.contact_page_custom .col-text a {
    color: #f0b323!important;
}
/* contact page end */
.message.info > *:first-child:before,
.message.success > *:first-child:before,
.message.error > *:first-child:before
{
    top:50%!important;
}
.checkout-onepage-success .order-details-items.ordered {
    margin-bottom:20px!important;
}
.checkout-onepage-success .column.main {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
@media only screen and (max-width: 767px) {
    .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
        width: 100%;
        margin-top:10px!important;
    }
}

.opc-estimated-wrapper {
    display:none!important;
}

.cms-page-view .static_page h1,
.cms-page-view .static_page h2,
.cms-page-view .static_page h3,
.cms-page-view .static_page h4
{
    font-family: 'Roboto Condensed', sans-serif!important;
}
.cms-page-view .static_page h2,
.cms-page-view .static_page h3,
.cms-page-view .static_page h4
{
    font-weight: 600!important;
    margin-top: 35px!important;
    margin-bottom: 35px!important;
}
.cms-page-view .static_page h1 {
    font-weight: 500!important;
    font-size: 35px!important;
}
.cms-page-view .static_page h2 {
    font-size:28px!important;
}
.cms-page-view .static_page h3 {
    font-size: 22px!important;
}
.cms-page-view .static_page h4 {
    font-size: 18px!important;
}
.cms-page-view .static_page a {
    color: #f0b323;
    font-weight: 500;
}

.quick-view_cust_message a {
    color: #006400!important;
    text-decoration:none!important;
}
.quick-view_cust_message  {
    border-radius:5px;
}

/* Projekt UE */
.project_ue,
.project_ue_mobile {
    position: fixed;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 0 3px 6px 2px #9b9b9b;
    border-radius: 0 38px 0 0;
    z-index: 1000;
}
.project_ue {
    padding-left: 5px;
    width: 111px;
    height: 72px;
}
.project_ue_mobile {
    padding-left: 16px;
    width: 74px;
    height: 43px;
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .project_ue_mobile {
        display: block !important;
    }
    .project_ue {
        display: none !important;
    }
}
/* Projekt UE end */
.table-totals .totals.shipping .value {
    display:none!important;
}

/* contact page */
.contact_page_custom  .main_img {
    width:100%;
}
.contact_page_custom .background-section {
    background-color: #080f21;
    padding: 50px 65px 50px 65px;
    margin-top: -6px;
}
.contact_page_custom .big {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff!important;
    font-size: 30px;margin: 0 0 30px !important;
}
.contact_page_custom  .regular {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom:0;
}
.contact_page_custom  .mb {
    margin-bottom:20px;
}
.contact_page_custom  .mb3 {
    margin-bottom:30px;
}
.contact_page_custom .cust_subtitle {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #8f6a2a;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact_page_custom .text_after {
    font-weight: 400;
    color: #929292;
    display: block;
    margin-bottom: 40px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
}
.contact_page_custom .label_on_border {
    position: relative;
    margin-bottom: 20px;
}
.contact_page_custom  .field.required .label_on_border label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.contact_page_custom  .label_on_border label {
    position: absolute;
    top: -9px;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 15px;
    left: 15px;
    z-index: 22;
    background-color: #fff;
    padding: 3px 10px 0;
}
.contact_page_custom .input-text {
    border-radius: 8px !important;
    border: 1px solid #192225 !important;
    background-color: #fff !important;
    min-height: 40px;
}
.contact_page_custom h1.page-title {
    margin-bottom:10px;
    font-weight: 700;
}
.contact_page_custom .primary {
    width: 100%;
}
.contact_page_custom  .action.submit.primary {
    padding: 16px 29px 16px 29px;
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500!important;
}
.contact_page_custom .field.choice {
    margin-top:40px;
}
.contact_page_custom .field.choice label div {
    display: inline;
}
.contact_page_custom .field.choice label div a {
    color: #f0c050!important;;
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .contact_page_custom .form.contact {
        padding-right: 30px !important;
    }
    .contact_page_custom  .contact_details .background-section,
    .contact_page_custom .contact_section
    {
        padding: 30px!important;
    }
    .contact_page_custom .contact_section {
        margin-top:50px!important;
    }
}
@media(max-width:767px) {
    .contact_page_custom  .contact_details .background-section,
    .contact_page_custom .contact_section
    {
        padding: 30px!important;

    }
    .contact_page_custom .contact_section {
        margin-top:30px;
    }
    .contact_page_custom .columns_flex .column:not(:last-child) {
        margin-bottom:50px!important;
    }
}
.contact_page_custom  .background-section .icons,
.contact_page_custom .contact_section .icons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items:center;
}
.contact_page_custom  .background-section .icons img {
    margin-right: 30px;
}
.contact_page_custom .contact_section .icons img {
    margin-right: 10px;
    height:26px!important;
}
.contact_page_custom  .big_text{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 35px;
}
.contact_page_custom .contact_section.background {
    background-color: rgb(255, 250, 244);
}
.contact_page_custom .contact_section {
    padding: 80px 70px 80px 70px;
}
.contact_page_custom .contact_section.background {
    margin-top:50px;
}
.contact_page_custom  .black {
    color: #101820!important;
}
.contact_page_custom  .contact_section .font_link {
    margin-bottom:0;
    font-size:16px!important;
}
.contact_page_custom  .contact_section .font_link .small {
    font-size:14px!important;
}
.contact_page_custom  .contact_section .font_link  a{
    font-size:16px!important;
    color: #101820!important;
}
@media (min-width:768px) {
    .contact_page_custom .columns_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
    }
    .contact_page_custom .columns_flex .column {
        width:50%;
    }
    .contact_page_custom .columns_flex .column.mb50  {
        margin-bottom:50px;
    }
}
/* contact page end */

span.custom_sku_label_thickness{
    position: absolute;
    bottom: 5px;
    z-index: 1;
    left: 0px;
    font-style: italic;
    color: #333!important;
}
@media(max-width:1023px) {
    span.custom_sku_label_thickness {
        bottom:45px;
    }
}
.catalogsearch-result-index .custom-toolbar-top .modes-mode.mode-list {
    display:none!important;
}

/*firefox prod options */
.mageworx-swatch.hidden {
    display: block!important;
    visibility: hidden;
    height: 0 !important;
    opacity: 0;
    display: block;
    width: 0 !important;
    margin-top: -11.3px;
}
/* firefox prod options end */

/* product designer fix */
.custom_designer_dialog button {
    min-width: 150px;
    margin: 2px;
    font-size:13px!important;
}
.custom_designer_dialog {
    font-size: 14px!important;
    font-family: 'Roboto', sans-serif!important;
    color: #101820!important;
}
button.custom_designer_dialog_back {
    background: #f0b323;
    border: 1px solid #f0b323;
    color: #fff!important;
}
button.custom_designer_dialog_close {
    border: 1px solid #101820;
    background:#fff!important;
    color: #101820!important;
}
button.custom_designer_dialog_close:hover,
button.custom_designer_dialog_back:hover
{
    background:#101820!important;
    color: #fff!important;
    border: 1px solid #101820!important;

}
/* product designer fix end */
.customer-account-create  .field.gw-euvat-field._error input,
.customer-address-form .field.gw-euvat-field._error input
{
    border: 1px solid #c2c2c2!important;
}
.customer-account-create  .field.gw-euvat-field._error .mage-error,
.customer-address-form .field.gw-euvat-field._error .mage-error
{
    display:none!important;
}
/*flags*/
.product-labels .tooltip-label {

    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 300px;
    text-align: center;
}
.product-labels .tooltip-label p{
    width: 360px !important;
}
.product-labels:hover .tooltip-label {
    opacity: 1;
    visibility: visible;
}
.flag-label{
    cursor: pointer;
    padding: 0px 10px !important;
    font-size: 12px !important;
    text-align: left !important;
    border-radius: 10px !important;
    display: inline-block !important;
    width: auto !important;
    height: 25px !important;
    line-height: 25px  !important;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.7);
    }
    100% {
        box-shadow: 0 0 0 30px red;
    }
}

@keyframes textColorChange {
    0% {
        color: red;
    }
    50% {
        color: #A61C2E;
    }
    100% {
        color: red;
    }
}

.pulsing {
    animation: pulse 1s ease, textColorChange 3s ease;
}
.product-labels .product-label  {
    display: block;
    clear: both;
    float: right;
}
.network_productstockaler{
    padding-bottom: 15px;
}
.network_productstockaler .field{
    float: left;
    width: 51%;
    margin-right: 10px;
}
@media (max-width: 1490px) {
    .page-products .products-grid .product-item  .product-labels .tooltip-label {
        left: -76px!important;
        max-width: 250px;
    }
}
@media only screen and (max-width: 639px) {
    .page-products .products-list .product-item  .product-labels .tooltip-label {
        left: -76px!important;
        max-width: 250px;
    }
}
@media only screen and (max-width: 767px) {
   .product.media .product-labels .tooltip-label {
        left: -76px!important;
        max-width: 250px;
    }
}