/*===================================================================================*/
/*  Redesign CSS
/*===================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/** Header */

header {
    padding-top: 198px;
    position: relative;
}

.header-redesign {
    background-color: #111318;
    height: 198px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: top 0.3s ease-in-out .2s;
    z-index: 999;
}

.hide-nav .header-redesign {
    top: -200px;
}

.header-redesign .top-bar {
    background: linear-gradient(269.82deg, #121416 -0.49%, #40474F 44.92%, #121416 100.5%);
    padding: 10px;
}

.mobile-navigation-toggle,
.mobile-navigation-heading {
    display: none;
}

.header-redesign .top-bar .row {
    color: #DBEEFA;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-transform: uppercase;
}

.header-redesign .top-bar .top-bar-notification {
    margin: 0 15px;
}

.header-redesign .top-bar-notification img {
    margin-right: 10px;
}

.header-redesign .middle.bott {
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.header-redesign .middle.bott:before {
    animation: headerAnimation 11s cubic-bezier(0.25, 0.1, 0.25, 1) infinite 1s;
    background-image: url('/assets/redesign-images/top-banner.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: bottom;
    width: 100%;
    z-index: -1;
}

@keyframes headerAnimation {

    0%,
    10% {
        left: 0;
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }

    45%,
    55% {
        left: 70%;
        opacity: .5;
        transform: rotate(-2deg) scale(1.5);
    }

    95%,
    100% {
        left: 0;
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

.header-redesign .middle.bott .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-redesign .middle.bott .row:before,
.header-redesign .middle.bott .row:after {
    content: none;
}

.header-redesign .logo {
    flex: 0 0 auto;
}

.header-redesign .middle.bott .navbar-brand {
    display: block;
    float: none;
    height: auto;
    padding: 0 15px;
}

.header-redesign .header-account-cart-wrap {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}

.header-redesign .header-account-cart-wrap .top-nav {
    align-items: center;
    display: flex;
}

.header-redesign .header-account-cart-wrap .top-nav img {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

.header-redesign .header-account-cart-wrap .top-nav .login-list .log-in {
    color: #CFD3DD;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    transition: .2s;
}

.header-redesign .header-account-cart-wrap .top-nav .login-list .log-in b {
    color: #fff;
    display: block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: .2s;
}

.header-redesign .header-account-cart-wrap .top-nav .login-list .log-in:hover,
.header-redesign .header-account-cart-wrap .top-nav .login-list .log-in:hover b {
    color: #45A6E6;
}

.header-redesign .shopping-cart {
    margin-left: 25px;
}

.header-redesign .shopping-cart .lnk-cart {
    color: #CFD3DD;
    transition: .2s;
}

.header-redesign .shopping-cart .lnk-cart:hover {
    color: #45A6E6;
}

.header-redesign .total-price-basket {
    align-items: center;
    display: flex;
}

.header-redesign .shopping-cart .cart-icon {
    display: block;
    margin-right: 15px;
    position: relative;
    width: 24px;
}

.header-redesign .shopping-cart .cart-icon img {
    height: 24px;
    width: 24px;
}

.header-redesign .shopping-cart .ovkCart {
    align-items: center;
    background: #11527E;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -4px;
}

.header-redesign .shopping-cart .ovkCart .cart-count {
    color: #fff;
}

.header-redesign .header-search {
    padding: 0 40px;
    width: 100%;
}

.header-redesign .option-search-bar .input-group {
    align-items: center;
    background: #F3F4F7;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    padding: 0 20px 0 4px;
    width: 100%;
}

.header-redesign .option-search-bar .input-group button {
    background-color: transparent;
    border: none;
    padding: 16px !important;
}

.header-redesign .option-search-bar .input-group input,
.header-redesign .option-search-bar .input-group input:active,
.header-redesign .option-search-bar .input-group input:focus {
    background-color: transparent;
    border: none !important;
    border-right: 1px solid #E7E9EE !important;
    color: #5D6883;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}

.header-redesign .option-search-bar .input-group select {
    background-color: transparent;
    border: none !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 16px;
    outline: none !important;
    padding: 16px;
    text-transform: uppercase;
}

.header-redesign .navbar-wrapper.bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 2px 10px;
}

/**
  * Main Navigation
 **/

.header-redesign .navbar-default {
    background-color: transparent;
    border: none;
}

.header-redesign .main-navigation {
    position: relative;
}

@media (min-width: 992px) {
    .header-redesign .main-navigation {
        display: flex;
        justify-content: center;
    }
}

.header-redesign .main-navigation-menu {
    align-items: center;
    display: flex;
    /* margin: 0 -15px; */
}

.header-redesign .main-navigation-menu>li:not(.toolhomeheader)>a {
    background-color: transparent;
    color: #CFD3DD;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 15px;
    transition: .2s;
}

.header-redesign .main-navigation-menu>li {
    position: static;
}

.header-redesign .main-navigation-menu>li>a:hover,
.header-redesign .main-navigation-menu>li>a:active,
.header-redesign .main-navigation-menu>li>a:focus {
    background-color: transparent !important;
    color: #45A6E6;
}

.header-redesign .main-navigation-dropdown {
    background-color: #fff;
    display: none;
    left: 0;
    padding: 24px;
    position: absolute;
    top: calc(100% + 10px);
    width: 400px;
}

.header-redesign .open-dropdown .main-navigation-dropdown {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    display: block;
    z-index: 999;
}

.header-redesign .main-navigation-dropdown>li {
    position: relative;
}

.header-redesign .main-navigation-dropdown>li>a {
    border-radius: 4px;
    color: #3B4254;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
}

.header-redesign .main-navigation-dropdown>li>a:hover {
    color: #45A6E6;
}

.header-redesign .main-navigation-dropdown>li>a:after {
    background-image: url('/assets/redesign-images/chevron-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    bottom: 0;
    content: '';
    height: 24px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.header-redesign .main-navigation-dropdown .open-dropdown-2-lvl>a {
    background-color: #E7E9EE;
}

.header-redesign .main-navigation-dropdown .dropdown-menu {
    animation: none;
    border-radius: 0;
    border: none;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05) !important;
    box-shadow: none;
    height: auto;
    left: -24px;
    margin: 0;
    min-height: 100%;
    padding: 24px;
    top: calc(100% + 10px);
    width: auto;
    white-space: nowrap;
}

.header-redesign .main-navigation-dropdown>li:nth-last-child(1) .dropdown-menu,
.header-redesign .main-navigation-dropdown>li:nth-last-child(2) .dropdown-menu {
    left: auto;
    right: -24px;
}

.header-redesign .main-navigation-dropdown .dropdown-menu:before {
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
}

.header-redesign .main-navigation-dropdown .dropdown-menu .yamm-content {
    padding: 0;
}

.header-redesign .main-navigation-dropdown .dropdown-menu .links a {
    color: #3B4254;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 7.5px 35px 7.5px 10px;
    text-transform: none;
    transition: .2s;
}

.header-redesign .main-navigation-dropdown .dropdown-menu .links a:hover {
    color: #45A6E6;
}

.header-redesign .toolhomeheader {
    margin-left: auto;
}

.header-redesign .toolhomeheader a {
    background: #121416;
    border-radius: 4px;
    color: #45A6E6;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.header-redesign .toolhomeheader a:before {
    animation: buttonAnimation 6s ease-in-out infinite 2s;
    background: linear-gradient(107.29deg, #121416 20%, #11527E 50%, #121416 91.27%);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    z-index: -1;
}

@keyframes buttonAnimation {
    0% {
        right: 0;
    }

    50% {
        right: -90%;
    }

    100% {
        right: 0;
    }
}

@media (min-width: 992px) {

    .mobile-search-toggle {
        display: none;
    }

    li.main-menu-item.desktop-links>a {
        display: none;
    }

    li.main-menu-item.desktop-links>ul {
        background-color: transparent;
        display: flex;
        padding: 0;
        position: static;
        width: auto;
    }

    li.main-menu-item.desktop-links>ul a {
        background-color: transparent;
        color: #CFD3DD;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 10px 15px;
        transition: .2s;
    }

    li.main-menu-item.desktop-links>ul a:hover,
    li.main-menu-item.desktop-links>ul a:focus,
    li.main-menu-item.desktop-links>ul a:active,
    li.main-menu-item.desktop-links>ul .open-dropdown-2-lvl>a {
        background-color: transparent !important;
        color: #45A6E6;
    }

    li.main-menu-item.desktop-links>ul a:after {
        content: none;
    }

    .header-redesign .main-navigation-dropdown li:hover .dropdown-menu {
        display: block;
    }

    /* li.main-menu-item.desktop-links>ul ul {
        display: none;
    } */
    li.main-menu-item.desktop-links>ul ul a {
        font-size: 14px;
        position: relative;
        text-transform: uppercase;
    }

    li.main-menu-item.desktop-links>ul ul a:after {
        background-image: url('/assets/redesign-images/chevron-right.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 6px;
        bottom: 0;
        content: '';
        height: 24px;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
    }

    .special-offers {
        margin-left: auto;
    }

    .special-offers .main-navigation-dropdown {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        left: auto;
        right: -24px;
    }

    .special-offers .main-navigation-dropdown:before {
        content: '';
        height: 10px;
        left: 0;
        position: absolute;
        right: 0;
        top: -10px;
    }

    .special-offers:hover .main-navigation-dropdown {
        display: block;
    }
}

/*===================================================================================*/
/*  Footer
/*===================================================================================*/

footer .footer-redesign {
    background-color: #111318;
    padding-left: 15px;
    padding-right: 15px;
}

footer .footer-redesign .container {
    padding: 0;
}

.footer-redesign .footer-logo img {
    width: 180px;
}

.footer-redesign .footer-outer-1 .social-network .title {
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
}

.footer-redesign .footer-outer-1 .footer-social .social-links {
    align-items: center;
    display: flex;
}

.footer-redesign .footer-outer-1 .footer-social li {
    margin-right: 18px;
}

.footer-redesign .footer-outer-1 .footer-social li a,
.footer-redesign .footer-outer-1 .footer-social li svg {
    display: block;
}

.footer-redesign .footer-outer-1 .footer-social li:nth-child(3) a svg {
    height: 24px;
    width: auto;
}

.footer-redesign .footer-outer-1 .footer-social li:nth-child(4) a svg {
    height: 22px;
    width: auto;
}

.footer-redesign .footer-outer-1 .footer-social li a path {
    transition: .2s;
}

.footer-redesign .footer-outer-1 .footer-social li a:hover path {
    fill: #fff
}

footer .footer-redesign .footer-outer-1 .foot-title .title {
    color: #CFD3DD;
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: none;
}

footer .footer-redesign .footer-outer-1 .foot-menu .list-links ul li {
    margin-bottom: 4px;
}

footer .footer-redesign .footer-outer-1 .foot-menu .list-links ul li a {
    border: none;
    color: #CFD3DD;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 !important;
    transition: .2s;
}

.footer-redesign .contact.more-info .icon {
    text-align: center;
    width: 34px;
}

.footer-redesign .contact.more-info .media,
.footer-redesign .contact.more-info .media a {
    color: #CFD3DD;
    transition: .2s;
}

.footer-redesign .contact.more-info .media a:hover {
    color: #45A6E6;
}

footer .footer-redesign .footer-outer-1 .foot-menu .list-links ul li a:before {
    color: #1876B4;
}

.footer-outer-bottom {
    margin: 30px -15px;
    padding: 20px !important;
}

/**
  * Newsletter
 **/
.news-letter {
    color: #fff;
    background-color: #11527E;
    margin: 0;
    padding: 24px 20px 40px;
}

.news-letter .news-letter-heading {
    display: flex;

    margin: 0 0 20px;
}

.news-letter .news-letter-heading-icon {
    width: 60px;
}

.news-letter .news-letter-heading-title {
    padding-left: 10px;
    width: calc(100% - 60px);
}

.news-letter .news-letter-heading-title h3 {
    color: #DBEEFA;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.news-letter .news-letter-heading-title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.news-letter .form-wrap {
    display: flex;
    flex-wrap: wrap;
}

.news-letter .form-wrap>input {
    border-radius: 4px 0 0 4px;
    border: none;
    color: #5D6883;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    margin: 0;
    order: 1;
    padding: 16px;
    width: calc(100% - 150px);
}

.news-letter .form-wrap button {
    background-color: #45A6E6;
    border-radius: 0 4px 4px 0;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    order: 1;
    padding: 16px;
    text-decoration: none;
    width: 150px;
}

.news-letter .checkbox-custom {
    align-items: center;
    display: flex;
    color: #fff;
    margin-top: 10px;
    order: 3;
    padding: 0 0 0 24px;
}

.news-letter .checkbox-custom input {
    margin: 0 !important;
    width: 10px !important;
}

.news-letter .checkbox-custom span {
    left: 0;
}

.news-letter .checkbox-custom a {
    font-size: 14px;
    margin-left: 5px;
    padding: 0;
}

/**
  * Homepage
 **/
.body-content-redesign {
    padding: 0 15px;
}

.recommendations-offer {}

.recommendations-offer h2,
.recommendations-offer h3 {
    color: #3B4254;
    font-size: 36px;
    line-height: 48px;
}

.recommendations-offer-items {
    display: flex;
    margin: 24px -8px 0;
}

.recommendations-offer-items .item {
    display: flex;
    padding: 0 8px;
    width: 16.67%;
}

.recommendations-offer-items .category-product .products {
    display: flex;
    margin: 0;
    width: 100%;
}

.recommendations-offer-items .item .product {
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    transition: .2s;
    width: 100%;
}

.recommendations-offer-items .item .product:hover {
    border-color: #45A6E6;
}

.recommendations-offer-items .item img {
    height: auto;
    width: 100%;
}

.recommendations-offer-items .category-product .products .product-info .name {
    align-items: center;
    color: #3B4254;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 16px;
    justify-content: center;
    margin: 0;
    min-height: 32px;
    text-align: center;
    text-transform: uppercase;
}

.homepage-categories {
    margin: 40px 0;
}

.homepage-categories h2,
.homepage-categories h3 {
    margin: 0 0 24px;
}

.homepage-categories-items {
    display: flex;
    margin: 0 -8px;
}

.homepage-categories-item {
    display: flex;
    padding: 0 8px;
    width: 100%;
}

.homepage-categories-item a {
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    color: #3B4254;
    display: flex;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 16px;
    padding: 20px 25px;
    text-transform: uppercase;
    transition: .2s;
    white-space: nowrap;
    width: 100%;
}

.homepage-categories-item a h3 {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.homepage-categories-item a:hover {
    background-color: #DBEEFA;
    border-color: #45A6E6;
}

.homepage-categories-item a:focus {
    border-color: #45A6E6;
}

.homepage-categories-item a:active {
    background-color: #1876B4;
    border-color: #1876B4;
    color: #fff;
}

.homepage-categories-item a img {
    margin-right: 16px;
    transition: .2s;
}

.homepage-categories-item a:active img {
    filter: brightness(0) invert(1);
}

.homepage-intro-text {
    margin-bottom: 30px;
    padding: 40px 0 0;
}

.homepage-intro-text h1 {
    font-size: 36px;
    margin: 0 0 20px;
}


/**
* Category
*/

.breadcrumb ul {
    border-bottom: none;
    margin: 0 0 0 -5px;
    padding: 20px 0;
}

.breadcrumb ul li a {
    color: #111318;
    font-size: 12px;
    line-height: 16px;
    transition: .2s;
}

.breadcrumb ul li a:hover {
    color: #1876B4;
}

.breadcrumb ul li:last-child a.active {
    color: #1876B4;
    text-decoration: underline;
}

.breadcrumb ul li:after {
    color: #CFD3DD;
    content: "\f105";
    font-size: 12px;
}

.category-title {
    font-family: 'Inter', serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    margin: 0 0 10px;
    padding: 0;
}

.category-description {
    color: #5D6883;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.category-description>* {
    text-align: left !important;
}

.controls-product-item {
    height: auto;
}

.custom-select select {
    cursor: pointer;
}

.controls-product-item .custom-select ul>li {
    margin-right: 16px;
}

.custom-select section span.customSelect,
.custom-select ul span.customSelect {
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    color: #3B4254;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 16px 8px 16px 16px;
    text-transform: uppercase;
    transition: .2s;
}

.custom-select section span.customSelect.customSelectHover,
.custom-select ul span.customSelect.customSelectHover {
    border-color: #1876B4;
}

.custom-select section span.customSelect span.customSelectInner:after,
.custom-select ul span.customSelect span.customSelectInner:after {
    content: '\f107';
    color: #1876B4;
    font-size: 18px;
}

.category-pagination {
    border-top: 1px solid #E7E9EE;
    display: flex;
    padding: 24px 0;
    width: 100%;
}

.category-pagination .pagination {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.category-pagination .pagination li {
    margin: 0 4px;
}

.category-pagination .pagination li.previous-page {
    margin-left: 0;
    margin-right: auto;
}

.category-pagination .pagination li.next-page {
    margin-left: auto;
    margin-right: 0;
}

.category-pagination .pagination li:first-child:not(.previous-page) {
    margin-left: auto;
}

.category-pagination .pagination li:last-child:not(.next-page) {
    margin-right: auto;
}



.category-pagination .pagination li.previous-page a,
.category-pagination .pagination li.next-page a {
    font-size: 30px;
}

.category-pagination .pagination li a {
    align-items: center;
    color: #1876B4;
    background-color: transparent !important;
    border: 2px solid transparent;
    border-radius: 2px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    line-height: 24px;
    padding: 10px;
    transition: .2s;
    width: 59px;
}

.category-pagination .pagination li a:hover {
    border-color: #E7E9EE;
}

.category-pagination .pagination li.active a {
    border-color: #1876B4;
    color: #1876B4;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
}

.products-grid .product-wrap {
    display: flex;
    margin-bottom: 48px;
}

.products-grid .product-wrap .products,
.products-grid .product-wrap .product {
    display: flex;
    width: 100%;
}

.products-grid .product-wrap .product {
    flex-direction: column;
}

.products-grid .product-wrap .product .product-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.category-product .products {
    border: none;
    margin: 0;
}

.category-product .product .product-image,
.search-result-container .category-product .product .product-image {
    aspect-ratio: 1/1;
    border-radius: 4px;
    flex: 0 0 auto;
    min-height: 0;
    overflow: hidden;
}

.category-product .product .product-image .image {
    position: relative;
    z-index: 1;
}

.category-product .product .product-image .image img {
    mix-blend-mode: multiply;
}

.category-product .product .product-image .image:before,
.search-result-container .category-product .product .product-image .image:before {
    background-color: #DBEEFA;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.category-product .product .product-image:hover .image:before,
.search-result-container .category-product .product .product-image:hover .image:before {
    opacity: 1;
}

.category-product .product .product-image:hover .hover-effect,
.search-result-container .category-product .product .product-image:hover .hover-effect {
    background-color: transparent !important;
    z-index: 2;
}

.category-product .product .product-image .tag,
.product-item-holder .tag,
.search-result-container .category-product .product .product-image .tag,
.product-item-holder .tag {
    font-size: 14px;
    right: 4px;
    top: 4px;
}

.category-product .product .product-image .tag .sale,
.search-result-container .category-product .product .product-image .tag .sale,
.product-item-holder .tag .sale {
    font-size: 14px;
    background: #1876B4;
    border-radius: 50px;
}

.category-product .products .product .product-info .name a,
.product-item-small .products-small .product-info h5 a {
    background-color: transparent !important;
    color: #3B4254;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 24px;
    position: static !important;
    text-transform: none;
    transition: .2s;
}

.category-product .products .product .product-info .name a:hover,
.product-item-small .products-small .product-info h5 a:hover {
    color: #1876B4;
}

.products-grid div.rating-cancel,
.products-grid div.star-rating,
.product-rating div.rating-cancel,
.product-rating div.star-rating {
    width: 27px;
}

.products-grid div.star-rating,
.products-grid div.star-rating a,
.product-rating div.star-rating,
.product-rating div.star-rating a {
    background-image: url('/assets/redesign-images/star-new.png');
}

.product-status-green,
.product-status-yellow {}

.category-product .products.grid-v1 .product-short-desc {
    min-height: 0;
    margin-bottom: 16px;
    margin-top: auto;
}

.product .status {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    padding: 4px 16px;
    width: 100%;
}

.product .status.bg-success {
    background-color: #D5ECD7;
}

.product .status.bg-warning {
    background-color: rgba(247, 184, 1, .2);
}

.product .status img {
    margin-right: 8px;
    width: auto;
}

.category-product .products.grid-v1 .product-info .product-price {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', 'serif';
    /* margin-bottom: 16px; */
    margin-top: auto;
    padding-top: 8px;
}

.product-price del .amount {
    color: #5D6883;
    font-size: 12px;
    font-weight: 600;
}

.category-product .products.grid-v1 .product-info .product-price ins {
    color: #1876B4;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.category-product .products.grid-v1 .product-info .product-price ins span:last-child {
    color: #1876B4;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.tooltipart:hover .tooltiptext {
    font-size: 16px;
    padding: 4px 8px;
    width: 100%;
}

.add-to-cart-mobile {
    /* display: none; */
    align-items: center;
    background-color: #1876B4;
    border-radius: 2px;
    border: none;
    color: #fff;
    display: flex;
    font-family: 'Inter', serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin-top: 10px;
    padding: 16px 8px;
    width: 100%;
}

.add-to-cart-mobile img {
    margin-right: 8px;
    width: auto !important;
}

.category-product .product .product-image .hover-effect,
.category-product .product .product-image .hover-effect,
.category-product .product .product-image .hover-effect,
.category-product .product .product-image .hover-effect,
.search-result-container .category-product .product .product-image .hover-effect {
    display: none !important;
}

.product-price.tooltipart:hover .tooltiptext {
    margin-top: -40px;
}

.single-product-gallery-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.single-product-left-column {
    width: 690px;
}

.single-product-gallery {
    position: relative;
    width: 100%;
}

.single-product-info {
    padding-left: 40px;
    width: calc(100% - 690px);
}

.single-product-gallery .owl-carousel {
    box-shadow: none;
}

.single-product-gallery .owl-carousel .owl-item,
.single-product-gallery .maxHeightSlika,
.single-product-gallery .maxVisinaProduc {
    max-height: 600px !important;
}

.single-product-gallery .owl-carousel .owl-item {
    padding: 0;
}

.single-product-gallery .single-product-gallery-item {
    background-color: #f3f5f8;
    border-radius: 4px;
    overflow: hidden;
}

.single-product-gallery .single-product-gallery-item img {
    mix-blend-mode: multiply;
}

.single-product-gallery .owl-carousel .owl-item img {
    display: block !important;
    object-fit: contain;
    visibility: visible !important;
}

.details-page .gallery-holder .product-item-holder .gallery-thumbs .item {
    align-items: center;
    background-color: #f3f5f8;
    border-radius: 4px;
    display: flex;
    height: 80px;
    justify-content: center;
    transition: .2s;
    width: 102px;
}

.details-page .gallery-holder .product-item-holder .gallery-thumbs .item:hover {
    background-color: #DBEEFA;
}

.details-page .gallery-holder .product-item-holder .gallery-thumbs .item img {
    mix-blend-mode: multiply;
}

.single-product-info .proizvodsnippet {
    color: #3B4254;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
}

.single-product-info .snipetKratakOpis {
    color: #5D6883;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.single-product-info .details-product-price del {
    color: #5D6883;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.single-product-info .details-product-price .online-price {
    color: #11527E;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.6px;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.single-product-info .details-product-price ins {
    display: block;
    margin-bottom: 8px;
}

.single-product-info .details-product-price ins .value {
    color: #1876B4;
    font-family: 'Inter', serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
}

.single-product-info .details-product-price ins .value span:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.price-tax,
.image-info {
    color: #5D6883;
    font-family: 'Inter', serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.single-product-info .details-product-price {
    border: none;
    padding: 0;
}

.product-rating {
    font-size: 12px;
    margin: 16px 0;
}

.product-rating p {
    margin-top: 8px;
}

.product-code,
.product-brand,
.product-status {
    color: #5D6883;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.product-code b,
.product-brand b,
.product-status b {
    color: #111318;
}

.product-status {
    display: flex;
    margin: 16px 0;
}

.product-status .status {
    align-items: center;
    color: #3B4254;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 4px 12px 4px 8px;
}

.product-status .status img {
    margin-right: 8px;
}

.product-countdown {
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    padding: 16px;
}

.product-countdown .count-timer {
    color: #5D6883;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.product-countdown .countdown {
    color: #1876B4;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 4px 0;
}

.details-page .point-of-action.add-to-cart-wrap {
    border-bottom: none;
    display: flex;
    margin-top: 16px;
}

.details-page .point-of-action.add-to-cart-wrap .quantity {
    display: flex;
    justify-content: space-between;
    width: 104px;
}

.details-page .point-of-action.add-to-cart-wrap .quantity input {
    background: #F3F4F7;
    border-radius: 4px;
    border: 1px solid #CFD3DD;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 8px;
    text-align: center;
    width: 100%;
}

.add-to-cart-wrap .add-to-cart {
    display: flex;
    width: calc(100% - 112px);
}

.add-to-cart a {
    align-items: center;
    background-color: #1876B4;
    border-radius: 2px;
    border: none;
    color: #fff;
    display: flex;
    font-family: 'Inter', serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    padding: 16px 8px;
    width: 100%;
}

.add-to-cart a img {
    margin-right: 8px;
}

.single-product-info .product-btn {
    border-bottom: none;
    border-top: 1px solid #E7E9EE;
    padding: 8px 0 0;
}

.single-product-info .product-btn ul {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.single-product-info .product-btn li {
    padding: 4px 0;
}

.single-product-info .product-btn li a {
    color: #3B4254;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 24px;
    padding: 4px 0;
    transition: .2s;
}

.single-product-info .product-btn li a i {
    color: #1876B4;
    font-size: 20px;
}

.product-additional-info {
    width: 100%;
}

.product-additional-info--desktop {
    margin-top: 48px;
}

.product-additional-info--mobile {
    display: none;
}

@media (max-width: 991px) {
    .product-additional-info--desktop {
        display: none;
    }

    .product-additional-info--mobile {
        display: block;
    }
}

.product-info-accordion {
    max-width: 690px;
    width: 100%;
}

.product-info-accordion-nav-item {
    border-top: 1px solid #E7E9EE;
    width: 100%;
}

.product-info-accordion-nav-item a {
    align-items: center;
    color: #3B4254;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    padding: 16px;
    transition: .3s;
}

.product-info-accordion-nav-item a,
.product-info-accordion-nav-item a h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.product-info-accordion-nav-item a i {
    color: #1876B4;
    transform-origin: center;
    transition: .3s;
}

.product-info-accordion-nav-item a:hover {
    color: #1876B4;
}

.open .product-info-accordion-nav-item a i {
    transform: rotate(-90deg);
}

.product-info-accordion-info-item {
    display: none;
}

.redesign-product-description {
    padding: 0 15px;
}

.redesign-product-description iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .product-info-accordion-item.open-loaded .product-info-accordion-info-item {
        display: block;
    }
}

.product-info-accordion-info-item .product-info-table table {
    border: none;
}

.product-info-accordion-info-item .product-info-table table tr td {
    background-color: transparent !important;
    border-bottom: 1px solid #E7E9EE;
    border-top: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px;
    width: 50%;
}

.product-info-accordion-info-item .product-info-table table tr td:first-child {
    color: #5D6883;
}

.product-info-accordion-info-item .product-info-table table tr td:last-child {
    color: #111318;
    font-weight: 600;
    text-align: right;
}

.product-info-accordion-info-item .product-info-table table tr:last-child td {
    border-bottom: none;
}

.ask-question-product {
    border-top: 1px solid #E7E9EE;
}

.ask-question-product a {
    align-items: center;
    color: #3B4254;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 24px;
    padding: 16px;
    transition: .3s;
}

.ask-question-product a:hover {
    color: #1876B4;
}

.ask-question-product a i {
    color: #1876B4;
    transform-origin: center;
    transition: .3s;
}

.table-wrap {
    margin-top: 16px;
}

.table-wrap h3 {
    color: #3B4254;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px;
    padding: 0 16px;
}

.table-wrap table tr:last-child td {
    border-bottom: none;
}

.single-product-tags .section-title {
    color: #5D6883;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.single-product-tags .tag-list {
    display: flex;
    flex-wrap: wrap;
}

.single-product-tags .tag-list a {
    background-color: #E7E9EE;
    color: #3B4254;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 8px 8px 0;
    padding: 8px;
    text-transform: capitalize;
    transition: .2s;
}

.single-product-tags .tag-list a:hover {
    color: #1876B4;
}

.product-bottom-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.related-products {
    margin-top: 48px;
}

.related-products h3 {
    color: #3B4254;
    font-size: 24px;
    font-family: 'Inter', serif;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 32px;
    text-transform: none;
}

.related-products-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related-products-wrap .product-wrap,
.related-products-wrap .product-wrap .products {
    display: flex;
}

.related-products-wrap .product-wrap .products .product {
    display: flex;
    flex-direction: column;
}

.related-products-wrap .product-wrap .products .product .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.category-product .product .product-image:hover .hover-effect {
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.category-product .product .product-image:hover .hover-effect i {
    position: static;
}

.single-product-info .proizvodsnippet {
    text-transform: none;
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
}

.categories-grid>div.banner-3 {
    display: flex;
    margin-bottom: 24px !important;
    padding: 0 8px;
}

.categories-grid>div .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.categories-grid>div .wrapper .image {
    margin-top: auto;
}

.banner-6x4 .banner-outer a:hover .image img,
.banner-link .banner-1 a:hover img,
.banner-link .banner-2 a:hover img,
.banner-link .banner-3 a:hover img,
.banner-non-link .banner-outer a:hover .image img {
    opacity: 1;
    transform: none;
}

.odvojKategBaner {
    border: none;
}

.odvojKategBaner .wrapper {
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    box-shadow: none;
    padding: 8px;
    transition: .2s;
}

.odvojKategBaner .wrapper:hover {
    border-color: #45A6E6;
}

.no-padding {
    padding-right: 0 !important;
}

.category-v1 .category-content {
    padding-left: 15px;
}

.all-filters-trigger {
    align-items: center;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    color: #3B4254;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 16px;
    text-transform: uppercase;
    transition: .2s;
}

.all-filters-trigger:hover {
    border-color: #1876B4;
}

.all-filters-trigger img {
    margin-right: 8px;
}

/**
  * Filters 
  */
.filters-popup {
    background-color: rgba(17, 19, 24, .9);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    visibility: hidden;
    z-index: -1;
}

.show-filters {
    overflow-y: hidden;
}

.show-filters .filters-popup {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.filters-wrap {
    background-color: #fff;
    bottom: 0;
    overflow: auto;
    padding: 24px 24px 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
}

.close-filters {
    background-color: #fff;
    background-image: url('/assets/redesign-images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 56px;
}

.filters-wrap h3 {
    color: #5D6883;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 16px;
}

.form-accordion-item {
    border-top: 1px solid #E7E9EE;
    padding: 16px 0;
}

.form-accordion-item-nav {
    color: #5D6883;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 48px 16px 16px;
    position: relative;
}

.form-accordion-item-nav i {
    bottom: 0;
    color: #1876B4;
    font-size: 20px;
    height: 20px;
    margin: auto 0;
    position: absolute;
    right: 8px;
    top: 0;
    transform-origin: center;
    transition: .3s;
}

.open .form-accordion-item-nav i {
    transform: rotate(180deg);
}

.form-accordion-item-options {
    display: none;
}

.form-accordion-item-options label,
.checkbox-custom {
    color: #5D6883;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 8px 24px 8px 16px;
    position: relative;
}

.form-accordion-item-options label input,
.form-item label input,
.checkbox-custom input {
    opacity: 0;
    position: absolute;
}


.form-accordion-item-options label input:checked+span,
.form-item label input:checked+span,
.checkbox-custom input:checked+span {
    background-image: url('/assets/redesign-images/check.svg');
    background-color: #1876B4;
}

.form-accordion-item-options label span,
.form-item label span,
.checkbox-custom span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 4px;
    border: 2px solid #1876B4;
    bottom: 0;
    height: 18px;
    margin: auto 0;
    position: absolute;
    right: 4px;
    top: 0;
    width: 18px;
}

.form-item {
    border-top: 1px solid #E7E9EE;
    padding: 16px 0;
}

.form-item label {
    color: #5D6883;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 48px 16px 16px;
    position: relative;
    width: 100%;
}

.form-actions {
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    position: fixed;
    right: 0;
    width: 400px;
}

.form-actions input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px;
    text-align: center;
    width: calc(50% - 8px);
}

.form-actions input:nth-child(1) {
    background-color: #DBEEFA;
    color: #1876B4;
}

.form-actions input:nth-child(2) {
    background-color: #1876B4;
    color: #fff;
}

.mobile-back-to-filters {
    display: none;
}

.home-best-sellers-slider.owl-carousel .owl-item {
    max-height: initial;
}

.home-best-sellers-slider .owl-stage,
.home-best-sellers-slider .owl-item,
.home-best-sellers-slider .product-wrap,
.home-best-sellers-slider .product-wrap>.products,
.home-best-sellers-slider .product-wrap>.products>.product {
    display: flex;
}

.home-best-sellers-slider .product-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.home-best-sellers-slider .product-wrap>.products>.product {
    justify-content: flex-start;
    flex-direction: column;
}


.home-best-sellers {
    margin-bottom: 60px;
}

.home-best-sellers h2,
.home-best-sellers h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.home-best-sellers .owl-controls,
.recommendations-offer .owl-controls {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    top: 0;
}

.home-best-sellers .owl-controls .owl-nav,
.recommendations-offer .owl-controls .owl-nav {
    display: flex;
    justify-content: center;
}

.home-best-sellers .owl-prev,
.home-best-sellers .owl-next,
.recommendations-offer .owl-prev,
.recommendations-offer .owl-next {
    align-items: center;
    background-color: #F3F4F7;
    border: none;
    display: flex;
    height: 56px;
    justify-content: center;
    margin: 0 12px;
    position: static;
    width: 56px;
}

.home-best-sellers .owl-prev svg path,
.home-best-sellers .owl-next svg path,
.recommendations-offer .owl-prev svg path,
.recommendations-offer .owl-next svg path {
    stroke: #CFD3DD;
}

.home-best-sellers .owl-prev:before,
.home-best-sellers .owl-next:before,
.recommendations-offer .owl-prev:before,
.recommendations-offer .owl-next:before {
    content: none;
}

.home-best-sellers .owl-prev:hover,
.home-best-sellers .owl-next:hover,
.recommendations-offer .owl-prev:hover,
.recommendations-offer .owl-next:hover {
    background-color: #1876B4;
}

.home-best-sellers .owl-prev:hover svg path,
.home-best-sellers .owl-next:hover svg path,
.recommendations-offer .owl-prev:hover svg path,
.recommendations-offer .owl-next:hover svg path {
    stroke: #fff;
}

.login-list a {
    color: #fff;
}

.cart-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.cart-info .label-name {
    color: #CFD3DD;
    font-weight: 600;
}

.cart-info .amount {
    color: #fff;
    font-weight: 700;
}

.cart-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 100px;
}

.cart-wrap .shop-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 8px;
    width: calc(100% - 384px - 24px);
}

.cart-wrap .shop-table tr {}

.cart-wrap .shop-table td {
    border-bottom: 1px solid #E7E9EE;
    border-left: none;
    border-right: none;
    border-top: 1px solid #E7E9EE;
}

.cart-wrap .shop-table td:nth-child(1) {
    border-left: 1px solid #E7E9EE;
}

.cart-wrap .shop-table td:last-child {
    border-right: 1px solid #E7E9EE;
}

.cart-totals-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(64, 71, 79, 0.12);
    margin-left: auto;
    padding: 24px;
    width: 384px;
}

.shopping-cart .entry-title {
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-transform: none;
}

.cart-totals-wrap .shopping-cart-btn {
    border-bottom: 1px solid #E7E9EE;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.cart-totals-wrap .shopping-cart-btn h4 {
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
    line-height: 24px;
}

.cart-totals-wrap .shopping-cart-btn h4 .price {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.cart-total tbody tr {
    float: none;
}

.shopping-cart form table {
    background-color: none;
    border-top: 1px solid #E7E9EE;
    border: none;
}

.cart-total tbody {
    display: block;
    padding: 24px 0 0;
    width: 100%;
}

.cart-total tbody tr:nth-child(1) {
    background-color: #F3F4F7;
}

.cart-total tbody tr:nth-child(1) td {
    font-size: 16px;
    padding: 16px;
}

.cart-total tbody tr:nth-child(1) td:nth-child(1) {
    color: #3B4254;
    font-weight: 500;
    text-align: left;
}

.cart-total tbody tr:nth-child(1) td:nth-child(2) {
    color: #3B4254;
    font-weight: 700;
    text-align: right;
}

.cart-total tbody tr td.grand-total,
.cart-total tbody tr td.total-amount {
    padding: 24px 0;
}

.cart-total tbody tr td.grand-total {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}

.cart-total tbody tr td.total-amount {
    color: #3B4254;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: right;
}

.table-cart-wrap {}

.cart-total tbody {
    display: table-row-group;
}

.cart-total .cart-button {
    padding: 0;
    width: 100%
}

.cart-total .cart-button .checkcart {
    background-color: #1876B4;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 16px !important;
    text-decoration: none !important;
    text-transform: none;
    transition: .2s;
    width: 100%;
}

.cart-total.cart-button .checkcart:hover span {
    text-decoration: none !important;
}

.estimate.recommendation-cart-wrap table thead tr th span.estimate-title {
    text-transform: none;
}

.estimate.recommendation-cart-wrap table tr td {
    border: none;
    padding: 0;
}

.shopping-cart form table tbody tr td.product-thumbnail {
    padding: 16px;
}

.shopping-cart form table tbody tr td.product-thumbnail img {
    width: 80px;
}

.shopping-cart form table tbody tr td.product-name {
    text-align: left;
    padding: 16px 0;
}

.shopping-cart form table tbody tr td a.name {
    color: #3B4254;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
}

.shopping-cart form table tbody tr td.product-quantity input {
    background: #F3F4F7;
    border-radius: 4px;
    border: 1px solid #CFD3DD;
    padding: 8px;
    text-align: center;
}

.shopping-cart form table {
    margin-bottom: 32px;
}

.estimate.recommendation-cart-wrap {
    border-top: 1px solid #E7E9EE;
    padding-top: 16px;
}

td.product-name .price {
    display: block;
    margin-bottom: 10px;
}

.cart-wrap .shop-table td.product-remove {
    padding: 24px;
}

.checkout-row-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.checkout-content-wrap {
    width: calc(100% - 384px - 40px);
}

.checkout-sidebar-wrap {
    border-radius: 4px;
    box-shadow: 0px 0px 32px 0px rgba(64, 71, 79, 0.12);
    margin-left: auto;
    padding: 24px;
    width: 384px;
}

.checkout .checkout-title {
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 30px;
}

.checkout .checkout-section-title {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 24px;
    text-transform: none;
}

.choice-wrap {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
}

.choice-wrap>div,
.choice-wrap.toggle input+label {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    box-shadow: none;
    color: #3B4254;
    cursor: pointer;
    display: flex;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: 64px;
    justify-content: center;
    letter-spacing: 0.6px;
    line-height: 4px 16px;
    padding: 24px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.choice-wrap img {
    margin-right: 8px;
}

.choice-wrap>div.active,
.choice-wrap.toggle input:checked+label {
    border: 2px solid #45A6E6;
    background: #DBEEFA;
    outline: none !important;
}

.info-title {
    color: #3B4254;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.checkout input.form-control,
.checkout select,
.checkout textarea {
    background: #F3F4F7;
    border-radius: 4px;
    border: 1px solid#CFD3DD;
    color: #5D6883;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    padding: 16px;
}

.checkout .checkout-section-title.delivery-method {
    border-top: 1px solid #E7E9EE;
    margin-top: 32px;
    padding-top: 32px;
}

.checkout .consent label {
    align-items: center;
    background-color: #F3F4F7;
    border-radius: 4px;
    color: #3B4254;
    cursor: pointer;
    display: flex;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-top: 24px;
    padding: 16px;
}

.checkout .consent label input {
    opacity: 0;
    position: absolute;
}

.checkout .consent label input+span {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    height: 20px;
    margin-right: 8px;
    flex: 0 0 20px;
}

.checkout .consent label input:checked+span {
    background-color: #1876B4;
    background-image: url('/assets/redesign-images/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    border-color: #1876B4;
}

.checkout .consent a {
    color: #1876B4;
    text-decoration: underline;
}

#validatekorpa {
    background-color: #1876B4;
    border-radius: 2px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 16px;
    text-decoration: none !important;
    text-transform: none;
    transition: .2s;
    width: 100%;
}

.checkout-steps {
    padding: 0 15px;
}

.profile-sidebar {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 32px 0px rgba(64, 71, 79, 0.12);
    padding: 24px;
}

.profile-sidebar.sidebar h3.section-title {
    background-color: transparent;
    text-transform: none;
}

.profile-content-wrap {
    margin-bottom: 100px;
    padding-left: 40px;
}

.profile-content-wrap .widget-header {
    margin-bottom: 32px;
}

.profile-content-wrap .form-control {
    background: #F3F4F7;
    border-radius: 4px;
    border: 1px solid #CFD3DD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    padding: 16px;
}

.profile-content-wrap input[type=file] {
    background: #F3F4F7;
    border-radius: 4px;
    border: 1px solid #CFD3DD;
    padding: 16px;
}

.profile-content-wrap .form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding: 0;
    position: static;
    width: 100%;
}

.profile-content-wrap .form-actions input {
    background: #1876B4;
    border-radius: 2px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 16px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: .2s;
}

.category-product .products.grid-v1 .product-info .name {
    min-height: 0;
}

.category-product .products.grid-v1 .product-info .name a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}

.find-in-store {
    margin-bottom: 20px;
}

.find-in-store a {
    align-items: center;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    color: #5D6883;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 24px;
    padding: 24px 16px;
    text-transform: uppercase;
    transition: .2s;
}

.find-in-store a:hover {
    border-color: #1876B4;
    color: #1876B4;
}

.find-in-store a svg {
    margin-right: 10px;
}

.find-in-store a i {
    margin-left: auto;
}

.category-product .products.grid-v1 .product-redesign-tag .product-info .product-price {
    padding: 0;
}

.category-product .products.grid-v1 .product-redesign-tag .product-info .product-price ins span {
    color: #1876B4;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.category-product .products .product.product-redesign-tag .cart .action ul li {
    display: block;
    width: 100%;
}

.category-product .products.grid-v1 .cart .action ul .add-cart-button a,
.category-product .products.grid-v1 .cart .action ul .add-cart-button a:hover,
.category-product .products.grid-v1 .cart .action ul .add-cart-button a:active,
.category-product .products.grid-v3 .cart .action ul .add-cart-button a,
.category-product .products.grid-v3 .cart .action ul .add-cart-button a:hover,
.category-product .products.grid-v3 .cart .action ul .add-cart-button a:active {
    align-items: center;
    background-color: #1876B4 !important;
    border-radius: 2px;
    border: none;
    color: #fff;
    display: flex;
    font-family: 'Inter', serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin-top: 10px;
    padding: 16px 8px !important;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.category-v1 .wrapper {
    min-height: 0;
}

.sidebar.search-sidebar {
    background-color: transparent;
}

.sidebar.search-sidebar form {
    background-color: #fff;
    padding: 24px;
    box-shadow: 0px 0px 32px 0px rgba(64, 71, 79, 0.12);
}

.sidebar.search-sidebar .side-menu .panel-group .panel-default>.panel-heading {
    background-color: transparent;
    padding: 16px 0 !important;
}

.sidebar.search-sidebar .side-menu .panel-group .panel-default .panel-title a {
    color: #3B4254;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sidebar.search-sidebar .side-menu .panel-group .panel-default .panel-title a.collapsed:after {
    content: "\f105";
}

.sidebar.search-sidebar .side-menu .panel-group .panel-default .panel-title a:after {
    content: "\f107";
}

.sidebar.search-sidebar .side-menu ul.checkboxes_list {
    margin: 0;
    padding: 0 0 16px;
}

.sidebar.search-sidebar .side-menu ul.checkboxes_list .checkbox-custom,
.selected-specs-wrap ul.checkboxes_list .checkbox-custom,
.sidebar.search-sidebar .panel-default ul.checkboxes_list .checkbox-custom {
    margin: 0;
    padding-left: 0;
}

.sidebar.search-sidebar button#resetujFiltereEs {
    background: #1876B4;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
    padding: 8px 16px;
    text-align: center;
    text-transform: none;
    text-decoration: none !important;
    transition: .2s;
    width: 100%;
}

.selected-specs-wrap .selected-specs-title {
    color: #3B4254;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sidebar.search-sidebar .panel-default ul.checkboxes_list {
    margin: 0;
    padding: 0 16px;
}

.sidebar.search-sidebar .side-menu .panel-default ul.checkboxes_list {
    padding: 0;
}

.sidebar.search-sidebar .panel-default>.panel-heading {
    background: transparent;
    border-color: transparent;
    border: none;
    color: #3B4254;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.sidebar.search-sidebar .side-menu .panel-default>.panel-heading {
    text-align: left;
}

.tooltipart .tooltiptextlist {
    left: -25%;
    top: 0;
    width: 150%;
}

.custom-padding-mobile {
    padding: 0 8px;
}

::-webkit-scrollbar {
    width: 15px;
    background: transparent
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #CFD3DD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #1876B4;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0C4971FF;
}

.fashion-category .section-title a {
    align-items: center;
    display: flex;
}

.fashion-category .section-title a svg {
    margin-right: 8px;
}

.products-grid-wrap {
    padding-left: 32px;
}

.products-grid-wrap.no-sidebar {
    padding-left: 16px;
}

.mobile-categories-trigger,
.mobile-categories-close {
    display: none;
}

.model-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.model-list-wrap .odvojKategBaner {
    display: flex;
    padding: 0 10px 20px;
}

.model-list-wrap .odvojKategBaner .wrapperModeli {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: unset;
    width: 100%;
}

.model-list-wrap .odvojKategBaner .wrapperModeli .banner-outer {
    background-color: transparent;
    max-width: 100%;
}

.category-v1 .model-list-wrap .banner-outer img {
    max-height: 197px;
    width: auto !important;
}

.category-v1 .model-list-wrap .category-title a {
    line-height: 1.3;
}

.category-v1 .model-list-wrap .banner-outer img {
    margin: 0 auto;
}

.brend-wrap .image a {
    height: 200px;
}

.brend-wrap .image a {
    text-align: center;
}

.brend-wrap .image a img {
    margin: 0 auto;
    width: auto !important;
}

.model-list-wrap-brands {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-redesign {
    margin-bottom: 32px;
    margin-top: 0 !important;
}

.sidebar-redesign .sidebar-filter {
    display: none;
}

.sidebar-redesign .fashion-category {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #E7E9EE;
    padding: 24px;
}

.sidebar-redesign .fashion-category .section-title {
    background-color: transparent;
    /* display: none; */
    margin: 0 0 24px;
    padding: 0;
}

.sidebar-redesign .fashion-category .section-title a {
    color: #3B4254;
    font-size: 16px;
}

.sidebar-redesign .fashion-category .section-title a path {
    stroke: #3B4254;
}

.sidebar-redesign .fashion-category .bg-info {
    background-color: #fff;
    /* display: none; */
    margin-bottom: 24px;
    padding-right: 30px;
    position: relative;
}

.sidebar-redesign .fashion-category ul {
    padding: 0;
}

.sidebar-redesign .fashion-category ul li {
    margin-bottom: 12px;
    padding: 0 !important;
}

.sidebar-redesign .fashion-category ul li a {
    align-items: center;
    background-color: transparent;
    color: #3B4254;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 16px;
    justify-content: space-between;
    padding: 0;
    text-decoration: underline;
    word-break: break-word !important;
}

.sidebar-redesign .fashion-category ul li a.active {
    color: #1876B4;
    font-weight: 700;
}

.sidebar-redesign .fashion-category ul li a:hover {
    color: #1876B4;
    padding: 0;
}

.sidebar-redesign .fashion-category ul li a:hover .item-count {
    color: #1876B4;
}

.sidebar-redesign .fashion-category ul li a .item-count {
    color: #111318;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}

.sidebar-redesign .fashion-category .bg-info a {
    font-weight: 900;
}


.redesign-hide {
    display: none !important;
}

.redesign-category-title {
    margin-bottom: 24px;
}

.redesign-category-title.no-sidebar {
    padding: 0 16px;
}

.redesign-products-wrap {
    margin-top: 0;
}

.redesign-products-wrap .controls-product-item {
    padding-top: 0;
}


.redesign-edit-bar {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-bottom: 10px;
    width: 100%;
}

.redesign-edit-bar a {
    color: #2c2b2b;
    font-size: 20px;
}

.redesign-edit-bar+.section-title.category-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}


.redesign-dropdown-back,
.main-category-link {
    display: none;
}

.search-input-wrap {
    position: relative;
    width: 100%;
}

.search-input-wrap .clear-search {
    align-items: center;
    color: #1876B4;
    cursor: pointer;
    display: none;
    font-size: 24px;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 4px;
    width: 24px;
    z-index: 2;
}

.search-input-wrap.entered-text .clear-search {
    display: flex;
}


.back-to-product {
    align-items: center;
    color: #45A6E6;
    display: flex;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 24px;
}

.back-to-product+h3 {
    margin-top: 24px;
}

.back-to-product:before {
    background-image: url(/assets/redesign-images/chevron-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    content: '';
    height: 24px;
    transform-origin: center;
    transform: rotate(180deg);
    width: 24px;
}

@media (max-width: 1199px) {

    .header-redesign .main-navigation-dropdown {
        width: 250px;
    }

    li.main-menu-item.desktop-links>ul a {
        font-size: 14px;
        padding: 10px;
    }

    .recommendations-offer-items {
        flex-flow: wrap;
        padding-bottom: 16px;
    }

    .recommendations-offer-items .item {
        margin-bottom: 16px;
        width: 33.33%;
    }

    .homepage-categories {
        margin-right: calc(1px - (100vw - 970px)/2);
        overflow: hidden;
    }

    .homepage-categories-items {
        margin: 0 0 -15px;
        overflow-x: auto;
        padding-bottom: 15px;
    }

    .homepage-categories-item {
        margin-right: 16px;
        padding: 0;
    }

    .homepage-categories-item a {
        padding: 16px 20px;
    }

    .single-product-left-column {
        width: 50%;
    }

    .single-product-gallery.gallery-holder {
        width: 100%;
    }

    .product-item-holder {
        max-width: 100%;
    }

    .single-product-info {
        width: 50%;
    }

    .related-products-wrap .product-wrap:nth-child(4) {
        display: none;
    }

    .cart-wrap .shop-table {
        width: 100%;
    }

    .cart-totals-wrap {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .header-redesign .middle.bott {
        display: block !important;
        overflow: visible;
        padding: 0 15px;
    }

    .header-redesign .middle.bott:before {
        content: none;
    }

    .header-redesign .middle.bott .row {
        flex-wrap: wrap;
    }

    .header-redesign .navbar-wrapper.bottom {
        border: none;
        padding: 0;
    }

    .header-redesign .middle.bott .navbar-brand {
        padding: 0;
    }

    .header-search {
        left: 15px;
        opacity: 1;
        position: absolute;
        right: 15px;
        top: 100%;
        transition: .2s;
        visibility: visible;
        width: 100%;
    }

    .hide-search .header-search {
        opacity: 0;
        visibility: hidden;
    }

    .show-search .header-search {
        opacity: 1;
        visibility: visible;
    }

    .hide-menu-items .main-menu-item:not(.show-main-menu-item) {
        display: none !important;
    }

    .show-main-menu-item .main-navigation-dropdown>li:not(.open-dropdown-2-lvl) {
        display: none !important;
    }

    .mobile-navigation-toggle {
        display: block;
        height: 24px;
        order: 1;
        position: relative;
        width: 24px;
    }

    .open-dropdown-2-lvl .redesign-dropdown-title {
        display: none;
    }

    .open-dropdown-2-lvl .redesign-dropdown-back {
        display: block;
    }

    .open-dropdown-2-lvl .main-category-link {
        display: block;
        font-weight: 700;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .header-redesign .logo {
        margin-left: 24px;
        margin-right: auto;
        padding: 20px 0;
        order: 2;
        width: 120px;
    }

    .header-account-cart-wrap {
        order: 3;
    }

    .header-redesign .header-search {
        background-color: #fff;
        margin: 0;
        order: 4;
        padding: 15px 0;
        width: auto;
    }

    .header-redesign .option-search-bar .input-group input,
    .header-redesign .option-search-bar .input-group input:active,
    .header-redesign .option-search-bar .input-group input:focus {
        border-right: none !important;
    }

    .header-redesign .option-search-bar .input-group {
        border: 1px solid #CFD3DD;
    }

    .header-redesign .mobile-navigation {
        background: #fff;
        bottom: 0;
        left: -350px;
        max-width: 90%;
        opacity: 0;
        padding: 24px;
        position: fixed;
        right: 0;
        top: 0;
        transition: .2s;
        visibility: hidden;
        width: 350px;
        z-index: -1;
    }

    .show-mobile-menu .navbar-wrapper:before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: '';
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .header-redesign .mobile-navigation .mobile-navigation-heading {
        align-items: center;
        border-bottom: 1px solid #E7E9EE;
        display: flex;
        justify-content: space-between;
        padding-bottom: 24px;
    }

    .show-mobile-menu .header-redesign .mobile-navigation {
        left: 0;
        opacity: 1;
        transition: .3s;
        visibility: visible;
        z-index: 9999;
    }

    .header-redesign .main-navigation-menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
    }

    .header-redesign .header-nav {
        height: calc(100% - 60px);
        margin-right: -15px;
        overflow-y: auto;
        padding-right: 15px;
    }

    .mobile-search-toggle {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        height: 24px;
        opacity: 0;
        transition: .3s;
        width: 24px;
    }

    .hide-search .mobile-search-toggle {
        opacity: 1;
    }

    .mobile-search-toggle svg {
        height: 22px;
        width: 22px;
    }

    .mobile-search-toggle svg path {
        stroke: #45A6E6;
    }

    .header-redesign .toolhomeheader a {
        border-radius: 4px;
        padding: 16px;
    }

    .header-redesign .main-navigation-menu>li {
        border-bottom: 1px solid #E7E9EE;
        padding: 24px 0;
        width: 100%;
    }

    .header-redesign .main-navigation-menu>li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-redesign .main-navigation-menu>li:not(.toolhomeheader)>a {
        color: #3B4254;
        font-weight: 700;
    }

    .header-redesign .main-navigation-dropdown>li>a {
        padding: 10px 15px;
    }

    .header-redesign .main-navigation-dropdown {
        display: block;
        padding: 0;
        position: static;
        width: 100%;
    }

    .header-redesign .main-navigation-menu>li {
        padding: 0;
        position: static;
    }

    .header-redesign .main-navigation-dropdown .open-dropdown-2-lvl {
        background-color: #fff;
        bottom: 0;
        box-shadow: none !important;
        left: 0;
        padding-top: 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        z-index: 999;
    }

    .header-redesign .main-navigation-dropdown .open-dropdown-2-lvl .dropdown-menu {
        box-shadow: none !important;
        display: block;
        position: static;
        width: 100%;
    }

    .header-redesign .main-navigation-dropdown>li.open-dropdown-2-lvl>a {
        padding-left: 40px;
    }

    .header-redesign .main-navigation-dropdown>li.open-dropdown-2-lvl>a:after {
        left: 10px;
        transform: rotate(180deg);
    }

    .toggle-dropdown-menu {
        margin-bottom: 10px;
        padding: 10px !important;
    }

    .header-redesign .main-navigation-dropdown .open-dropdown-2-lvl .dropdown-menu .yamm-content .col-sm-7 {
        column-count: 1;
        padding: 0;
    }

    footer .footer-redesign {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-redesign .foot-menu.information {
        height: auto;
    }

    .footer-redesign .footer-outer-1 .social-network {
        display: flex;
    }

    .footer-redesign .footer-outer-1 .social-network .title {
        margin: 0 50px 0 0;
    }

    .footer-redesign .company-info {
        border-bottom: 1px solid #3B4254;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .footer-outer-bottom {
        margin: 30px -30px 0;
    }

    .footer-v2 .company-info,
    .footer-v2 .foot-menu,
    footer .contact-outer,
    footer .footer-outer-1 .foot-title .title {
        text-align: left;
    }

    footer .content.media-body,
    footer .media .icon {
        text-align: left;
        width: auto;
    }

    .controls-product-item .custom-select ul>li {
        margin-right: 16px !important;
    }

    .single-product-info {
        padding-left: 30px;
    }

    #owl-single-product .owl-controls {
        margin-top: 16px;
        position: static;
    }

    #owl-single-product .owl-controls .owl-nav {
        display: none;
    }

    #owl-single-product .owl-controls .owl-dots {
        display: flex;
        justify-content: center;
    }

    #owl-single-product .owl-controls .owl-dots .owl-dot {
        padding: 0 4px;
    }

    #owl-single-product .owl-controls .owl-dots .owl-dot span {
        background-color: #CFD3DD;
        border-radius: 40px;
        display: block;
        height: 8px;
        transition: .2s;
        width: 8px;
    }

    #owl-single-product .owl-controls .owl-dots .owl-dot.active span {
        background-color: #1876B4;
        width: 40px;
    }

    #owl-single-product-thumbnails-new {
        display: none;
    }

    .checkout-content-wrap {
        width: 100%;
    }

    .checkout-sidebar-wrap {
        background-color: transparent;
        border-top: 1px solid #E7E9EE;
        box-shadow: none;
        margin-top: 24px;
        padding: 24px 0 0;
        width: 100%;
    }

    .profile-sidebar {
        border-bottom: 1px solid #E7E9EE;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 32px;
        padding: 0 0 24px;
    }

    .profile-content-wrap {
        padding-left: 15px;
    }

    .profile-content-wrap .minvisina {
        min-height: 0;
    }


    .desktop-link {
        display: none !important;
    }

    .product-price.tooltipart .tooltiptext {
        display: none !important;
    }

    .special-offers {
        padding-top: 10px !important;
    }

    .custom-padding-mobile {
        padding: 0 16px;
    }

    .product-info-accordion {
        max-width: 100%;
    }

    .products-grid-wrap {
        padding-left: 15px;
    }

    .sidebar:not(.sidebar-profile) {
        bottom: 0;
        left: -350px;
        margin: 0;
        max-width: 90%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 115px;
        transition: .2s;
        visibility: hidden;
        width: 350px;
        z-index: -1;
    }

    .mobile-categories-show .sidebar:not(.sidebar-profile) {
        display: block;
        left: 0;
        opacity: 1;
        transition: .3s;
        visibility: visible;
        z-index: 999999;
    }

    .mobile-categories-show .sidebar:not(.sidebar-profile):before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: '';
        left: 0;
        position: fixed;
        right: 0;
        top: 115px;
        z-index: -1;
    }

    .filters-list .short-by {
        margin-left: 16px;
    }

    .mobile-categories-trigger {
        display: block;
        cursor: pointer;
        margin: auto 16px auto auto;
    }

    .mobile-categories-trigger svg {
        height: 32px;
        width: 32px;
    }

    .mobile-categories-close svg {
        height: 24px;
        width: 24px;
    }

    .mobile-categories-close {
        bottom: 0;
        display: block;
        height: 24px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .sidebar .section-title {
        position: relative;
        padding-right: 48px;
    }

    .redesign-category-title {
        padding: 0 20px;
    }

    .fashion-category {
        border: none;
        height: calc(100vh - 115px);
        overflow: auto;
        padding: 24px 24px 48px;
    }

    .controls-product-item .custom-select {
        width: 100%;
    }

    #cart-notification {
        top: -400px;
        left: 40%;
        transform: translateX(-33%);
    }

    .register-form {
        overflow-x: hidden;
    }
}

@media (max-width: 985px) {

    header {
        padding-top: 178px;
    }

    .homepage-categories {
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
    }

    .homepage-categories h2,
    .homepage-categories h3 {
        padding-left: 15px;
    }

    .homepage-categories-item:nth-child(1) {
        padding-left: 15px;
    }

    .outer-top-bd {
        margin-top: 30px;
    }

    .model-list-wrap-brands>.brend-wrap {
        width: 33.33%;
    }

    .filters-list ul {
        display: flex !important;
        padding-bottom: 10px;
        padding-right: 15px;
    }

    .filters-list ul li {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {

    header {
        padding-top: 198px;
    }

    .header-redesign {
        height: auto;
    }

    .slika100percent {
        max-width: 100%;
    }

    .rimbus {
        padding-top: 0;
    }

    .mobile-hide {
        display: none !important;
    }

    .header-redesign .top-bar {
        background: linear-gradient(269.82deg, #121416 -0.49%, #40474F 44.92%, #121416 100.5%);
    }

    .header-redesign .top-bar .row {
        font-weight: 600;
        text-transform: none;
    }

    .header-redesign .top-bar .top-bar-notification {
        margin: 0;
        text-align: center;
    }

    .header-redesign .top-bar-notification img {
        margin-right: 5px;
    }

    .search-category {
        display: none;
    }

    .mobile-login-button span {
        display: none;
    }

    .recommendations-offer h2,
    .recommendations-offer h3 {
        font-size: 28px;
        line-height: 48px;
        margin: 0 0 20px;
    }

    .recommendations-offer-items .item {
        width: 50%;
    }

    .recommendations-offer-items .category-product .products .product-info .name {
        font-size: 12px !important;
        line-height: 16px;
    }

    .homepage-categories-item {
        margin-right: 8px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .footer-redesign .footer-logo img {
        width: auto;
    }

    .foot-menu.information {
        border-bottom: 1px solid #3B4254;
    }

    .foot-menu.information:last-child {
        border-bottom: none;
    }

    footer .footer-outer-1 .row .company-info,
    footer .footer-outer-1 .row .foot-menu,
    footer .footer-outer-1 .row .latest-tweet,
    footer .footer-outer-1 .row .product-tags {
        margin: 0 !important;
    }

    .footer-redesign .footer-outer-1 .social-network {
        justify-content: space-between;
        margin: 0 !important;
        width: 100%;
    }

    .footer-redesign .footer-outer-1 .footer-social li {
        margin: 0 0 0 24px;
    }

    .foot-menu-outer {
        padding: 5px 0;
    }

    .footer-redesign .foot-menu-outer .foot-title .title {
        margin: 0 !important;
        padding: 12px 0;
        position: relative;
    }

    .foot-menu-outer .foot-title .title:after {
        background-image: url('/assets/redesign-images/chevron-down.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
        bottom: 0;
        content: '';
        height: 24px;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: center;
        transition: .2s;
        width: 24px;
    }

    .foot-menu-outer .foot-title.open .title:after {
        transform: rotate(180deg);
    }

    .foot-menu-outer .list-links {
        display: none;
    }

    .footer-redesign .contact.more-info {
        padding-top: 32px;
    }

    .footer-redesign .footer-outer-1 .more-info .media {
        margin-top: 15px;
    }

    .products-grid {
        margin: 0 -8px;
    }

    .products-grid .product-wrap {
        margin-bottom: 32px;
        padding: 0 8px;
    }

    .add-to-cart-mobile {
        align-items: center;
        background-color: #1876B4;
        border-radius: 2px;
        border: none;
        color: #fff;
        display: flex;
        font-family: 'Inter', serif;
        font-size: 14px;
        font-weight: 600;
        justify-content: center;
        line-height: 24px;
        margin-top: 16px;
        padding: 8px;
        width: 100%;
    }

    .add-to-cart-mobile img {
        margin-right: 8px;
        width: auto !important;
    }

    div.rating-cancel,
    div.star-rating {
        width: 24px;
    }

    #owl-single-product .owl-controls .owl-dots .owl-dot {
        padding: 0 3px;
    }

    .custom-select section span.customSelect span.customSelectInner:after,
    .custom-select ul span.customSelect span.customSelectInner:after {
        padding-left: 8px;
    }

    .category-pagination .pagination li {
        display: none;
    }

    .category-pagination .pagination li:first-child,
    .category-pagination .pagination li:last-child,
    .category-pagination .pagination li.active,
    .category-pagination .pagination li.active+li,
    .category-pagination .pagination li.active+li+li {
        display: block;
    }

    .outer-bottom-sm {
        margin-bottom: 40px;
    }

    .news-letter .form-wrap {
        display: block;
    }

    .news-letter .form-wrap>input {
        border-radius: 4px;
        margin-bottom: 16px;
    }

    .news-letter .form-wrap button {
        border-radius: 4px;
        width: 100%;
    }

    .single-product-gallery.gallery-holder {
        margin-bottom: 32px;
        width: 100%;
    }

    .product-item-holder {
        max-width: 100%;
        width: 100%;
    }

    .single-product-left-column {
        width: 100%;
    }

    .single-product-info {
        padding-left: 0;
        width: 100%;
    }

    .product-info-accordion-item.open {
        background-color: #fff;
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 50px 10px 20px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .product-info-accordion-item.open i {
        background-color: #fff;
        background-image: url('/assets/redesign-images/close.svg');
        background-position: center;
        background-repeat: no-repeat;
        height: 56px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 56px;
    }

    .product-info-accordion-item.open i {
        transition: 0s;
    }

    .product-info-accordion-item.open i:before {
        content: none;
    }

    .open .product-info-accordion-nav-item {
        border-top: none;
        padding: 0;
        position: static;
    }

    .product-info-accordion-nav-item a {
        color: #3B4254 !important;
    }

    .product-status .status {
        justify-content: center;
        width: 100%;
    }

    .product-countdown .count-timer {
        text-align: center;
    }

    .details-page .point-of-action.add-to-cart-wrap {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 -10px 20px rgba(0, 0, 0, .05);
        left: 0;
        padding: 16px;
        position: fixed;
        right: 0;
        z-index: 999;
    }

    .single-product-info .product-btn li a {
        color: #3B4254 !important;
        display: flex;
        font-size: 16px !important;
        font-weight: 700 !important;
        justify-content: space-between;
        line-height: 24px;
        padding: 16px 8px;
        transition: .2s;
    }

    .details-page .point-of-action .quantity,
    .details-page .product-btn ul>li a i {
        padding-right: 16px;
    }

    .product-info-accordion-nav-item a {
        padding: 16px 8px;
    }

    .related-products {
        margin-top: 30px;
        width: 100%;
    }

    .related-products h3 {
        margin-bottom: 20px;
        padding: 0;
    }

    .related-products-mobile-wrap {
        margin: 0 -15px -10px;
        padding: 0;
        overflow: hidden;
    }

    .related-products-wrap {
        flex-wrap: nowrap;
        overflow: auto;
        padding: 0 20px 20px;
    }

    .related-products-wrap .product-wrap {
        display: flex !important;
        min-width: 60vw;
        padding: 0 8px;
    }

    .related-products-wrap .products.grid-v1.clearfix {
        display: flex;
    }

    .related-products-wrap .product.clearfix.product-redesign {
        display: flex;
        flex-direction: column;
    }

    .related-products-wrap .product-info {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .single-product-info .proizvodsnippet {
        font-size: 24px;
        line-height: 32px;
    }

    .categories-grid {
        margin: 0 -8px;
    }

    .recommendations-offer {
        /* padding: 0 16px; */
    }

    .filters-wrap,
    .form-actions {
        width: 100%;
    }

    .filters-wrap {
        max-height: 100vh;
        padding: 24px 16px 80px;
        top: auto;
    }

    .form-accordion-item-nav i {
        font-size: 24px;
        transform: rotate(-90deg);
    }

    .mobile-back-to-filters {
        align-items: center;
        color: #111318;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        padding: 16px;
    }

    .mobile-back-to-filters img {
        margin-right: 24px;
    }

    .filter-dropdown-active .mobile-back-to-filters {
        display: flex;
    }

    .filter-dropdown-active .filters-wrap h3,
    .filter-dropdown-active .form-accordion-item:not(.open),
    .filter-dropdown-active .form-accordion-item i,
    .filter-dropdown-active .form-item {
        display: none;
    }

    .open .form-accordion-item-options {
        display: block;
    }

    .filters-list {
        margin-right: -15px;
        margin-left: -15px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .custom-select.pull-left {
        float: none !important;
    }

    .home-best-sellers-slider {
        display: flex;
        margin-right: -15px;
        overflow-x: auto;
    }

    .home-best-sellers-slider .product-wrap {
        flex: 0 0 50vw;
        padding: 0 8px;
    }

    .cart-wrap .shop-table tbody tr {
        border: 1px solid #E7E9EE;
        border-radius: 4px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 8px;
        padding: 16px;
        position: relative;
    }

    .cart-wrap .shop-table td {
        border: none !important;
        padding: 0;
    }

    .shopping-cart form table tbody tr td.product-thumbnail {
        background-color: #f3f5f8;
        border-radius: 4px;
        height: 80px;
        overflow: hidden;
        padding: 0;
        width: 80px;
    }

    .shopping-cart form table tbody tr td.product-thumbnail img {
        display: block;
        height: 100%;
        mix-blend-mode: multiply;
        object-fit: cover;
        width: 100%;
    }

    .cart-wrap .shop-table td.product-remove {
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .shopping-cart form table tbody tr td.product-total {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-left: auto;
    }

    .cart-totals-wrap {
        box-shadow: none;
        padding: 0;
    }

    .cart-total tbody tr {
        display: flex;
        justify-content: space-between;
    }

    .cart-total tbody tr td {
        width: 50%;
    }

    .shopping-cart form table>tbody>tr>td:last-child {
        margin-bottom: 0;
    }

    .choice-wrap.choice-three-columns {
        flex-direction: column;
        gap: 8px;
    }

    /* .category-title, */
    .category-description {
        display: none;
    }

    .footer-redesign .payment-link {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer-redesign .payment-link li {
        margin: 5px 0;
    }

    .register-form {
        margin-bottom: 40px;
    }

    .product-ask-question {
        display: none;
    }

    .ask-question-product a {
        padding: 16px 8px;
    }

    .find-in-store {
        margin-top: 20px;
    }

    .news-letter .form-wrap>input {
        width: 100%;
    }

    .news-letter .checkbox-custom {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .home-best-sellers {
        margin-bottom: 30px;
    }

    .category-product {
        padding-bottom: 0;
    }

    .details-page {
        margin-top: 0;
    }

    .breadcrumb ul {
        padding: 10px 0;
    }

    .category-product .products.grid-v1 .product-info .product-price ins {
        font-size: 22px;
    }

    .product-info-accordion-info-item .product-info-table table tr td {
        padding: 8px;
    }

    .open .product-info-accordion-info-item {
        display: block;
    }

    .find-in-store a {
        padding: 16px;
    }

    .homepage-intro-text {
        padding: 20px 0 0;
    }

    .homepage-intro-text h1 {
        font-size: 26px;
    }

    .redesign-product-description {
        padding: 0 9px;
    }

    .breadcrumb {
        margin-bottom: 0;
        padding: 0 8px;
    }

    .tooltipart .tooltiptextlist {
        left: 0;
        width: 100%;
    }

    .model-list-wrap-brands>.brend-wrap {
        width: 50%;
    }

    .brend-wrap .image a {
        height: 34vw;
    }

    .model-list-wrap-brands .brend-wrap .wrapperModeli {
        min-height: 0;
    }

    .category-v1 .model-list-wrap .banner-outer img {
        height: auto !important;
        object-fit: contain;
    }

}

@media (max-width: 480px) {

    .cart-info {
        display: none;
    }

    .breadcrumb ul li {
        padding: 0 3px 0 0;
    }

    .breadcrumb ul li:after {
        margin-left: 3px;
    }

    .breadcrumb ul li:nth-last-child(2):after {
        content: none;
    }

    .breadcrumb ul li:last-child {
        display: none;
    }

    .footer-redesign .footer-outer-1 .social-network .title {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .categories-grid>div.banner-3 {
        width: 100%;
    }
}

@media (max-width: 374px) {

    .mobile-search-toggle {
        margin-right: 15px;
    }

    .header-redesign .logo {
        margin-left: 10px;
    }

    .header-redesign .shopping-cart {
        margin-left: 5px;
    }

    .products-grid .product-wrap {
        width: 100%;
    }

    .category-pagination .pagination li:first-child a,
    .category-pagination .pagination li:last-child a {
        width: 40px;
    }
}

/*
Sakri product-brand
*/
.product-brand .status {
    display: none;
}