body{
    font-family: 'Titillium Web', sans-serif;
    background-color: rgba(199, 199, 199, 0.1);
    color: #000000;
}

body.srch {
    overflow: auto;
}

main {
    margin-top: 200px;
}

.fullscreen.loaded {
    margin-top: -200px;
}

main,
main.scroll-to-fixed-css {
    max-height: unset !important;
}

.tooltip,
.popover {
    position: absolute !important;
    top: -175px !important;
}

.popover-body {
    display: block;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.fa-spinner {
    border: 2px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 2px solid #000000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin-left: 5px;
}

.fa-spinner:before {
    content: none;
}

h1,
.h1,
.product-slider h2,
.similar-article-slider_v5 h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.modal .title,
h2,
.h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.cart h3, .cart .label-as-headline,
.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .heading-wrapper .title,
.profile .heading-wrapper .title h3,
h3,
.h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

h4,
.h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
    text-align: left;
}

.profile .user-data .item.item-main-data h1,
h5,
.h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
}

.h5,
h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}


a:hover, a:active, a:target, a:focus, a:focus-within {
    color: #000000;
}

.quick-buy-color-size .quick-buy-color-size-btn,
.newsletter-v1 .btn-wrapper .btn,
.btn,
.btn-success,
.btn-info
.modal-footer .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid transparent;
}


.btn,
.btn-success {
    min-width: 200px;
}

#onload_modal .btn,
.newsletter-v1 .btn-wrapper .btn {
    min-width: 130px;
}


.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle,
.show > .btn-success.dropdown-toggle:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-login:active:focus,
.btn-landing:hover,
.btn-landing:active,
.btn-landing:focus,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.newsletter-v1 .btn-wrapper .btn:hover,
.newsletter-v1 .btn-wrapper .btn:active,
.newsletter-v1 .btn-wrapper .btn:focus,
.newsletter-v1 .btn-wrapper .btn:active:focus,
.quick-buy-color-size .quick-buy-color-size-btn:hover,
.quick-buy-color-size .quick-buy-color-size-btn:active,
.quick-buy-color-size .quick-buy-color-size-btn:focus,
.quick-buy-color-size .quick-buy-color-size-btn:active:focus
{
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    box-shadow: none;
}

.page-normal-wrapper ul li{
     list-style: unset;
}

.modal-header {
    padding: 13px 30px
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .heading-wrapper .icon,
.modal .close {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 26px;
    width: 30px;
    opacity: 1;
    height: 30px;
    z-index: 9;
    transform: translateY(-50%);
    font-weight: 300;
    background: #ECECEC;
    border-radius: 50%;
    padding-bottom: 5px;
    color: #231F20;
    font-style: unset;
    right: 15px;
}


/* loader */

.loader-icon {
    border: none;
    transform: none;
    animation: none;
}

.loader-icon:after {
    width: 50px;
    height: 50px;
    background-color: unset;
    content: url("../../images/a3_v2023/a3_loader.gif");
}

/* modal */
.modal-body {
    padding-bottom: 10px;
}

.modal-footer .registration-btn-wrapper .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    background-color: #ffffff;
    box-shadow: none;
    color: #000000;
    border-radius: 0;
}

.modal-footer .btn {
    border-radius: 0;
}

.modal-footer .registration-btn-wrapper .title {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
}

#login_modal .modal-body > div:nth-child(3) {
    margin-bottom: 10px;
}

.modal-body .forgotten-password:hover {
    color: #FF0000;
}

.modal-body .forgotten-password small {
    font-size: 13px;
    color: #FF0000;
}

.modal-content {
    border-radius: 0;
}

.modal .btn,
.modal-footer .registration-btn-wrapper .btn {
    font-size: 15px;
}

.modal-footer .registration-btn-wrapper .btn:hover {
    background: #000000;
    color: #ffffff;
}

#onload_modal .modal-content .title {
    margin-bottom: 10px;
    margin-top: 30px;
}

#onload_modal .modal-content .description {
    line-height: 19px;
}

#onload_modal .btn {
    width: unset;
}

#onload_modal .close {
    padding: 0 0 5px;
}

#onload_modal.promo-modal .close {
    top: -25px;
    right: 0;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 0;
}

.form-control::placeholder {
    color: #D1D1D1;
}

.cokie-info-wrapper .icheckbox_flat {
    position: relative;
    bottom: -2px;
}

.cookie-agree, .cookie-agree-gdpr,.accept-all-cookies,
.cokie-info-wrapper .items-wrapper .read-more-btn {
    min-width: 100px;
    text-align: center;
    border: 1px solid transparent;
    margin: 10px 0;
}

.cookie-agree, .cookie-agree-gdpr:hover,
.cokie-info-wrapper .items-wrapper .read-more-btn:hover {
    border: 1px solid #000000;
}

.icheckbox_flat {
    cursor: pointer;
}

.icheckbox_flat, .iradio_flat {
    width: 14px;
    height: 14px;
}

.icheckbox_flat.checked {
    border: 1px solid #000000;
    background-color: #000000;
}

.icheckbox_flat:hover, .iradio_flat:hover {
    background: #ffffff;
    border: 1px solid #000000;
}

.iradio_flat.checked:after {
    width: 6px;
    height: 6px;
}


.icheckbox_flat.checked, .iradio_flat.checked {
    background-color: #000000;
    border: none;
    position: relative;
    border: 0;
}


.company-info-page-v1 .item {
    margin-bottom: 10px;
}

.company-info-page-v1 .item span.title,
.form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.form-group-checklabel > a {
    font-size: 12px;
}

.form-group-checklabel > a:hover {
    text-decoration: underline;
}

.styled-select {
    border-radius: 0;
}

.styled-select select {
    background: url('../../images/a3_v2023/siva_strelica_dole.png') no-repeat calc(100% - 15px) #ffffff;
}

.page-short-description {
    margin-bottom: 0;
}

.scroll-to-top {
    border: 1px solid #000000;
    background: #ffffff;
    height: 40px;
    width: 40px;
}

.scroll-to-top i {
    content: url("../../images/a3_v2023/scroll_to_top_arrow.svg");
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
}

.product-item .img-wrapper .img-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.handlines-sldier {
    max-height: 35px;
}


.slider .slider-init:not(.items-wrapper) {
    opacity: 0;
}

.slider .slider-init.slick-initialized {
    opacity: 1;
}


.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.slick-dots li {
    padding: 0 10px;
}

.slick-dots li button {
    border: none;
    width: 8px !important;
    height: 8px !important;
    background: #E2E2E2;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #000000;
}

.wsmenu {
    font-family: 'Titillium Web', sans-serif;
    width: 100%;
    margin-right: 0;
}

.modal-open,
.modal-open .header {
    padding-right: 17px !important;
}

/*  HOME */

/* HEADER */

.header {
    min-height: unset;
    height: 130px;
    position: fixed;
    z-index: 100;
    top: 0;
}

.header.fixed .header-bottom{
    opacity: 0;
    height: 0;
    overflow: hidden;
}


.header .header-top {
    background: #252525;
    height: 30px;
}

.header .user .nav .item a {
    text-transform: uppercase;
    font-size: 12px;
}

.user .nav .item a:before {
    height: calc(100% - 12px);
}

.wsmenu>.wsmenu-list,
.headerfull > .container,
.headerfull {
    background: #000000;
}

.headerfull > .container,
.headerfull > .container > .wsmain,
.headerfull > .container > .wsmain > .wsmenu,
.headerfull > .container > .wsmain > .wsmenu > .wsmenu-list {
    height: 100%
}

.autocomplete-loader .loader-icon {
    content: url("../../images/a3_v2023/a3_loader.gif");
}

.handlines-sldier .slider-init.slick-initialized .slick-list {
    width: 100%;
}

.handlines-sldier .slider-navigation-absolute {
    display: none;
}

.wsmenu>.wsmenu-list {
    justify-content: flex-start;
}

.wsmenu>.wsmenu-list>li {
    padding-top: 2px;
    width: 100%;
}

.wsmenu>.wsmenu-list>li>.navtext {
    padding: 10px 0 2px 0;
    border-bottom: 2px solid transparent;
    color: #ffffff;
}

.wsmenu>.wsmenu-list>li {
    border-right: 1px solid rgba(255,255,255,0.3);;
}

.wsmenu>.wsmenu-list>li:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,0.3);;
}

.wsmenu>.wsmenu-list>li:hover>a {
    border: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.menu-bold {
    font-weight: 600;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li:hover a {
    border-bottom: 1px solid #000000;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading:hover a,
.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading a:hover {
    border-bottom: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a {
    font-size: 14px;
}

.wsmenu>.wsmenu-list>li>.navtext:first-child {
    padding-left: 0;
}

.wsmenu>.wsmenu-list {
    margin-left: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy02:before {
    content: none;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.wsanimated-arrow span {
    width: 25px;
}

.wsanimated-arrow span:before {
    width: 25px;
    left: 0;
    top: -10px;
}
.wsanimated-arrow span:after {
    width: 25px;
    left: 0;
    bottom: -10px;
}

.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    background: #ffffff;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
    border: none;
}

.cokie-info-wrapper .btn-wrapper button {
    border: none;
}

.cokie-info-wrapper .btn-wrapper button a {
    border: none;
    font-size: 13px;
    margin-top: 0;
    float: right;
    line-height: 34px;
    padding: 0 10px;
}

.cokie-info-wrapper .items-wrapper .item {
    min-width: 120px;
}

.quick-links-v1 .nav > .item {
    color: #ffffff;
}

.header .menu-column,
.header .menu-column .navigation-wrapper,
.header .menu-column .navigation-wrapper .headerfull {
    position: unset;
}

.header-container-wrapper {
    background: #000000;
}

.header-container-wrapper .header-middle-wrapper {
    border-bottom: 1px solid rgba(255,255,255,0.3);;
    padding: 10px 0;
}

.header-container-wrapper > .container > .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-cart-inline .icon:before {
    content: url("../../images/a3_v2023/cart_new.svg");
}

.header-favorite-circle-top-right-v3 .icon:before {
    content: url("../../images/a3_v2023/favorites_new.svg");
}

.wsmain {
    margin: 0;
    max-width: unset;
}

/* search */

.wsmain .autocomplete-button {
    display: none;
}

.autocomplete-button.autocomplete-button-simple {
    background: #ffffff !important;
    height: 35px;
    color: #AAAAAA;
    padding: 8px 15px;
    position: relative;
    width: 300px;
    max-width: 100%;
    float: none;
    font-size: 12px;
    line-height: 21px;
    margin-top: 3px
}

.autocomplete-button-icon {
    top: auto;
}

.autocomplete .article-autosuggest {
    display: none;
}

.block.autocomplete-wrapper:before {
    content: none;
}

.products-list-simple .product-prices {
    margin-top: 25px;
    margin-bottom: 0;
}

.products-list-simple .one-in-row-search .product-item-price .product-prices .product-price {
    font-size: 14px;
    text-decoration: none;
}

.products-list-simple .one-in-row-search .product-item > .row > .product-item-image .img-wrapper {
    border: 1px solid #e1e1e1;
}

.filter-group .items-wrapper > li input:not(#search) {
    opacity: 0;
    max-width: 14px;
}

.product-details label.filter-size {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #D2003F;
}

.productstate-product .product-attrs-reset {
    text-decoration: underline;
}

.filter-group .items-wrapper > li .icheckbox_flat .input {
    opacity: 1;
}

.recomended-sugest-wrapper .nav-search-sugest .item a {
    padding: 0;
    margin-right: 15px;
}

.recomended-sugest-wrapper .nav-search-sugest .item a:hover {
    border-bottom: 1px solid #000000;
}

.products-list-simple .one-in-row-search .product-item-price .product-prices .product-price.price-with-discount {
    font-weight: 600;
    color: #000000;
}

.recomended-sugest-wrapper .heading-wrapper .title {
    font-weight: 600;
}


/*logo*/

.block.logo {
    min-height: 42px;
}

.search-sugest .items-wrapper,
.search-sugest {
    max-height: unset;
    overflow: unset;
    padding-right: 0;
}

.search-sugest .items-wrapper {
    padding: 30px 20px 130px;
}

.search-sugest:before {
    background: unset;
}

/*.tp-product_list.scrolled-down .autocomplete-wrapper .container {*/
/*    top: 98px;*/
/*}*/


.srch .autocomplete-wrapper {
    position: absolute;
    width: 500px;
    background: transparent;
    z-index: 9999999;
    border-top: 0px;
    top: 3px;
    right: 0;
}

.autocomplete-input {
    width: 300px;
    height: 35px;
    color: #AAAAAA;
}

.autocomplete-input::placeholder {
    font-size: 12px !important;
    color: #AAAAAA !important;
}

.autocomplete-close {
    top: 5px;
    background: #ffffff !important;
}

.autocomplete-results {
    background: #ffffff;
    display: none;
}

.autocomplete-results.active {
    display: block;
    overflow-x: hidden !important;
}

.autocomplete-button.autocomplete-button-simple i {
    content: url("../../images/a3_v2023/search_icon.svg");
    position: absolute;
    right: 10px;
    bottom: 7px;
}

.autocomplete-button-icon i:before {
    content: url("../../images/a3_v2023/search_icon.svg");
}

.header .header-carthor-total {
    right: 0;
    top: -8px;
    border-radius: 50%;
    color: #000000;
    line-height: 18px;
    height: 18px;
    width: 18px;
    font-size: 10px;
    background: #ffffff;
    padding-right: 1px;
    padding-top: 0px;
    font-weight: 600;
}

.header-favorite-circle-top-right-v3 .header-carthor-total {
    right: -5px;
}

.header-favorite-circle-top-right-v3 .description,
.header-cart-inline .description {
    display: none;
}

.header-cart,
.header-favorite-circle-top-right-v3 {
    padding: 0;
    margin: 10px 10px 0;
    min-width: 30px;
}


.header-cart {
    margin-left: 0;
    margin-right: 0;
}


.header .icons-right {
    display: flex;
    justify-content: flex-end;
    gap: 0;
}

.header .header-bottom {
    background: #ffffff;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading,
.header .header-bottom {
    border-bottom: 1px solid #DBDBDB;
}

.wsmenu>.wsmenu-list>li:hover {
    background: #ffffff;
}

.wsmenu>.wsmenu-list>li:hover span {
    color: #000000;
}

.header .header-bottom .handlines-sldier .text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    text-align: center;
}

.header .header-bottom .handlines-sldier .text-wrapper .title a {
    font-size: 14px;
    font-weight: 700;
}

.header .header-bottom .handlines-sldier .text-wrapper .description a {
    text-decoration: underline;
    font-size: 12px;
    margin-left: 10px;
}

.header .item-user-vip {
    display: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02.slider-menu-wrapper li.wstheading,
.slider-menu-wrapper .content {
    display: none;
}

.wsmegamenu .img-wrapper, .wstbrandbottom .img-wrapper {
    margin-top: 40px;
}

.quick-links-v1.nav-language_menu .nav > .item a {
    color: #ffffff;
}

.quick-links-v1.nav-language_menu {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -5px;
}

.quick-links-v1.nav-language_menu .nav > .item img {
    margin-right: 5px;
    max-height: 20px;
/*    height: 17px;
    width: 27px;*/
}

/* main slider */

.main-center-content {
    margin-top: -30px;
}

.main-center-content .btn-wrapper {
    display: none;
}

.main-center-content .slick-dots {
    display: none !important;
}

/*product slider*/

.product-generic-tabs {
    margin-bottom: 0;
}


.product .item .options-wrapper,
.product .item .btn-wrapper,
.product .item .btn-wrapper .product-link,
.product .item .btn-wrapper .showProductDetailsQuickViewOnModal,
.product .item .img-overlay,
.product-generic-tabs .item .text-wrapper .category-wrapper {
    display: none;
}

.product-generic-tabs.lists-tabs ul.items-wrapper .item a {
    font-size: 26px;
    font-weight: 600;
}

.product .item .caption-discount {
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #d2003f;
    border-radius: 0;
    color: #ffffff;
}

.product .item .sum-discount .text-discount {
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #000000;
    border-radius: 0;
    color: #ffffff;
    display: block;
}

.product-image-wrapper .caption-discount .icon-plus:before,
.product .item .caption-discount.sum-discount .icon-plus:before{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(11deg) brightness(110%) contrast(100%);
}

.product .item .caption-discount.sum-discount .icon-plus {
    top: 25px;
}

.product-image-wrapper .caption-discount .icon-plus:before {
    background: url("../../images/dexyco_v2021/plus.svg");
}

.product-image-wrapper .caption-discount .sum-discount .text-discount {
    background: #000000;
}

.product-slider > .slider-init > .slick-list {
    margin: 0 -10px;
    padding-bottom: 0;
}

.product .item .img-wrapper {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.product .item .text-wrapper {
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    height: 175px;
}

.product .item .text-wrapper .product-shortname {
    text-align: left;
    margin-bottom: 5px;
}

.product .item:hover .img-wrapper {
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.product .item:hover .text-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.product .item .text-wrapper .title {
    height: 44px;
}


.product .item .text-wrapper .title a,
.product-slider .item .text-wrapper .title a {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    overflow-y: hidden;
    color: #000000;
    font-weight: 600;
}

.product .item .text-wrapper .category-wrapper {
    margin: 0;
}

.product .item .text-wrapper .category-wrapper a, .product .item .text-wrapper .category-wrapper span {
    display: none;
}

.product .item .text-wrapper .prices-wrapper .current-price {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-align: left;
}

.product .item .text-wrapper .prices-wrapper .prev-price {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.product-generic-tabs.lists-tabs ul.items-wrapper .item a {
    padding: 0 20px;
}

.product-slider {
    padding: 0;
}

.slider-navigation-absolute {
    width: calc(100% + 60px);
    left: -30px;
}

.slider-navigation-absolute .slider-arrow {
    cursor: pointer;
}

.slider-navigation-absolute .slider-arrow i {
    width: 18px;
    height: 35px;
}

.slider-navigation-absolute .slider-arrow.slider-prev i {
    content: url("../../images/a3_v2023/left_arrow.svg");
}

.slider-navigation-absolute .slider-arrow.slider-next i {
    content: url("../../images/a3_v2023/right_arrow.svg");
}


.product-slider > .slider-navigation-absolute {
    top: calc(50% - 30px);
    width: calc(100% + 60px);
    left: -30px;
}
.grid-slider-with-bg {
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
}

.grid-slider-with-bg .bg-img {
    transition: transform 0.2s;
}

.grid-slider-with-bg:hover .bg-img {
    transform: scale(1.05);
}

.grid-slider-with-bg .container > .btn-wrapper {
    position: unset;
}

/* baneri */


.grid-slider-with-bg .bg-img {
    width: 100%;
    min-height: calc(100% - 45px);
    height: calc(100% - 45px);
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
}

.grid-slider-with-bg .container {
    max-width: 100%;
    position: static;
}

.grid-slider-with-bg .container > .btn-wrapper a {
    width: 100%;
    height: calc(100% - 45px);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.grid-slider-with-bg .heading-wrapper {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    margin: 0;
    background: rgba(0,0,0,0.5);
    max-width: 100%;
    text-align: center;
    padding: 0;
}

.grid-slider-with-bg .container > .row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.grid-slider-with-bg .item {
    padding: 0;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.grid-slider-with-bg .item .title {
    text-align: center;
    background: #000000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.grid-slider-with-bg .item .title:hover {
    background: #7f7f7f;
}

.grid-slider-with-bg .item .title span {
    font-size: 18px;
    font-weight: 400;
}

.grid-slider-with-bg .item .img-wrapper,
.grid-slider-with-bg .item .btn-wrapper{
    display: none;
}

.grid-slider-with-bg .heading-wrapper h2 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 27px;
    margin: 0;
    padding: 15px 0;
    font-weight: 600;
}

.grid-slider-with-bg {
    margin-top: 0;
    margin-bottom: 60px;
}

.col-sm-6 .grid-slider-with-bg .heading-wrapper {
    bottom: 0;
}

/* instagram slider */

.instagram-feed.instagram-slider {
    margin-bottom: 60px;
}

.instagram-feed-api-slider .heading-wrapper {
    margin-bottom: 10px;
}

.instagram-feed-api-slider h2 {
    text-align: center;
    letter-spacing: 0px;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}


.instagram .instagram-feed-api-slider .item a:before {
    position: absolute;
    content: url("../../images/a3_v2023/instagram_icon.png");
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: opacity ease 0.3s;
}


.instagram .instagram-feed-api-slider .item:hover a:before {
    opacity: 1;
}

.instagram .instagram-feed-api-slider .slick-dots {
    bottom: -40px;
}

/* brand slider */

.brands-home-wrapper {
    margin-bottom: 60px;
}

.brands-slider .item {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands-slider .item img {
    max-width: 90px;
}

/* FOOTER */

.footer-top-slider {
    background: #111010;
}

.footer .grid-inline-slider .item img {
    width: 41px;
    height: 36px;
}

.footer .grid-inline-slider .item {
    border: none;
    padding: 20px 10px;
    align-items: flex-start;
}
.footer .nav.items-wrapper .item:hover a {
    border-bottom: 1px solid #000000
}

.footer .grid-inline-slider .item .text-wrapper .title {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.footer .grid-inline-slider .item .img-wrapper {
    margin-right: 20px;
}

.footer .grid-inline-slider .content {
    width: 100%
}

.social-icon-svg .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

.social-icon-svg .item a:hover,
.social-icon-svg .item a:active,
.social-icon-svg .item a:focus,
.social-icon-svg .item a:active:focus {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}


/*.footer .footer-nav {*/
/*    width: 66.66667%;*/
/*}*/

.footer .footer-middle {
    padding: 30px 0;
    background: #ffffff;
}

.footer .newsletter-v1 {
    marign-bottom: 50px;
}

.footer .newsletter-v1 .description,
.footer .newsletter-v1 .description p,
.footer .nav.items-wrapper .item a {
    font-size: 14px;
}

.footer .newsletter-v1 .title,
.footer .newsletter-v1 .description {
    margin-bottom: 20px;
}


.footer .footer-middle .social-icon-svg .items-wrapper > .item a:hover > img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(358deg) brightness(105%) contrast(108%);
}

.footer .newsletter-v1 .nl-wrapper-input {
    display: flex;
}

.footer .newsletter-v1 .nl-wrapper-input .form-group {
    width: 100%;
}

.footer .payment-card .items-wrapper {
    width: 100%;
    display: flex;
}

.footer .disclaimer {
    text-align: left;
}

.footer .copyright {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background: #000000;
    padding: 0;
    width: 100%;
    text-align: center;
}

.footer .copyright a {
    color: #ffffff;
}

.product .item .caption-brand,
.product .item .caption-icons .icon,
.product .item .caption-icons a:has(.shopping-list-icon),
.product .item .caption-icons .product-compare a,
.product .item .caption-icons .showProductDetailsQuickViewOnModal,
.product .item .caption-icons .favorite{
    display: none;
}


/* Lista proizvoda */

.product-listing {
    margin-top: 20px;
}

.product-listing-intro .list-types-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 7px;
}

.product-listing-intro .list-types-wrapper .item  {
    width: 20px;
    height: 20px;
    background: transparent;
    padding: 0;
    display: inline-block;
    opacity: 0.4;
}

.product-listing-intro .list-types-wrapper .item.active {
    opacity: 1;
}

.product-listing-intro .list-types-wrapper .item {
    display: none;
}

.product-listing .loader-wrapper {
    z-index: 99;
}

.list-types-wrapper .item.item-grid,
.list-types-wrapper .item.item-gridalt {
    display: flex;
}

.list-types-wrapper .item.item-grid i {
    content: '';
    width: 22px;
    height: 20px;
    position: absolute;
    background: url("../../images/a3_v2023/filter_columns_grid_1.svg") !important;
}


.list-types-wrapper .item.item-gridalt {
    width: 30px;
}

.list-types-wrapper .item.item-gridalt i {
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    background: url("../../images/a3_v2023/filter_columns_grid_2.svg") !important;
}

.product-listing .filter-wrapper-column {
    padding: 0;
}

.filter-group .btn-search {
    min-width: unset;
}

.filter-group .icon {
    right: -5px;
}

.filter-group .icon.icon-close {
    right: 0;
}

.product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item.active a,
.filter-group .items-wrapper > li.active > a {
    color: #000000;;
}

.product-listing-filters {
    background: #ffffff;
    padding: 20px 20px 0 20px;
}

.filter-group .items-wrapper > li {
    margin-bottom: 15px;
}

.filter-group .items-wrapper.list-inline > li {
    width: 100%;
}

.filter-group .items-wrapper > li > a {
    font-size: 16px;
    color: #000000;
}

.filter-category-menu {
    margin-bottom: 0;
}

.filter-group .items-wrapper {
    margin-bottom: 0;
    border-bottom: none;
    padding: 5px 0 0;
    max-height: unset;
}
.filter-category-menu .items-wrapper {
    margin-bottom: 10px;
}
.filter-group-items-wrapper.reset-wrapper {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
    cursor: pointer;
}

.filter-group-items-wrapper.reset-wrapper .reset-text {
    color: #000000;
}

.filter-group-items-wrapper.reset-wrapper .reset-text {
    right: 0;
}

.filter-group-items-wrapper.reset-wrapper .reset-tag-wrapper {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #ECECEC;
}

.filter-group .items-wrapper > li.form-group-checklabel label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.limited-filters .filter-group .show-all-filters {
    font-size: 13px;
    color: #111010;
}

.limited-filters .filter-group .show-all-filters:hover {
    color: #111010;
}

.filter-group .title {
    font-weight: 600;
    color: #101010;
}

.product-listing-intro {
    padding: 10px 10px 5px 10px;
    background: #ffffff;
    margin-bottom: 20px;
    margin-left: -10px;
}

.product-listing-intro .headding-wrapper {
    margin-bottom: 0;
}

.product-listing-intro .styled-select {
    border-radius: 0;
    background-color: #ffffff;
}

.product-listing-intro .styled-select select {
    padding: 0px 30px 0 10px;
}

.product-listing-intro .form-group:first-child .icheck-item {
    margin: 0
}

.product-listing-intro .form-group label, .product-listing-intro .form-group span {
    font-size: 13px;
}

.product-listing-intro .form-group label, .product-listing-intro .form-group span {
    line-height: 31px;
    font-size: 13px;
}

.selected-filters.tags {
    background: transparent;
}

.tags .products-found-wrapper .remove-all-tags {
    font-size: 10px;
    line-height: 20px;
    margin: 0 5px;
    opacity: 1;
}

.products-found-wrapper .products-found .products-found-number {
    margin-left: 5px;
}

.tags .products-found-wrapper .products-found {
    color: #6a6a6a;
    font-size: 13px;
    display: flex;
    flex-direction: row-reverse;
}


.tags .items-wrapper .item {
    color: #666666;
    background: #EBEBEB;
    border-radius: 4px;
    font-size: 13px;
    margin: 10px;
}

.tags .items-wrapper .item .text {
    font-size: 13px;
    height: 25px;
    line-height: 23px;
}

.tags .items-wrapper .item .close:before {
    line-height: 28px;
}

.left-category.headline-wrapper,
.product-listing-intro .remove-all-tags,
.tags .products-found-wrapper .remove-all-tags {
    display: none;
}

.selected-filters.tags {
    padding: 0 0 0 10px;
    min-height: unset;
    margin-bottom: 0;
}

.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    clear: both;
    width: 100%;
}
.autoload-pagination {
    flex-direction: column;
    gap: 5px;
}

.profile-favorite-products .autoload-pagination{
    flex-direction: row;
}

.pagination > li > a {
    padding: 10px 14px;
    min-height: 36px;
    line-height: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.pagination > li.first,
.pagination > li.last{
    display: none;
}

.pagination .prev a:before {
    content: url("../../images/a3_v2023/pagination_arrow_left.svg");
    transform: none;
}

.pagination .next a:before {
    content: url("../../images/a3_v2023/pagination_arrow_right.svg");
    transform: none;
}

.product-list-slider .content {
    display: none;
}


.pagination > li > a.next,
.pagination > li > a.prev,
.pagination .prev,
.pagination .next {
    background: #ececec;
}

.pagination > li {
    background: #ffff;
    margin-right: 10px;
}

.pagination > li.active > a {
    background: #000000;
    color: #ffffff;
}

/* Detalj proizvoda */

.product-details {
    padding-top: 20px;
}

.product-details .product-attributes {
    display: flex;
    flex-wrap: wrap;
}

.product-details .product-attributes .second-size {
    display: none;
}

#map-container > div {
    width: 100% !important;
}

.product-details .product-attributes li {
    width: auto;
    padding: 0 10px;
    height: 40px;
    background: #FFFFFF;
    color: #000000;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.productstate-product .product-attributes li {
    border: 1px solid #d2d2d2;
}

.productstate-product .title h2 {
    text-align: left;
    margin-top: 10px;
}

.product-details .product-attributes li:hover {
    border: 1px solid #000000;
}

.product-details .product-attributes li.active {
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
}

.product-size-availability.shown {
    margin-top: -10px
}

.shop-button-qnt:before {
    content: none;
}

.product-details .product-attributes li.disabled {
    color: #d3d3d3;
}

.product-details .product-attributes li .eur-size,
.product-details .product-attributes li .cm-size,
.product-details .product-attributes li .original-size {
    display: none;
}


.product-details .product-images-thumbs-vertical .slider-navigation-absolute .slider-arrow {
    display: none !important;
}

.product-images-thumbs {
    padding: 0 20px;
}

.product-attributes-wrapper .sizes-filters .filters-choice {
    color: #C1C1C1;
}

.product-attributes-wrapper .sizes-filters .filters-choice.active {
    color: #000000;
}

.product-images-thumbs .item {
    padding: 5px;
}

.product-images-thumbs .slider-navigation-absolute  {
    width: 100%;
    left: 0;
}
.product-images-thumbs .slider-navigation-absolute .slider-arrow i {
    width: 10px;
    height: 20px;
}


.product-images .product-image-actions {
    display: none;
}

.product-image-wrapper{
    margin-bottom: 10px;
}

.product-image-wrapper .product-item-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    height: 100%;
}

.product-image-wrapper .product-main .slider-navigation-absolute {
    display:  none !important;
}

.product-image-wrapper .caption-brand {
    bottom: 0;
    left: 0;
    width: fit-content;
    position: absolute;
    padding: 10px;
}

.product-image-wrapper .caption-discount {
    right: 10px;
}

.product-image-wrapper .caption-discount {
    right: 10px;
    width: 60px;
    height: 45px;
    background: #D2003F;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    margin: 10px;
}

.product-image-wrapper .sum-discount .text-discount {
    margin-top: -1px;
    background: #000000;
}

.product-details-info {
    margin-bottom: 20px;
}

.product-details-info .heading-wrapper {
    margin-bottom: 20px;
}

.product-details-info .heading-wrapper .category {
    display: inline-block;
    margin-right: 20px;
}

.detail-product-info-lists {
    margin: 0;
    padding: 0;
}

.product-details-info .category-wrapper {
    display: inline-block;
    margin-right: 10px;
}

.product-details-info .code-wrapper {
    display: inline-block;
}

.product-details-info .code-wrapper .code {
    font-size: 0;
}

.product-details-info .code-wrapper > .code > .code {
    display: none;
}

.product-details-info .code-wrapper .code:before {
    content: '(';
    position: absolute;
    left: -5px;
    font-size: 14px;
    color: #666666;
}

.product-details-info .code-wrapper .code:after {
    content: ')';
    position: absolute;
    right: -5px;
    font-size: 14px;
    color: #666666;
}


.product-details-info .heading-wrapper .category a,
.product-details-info .code-wrapper .code span {
    font-size: 14px;
    color: #666666;
}

.product-image-wrapper .product-image-actions,
.product-details-info .description .morecontent,
.product-details-info .description .moreellipses {
    display: none;
}

.product-details-info .description .lesstext {
    padding: 5px 10px;
    background: #ffffff;
}

.product-details-info .title h1 {
    text-align: left;
}

.detail-product-info-lists {
    border-bottom: none;
}

.products-list-simple .product-prices .product-prev-price,
.product-details-price .prev-price {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
    color: #929292;
    margin-bottom: 10px;
}

.product-details-price .prev-price.product-lastminprice{
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}
.product-details-price .prev-price.product-lastminprice .price-title{
    display: inline-block;
}

.products-list-simple .product-prices .product-prev-price{
    font-size: 14px;
    margin-bottom: 0;
}

.product-details-price .current-price {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.product-details-price .price-saved {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #D2003F;
}

.product-details-price .product-infooldprice.nb-line-through .product-infooldprice-value,
.product-details-price .product-infooldprice.nb-line-through .product-infooldprice-currency-value,
.product-details-price .product-lastminprice.nb-line-through .product-lastminprice-currency-value,
.product-details-price .product-lastminprice.nb-line-through .product-lastminprice-value{
    text-decoration: line-through;
}

.product-attributes-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.product-attributes-wrapper label {
    display: none;
}

.product-attributes-wrapper .product-help-link {
    order: 1;
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-details .open-size-chart {
    order: 1;
    margin-top: 20px;
}

.product-details .open-size-chart .icon-ruler:before {
    content: url("../../images/a3_v2023/ruler.svg");
    position: absolute;
    width: 22px;
    height: 9px;
    left: -27px;
    bottom: 10px;
}

.product-details .open-size-chart,
.product-details .action-available.binded-to-tab {
    display: block;
    width: fit-content;
    color: #000000;
    border-bottom: 1px solid #000000;
    margin-left: 30px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.product-details .open-size-chart {
    margin-bottom: 0;
}

.product-details .action-available.binded-to-tab:before {
    content: url("../../images/a3_v2023/location_icon.svg");
    position: absolute;
    width: 12px;
    height: 18px;
    left: -20px;
    bottom: 0;
}

.product-detail-buy-v3 {
    display: inline-block;
    margin: 0 0 20px;
}

.product-quantity-wrapper {
    display: inline-block;
}

.product-detail-buy-v3 #nb_addToCartButton {
    margin-left: 10px;
    padding: 0 50px;
}

.product-detail-buy-v3 .product-quantity-arrows {
    display: none;
}

.product-detail-buy-v3 .btn-wrapper {
    vertical-align: top;
}

.product-details .product-buy {
    display: inline-block;
}

.product-details .product-buy .user-verify-label {
    display: none;
}

.product-details .product-buy .btn.disabled {
    margin: 0;
    bottom: 15px;
}

.product-details .product-quantity {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    opacity: 1;
}

.product-details .product-favorite {
    display: inline-block;
    vertical-align: super;
    margin-bottom: 0;
    margin-left: 10px;
}

.product-details .product-favorite .text {
    display: none;
}

.product-details .product-favorite .icon {
    content: url("../../images/a3_v2023/favorite_icon_a3.svg");
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 0;
    cursor: pointer;
    padding: 7px;
}

.product-details .product-favorite .icon:hover,
.product-details .product-favorite.active .icon {
    content: url("../../images/a3_v2023/favorite_icon_a3_active.svg");
}

.product-details .action-lowerprice {
    display: none;
}

.product-details-related .item {
    margin-right: 10px;
}

.product-details-related .item img {
    max-width: 60px;
}

.product-details-related .title {
    font-size: 13px;
    color: #000000;
    text-transform: none;
}

.product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item a {
    letter-spacing: 0px;
    color: #C1C1C1;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
    border: none;
    background: transparent;
    font-size: 18px;
}

.product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item:hover a,
.product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item a.active {
    color: #000000;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.product-detail-lists-tabs-centar-position-v1 .tab-content {
    background: #ffffff;
    padding: 10px 20px 10px;
    line-height: 20px;
}

.product-vertical-panel .panel-body .panel-inner .btn,
.product-detail-lists-tabs-centar-position-v1 .tab-content .btn {
    max-width: 200px;
    margin-bottom: 20px;
}

.product-details .table thead th:first-child {
    width: 300px;
}

.table td, .table th {
    font-size: 14px;
}

.product-detail-lists-tabs-centar-position-v1 .tab-content,
.table td, .table th,
.product-detail-lists-tabs-centar-position-v1 ul.items-wrapper,
.table thead th {
    border: none;
}

.product-attrbite-table tbody tr:nth-child(odd) {
    background: #00000008;
}


/*.similar-products-by-color-slider-wrapper-v2 {*/
/*    display: none;*/
/*}*/

.tp-product_list .similar-products-by-color-slider-wrapper-v2 {
    display: none;
    border-radius: 0;
}

.similar-products-by-color-slider-wrapper-v2 .item .colors-wrapper a {
    border: 1px solid #d2d2d2;
    border-radius: 0;
}

.product-details #tab_product_comments {
    padding: 20px 20% 0 20px;
}

.product-details .like-dislike {
    display: none;
}

.comment-content h4 {
    color: #000000;
}

.product-detail-lists-tabs-centar-position-v1 .comment-content ul.items-wrapper .item {
    margin-bottom: 20px;
}

.comment-content ul.items-wrapper .item .img-wrapper,
.product-detail-lists-tabs-centar-position-v1 .comment-content ul.items-wrapper .item .img-wrapper {
    content: url('../../images/a3_v2023/user_icon.png');
    max-width: 70px;
    max-height: 50px;
    border-radius: 50%;
}


.product-detail-lists-tabs-centar-position-v1 .comment-content ul.items-wrapper .item .user,
.product-detail-lists-tabs-centar-position-v1 .comment-content ul.items-wrapper .item .user-comment,
.product-detail-lists-tabs-centar-position-v1 .comment-content ul.items-wrapper .item .time {
    font-size: 16px;
}

.comments-input-wrapper .btn-display-comments {
    display: flex;
    margin-bottom: 15px;
}

.comments-input-wrapper .btn-display-comments .comments-count {
    margin-left: 5px;
}

.comments-input-wrapper > div.row.inputs-wrapper > div:nth-child(3) {
    display: none;
}

    /* Listing clanaka */


.tp-article_listing .category-submenu {
    display: none;
}

.tp-article_listing .category-heading {
    margin-top: 0;
}


.article .item {
    padding: 20px;
    border: 1px solid transparent;
    background: #ffffff;
}

.article .item .img-wrapper {
    margin: -20px;
}

.article .item .content {
    margin-top: 30px;
}

.article .item:hover {
    border: 1px solid #DBDBDB;
}


.article .item .the-date {
    display: flex;
    font-weight: 400;
    min-width: 70px;
    justify-content: center;
    align-items: center;
    background: #00000080;
    border: 1px solid #00000000;
    font-size: 15px;
    line-height: 16px;
}

.article .item .category {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #686868;
    font-size: 15px;
    line-height: 22px;
}

.article .item .description {
    color: #686868;
    font-size: 15px;
    line-height: 22px;
}

.article .item .title, .article .item .title a {
    font-weight: 400;
    margin-bottom: 10px;
}

.similar-article-slider_v5 .item .content .btn-wrapper a,
.article .item .btn-wrapper a {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    color: #686868;
    font-weight: 600;
    margin-top: 10px;
}

.similar-article-slider_v5 .item:hover a,
.article .item:hover .btn-wrapper a {
    color: #000000;
}

.article .item:hover .btn-wrapper {
    border: none;
}

/* Detalj Clanka */

.breadcrumbs,
.breadcrumbs li a {
    position: relative;
    z-index: 15;
    background: transparent;
    font-size: 12px;
    color: #C9C9C9;
    margin-top: -30px;
}

.breadcrumbs li a:hover {
    color: #000000;
}

.article-details-content .article-headding {
    margin: 30px 0 10px;
}

.article-header-v1 .category,
.article-header-v1 .header-info .the-date {
    font-size: 18px;
}

.article-header-v1 .category {
    text-transform: uppercase;
}

.article-details-content .article-headding .category,
.article-details-content .article-headding .the-date {
    display: none;
}

.article-detail-slider.product-slider {
    margin: 30px 0;
}

.article-content_v1 {
    min-height: 300px;
}

.article-detail .social-share {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 16%;
    gap: 15px;
}

.article-detail .social-share .share-text {
    display: none;
}

.detail-social-share-v3 .item {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #111010;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    padding: 0;
}

.detail-social-share-v3 .item:hover {
    background: #000000;
    border: 1px solid transparent;
}

.detail-social-share-v3 .item.item-facebook:hover img {
    content: url("../../images/a3_v2023/facebook-beli.svg");
}

.detail-social-share-v3 .item.item-twitter:hover img {
    content: url("../../images/a3_v2023/twitter-beli.svg");
}

.detail-social-share-v3 .item.item-whatsapp:hover img {
    content: url("../../images/a3_v2023/whatsupp-beli.svg");
}

.detail-social-share-v3 .item.item-viber:hover img {
    content: url("../../images/a3_v2023/telefon-beli.svg");
}

.detail-social-share-v3 .item.item-pinterest:hover img {
    content: url("../../images/a3_v2023/pinterest-beli.svg");
}

.detail-social-share-v3 .item.item-email:hover img {
    content: url("../../images/a3_v2023/email-beli.svg");
}

.note {
    padding: 20px 40px;
    background: #f8f8f8;
    border-left: 2px solid #000000;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.detail-social-share-v3 .item img {
    opacity: 1;
}

.article-details-content .ckeditor-row-6 .col-md-6:first-child {
    font-size: 14px;
    color: #929292;
}

.article-details-content .ckeditor-row-6 .col-md-6:first-child img {
    margin-bottom: 5px;
}

/* stranice sa formama */
.page-form h2,
page-form .h2,
.contact-page h2,
.contact-page .h2,
.career-page h2,
.career-page .h2,
.cooperation-page-wrapper h2,
.cooperation-page-wrapper .h2 {
    text-align: left;
    margin-bottom: 0;
}

.page {
    min-height: 40vh;
}

.page-form h2,
page-form .h2 {
    margin-bottom: 20px;
}

.contact-page .heading-wrapper,
.career-page .heading-wrapper,
.cooperation-page-wrapper .heading-wrapper {
    margin-bottom: 30px;
}


.contact-page .right-info,
.career-page .right-info,
.cooperation-page-wrapper .right-info {
    border-left: 1px solid #D1D1D1;
}

.contact-page .btn,
.career-page .btn,
.cooperation-page-wrapper .btn {
    width: 200px;
}


.contact-page .input-group .btn,
.career-page .input-group .btn,
.cooperation-page-wrapper .input-group .btn {
    width: unset;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    background: #ffffff;
}


.page-form .intro {
    margin-top: 0;
}

/* najcesca pitanja */

.accordian.article {
    margin-top: 0;
}

.panel .title .panel-toggle .icon,
.panel .title .panel-toggle.collapsed .icon {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel .title .panel-toggle.collapsed .icon {
    transform: rotate(-90deg);

}

.panel .title .panel-toggle .icon {
    transform: rotate(90deg);
}


.panel .title .panel-toggle .icon:before {
    background: url('../../images/a3_v2023/pagination_arrow_left.svg') center no-repeat;
}

.panel .title .panel-toggle .icon:before,
.panel .title .panel-toggle.collapsed .icon:before {
    background: url('../../images/a3_v2023/pagination_arrow_left.svg') center no-repeat;
    width: 15px;
    height: 15px;

}

.panel .title .panel-toggle:not(.collapsed) {
    color: #000000;
}

.panel .title .panel-toggle {
    font-size: 16px;
    font-weight: 600;

}

.panel .title .panel-toggle:not(.collapsed)::after {
    background-color: rgba(209, 209, 209, 0.2);
}

.panel .title .panel-toggle::before {
    background-color: #D1D1D1;
}

.panel:last-child .title .panel-toggle::before {
    content: none;
}

/*  Radnje */

.stores-location-sesarch h4 {
    margin-top: 0;
}

.store-listing-map .store-map-wrapper {
    height: unset !important;
    background: #000000;
}

#stores-map {
    width: 100%;
    height: 100%;
}

.store-detail .store-map-full #map-canvas{
    height: 450px;
}

.storelocator-panel {
    overflow: unset;
}

.storelocator-panel .store-item:hover {
    background-color: #f7f7f7;
}

.storelocator-panel .store-item:hover .item.title {
    color: #000000;
}

.store-timetable .item .time,
.store-timetable .items-wrapper {
    margin-top: 0;
}

.store-timetable .item {
    padding: 3px 10px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.store > .row {
    margin: 50px 0;
}

.store-contact {
    margin-top: 0;
}

.store-contact .title {
    margin-top: 20px;
}


.store-contact .title {
    font-weight: 600;
}

.store .post-description {
    margin-bottom: 20px;
}

.store .post-description ul li {
    list-style: unset;
}

.store-timetable .item .time {
    text-align: left;
    width: fit-content;
}

.store-timetable .item.active {
    font-weight: 600;
}

.store-item .store-item-wrapper .item.title,
.store-item .store-item-wrapper .item {
    padding-left: 10px;
}

.gm-ui-hover-effect {
    margin: 5px !important;
}

.store-item-wrapper .icon.icon-phone,
.store-item-wrapper .address .icon,
.store-item-wrapper .adress-wrapper .icon,
.store-item-wrapper .item-email .icon {
    margin-left: 0;
}

.store-item .store-item-wrapper .item.catName {
    display: none;
}

.store-item .store-item-wrapper .item.title {
    font-weight: 600;
}


.storelocator-filter .feature-filter{
    display: none;
}
.storelocator-filter .icon.icon-search {
    position: absolute;
    top: 44px;
    right: 20px;
    width: 50px;
    height: 34px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
}

.storelocator-panel .store-item {
    background: #ffffff;
    color: #000000;
    margin-bottom: 5px;
    padding: 10px 0 15px 0;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.25);
    cursor: pointer;
    border-top: 2px solid;
}

.store-item .store-item-wrapper .item.title {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-left: 15px;

}
.store-item .store-item-wrapper .item{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.store-popup h1 {
    margin: 0 0 10px;
    font-size: 14px;
    text-align: center;
}
.gm-style .gm-style-iw-c{
    border-radius: 0;
}
.store-popup{
    padding: 0 10px;
}
.store-popup .title {
    font-weight: 500;
    margin: 5px 0;
    font-size: 12px;
}

.store-popup .content{
    font-size: 12px;
    line-height: 30px;
    padding-left: 0;
}
.store-popup .store-item-action{
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.store-popup .store-item-action:hover{
    text-decoration: underline;
}

.map-wrapper-store-list{
    position: relative;
}

.content-info-bubble .col-xs-7 {
    width: 60%;
}
.content-info-bubble .item-address.nb-store-street, .content-info-bubble .item-cityName.nb-store-cityName,
.content-info-bubble .adress-wrapper, .content-info-bubble .item-email.nb-store-email, .content-info-bubble .item-phone.nb-store-phone {
    margin-bottom: 0;
}

.content-info-bubble .item-phone.nb-store-phone .title span, .content-info-bubble .item-email.nb-store-email .title span{
    display: inline-block;
    margin-right: 5px;
}


.smap .card .title{
    margin-right: 0;
    font-weight: 600;
}

.store-popup h1{
    font-weight: 600;
}

.smap .card{
    width: 400px !important;
}

.store-popup{
    max-width: 366px;
}

.store-background .description {
    padding-left: 10px;
}

.action-listing .text-wrapper .title,
.listing-v1.quiz .text-wrapper .title {
    font-size: 18px;
}

.action-listing .text-wrapper .title,
.listing-v1.quiz .text-wrapper .title,
.listing-v1.quiz .text-wrapper .btn-wrapper a,
.action-listing .text-wrapper .btn-wrapper a{
    font-weight: 600;
    text-transform: uppercase;
}

.store-map-wrapper .show-store-list {
    height: 36px;
}

.icon-lines-thin:before {
    content: url("../../images/a3_v2023/menu_icon.png");
}

/* Obicne strane */

.page-fullwidth-wrapper, .page-normal-wrapper, .page-with-menu-wrapper, .error-page {
    padding-top: 10px;
}

.page-fullwidth-wrapper .text-wrapper, .page-normal-wrapper .post-content, .page-with-menu-wrapper .post-content {
    font-size: 16px;
}

.page-normal-wrapper .img-mobile {
    display: none;
}

/* Brendovi */

.attribute-letters-list {
    padding: 0;
}

.brands.brands-grid .item {
    border: 1px solid #D1D1D1;
    transition: box-shadow 0.3s ease-in-out
}

.brands.brands-grid .item:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.show-all-brands.show-brands {
    display: none;
}

.letters-inline span.item.active {
    font-weight: 600;
}

.attribute-letters-list .letters-inline {
    border: 1px solid #D2D2D2;
    background: #F7F7F7;
}

.attribute-letters-list .item-wrapper .link {
    text-transform: uppercase;
}


.attribute-letters-list .list-letters .item {
    margin-bottom: 0;
}

/* Profil */

.profile .profile-into .item .img-wrapper .icon.icon-heart:before {
    content: url('../../images/a3_v2023/favorite_profile.svg');
}

.profile .profile-into .item .img-wrapper .icon.icon-price:before {
    content: url('../../images/a3_v2023/price_profile.svg');
}

.profile .profile-into .item .img-wrapper .icon.icon-delivery:before {
    content: url('../../images/a3_v2023/delivery_profile.svg');
}

.profile .profile-section {
    padding-left: 10px;
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 30px;
}

.orderdetails-modal .buyButtonOnLists, .orderdetails-modal .buyButtonOnLists-soonSale {
    padding: 0;
}

.profile .heading-wrapper-profile {
    border-bottom: 1px solid #D1D1D1;
}

.profile-sidebar {
    border-right: 1px solid #D1D1D1;
}

.profile .recomeded-products {
    margin: 0 -10px;
}

.dl-horizontal {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 25px
}

.dl-horizontal dt {
    margin-bottom: 5px;
}

.dl-horizontal dd {
    color: #666666;
}

.profile .profile-into .item .title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.profile .user-data .item.item-main-data h1{
    margin-bottom: 0;
}

.profile-sidebar .heading-wrapper .title h2 {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.profile .profile-my-choice .heading-wrapper .title h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.profile .table-responsive table>tbody>tr {
    text-transform: none;
}

.profile .profile-into .item .img-wrapper .icon {
    box-shadow: 0 0 0 1px #D1D1D1;
}

.profile .user-data .item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000000;
}

.profile .nav-vertical > li > a {
    padding: 5px 15px;
    font-size: 14px;
}


.profile .product-item .remove-item {
    font-style: unset;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .heading-wrapper .icon:before,
.profile-price-change .product .item .btn-wrapper .icon:before,
.size-available-wrapper .product .item .btn-wrapper .icon:before,
.profile .product-item .remove-item:before {
    content: '×';
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 26px;
    width: 30px;
    opacity: 1;
    height: 30px;
    z-index: 9;
    transform: none;
    font-weight: 300;
    background: #ECECEC;
    border-radius: 50%;
    padding-bottom: 5px;
    color: #231F20;
    cursor: pointer;
    text-decoration: none;
    font-style: unset;
}

.profile-price-change .product .item .btn-wrapper,
.size-available-wrapper .product .item .btn-wrapper,
.profile .profile-favorite-products.product .item .btn-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
}

.product-item-attrs {
    text-align: left;
}

.remove-item-lnk {
    display: none;
}

/* modal korpa */

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .heading-wrapper,
.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle {
    background: #f7f7f7;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .heading-wrapper {
    border-bottom: 1px solid #D1D1D1;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .list-title {
    padding: 20px;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .list-title,
.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .list-title span {
    color: #000000;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper .item .content .size {
    font-size: 13px;
    color: #929292;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 5px;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper .item .content .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000000;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper .item .content .price {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper .item .content .price .calc-wrapper {
    color: #111010;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper .item .prev-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #868692;
    line-height: 16px;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper {
    max-height: 600px;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .footer-wrapper .total-price:nth-child(3) .title,
.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .footer-wrapper .total-price:nth-child(3),
.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .footer-wrapper .total-price .title {
    line-height: 17px;
    font-size: 14px;
    float: left;
}

.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .footer-wrapper .total-price:nth-child(3) .value-text {
    font-size: 16px;
    font-weight: 700;
}


.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .footer-wrapper .total-price:nth-child(3) {
    margin-bottom: 30px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 .slick-dots {
    max-width: 270px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 .slick-dots li {
    max-width: 20px;
}

/* Korpa */

.cart-step {
    margin-top: 30px;
}

.cart .toggle-banner {
    display: none;
}

.cart-ncx-steps-wrapper .item {
    font-size: 14px;
}

.cart-ncx-steps-wrapper .item .item-number-step {
    background: #ffffff;
    line-height: 27px;
}

.cart .form-announce-normal {
    margin: 20px 0 40px;
}

.cart .form-announce a {
    text-decoration: underline;
}

.resetSelectedParcel.btn,
#order_cart_content .cart-table .btn {
    background: #ffffff;
    border: 1px solid #D1D1D1;
}

.resetSelectedParcel.btn:hover {
    background: #ffffff;
    border: 1px solid #000000;
}

#order_cart_content .cart-table .btn:before {
    content: '×';
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 26px;
    width: 30px;
    opacity: 1;
    height: 30px;
    z-index: 9;
    transform: none;
    font-weight: 300;
    background: none;
    border-radius: 50%;
    padding-bottom: 7px;
    color: #D1D1D1;
}

#order_cart_content .cart-table .btn:hover:before {
    color: #231F20;
    border: 1px solid #231F20;
}

.table-responsive table>tbody>tr {
    text-transform: uppercase;
}

.table-responsive table>tbody>tr:nth-child(2n+1) {
    background: #ffffff;
}

.table-responsive table>tbody>tr.cart-total {
    border-top: 1px solid #d1d1d1;
    background: #ffffff;
}

.cart-table .product-item-code, .cart-table .product-item-size {
    color: #929292;
}

.cart-table.table thead th {
    color: #000000;
}

.cart-table .product-item-title {
    color: #000000;
    font-size: 16px;
}

.cart-table.table td .product-item-prices {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.cart-table.table td .item-color {
    display: none;
}

.cart-quantity .styled-select {
    max-width: 80px;
}

.cart-table.table td {
    font-size: 16px;
}

.cart .popup-sizes-wrapper {
    display: none;
}

.cart-step .popup-sizes-wrapper.active {
    display: block;
}

.cart .sum-table-v3-wrapper .antispam-wrapper > .col-sm-6 {
    max-width: 100%;
    padding: 0;
}

.cart-table-summary-wrapper .styled-select {
    overflow: unset;
}

#order_cart_content  .cart-step .heading-wrapper {
    margin-bottom: 0;
}

.cart-step .heading-wrapper .additonal-text-headline {
    display: none;
}

.cart-step .heading-wrapper h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.cart-specification-tabs ul.tickets-type {
    border: none;
    text-transform: uppercase;
}

.cart-specification-tabs ul.tickets-type .item {
    color: #666666;
    border-bottom: 1px solid #666666;
}

.cart-specification-tabs ul.tickets-type .item.active  {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    color: #000000;
}

.cart-table.table .cart-total td {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.cart-description, .cart .description {
    margin-bottom: 0;
}

.cart .loyalty-card-image .descritpion {
    font-size: 16px;
    color: #000000;
}

.cart-products-slider-wrapper  {
    opacity: 1 !important;
}

.cart .product .item .text-wrapper {
    height: 180px;
}

.cart .show-list-link-wrapper,
.productitem-store-wrapper {
    display: none;
}

.ncx-v2 .active .time-delivery {
    text-align: left;
}

.cart .quick-buy-color-size {
    opacity: 0;
}

.cart .product-slider .item:hover .quick-buy-color-size {
    opacity: 1;
}

.cart .product .item .text-wrapper .product-quantity-wrapper {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cart .product .item .text-wrapper .product-quantity-wrapper .form-control {
    height: 30px;
}

.cart .product .item .text-wrapper .product-quantity-wrapper .btn {
    width: 65px;
    height: 30px;
    min-width: unset;
}

.cart .product .item .text-wrapper .size-text {
    color: #000000;
    font-size: 14px;
}

.cart-ncx-steps-wrapper .item.prevStep {
    opacity: 0.3;
}

.cart-ncx-steps-wrapper .item.prevStep .item-number-step {
    background: #000000;
    color: #ffffff;
}

.cart-ncx-steps-wrapper .item.active .item-number-step {
    line-height: 27px;
    border: none;
}

.cart .product .item:hover .sizes-selector-quick-buy.active {
    opacity: 1;
    pointer-events: all;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E3E3E3;
    margin-bottom: 15px;
    z-index: 99;
}

.cart .product .item:hover .sizes-selector-quick-buy.active:before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}


.cart .sizes-selector-quick-buy .product-sizes-wrapper .size-item {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 5px;
}

.table-responsive .cart-table>tbody>tr>td,
.table-responsive .cart-table>tbody>tr>th,
.table-responsive .cart-table > thead > tr > th {
    background: none;
}

.cart .sizes-selector-quick-buy .product-sizes-wrapper .size-item.disabled {
    color: #dcdcdc;
}

.cart-order-options.no-registration {
    margin-bottom: 20px;
}

.cart-order-options.registrated > div {
    margin: 0 auto;
}

/*.cart-order-options.registrated .cart-description,*/
/*.cart-order-options.registrated .cart .description {*/
/*    margin-left: 10px;*/
/*}*/

.donation-products-wrapper {
    padding: 0;
}

.donation-products-wrapper .panel .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000000;
    width: fit-content;
    padding-bottom: 2px;
}



.donation-products-wrapper .panel .description {
    color: #000000;
}

.donation-products-wrapper .form-group label {
    font-weight: 400;
    font-size: 13px;
}

.donation-products-wrapper .panel-default {
    padding: 20px 40px;
    background: #ffffff;
    margin-top: 20px;
    border: none;
}

.gift-product-modal .modal-title{
    color: #000000;
}
.gift-product-modal .gift-product .product-info .product-sizes .size-select-wrapper {
    margin-top: 10px;
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    gap: 5px;
}

.gift-product-modal .gift-product .product-info .product-sizes .item {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #000000;
    color: #000000;
}


.gift-product-modal .gift-product .product-info .product-sizes .item.active {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.gift-product-modal .gift-product .product-info .choose-gift-btn {
    min-width: 150px;
    position: relative;
    margin-top: 10px;
}

.gift-product-modal .gift-product .product-info .product-sizes .item:hover

.cart .new-cart-total {
    border: none;
    background: #ffffff;
}

.register-benefits .item {
    padding-left: 30px;
    margin-bottom: 20px;
}

.register-benefits .item:before {
    content: url("../../images/a3_v2023/cart_check_icon.svg");
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    color: #000000;
}

.register-benefits .title-wrapper {
    margin-bottom: 30px;
}

.cart .cart-order-options .no-registration-wrapper {
    padding-right: 40px;
}

.cart .cart-order-options .no-registration-wrapper .cart-description {
    color: #000000;
    margin-bottom: 20px;
}

.cart .register-benefits-block {
    padding-left: 40px;
}

.cart-ncx-steps-buttons a,
.cart .benefits-buttons-wrapper .row .btn {
    max-width: 260px;
    font-weight: 400;
}


.cart .benefits-buttons-wrapper .row .btn.btn-register {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.cart .benefits-buttons-wrapper .row .btn.btn-register:hover,
.cart .benefits-buttons-wrapper .row .btn.btn-register:focus,
.cart .benefits-buttons-wrapper .row .btn.btn-register:active,
.cart .benefits-buttons-wrapper .row .btn.btn-register:active:focus{
    background: #000000;
    color: #ffffff;
}

.cart .benefits-buttons-wrapper .row .btn.btn-block {
    max-width: unset;
}

.cart .benefits-buttons-wrapper {
    margin-top: 40px;
}

#packetomat-stores-wrapper-ajax .alert .close,
.cart .buttons-wrapper-customerss {
    display: none;
}

#cart_store_modal .modal-header .close {
    display: flex;
}

#order_total_confirm_content .sum-table-footer .cart-privacy-policy label,
.cart #cart_onepage_terms_of_use {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

.cart-privacy-policy a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
}

.btn-wrapper.gbwebpay {
    margin-top: 20px;
}

    /*.hide-element {*/
/*    display: none;*/
/*}*/

.delivery-options li {
    padding: 0 20px 20px;
}

.group-type-payment-wrapper .group-type-payment-content .iradio_flat {
    top: 10px;
}

.delivery-option-short-description {
    margin-top: 40px;
}

.delivery-option-short-description .row.ckeditor-row.ckeditor-row-6 .col-md-6:first-child {
    max-width: 28%;
}

.delivery-option-short-description .row.ckeditor-row.ckeditor-row-6 .col-md-6:nth-child(2) {
    flex: 0 0 72%;
    max-width: 72%;
}

.ncx-v2 .carrier-price {
    font-weight: 400;
}

.cart-ncx-steps-buttons {
    padding: 0;
    gap: 10px;
    margin-bottom: 60px;
}

.cart-ncx-steps-buttons a {
    font-size: 14px;
    width: 100%;
    min-width: unset;
}

.cart-ncx-steps-buttons .prev-button-step,
.cart-ncx-steps-buttons .next-button-step {
    display: inline-block;
}

.cart-ncx-steps-buttons .next-button-step {
    float: right;
}

.cart-product-code-wrapper {
    margin-bottom: 0;
}

.cart-product-info-wrapper {
    margin-bottom: 10px;
}


.cart-steps-ncx .product-item-size,
.cart-steps-ncx .cart-product-item-code {
    color: #929292;
}

.cart-product-quantity .styled-select.midthick-select {
    background: #ffffff;
    padding: 0 5px 0 3px;
}

.cart-steps-ncx .cart-product-quantity {
    background: none;
    bottom: -10px;
}

.cart-product-quantity label {
    color: #929292;
}

.cart-product-quantity .styled-select select {
    padding: 0 5px;
    background: url('../../images/a3_v2023/siva_strelica_dole.png') no-repeat calc(100% - 0px) #ffffff;
    background-size: 10px;
}

.cart-product-table table th {
    background: #f7f7f7;
    color: #000000;
}

.cart-step .text-center {
    background: #ffffff;
    font-weight: 600;
}

.cart-step .product-item-prices-sum-text {
    font-size: 12px;
}

.cart-step .product-item-prices-sum {
    font-size: 16px;
}

.del-product-btn-wrapper .btn {
    background: #E0E1E2;
    border-color: #fafafa;
    color: #929292;
    font-size: 12px;
    max-width: 120px;
    min-width: unset;
    padding: 0 10px;
}


.cart-step .new-cart-total {
    background: #ffffff;
    border: none;
}

.cart-step .heading-wrapper h2 {
    font-weight: 700;
}

#order_ticket_content .nav-tabs > li.active > a {
    border: none;
    background: none;
    text-shadow: none;
}

#order_ticket_content .lists-tabs .tab-content {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.sum-table-footer #submit_order_one_page {
    height: 40px;
}

.sum-table-content {
    background: #fff;
}

.sum-table-header .heading-wrapper {
    border: none;
    margin: 0;
    text-transform: uppercase;
}

.sum-table-footer .button-wrapper {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

#onepage-product-price-value {
    font-weight: 700;
    font-size: 20px;
}

.cart-table-summary-wrapper {
    position: sticky;
    top: 110px;
    height: fit-content;
}

.group-type-payment-title {
    padding: 10px 40px;
}

.group-type-payment-title i {
    border: none;
    margin-right: 30px;
}

.group-type-payment-title.collapsed i {
    transform: rotate(90deg);
}

.cart-carrier-and-payment  .fa-angle-up:before {
    left: -30px;
}

.group-type-payment-wrapper .group-type-payment-title.collapsed .fa-angle-up:before {
    content: url("../../images/a3_v2023/cart_delivery_arrow.svg");
}

.fa-angle-up:before {
    content: url("../../images/a3_v2023/cart_delivery_arrow_up.svg");
    position: absolute;
    height: 22px;
    bottom: 0;
}

.show-all-filters .fa-angle-up:before {
    content: none;
}

.cart-step .carrier-wrapper .heading-wrapper, .cart-step .cart-payment-wrapper .heading-wrapper {
    margin-bottom: 0;
    border-bottom: 1px solid #d2d2d2;
}

.cart-payment-wrapper.ncx-v2.col-xs-12 .col-xs-12 .heading-wrapper,
.carrier-wrapper.ncx-v2 .col-xs-12 .heading-wrapper{
    display: none;
}

/*.group-type-payment-wrapper .group-type-payment-content {*/
/*    display: block;*/
/*}*/

.cart-payment-wrapper.ncx-v2 .col-xs-12,
.carrier-wrapper.ncx-v2 .col-xs-12 {
    width: 100%;
    padding: 0 10px;
}

.group-type-payment-wrapper {
    border: none;
}

.group-type-payment-wrapper .group-type-payment-title,
.group-type-payment-wrapper .group-type-payment-title.collapsed {
    background: #ffffff;
    text-transform: uppercase;
    margin: 10px 0;
}

#cart-carrier-content {
    padding-right: 10px;
}

.cart-payment-content,
.cart-payment-content > .row {
    padding-left: 10px;
}

.delivery-option-text strong {
    font-weight: 700;
}

.group-type-payment-wrapper:not(.collapsed)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    pointer-events: none;
    z-index: -1;
    transition: background-color 0.4s ease-in-out;
}
.cart-steps-ncx .cart-carrier-and-payment .delivery-options .iradio_flat {
    left: 0;
    top: 20px;
    position: absolute;
}

.cart-steps-ncx .cart-carrier-and-payment .delivery-options li .iradio_flat.checked {
    background-color: #000000;
}

.cart-steps-ncx .cart-carrier-and-payment .delivery-options li:hover .iradio_flat {
    border: 1px solid #000000;
}

.group-type-payment-wrapper .payment-li:last-of-type {
    padding-top: 0;
}


.delivery-options li {
    font-size: 14px;
    line-height: 19px;
}

.delivery-options li:hover {
    background: #ffffff;
}

/* Akcije */

.actions-detail-product-slider {
    margin-bottom: 20px;
}

/* Modal velicina */

#size_shart_by_product_type_modal .modal-dialog {
    pointer-events: all;
    overflow-x: hidden;
}

#size_shart_by_product_type_modal .modal-body {
    padding: 30px;
}

#size_shart_by_product_type_modal .modal-header {
    justify-content: left;
}

#size_shart_by_product_type_modal .table-wrapper {
    overflow-x: scroll;
}

#size_shart_by_product_type_modal .table-scroll-info {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 10px;
}

#size_shart_by_product_type_modal .size-shart-description {
    font-size: 16px;
}

#size_shart_by_product_type_modal .table > tbody > tr > th {
    font-size: 16px;
    font-weight: 400;
}

#size_shart_by_product_type_modal .table > tbody > tr > td {
    padding: 5px;
}

/* Scroll width */

#size_shart_by_product_type_modal ::-webkit-scrollbar {
    height: 5px;
}


/* Track */
#size_shart_by_product_type_modal ::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
#size_shart_by_product_type_modal ::-webkit-scrollbar-thumb {
    background: #000000;
}

/* Handle on hover */
#size_shart_by_product_type_modal ::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

#size_shart_by_product_type_modal ::-webkit-scrollbar-track{
    background: #E5E6E6;
}
/* cart_store_modal */
#cart_store_modal .storelocator-panel {
    max-height: 100%;
    height: auto;
    overflow: auto;
}
#cart_store_modal .store-map-wrapper {
    height: 490px !important;
    border-right: 0;
}
#cart_store_modal .storelocator-filter{
    margin-bottom: 0;
}
.cart-table-summary-wrapper .form-group.anti-spam .validation-errors-list {
    bottom: -7px;
}

.store-content .panel-body .panel-content .panel-inner > .row > .col-sm-4 .icon,
.store-content .panel-body .panel-content .panel-inner > .row > .col-sm-5 .icon,
.cart-step .heading-wrapper .icon.icon-truck:before {
    filter: brightness(0) saturate(100%);
}

.panel.store-content{
    margin-top: 10px;
    border: 1px solid #f1f1f1;
}
.panel.store-content .panel-title{
    margin-bottom: 0;
}
.panel.store-content .panel-title .panel-toggle{
    display: block;
    padding: 10px 15px;
}


.panel.store-content .panel-body{
    padding: 0 15px;
}

.cart-description .your-team {
    margin-bottom: 20px;
}

.empty-cart-alert-wrapper a {
    max-width: 260px
}

.threed-icon-wrapper {
    display: none;
}

.zoomContainer {
    top: 48px !important;
}

.bootbox-confirm .btn-primary:hover,
.bootbox-confirm .btn-primary:active,
.bootbox-confirm .btn-default {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    box-shadow: none !important;
}

.bootbox-confirm .btn-default:hover,
.bootbox-confirm .btn-default:active,
.bootbox-confirm .btn-default:focus,
.bootbox-confirm .btn-default:active:focus,
.bootbox-confirm .btn-primary {
    background: #000000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.modal .close.bootbox-close-button {
    align-items: flex-start;
}

/* Landing */

.page-landing .grid-slider-with-bg{
    margin-bottom: 30px;
}

.page-landing .grid-slider-with-bg .item{
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.page-landing .item-slider-grid6 .link{
    display: none;
}

.page-landing .container-subitem_grid{
    margin-bottom: 30px;
}

.page-landing .container-subitem_grid > .container{
    padding: 0;
}

.page-landing .container-subitem_grid .item .title {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.page-landing .horizontal-image{
    margin-bottom: 30px;
}

.page-landing .item-slider-grid6 .item{
    margin-bottom: 30px;
}

.page-landing .item-slider-grid6 .subtitle{
    margin-bottom: 0;
}
.buttons-agree-wrapper{
    display: flex;
    justify-content: space-between;
}

.cokie-info-wrapper .items-wrapper .cookie-disagree,.accept-all-cookies,
.cokie-info-wrapper .items-wrapper .cookie-agree{
    margin-left: 5px;
    float: none;
}

.accept-all-cookies{
    background: #000000;
    color: #ffffff;
}

.cokie-info-wrapper .items-wrapper .cookie-disagree {
    border: none;
    font-size: 13px;
    line-height: 34px;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
}
.checkbox-options-wrapper .icheckbox_flat.checked.disabled{
    background: #000000 url(../../images/core/check_box.png) center no-repeat;
}
.cokie-info-wrapper .item.read-more-btn.read-more-cookie{
    display: none;
}

.cokie-info-wrapper .description a{
     text-decoration: underline;
     font-weight: bold;
    cursor: pointer;
 }

.page-message,
.order-cancel {
    margin-bottom: 30px;
}

.gwt-SuggestBoxPopup {
    z-index: 99999 !important;
    top: 380px !important;
}

.gwt-SuggestBoxPopup_smartform-instance-2 {
    top: 230px !important;
}

.gwt-SuggestBoxPopup_smartform-instance-4 {
    top: 380px !important;
}

.profile-orders .item-actions .order-lnk-wrapper .item.item-order:nth-child(2){
    display: none;
}

.profile-orders .item-actions .order-lnk-wrapper .item.item-buy-again{
    display: none;
}
.product-slider .slider-init{
    opacity: 0;
}
.product-slider .slider-init.slick-initialized{
    opacity: 1;
}
.cart-summary-details .items-wrapper .item .address {
    color: #000;
    padding: 0;
}
.cart-step .item .cart-product .change-cart-size {
    margin-top: 10px;
}

.product-listing .pagination.autoload-pagination .btn.next-load-btn,
.product-listing .pagination.autoload-without-button-pagination .btn.next-load-btn,
.product-listing .pagination.autoload-without-button-pagination .btn.prev-load-btn,
.product-listing .pagination.autoload-pagination .btn.prev-load-btn{
    min-width: 250px;
    height: 48px;
    line-height: 35px;
    max-width:250px;
    color: #ffffff;
    font-weight: 600;
    margin: auto;
}
.product-listing .pagination.autoload-pagination .btn.next-load-btn:hover,
.product-listing .pagination.autoload-without-button-pagination .btn.next-load-btn:hover,
.product-listing .pagination.autoload-without-button-pagination .btn.prev-load-btn:hover,
.product-listing .pagination.autoload-pagination .btn.prev-load-btn:hover,
.product-listing .pagination.autoload-pagination .btn.prev-load-btn:active,
.product-listing .pagination.autoload-pagination .btn.prev-load-btn:focus,
.product-listing .pagination.autoload-pagination .btn.prev-load-btn:active:focus,
.product-listing .pagination.autoload-pagination .btn.next-load-btn:active,
.product-listing .pagination.autoload-pagination .btn.next-load-btn:focus,
.product-listing .pagination.autoload-pagination .btn.next-load-btn:active:focus {
    background: #ffffff;
    color: #000000;
}

/* pay by link */
.cart .confirm-bank .btn-wrapper.GoPay{
    display: inline-block;
    margin-top: 10px;
}
.lc-cz .cart #order_address_content .cart-address.logged-in .form-announce-normal{
    display: none;
}
.lc-cz .cart #order_address_content .cart-address.logged-in .form-announce{
    margin-bottom: 20px;
}

.product-listing-filters {
    position: sticky;
    top: 160px;
}
#filter_form {
    overflow-y: auto;
    padding-right: 5px;
}
.listing-products .filter-category-menu .items-wrapper {
    overflow-y: auto;
}
.listing-products .filter-category-menu .items-wrapper::-webkit-scrollbar,
.listing-products #filter_form::-webkit-scrollbar {
    width: 5px;
}
.listing-products .filter-category-menu .items-wrapper::-webkit-scrollbar-track,
.listing-products #filter_form::-webkit-scrollbar-track {
    background: #D1D1D1;
}
.listing-products .filter-category-menu .items-wrapper::-webkit-scrollbar-thumb,
.listing-products #filter_form::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
.header-cart.active .header-cart-item.header-cart-item-side .header-cart-toggle .items-wrapper .item img {
    height: fit-content;
}
.sum-table-v3-wrapper .cart-privacy-policy .validation-errors-list {
    bottom: 10px;
}
.sum-table-v3-wrapper .cart-privacy-policy .text-wrapper {
    display: flex;
}
.sum-table-v3-wrapper .cart-privacy-policy .text-wrapper .icheck-item {
    top: 4px;
}

.cart-quiz-question-wrapper {
    top: 170px;
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
    transition: all .4s;
}

.cart-quiz-question-wrapper.cart-quiz-scrolled {
    margin-top: -40px;
}
#tab_product_check_by_store_sapcar .autocomplete-loader{
    display: block;
    top: -80px;
}
.product-listing .product-item.product-banner_v1 .banner-btn-wrapper {
    width: calc(100% - 40px);
    text-align: center;
}
.product-banner-item .banner-btn-wrapper .btn {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 6px 10px;
    min-width: 100px;
    font-weight: 600;
    line-height: 19px;
    white-space: normal;
    max-width: 100%;
    display: inline-flex;
    height: unset;
}
.product-banner-item .banner-btn-wrapper .btn:hover {
    background: #000;
    color: #fff;
}
.categories-slider-listing .img-wrapper:before {
    display: none;
}
.categories-slider-listing .content {
    position: relative;
    bottom: unset;
    left: unset;
    color: #000000;
    min-width: unset;
    text-align: left;
    transform: none;
    font-size: 18px;
    line-height: 30px;
}
.categories-slider-listing .content .title {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;
}
.categories-slider-listing .content .title:hover {
    opacity: 0.8;
}
.categories-slider-listing .item {
    margin: 0;
}
.categories-slider-listing {
    margin: 20px 0px 30px -10px;
}
.categories-slider-listing .slick-track {
    margin-left: auto;
    margin-right: auto;
}
.categories-slider-listing .slider-init {
    margin-right: -10px;
    margin-left: -10px;
}
.categories-slider-listing .item{
    padding: 0 10px;
}

/* Reklamacije */

.return-content .form-control::placeholder {
    visibility: visible;
    color: #929292 !important;
    font-size: 14px;
}

.return-page-wrapper .loader-wrapper.return-content-loader {
    background: #F9F9F9;
    z-index: 99;
}

.return-page-wrapper .loader-wrapper .loader-icon {
    transform: none !important;
    animation: none;
    top: 45%;
}

.return-content .find-order .radio-item .radio-title {
    font-size: 14px;
}

.find-order-order-id-wrapper > label,
.find-order-email-wrapper > label,
.confirmed-form-order-id-wrapper > label,
.confirmed-form-email-wrapper > label {
    display: none;
}

.return-content .find-order .help-link {
    text-decoration: underline;
}

.return-content .form-control {
    color: #000000;
    font-size: 14px;
}
.return-products .return-product-item .return-product-data .return-method-box .return-method-option {
    max-height: 60px;
}

.return-products .return-product-item .return-product-data .return-method-box .return-method-option .arrow-icon {
    border: 1px solid #8d8d8d;
}


.return-content-wrapper .icheckbox_flat {
    border-color: #CFCFCF;
    height: 20px;
    width: 20px;
    border-radius: 0;
}

.return-products .return-product-item.active > .icheckbox_flat,
.return-products .return-product-item:hover > .icheckbox_flat {
    border-color: #000000;
}

.return-products .return-product-item.active > .icheckbox_flat,
.return-products .return-product-item.active:hover > .icheckbox_flat {
    border-color: #000000;
    background: #000000 url('../../images/core/check_box.png') center no-repeat;
}

.return-content-wrapper .icheckbox_flat.checked,
.return-content-wrapper .icheckbox_flat:hover {
    border-color: #000000;
}

.return-content-wrapper .icheckbox_flat.checked,
.return-content-wrapper .icheckbox_flat.checked:hover {
    border-color: #000000;
    background: #000000 url('../../images/core/check_box.png') center no-repeat;
}

.return-products .return-order-item {
    background: #ffffff;
}

#return_modal .order-info, .return-content .order-info {
    background: #FCFCFC;
    margin-bottom: 0;
}

.return-content .message-info-wrapper {
    background: #ECECEC;
    align-items: center;
    font-style: normal;
    color: #333333;
}

#return_modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: uppercase;
}

.modal-with-items .modal-items .modal-item.active .selected-item:before {
    height: 25px;
}

.return-form-wrapper,
.return-navigation .navigation-item.completed .icon-wrapper,
.return-content .refund-list .refund-items .refund-item,
.return-content .return-method-list .return-method-items .return-method-item {
    background: #ffffff;
}

#return_modal .modal-body .heading-wrapper .title {
    text-align: left;
}

.return-page-wrapper .return-step-buttons .return-step-button.next-step {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.return-products .return-product-item.confirmed-product-item .return-method-box .return-data .title,
.return-products .return-product-item.confirmed-product-item .return-method-box .return-data .value {
    text-align: left;
}
.return-user-info {
    background: #ffffff;
}

.return-page-wrapper .return-step-buttons .return-step-button.next-step:hover,
.return-page-wrapper .return-step-buttons .return-step-button.next-step:active,
.return-page-wrapper .return-step-buttons .return-step-button.next-step:focus,
.return-page-wrapper .return-step-buttons .return-step-button.next-step:active:focus {
    background: #ffffff;
    border-color: #000000;
    color: #000000;
}

.store-info-popup .store-info-wrapper .phone, .store-info-popup .store-info-wrapper .address, .store-info-popup .store-info-wrapper .working-hours, .return-map-list .store-item .store-info-wrapper .phone, .return-map-list .store-item .store-info-wrapper .address, .return-map-list .store-item .store-info-wrapper .working-hours {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #000;
}

#return_stores_btn {
    margin: 30px auto auto;
    position: relative;
    left: unset;
    transform: none;
    width: fit-content;
    min-width: 300px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    border-radius: 0 !important;
}

.return-form-wrapper .return-form .return-form-content .form-group {
    display: flex;
    gap: 0;
    flex: 0 0 calc(50% - 10px);
    margin: 0;
    flex-direction: column;
}

.return-form-wrapper .return-form .return-form-content {
    margin-top: 0;
}

.return-form-wrapper .validation-errors-list {
    font-weight: 600;
}

.return-user-info .user-information-wrapper .return-user-item .item-value {
    letter-spacing: 0.3px;
}

#return_policy_form .policy-info-wrapper .return-policy-title {
    font-size: 13px;
}

#return_policy_form .policy-info-wrapper .return-policy-title a {
    color: #FA0303;
    font-size: 13px;
}

.return-content-spinner {
    border-top: 3px solid #000000;
}

#return_modal .close {
    background: transparent;
}

#return_modal .return-code .modal-body {
    background: #F9F9F9;
}

.return-code .barcode-area {
    border: 1px solid #D1D1D1;
    background: #fff;
}

.return-code .download-wrapper i {
    filter: brightness(0) saturate(100%) invert(13%) sepia(99%) saturate(7392%) hue-rotate(11deg) brightness(99%) contrast(114%);
}

.return-code .download-wrapper .download-title {
    font-weight: 600;
}

.return-profile .return-list .return-data .return-item-link {
    font-size: 15px;
    padding: 0;
}

.return-profile .heading-wrapper .title {
    text-transform: none;
}


#return_modal .return-code .modal-body .subtitle {
    font-size: 14px;
}

.return-profile .return-list .return-data .code-item:before {
    height: 15px;
}
.confirm-bank .cart-description.confirm-info {
    padding: 20px;
    border: 1px solid #58BA4D38;
    background: #58BA4D0D;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.confirm-cart-list-5 .products-wrapper {
    background: #fff;
}
.confirm-bank .cart-step .heading-underlined {
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}
.confirm-bank .cart-step .heading-underlined h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.confirm-cart-list-5 .heading-wrapper .title h2 {
    font-size: 18px;
    margin-bottom: 0;
}
.confirm-cart-list-5 .img-info-wrapper .cart-product-name, .confirm-cart-list-5 .img-info-wrapper .cart-product-name a {
    font-size: 17px;
    font-weight: 600;
}
.confirm-cart-list-5 .img-info-wrapper .cart-product-item-code, .confirm-cart-list-5 .img-info-wrapper .product-item-size {
    color: #494949;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.confirm-cart-list-5 .cart-product-info-grid .item .value {
    font-weight: 400;
}
.confirm-cart-list-5 .cart-product-info-grid .item .title {
    font-weight: 600;
    background: #F8F9FA;
}
.confirm-cart-list-5.cart-products-wrapper .heading-wrapper {
    background: #F6F6F6;
}
.confirm-cart-list-5 .main-content .heading-wrapper .icon,
.cart-products-wrapper.cart-new-3 .heading-wrapper .icon {
    content:  url("../../images/a3_v2023/cart-icons.svg");
}
.confirm-cart-list-5 .sum-table-header .icon:before {
    content:  url("../../images/a3_v2023/total-sum-icon.svg");
}
.confirm-cart-list-5 .sum-table-header .icon  {
    height: 41px
}
.confirm-bank .cart-step .btn-wrapper.post {
    text-align: left;
    margin-top: 45px;
}
.confirm-bank .cart-step .btn-wrapper .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
}
.confirm-bank .your-team {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #000;
    font-weight: 400;
}
.confirm-cart-list-5 .sum-table-v3-wrapper .sum-table-header {
    padding: 0;
}
.confirm-cart-list-5 .sum-table-v3-wrapper .sum-table-header .title{
    font-weight: 700;
    font-size: 18px;
}
.confirm-cart-list-5 .sum-table-v3-wrapper {
    border-color: #000;
}
.confirm-order-info.block > .heading-wrapper,
.confirm-order-info .items-wrapper .item .text-wrapper,
.confirm-order-info .items-wrapper .item,
.confirm-order-info .items-wrapper,
.confirm-order-info .items-wrapper .item .heading-wrapper,
.sum-table-v3-wrapper,
.cart-new-3 .cart-product-info-grid .item .title,
.cart-new-3 .products-wrapper .cart-product-item,
.cart-new-3 .cart-product-info-grid .items-wrapper,
.cart-new-3 .cart-product-info-grid .items-wrapper .item,
.cart-summary-details.block,
.cart-new-3.cart-products-wrapper .heading-wrapper,
.cart-new-3 .products-wrapper,
.confirm-cart-list-5 .cart-product-info-grid .item .title,
.confirm-cart-list-5 .cart-product-info-grid .items-wrapper .item,
.confirm-cart-list-5.cart-products-wrapper .heading-wrapper,
.confirm-cart-list-5 .products-wrapper .cart-product-item,
.confirm-cart-list-5 .cart-product-info-grid .items-wrapper,
.confirm-cart-list-5 .products-wrapper {
    border-color: #C9C9C9;
}
.confirm-order-info .items-wrapper .item .heading-wrapper {
    background: #F8F9FA;
}
.confirm-order-info .items-wrapper .item .text-wrapper {
    background: #FFFFFF;
}
#onepage-product-price-value {
    font-weight: 600;
    font-size: 18px;
}
#order_total_confirm_content .cart-new-3 .cart-product-info-wrapper .row.no-collaps  {
    justify-content: flex-start;
}
.cart-new-3.cart-products-wrapper .heading-wrapper {
    margin-top: 0;
}
.cart-summary-details.block {
    margin-top: 20px;
}
.sum-table-v3-wrapper .sum-table-header .title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-product-info-wrapper > .row > .cart-product-info-grid {
    margin-top: 20px;
}
.confirm-cart-list-5 .main-content {
    position: relative;
    overflow: unset;
}
.page-message-new {
    margin-top: 30px;
    margin-bottom: 30px;
}
.confirmation-page-alert .alert {
    border-radius: 0;
}
.confirmation-page-alert .alert.alert-danger {
    background: #FFF9F9;
    border: 1px solid #FCD9D9;
}
.confirmation-page-alert .alert.alert-success {
    background: #58BA4D0D;
    border: 1px solid #58BA4D38;
}
.sum-table-v3-wrapper .cart-description.bank-helper {
    padding: 20px;
    border-top: 1px solid #C9C9C9DD;
}
.cart-description.bank-helper .btn {
    width: 100%;
}
.confirm-cart-list-5 .products-wrapper .item .product-category {
    display: block;
}
.confirm-cart-list-5 .products-wrapper .item .product-category a{
    color: #505252;
}
.confirm-bank .cart-step .btn-wrapper.post .btn {
    display: inline-block;
}
.cart-new-3 .products-wrapper {
    background: #fff;
}
.block.confirm-order-info {
    margin-top: 20px;
}
.page-message-new .col-md-12 > .col-md-8 {
    padding: 0;
}
.inline-price-wrapper .discount-wrapper {
    font-size: 12px;
    font-weight: 600;
    color: #D2003F;
}
.product-item.item .info-wrapper .prices-wrapper.inline-price .prev-price-third,
.product-item.item .text-wrapper .prices-wrapper.inline-price .prev-price-third {
    width: calc(100% - 10px);
}
.caption-product-list a.item.text-view {
    padding: 7px 10px;
    font-weight: 600;
    background: #f6f6f6;
}
.caption-product-list {
    max-width: 70%;
    pointer-events: all;
}
.products-detail-wrapper .caption-plusconnector {
    top: unset;
    left: unset;
    position: relative;
    color: #D2003F;
}
.product-details-price .discount-wrapper .icon-plus:before,
.inline-price-wrapper .discount-wrapper .icon-plus:before {
    display: none;
}
.products-detail-wrapper .product-details-price .discount-wrapper .product-discount {
    display: flex;
    gap: 3px;
    color: #D2003F;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.product-list-stickers .items-wrapper .item {
    margin-right: 15px;
}
.product-list-stickers .items-wrapper .item:last-child {
    margin-right: 0;
}
.product-list-stickers .items-wrapper .item {
    color: #C28F00;
    font-weight: 500;
    padding: 0;
    line-height: 16px;
    position: relative;
}
.products-detail-wrapper .product-list-stickers {
    margin: 5px 0;
}
/*SB landing*/
.uc-sb-landing {
    background: #000000;
    color: #ffffff;
}
.uc-sb-landing .items-generic p {
    color: #ffffff;
}
.uc-sb-landing .grid-3-wrapper.custom-icon-bg {
    margin-bottom: 80px;
}
.uc-sb-landing:has(.register-btn-block) .grid-3-wrapper.custom-icon-bg {
    margin-bottom: 0;
}
.uc-sb-landing .heading-wrapper .title h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.uc-sb-landing .yt_video_bg-grid12 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(15em + 25vw);
}
.uc-sb-landing .heading-wrapper {
    margin-bottom: 30px;
}
.grid-3-wrapper .img-wrapper img {
    width: auto;
}
.grid-3-wrapper.custom-icon-bg .img-wrapper {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #FF8019;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.grid-3-wrapper.custom-icon-bg .item {
    text-align: center;
}
.grid-3-wrapper.custom-icon-bg .content {
    min-height: unset;
    height: auto;
    border: unset;
    padding: 0 20px;
    margin-top: 25px;
}
.grid-3-wrapper.custom-icon-bg .content .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.grid-3-wrapper.custom-icon-bg .content .description,
.grid-3-wrapper.custom-icon-bg .content .description * {
    line-height: 20px;
}
.uc-sb-landing .image-text-grid12.right-side {
    background: #fff;
    color: #000
}
.image-text-grid12.right-side .row {
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
}
.image-text-grid12.right-side .text-wrapper {
    max-width: 600px;
    display: inline-block;
    text-align: start;
}
.image-text-grid12.right-side .text-wrapper .description p {
    color: #000;
}
.uc-sb-landing .image-text-grid12.right-side .text-wrapper .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
}
.uc-sb-landing .container-subitem-grid-text-below-image .heading-wrapper {
    margin-bottom: 30px;
}
.uc-sb-landing .container-subitem-grid-text-below-image h2 {
    color: #fff;
    text-align: center;
}
.uc-sb-landing .container-subitem_grid:has(.grid-4-wrapper.custom-bg) {
    background: #FF8019;
    color: #000;
    margin-bottom: 0;
}
.uc-sb-landing .grid-4-wrapper .img-wrapper img {
    width: auto;
    display: inline-block;
    margin: 0;
}
.uc-sb-landing .brands .item {
    height: auto;
}
.uc-sb-landing .grid-4-wrapper.custom-bg .row {
    display: flex;
    flex-wrap: wrap;
}
.grid-4-wrapper.custom-bg .img-wrapper {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.uc-sb-landing .grid-4-wrapper .item {
    text-align: center;
}
.uc-sb-landing .grid-4-wrapper .content {
    padding: 0 20px;
    margin-top: 25px;
    text-align: center;
}
.uc-sb-landing .grid-4-wrapper .heading-wrapper .title {
    margin-bottom: 20px;
    text-align: center;
}
.uc-sb-landing .grid-4-wrapper .content .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.grid-4-wrapper.custom-bg .content .title {
    margin-bottom: 20px;
}
.uc-sb-landing .grid-4-wrapper  .content .description,
.uc-sb-landing .grid-4-wrapper  .content .description * {
    line-height: 20px;
}
.uc-sb-landing .grid-4-wrapper .content .description {
    max-width: 360px;
    display: inline-block;
}
.uc-sb-landing .grid-4-wrapper.custom-bg .content .description p {
    color: #000;
}
.uc-sb-landing .grid-4-wrapper {
    padding: 0;
}
.grid-4-wrapper.custom-bg {
    margin-top: 80px;
    margin-bottom: 80px;
}
.uc-sb-landing .container-subitem_grid:has(.grid-4-wrapper) {
    margin-bottom: 100px;
}
.uc-sb-landing .text_grid12 .description,
.uc-sb-landing .text_grid12 .heading-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.uc-sb-landing .grid-4-wrapper .heading-wrapper .description {
    text-align: center;
}
.uc-sb-landing .text_grid12 .description .acordian-items-wrapper {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-top: 40px;
}
.uc-sb-landing .text_grid12 .description .acordian-items-wrapper .item {
    border-bottom: 1px solid #EEEEEE;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.uc-sb-landing .text_grid12 .description .acordian-items-wrapper .item.active {
    padding-bottom: 30px;
    border-color: #FF8019;
}
.uc-sb-landing .ckeditor-acordian.acordian-items-wrapper .item .title {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 50px 15px 0px;
}
.uc-sb-landing .ckeditor-acordian.acordian-items-wrapper .item.active .content {
    margin: 0;
}
.uc-sb-landing .ckeditor-acordian.acordian-items-wrapper .item .title:before {
    top: 0;
    transform: unset;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7500%) hue-rotate(77deg) brightness(110%) contrast(100%);
}
.uc-sb-landing .ckeditor-acordian.acordian-items-wrapper .item.active .title:before {
    transform: rotate(180deg);
    top: 20px;
}
.uc-sb-landing  .ckeditor-acordian.acordian-items-wrapper .item.active .title {
    font-weight: 600;
}
.image-text-grid12.custom-grid {
    max-width: 1600px;
    background: #FF8019;
    color: #000;
    margin: 0 auto 80px;
    padding: 30px 40px;
}
.image-text-grid12.custom-grid .text-wrapper {
    padding: 0;
}
.image-text-grid12.custom-grid .text-wrapper .description {
    font-size: 15px;
}
.image-text-grid12.custom-grid .text-wrapper .description *{
    color: #000
}
.image-text-grid12.custom-grid .col-lg-6 {
    flex: 1 1 0;
    max-width: unset;
}
.image-text-grid12.custom-grid .img-wrapper {
    flex-shrink: 1;
    max-width: 60px;
}
.image-text-grid12.custom-grid .text-grid-6 {
    flex-grow: 1;
    max-width: calc(100% - 60px);
    padding-left: 20px;
}
.image-text-grid12.custom-grid img {
    width: auto;
}
.image-text-grid12.custom-grid .row {
    flex-wrap: nowrap;
    align-items: center;
}
.image-text-grid12.custom-grid .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.uc-sb-landing .brands.brands-slider .slider-init {
    margin: 0;
}
.uc-sb-landing .brands.brands-slider .slider-init .slick-track {
    margin-left: auto;
    margin-right: auto;
}
.uc-sb-landing .brands-slider {
    margin: 0 0 80px !important;
}
.uc-sb-landing .brands-slider .slider-init {
    opacity: 0;
    max-height: 300px;
}
.uc-sb-landing .brands-slider .slider-init.slick-initialized {
    opacity: 1;
    max-height: unset;
}
.uc-sb-landing .brands-slider .item .img-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    background: #fff;
}
.uc-sb-landing .text_grid12,
.uc-sb-landing .horizontal-image,
.uc-sb-landing .yt_video_bg-grid12,
.uc-sb-landing .sb-text-grid {
    margin-bottom: 80px;
}
.uc-sb-landing .text_grid12 {
    padding: 0;
}
.uc-sb-landing .image-text-grid12 .img-wrapper {
    margin: 0;
}
.uc-sb-landing .image-text-grid12.right-side .text-wrapper {
    padding: 0;
    font-size: 15px;
}
.uc-sb-landing .image-text-grid12 .row {
    display: flex;
    align-items: center;
}
.grid-3-wrapper.custom-icon-bg {
    margin: 0;
}
.uc-sb-landing .container-subitem_grid .grid-4-wrapper .item {
    margin-top: 55px;
}
.uc-sb-landing .container-subitem_grid .grid-4-wrapper .col-xs-12:nth-child(1) .item,
.uc-sb-landing .container-subitem_grid .grid-4-wrapper .col-xs-12:nth-child(2) .item,
.uc-sb-landing .container-subitem_grid .grid-4-wrapper .col-xs-12:nth-child(3) .item {
    margin-top: 0px;
}
.uc-sb-landing .text_grid12:has(.acordian-items-wrapper) {
    margin-bottom: 30px;
}
.grid-4-wrapper.custom-bg .content .title{
    font-size: 26px;
    font-weight: 600;
}
.register-btn-block {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
}
.register-btn-block .btn-wrapper {
    display: inline-block;
}
.register-btn-block .btn {
    background: #fff;
    min-width: 330px;
    color: #000;
    font-size: 16px;
}
.item-text-with-anchor-links {
    padding: 0;
    margin-bottom: 80px;
}
.item-text-with-anchor-links .btn{
    min-width: 300px;
}
.item-text-with-anchor-links .btn.login-btn {
    background: #fff;
    border-color: #000;
    color: #000;
}
.item-text-with-anchor-links .btn.login-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.uc-sb-landing .text_grid12.sb-text-grid .description {
    max-width: 1400px;
}
.item-text-with-anchor-links-wrapper {
    padding: 0;
}
.uc-sb-landing .container-subitem-grid-text-below-image,
.uc-sb-landing .text_grid12,
.uc-sb-landing .container-subitem_grid .grid-4-wrapper{
    scroll-margin-top: 170px;
}
.uc-sb-landing .mobile-search{
    background: #fff;
}
.item-text-with-anchor-links .img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000, #FFFFFF57);
    opacity: 0.25;
    z-index: 2;
}
.uc-sb-landing .image-text-grid12.left-side:after,
.uc-sb-landing .image-text-grid12.right-side:after {
    display: none;
}
.uc-sb-landing .heading-wrapper .title {
    text-transform: unset;
}
.uc-sb-landing .container-subitem_grid .custom-bg h2 {
    color: #000;
}
.uc-sb-landing .horizontal-image-wrapper .full {
    margin-left: -10px;
    margin-right: -10px;
}
.item-text-with-anchor-links .anchor-links-wrapper a:hover {
    text-decoration: underline;
}
.uc-sb-landing .brands .item .img-wrapper img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.profile .tab-content-profile #comment_modal .comments-input-wrapper > div.row.inputs-wrapper > div:nth-child(3) {
    display: block;
}

.profile .tab-content-profile #comment_modal .back-stars i.fa-star{
    content: url("../../../_static/images/a3_v2023/front-star.svg");
}
.profile .tab-content-profile #comment_modal .front-stars i.fa-star{
    content: url("../../../_static/images/a3_v2023/back-star.svg");
}

.profile .tab-content-profile #comment_modal .back-stars{
    display: flex;
    gap: 8px;
    width: 100px;
}
.profile .tab-content-profile #comment_modal .front-stars{
    display: flex;
    gap: 8px;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.profile .tab-content-profile #comment_modal .rate-wrapper{
    display: inline-block;
}
.profile .tab-content-profile #comment_modal #rateYo{
    padding: 0;
    height: auto;
}
.item-text-with-anchor-links .img-wrapper {
    text-align: center;
}
.item-text-with-anchor-links .img-wrapper .main-img {
    display: inline-block;
}

.order-status-modal-new .order-item .order-item-info .order-item-date-created-icon {
    content: url("../../../../nbshop5_v5_8/_static/images/core/order_status_cart_icon.svg");
}

.order-status-modal-new .order-item .order-item-info .order-item-date-realized-icon {
    content: url("../../../../nbshop5_v5_8/_static/images/core/order_status_date_icon.svg");
}

.order-status-modal-new .order-item .order-item-info .order-item-status-icon {
    content: url("../../../../nbshop5_v5_8/_static/images/core/order_status_icon.svg");
}
.order-status-modal-new .order-item-payment-details .heading-wrapper .payment-details-heading-icon {
    content: url("../../../../nbshop5_v5_8/_static/images/core/ordet_status_payment_details_icon.svg");
}
.wsmenu>.wsmenu-list>li:has(.wsmegamenu)>.navtext .show-menu-with-keybord{
    display: inline-block !important;
}
.wsmenu>.wsmenu-list>li>.navtext .show-menu-with-keybord {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    content: url("../../../_static/images/a3_v2023/open-menu-dd.svg");
    opacity: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(0%) hue-rotate(251deg) brightness(109%) contrast(110%);;
}
.wsmenu>.wsmenu-list>li .show-menu-with-keybord:after {
    display: none !important;
}
.wsmenu>.wsmenu-list>li.menu-item-in-focus>.wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
.grid-slider-with-bg .item a:focus-visible .title {
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,1) inset, 0px 0px 0px 3px rgba(0,0,0,1) inset;
}
.sum-table-v3-wrapper .btn {
    width: 100%;
}
.product-attributes-wrapper:has(.filters-choice.active[data-filter="sizes_eu"]) li .cm-size,
.product-attributes-wrapper:has(.filters-choice.active[data-filter="sizes_eu"]) li .original-size {
    display: none;
}
#miniCartContent .mini-cart > a:focus-visible,
#miniFavContent a:focus-visible {
    display: inline-block;
    /*top: 3px;*/
}

#miniCartContent {
    position: relative;
}

#miniCartContent a {
    display: block;
}

.nb-accessibility-widget-1 {
    right: 45px;
    bottom: 105px;
    z-index: 99;
}
.nb-accessibility-widget-1:has(.nb-accessibility-widget-component-1.active) {
    z-index: 999;
}
.nb-accessibility-widget-component-1 .nb-accessibility-trigger:hover,
.nb-accessibility-widget-component-1 .nb-accessibility-trigger {
    background-color: #000;
}
.nb-accessibility-widget-component-1 .nb-accessibility-trigger .nb-icon {
    content: url("../../../../nbshop5_v5_8/_static/images/core/universal-access-icon.svg");
}
body.bright-theme .nb-accessibility-widget-component-1 .nb-accessibility-trigger .nb-icon {
    content: url("../../../../nbshop5_v5_8/_static/images/core/accesibility-man-black.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-accessibility-options-header {
    background-color: #000;
}
.nb-accessibility-options-header .nb-close {
    content: url("../../../../nbshop5_v5_8/_static/images/core/cancel-option-icon.svg");
    filter: brightness(0) saturate(100%) invert(89%) sepia(99%) saturate(0%) hue-rotate(269deg) brightness(110%) contrast(98%);
    width: 30px;
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1:hover * {
    color: #000;
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1:hover {
    background-color: transparent;
    border-color: #ff0000;
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-cursor:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/cursor-icon-outline.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-cursor-fill:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/cursor-icon-fill.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-dash:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/decrease-icon.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-plus:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/increase-icon.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-x:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/cancel-option-icon.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-zoom-in:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/zoom-in-icon.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-moon-stars:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/dark-mode-icon.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-brightness-high:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/bright-mode-icon.svg");
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-custom-text-with-icon-1 .bi-eye:before {
    content: url("../../../../nbshop5_v5_8/_static/images/core/eye-icon.svg");
}
body.enlarge-cursor{
    cursor: url('../../../../nbshop5_v5_8/_static/images/core/bigcursorwhite.cur'),auto!important;
}
body.enlarge-cursor .nb-pointer{
    cursor: url('../../../../nbshop5_v5_8/_static/images/core/bighandwhite.cur'),auto!important;
}
body.dark-cursor{
    cursor: url('../../../../nbshop5_v5_8/_static/images/core/small-black-cursor.cur'),auto!important;
}
body.dark-cursor .nb-pointer{
    cursor: url('../../../../nbshop5_v5_8/_static/images/core/small-black-cursor-pointer.cur'),auto!important;
}
body.enlarge-cursor.dark-cursor {
    cursor: url('../../../../nbshop5_v5_8/_static/images/core/bigcursorblack.cur'),auto!important;
}
body.enlarge-cursor.dark-cursor .nb-pointer{
    cursor: url('../../../../nbshop5_v5_8/_static/images/core/bighandblack.cur'),auto!important;
}
body.dark-cursor .nb-cursor-color,
body.enlarge-cursor .nb-cursor-size,
body.enlarge-cursor.dark-cursor .nb-cursor-color,
body.accessible-font .nb-change-font,
body.zoomed-site .nb-site-zoom,
body.monochrome-theme .nb-monochrome-theme,
body.bright-theme .nb-bright-theme{
    border-color: #ff0000 !important;
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-icon:before,
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-icon {
    font-size: 16px;
    line-height: 20px;
}
.zoomed-site .product-slider > .slider-navigation-absolute {
    width: 100%;
    left: 0;
}
body.dark-theme .brands-slider .img-wrapper {
    background: #fff;
}
body.dark-theme.uc-sb-landing  {
    color: unset !important;
}
body.dark-theme .profile .item a:hover,
body.dark-theme .profile .item.active a{
    color: #000 !important;
}
.wsmenu>.wsmenu-list>li.menu-item-in-focus>.wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li:has(.wsmegamenu)>.navtext .show-menu-with-keybord:focus-visible{
    opacity: 1;
}
.wsmenu>.wsmenu-list>li>.navtext .show-menu-with-keybord {
    position: absolute;
    right: 40px;
    top: 18px;
    transform: translateY(-50%);
    width: 12px;
    content: url('../../images/a3_v2023/open-menu-dd.svg');
    opacity: 0;
}
.wsmenu>.wsmenu-list>li .show-menu-with-keybord:after {
    display: none !important;
}
body.bright-theme.uc-sb-landing p,
body.bright-theme.uc-sb-landing .text-wrapper *,
body.bright-theme.uc-sb-landing .title *,
body.bright-theme.uc-sb-landing .title,
body.dark-theme.uc-sb-landing p,
body.dark-theme.uc-sb-landing .text-wrapper *,
body.dark-theme.uc-sb-landing .title *,
body.dark-theme.uc-sb-landing .title {
    color: unset !important;
    background-color: unset !important;
}
body.dark-theme .return-step-button,
body.dark-theme .cart-ncx-steps-buttons .next-button-step .btn,
body.dark-theme .cart-ncx-steps-buttons .prev-button-step .btn {
    border-color: #000 !important;
}
body.dark-theme .placeholder-to-label .form-group label {
    color: #fff !important;
}
body.bright-theme .social-icon-svg .item,
body.bright-theme .social-icon-svg .item *,
body.bright-theme .collapse-menu .icon {
    background-color: #fff !important;
}
.nb-accessibility-widget-component-1 .nb-accessibility-options .nb-accessibility-options-header .nb-title {
    text-align: center;
}
body.dark-theme .product .item:hover .text-wrapper {
    background-color: #000;
}
body.dark-theme .product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item.active a,
body.dark-theme .filter-group .items-wrapper > li.active > a,
body.dark-theme .product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item:hover a,
body.dark-theme .product-detail-lists-tabs-centar-position-v1 ul.items-wrapper .item a.active,
body.dark-theme .product-generic-tabs.lists-tabs ul.items-wrapper .item a.active {
    color: #fff;
}
body.dark-theme .product-details .product-attributes li,
body.dark-theme .autocomplete-button {
    border: 1px solid #fff;
}
body.bright-theme .product-details .product-attributes li,
body.bright-theme .autocomplete-button {
    border: 1px solid #000;
}
body.bright-theme {
    background-color: #fff;
}
body.dark-theme .product-vertical-panel .panel-title a,
body.dark-theme .product-vertical-panel .panel-top,
body.dark-theme .comments-list-content,
body.dark-theme .comments-content-wrapper,
body.dark-theme .comments-list-content *,
body.dark-theme .comments-content-wrapper *,
body.dark-theme .product-listing-filters,
body.dark-theme .product-listing-intro,
body.dark-theme .product-detail-lists-tabs-centar-position-v1 .tab-content a,
body.dark-theme .product-detail-lists-tabs-centar-position-v1 .tab-content {
    background-color: #000 !important;
    color: #fff !important;
}
body.bright-theme .block.logo img {
    background-color: #000 !important;
}
body.bright-theme .header-cart-inline .icon:before,
body.bright-theme .header-favorite-circle-top-right-v3 .icon:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(18%) hue-rotate(55deg) brightness(94%) contrast(102%);
}
body.bright-theme .wsmenucontainer {
    border: 1px solid #000;
}
body.bright-theme .header-container-wrapper .header-middle-wrapper,
body.bright-theme .wsmenu *:not(.navtext),
body.bright-theme .grid-slider-with-bg .item {
    border-color: #000 !important;
}
.product-item .img-wrapper > a:focus-visible img {
    border: 1px solid #000;
}

.product-slider > .slider-init > .slick-list .slick-track:before {
    content: none;
}

/* Click and collect */

#click_and_collect_modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: uppercase;
}

#click_and_collect_modal .modal-body {
    padding: 15px;
}

.delivery-options li:has(.iradio_flat.checked) .chose-store-btn-modal {
    line-height: 35px;
}

#click_and_collect_modal .store-info-popup .heading-wrapper .store-name,
#click_and_collect_modal .return-map-list .store-item .heading-wrapper .store-name {
    color: #000000;
}

#click_and_collect_modal .store-info-popup .heading-wrapper .img-wrapper:has(img[src=""]),
#click_and_collect_modal .return-map-list .store-item .img-wrapper:has(img[src=""]) {
    display: none;
}


#click_and_collect_modal #return_store_map .store-info-popup .select-store-popup,
#click_and_collect_modal .return-map-list .store-item #select_store_btn {
    background: #000000;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

#click_and_collect_modal #return_store_map .store-info-popup .select-store-popup:hover,
#click_and_collect_modal #return_store_map .store-info-popup .select-store-popup:active,
#click_and_collect_modal #return_store_map .store-info-popup .select-store-popup:focus,
#click_and_collect_modal #return_store_map .store-info-popup .select-store-popup:active:focus,
#click_and_collect_modal .return-map-list .store-item #select_store_btn:hover,
#click_and_collect_modal .return-map-list .store-item #select_store_btn:active,
#click_and_collect_modal .return-map-list .store-item #select_store_btn:focus,
#click_and_collect_modal .return-map-list .store-item #select_store_btn:active:focus {
    background: #ffffff;
    color: #000000;
}

.lc-cz #modal-cookie-info,
.lc-sk #modal-cookie-info {
    display: none;
}

.product-details-price .current-price.red,
.current-price.red,
.product .item .text-wrapper .prices-wrapper .current-price.red,
.product-lastminpricediscount-value.red{
    color: #E23034;
}
