.delete-product-from-cart:hover {
    cursor: pointer;
}

#addToCartModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-weight: 500;
    color: #373f50;
    font-size: 20px;
}

#addToCartModal h3 {
    font-weight: 500;
    color: #373f50;
    font-size: 20px;
}

#addToCartModal .modal-content {
    max-width: 1200px;
    height: 700px;
}

.modal-body .step {
    background-color: #e5e5e5;
    color: black;
    text-align: left;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
}

.modal-body .step:hover {
    cursor: pointer;
}


@media (max-width: 768px) {

    #addToCartModal .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: none;
        margin-left: 0;
    }

    #addToCartModal .modal-content {
        height: 100vh;
    }

    .modal-body .step {
        max-width: 100%;
        margin-bottom: 2px;
        flex: none;
    }
}

.attributes-container {
    overflow: auto;
    max-height: 80%;
}

.attributes-container .card:hover {
    border-color: #0BB7AF;
}

.attributes-container ~ .row {
    overflow-y: scroll;
}

.modal-body .attribute {
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 12px;
}

.modal-body .attribute:hover {
    border: 1px solid #00A552;
    cursor: pointer;
}

.modal-body .attribute .attribute-img-wrapper {
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.modal-body .attribute img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-body .attribute-title {
    padding: 5px 1px;
    font-weight: 600 !important;
    border-top: 1px solid #efefef;
}

.modal-body .image-preview img {
    padding-left: 3px;
}

.modal-body {
    height: 80%;
}

#addToCartSidebar .modal-footer {
    height: 24%;
    z-index: 99;
    background: white;
    bottom: 0px;
    position: absolute;
}

.selectedAttributeImg img {
    max-height: 65px;
}

@media (min-width: 968px) and (max-width: 1200px) {
    #addToCartModal .modal-dialog {
        width: 95%;
        max-width: none;
    }
}

@media (min-width: 577px) and (max-width: 968px) {
    #addToCartModal .modal-dialog {
        width: 100%;
        max-width: none;
    }
}


#addToCartModal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider-handle {
    background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
}

/* Styl dla slider-handle */
.slider .slider-handle {
    background-color: transparent;
    border: 4px solid #b9b9b9;
    box-shadow: none;
}

/* Styl dla slider-handle */
.slider .slider-handle {
    width: 15px; /* Szerokość kółka */
    height: 15px; /* Wysokość kółka */
    /* Pozostałe style dla kółka (np. obramowanie) */
}

/* Styl dla track slidera */
.slider .slider-track {
    height: 6px !important; /* Zmniejszenie wysokości track */
    /* Pozostałe style dla track (np. kolor) */
}

/* Styl dla track high (opcjonalnie, jeśli używasz zakresu) */
.slider .slider-track-high {
    height: 6px !important; /* Zmniejszenie wysokości dla wyższej części track */
}

.slider-selection {
    background-image: linear-gradient(to bottom, #e6e6e6, #e6e6f6) !important;
}


/* Możesz też dodać style dla stanu hover lub focus */
.slider .slider-handle:hover,
.slider .slider-handle:focus {
    border-color: #007bff; /* Zmiana koloru obramowania przy hover lub focus */
}


.attribute-group-wrapper {
    border-bottom: 2px solid #00a552;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    min-height: 55px;
}

.attribute-group-wrapper:hover {
    cursor: pointer;
    border-bottom: 3px solid #00a552;
    color: black;
}

.attribute-group-wrapper.selected {
    border-bottom: 3px solid #a7a9ac;
}

.attribute-wrapper-icon {
    right: 15px;
    color: red;
}

.attribute-group-wrapper.selected .attribute-wrapper-icon {
    color: #00a552;
}

.attribute-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 13px;
    text-align: center;
    font-weight: 400;
}

.attribute-wrapper img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.attribute-wrapper:hover {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.attribute-wrapper:hover img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #00A552;
}

#addToCartSidebar .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    /*width: 550px;*/
    min-width: 300px;
    max-width: 550px;
    height: 100%;
    z-index: 99999;
}

#addToCartSidebar .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

#addToCartSidebar .attribute-name {
    font-size: 12px;
    font-weight: bold;
}

#addToCartSidebar .card-body {
    overflow-y: scroll;
    overflow-x: hidden;
    /*max-height: 80vh;*/
    margin-right: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.primary-color {
    color: #00A552;
}

.sidebarChevronDown {
    right: 20px;
    bottom: 16px;
}

#addToCartSidebar .card-header {
    background: none;
}

#addToCartSidebar .card-header:hover {
    cursor: pointer;
}

.category-child {
    border: 1px solid #dfdfdf;
    text-align: center;
}

.category-child:hover {
    box-shadow: inset 0 0 15px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
}

.category-child h4 {
    color: #393c39;
    font-weight: 400;
    font-size: 0.875rem;
}

.card .addProductToWishlist {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 3px rgb(0 0 0 / 21%);
    padding: 10px;
    transition: .35s;
}

.card .addProductToWishlist:hover {
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
    cursor: pointer;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    #addToCartSidebar .modal-dialog {
        width: 550px;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.product-variant-wrapper {
    border: 1px solid #a7a9ac;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    min-height: 55px;
}

.product-variant:hover img, .product-variant-active img {
    border: 2px solid #00A552;
}

.show-all-variants, .hide-all-variants {
    background: #EDEDED;
    font-size: 16px;
    font-weight: 500;
}

.show-all-variants:hover, .hide-all-variants:hover {
    cursor: pointer;
}

.attribute-group-show-wrapper {
    border: 1px solid #a7a9ac;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    min-height: 55px;
}

.attribute-group-show-wrapper .active, .variants-show-wrapper .active {
    border: 2px solid #00A552;
}

.attribute-zoom, .variants-zoom {
    width: 235px;
    background: #ffffff;
    top: 0;
    left: -240px;
    border: 1px solid #a7a9ac;
    padding: 15px;
}

input[name="s"] {
    border: 1px solid #00A552;
}

.search-icon {
    border-left: 1px solid #00A552;
    padding-left: 20px;
}


.category-list:hover {
    cursor: pointer;
}

.category-list a:hover {
    background: #F3F3F3;
}

.category-list span {
    color: #00A552;
    font-size: 12px;
}

.product .card-body {
    flex: unset !important;
}

.show-delivery-details {
    cursor: pointer;
}

.promo-price {
    color: red;
    font-size: 1.15em; /* większy rozmiar */
}

.old-price {
    color: grey;
    text-decoration: line-through;
    font-size: 0.8em; /* mniejszy rozmiar */
}

.fs-75r {
    font-size: .75rem !important;
}

.fs-8125r {
    font-size: .8125rem;
}

.fs-875r {
    font-size: .875rem !important;
}

.fs-90625r {
    font-size: .90625rem;
}

.fw-9375r {
    font-size: .9375rem;
}

.fs-1r {
    font-size: 1rem !important;
}

.fs-125r {
    font-size: 1.25rem !important;
}

.fs-1-5-r {
    font-size: 1.5rem !important;
}

.main-header div.menu-links {
    border: none !important;
    margin-top: -20px;
}

.main-header div.phone-links {
    margin-top: 0px;
}

.color-white {
    color: #fff !important;
}

.color-gray {
    color: #757575 !important;
}

.dropdown-item {
    font-size: 0.75rem;
    font-weight: 500;
}

.breadcrumb-item {
    font-size: 12px;
    color: #757575;
    font-weight: 500;
}

.category-child h4 {
    color: #393c39;
    font-size: .875rem;
    font-weight: 400;
}

.setFilters {
    border-radius: 4px !important;
    font-size: .75rem !important;
}

[name="sortBy"] {
    font-size: .8125rem;
    font-weight: 400;
}

.page-link {
    font-size: .75rem !important;
}

.show-all-categories, .show-all-interiors {
    cursor: pointer;
}

.color-red {
    color: #D2293C;
}


/*Labels*/
.product-label {
    top: 5%;
    padding: 1px 0px;
    font-size: small;
    width: 32%;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
}

.product-label.promotion {
    background-color: green;
    color: white;
}
@media (max-width: 768px) {
    .interior-item a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .9375rem;
        font-weight: 500 !important;
    }
}
