.luma,
[class^="-icons"], [class*=" -icons"] {
    font-family: 'luma-icons';
    font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, #maincontent, #amasty-shopby-product-list, .popular-categories, #shopping-cart-table, #mini-cart, .minicart-items {
    background-color: #fff;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:before, .product-item-actions .actions-secondary>.action:before, .product-social-links .action.tocompare:before, .wishlist.split.button>.action.split:before, .product-social-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
    width: 28px;
    height: 26px;
    line-height: 25px;
}

.product-item-actions .actions-secondary>.action:before {
    font-size: 25px;
}

.product-item .tocompare:before {
    font-family: 'luma-icons';
    content: '\e902';
    font-size: 25px;
}

.product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
    font-family: 'luma-icons';
    content: '\e900';
    font-size: 25px;
}

body .product-item .action.towishlist,
body .product-item .action.towishlist:before {
    font-size: 30px;
    width: 28px;
}

:root {
    --Roboto:'Roboto';
    --RobotoBold:'RobotoBold';
    --RobotoMedium:'RobotoMedium';
    --RobotoLight: 'RobotoLight';
}

body {
    margin:0px;
    padding:0px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    color: #1e1e21;
}

.minicart-wrapper .action.showcart,
#minicart-content-wrapper .block-content,
a, 
.alink,
a:hover, .alink:hover,
a:visited, .alink:visited {
    color: #1e1e21;
}

.action-primary:hover {
    background: #1e1e21;
    border: 1px solid #1e1e21;
    color: #fff;
}

.minicart-wrapper .action.close:before {
    content: '\f81a';
    color: #1e1e21;
}

.minicart-wrapper.active .block-minicart {
    display: block;
    border-top: 6px solid #1e1e21;
}

.-iconsdoc {
    font-style: normal;
}

.-iconsdoc::before {
    content: "\f84e";
    font-size: 70px;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    color: #1e1e21;
}

.minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'luma-icons';
    position: absolute;
    right: -10px;
    top: 5px;
    -webkit-font-smoothing: antialiased;
    color: #1e1e21;
}

.block-search .action.search:before {
    content: '\e884';
}

.panel.wrapper {
    display: flex;
    /* justify-content: space-between; */
}
.page-header .header.panel {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.header.panel>.header.links>li>a,
.header.panel>.header.links>li>a:visited,
.header.panel>.header.links>li>a:hover {
    color: #1e1e21;
    text-decoration: none;
}

.header.panel>.header.links {
    margin-left: 0;
}

.page-header .header.panel {
    max-width: 100%;
}

.header.content {
    max-width: 100%;
    padding: 0px 40px 8px 32px;
}

.panel.left,
.header-icons-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.active-country {
    float: left;
    display: block;
}

#active-country > ul {
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}

.active-country ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #cccbd1;
    padding-right: 3px;
}

.page-header .logo {
    margin: 0;
    margin-left: 16.5%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-header .panel.wrapper {
    border-bottom: none;
    background-color: #fff;
    display: grid;
    grid-template-columns: 15% 15% auto 15%;
    padding: 25px 40px 0 32px;
    border-bottom: 0px;
}

@-webkit-keyframes smoothScroll {
    from {
        -webkit-transform: translate3d(0px,-60px,0px)    ;
        transform: translate3d(0px,-60px,0px)    ;
        -moz-transform: translate3d(0px,-60px,0px)    ;
        -ms-transform: translate3d(0px,-60px,0px)    ;
        -o-transform: translate3d(0px,-60px,0px)    ;
}
  
    to {
        -webkit-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px)    ;
        -moz-transform: translate3d(0px,0px,0px);
        -ms-transform: translate3d(0px,0px,0px);
        -o-transform: translate3d(0px,0px,0px);
}
  }
  
  @keyframes smoothScroll {
    from {
        -webkit-transform: translate3d(0px,-60px,0px);
        transform: translate3d(0px,-60px,0px);
        -moz-transform: translate3d(0px,-60px,0px);
        -ms-transform: translate3d(0px,-60px,0px);
        -o-transform: translate3d(0px,-60px,0px);
}
  
    to {
        -webkit-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px)    ;
        -moz-transform: translate3d(0px,0px,0px);
        -ms-transform: translate3d(0px,0px,0px);
        -o-transform: translate3d(0px,0px,0px);
}
}

.nav-sections {
    margin-bottom: 0;
}

.minicart-wrapper .block-minicart:before {
    border-color: transparent transparent #000 transparent;
}

.minicart-wrapper .block-minicart:before {
    right: 14px;
    top: -17px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #fff;
    border: 1px solid #1e1e21;
    color: #fff;
    height: 19px;
    line-height: 19px;
    margin: 0;
    min-width: 14px;
    position: absolute;
    left: 1px;
    top: 12px;
    border-radius: 50%;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    font-size: 12px;
}

.minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #000 transparent;
}

.minicart-wrapper .block-minicart:after {
    right: 13px;
    top: -19px;
}

.minicart-wrapper {
    margin-left: 22px;
    right: 9px;
}

.block-minicart .subtotal {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-minicart .items-total {
    float: right;
}

.minicart-items-wrapper {
    border: none;
}

.minicart-items .product-item-name {
    margin: 0 0 10px;
}

.minicart-items .product-item-name a {
    color: #1e1e21;
    font-family: var(--RobotoLight);
    font-size: 14px;
    font-weight: 400;
}

.minicart-items .product-item-details .price {
    font-weight: 700;
    font-family: var(--RobotoBold);
    color: #1e1e21;
    font-size: 2rem;
}

.block-minicart .block-content > .actions > .secondary .action.viewcart {
    display: block;
    width: calc(100% - 30px);
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}

.sky-corp {
    text-align: right;
    font-weight: 500;
    text-transform: uppercase;
}

.header-icons-list {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1px;
    padding-left: 1px;
}

.header-icons-list li {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 0px;
    vertical-align: text-top;
}

.header-icons-list li a {
    font-size: 0;
    text-decoration: none;
}

.header-icons-list li a.phone::before,
a.luma.phone::before {
    content: '\e887';
    font-size: 18px;
}

.header-icons-list li a.contact::before,
a.luma.contact::before {
    content: '\e60c';
    font-size: 16px;
}

a.luma.magnifier::before {
    content: '\e884';
    font-size: 16px;
}

.header-icons-list li a.contact,
a.luma.contact {
    width: 20px;
    height: 20px;
    display: flex;
    border: 1px solid #1e1e21;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-icons-list li a.email::before,
a.luma.email::before {
    content: '\f858';
    font-size: 18px;
}

.header-icons-list li a::before {
    color: #1e1e21;
}

.page-wrapper>.breadcrumbs .items {
    padding: 15px 5px 5px;
}

.sky-corp {
    margin-right: -40px;
    padding-right: 30px;
}

.sky-corp a {
    font-family: var(--RobotoMedium);
    font-size: 14px;
    color: #1e1e21;
    text-decoration: none;
}

.header.panel>.header.links>li.authorization-link {
    text-transform: uppercase;
    margin: 0 0 0 10px;
}

.header.links>li.authorization-link a,
.customer-welcome .customer-name {
    line-height: normal;
}

.header.links>li.authorization-link a::after,
.customer-welcome .customer-name::after {
    font-family: 'luma-icons';
    content: '\e900';
    font-size: 25px;
    line-height: 0px;
    padding-left: 5px;
    position: relative;
    bottom: -5px;
}

.customer-welcome .customer-name::after {
    position: relative;
    bottom: -6px;
    padding: 0;
}

.separator-col {
    border-top: 1px solid #a1a1a1;
    padding-bottom: 20px;
}

.copyright {
    background-color: #fff;
    color: #1e1e21;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    text-align: left;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.footer-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}

.copyright ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 35px;
    padding-left: 35px;
}

.luma.youtube:before {
    content: "\f838";
}

.luma.facebook:before {
    content: "\f833";
}

.luma.instagram:before {
    content: "\f83d";
}

.footer-icons-list {
    display: flex;
    gap: 50px;
    padding-left: 35px; 
}

.footer-icons-list li a {
    font-size: 0;
    text-decoration: none;
}
.footer-icons-list li a:not(.contact)::before {
    font-size: 20px!important;
}

.page-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
}

.footer-links [data-content-type='html'] {
    padding-bottom: 48px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: center;
}

.page-footer ul li {
    margin: 0;
    line-height: normal;
}

.page-footer ul li.master-visa {
    display: flex;
}

.copyright ul li a {
    text-transform: uppercase;
}

.page-footer {
    background: #fff;
    padding: 60px 100px 25px; 
    padding-bottom: 25px;
    border-top: 1px solid #d0cfd5;
    position: relative;
    margin-top: 0;
}

.page-header .widget.block, .page-footer .widget.block {
    margin: 0;
}

.footer-links [data-content-type='html'] .column {
    width: 35%;
    max-width: 700px;
}

.footer-links .header {
    font-size: 16px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    padding-top: 6px;
    margin-bottom: 18px;
    display: block;
    font-family: var(--RobotoBold);
}

.page-footer .footer-links .block-cms-link {
    font-family: var(--RobotoBold);
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    line-height: 1.5;
}

.footer-links .block-cms-link  a {
    color: #1e1e21;
}

.footer-categories.payement {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.footer-categories.kontakt {
    font-size: 13px;
    font-family: var(--RobotoBold);
    letter-spacing: 1px;
    line-height: 1.5;
}

.footer-categories.kontakt strong {
    font-size: 14px;
}

.footer-categories.payement img {
    max-height: 40px;
    object-fit: contain;
}

.login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
    display: block;
    border: 1px solid #ececec;
    background: #fff;
    border-top: 4px solid #1e1e21;
    padding: 35px 25px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.login-container .block .block-title {
    border-bottom: unset;
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-bottom: 12px;
}

body, h1, h2, h3, h4, p, span {
    color: #1e1e21!important;
}

button:hover, .action.primary, .action.primary:hover,
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background-color: transparent !important;
    color: #1e1e21;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
}
.action.primary, .action.primary:hover, .modes-mode.active, .modes-mode:hover, .pages strong.page, .pages .action:hover, .pages a.page:hover, .fotorama__nav .fotorama__thumb-border, button:hover, .action.primary:focus, .action.primary:active, .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart, .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart, .filter-toggle.active, i.ajax-loader, .swatch-option.selected, .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option:not(.disabled):hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover {
    border-color: #1e1e21;
}
.action.primary, .action.primary:active {
    letter-spacing: 1px;
    text-transform: uppercase;
}
button, a.action.primary {
    /*height: 38px;
    */line-height: 22px;
    font-weight: 400;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
}
.action.primary {
    font-weight: 400;
}
.login-container .fieldset:after {
    margin: 9px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 25px;
}

.page-main > .page-title-wrapper .page-title {
    font-size: 20px;
    margin: 0 0 15px;
}

.cms-kontakt .pagebuilder-column-line {
    gap: 20px;
}

/* Home Page Start */

.page-layout-1column.cms-home .column.main,
.page-layout-1column.cms-home-page-dealer-store .column.main,
.page-layout-1column.cms-index-index .column.main {
    padding: 0;
}

.page-layout-1column.cms-home .column.main .homeTopPromotion picture img,
.page-layout-1column.cms-home .column.main .homeTopPromotion picture,
.page-layout-1column.cms-home-page-dealer-store .column.main .homeTopPromotion picture img,
.page-layout-1column.cms-home-page-dealer-store .column.main .homeTopPromotion picture,
.page-layout-1column.cms-index-index .column.main .homeTopPromotion picture img,
.page-layout-1column.cms-index-index .column.main .homeTopPromotion picture {
    width: 100%;
}

.page-layout-1column.cms-home .column.main .homeTopPromotion picture,
.page-layout-1column.cms-home-page-dealer-store .column.main .homeTopPromotion picture,
.page-layout-1column.cms-index-index .column.main .homeTopPromotion picture {
    display: flex;
}

.cms-home .page-header:not(.sticky-header) .navigation:not(.sticky-header),
.page-layout-1column.cms-home-page-dealer-store .page-header:not(.sticky-header) .navigation:not(.sticky-header),
.page-layout-1column.cms-index-index .page-header:not(.sticky-header) .navigation:not(.sticky-header)   {
    background: transparent;
    /* max-width: 1740px; */
}

.cms-home .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top span,
.cms-home .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top a,
.cms-home .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top,
.page-layout-1column.cms-home-page-dealer-store .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top span,
.page-layout-1column.cms-home-page-dealer-store .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top a,
.page-layout-1column.cms-home-page-dealer-store .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top,
.page-layout-1column.cms-index-index .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top span,
.page-layout-1column.cms-index-index .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top a,
.page-layout-1column.cms-index-index .page-header:not(.sticky-header) .navigation:not(.sticky-header) .level0>.level-top {
    color: #fff!important;
}

.slider-info-app .blue-info-app {
    background-color: #deeff6;
    padding: 60px 20px 30px 50px;
    position: absolute;
    max-width: 420px;
    height: min-content;
    right: 10%;
    bottom: 15%;
    line-height: 1;
}

.slider-info-app .app-box-strong {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--RobotoBold);
}

.slider-info-app .app-box-regular {
    font-size: 18px;
    font-family: var(--Roboto);
}

.read_more_n.home {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
}

.cms-home .nav-sections,
.cms-home-page-dealer-store .nav-sections,
.cms-current-trends .nav-sections {
    background:#060608;
}

.homeTopPromotion {
    position: relative;
    max-height: 860px;
    line-height: 0;
}

.homeTopPromotion .slick-dots {
    bottom: 30px;
}

.slick-dots li button {
    background-color: #fff;
    border: 1px solid #fff;
}

.homeTopPromotion .slick-slider {
    padding: 0;
    margin: 0;
}

.homeTopPromotion img {
    max-height: 860px; 
    object-fit: cover;
    object-position: top;
}

.homeTopPromotion .contentWrapper {
    position: absolute;
    max-width: 420px;
    left: 10%;
    bottom: 20%;
    line-height: normal;
}

.homeTopPromotion .contentWrapper h2,
.homeTopPromotion .contentWrapper span,
.homeTopPromotion .contentWrapper strong,
.homeTopPromotion .contentWrapper p,
.homeTopPromotion .contentWrapper h3,
.homeTopPromotion .contentWrapper h4,
.homeTopPromotion .contentWrapper a,
.homeTopPromotion .contentWrapper .alink:visited {
    color: #fff!important;
}

.homeTopPromotion .contentWrapper .promotion_title {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: var(--RobotoBold);
}

.homeTopPromotion .contentWrapper .promotion_content {
    font-family: var(--Roboto);
    font-size: 18px;
    font-weight: 400;
}

.home.news .app-icons-list {
    position: relative;
    padding-left: 25px;
    padding-top: 0px;
    max-width: 130px;
}

.homeTopPromotion .app-icons-list ul {
    min-width: 150px;
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

.homeTopPromotion .app-icons-list ul li {
    margin: 0;
}

.homeTopPromotion .app-icons-list ul li a {
    text-decoration: none;
}

.homeTopPromotion .app-icons-list ul li a::before {
    font-size: 25px;
}

.app-icons-list li {
    width: 30px;
    display: inline-block;
    list-style: none;
    text-align: left;
}

.popular-categories {
    padding: 55px 0;
}

.home-category-wrapper {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(189px, 1fr) );
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
}

.home-category-wrapper .category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
}

.home-category-wrapper .category a picture {
    border: 1px solid #d0cfd5;
    height: 10.5vw;
    width: 10.5vw;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
    max-height: 165px;
    max-width: 165px;
    transition: transform .15s, box-shadow .15s, color .15s;
    min-width: 160px;
    min-height: 160px;
}

.home-category-wrapper .category a:hover picture {
    box-shadow: 0 0 0 2px #1e1e21;
}

.home-category-wrapper .category a picture img {
    height: auto;
    max-height: 70%;
    max-width: 70%;
    width: auto;
}

.masonry-grid {
    position: relative;
}

.masonry-grid img {
    width: 100%;
    display: block;
}

.masonry-grid picture {
    display: flex;
    width: 100%;
}

.masonry-grid .gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 8vw);
    grid-gap: 0;
}
.masonry-grid .gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;
}

.gallery__item--2 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--3 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--4 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 9;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 9;
}

.gallery__item--6 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}

.masonry-grid .gallery a{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.masonry-grid .gallery .gornjiispis.strong{
    left: 40px;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 25px;
}
.masonry-grid .gallery a div.gornjiispis-ispod {
    left: 40px;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 44px;
}
.masonry-grid .gallery a div.donjiispis2 {
    left: 40px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 25px;
}

.donjiispis.strong, .donjiispis.regular {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.gornjiispis.strong,
.donjiispis2 div.donjiispis.strong {
    font-family: var(--RobotoBold);
}
div.gornjiispis-ispod.regular,
.donjiispis2 div.donjiispis.regular {
    font-family: var(--Roboto);
}

.grey-hp {
    max-height: 55px;
    background: #98999b;
}

.grey-hp ul {
    list-style: none;
    margin: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.grey-hp li {
    max-width: 60;
    display: inline-block;
    text-align: center;
    padding: 4px 0px;
    margin: 0;
}

.grey-hp li a {
    font-size: 0;
    text-decoration: none;
}

.grey-hp li a::before {
    font-size: 20px;
    color: #D0CFD5;
}

/* Home Page End */

/* Category Banners Start */

.category-cms, .category-image, .category-description {
    margin-bottom: 0px;
}

div.ma-block-static-1.ma-banner {
    display: flex;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 100%;
}

div.ma-block-static-1.ma-banner div.col.col1 {
    padding: 0 !important;
    margin: 0 !important;
    width: 25%;
    display: inline-block;
    white-space: nowrap;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    background:#000;
}

div.ma-block-static-1.ma-banner a {
    display: block;
    position: relative;
}

div.ma-block-static-1.ma-banner a div.gornjiispis {
    left: 25px;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 20px
}

div.ma-block-static-1.ma-banner a div.gornjiispis-ispod {
    left: 25px;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 45px
}

div.ma-block-static-1.ma-banner a div.donjiispis2 {
    left: 25px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 30px;
}

div.ma-block-static-1.ma-banner a div.donjiispis2 {
    width: 90%;
    white-space: normal;
    line-height: 24px;
    background-color: rgba(0, 0, 0, .6);
    padding: 5px;
}

div.donjiispis2 div.donjiispis span {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    color: #fff;
}

div.masonry-grid-item a div.donjiispis2 {
    left: 40px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 25px;
}

div.masonry-grid-item a div.donjiispis2.grey {
    left: 40px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    color: #1a191a;
    bottom: 25px;
}

div.homeover picture,
div.homeover a,
.category-cms [data-content-type='html'] {
    display: flex;
}

div.homeover picture img {
    width: 100%;
    height: 100%;
}

div.homeover {
    position: relative;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

div.homeover:before {
    content: " ";
    z-index: 0;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
div.col.right-two > a:nth-child(2) > img{
    width: 100%
}
div.homeover:hover:before {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

.ma-banner .col.right-two a {
    height: 50%;
    overflow: hidden;
}

div.col.right-two > a.grey-box > div > img {
    width: 44px;
}
.grey-box {
    padding-left: 25px;
    border-top: 2px solid #2a2d32;
    background: #d0cfd5;
}
.grey-box img {
    margin-top: 25px;
}
.grey-box .text-strong {
    position: absolute;
    bottom: 11%;
    font-size: 14px;
    font-weight: 600;
}
.block p:last-child {
    margin: 0;
}
.grey-box .text-regular {
    position: absolute;
    bottom: 7%;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--Roboto);
    margin: 0;
}
div.col.right-two > a:nth-child(2) > img {
    width: 100%;
    height: 100%;
}

/* Category Banners End */

[data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}

.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main {
    padding-bottom: 0;
    padding-right: 2%;
    padding-left: 0;
    z-index: 1;
}

.catalog-category-view .columns .column.main, .catalogsearch-result-index .columns .column.main,
body.page-products .sidebar.sidebar-main {
    padding-right: 20px;
    padding-left: 20px;
}

body.catalog-category-view .page-main,
body.catalogsearch-result-index .page-main {
    padding-left: 0px;
    padding-right: 0px;
}

.page-wrapper>.breadcrumbs {
    max-width: 100%;
    margin-bottom: 0;
}

.page-products .sorter {
    float: left;
    margin-right: 15px;
}

.modes {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    padding-top: 3px;

}

.page-products .toolbar .limiter {
    display: block;
    margin-right: 0;
    text-align: left;
    float: right;
}

.page-with-filter .toolbar-amount,
.page-products .toolbar .limiter .limiter-text {
    display: none;
}

.toolbar select {
    border: 1px solid #e4e4e4;
    height: 37px;
    color: #7a7d82;
    font-weight: 400;
    font-family: var(--RobotoLight);
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-right: 30px;
    line-height: 31px;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.sorter-label {
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--RobotoLight);
}

.limiter .label {
    font-weight: 400;
    font-family: var(--RobotoLight);
    margin: 0;
}

.limiter .control {
    display: inline-block;
}

.toolbar-sorter .sorter-action:before {
    color: #1e1e21;
}

.sorter-options {
    margin: 0 4.5px 0 7px;
    width: auto;
}

.modes-mode,
.modes-mode.active {
    box-shadow: none;
    background: #fff;
    color: #1e1e21;
    border-radius: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.modes-mode.active:last-child {
    border-right: 1px solid #1e1e21;
}

.modes-mode.active {
    border: 1px solid #1e1e21;
}

.modes-mode:hover {
    color: #1e1e21;
    background: #fff;
}

.modes-mode:before,
.modes-mode:hover:before {
    color: #1e1e21; 
}

.modes-mode:last-child {
    border-radius: 0;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.category-description [data-content-type='row'][data-appearance='contained'] {
    margin-left: 0!important;
    font-family: var(--Roboto);
}

.category-description {
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
}

.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle {
    border: none;
    background-color: transparent;
    padding: 10px 20px 4px 20px;
    font-size: 16px;
    font-family: var(--RobotoBold);
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
    border-width: 0;
}

.products-grid.products.grid .product-item, 
.products-grid.divider-line .product-item {
    border-left: 1px solid #e3e4e4;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    transition: all 0.3s;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-left: 0!important;
    display: flex;
}

.products-grid.products.grid.product-item .product-item-info, 
.products-grid.divider-line .product-item .product-item-info {
    border-top: 1px solid #e3e4e4;
    padding: 50px 0 10px;
    transition: all 0.3s;
    margin-top: -1px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.products-grid.products.grid .product-item:nth-child(3n + 1) {
    border-left-color: transparent;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
}

.products-grid .product-item-info:hover .product-item-inner, 
.products-grid .product-item-info.active .product-item-inner,
.products-grid .product-item-info .product-item-inner {
    display: block;
    background: transparent;
    box-shadow: none;
    border: none;
    border-top: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    z-index: 2;
}

.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: unset;
    height: auto;
    margin: 0;
    overflow: unset;
    padding: 0;
    position: relative;
    width: 100%;
}

.pages strong.page {
    background: #fff;
    border: 1px solid #1e1e21;
    font-size: 1.3rem;
    line-height: 2.4rem;
    letter-spacing: normal;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-family: var(--RobotoLight);
    padding: 0 4.5px;
}

.products.wrapper ~ .toolbar .pages {
    float: right;
}

.products.wrapper ~ .toolbar .limiter {
    float: left;
    margin-right: 10px;
}

.pages .item {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: normal;
    margin: 0 5px 0 0;
    display: inline-block;
}

.pages a.page {
    background: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0 4.5px;
    text-decoration: none;
}

.pages .action {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #999999;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    padding: 0 4.5px;
    box-shadow: none;
    border-radius: 0;
}

.pages .action.next {
    margin-left: 0px;
}

.pages a.page, .pages strong.page, .pages .action {
    width: 21px;
    line-height: 32px;
}

.pages .action.previous:visited:before,
.pages .action.previous:before {
    content: '\f802';
    color: #999999;
}

.pages .action.previous {
    margin-right: 0;
}

.pages .action.next:visited:before,
.pages .action.next:before {
    content: '\f801';
    color: #999999;
    font-size: 16px;
}

.pages .action:hover {
    background: #fff;
    color: #1e1e21;
    text-decoration: none;
}

.action.primary, .action.primary:hover, .modes-mode.active, .modes-mode:hover, .pages strong.page, .pages .action:hover, .pages a.page:hover, .fotorama__nav .fotorama__thumb-border, button:hover, .action.primary:focus, .action.primary:active, .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart, .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart, .filter-toggle.active, i.ajax-loader, .swatch-option.selected, .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option:not(.disabled):hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover {
    border-color: #1e1e21;
}

.stock.available span::after {
    content: "";
    width: 20px !important;
    height: 20px !important;
    background: #008f01 !important;
    border-radius: 50%;
    display: inline-block !important;
    margin-bottom: -5px;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.stock.unavailable span::after {
    content: "";
    width: 20px !important;
    height: 20px !important;
    background: #f2ce09 !important;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    display: inline-block !important;
    margin-bottom: -5px;
    margin-left: 10px;
    -ms-border-radius:50%;
    -o-border-radius:50%;
}

.product-item-details .stock {
    margin-bottom: 15px;
    font-family: var(--RobotoBold);
    font-weight:bold;
}

.read_more_n {
    display: block;
    position: absolute;
    bottom: 14px;
    right: 0px;
    font-size: 0;
}

.read_more_n a {
    text-decoration: none;
}

.read_more_n a::before {
    font-family: 'luma-icons';
    content: '\e904';
    font-size: 24px;
}

.products-grid .product-item-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action, .product-item-actions .actions-secondary>.action, .product-social-links .action.tocompare, .wishlist.split.button>.action.split, .product-social-links .action.mailto.friend, .product-social-links .action.towishlist, .block-bundle-summary .action.towishlist, .product-item .action.towishlist, .table-comparison .action.towishlist {
    vertical-align: text-bottom;
}

body .product-item .action.towishlist {
    padding-left: 7px;
    padding-bottom: 3px;
}
.product-item-actions .actions-primary+.actions-secondary>.action:last-child {
    padding-bottom: 2px;
}

.products-grid.products.grid .product-item:hover, 
.products-grid.divider-line .product-item:hover {
    background-color: #fff;
    border-top-color: #e3e4e4;
    border-bottom-color: #e3e4e4;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.products-grid .product-item .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-info-main .product-info-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info-main .product-info-price .price-box,
.product-info-price .amgroupcat-cms-content-wrapper {
    margin:20px 0;
    padding: 0;
}
.product-info-price>*:first-child {
    padding-left: 0!important;
}
.product-info-main .product-info-stock-sku {
    padding-bottom: 0;
    padding-left: 10px;
}
.product-info-main .product-info-price {
    border-bottom: 1px #ebebeb solid;
}

.product-item-info .product-item-details {
    text-align: left;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.products-grid + .toolbar.toolbar-products {
    border-top: solid 1px #efefef;
    padding: 25px 0;
}

.page-products .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
}

.products {
    margin: 0;
}

.product-item-actions .actions-primary>.stock.unavailable {
    line-height: normal;
    padding-bottom: 0px;
    padding-right: 35px;
    padding-top: 0px;
    margin-bottom: 0;
}

.page-products .product-item-actions .actions-secondary {
    margin-top: 10px;
}

.page-products .product-item-actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 78.2px;
}

.product-item .old-price .price,
.product-info-main .product-info-price .old-price .price-wrapper .price {
    color: #d0cfd5 !important;
}

.product-info-main .product-info-price .price-box .price-container>span {
    margin-bottom: 0;
}

.product-item .price-box {
    margin: 10px 0 25px;
    display: flex;
    flex-direction: column;
    height: 54px;
    justify-content: flex-start;
}

.product-item .price-box .price-label,
.product-options-bottom .price-box .old-price .price-container>span.price-label, 
.product-info-price .price-box .old-price .price-container>span.price-label {
    display: none;
}

.old-price .price {
    text-decoration: line-through;
}

.category-view-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.category-description {
    float: left;
    width: calc(50% - 20px);
    padding-right: 20px;
}

.cat-img {
    display: flex;
    padding-bottom: 10px;
    max-width: 450px;
    margin-left: auto;
    width: 50%;
}

#category-info-sidebar {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
}
.bl-info {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
}
.bl-info-mail {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#category-info-sidebar a.luma {
    font-size: 0;
    padding-right: 10px;
    text-decoration: none;
}
#category-info-sidebar a.luma::before {
    font-size: 24px;
}

strong {
    font-family: var(--RobotoBold);
}

.icon-plus::before,
.icon-minus::before {
    font-size: 16px;
    height: 32px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.box-tocart .field.qty,
.box-tocart .field.qty .control {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.box-tocart .field.qty .control {
    flex-wrap: wrap;
}

.box-tocart .field.qty .label {
    margin: 0;
    padding-right: 10px;
    margin-top: 6px;
}

.page-products .page-title-wrapper .page-title span::after {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--RobotoLight);
    letter-spacing: 1px;
    margin-top: 1px;
    margin-bottom: 30px;
    content: '_';
}

.filter-options-title:after {
    right: 30px;
}

.abs-toggling-title:after, .abs-cart-block>.title:after, .minicart-items .product .toggle:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .magento-payments-review-discount .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after, .opc-block-summary .items-in-cart.active>.title:after {
    content: '\f803';
}
.abs-cart-block.active>.title:after, .abs-discount-block .block.active>.title:after, .cart-summary .block.active>.title:after, .magento-payments-review-discount .block.active>.title:after, .paypal-review-discount .block.active>.title:after, .cart-discount .block.active>.title:after,
.opc-block-summary .items-in-cart>.title:after {
    content: '\f800';
}

.filter-options-item.active>.filter-options-title:after,
body .product.data.items .item.title.active a:after,
.icon-minus::before {
    content: '\f883';
    font-family: 'luma-icons';
}
.filter-options-item:not(.active)>.filter-options-title:after,
body .product.data.items .item.title a:after,
.icon-plus::before {
    content: '\f882'; 
    font-family: 'luma-icons';
}

.filter-options-content {
    padding: 16px 10px 4px 10px;
}
.filter-options .items .items-children.-folding.level-1 {
    padding-left: 0px;
}
.filter-options .items .items-children.-folding.level-3,
.filter-options .items .items-children.-folding.level-4 {
    width: calc(100% - 10px);
}

.filter .block-subtitle {
    display: none;
}

.filter.block {
    padding-top: 40px;
}

/* Search Style Start */

.results .amsearch-related-terms .amsearch-block-header,
.results .amsearch-related-terms>.amsearch-item {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.results .amsearch-related-terms .amsearch-block-header {
    padding: 12px 10px;
    font-size: 16px;
    font-family: var(--RobotoBold);
}

.results .amsearch-related-terms>.amsearch-item {
    font-size: 14px;
}

.amsearch-related-terms>.amsearch-item {
    background: #1e1e21;
  border-radius: 0px;
  color: #fff!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.amsearch-block-header .amsearch-title,
.amsearch-block-header .amsearch-count {
  color: #fff!important;
}

.amsearch-block-header {
  background: #1e1e21;
  width: 100%;
  padding: 8px 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

body .amsearch-related-terms>.amsearch-item:hover {
  background: #1e1e21;
  color: #fff;
}

.amsearch-product-list .product.details.product-item-details a.product-item-link:hover {
    color: #1e1e21;
}

.amsearch-product-list .product.description.product-item-description {
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: normal;
    font-size: 14px;
}

.amsearch-item-container.-recent_searches .amsearch-tab-items {
  list-style: none;
    margin: 0;
    padding: 0;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  float: left;
    padding: 0.7rem 0 0.7rem 1rem;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.amsearch-item-container .amsearch-item .amsearch-link {
    font-size: 15px;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
    font-size: 15px;
    color: #1e1e21;
    font-family: var(--RobotoBold);
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
    padding: 0;
}
.amsearch-products-section .product-item [data-role='priceBox'] span.old-price {
  display: none;
}
.amsearch-products-section.-list .amsearch-image .product-image-wrapper {
  padding-bottom: 100%!important;
}
.amsearch-product-list .product.details.product-item-details a.product-item-link {
  font-size: 16px;
  font-family: var(--RobotoBold);
}

.amsearch-products-section .amsearch-link:hover {
  color: #1e1e21;
}

.amsearch-items-section:not(:first-child:last-child),
.amsearch-items-section {
    max-width: 100%;
	padding: 0;
}

.amsearch-result-section  .amsearch-items-section .amsearch-block-header,
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  background: #1e1e21;
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  color: #fff!important;
  text-transform: uppercase;
  font-family: var(--RobotoBold);
  font-weight: 700;
  align-items: baseline;
  margin: 0;
}

.amsearch-item-container .amsearch-item .amsearch-link:focus {
    background: transparent;
    color: #1e1e21;
}

.amsearch-block-header .amsearch-title {
  text-transform: uppercase;
}

.amsearch-block-header .amsearch-title {
    font-size: 15px;
}

.amsearch-item-container .amsearch-item {
    text-transform: capitalize;
    float: left;
    padding: 0.7rem 0 0.7rem 1rem;
    margin: 0;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e21;
    outline: none;
    padding: 0;
    text-decoration: none;
}

.amsearch-products-section:not(:first-child) {
    border-top: 1px solid #1e1e21;
    border-left: none;
	padding: 0;
}

.amsearch-item-container .amsearch-item .amsearch-link:hover,
.amsearch-highlight {
    background: transparent;
    color: #ee3452;
}

body .amsearch-products-section .amsearch-link:hover {
    color: #fff;
    text-decoration: underline;
	font-weight: normal;
}

.amsearch-products-section .amsearch-block-header {
    padding: 8px 10px;
    background: #1e1e21;
}

.amsearch-block-header .amsearch-link {
    line-height: normal;
    min-width: 90px;
    color: #fff;
    font-size:13px;
}

.amsearch-products-section .amsearch-item {
	padding: 10px;
}

.amsearch-products-section .amsearch-item:hover,
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background: transparent;
}
.amsearch-products-section:not(:first-child) {
  border: none;
}

.amsearch-products-section .product-item-link {
    padding: 0 0 5px;
    word-break: keep-all;
    font-size: 13.3px;
    font-weight: normal;
    color: #1e1e21;
}

.amsearch-products-section .amsearch-item .product-item-description, .amsearch-products-section .amsearch-item .item-description {
    word-break: keep-all;
    font-size: 1.2rem;
    color: #868686;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    padding: 0;
}

.amsearch-products-section .product-item [data-role='priceBox'] p, 
.amsearch-products-section .product-item [data-role='priceBox'] span,
.amsearch-products-section .product-item .old-price span.price {
    flex-basis: 100%;
    padding: 0;
    margin-left: 0;
    white-space: nowrap;
    font-size: 18px;
}

.amsearch-products-section .product-item [data-role='priceBox'] span.price-label {
    font-size: 12px;
    font-family: var(--Poppins);
}

.amsearch-products-section.-list .amsearch-image {
    width: 100%;
}

.amsearch-products-section.-list .amsearch-image img {
    object-fit: contain;
    max-height: 125px;
}

.amsearch-products-section .product-item-details {
    min-height: 100%;
    padding-top: 0;
}

.amsearch-result-section:not(.-small) {
    flex-wrap: wrap;
    margin: 0;
}

.amsearch-products-section .actions-secondary .amsearch-button.-icon {
    display: none;
}

.amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid #1e1e21;
    box-shadow: none;
}

.amsearch-message-block {
    background: #121212;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 20px;
    color: #fff!important;
}

.amsearch-message-block span {
    color: #fff!important; 
}

.catalogsearch-result-index .page-title-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.catalogsearch-result-index .filter-title strong {
    top: -20px;
}

.page-header .amsearch-wrapper-block {
    max-width: 370px;
    width: 100%;
}

body .amsearch-input-wrapper .amsearch-button.-loupe {
    background-image: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
}

.amsearch-input-wrapper .amsearch-input {
    border: 1px solid #1e1e21;
}

.amsearch-button.-loupe::before {
    font-family: 'luma-icons';
    content: "\e884";
    font-size: 20px;
    color: #1e1e21;
}

.amsearch-wrapper-block {
    order: 0;
    padding: 0;
}

.amsearch-form-block:not(.-opened) .amsearch-button.-close {
    display: none;
}

.amsearch-products-section {
    padding: 0;
}

.fieldset.address div[name="shippingAddress.postcode"] {
  position: relative;
}

.fieldset.address div[name="shippingAddress.postcode"] .message.warning {
  position: absolute;
  width: 200px;
  right: 6px;
}

.opc-block-summary.amcheckout-summary-container .amcheckout-content {
    border: 1px solid #e3e4e4;
    border-top: none;
}

.checkout-index-index .opc-block-summary.amcheckout-summary-container {
    padding: 24px 11px 0;
}

#customer-email-fieldset .note {
    display: none!important;
}

/* body.-amsearch-overlay-opened {
    overflow-y: hidden;
} */

.amsearch-form-block.-opened {
    z-index: 98;
    width: 100% !important;
}

.page-header .amsearch-input-wrapper {
    min-width: 100%;
    width: auto;
}

/* Search Style End */
/* Product Page Details START */

#amasty-shopby-product-list .products.wrapper.products-list .product-item:not(:last-child) {
    border-bottom: 1px solid #e3e4e4;
    margin-bottom: 0px;
    padding-top: 20px;
    position: relative;
}

#amasty-shopby-product-list .products.wrapper.products-list .product-item-info .product-item-details {
    max-width: 450px;
    position: relative;
}

.gallery-placeholder__image {
    max-height: 550px;
    object-fit: contain;
}

.product.data.items>.item.title>.switch span::before {
    color: #4a494e !important;
    text-transform: none;
    font-size: 18px;
    font-weight: 400 !important;
    content: "_";
}

.product.data.items {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.product.data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.product.data.items>.item.title>.switch {
    display: block
}

.product.data.items>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.product.data.items>.item.content:before,.product.data.items>.item.content:after {
    content: '';
    display: table
}

.product.data.items>.item.content:after {
    clear: both
}

.product.data.items>.item.content.active {
    display: block
}

.product.data.items>.item.title {
    margin: 0
}

.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    background: #fbfbfb;
}

.product.data.items>.item.title>.switch {
    border: 1px solid #dddddd;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
    background: #fbfbfb;
    font-family: var(--Roboto);
    font-weight: normal;
    font-size: max(16px, 16px)!important;
    padding: 5px 45px 5px 45px;
}

.product.info.detailed .additional-attributes>thead>tr>th, .product.info.detailed .additional-attributes>tbody>tr>th, .product.info.detailed .additional-attributes>tfoot>tr>th {
    font-size: max(16px, 16px);
}

.product.data.items>.item.title>.switch:visited {
    color: #6d6d6d;
    text-decoration: none
}

.product.data.items>.item.title>.switch:hover {
    color: #333;
    text-decoration: none
}

.product.data.items>.item.title>.switch:active {
    color: #333;
    text-decoration: none
}

.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover {
    color: #333;
    text-decoration: none;
    padding-bottom: 5px;
    font-family: var(--Roboto);
    font-weight: normal;
}

.product.data.items>.item.content {
    background: #fff;
    margin: 0;
    padding: 10px 10px 30px
}

.product.data.items .item.title a {
    position: relative;
    text-decoration: none
}

.product.data.items .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center
}

.product.data.items .item.title a:after {
    position: absolute;
    right: 50px;
    top: 5px
}

.product.data.items .item.title.active a:after {
    content: '\e621'
}

.product.data.items .value p:last-child {
    margin-bottom: 0
}

.product.data.items .value br {
    display: none;
}

.product.data.items .table-wrapper {
    margin: 0
}

.product.info.detailed .product.data.items>.item.content {
    padding: 30px 45px;
    border: none;
}

.product.description p,
.product.data.items .value p,
.product.description p span,
.product.description pre {
    font-weight: 400!important;
    font-family: var(--RobotoLight)!important;
    letter-spacing: .005em;
    color: #333;
    font-size: 16px!important;
}

.product.description.product-item-description {
    height: 27px;
    overflow: hidden;
}

.product.description pre {
    background: transparent;
    border: none;
    line-height: normal;
    padding: 0!important;
    word-wrap: normal;
    margin: 0;
    white-space: normal;
}

.minicart-wrapper .block-minicart {
    padding-top: 15px;
    padding-bottom: 10px;
}

.cart.table-wrapper .col.qty .input-text {
    text-align: center;
    width: 45px;
    height: 32px;
    margin-top: 1px;
}

.cart.table-wrapper .icon-plus::before, 
.cart.table-wrapper .icon-minus::before {
    font-size: 14px;
    height: 32px;
    width: 40px;
    color: #ccc;
}

.cart.table-wrapper .col.qty .field.qty .control.qty label {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Related Products Start */

.block.related .title strong {
    font-size: 20px;
    font-family: var(--RobotoBold);
}

.block.related .block-actions .action.select {
    line-height: normal;
    display: inline-flex;
    font-size: 16px;
}

.block.related .block-actions {
    font-size: 16px;
}

.block.related .product-item-info {
    width: auto;
    position: relative;
}

.block .top-labels div {
    font-size: 10px;
}

.block.related .field.choice {
    left: unset;
    position: absolute;
    top: 15px;
}

.block.related .products-grid.products.grid .product-item:hover, 
.block.related .products-grid.divider-line .product-item:hover {
    box-shadow: none;
}

.page-layout-1column .block.related .products-grid .product-item {
    width: calc(20% - 25px);
    box-sizing: content-box;
}

.column.main .block.related .product-items {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.block.related .products-grid.products.grid .product-item, 
.block.related .products-grid.divider-line .product-item {
    border: none;
    margin: 0;
}

/* Related Products End */

/* Product Page Details END */

.catalog-product-view .columns {
    padding-top: 0;
    z-index: auto;
    display: flex;
}

.catalog-product-view .column.main {
    max-width: calc(100% - 400px);
    padding-right: 10px;
}

.catalog-product-view .sidebar.sidebar-main {
    background: #d0cfd5;
    width: 100%;
    max-width: 315px;
    padding-right: 0px;
    margin-right: 4%;
    margin-left: -20px;
}

.catalog-product-view .product.media {
    width: 40.83%;
    position: relative;
}

.catalog-product-view .product-info-main {
    width: calc(57.17% - 30px);
    max-width: 600px;
    float: left;
    padding-left: 30px;
}

.product-info-main .page-title-wrapper h1 span {
    font-family: var(--RobotoBold);
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff !important;
    width: auto;
}

.fotorama__nav--thumbs .fotorama__thumb {
    border: 1px solid #ccc !important;
}

.fotorama__thumb {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-addto-links .action {
    margin-right: 30px;
}

.fotorama__nav__frame {
    box-sizing: border-box;
    padding-bottom: 0 !important;
    margin-right: 2px;
    cursor: pointer;
}

div.page-title-wrapper.product {
    padding: 20px 1% 20px 0px;
}

.product-social-links .action.tocompare:before {
    content: '\e902';
}

[data-role="compare-products-link"] a {
    font-size: 0;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
}

.no-display {
    display: none!important;
}

[data-role="compare-products-link"] a::before {
    font-family: 'luma-icons';
    content: '\e902';
    font-size: 24px;
}

[data-role="compare-products-link"] a span {
    font-size: 14px;
}

[data-role="compare-products-link"]::marker {
    display: none;
}

.fotorama1725608829234 .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 2px;
    height: 75px;
}

.action-secondary.action-dismiss {
    text-transform: uppercase;
}

button:not(.primary),
.action-primary.action-accept {
    border: 1px solid #ccc;
    color: #777;
    line-height: 30px;
    padding: 0 12px;
    height: 32px;
    background-color: #fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}

.cart-summary > .title {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--RobotoLight);
    margin: 12px 0;
}

.cart-totals, .opc-block-summary .table-totals {
    border-top: 1px solid #cccccc;
    padding-top: 0px;
}

.cart-summary {
    background: #fbfbfb;
    border: 1px solid #ddd;
}

.cart.table-wrapper .action {
    margin-right: 15px;
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action {
    background: #fff;
    border: 1px solid #1e1e21;
    padding: 0 12px;
    text-decoration: none;
    transition: all 0.3s;
}

.action.primary, .action.primary:hover, .modes-mode.active, .modes-mode:hover, .pages strong.page, .pages .action:hover, .pages a.page:hover, .fotorama__nav .fotorama__thumb-border, button:hover, .action.primary:focus, .action.primary:active, .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart, .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart, .filter-toggle.active, i.ajax-loader, .swatch-option.selected, .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option:not(.disabled):hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare:hover, .block-minicart .block-content > .actions > .secondary .action.viewcart, .amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action:hover {
    border-color: #1e1e21;
    transition: all 0.3s;
}

.qty-substract::before,
.qty-add::before {
    transition: all 0.3s; 
}

.qty-substract:hover::before,
.qty-add:hover::before {
    color:#1e1e21!important;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

.abs-remove-button-for-blocks:before, .sidebar .product-items .action.delete:before, .sidebar .block-compare .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before, .minicart-items .action.delete:before, .cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\f819';
    font-size: 16px;
    color: #1e1e21;
}

.minicart-wrapper .action.edit:before,
.cart.table-wrapper .actions-toolbar>.action-edit:before {
    content: '\f826'; 
    font-size: 16px;
    color: #1e1e21;
}

.minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem;
}

.minicart-items .item-qty {
    width: 50px;
    height: 30px;
    text-align: center;
    margin-right: 9px;
}

.minicart-items .product-item .product-image-container {
    width: 65px!important;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.minicart-items .product-image-container {
    border: 1px solid #ececec;
}

#info-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 0 40px;
    gap: 20px;
}

#info-sidebar .bl-info,
#info-sidebar .bl-info-mail {
    width: auto;
}

#info-sidebar a.luma {
    font-size: 0;
    padding-right: 10px;
    text-decoration: none;
}
#info-sidebar a.luma::before {
    font-size: 24px;
}

body .product-info-main .product.overview {
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    margin: 0;
    font-family: var(--RobotoLight);
}

body .product-info-main .dostupnost {
    border-bottom: solid 1px #dae2e6;
    border-top:  solid 1px #dae2e6;
    padding: 10px 0 15px;
}

body .product-info-main .dostupnost strong {
    font-family: var(--RobotoBold);
    font-size: 16px;
}

body .product-info-main .dostupnost ul {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.available-online .product-info-main .dostupnost strong {
    font-size: 0;
}
body.available-online .product-info-main .dostupnost strong::after {
    content: 'Dostupno:';
    font-family: var(--RobotoBold);
    font-size: 16px;
}

body .product-info-main .dostupnost ul li {
    margin-bottom: 0;
    font-size: 13px;
}

body .product-info-main .dostupnost ul li a {
    text-decoration: underline;
}

.product-info-main .product.overview p {
    color: #4a494e;
    letter-spacing: 1px;
    font-size: 18px;
}

.product-social-links {
    margin: 10px 0 20px;
}

/* Cart Page */

table .col {
    width: auto;
}

.cart.table-wrapper .product-image-container {
    border: 1px solid #ccc;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-details {
    padding: 15px 0 10px;
}

.cart.table-wrapper .product-item-name {
    font-size: 14px;
    display: block;
    margin: 0;
    margin-top: 10px;
}

.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    font-family: var(--RobotoLight);
}

.cart.table-wrapper .col {
    vertical-align: middle;
}

.cart.table-wrapper .col.qty .field.qty {
    min-width: 67px;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 14px;
}

.product-item-name, .product.name a,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price, .order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price {
    font-weight: 400;
    font-family: var(--RobotoLight);
}

.cart.table-wrapper .col.qty {
    text-align: center;
}

.cart.table-wrapper .cart thead tr th.col {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--RobotoBold);
}

/* Account Page Start */

.account .sidebar.sidebar-main:before {
    border: none
}

.account .sidebar .product-items .product-item-name a {
    overflow: visible;
    white-space: normal;
    text-overflow: unset
}

.account .block-reorder .product-item {
    padding: 5px 0
}

.account .block-reorder .product-item .field.item {
    display: inline-block;
    vertical-align: top
}

.account .block-reorder .product-item-name {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top
}

.account .block-collapsible-nav .nav>li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    margin: 0
}

.account .block-collapsible-nav .nav>li>a {
    color: #777;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    display: block
}

.account .block-collapsible-nav .nav>li>a:focus,
.account .block-collapsible-nav .nav>li>a:hover {
    background: 0 0
}

.account .block-collapsible-nav .nav>li>a:before,
.account .block-collapsible-nav .nav>li>strong:before {
    content: '\f821';
    font-family: 'luma-icons';
    position: absolute;
    left: 5px
}

.account .block-collapsible-nav .nav>li>strong {
    position: relative;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    border-left: none;
}

.account .block-collapsible-nav .content {
    background: #fff;
    padding-top: 0;
}

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

.magento-payments-review .block .box-title, .paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0px;
}
.abs-account-blocks .block-title, .account .legend, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .magento-payments-review .block .block-title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: none;
    padding-bottom: 10px;
    margin: 5px 0 10px;
    line-height: 1.2;
    font-size: 16px;
}
.paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: block;
}
.block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-information .box-content, .box-newsletter .box-content {
    line-height: 24px;
}

.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
  font-family: var(--RobotoBold);
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--RobotoBold);
}
.box .box-title {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
}
.box .box-content {
    padding: 20px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fbfbfb;
    min-height: 135px;
}
.box .box-actions {
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f5f5f5;
    padding: 10px 15px;
}
.account .actions-toolbar {
    margin-bottom: 30px;
}

.customer-welcome .customer-menu .authorization-link a::after {
    display: none;
}

/* Account Page  End */

.page-header {
    border: 0;
    margin-bottom: 0;
}
.page-layout-1column.catalog-product-view .column.main {
    padding: 0;
}
.product-info-main .product-add-form {
    padding-bottom: 30px;
}

/* Checkout Page Style Start */

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
    border: 1px solid #1e1e21;
    padding: 15px;
}

.checkout-index-index .page-header .logo {
    margin-left: 0;
}

.checkout-index-index .header.content {
    padding: 0;
}

.checkout-index-index .page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.checkout-index-index .page-main {
    padding: 0;
}

.block-authentication .actions-toolbar>.primary .action {
    margin-right: 0;
    padding: 10px 15px;
    line-height: normal;
    height: auto;
    border-color: #1e1e21;
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon,
.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before,
.amcheckout-step-container input[type='checkbox']+label:hover:before, .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: #1e1e21;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, 
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary,
.minicart-items .product-item:not(:first-child),.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, .amcheckout-step-container input[type='checkbox']+label:before, .amcheckout-step-container input[type='radio']+label:before {
    border-color: #e3e4e4;
}

._amcheckout-selectable-item:hover, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover, .amcheckout-step-container .shipping-address-items .shipping-address-item:hover, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:hover, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:hover, .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover, .block-authentication .actions-toolbar>.primary .action:hover, .action.primary:hover, .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
    box-shadow: 0 2px 8px rgba(30, 30, 33, 0.4);;
}

.amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
    border: none;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #fff;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    border: none!important;
}

.amcheckout-step-container .opc-payment-additional.discount-code {
    display: none;
}

.amcheckout-step-container .amcheckout-title {
    background: #fff;
    border:1px solid #1e1e21!important;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    text-transform: uppercase;
    border:1px solid #1e1e21!important;
    text-decoration: none;
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-wrapper,
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-wrapper img {
    max-height: 75px;
    object-fit: contain;
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding: 0;
    padding-left: 100px;
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item {
    padding: 20px 0 0;
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 10px 0 0;
}

.checkout-index-index .page-header {
    box-shadow: none;
}

.amcheckout-step-container input[type='checkbox']+label:before {
    border-radius: 0;
    margin: 0px 5px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
    position: relative;
    top: -3px;
}

.field.password .control .input-text {
    z-index: 1;
}

.top-labels {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.top-labels div{
    background: #d0cfd5;
    padding: 6px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Checkout Page Style Start End */
.filter-options-content .item a:hover {
    color: #4a494e;
}
.items[class*='category_ids']:not(.items-children)>.item>a {
    font-weight: normal;
}
#narrow-by-list .filter-options-content {
    padding-top: 0;
}
.categories {
  list-style: none none;
  padding-left: 0;
}
.filter-options .am-labels-folding.-am-singleselect .item:not(.backMenu) {
    padding-left: 12px;
}
[data-amshopby-filter="category_ids"] li.backMenu {
  margin-bottom: 5px;
}
[data-amshopby-filter="category_ids"] li.backMenu .categories a::after {
  font-family: 'luma-icons';
  content:"\f802";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2.5px;
}
[data-amshopby-filter="category_ids"] li.backMenu .categories li:not(.active) a::after {
    content: " ";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #1e1e21;
    line-height: normal;
    font-size: 8px; 
}
.filter-options-item .filter-options-content [data-amshopby-filter-request-var="cat"] .items [class*='am-filter-item'] {
  background: none;
  padding: 0px 20px 0px 12px;
}
.filter-options .am-labels-folding.-am-singleselect .item:not(.backMenu),
[data-amshopby-filter="category_ids"] li.backMenu .categories li {
  margin: 2px 0;
}

[data-amshopby-filter="category_ids"] li.backMenu .categories li {
  font-size: 16px;
  margin: 5px 0;
  position: relative;
  padding-left: 15px;
}

.filter-options-item:first-child .filter-options-title {
  font-size: 16px;
}
[data-amshopby-filter="category_ids"] li.backMenu .categories li.active {
    font-family: var(--RobotoBold);
}

[data-amshopby-filter="category_ids"] li.backMenu .categories li:not(.active) a::before {
  display: none;
}

[data-amshopby-filter="category_ids"] li.backMenu .categories li:not(.active) a {
    pointer-events: none;
    padding-left: 5px;
}

[data-amshopby-filter="category_ids"] li.backMenu .categories li:not(.active) {
    padding-left: 14px;
}

@media only screen and (min-width: 768px) {
    .cart.table-wrapper .item .col.item {
        padding: 20px 8px 1px 0;
    }
    .filter-content .item {
        margin: 5px 0;
    }
    .fotorama__wrap--css3 .fotorama__stage {
        min-height: 340px;
    }
    .customer-welcome ul:after {
        right: 4px;
    }
    .customer-welcome ul:before {
        right: 5px;
    }
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: middle;
        white-space: normal;
        width: 99%;
        padding: 0;
    }
    body .page-header .navigation.sticky-header {
        background-color: #fff;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .login-container .fieldset > .field > .control {
        width: 55%;
    }
    .form.create.account > .fieldset {
        width: 50%;
        padding: 0 25px;
        float: left;
        box-sizing: border-box;
    }
    .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search {
        min-width: 100%;
        width: 100%;
    }
    .form.create.account {
        padding: 35px 0;
    }
    .form-create-account .actions-toolbar {
        text-align: left;
        clear: both;
        padding: 0 25px;
    }
    .abs-margin-for-blocks-and-widgets-desktop, .page-main .block, .customer-review .product-details {
        margin-bottom: 20px;
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
        content: '\f801';
        display: inline-block;
        font-family: 'luma-icons';
        vertical-align: top;
        margin-left: 6px;
        margin-right: 5px;
        line-height: 15px;
        float: right;
    }
    .page-header .navigation li.level0.fullwidth .submenu a, 
    .page-header .navigation li.level0.classic .submenu a, 
    .page-header .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1;
    }
    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(100% + 3px);
        z-index: 1;
    }
    .page-header .navigation .level0 .submenu {
        padding: 6px 8px;
    }
    .navigation .level0 .submenu, .sw-megamenu.navigation .subchildmenu {
        min-width: 290px;
    }
    .page-header .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
    }
    .navigation .level0 .submenu a:hover, 
    .navigation .level0 .submenu a.ui-state-focus {
        background: #f4f4f4;
        color: #777777;
        text-decoration: none;
    }
    .page-header .navigation .level1 .submenu {
        visibility: hidden;
        opacity: 0;
        transition: .2s opacity;
        padding: 6px 8px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        border-radius: 0 6px 6px 6px;
        position: absolute;
        left: 0;
        top: -6px;
        background: #fff;
        z-index: 1;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .page-products .sidebar.sidebar-main {
        margin-right: 0;
        width: 100%;
    }
    .page-main {
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 10px;
    }
    .page-products .columns {
        padding-top: 0;
        z-index: auto;
        display: flex;
    }
    body.page-products .sidebar.sidebar-main {
        margin-right: 0;
    }
    .page-title-wrapper {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .price-box .price,
    .product.info.detailed.accordion .product.data.items>.item.title,
    .product-info-price .amgroupcat-cms-content-wrapper .price,
    .product-item-info .wrapp [data-content-type='row'][data-appearance='contained'] .price {
        font-size: 16px!important;
    }
    .catalog-category-view .columns .column.main {
        flex-basis: auto !important;
    }
    .page-title-wrapper .page-title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-top: 1px;
        margin-bottom: 10px;
    }
    .page-header .navigation>ul {
        text-align: left;
        display: table;
        padding: 0;
        width: auto;
    }
    .dd-none, .active-country, .header-icons-list {
        display: block;
    }
}

@media only screen and (min-width: 921px) {
    body.-amsearch-overlay-opened .nav-sections {
        position: relative;
    }
    body .page-header .navigation.sticky-header {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 200 !important;
        margin: 0 !important;
        width: 100% !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: all;
        animation: smoothScroll 1s backwards;
        -webkit-animation: smoothScroll 1s backwards;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select:focus,
    textarea:focus,
    input:focus {
      font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .ma-banner .col.right-two {
        border-left: 2px solid #2a2d32;
        max-width: 13%;
        width: 13%;
        padding: 0px;
        margin: 0px;
    }
}

@media only screen and (min-width: 1081px) {
    .page-products .product-image-container {
        width: 300px!important;
        aspect-ratio: 300 / 300!important;
        max-height: 300px!important;
    }
    .page-products .product-image-container .product-image-photo {
        max-height: 300px;
        max-width: 300px;
        object-fit: contain;
    }
}

.product-item-description {
    font-weight: 400!important;
    font-family:var(--RobotoLight)!important;
    font-size: 16px!important;
}

.amsearch-wrapper-block .product-item-description {
    font-size: 12px !important;
}

.product-item-info .product.name a {
    font-weight: 600;
    font-family:var(--Roboto);
    font-size: 18px;
    color: #4a494e;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1200px) {
    .fotorama__wrap--css3 .fotorama__stage {
        min-height: 340px;
    }
    .ma-banner .col.right-two {
        max-width: 214px;
        width: 13%;
    }
    .product.info.detailed.accordion .product.data.items>.item.title {
        color: #4a494e !important;
        text-transform: none;
        font-size: 18px;
        font-weight: 400 !important;
    }
    .page-title-wrapper .page-title {
        font-size: 20px;
        font-family: var(--Roboto);
        font-weight: 400;
        letter-spacing: 1px;
        margin-top: 1px;
        margin-bottom: 20px;
    }
    .product.description.product-item-description {
        font-weight: 400;
        font-family:var(--Roboto);
        font-size: 18px ;
        color: #4a494e;
        margin: 0px 0px 20px 0px;
        line-height: 22px;
        letter-spacing: 1px;
    }
    .product-item-info .product.name a {
        font-weight: 600;
        font-family:var(--Roboto);
        font-size: 18px;
        color: #4a494e;
        letter-spacing: 1px;
    }
    body .price-box .price,
    .product-info-price .amgroupcat-cms-content-wrapper .price,
    .product-item-info .wrapp [data-content-type='row'][data-appearance='contained'] .price {
        font-weight: 400!important;
        font-family: var(--Roboto)!important;
        font-size: 18px!important;
        color: #4a494e!important;
        line-height: 22px!important;
    }
}

@media only screen and (min-width: 1401px) {
    .page-products .sidebar.sidebar-main {
        background: #d0cfd5;
        width: 19%;
        max-width: 315px;
        padding-right: 0px;
        padding-left: 12px !important;
    }
    .fotorama__wrap--css3 .fotorama__stage {
        min-height: 500px;
    }
    .payment-cards {
        margin-top: -35px;
        padding-bottom: 5px;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 1679px) {
    .product.description.product-item-description,
    .product-item-info .product.name a,
    div.gornjiispis.strong,
    div.gornjiispis-ispod.regular,
    .donjiispis2 div.donjiispis.strong,
    .donjiispis2 div.donjiispis.regular {
        font-size: 16px;
    }
    .products-grid.products.grid.columns3 .product-item:nth-child(1) .product-item-info, 
    .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info, 
    .products-grid.products.grid.columns3 .product-item:nth-child(2) .product-item-info, 
    .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info, 
    .products-grid.products.grid.columns3 .product-item:nth-child(3) .product-item-info, 
    .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info {
        border-top-color: transparent;
    }
}

body.page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: 33.33%;
    box-sizing: border-box;
}

@media only screen and (min-width: 1921px) {
    .homeTopPromotion picture img {
        width: 100%;
      }
    .page-products .product-image-container {
        width: 450px !important;
        aspect-ratio: 450 / 450 !important;
        max-height: 450px !important;
    }
    .page-products .product-image-container .product-image-photo {
        max-height: 450px;
        max-width: 450px;
        object-fit: contain;
    }
    .page-header .logo {
        margin-left: 16%;
    }
    .ma-banner .col.right-two {
        border-left: 2px solid #2a2d32;
        max-width: 216px;
        width: 13%;
        padding: 0px;
        margin: 0px;
    }
    .homeTopPromotion .contentWrapper {
        left: 18%;
    }
    .slider-info-app .blue-info-app {
        right: 15%;
    }
}

.page-layout-2columns-left .column.main {
    width: min-content;
}

.form.password.forget .actions-toolbar {
    padding: 0 0 30px;
}

.form.password.forget .fieldset {
    margin: 0px 0 25px;
}

.form.create.account .fieldset.additional_info {
    display: none;
}

.fieldset > .legend {
    padding: 0;
    border: 0;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--RobotoMedium);
}

.abs-account-blocks .block-title>strong, .abs-account-blocks .block-title>span, .account .legend>strong, .account .legend>span, .form-giftregistry-search .legend>strong, .form-giftregistry-search .legend>span, .block-giftregistry-results .block-title>strong, .block-giftregistry-results .block-title>span, .block-giftregistry-shared-items .block-title>strong, .block-giftregistry-shared-items .block-title>span, .block-wishlist-search-form .block-title>strong, .block-wishlist-search-form .block-title>span, .block-wishlist-search-results .block-title>strong, .block-wishlist-search-results .block-title>span, .multicheckout .block-title>strong, .multicheckout .block-title>span, .multicheckout .block-content .title>strong, .multicheckout .block-content .title>span, .customer-review .review-details .title>strong, .customer-review .review-details .title>span, .magento-payments-review .block .block-title>strong, .magento-payments-review .block .block-title>span, .paypal-review .block .block-title>strong, .paypal-review .block .block-title>span, .account .column.main .block:not(.widget) .block-title>strong, .account .column.main .block:not(.widget) .block-title>span, .multicheckout .block-title>strong, .multicheckout .block-title>span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span, .sales-guest-view .column.main .block:not(.widget) .block-title>strong, .sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-size: 16px;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: 400;
    font-size: 1.4rem;
    font-family: var(--RobotoLight);
}

.navigation li.level0 {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--Roboto);
    text-transform: uppercase;
}

.navigation {
    max-width: 100%;
}

.password-strength-meter {
    background-color: unset;
    height: unset;
    line-height: normal;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.page-header:not(.sticky-header) .navigation {
    background: #eaebed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-layout-1column .page-title-wrapper {
    padding: 0px 0px 0px 90px;
}
.page-layout-1column .column.main {
    padding: 15px 90px 32px 90px;
}
.navigation .level0.parent>.level-top>.ui-menu-icon:after {
    content: '\f813';
}

#search_mini_form .actions .action.search {
    height: 34px;
    width: 30px;
}

.block-search .action.search {
    right: 5px;
}

.panel.right p {
    margin: 0;
}

.panel.right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.submenu {
    visibility: visible!important;
    opacity: 1!important;
}

.page-wrapper>.breadcrumbs .item:not(:last-child):after {
    content: "_" !important;
    color: #d0cfd5 !important;
    margin-right: -2px;
    margin-left: -2px;
}
.breadcrumbs .items {
    font-size: 11px;
}
.breadcrumbs .item:not(:last-child):after, .breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.page-wrapper>.breadcrumbs a {
    color: #d0cfd5;
}
.page-wrapper>.breadcrumbs .item strong {
    color: #32323a;
}
.breadcrumbs li strong {
    font-family: var(--RobotoLight);
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

div.product.info.detailed span, 
div.product.info.detailed p, 
div.product.info.detailed h1, 
div.product.info.detailed h2, 
div.product.info.detailed h3, 
div.product.info.detailed h4 {
    font-size: max(16px, 16px)!important;
    line-height: 27px;
}

.amsearch-result-section {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product-info-main .product.attribute.overview {
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
}

.form.search.advanced {
    display: block;
    border: 1px solid #ececec;
    border-radius: 0px;
    background: #fff;
    border-top: 4px solid #1e1e21;
    padding: 35px 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none
}

.block-cart-failed .actions.main .continue, .cart-container .form-cart .actions.main .continue {
    display: inline-flex;
    width: 150px;
}

.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    width: auto;
}

.message.success,
.message.error,
.message.notice {
    background: #fff;
    color: #1e1e21;
    border: 1px solid #1e1e21;
}

.cart.table-wrapper #shopping-cart-table .item .message.notice {
    display: none;
}

.cart.table-wrapper .product-item-photo {
    max-width: 50px;
    max-height: 50px;
}

.desc.video [data-content-type='row'][data-appearance='contained'] {
    max-width: 800px;
    margin-left: 0 !important;
}

.product-item-info .wrapp [data-content-type='row'][data-appearance='contained'] p {
    margin-bottom: 0;
}
.product-item-info .wrapp [data-content-type='row'][data-appearance='contained'] {
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    flex-direction: column;
    height: 54px;
    justify-content: flex-start;
    margin: 10px 0 25px;
}

.homeTopPromotion .top-slide-item:not(.show-slide) {
    display: none;
}

.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 100%;
    margin-top: 0;
}

.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment .label {
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
}

/* @media (prefers-color-scheme: dark) {
    .header-icons-list li a.phone::before,
    a.luma.phone::before, .header-icons-list li a.contact::before,
    a.luma.contact::before, a.luma.magnifier::before,     
    .luma.youtube:before,
    .luma.facebook:before,
    .luma.instagram:before {
        mix-blend-mode: screen;
        filter: opacity(1);
    }
} */

.cart-totals .totals-tax,
.table-totals .totals-tax {
    display: none;
}

/* .homeTopPromotion .slick-initialized .slick-slide,
.homeTopPromotion .slick-track {
    width: 100%!important;
} */

/* Store Languages template Start */

.page-header .panel.wrapper .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    width:max-content;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a,
.page-header .panel.wrapper .switcher strong, .page-footer .switcher strong {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7.5px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after,
.page-header .panel.wrapper .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
    display:none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown.bottom {
    top:60px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
    display: none;
}
.lang-wrapper span {
    display: block;
    padding: 13px 0 10px;
    text-align: center;
    font-family: var(--RobotoBold);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover, 
.page-footer .switcher .options ul.dropdown li:hover {
    background: #fff;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li .switcher-option, 
.page-footer .switcher .options ul.dropdown li .switcher-option,
.switcher-option {
    transition: all 0.3s;
    min-width: 98.75px;
    position: relative;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li .switcher-option:hover, 
.page-footer .switcher .options ul.dropdown li .switcher-option:hover {
    background: #e8e8e8;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown.lang-wrapper {
    min-width: 300px;
    padding: 3px 0 15px;
    border: 1px solid #060608;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}
.flag-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 0 15px;
    flex-wrap: wrap;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li .switcher-option.active:after,
.switcher-option.active:after {
    content: '✔';
    color: #060608;
    right: -10px;
    top: 7px;
    position:absolute;
}

/* Store Languages template END */

.nav-sections .navigation {
    z-index: 3;
}