#wrapper {
    min-height: calc(110vh - 400px);
}

.multiprice_container {
    display: none !important;
}
.all-product-link {
    display: none !important;
}

.atc_qty {
    width: 50px;
    border: 1px solid #cecece;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 0;
}

.products.row{
    margin:0 !important
}


#products{
    color: #232323;
}

.qty-max-reached{
    background-color: #ff6561 !important;
    cursor: not-allowed !important;
}

.qty-max-reached.qty_inc svg, .qty-max-reached i{
    fill: #fff !important;
    color: #fff !important;;
}

.about-delivery-trail{
    border: 2px solid #e50046;
    border-radius: 5px;
    padding: 16px 8px;
    text-align: center;
    font-weight: bold;
}

body#checkout section.checkout-step .delivery-options .delivery-option{
    margin-right: 0;
    margin-left: 0;
}

body#checkout section.checkout-step.-current .content{
    padding: 16px;
}

body#checkout section.checkout-step .forgot-password{
    margin-left: 13rem;
}

body#checkout form .form-control-label{
    text-align: left;
}

.product-description {
    min-height: 130px;
}

#header .custom-category-nav .custom-html-submenu {
    top: auto;
    width: 100%;
}

.input-group.focus {
    border-radius: 5px;
}

.bigvapoteur-terms-content h1,.bigvapoteur-terms-content .bigvapoteur-company-info p{
    text-align: center;
}

.bigvapoteur-terms-content .bigvapoteur-section-title{
    padding: 16px 0;
    border-bottom: 1px solid #e50046;
    font-size: 22px;
}


#products .thumbnail-container {
    min-height: 368px;
}

body#checkout #header .header-nav{
    margin-bottom:0px !important
}

.atc_spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 9.525rem;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    bottom: 5rem;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}

.add-to-cart-wrapper-product {
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    height: 38px;
}

.add-to-cart-wrapper-product .add-to-cart {
    border-radius: 20px;
}
.add-to-cart-wrapper-product .add-to-cart i {
    margin: 0;
}

.page-index .product,
.page-search .product {
    width: 20%;
    min-width: 50px;
}

.products-section-title {
    color: var(--bs-gray-800);
    padding: 0 0 10px 0;
    border-bottom: 2px solid #d5d5d5;
    text-align: left !important;
}

#wrapper {
    background: #ffffff;
}

.banner .img-fluid {
    width: 1400px;
}

.footer-container {
    background: rgb(20, 20, 20);
}

.block-contact .navbar-toggler .material-icons,
.footer-container .navbar-toggler,
.footer-container .links .h3,
.footer-container .links .h4,
.footer-container #block_myaccount_infos .myaccount-title a,
.footer-container #contact-infos,
.footer-container li a {
    color: #f2f2f2;
}

@media (max-width: 767px) {
    .footer-container .links ul > li a {
        color: #fff;
        opacity: 0.8;
        font-size: 14px;
    }
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: rgb(20, 20, 20);
    }
    .footer-container .links ul > li {
        border-bottom: none;
    }
    .footer-container {
        padding-top: 0.5rem;
    }
    .links .title {
        border-bottom: none;
    }
    .footer-container .links ul > li {
        padding: 0.325rem 0.625rem;
    }
    #_desktop_logo {
        float: left;
        width: 24%;
    }
}

.top-container{
    display:flex;
    justify-content: space-between
}

.top-container > div{
    min-width:25%;
}

#header .header-nav .right-nav {
    align-items: center;
}

.top-container > .nav1-container{
    min-width:40%;
    flex:1;
    padding:16px 24px;
}

@media (min-width: 768px) {
    .col-md-2 {
        float: left;
        width: 24%;
    }
}

#custom-text {
    text-align: left;
}

#custom-text {
    padding: 0;
}
.carousel .carousel-inner {
    max-height: 590px;
    height: fit-content;
    border-radius: 10px;
}
#header {
    box-shadow: none;
}

#header .header-nav {
    border: none;
}



#header .header-nav .user-info {
    margin: 0;
    padding:8px;
}

#header .header-nav .user-info .account {
    margin-left: 0;
    display:flex;
    align-items: center;
    gap:4px
}
#header a:hover svg {
    fill: #e50046;
    text-decoration: none;
}

#header .header-nav .user-info i{
    width:20px;
    height:20px;
    line-height: 1px
}

#header .header-nav .user-info svg{
    --size: 20px;

    width: var(--size);
    height: var(--size);
}

.blockcart.cart-preview {
    border-radius: 5px;
}

.blockcart svg{
    --size: 20px;

    width: var(--size);
    height: var(--size);
}

.product-miniature .variant-links {
    top: 25px;
}

.product-miniature .highlighted-informations {
    background: none;
}

/* TABELA OPIS */
#product table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}

#product table td {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50%;
}

#product table tr td:nth-child(1) {
    color: #666;
    font-weight: bold;
}

#product table tr td:nth-child(2) {
    color: #0099ff;
}

#product .tab-content div {
    width: 100%;
}

.add-to-cart-wrapper-product .atc_div {
    display: flex;
}

.qty_inc,
.qty_dec {
    border: 1px solid #cecece;
    height: 100%;
    display: grid;
    place-items: center;
    cursor: pointer;
    width: 28px;
}

.qty_inc {
    border-left: none;
    border-radius: 0 20px 20px 0;
}

.qty_dec {
    border-right: none;
    border-radius: 20px 0 0 20px;
}

.qty_inc svg,
.qty_dec svg {
    fill: #7a7a7a;
}



.variant-qty,
.out-of-stock-qty {
    display: none !important;
}

.variant-product,
.out-of-stock {
    flex-grow: 1;
}

.out-of-stock {
    background: transparent;
    color: #e50046;
    border-color: #e50046;
}

.product-flag {
    font-size: 12px !important;
    padding: 0px !important;
    border-radius: 5px;
    display: grid;
    place-items: center;
    padding: 0 5px !important;
    min-width: 2rem;
    min-height: 1.2rem !important;
}

.add-to-cart span {
    font-size: 15px;
}

.add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}



.products .wishlist-button-add {
    display: none;
}
.wishlist-products-list {
    padding-left: 0 !important;
    gap: 1rem !important;
}

.product-flags {
    gap: 5px;
    flex-direction: row;
}

.tab-content ul {
    list-style-type: disc;
    padding-left: 15px;
}

.product-miniature .product-title {
    height: 35px;
}

@media (max-width: 767px) {
    #header .top-logo img {
        width: auto;
        max-height: 20rem;
    }
    .product-miniature .product-title {
        height: 52px;
    }

    .products {
        padding: 0 1px;
    }

    .add-to-cart.out-of-stock i {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .add-to-cart.out-of-stock {
        font-size: 14px;
        gap: 0px;
    }
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
}

.logo-row {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav1-container .custom-category-nav-wrapper{
    display:none
}

@media screen and (max-width:1200px){
    .nav1-container .custom-category-nav-wrapper{
        display:flex !important;
    }

    .logo-row .mobile-nav-toggle{
        display:none !important;
    }

}

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

    .top-container > div{
        display: flex;
        align-items: center
    }

    .hidden-md-up.mobile{
        justify-content: flex-end
    }

    .top-container div.logo {
        flex:1
    }

    #_mobile_cart{
        order:1
    }
}


#header .custom-category-nav-wrapper {
    margin: 0;
}

.logo-row .mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: calc(40% - 2px);
    transform: translateY(-50%);
}

.top-container div.logo {
    display: flex;
    align-items: center;
}

.top-container .logo img{
    max-height: 60px;
    width:auto
}

#header .header-nav {
    max-height: 500px;
}

#header .header-nav > .container > .row{
    margin: 0;
}

#header #sticky-header  > .container > .row{
    margin: 0;
}

#header .header-nav .row .right-nav {
    align-items: center;
    gap: 8px;
    padding: 8px 0 0 0;
}

#my-search-button {
    cursor: pointer;
    padding: 8px;
    user-select: none;
    width:fit-content;
    line-height: 1px;
}

#my-search-button svg{
    --size:20px;

    width:var(--size);
    height:var(--size)
}

@media screen and (min-width: 992px) {
    #my-search-button {
        display: none;
    }


}

@media screen and (max-width: 992px) {
    #search_widget {
        position: fixed;
        top: calc(0px - 65px);
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        padding: 4px;
    }

    #search_widget .search{
        display:none
    }

    .top-container > .nav1-container {
        min-width: fit-content;
        flex: 0;
        padding: 0;
        order:1
    }

    .top-container .logo img{
        max-height:58px;
        padding:4px 0
    }

    #header .header-top {
        padding: 1rem 0 0;
    }

    #my-search-button {
        padding: 7px;
    }

    #my-search-button svg{
        --size:22px;

        width:var(--size);
        height:var(--size)
    }
}

@media screen and (max-width: 430px) {
    .logo-row .logo {
        width: 180px;
    }
}

.header-top {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 8px 0 !important;
}

.toggled {
    top: 0 !important;
}

@media screen and (max-width: 1200px) {
    #search_widget {
        transition: all 0.3s;
        width: 100%;
        display: flex;
        justify-content: center;
        background: white;
    }

    #search_widget {
        width: 100%;
    }

    #header .header-nav .blockcart {
        margin-left: 0rem;
    }
}

.sticky {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    padding: 5px 0 !important;
    background: #fff
}


#search_widget {
    margin-bottom: 0rem;
}
.clear-btn {
    --size:36px;

    background-color: #0d0f12;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    height: var(--size);
    width: var(--size);
    padding:0;
    border: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

.clear-btn svg {
    fill: #7a7a7a;
}

@media (max-width: 991px) {
    .featured-products .products {
        gap: 10px;
        justify-content: flex-start;
    }
    .qty_inc,
    .qty_dec {
        width: 22px;
    }

    .qty_inc svg,
    .qty_dec svg {
        width: 14px;
    }
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 48%;
    }

    .btn-primary,
    .btn-secondary,
    .btn-tertiary {
        padding: 0.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 25%;
    }
}

@media screen and (max-width: 993px) {
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 32%;
    }
}

@media screen and (max-width: 769px) {
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 48%;
    }
}

#product #qty_form {
    display: flex;
    width: fit-content;
    height: fit-content;
}

#product .atc_qty,
#product #qty_form .qty_buttons {
    height: 40px !important;
}

#product .form-control-select {
    width: 100%;
    border-radius: 20px;
}

#product .add-to-cart {
    height: 40px;
    border-radius: 20px;
}

#product .wishlist-button-add {
    margin-left: 10px !important;
    box-shadow: none !important;
    border: 1px solid #cecece !important;
}

#product .my-add-to-cart {
    display: flex;
    gap: 10px;
    height: fit-content;
}

#product .product-add-to-cart .control-label {
    display: none;
}

#product .product-variants-item .control-label {
    font-weight: 700;
}

#product .current-price-value {
    font-size: 20px;
}

#product .my-add-to-cart {
    width: 100%;
    flex-wrap: wrap;
}

#product .product-information .product-description {
    height: fit-content;
    min-height: 10px;
}

.nav-tabs .nav-link {
    padding: 5px !important;
}

.details-my {
    display: flex;
    width: 100%;
}

.blockreassurance_product .block-title {
    color: rgb(229, 0, 70) !important;
    font-weight: 700;
}

.carousel .carousel-item figure {
    width: 100%;
}

@media (max-width: 991px) {
    .carousel {
        background-color: #fff;
        margin-bottom: 0px;
    }
}

.variant-product {
    border-radius: 20px;
    color: #ffffff;
    background-color: #e50046;
    border-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 440px) {
    .variant-product i {
        display: none;
    }
}

#subcategories {
    display: none !important;
}

.block-category {
    height: fit-content !important;
    min-height: 1px !important;
}

.form-fields .form-group.row:has([for="field-company"]),
.form-fields .form-group.row:has([for="field-vat_number"]),
.form-fields .form-group.row:has([for="field-address2"]),
.form-fields .form-group.row:has([for="field-alias"]) {
    display: none !important;
}

#footer,
#checkout {
    padding: 0px !important;
}

#checkout #_mobile_logo {
    margin: 5px 0 0 5px;
}

.media-body .product-name a,
.js-show-details:hover {
    color: #e50046 !important;
}

.product-line-actions .qty {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: fit-content;
    padding:0;
    gap: 10px;
}

.product-line-actions .price{
    width:fit-content;
    padding:0;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    border-radius: 20px;
}

#cart .js-cart-detailed-actions .btn {
    border-radius: 10px;
}

.order .row .col-xs-2.text-xs-right {
    display: flex;
}

body#checkout
section.checkout-step
.delivery-options
.delivery-option:nth-child(1) {
    border-radius: 10px 10px 0 0;
}

body#checkout
section.checkout-step
.delivery-options
.delivery-option:nth-last-child(-n + 3) {
    border-radius: 0 0 10px 10px;
}

.js-search-input {
    height: 100%;
}
#new-products .js-product,
#search .js-product,
#category .js-product {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    #new-products .js-product,
    #search .js-product,
    #category .js-product {
        width: 33.333%;
    }
}

@media screen and (max-width: 994px) {
    #new-products .js-product,
    #search .js-product,
    #category .js-product {
        width: 50%;
    }
}
@media screen and (max-width: 396px) {
    #new-products .js-product,
    #search .js-product,
    #category .js-product {
        width: 100% !important;
        min-width: 200px !important;
    }
}

.product-miniature .thumbnail-container .product-thumbnail img {
    user-select: none !important;
}

.js-thumb.selected {
    border: 2px solid #cc0033;
    border-radius: 5px;
}

.scroll-box-arrows.scroll * {
    user-select: none !important;
}

body#checkout a:hover {
    color: #b20036 !important;
}
.js-select-closest-machine {
    display: none !important;
}
.carousel-item .caption {
    display: none;
}
.page-content.page-cms {
    font-family: "Manrope", sans-serif !important;
}

.page-content.page-cms * {
    font-family: "Manrope", sans-serif !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form select,
form textarea {
    border-radius: 5px !important;
}

form input[type="submit"],
form button,
form .btn {
    border-radius: 5px !important;
}

#content .btn,
#content button,
#content input[type="submit"] {
    border-radius: 5px !important;
}

#search_widget {
    margin: 0;
    display: flex;
    align-items: center;
    width:100%;
}

#search_widget svg{
    --size:20px;

    width:var(--size);
    height:var(--size);
    fill:white
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
    margin:0;
    padding:0px 4px;
}

#header .header-nav .currency-selector button,
#header .header-nav .language-selector button{
    display:flex;
    gap:4px;
    align-items: center;
}

.language-selector svg{
    --size:16px;

    height:var(--size);
    width:var(--size);
    margin-top: 0;
}

.currency-selector svg{
    --size:16px;

    height:var(--size);
    width:var(--size);
    margin-top: 0;
}

#header .header-nav .blockcart {
    height: auto;
    padding: 8px;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    position: relative
}

#header .header-nav .cart-preview.active{
    background: none
}

#header .header-nav .blockcart .header{
    margin-top: 0;
    max-height: 20px;

}

.blockcart.cart-preview {
    cursor: pointer;
}

#header .header-nav .blockcart .cart-products-count{
    position: absolute;
    top:0;
    color:#fff;
    background: #000;
    padding:0px 6px;
    border-radius: 100px;
    font-size: 12px;
    right: 0;
    line-height: 14px;
    font-weight: 600
}

.js-search-icon {
    cursor: pointer;
}

.product-miniature .thumbnail-container {
    overflow: hidden;
}

.product-miniature img {
    transition: transform 0.3s ease;
}

.product-miniature:hover img {
    transform: scale(1.05);
}
.page-content.page-cms * {
    font-family: "Manrope", sans-serif !important;
}
.about-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

@media (min-width: 1200px) {
    .about-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-box {
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.about-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #f1f1f1;
}

.about-box img {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.about-box:hover img {
    transform: scale(1.1);
}

.about-box h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.about-box p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}
.products-sort-order .select-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5em 1em;
    white-space: nowrap;
}

.products-sort-order .select-title::after {
    margin-left: auto;
}
.company-box {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #4a4a4a;
    max-width: 400px;
    transition: background-color 0.3s ease;
}

.company-box:hover {
    background-color: #e9e9e9;
}

#blockcart-modal .cart-content .btn {
    border-radius: 5px !important;
}

.qty_dec {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.qty_inc {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.btn.out-of-stock {
    border-radius: 5px !important;

    top: 2px;
}

.btn.btn-primary.add-to-cart {
    border-radius: 5px !important;
}

button.btn-primary:disabled,
.btn.btn-primary.add-to-cart:disabled {
    background-color: #7a7a7a !important;
    border-color: #7a7a7a !important;
    color: #ffffff !important;
}
.modal-footer .btn {
    border-radius: 5px !important;
}

#product-modal .modal-content .modal-body .image-caption {
    display: none !important;
}

.product-cover .layer {
    border-radius: 5px !important;
}

header.sticky-header {
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
}

.address-body {
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
}
.address-body:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #f1f1f1;
}
.address-body::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("/img/homeicons/house.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0.9;
}
.delivery-box img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.delivery-box img[src*="dpd_pickup_logo.png"] {
    width: 140px;
}
.about-box.delivery-box {
    display: flex;
    flex-direction: column;
}

.about-box.delivery-box img {
    margin-bottom: 15px;
}

.about-box.delivery-box h5,
.about-box.delivery-box p {
    margin-top: auto;
}
.cookies-header {
    display: flex;

    gap: 15px;
    margin-bottom: 20px;
}

.cookies-header img {
    width: 50px;
    height: 50px;
}

.cookies-header h2 {
    margin: 0;
    font-weight: bold;
}
.company-box {
    color: #7a7a7a;
    font-size: 0.95rem;
    margin-top: 10px;
    line-height: 1.5;
}
.about-box ul,
.about-box ol {
    color: #7a7a7a !important;
    font-size: 0.95rem;
}

header.sticky-header.sticky {
    margin-bottom: 133px !important;
}
.lb-result__action-item.lb-result__prices {
    text-align: center !important;
}
.products-sort-order .select-title {
    border-radius: 5px !important;
}
.dropdown-menu {
    border-radius: 5px !important;
}
.age-form button {
    border-radius: 5px !important;
}
.popup-ok-button {
    border-radius: 5px !important;
}
.delivery-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    word-wrap: break-word;
}
.francjanikotyna {
    max-width: 66%;
    padding: 10px;
}
#main > div.francjanikotyna > img {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .francjanikotyna {
        max-width: 100%;
    }
}

.bv- {
    border: 2px solid #e50046;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.order-message-form.box {
    display: none !important;
}

.product-miniature .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {
    display: none;
}

.page-list li {
    height: 100%;
    display: flex !important;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.js-search-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-list {
    display: flex;
    align-items: center;
    padding: 0 !important;
    height: 35px;
    overflow: hidden;
    gap: 3px;
    border: 1px solid #000;
    border-radius: 5px;
    justify-content: flex-end;
    max-width: 100vw;
    flex-wrap: wrap;
    width: fit-content;
}

.pagination .col-md-6 {
    display: flex;
    justify-content: flex-end;
}

.page-list li:not(:has(.previous)):not(:has(.next)) {
    aspect-ratio: 1;
}

.page-list li:has(.next) {
    margin: 0;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.page-list li:has(.previous) {
    margin: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.pagination .current a {
    font-size: 1.25rem;
    background-color: #e50046;
    text-decoration: none;
    color: white;
}


#custom-text {
    padding-top:32px
}
#custom-text h2 {
    font-size:28px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:16px;
    margin-top:40px;
    position:relative;
    padding-bottom:12px
}
#custom-text h2:first-child {
    margin-top:0
}
#custom-text h2::after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:60px;
    height:3px;
    background:#e50046;
    border-radius:2px
}
#custom-text p {
    margin-bottom:20px;
    font-size:16px;
    color:#4a5568
}
#custom-text strong {
    color:#e50046;
    font-weight:600
}
#custom-text .link-red {
    color:#e74c3c;
    text-decoration:none;
    font-weight:500;
    transition:all 0.3s ease;
    border-bottom:1px solid transparent
}
#custom-text .link-red:hover {
    color:#c0392b;
    border-bottom:1px solid #e74c3c
}
#custom-text ul {
    list-style:none;
    margin:24px 0;
    padding:0
}
#custom-text ul li {
    padding:8px 0;
    font-size:16px;
    color:#4a5568;
    display:flex;
    align-items:center;
    transition:transform 0.2s ease
}
#custom-text ul li::before {
    content:'✓';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    background:linear-gradient(135deg,#e74c3c,#c0392b);
    color:#fff;
    border-radius:50%;
    margin-right:12px;
    font-weight:700;
    font-size:14px;
    flex-shrink:0
}
#custom-text .highlight-box {
    background:linear-gradient(135deg,#e50046 0%,#ffe8e8 100%);
    border-left:4px solid #e50046;
    padding:20px 24px;
    border-radius:8px;
    margin:24px 0
}
@media (max-width:768px) {
    #custom-text .container {
        padding:30px 24px
    }
    #custom-text h2 {
        font-size:24px
    }
    #custom-text p,
    ul li {
        font-size:15px
    }
}


.blockreassurance_product{
    padding: 0 1.25rem 0;
    margin:0
}

.cart-item{
    border-bottom: 1px solid #ddd;
}

.separator {
    margin: 0;
    border-color: #ddd;
}


.block-promo .promo-input + button {
    width:20%;
    padding-left:0;
    padding-right:0;
    min-width: fit-content;
}

.block-promo .promo-input {
    width: 80%;
}

.qty .input-group-btn-vertical {
    position: absolute;
    width: 100% !important;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

.cart-items .bootstrap-touchspin-down, .cart-items .js-decrease-product-quantity{
    border-radius: 5px 0 0 5px !important;
    padding: .375rem 0.75rem !important;
    height: 38px !important;
    line-height: 1.5 !important;
    order: 1 !important;
    margin: 0 !important;
    width: auto !important;
}

.cart-items button.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-radius: 0px 5px 5px 0px !important;
    padding: 0 0.75rem !important;
    height: 38px !important;
    line-height: 1.5 !important;
    order: 1 !important;
    margin: 0 !important;
    width: auto !important;
    display:flex;
    align-items: center
}

.cart-items button.btn-touchspin.js-touchspin.bootstrap-touchspin-down i,
.cart-items button.btn-touchspin.js-touchspin.bootstrap-touchspin-up i{
    height:100%;
    display:flex;
    align-items: center
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    border-width: 1px 0 1px 0;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "";
    transform:rotate(90deg)
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "";
    transform:rotate(-90deg)
}

.qty .input-group {
    min-width: 122px;
    display: flex;
    justify-content: center;
    position: relative;
}

.js-cart-line-product-quantity {
    height: 38px !important;
    width: 70px !important;
    border-color: var(--eliq-border-light);
    text-align: center
}

.product-line-grid-right > .row > .col-md-10.col-xs-6{
    width: 100%;
    display:flex;
    justify-content: flex-end;
    padding: 0;
}

.product-line-grid-right > .row > .col-md-10.col-xs-6 > .row{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin:0;
    padding-top: 16px;
}

.product-line-grid-right > .row > .col-md-10.col-xs-6 > .row:after{
    display:none;
}

.product-line-grid-body{
    padding-top: 16px;
}

.mobile-menu-title {
    display:none;
}

.mobile-custom-html-content .category-content-center,
.mobile-custom-html-content .category-content-space,
.mobile-custom-html-content .category-content {
    display: flex;
    flex-direction: column !important;
    gap: 16px;
    padding:8px;
}

#js-product-list > .row{
    margin:0 !important;
}

.category-additional-description{
    padding:0;
}

.forgotten-password .form-fields label.required {
    width: fit-content;
}

@media only screen and (max-width: 600px) {
    #submit-login {
        width: 100%;
        font-size: 1rem;
    }
}


#submit-login{
    margin: 0 auto !important;
    display: block;
}

#fbpsc.authentication{
    margin:0;
    padding: 8px 0 0;
}

#fbpsc .btn-google-default {
    padding: 7px 8px;
    color: #757575;
    font-family: Manrope, sans-serif;
    background-color: #fff;
    box-shadow: none;
}

#fbpsc .btn-connect {
    border: 2px solid #B9B9B9;
    padding: 0.5rem 1.25rem;
    border-radius: 5px;
    display:inline-flex;
    justify-content: center;
    margin: 0;
}

#fbpsc .btn-social > :first-child {
    position: static;
    width: 30px;
    height: 20px;
    line-height: 30px;
    margin-left: 0px;
}

#fbpsc .btn-connect .btn-title-connect{
    padding:0;
}


@media only screen and (min-width: 548px) {
    #fbpsc .btn-google-default,
    #submit-login {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    #fbpsc .btn-google-default,
    #submit-login {
        width: 275px;
    }
}

.mobile-nav-item:nth-last-child(1) a,
.nav-items .nav-item:nth-last-child(1) a{
    color:#e50046 !important;
    font-weight: 600;

}




/*.mobile-nav-item:nth-last-child(1) a,*/
/*.nav-items .nav-item:nth-last-child(1) a {*/
/*  color: #ff4d6d;*/
/*  font-weight: 600;*/
/*  position: relative;*/
/*  padding-inline: 12px;*/
/*  transition: color 0.2s ease;*/
/*}*/

/*!* Heart decoration *!*/
/*.mobile-nav-item:nth-last-child(1) a::before,*/
/*.nav-items .nav-item:nth-last-child(1) a::before {*/
/*  content: "❤️";*/
/*  margin-right: 5px;*/
/*  font-size: 0.85em;*/
/*  color: #ff4d6d;*/
/*  animation: heartbeat 1.2s ease-in-out infinite;*/
/*}*/

/*!* Subtle underline *!*/
/*.mobile-nav-item:nth-last-child(1) a::after,*/
/*.nav-items .nav-item:nth-last-child(1) a::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: -2px;*/
/*  left: 6px;*/
/*  right: 0px;*/
/*  height: 2px;*/
/*  background: linear-gradient(90deg, #ff4d6d, #ff85a1);*/
/*  border-radius: 2px;*/
/*}*/

.custom-category-nav .nav-items {
    gap: 12px !important;
}

/* Hover state */
.mobile-nav-item:nth-last-child(1) a:hover,
.nav-items .nav-item:nth-last-child(1) a:hover {
    color: #e0002b;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.3); }
}


.bv-shipping-info {
    background-color: #f8f9fa;
    border-left: 4px solid #e60347;
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

.bv-country-section {
    margin-bottom: 50px;
}

.bv-country-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e60347;
}
.bv-flag {
    width: 45px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.bv-flag-poland {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #dc143c 50%, #dc143c 100%);
}

.bv-flag-germany {
    background: linear-gradient(to bottom, #000000 0%, #000000 33.33%, #dd0000 33.33%, #dd0000 66.66%, #ffce00 66.66%, #ffce00 100%);
}

.bv-flag-netherlands {
    background: linear-gradient(to bottom, #ae1c28 0%, #ae1c28 33.33%, #ffffff 33.33%, #ffffff 66.66%, #21468b 66.66%, #21468b 100%);
}

.bv-flag-france {
    background: linear-gradient(to right, #002395 0%, #002395 33.33%, #ffffff 33.33%, #ffffff 66.66%, #ed2939 66.66%, #ed2939 100%);
}

.bv-flag-italy {
    background: linear-gradient(to right, #009246 0%, #009246 33.33%, #ffffff 33.33%, #ffffff 66.66%, #ce2b37 66.66%, #ce2b37 100%);
}

.bv-flag-spain {
    background: linear-gradient(to bottom, #aa151b 0%, #aa151b 25%, #f1bf00 25%, #f1bf00 75%, #aa151b 75%, #aa151b 100%);
}

.bv-flag-belgium {
    background: linear-gradient(to right, #000000 0%, #000000 33.33%, #fdda24 33.33%, #fdda24 66.66%, #ef3340 66.66%, #ef3340 100%);
}

.bv-delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.bv-delivery-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.bv-delivery-card:hover {
    border-color: #e60347;
}

.bv-delivery-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bv-delivery-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bv-delivery-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bv-delivery-price {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 8px;
    text-align: center;
}

.bv-delivery-price strong {
    color: #e60347;
    font-size: 17px;
}

.bv-delivery-time {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
}

.bv-delivery-note {
    font-size: 13px;
    color: #888;
    text-align: center;
    font-style: italic;
    margin-top: 8px;
}

.bv-free-shipping {
    background-color: #fff;
    border: 2px solid #e60347;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
}

.bv-free-shipping-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.bv-free-shipping-header img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.bv-free-shipping-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #e60347;
    margin: 0;
}

.bv-free-shipping-content {
    display: grid;
    gap: 15px;
}

.bv-free-shipping-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.bv-free-shipping-item:last-child {
    border-bottom: none;
}

.bv-free-label {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 500;
}

.bv-free-value {
    font-size: 18px;
    color: #e60347;
    font-weight: 700;
}

.bv-additional-info {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #4a4a4a;
}

.bv-additional-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.bv-additional-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.bv-additional-info li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
    line-height: 1.6;
}

.bv-contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}

.bv-contact-info a {
    color: #e60347;
    text-decoration: none;
    font-weight: 600;
}

.bv-contact-info a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bv-delivery-grid {
        grid-template-columns: 1fr;
    }

    .bv-free-shipping-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .bv-country-title {
        font-size: 18px;
    }
}
/* ==================== SEKCJA CZAS DOSTAWY - KOSZYK (BIGVAPOTEUR) - NOWY LAYOUT ==================== */

#main .cart-grid .cart-delivery-time-container {
    margin-top: 15px;
}

#main .cart-grid .cart-delivery-time-box {
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #E50046;
    background: #fff;
}

#main .cart-grid .cart-delivery-time-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #E50046;
}

#main .cart-grid .cart-delivery-time-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Rząd 1: Loga */
#main .cart-grid .cart-delivery-logos-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#main .cart-grid .cart-delivery-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

#main .cart-grid .cart-delivery-logo img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
}

/* Rząd 2: Ceny */
#main .cart-grid .cart-delivery-prices-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#main .cart-grid .cart-delivery-price {
    font-size: 14px;
    font-weight: 600;
    color: #E50046;
    text-align: center;
}

/* Rząd 3: Czasy */
#main .cart-grid .cart-delivery-times-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#main .cart-grid .cart-delivery-days {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

/* Responsywność - tablet */
@media (max-width: 768px) {
    #main .cart-grid .cart-delivery-time-box {
        padding: 12px;
    }

    #main .cart-grid .cart-delivery-time-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    #main .cart-grid .cart-delivery-logo {
        height: 45px;
    }

    #main .cart-grid .cart-delivery-price {
        font-size: 13px;
    }

    #main .cart-grid .cart-delivery-days {
        font-size: 12px;
    }
}

/* Responsywność - mobile */
@media (max-width: 480px) {
    #main .cart-grid .cart-delivery-time-box {
        padding: 10px;
    }

    #main .cart-grid .cart-delivery-time-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #main .cart-grid .cart-delivery-logo {
        height: 40px;
    }

    #main .cart-grid .cart-delivery-price {
        font-size: 12px;
    }

    #main .cart-grid .cart-delivery-days {
        font-size: 11px;
    }
}
@media screen and (min-width:1440px){
    #js-delivery > div > div.delivery-options > div.delivery-option-header-wrapper > div > div.col-sm-4.col-xs-12 > span{
        padding-left:50px
    }}


.block_newsletter{
    border: 1px solid #E50046;
    padding: 32px;
    border-radius: 10px;
    max-width: inherit;
    display: flex;
    justify-content: center;
}

.block_newsletter .row{
    max-width: 50rem;
    display: flex;
    align-items: center;
}

.block_newsletter .row .col-md-7 form .row{
    flex-direction: column;
}
.block_newsletter #block-newsletter-label{
    margin: 0;
}

.block_newsletter .row .col-md-7 form .row .col-xs-12 p{
    margin: 0;
}

.block_newsletter .row::after{
    display: none;
}

@media (max-width: 768px){
    .block_newsletter .row{
        flex-direction: column;
        gap: 16px;
    }
    .block_newsletter{
        padding: 16px;
    }
    .block_newsletter #block-newsletter-label{
        text-align: center;
    }
    .block_newsletter .row .col-md-7 form .row .col-xs-12 p{
        text-align: center;
    }
}
ul.mobile-nav-items {
    display: flex;
    flex-direction: column;
}

ul.mobile-nav-items li:last-child {
    order: -1;
}
@media screen and (max-width: 1200px) {
    .add-to-cart span {
        font-size: 13px;
    }

    .header-top {
        border-bottom: 1px solid #e5e5e5;
        border-top: none !important;;
        padding: 0 !important;
    }
}


[for="delivery_option_326"] .carrier-name::after,
[for="delivery_option_327"] .carrier-name::after {
    content: "(max 1000 zł)";
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #c0392b;
    margin-top: 4px;
}

.currency-eur [for="delivery_option_326"] .carrier-name::after,
.currency-eur [for="delivery_option_327"] .carrier-name::after  {
    content: "(max 250 EUR)";
}


@media screen and (max-width: 700px) {
    .container {
        width: 100% !important;
        max-width: 100%;
    }
}#wrapper {
     min-height: calc(110vh - 400px);
 }

.multiprice_container {
    display: none !important;
}
.all-product-link {
    display: none !important;
}

.atc_qty {
    width: 50px;
    border: 1px solid #cecece;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 0;
}

.products.row{
    margin:0 !important
}


#products{
    color: #232323;
}

.qty-max-reached{
    background-color: #ff6561 !important;
    cursor: not-allowed !important;
}

.qty-max-reached.qty_inc svg, .qty-max-reached i{
    fill: #fff !important;
    color: #fff !important;;
}

.about-delivery-trail{
    border: 2px solid #e50046;
    border-radius: 5px;
    padding: 16px 8px;
    text-align: center;
    font-weight: bold;
}

body#checkout section.checkout-step .delivery-options .delivery-option{
    margin-right: 0;
    margin-left: 0;
}

body#checkout section.checkout-step.-current .content{
    padding: 16px;
}

body#checkout section.checkout-step .forgot-password{
    margin-left: 13rem;
}

body#checkout form .form-control-label{
    text-align: left;
}

.product-description {
    min-height: 130px;
}

#header .custom-category-nav .custom-html-submenu {
    top: auto;
    width: 100%;
}

.input-group.focus {
    border-radius: 5px;
}

.bigvapoteur-terms-content h1,.bigvapoteur-terms-content .bigvapoteur-company-info p{
    text-align: center;
}

.bigvapoteur-terms-content .bigvapoteur-section-title{
    padding: 16px 0;
    border-bottom: 1px solid #e50046;
    font-size: 22px;
}


#products .thumbnail-container {
    min-height: 368px;
}

body#checkout #header .header-nav{
    margin-bottom:0px !important
}

.atc_spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 9.525rem;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    bottom: 5rem;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}

.add-to-cart-wrapper-product {
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    height: 38px;
}

.add-to-cart-wrapper-product .add-to-cart {
    border-radius: 20px;
}
.add-to-cart-wrapper-product .add-to-cart i {
    margin: 0;
}

.page-index .product,
.page-search .product {
    width: 20%;
    min-width: 50px;
}

.products-section-title {
    color: var(--bs-gray-800);
    padding: 0 0 10px 0;
    border-bottom: 2px solid #d5d5d5;
    text-align: left !important;
}

#wrapper {
    background: #ffffff;
}

.banner .img-fluid {
    width: 1400px;
}

.footer-container {
    background: rgb(20, 20, 20);
}

.block-contact .navbar-toggler .material-icons,
.footer-container .navbar-toggler,
.footer-container .links .h3,
.footer-container .links .h4,
.footer-container #block_myaccount_infos .myaccount-title a,
.footer-container #contact-infos,
.footer-container li a {
    color: #f2f2f2;
}

@media (max-width: 767px) {
    .footer-container .links ul > li a {
        color: #fff;
        opacity: 0.8;
        font-size: 14px;
    }
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: rgb(20, 20, 20);
    }
    .footer-container .links ul > li {
        border-bottom: none;
    }
    .footer-container {
        padding-top: 0.5rem;
    }
    .links .title {
        border-bottom: none;
    }
    .footer-container .links ul > li {
        padding: 0.325rem 0.625rem;
    }
    #_desktop_logo {
        float: left;
        width: 24%;
    }
}

.top-container{
    display:flex;
    justify-content: space-between
}

.top-container > div{
    min-width:25%;
}

#header .header-nav .right-nav {
    align-items: center;
}

.top-container > .nav1-container{
    min-width:40%;
    flex:1;
    padding:16px 24px;
}

@media (min-width: 768px) {
    .col-md-2 {
        float: left;
        width: 24%;
    }
}

#custom-text {
    text-align: left;
}

#custom-text {
    padding: 0;
}
.carousel .carousel-inner {
    max-height: 590px;
    height: fit-content;
    border-radius: 10px;
}
#header {
    box-shadow: none;
}

#header .header-nav {
    border: none;
}



#header .header-nav .user-info {
    margin: 0;
    padding:8px;
}

#header .header-nav .user-info .account {
    margin-left: 0;
    display:flex;
    align-items: center;
    gap:4px
}
#header a:hover svg {
    fill: #e50046;
    text-decoration: none;
}

#header .header-nav .user-info i{
    width:20px;
    height:20px;
    line-height: 1px
}

#header .header-nav .user-info svg{
    --size: 20px;

    width: var(--size);
    height: var(--size);
}

.blockcart.cart-preview {
    border-radius: 5px;
}

.blockcart svg{
    --size: 20px;

    width: var(--size);
    height: var(--size);
}

.product-miniature .variant-links {
    top: 25px;
}

.product-miniature .highlighted-informations {
    background: none;
}

/* TABELA OPIS */
#product table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}

#product table td {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50%;
}

#product table tr td:nth-child(1) {
    color: #666;
    font-weight: bold;
}

#product table tr td:nth-child(2) {
    color: #0099ff;
}

#product .tab-content div {
    width: 100%;
}

.add-to-cart-wrapper-product .atc_div {
    display: flex;
}

.qty_inc,
.qty_dec {
    border: 1px solid #cecece;
    height: 100%;
    display: grid;
    place-items: center;
    cursor: pointer;
    width: 28px;
}

.qty_inc {
    border-left: none;
    border-radius: 0 20px 20px 0;
}

.qty_dec {
    border-right: none;
    border-radius: 20px 0 0 20px;
}

.qty_inc svg,
.qty_dec svg {
    fill: #7a7a7a;
}



.variant-qty,
.out-of-stock-qty {
    display: none !important;
}

.variant-product,
.out-of-stock {
    flex-grow: 1;
}

.out-of-stock {
    background: transparent;
    color: #e50046;
    border-color: #e50046;
}

.product-flag {
    font-size: 12px !important;
    padding: 0px !important;
    border-radius: 5px;
    display: grid;
    place-items: center;
    padding: 0 5px !important;
    min-width: 2rem;
    min-height: 1.2rem !important;
}

.add-to-cart span {
    font-size: 15px;
}

.add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}



.products .wishlist-button-add {
    display: none;
}
.wishlist-products-list {
    padding-left: 0 !important;
    gap: 1rem !important;
}

.product-flags {
    gap: 5px;
    flex-direction: row;
}

.tab-content ul {
    list-style-type: disc;
    padding-left: 15px;
}

.product-miniature .product-title {
    height: 35px;
}

@media (max-width: 767px) {
    #header .top-logo img {
        width: auto;
        max-height: 20rem;
    }
    .product-miniature .product-title {
        height: 52px;
    }

    .products {
        padding: 0 1px;
    }

    .add-to-cart.out-of-stock i {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .add-to-cart.out-of-stock {
        font-size: 14px;
        gap: 0px;
    }
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
}

.logo-row {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav1-container .custom-category-nav-wrapper{
    display:none
}

@media screen and (max-width:1200px){
    .nav1-container .custom-category-nav-wrapper{
        display:flex !important;
    }

    .logo-row .mobile-nav-toggle{
        display:none !important;
    }

}

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

    #header .header-nav .right-nav {
        display: none
    }
}

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

    #header .header-nav .right-nav{
        /*display:none*/
    }

    .top-container > div{
        display: flex;
        align-items: center
    }

    .hidden-md-up.mobile{
        justify-content: flex-end
    }

    .top-container div.logo {
        flex:1
    }

    #_mobile_cart{
        order:1
    }
}


#header .custom-category-nav-wrapper {
    margin: 0;
}

.logo-row .mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: calc(40% - 2px);
    transform: translateY(-50%);
}

.top-container div.logo {
    display: flex;
    align-items: center;
}

.top-container .logo img{
    max-height: 60px;
    width:auto
}

#header .header-nav {
    max-height: 500px;
}

#header .header-nav > .container > .row{
    margin: 0;
}

#header #sticky-header  > .container > .row{
    margin: 0;
}

#header .header-nav .row .right-nav {
    align-items: center;
    gap: 8px;
    padding: 8px 0 0 0;
}

#my-search-button {
    cursor: pointer;
    padding: 8px;
    user-select: none;
    width:fit-content;
    line-height: 1px;
}

#my-search-button svg{
    --size:20px;

    width:var(--size);
    height:var(--size)
}

@media screen and (min-width: 992px) {
    #my-search-button {
        display: none;
    }


}

@media screen and (max-width: 992px) {
    #search_widget {
        position: fixed;
        top: calc(0px - 65px);
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        padding: 4px;
    }

    #search_widget .search{
        display:none
    }

    .top-container > .nav1-container {
        min-width: fit-content;
        flex: 0;
        padding: 0;
        order:1
    }

    .top-container .logo img{
        max-height:58px;
        padding:4px 0
    }

    #header .header-top {
        padding: 1rem 0 0;
    }

    #my-search-button {
        padding: 7px;
    }

    #my-search-button svg{
        --size:22px;

        width:var(--size);
        height:var(--size)
    }
}

@media screen and (max-width: 430px) {
    .logo-row .logo {
        width: 180px;
    }
}

.header-top {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 8px 0 !important;
}

.toggled {
    top: 0 !important;
}

@media screen and (max-width: 1200px) {
    #search_widget {
        transition: all 0.3s;
        width: 100%;
        display: flex;
        justify-content: center;
        background: white;
    }

    #search_widget {
        width: 100%;
    }

    #header .header-nav .blockcart {
        margin-left: 0rem;
    }
}

.sticky {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    padding: 5px 0 !important;
    background: #fff
}


#search_widget {
    margin-bottom: 0rem;
}
.clear-btn {
    --size:36px;

    background-color: #0d0f12;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    height: var(--size);
    width: var(--size);
    padding:0;
    border: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

.clear-btn svg {
    fill: #7a7a7a;
}

@media (max-width: 991px) {
    .featured-products .products {
        gap: 10px;
        justify-content: flex-start;
    }
    .qty_inc,
    .qty_dec {
        width: 22px;
    }

    .qty_inc svg,
    .qty_dec svg {
        width: 14px;
    }
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 48%;
    }

    .btn-primary,
    .btn-secondary,
    .btn-tertiary {
        padding: 0.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 25%;
    }
}

@media screen and (max-width: 993px) {
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 32%;
    }
}

@media screen and (max-width: 769px) {
    .featured-products .js-product.product,
    .page-search .js-product.product {
        min-width: 48%;
    }
}

#product #qty_form {
    display: flex;
    width: fit-content;
    height: fit-content;
}

#product .atc_qty,
#product #qty_form .qty_buttons {
    height: 40px !important;
}

#product .form-control-select {
    width: 100%;
    border-radius: 20px;
}

#product .add-to-cart {
    height: 40px;
    border-radius: 20px;
}

#product .wishlist-button-add {
    margin-left: 10px !important;
    box-shadow: none !important;
    border: 1px solid #cecece !important;
}

#product .my-add-to-cart {
    display: flex;
    gap: 10px;
    height: fit-content;
}

#product .product-add-to-cart .control-label {
    display: none;
}

#product .product-variants-item .control-label {
    font-weight: 700;
}

#product .current-price-value {
    font-size: 20px;
}

#product .my-add-to-cart {
    width: 100%;
    flex-wrap: wrap;
}

#product .product-information .product-description {
    height: fit-content;
    min-height: 10px;
}

.nav-tabs .nav-link {
    padding: 5px !important;
}

.details-my {
    display: flex;
    width: 100%;
}

.blockreassurance_product .block-title {
    color: rgb(229, 0, 70) !important;
    font-weight: 700;
}

.carousel .carousel-item figure {
    width: 100%;
}

@media (max-width: 991px) {
    .carousel {
        background-color: #fff;
        margin-bottom: 0px;
    }
}

.variant-product {
    border-radius: 20px;
    color: #ffffff;
    background-color: #e50046;
    border-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 440px) {
    .variant-product i {
        display: none;
    }
}

#subcategories {
    display: none !important;
}

.block-category {
    height: fit-content !important;
    min-height: 1px !important;
}

.form-fields .form-group.row:has([for="field-company"]),
.form-fields .form-group.row:has([for="field-vat_number"]),
.form-fields .form-group.row:has([for="field-address2"]),
.form-fields .form-group.row:has([for="field-alias"]) {
    display: none !important;
}

#footer,
#checkout {
    padding: 0px !important;
}

#checkout #_mobile_logo {
    margin: 5px 0 0 5px;
}

.media-body .product-name a,
.js-show-details:hover {
    color: #e50046 !important;
}

.product-line-actions .qty {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: fit-content;
    padding:0;
    gap: 10px;
}

.product-line-actions .price{
    width:fit-content;
    padding:0;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    border-radius: 20px;
}

#cart .js-cart-detailed-actions .btn {
    border-radius: 10px;
}

.order .row .col-xs-2.text-xs-right {
    display: flex;
}

body#checkout
section.checkout-step
.delivery-options
.delivery-option:nth-child(1) {
    border-radius: 10px 10px 0 0;
}

body#checkout
section.checkout-step
.delivery-options
.delivery-option:nth-last-child(-n + 3) {
    border-radius: 0 0 10px 10px;
}

.js-search-input {
    height: 100%;
}
#new-products .js-product,
#search .js-product,
#category .js-product {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    #new-products .js-product,
    #search .js-product,
    #category .js-product {
        width: 33.333%;
    }
}

@media screen and (max-width: 994px) {
    #new-products .js-product,
    #search .js-product,
    #category .js-product {
        width: 50%;
    }
}
@media screen and (max-width: 396px) {
    #new-products .js-product,
    #search .js-product,
    #category .js-product {
        width: 100% !important;
        min-width: 200px !important;
    }
}

.product-miniature .thumbnail-container .product-thumbnail img {
    user-select: none !important;
}

.js-thumb.selected {
    border: 2px solid #cc0033;
    border-radius: 5px;
}

.scroll-box-arrows.scroll * {
    user-select: none !important;
}

body#checkout a:hover {
    color: #b20036 !important;
}
.js-select-closest-machine {
    display: none !important;
}
.carousel-item .caption {
    display: none;
}
.page-content.page-cms {
    font-family: "Manrope", sans-serif !important;
}

.page-content.page-cms * {
    font-family: "Manrope", sans-serif !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form select,
form textarea {
    border-radius: 5px !important;
}

form input[type="submit"],
form button,
form .btn {
    border-radius: 5px !important;
}

#content .btn,
#content button,
#content input[type="submit"] {
    border-radius: 5px !important;
}

#search_widget {
    margin: 0;
    display: flex;
    align-items: center;
    width:100%;
}

#search_widget svg{
    --size:20px;

    width:var(--size);
    height:var(--size);
    fill:white
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
    margin:0;
    padding:0px 4px;
}

#header .header-nav .currency-selector button,
#header .header-nav .language-selector button{
    display:flex;
    gap:4px;
    align-items: center;
}

.language-selector svg{
    --size:16px;

    height:var(--size);
    width:var(--size);
    margin-top: 0;
}

.currency-selector svg{
    --size:16px;

    height:var(--size);
    width:var(--size);
    margin-top: 0;
}

#header .header-nav .blockcart {
    height: auto;
    padding: 8px;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    position: relative
}

#header .header-nav .cart-preview.active{
    background: none
}

#header .header-nav .blockcart .header{
    margin-top: 0;
    max-height: 20px;

}

.blockcart.cart-preview {
    cursor: pointer;
}


#header .header-nav .blockcart .cart-products-count{
    position: absolute;
    top:0;
    color:#fff;
    background: #000;
    padding:0px 6px;
    border-radius: 100px;
    font-size: 12px;
    right: 0;
    line-height: 14px;
    font-weight: 600
}

.js-search-icon {
    cursor: pointer;
}

.product-miniature .thumbnail-container {
    overflow: hidden;
}

.product-miniature img {
    transition: transform 0.3s ease;
}

.product-miniature:hover img {
    transform: scale(1.05);
}
.page-content.page-cms * {
    font-family: "Manrope", sans-serif !important;
}
.about-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

@media (min-width: 1200px) {
    .about-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-box {
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.about-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #f1f1f1;
}

.about-box img {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.about-box:hover img {
    transform: scale(1.1);
}

.about-box h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.about-box p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}
.products-sort-order .select-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5em 1em;
    white-space: nowrap;
}

.products-sort-order .select-title::after {
    margin-left: auto;
}
.company-box {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #4a4a4a;
    max-width: 400px;
    transition: background-color 0.3s ease;
}

.company-box:hover {
    background-color: #e9e9e9;
}

#blockcart-modal .cart-content .btn {
    border-radius: 5px !important;
}

.qty_dec {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.qty_inc {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.btn.out-of-stock {
    border-radius: 5px !important;

    top: 2px;
}

.btn.btn-primary.add-to-cart {
    border-radius: 5px !important;
}

button.btn-primary:disabled,
.btn.btn-primary.add-to-cart:disabled {
    background-color: #7a7a7a !important;
    border-color: #7a7a7a !important;
    color: #ffffff !important;
}
.modal-footer .btn {
    border-radius: 5px !important;
}

#product-modal .modal-content .modal-body .image-caption {
    display: none !important;
}

.product-cover .layer {
    border-radius: 5px !important;
}

header.sticky-header {
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
}

.address-body {
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
}
.address-body:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #f1f1f1;
}
.address-body::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("/img/homeicons/house.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0.9;
}
.delivery-box img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.delivery-box img[src*="dpd_pickup_logo.png"] {
    width: 140px;
}
.about-box.delivery-box {
    display: flex;
    flex-direction: column;
}

.about-box.delivery-box img {
    margin-bottom: 15px;
}

.about-box.delivery-box h5,
.about-box.delivery-box p {
    margin-top: auto;
}
.cookies-header {
    display: flex;

    gap: 15px;
    margin-bottom: 20px;
}

.cookies-header img {
    width: 50px;
    height: 50px;
}

.cookies-header h2 {
    margin: 0;
    font-weight: bold;
}
.company-box {
    color: #7a7a7a;
    font-size: 0.95rem;
    margin-top: 10px;
    line-height: 1.5;
}
.about-box ul,
.about-box ol {
    color: #7a7a7a !important;
    font-size: 0.95rem;
}

header.sticky-header.sticky {
    margin-bottom: 133px !important;
}
.lb-result__action-item.lb-result__prices {
    text-align: center !important;
}
.products-sort-order .select-title {
    border-radius: 5px !important;
}
.dropdown-menu {
    border-radius: 5px !important;
}
.age-form button {
    border-radius: 5px !important;
}
.popup-ok-button {
    border-radius: 5px !important;
}
.delivery-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    word-wrap: break-word;
}
.francjanikotyna {
    max-width: 66%;
    padding: 10px;
}
#main > div.francjanikotyna > img {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .francjanikotyna {
        max-width: 100%;
    }
}

.bv- {
    border: 2px solid #e50046;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.order-message-form.box {
    display: none !important;
}

.product-miniature .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {
    display: none;
}

.page-list li {
    height: 100%;
    display: flex !important;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.js-search-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-list {
    display: flex;
    align-items: center;
    padding: 0 !important;
    height: 35px;
    overflow: hidden;
    gap: 3px;
    border: 1px solid #000;
    border-radius: 5px;
    justify-content: flex-end;
    max-width: 100vw;
    flex-wrap: wrap;
    width: fit-content;
}

.pagination .col-md-6 {
    display: flex;
    justify-content: flex-end;
}

.page-list li:not(:has(.previous)):not(:has(.next)) {
    aspect-ratio: 1;
}

.page-list li:has(.next) {
    margin: 0;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.page-list li:has(.previous) {
    margin: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.pagination .current a {
    font-size: 1.25rem;
    background-color: #e50046;
    text-decoration: none;
    color: white;
}


#custom-text {
    padding-top:32px
}
#custom-text h2 {
    font-size:28px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:16px;
    margin-top:40px;
    position:relative;
    padding-bottom:12px
}
#custom-text h2:first-child {
    margin-top:0
}
#custom-text h2::after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:60px;
    height:3px;
    background:#e50046;
    border-radius:2px
}
#custom-text p {
    margin-bottom:20px;
    font-size:16px;
    color:#4a5568
}
#custom-text strong {
    color:#e50046;
    font-weight:600
}
#custom-text .link-red {
    color:#e74c3c;
    text-decoration:none;
    font-weight:500;
    transition:all 0.3s ease;
    border-bottom:1px solid transparent
}
#custom-text .link-red:hover {
    color:#c0392b;
    border-bottom:1px solid #e74c3c
}
#custom-text ul {
    list-style:none;
    margin:24px 0;
    padding:0
}
#custom-text ul li {
    padding:8px 0;
    font-size:16px;
    color:#4a5568;
    display:flex;
    align-items:center;
    transition:transform 0.2s ease
}
#custom-text ul li::before {
    content:'✓';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    background:linear-gradient(135deg,#e74c3c,#c0392b);
    color:#fff;
    border-radius:50%;
    margin-right:12px;
    font-weight:700;
    font-size:14px;
    flex-shrink:0
}
#custom-text .highlight-box {
    background:linear-gradient(135deg,#e50046 0%,#ffe8e8 100%);
    border-left:4px solid #e50046;
    padding:20px 24px;
    border-radius:8px;
    margin:24px 0
}
@media (max-width:768px) {
    #custom-text .container {
        padding:30px 24px
    }
    #custom-text h2 {
        font-size:24px
    }
    #custom-text p,
    ul li {
        font-size:15px
    }
}


.blockreassurance_product{
    padding: 0 1.25rem 0;
    margin:0
}

.cart-item{
    border-bottom: 1px solid #ddd;
}

.separator {
    margin: 0;
    border-color: #ddd;
}


.block-promo .promo-input + button {
    width:20%;
    padding-left:0;
    padding-right:0;
    min-width: fit-content;
}

.block-promo .promo-input {
    width: 80%;
}

.qty .input-group-btn-vertical {
    position: absolute;
    width: 100% !important;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

.cart-items .bootstrap-touchspin-down, .cart-items .js-decrease-product-quantity{
    border-radius: 5px 0 0 5px !important;
    padding: .375rem 0.75rem !important;
    height: 38px !important;
    line-height: 1.5 !important;
    order: 1 !important;
    margin: 0 !important;
    width: auto !important;
}

.cart-items button.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-radius: 0px 5px 5px 0px !important;
    padding: 0 0.75rem !important;
    height: 38px !important;
    line-height: 1.5 !important;
    order: 1 !important;
    margin: 0 !important;
    width: auto !important;
    display:flex;
    align-items: center
}

.cart-items button.btn-touchspin.js-touchspin.bootstrap-touchspin-down i,
.cart-items button.btn-touchspin.js-touchspin.bootstrap-touchspin-up i{
    height:100%;
    display:flex;
    align-items: center
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    border-width: 1px 0 1px 0;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "";
    transform:rotate(90deg)
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "";
    transform:rotate(-90deg)
}

.qty .input-group {
    min-width: 122px;
    display: flex;
    justify-content: center;
    position: relative;
}

.js-cart-line-product-quantity {
    height: 38px !important;
    width: 70px !important;
    border-color: var(--eliq-border-light);
    text-align: center
}

.product-line-grid-right > .row > .col-md-10.col-xs-6{
    width: 100%;
    display:flex;
    justify-content: flex-end;
    padding: 0;
}

.product-line-grid-right > .row > .col-md-10.col-xs-6 > .row{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin:0;
    padding-top: 16px;
}

.product-line-grid-right > .row > .col-md-10.col-xs-6 > .row:after{
    display:none;
}

.product-line-grid-body{
    padding-top: 16px;
}

.mobile-menu-title {
    display:none;
}

.mobile-custom-html-content .category-content-center,
.mobile-custom-html-content .category-content-space,
.mobile-custom-html-content .category-content {
    display: flex;
    flex-direction: column !important;
    gap: 16px;
    padding:8px;
}

#js-product-list > .row{
    margin:0 !important;
}

.category-additional-description{
    padding:0;
}

.forgotten-password .form-fields label.required {
    width: fit-content;
}

@media only screen and (max-width: 600px) {
    #submit-login {
        width: 100%;
        font-size: 1rem;
    }
}


#submit-login{
    margin: 0 auto !important;
    display: block;
}

#fbpsc.authentication{
    margin:0;
    padding: 8px 0 0;
}

#fbpsc .btn-google-default {
    padding: 7px 8px;
    color: #757575;
    font-family: Manrope, sans-serif;
    background-color: #fff;
    box-shadow: none;
}

#fbpsc .btn-connect {
    border: 2px solid #B9B9B9;
    padding: 0.5rem 1.25rem;
    border-radius: 5px;
    display:inline-flex;
    justify-content: center;
    margin: 0;
}

#fbpsc .btn-social > :first-child {
    position: static;
    width: 30px;
    height: 20px;
    line-height: 30px;
    margin-left: 0px;
}

#fbpsc .btn-connect .btn-title-connect{
    padding:0;
}


@media only screen and (min-width: 548px) {
    #fbpsc .btn-google-default,
    #submit-login {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    #fbpsc .btn-google-default,
    #submit-login {
        width: 275px;
    }
}

.mobile-nav-item:nth-last-child(1) a,
.nav-items .nav-item:nth-last-child(1) a{
    color:#e50046 !important;
    font-weight: 600;

}




/*.mobile-nav-item:nth-last-child(1) a,*/
/*.nav-items .nav-item:nth-last-child(1) a {*/
/*  color: #ff4d6d;*/
/*  font-weight: 600;*/
/*  position: relative;*/
/*  padding-inline: 12px;*/
/*  transition: color 0.2s ease;*/
/*}*/

/*!* Heart decoration *!*/
/*.mobile-nav-item:nth-last-child(1) a::before,*/
/*.nav-items .nav-item:nth-last-child(1) a::before {*/
/*  content: "❤️";*/
/*  margin-right: 5px;*/
/*  font-size: 0.85em;*/
/*  color: #ff4d6d;*/
/*  animation: heartbeat 1.2s ease-in-out infinite;*/
/*}*/

/*!* Subtle underline *!*/
/*.mobile-nav-item:nth-last-child(1) a::after,*/
/*.nav-items .nav-item:nth-last-child(1) a::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: -2px;*/
/*  left: 6px;*/
/*  right: 0px;*/
/*  height: 2px;*/
/*  background: linear-gradient(90deg, #ff4d6d, #ff85a1);*/
/*  border-radius: 2px;*/
/*}*/

.custom-category-nav .nav-items {
    gap: 12px !important;
}

/* Hover state */
.mobile-nav-item:nth-last-child(1) a:hover,
.nav-items .nav-item:nth-last-child(1) a:hover {
    color: #e0002b;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.3); }
}


.bv-shipping-info {
    background-color: #f8f9fa;
    border-left: 4px solid #e60347;
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

.bv-country-section {
    margin-bottom: 50px;
}

.bv-country-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e60347;
}
.bv-flag {
    width: 45px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.bv-flag-poland {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #dc143c 50%, #dc143c 100%);
}

.bv-flag-germany {
    background: linear-gradient(to bottom, #000000 0%, #000000 33.33%, #dd0000 33.33%, #dd0000 66.66%, #ffce00 66.66%, #ffce00 100%);
}

.bv-flag-netherlands {
    background: linear-gradient(to bottom, #ae1c28 0%, #ae1c28 33.33%, #ffffff 33.33%, #ffffff 66.66%, #21468b 66.66%, #21468b 100%);
}

.bv-flag-france {
    background: linear-gradient(to right, #002395 0%, #002395 33.33%, #ffffff 33.33%, #ffffff 66.66%, #ed2939 66.66%, #ed2939 100%);
}

.bv-flag-italy {
    background: linear-gradient(to right, #009246 0%, #009246 33.33%, #ffffff 33.33%, #ffffff 66.66%, #ce2b37 66.66%, #ce2b37 100%);
}

.bv-flag-spain {
    background: linear-gradient(to bottom, #aa151b 0%, #aa151b 25%, #f1bf00 25%, #f1bf00 75%, #aa151b 75%, #aa151b 100%);
}

.bv-flag-belgium {
    background: linear-gradient(to right, #000000 0%, #000000 33.33%, #fdda24 33.33%, #fdda24 66.66%, #ef3340 66.66%, #ef3340 100%);
}

.bv-delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.bv-delivery-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.bv-delivery-card:hover {
    border-color: #e60347;
}

.bv-delivery-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bv-delivery-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bv-delivery-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bv-delivery-price {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 8px;
    text-align: center;
}

.bv-delivery-price strong {
    color: #e60347;
    font-size: 17px;
}

.bv-delivery-time {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
}

.bv-delivery-note {
    font-size: 13px;
    color: #888;
    text-align: center;
    font-style: italic;
    margin-top: 8px;
}

.bv-free-shipping {
    background-color: #fff;
    border: 2px solid #e60347;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
}

.bv-free-shipping-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.bv-free-shipping-header img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.bv-free-shipping-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #e60347;
    margin: 0;
}

.bv-free-shipping-content {
    display: grid;
    gap: 15px;
}

.bv-free-shipping-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.bv-free-shipping-item:last-child {
    border-bottom: none;
}

.bv-free-label {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 500;
}

.bv-free-value {
    font-size: 18px;
    color: #e60347;
    font-weight: 700;
}

.bv-additional-info {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #4a4a4a;
}

.bv-additional-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.bv-additional-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.bv-additional-info li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
    line-height: 1.6;
}

.bv-contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}

.bv-contact-info a {
    color: #e60347;
    text-decoration: none;
    font-weight: 600;
}

.bv-contact-info a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bv-delivery-grid {
        grid-template-columns: 1fr;
    }

    .bv-free-shipping-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .bv-country-title {
        font-size: 18px;
    }
}
/* ==================== SEKCJA CZAS DOSTAWY - KOSZYK (BIGVAPOTEUR) - NOWY LAYOUT ==================== */

#main .cart-grid .cart-delivery-time-container {
    margin-top: 15px;
}

#main .cart-grid .cart-delivery-time-box {
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #E50046;
    background: #fff;
}

#main .cart-grid .cart-delivery-time-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #E50046;
}

#main .cart-grid .cart-delivery-time-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Rząd 1: Loga */
#main .cart-grid .cart-delivery-logos-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#main .cart-grid .cart-delivery-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

#main .cart-grid .cart-delivery-logo img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
}

/* Rząd 2: Ceny */
#main .cart-grid .cart-delivery-prices-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#main .cart-grid .cart-delivery-price {
    font-size: 14px;
    font-weight: 600;
    color: #E50046;
    text-align: center;
}

/* Rząd 3: Czasy */
#main .cart-grid .cart-delivery-times-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#main .cart-grid .cart-delivery-days {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

/* Responsywność - tablet */
@media (max-width: 768px) {
    #main .cart-grid .cart-delivery-time-box {
        padding: 12px;
    }

    #main .cart-grid .cart-delivery-time-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    #main .cart-grid .cart-delivery-logo {
        height: 45px;
    }

    #main .cart-grid .cart-delivery-price {
        font-size: 13px;
    }

    #main .cart-grid .cart-delivery-days {
        font-size: 12px;
    }
}

/* Responsywność - mobile */
@media (max-width: 480px) {
    #main .cart-grid .cart-delivery-time-box {
        padding: 10px;
    }

    #main .cart-grid .cart-delivery-time-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #main .cart-grid .cart-delivery-logo {
        height: 40px;
    }

    #main .cart-grid .cart-delivery-price {
        font-size: 12px;
    }

    #main .cart-grid .cart-delivery-days {
        font-size: 11px;
    }
}
@media screen and (min-width:1440px){
    #js-delivery > div > div.delivery-options > div.delivery-option-header-wrapper > div > div.col-sm-4.col-xs-12 > span{
        padding-left:50px
    }}


.block_newsletter{
    border: 1px solid #E50046;
    padding: 32px;
    border-radius: 10px;
    max-width: inherit;
    display: flex;
    justify-content: center;
}

.block_newsletter .row{
    max-width: 50rem;
    display: flex;
    align-items: center;
}

.block_newsletter .row .col-md-7 form .row{
    flex-direction: column;
}
.block_newsletter #block-newsletter-label{
    margin: 0;
}

.block_newsletter .row .col-md-7 form .row .col-xs-12 p{
    margin: 0;
}

.block_newsletter .row::after{
    display: none;
}

@media (max-width: 768px){
    .block_newsletter .row{
        flex-direction: column;
        gap: 16px;
    }
    .block_newsletter{
        padding: 16px;
    }
    .block_newsletter #block-newsletter-label{
        text-align: center;
    }
    .block_newsletter .row .col-md-7 form .row .col-xs-12 p{
        text-align: center;
    }
}
ul.mobile-nav-items {
    display: flex;
    flex-direction: column;
}

ul.mobile-nav-items li:last-child {
    order: -1;
}
@media screen and (max-width: 1200px) {
    .add-to-cart span {
        font-size: 13px;
    }

    .header-top {
        border-bottom: 1px solid #e5e5e5;
        border-top: none !important;;
        padding: 0 !important;
    }
}


[for="delivery_option_326"] .carrier-name::after,
[for="delivery_option_327"] .carrier-name::after {
    content: "(max 1000 zł)";
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #c0392b;
    margin-top: 4px;
}

.currency-eur [for="delivery_option_326"] .carrier-name::after,
.currency-eur [for="delivery_option_327"] .carrier-name::after  {
    content: "(max 250 EUR)";
}


@media screen and (max-width: 700px) {
    .container {
        width: 100% !important;
        max-width: 100%;
    }
}






#wrapper .breadcrumb li::after {
    margin: 0.3125rem;
    color: #8A8F96;
    content: ">";
    font-weight: 600
}

#wrapper .breadcrumb li a{
    color:#C9003E;
    font-weight: 500
}

#wrapper .breadcrumb li:last-child {
    color: #0D0F12;
}