.pointer-events-none{
    pointer-events: none;
}
#search_results1, #search_results2,#search_results3 {
    display: none;
    margin-left: -20px;
    max-height: 473px;
    overflow-y: scroll;
}
#search_results1,#search_results2,#search_results3{
    background: white!important;
    position: absolute;
    left: 0;
    margin-top: 50px!important;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px!important;
}
#search_results1 ul,#search_results2 ul,#search_results3 ul{
    margin:0!important;
}
#search_results1.active, #search_results2.active {
    display: block;
    width: 100%;
    padding: 10px;
    position: absolute;
    z-index: 6;
}
#search_results3.active{
    display: block;
    width: 100%;
    padding: 15px!important;
    position: absolute;
    z-index: 6;
    background: rgba(255,255,255,0.9)!important;
}
.productBOX{
    max-width: 374px;
}
.recommendations  {
    /*grid-template-columns: repeat(4, 1fr);*/
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: left;
}
.recommendations .ajax_product_box{
    width: 100%;
    max-width: 340px;
}
.recommendations .card-text.m-0.fs-5{
    display: block;
    width: 100%;
}
.recommendations .ajax_product_box:nth-child(n+5){
    display: none;
}


.product-pair {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recommendations  {
    overflow: hidden;
    /*max-height: 520px;*/
}
.owl-stage{
    display: flex;
}
.recommendation-work-carousel, .latest-work-carousel, .rabateartist-work-carousel{
    padding: 45px 15px;
    overflow-x: hidden;
}

.small-product {
    display: flex;
    width: 100%;
    max-width: 518px;
    padding: 3px;
    border: 1px solid #EFEFEF;
}
.float-start {
    float: left !important;
}
.position-relative {
    position: relative !important;
}
.small-product img{
    max-width: 80px;
    padding: 10px!important;
}
.search-result ul{
    list-style: none;
    padding-left: 0!important;
}
.small-product h5, .small-product a{
    font-family: "canto", sans-serif;
    color: var(--bs-card-title-color);
    text-decoration: none;
}
.small-product h5{
    margin-top: 8px!important;
}
.table_admin_orders tr td {
    background-color: rgba(185, 185, 185, 4%);
}
.table_admin_orders tr td[colspan="6"] {
    background-color: white;
}
.table_admin_orders th {
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table_admin_orders td {
    vertical-align: middle;
    border: 0;
}

.table_admin_orders tr > td:last-of-type a{
    display: flex;
    align-items: center;
    color: #5B5B5B!important;
    font-size: 14px;
    text-decoration: none;
}

.table_admin_orders .badge {
    font-size: 14px;
}
.table_admin_orders tr{
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.panel-body .btn {
    background-color: #F6F6F6;
    border-color: #D1D1D1;
}

.panel-body .btn.active, .panel-body .btn:hover {
    background-color: var(--bs-primary);
    color: white;
}

.collection-box  {
    position: relative;
    width: 148px;
    height: 148px;
}

.collection-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 148px));
    gap: 25px; /* Opcjonalnie - odstępy między elementami */
}

@media only screen and (max-width: 991px) {

    .recommendations  {
        /*grid-template-columns: repeat(4, 1fr);*/

        justify-content: center!important;
    }

    .collection-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .collection-box {
        height: 70px;
    }
}

.collection-list > a.collection-box:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '\2b';
    background-color: rgba(16, 121, 121, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 42px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}


#collection_product_chosen.chosen-container-multi .chosen-container {
    font-size: 16px!important;
}

#collection_product_chosen.chosen-container-multi .chosen-choices {
    border-radius: 30px!important;
    font-size: 16px!important;
    background-image: unset!important;
    padding: 0 1rem;
}

.account-search input::placeholder {
    color: var(--bs-gray);
}

.work-photo-list {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, 1fr);
}
.main-photo {
    position: relative;
    margin-bottom: 7px;
}

.set-main-photo {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: #107979;
    cursor: pointer;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    font-style: normal!important;
    font-variant: normal;
    text-rendering: auto;
}
.set-main-photo.active {
    font-weight: 900;
}
.set-main-photo i {
    font-style: normal!important;
}
.work-gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.work-gallery .work-photo-list img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.work-options {
    font-size: 18px;
}

.work-options .form-check {
    margin-bottom: 10px;
}

.work-options  .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: '';
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    gap: 3px;
}

.tag-list .tag {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #D2D2D2;
    padding: 5px 10px;
    border-radius: 1.5rem;
    width: fit-content;
    cursor: pointer;
}

.tag-list .tag {
    border: 1px solid #D2D2D2;
    padding: 5px 10px;
    border-radius: 1.5rem;
    width: fit-content;
    cursor: pointer;
}
.tag-list .tag i {
    font-size: 12px;
    margin-left: 9px;
}

.tag-list .tag:hover {
    border-color: var(--bs-btn-hover-border-color);
}

.add-tag-form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border: 2px solid #107979;
    border-radius: 50%;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.sales_commission p {
    font-size: 14px;
    padding: 22px;
}
.sales_commission div {
    font-size: 16px;
    padding: 22px;
    border-radius: 2rem;
}

.sales_commission div span {
    font-size: 18px;
}

.sales_commission {
    display: flex;
    border-radius: 2rem;
    align-items: center;
}

/*****************************************
                CART
******************************************/
.cart_div .d {
    height: 100%;
}
.header_cart {
    background: #EFEFEF;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 25px;
}
.product_img_inside_cart {
    border: 1px solid #B9B9B952;
    overflow: hidden;
    width: 100%;
    max-width: 115px;
    height: 100%;
    max-height: 100px;
    background: #fff;
}
.CART_PART_1{
    width: 100%;
}
.CART_PART_2{
    height: 100%;
    width: 100%;
}
.CART_PART_2>div.d{
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
}
.CART_PART_2 .number-input{
    display: table-cell;
    vertical-align: middle;
}
.CART_PART_2 .number-input{
    font-size: 12px;
    color: #272727;
    font-family: LFranklin-r;
}
.CART_PART_2 .number-input input{
    text-align: center;
    border-radius: 5px;
    border: 1px solid #6E6E6E;
    margin-top: 8px;
}
.CART_PART_2 .number-input small{
    display: block;
    text-align: center;
    color: #B9B9B9!important;
    font-size: 10px;
    line-height: 12px;
    font-family: LFranklin-l;
}
.CART_PART_3{
    width: 100%;
}
.CART_PART_3 div.d{
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    min-height: 120px;
}
.CART_PART_3 div span{
    display: table-cell;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.CART_PART_4{
    width: 100%;
}
.CART_PART_4 div.d{
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    min-height: 120px;
}
.CART_PART_4 div span{
    display: table-cell;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.CART_PART_5{
    width: 100%;
}
.CART_PART_5 div.d{
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    min-height: 120px;
}
.CART_PART_5 div span{
    display: table-cell;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.CART_PART_6{
    width: 100%;
}
.CART_PART_6 div.d{
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    min-height: 120px;
}
.CART_PART_6 div span{
    display: table-cell;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.CART_PART_7{
    width: 100%;
}
.CART_PART_7 div.d{
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    min-height: 120px;
}
.CART_PART_7 div span{
    display: table-cell;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.CART_PART_8{
    width: 100%;
}
.CART_PART_8 div.d{
    height: 100%;
    width: 100%;
    display: table;
    min-height: 120px;
}
.CART_PART_8 div span{
    display: table-cell;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.go_cart_button_mobile .button-primary {
    color: white!important;
}
.go_cart_button_mobile .button-primary:hover {
    background-color: var(--gray);
}
.delete-from-cart i {
    color: #AFAFAF;
    font-size: 20px;
}
.sprice {
    font-size: 14px;
    color: #4E4C4C;
    font-family: var(--f_bold);
}
.sprice s {
    color: #4E4C4C;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--red);
}
.sprice span {
    color: var(--red);
}
.summary {
    border: 1px solid var(--bs-primary);
    font-size: 18px;
}
.summary .subtotal span {
    font-size: 22px;
}

.rabate-form form {
    position: relative;
}
.rabate-form form #c_f {
    width: 100%;
    border: 1px solid #AFAFAF;
    padding: 15px 10px;
    height: 60px;
}
.rabate-form form #c_l {
    position: absolute;
    padding: 9px 27px;
    background-color: #EFEFEF;
    color: #4C4A47;
    border: 0;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.rabate-form strong {
    color: var(--bs-primary);
}


/*****************************************
                PAGINATION
******************************************/
.pagination {
    justify-content: end;
    margin: 0;
    padding-bottom: 40px;
}

.pagination a, .pagination strong {
    margin-left: 2px;
    margin-right: 2px;
}
.pagination.t_right{
    /*width: 100%;*/
    text-align: center;
    /*justify-content: center;*/
}


/*.pagination > * {*/
/*    font-size: 24px;*/
/*}*/
/*.pagination a, .pagination strong {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #fff;*/
/*    width: 34px;*/
/*    height: 35px;*/
/*    line-height: 40px;*/
/*    padding: 0;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    border: 1px solid #C5C5C5;*/
/*}*/

/*.pagination a:hover, .pagination strong {*/
/*    background-color: var(--bs-primary);*/
/*    border: 1px solid var(--bs-primary);*/
/*    color: white!important;*/
/*}*/
/*.pagination__next a {*/
/*    width: 128px;*/
/*    margin-left: 10px;*/
/*    background-color: var(--white);*/
/*    border: 1px solid #C5C5C5;*/
/*    color: var(--bs-primary)!important;*/
/*    text-transform: uppercase;*/
/*}*/
/*.pagination__next a:hover {*/
/*    background-color: var(--bs-primary);*/
/*    color: #4C4A48!important;*/
/*}*/
/*.pagination__prev a {*/
/*    background-color: transparent;*/
/*    color: var(--bs-primary);*/
/*    border: 0;*/
/*}*/
/*.pagination__prev a:hover {*/
/*    border: 0!important;*/
/*}*/

.stat-box i {
    width: 80px;
    height: 80px;
}
.fit-content {
    width: fit-content;
}
.notification {
    display: flex;
}
.notification .opt_check, .notification .opt_delete{
    cursor: pointer;
}

.notification .opt_check:hover, .notification .opt_delete :hover{
    color: var(--bs-primary);
}
.primar_color{
    color: var(--bs-primary) !important;
}
.cursor_click {
    cursor: pointer;
}


.work-item-wrap.promotion {
    -webkit-box-shadow: 3px 3px 6px 4px rgba(17, 120, 120, 1);
    -moz-box-shadow: 3px 3px 6px 4px rgba(17, 120, 120, 1);
    box-shadow: 3px 3px 6px 4px rgba(17, 120, 120, 1);
}

.list_cart_delv{
list-style: none;
    margin-top: 10px;
    padding-left: 0!important;
}
.list_cart_delv li{
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    /*border-bottom: 1px solid black;*/
    padding: 8px 4px;
    cursor: pointer;
}
.list_cart_delv li.active, .list_cart_delv li:hover{
    /*background-color: var(--bs-primary) !important;*/
    /*color: white!important;*/
}


.product_page_images_mobile img {
    width: 100%;
    height: auto;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

.entrance-form{
    background: var(--bgurl, url("/assets/img/bg1.webp"));
    background-repeat: no-repeat;
    background-position: 50% var(--y, 50%);
    background-size: cover;
    padding: 2rem 5rem;
}
.entrance-form-register:after, .entrance-form-login:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-black);
    opacity: 0.5;
}

.img_preview_main {
    position: relative;
    display: block;
}
.more-imgs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0,0,0,0.56);
    height: 100%;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
}

#main_anch_preview_1 {
    display: block;
}

#ui-datepicker-div {
    z-index: 100!important;
}

.owl-progress {
    overflow: hidden;
}


.work-item .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media screen and (max-width: 370px) {
    .sales_commission p {
        padding: 12px;
    }

    .sales_commission div {
        padding: 17px;
    }
    .entrance-form .form-label-offset .form-label {
        font-size: 14px;
    }
}


/*.d_text {*/
/*    overflow-x: auto;*/
/*}*/

.d_text .bg-gray-100 {
    position: relative;
}
.d_text .bg-gray-100 > * {
    position: relative;
    z-index: 100;
}
.d_text .bg-gray-100:before {

    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    background: rgba(var(--bs-light-rgb));
}
.d_text .bg-gray-100:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: 0;
    background: rgba(var(--bs-light-rgb));
}
.d_text ul li {
    position: relative;
}
.d_text ul {
    list-style-type: '';
}
.d_text ul li::marker {
    content: '';
    opacity: 0;
}

.d_text ul li:before {
    position: absolute;
    display: inline-block;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-variant: normal;
    top: 0;
    left: -25px;
    color: var(--bs-primary);
}

.navbar .nav-link {
    color: black;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-primary);
}

.table-wrapper .page-link.active, .table-wrapper  .active > .page-link{
    background-color: var(--bs-primary);
}

.table-wrapper .dtr-control {
    display: flex;
    align-items: center;
}

.pagination .page-link{
    color: inherit;
}
.pagination .active>.page-link{
    color: white!important;
}

#MAIL_CHECKBOX, #PHONE_CHECKBOX {
    float: left;
    display: block;
}
.checklabl {
    font-size: 14px !important;
    line-height: 13px !important;
    color: #818080;
    font-weight: 300;
    float: left;
    display: block;
    max-width: 95%;
    text-align: left;
    margin-left: 7px;
}
.text-black.go_filter, .text-black.remove_filter span{
    color: black!important;
}
.filters_box .go_filter:hover{
    color: white!important;
}
.filters_box .text-black.remove_filter:hover span{
    color: white!important;
}



#delivery_list .small.text-gray-400{
    font-size: 13px!important;
    font-weight: 400!important;
    color: var(--bs-primary)!important;
}
#delivery_list .minifsdeliv{
    color: grey!important;
}
#delivery_list small br{
    /*display: block!important;*/
    /*margin: -2px!important;*/
}
#paczko-mapa{
    font-size: 13px;
    margin-top: 8px!important;
    display: block;
}
.ddd_pad{
    margin-bottom: 8px!important;
}

.btc_tp_sp{
    border-top: 1px solid var(--bs-primary) !important;
    padding-bottom: 5px;
}
.ONLY_MOBILE_SHOW{
    display: none;
}
.ONLY_PC_SHOW{
    display: block;
}
.pricing-list li{
    font-size: 17px;
}
@media screen and (max-width: 1199px) {
    .ONLY_BIGPC_SHOW{
        display: none!important;
    }


    .verified-badge {
        font-size: small;
    }

    .verified-badge i {
        font-size: 16px;
        margin-bottom: 2px !important;
    }

}
@media screen and (max-width: 996px) {
    .ONLY_MOBILE_SHOW{
        display: block;
    }
    .ONLY_PC_SHOW{
        display: none;
    }
    .ddd_pad{
        display: block;
        width: 100%;
    }
    .ddd_pad input{
        width: 50px!important;
        height: 25px!important;
    }
}

#aside-cart img {
    border: 1px solid #e1e1e1;
}
.container.desc_down{
    font-size: 18px;
}
.SHOW_ONLY_1200{
    display: none;
}
.payu{ background-color: var(--bs-primary) !important; width:50%; display:block; margin:0 auto; color:white !important;  font-size:21px !important; font-family:var(--f_regular)!important; text-align:center; }

@media screen and (max-width: 1199px) {
    .avatar_box{
        margin-bottom: 10px!important;
    }
    .SHOW_ONLY_1200{
        display: unset;
    }
    .show_p_more_author h5, .show_p_other_in_category h4{
        margin-top: 5px!important;
    }
    .show_p_more_author h5{
        margin-top: 20px!important;
    }
    .show_p_other_in_category>div{
        /*margin-top: 5px!important;*/
    }
    .show_p_more_author .recommendation-work-carousel, .show_p_other_in_category .recommendation-work-carousel{
        padding-top: 5px!important;
    }
    .desc_down img{
        max-width: 90px;
        height: auto!important;
    }
}
.avatar_box{
    max-width: 120px;
}
.accordion-item a,.d_text a{
    color: inherit!important;
}
@media screen and (max-width: 440px) {

    .recommendation-work-carousel, .latest-work-carousel, .rabateartist-work-carousel{
        padding: 45px 0px!important;
    }
    .recommendation-work-carousel .owl-stage-outer, .latest-work-carousel .owl-stage-outer, .rabateartist-work-carousel .owl-stage-outer{
        padding-left: 0px!important;
    }
    .recommendation-work .col-12{
        padding: 0!important;
    }

    .sales_commission{
        flex-wrap: wrap!important;
    }
    .sales_commission > p{
        flex-grow: 1;
        width: 100%;
        text-align: center;
    }
    .sales_commission > div{
        flex-grow: 1;
        width: 100%;
        text-align: center;
    }

    #aside-cart .text-gray-400
    {
       padding: 3px 0px!important;
    }
    #MAIL_CHECKBOX {
        float: none;
        margin-bottom: 7px;
        margin-left: 7px;
    }
    .dmobileblock{
        display: block;
        font-size: 15px!important;
    }
    .no_margin_bot_tel{
        margin-bottom: 5px!important;
    }
    .no_margin_top_tel{
        margin-top: 5px!important;
    }
    .promo_mobile_hln{
        line-height: 22px!important;
    }
}

.article-box {
    background-color: var(--white);
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 15px;
}
.article-box > a {
    display: block;
    height: 190px;
}
.article-box > .body > a {
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 9px;
    color: black;
    text-decoration: none;
}

.article-box p {
    font-size: 16px;
}
.article-box p.date,.article-box .more_btn {
    font-size: 14px;
    color:var(--bs-primary);
}
.more_btn {
    color:#AFAFAF;
}
.article-box a:hover {
    color:var(--bs-primary)!important;
}
.article-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s;
}
.article-box a:hover img {
    transform: scale(1.1);
}
.userpanel-sidebar-list > li.has-children > ul li::before{
    display: none;
}
.userpanel-sidebar-list > li.has-children > ul li + li{
    margin-top: 8px!important;
}

.delete-photo, .delete-main-photo {
    position: absolute;
    top: 38px;
    right: 17px;
    font-size: 18px;
    /*color: #107979;*/
    cursor: pointer;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    font-style: normal !important;
    font-variant: normal;
    text-rendering: auto;
}
.items_showp_specyf li{
margin-bottom: 3px;
}

.collection-artist-box {
    /*background-color: white;*/
}


.tags-list-prod {
    display: flex;
}

.collection-artist-box p {
    font-size: 18px;
    font-weight: bold;
}
.collection-artist-box img {
    width: 100%;

}

.collection-artist-box .count {
    position: absolute;
    display: flex;
    align-items: baseline;
    color: var(--white);
    top: 15px;
    right: 15px;
    font-size: 18px;
    gap: 5px;
}

.collection-artist-box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


@media only screen and (max-width: 1199px) {
    .collection-artist-box-wrap {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media only screen and (max-width: 991px) {
    .collection-artist-box-wrap {
        grid-template-columns: repeat(4, 1fr);

    }
}

@media only screen and (max-width: 728px) {
    .collection-artist-box-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 576px) {
    .collection-artist-box-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
    margin-right: .5em;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    content: "\f054" !important;
    font-weight: 900!important;
    font-family: "Font Awesome 6 Pro";
    border: 0!important;
    width: 25px;
    height: 25px;
    color: white!important;
    border-radius: 50%;
    background-color: var(--bs-primary);
    transform: rotate(90deg);
    margin-right: 15px!important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control::before {
    transform: rotate(270deg);
}
.d_text h1, .d_text h2{
    color: var(--bs-primary);
}
.d_text p{
    font-size: 18px;
    line-height: 23px;
}
.d_image img{
    max-width: 100%;
}
img.lazy{

}
.onlypremium_colection{
    opacity: 0.33!important;
}


@media (max-width: 991px) {

    .collection-modal .product_container_for_all {
        grid-template-columns: repeat(1, 1fr);
    }
    .collection-modal .product_container_for_all .productBOX{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1524px) {
    .latest-work-carousel {
        padding: 0 20px;
    }
}

/*Przycisk apeiron*/
.apeirondynamicbutton{
    background-color: #117878!important;
    color: white!important;
    text-decoration: none!important;
    padding: 0.5rem 0.75rem!important;
    border-radius: 40px;
    display: inline-block;
}
.accordion-item a, .d_text a.apeirondynamicbutton{
    color: white!important;
}

/*Slider*/
.main-header-in {
    display: flex;
    align-items: stretch;
    height: 280px;
}
.main-header-slider {
    height: 100%;
    width: 100%;
    border-radius: 25px!important;
    overflow: hidden;
}
.main-header-slider .carousel {
    height: 100%;
}
.carousel {
    position: relative;
}
.main-header-slider .carousel-inner {
    height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.main-header-slider .carousel-item {
    position: relative;
    height: 100%;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.main-header-slider img {
    min-height: 500px;
}
.main-header-slider .carousel-item img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-header-slider-bottom {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    /*backdrop-filter: blur(10px);*/
    padding: 10px;


    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.main-header-slider-bottom .container-wide{
    width: 98%;
    margin: 25px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}
.carousel-item h2{
    color: white!important;
}
.carousel-item div{
    color: white!important;
    font-size: 18px;
    line-height: 21px!important;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility:
            hidden;
    backface-visibility: hidden;
    -webkit-transition:
            -webkit-transform 0.6s ease-in-out;
    transition:
            -webkit-transform 0.6s ease-in-out;
    transition:
            transform 0.6s ease-in-out;
    transition:
            transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition-property: transform, transform;
}
.button_white_slider{
    background: white!important;
    text-align: center;
    color: black!important;
    text-decoration: none!important;
    padding: 10px 20px!important;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}
.button_white_slider:hover{
    color: #117878!important;
}
.main-header-slider-content{
    width: 85%!important;
}
.rabateartist-work-carousel .productBOX{
    margin: 5px 5px!important;
}
@media (max-width: 991px) {
    .main-header-slider-bottom{
        width: 100%!important;
        margin: 0!important;
    }
    .main-header-in {
        display: flex;
        align-items: stretch;
        height: 250px;
    }
}
/**/


.price-table td {
    border-color: inherit!important;
}

.price-table ul li:before {
    display: none;
}

.verified-badge {

}/* Home teaser: Wykorzystaj w pełni potencjał Apeiron Arte */
.potential-card{
    overflow: hidden;
}

.potential-ico{
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.04);
    font-size: 22px;
}

.potential-kicker{
    letter-spacing: .04em;
}

@media (min-width: 992px){
    .potential-path::before{
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
        height: 2px;
        background: rgba(0,0,0,.08);
        z-index: 0;
    }

    .potential-card{
        position: relative;
        z-index: 1;
    }

    .path-arrow{
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border-radius: 999px;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid rgba(0,0,0,.08);
        z-index: 2;
        font-size: 18px;
    }

    .step-dot{
        position: absolute;
        left: 18px;
        top: -14px;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid rgba(0,0,0,.10);
        z-index: 2;
        font-weight: 800;
    }
}

.dnone_transaction{
    display: none!important;
}

.free_promo{
    -webkit-box-shadow: 3px 3px 6px 4px rgba(17, 120, 120, 1);
    -moz-box-shadow: 3px 3px 6px 4px rgba(17, 120, 120, 1);
    box-shadow: 3px 3px 6px 4px rgba(17, 120, 120, 1);
}
.free_promo-blocked{
    -webkit-box-shadow: 3px 3px 6px 4px rgba(150, 150, 150, 0.6);
    -moz-box-shadow: 3px 3px 6px 4px rgba(150, 150, 150, 0.6);
    box-shadow: 3px 3px 6px 4px rgba(150, 150, 150, 0.6);
    background: rgba(150, 150, 150, 0.15);
}
.splab{
    background: #117878!important;
    color: white;
    font-weight: bold;
    padding: 2px;
    padding-bottom: 4px!important;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 5px;
    display: inline-block;

    -webkit-box-shadow: 1px 2px 3px 2px rgba(17, 120, 120, 1);
    -moz-box-shadow: 1px 2px 3px 2px rgba(17, 120, 120, 1);
    box-shadow: 1px 2px 3px 2px rgba(17, 120, 120, 1);
    font-size: 9px;
    position: absolute;
    margin-left: 6px;
    margin-top: 1px;
}
.recommendation-work .owl-item .productBOX{
    max-width: 305px !important;
}
.latest-work-carousel .owl-item .productBOX{
    max-width: 305px !important;
}
.recommendation-work .owl-prev, .owl-next, .latest-work-carousel .owl-prev, .owl-next{
    top: 47.5%!important;
}
.owl-prev, .owl-next{
    cursor: pointer!important;
}
.recommendation-work , .latest-work-carousel {
    padding: 45px 0px!important;
}
.owl-stage-outer{
    padding-left: 15px!important;
}
.recommendation-work .owl-next, .latest-work-carousel .owl-next{
    transform: translate(38%, -50%)!important;
}
.recommendation-work .owl-next:hover,.recommendation-work  .owl-next:focus, .latest-work-carousel .owl-next:hover,.latest-work-carousel .owl-next:focus{
    transform: translate(38%, -50%)  scale(1.05)!important;
}

@media only screen and (max-width: 1700px) {
    .recommendation-work .owl-item .productBOX{
        max-width: 335px !important;
    }
    .latest-work-carousel .owl-item .productBOX{
        max-width: 335px !important;
    }
    .owl-stage-outer{
        padding-left: 30px!important;
    }
}
@media only screen and (max-width: 1200px) {
    .owl-stage-outer{
        padding-left: 0px!important;
    }

    .recommendation-work .owl-next, .latest-work-carousel .owl-next{
        transform: translate(25%, -50%)!important;
    }
    .recommendation-work .owl-next:hover,.recommendation-work  .owl-next:focus, .latest-work-carousel .owl-next:hover,.latest-work-carousel .owl-next:focus{
        transform: translate(25%, -50%)  scale(1.05)!important;
    }


    .recommendation-work .owl-prev, .latest-work-carousel .owl-prev{
        transform: translate(0%, -50%)!important;
    }
    .recommendation-work .owl-prev:hover,.recommendation-work  .owl-prev:focus, .latest-work-carousel .owl-prev:hover,.latest-work-carousel .owl-prev:focus{
        transform: translate(0%, -50%) scale(1.05)!important;
    }

}
@media only screen and (max-width: 1200px) {
    .recommendation-work .owl-item .productBOX {
        max-width: 550px !important;
    }

    .latest-work-carousel .owl-item .productBOX {
        max-width: 550px !important;
    }

    .recommendation-work .owl-next, .latest-work-carousel .owl-next {
        transform: translate(0%, -50%) !important;
    }
    .recommendation-work .owl-next:hover,.recommendation-work  .owl-next:focus, .latest-work-carousel .owl-next:hover,.latest-work-carousel .owl-next:focus{
        transform: translate(0%, -50%) scale(1.05)!important;
    }
}
.article_read.container{
    margin-top: 180px!important;
}
.mr12{
    margin-right: 12px!important;
}
.table_admin_orders tr > td:last-of-type a.opendlicon{
color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}

.latest-articles-carousel{
    overflow: hidden;
    margin-left: -15px;
}
.latest-articles-carousel .owl-stage-outer{
    padding-left: 10px!important;
}
.dblockmin23{
    display: block;
    min-height: 23px!important;
}
/*ul.tagL > li.popular_tag:not(.active):nth-of-type(n + 16) {*/
/*    display: none;*/
/*}*/
.recommend-usr{
    background: white!important;
    border-top: 2px solid var(--bs-primary);
}
.thematic_visible h3{
font-size: 35px;
}
@media only screen and (max-width: 1350px) {
    .thematic_visible h3{
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .thematic_visible h3{
        font-size: 19px;
    }
}

@keyframes cinematic-intro {
    0%   { transform: scale(1) rotate(0deg); filter: brightness(1) blur(0px); }
    15%  { transform: scale(1.15) rotate(10deg); filter: brightness(1.1) blur(2px); }
    31%  { transform: scale(1.3) rotate(-14deg); filter: brightness(1.2) blur(4px); }
    45%  { transform: scale(1.35) rotate(5deg); filter: brightness(1.1) blur(2px); }
    65%  { transform: scale(1.4) rotate(-25deg); filter: brightness(1.3) blur(5px); }
    85%  { transform: scale(1.35) rotate(-10deg); filter: brightness(1.1) blur(2px); }
    100% { transform: scale(1.3) rotate(17deg); filter: brightness(1) blur(0px); }
}

@keyframes cinematic-drift {
    0%   { transform: scale(1.3) translate(0, 0); }
    50%  { transform: scale(1.4) translate(-3%, 2%); }
    100% { transform: scale(1.3) translate(0, 0); }
}

.thematic_visible .col-md-4 a img {
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), filter 0.8s;
    will-change: transform;
}

.thematic_visible .col-md-4 a:hover img {
    animation:
            cinematic-intro 1s steps(5) forwards,
            cinematic-drift 8s linear infinite 0.25s;
}

.ratio {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.thematic_visible .col-md-4 a:hover .position-absolute {
    background: rgba(0, 0, 0, 0.6) !important;
    transition: background 1s ease;
}

.thematic_visible .col-md-4 a h3 {
    transition: all 0.4s ease-in-out;
    position: relative;
    padding-bottom: 10px;
}

.thematic_visible .col-md-4 a h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: rgb(17, 120, 120);
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%);
}

.thematic_visible .col-md-4 a:hover h3 {
    color: #fff;
    transform: translateY(-5px);
}

.thematic_visible .col-md-4 a:hover h3::after {
    width: 60%;
}
.thematic_visible .col-md-4 a:hover .position-absolute {
    background: rgba(17, 120, 120, 0.1) !important;
}
.didi{
    right: unset!important;
    left: 22%!important;
}
.VERIFY_ABSOUTE{
    position: absolute;
    top: 0;
    right: 1%;
    z-index: 2;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 0 0 8px 8px;
    color: var(--bs-primary);
    padding: 2px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    margin-top: 5px;
    border: 1px solid rgb(0 0 0 / .4);
}

/*zmiany 13.03.2026*/
.main-items-sidebar ul{
    padding-left: 1.1rem!important;
}
.category-aside ul.active_drop{
    display: block;
}
.main-items-sidebar .fa-chevron-down{
    cursor: pointer;
    color: rgba(0,0,0,0.3);
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.topper_menu .ratio-1x1{
    --bs-aspect-ratio: 45%;
}
.d-fl{
    display: block;
    width: 100%;
    text-align: center;
}
.topper_menu .button_white_slider{
    border-radius: 25px;
    border: 1px solid #117878;
    font-size: 22px;
    display: inline-block;
    margin-top: 0!important;
    padding-top: 14px !important;
}
.button_white_slider{
    border-radius: 25px;
    border: 1px solid #117878;
    font-size: 22px;
    display: inline-block;
    margin-top: 0 !important;
    padding-top: 14px !important;
}
.greyer{
    background: rgba(0,0,0,0.2)!important;
    color: white!important;
    font-weight: lighter;
    border: 1px solid rgba(0,0,0,0.2) !important;
    margin: 10px;
}
.dnonesection{
    overflow: hidden;
    max-height: 0;      /* Element ma 0 wysokości */
    opacity: 0;         /* Jest przezroczysty */
    margin-top: 0;      /* Usuwamy marginesy, by nie zajmowały miejsca */
    transition:
            max-height 0.6s ease-in-out,
            opacity 0.5s ease-in-out,
            margin-top 0.4s ease;
}
.show_dnone_osri:hover .dnonesection {
    max-height: 200px;  /* Wartość większa niż zawartość elementu */
    opacity: 1;         /* Staje się widoczny */
    margin-top: 15px;   /* Przywracamy odstęp, jeśli jest potrzebny */
}
.dnonesection a:hover {
    color: black!important;
    border: 1px solid #117878!important;
    background: rgba(255,255,255,0.8)!important;
}
.topper_menu .ratio-1x1{
    border-radius: 30px !important;
}
.minigreensmall{
    padding-top: 12px;
    display: block;
    text-align: center;
    color: #117878;
    font-size: 22px;
}
.recommend-usr{
    background: black!important;
}
.recommend-usr .text-uppercase{
    color: white!important;
}
.recommend-usr .work-item-wrap .card-body.text-center{
    background: black!important;
}
.recommend-usr .card-img-top{
    background: black;
}
.recommend-usr .card-img-top .p-0{
    border: 4px solid white!important;
    border-radius: 20px !important;
    overflow: hidden;
}
.ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow{
    border-radius: 25px!important;
}
.smalllinksBHC{
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
}
html .smalllinksBHC a{
    color: white;
    font-weight: lighter!important;
    font-size: 18px!important;
    text-decoration: none!important;
    margin: 10px;
    margin-top: 3px;
    opacity: 0.9!important;
    font-family: "canto", sans-serif;
}
.smalllinksBHC a:hover{
    color: white!important;
}

.ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow{
    max-height: 360px;
    overflow: hidden;
    box-shadow: 30px 0px 40px black inset;
}

.ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow img{
    position: relative;
    top: -23vh;
}
.ROUNDED_2_BOTTOM_HP_COLS .show_dnone_osri{
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    transition: all 0.4s ease-in-out;
}
.ROUNDED_2_BOTTOM_HP_COLS .show_dnone_osri:hover{
    background: linear-gradient(to right, #117878 0%, rgba(17, 120, 120, 0) 50%);
}
.ROUNDED_2_BOTTOM_HP_COLS .position-relative img{
    transition: all 0.2s ease-in-out;
}
.ROUNDED_2_BOTTOM_HP_COLS .position-relative:hover img{
    scale: 1.1!important;
}
.descrTb{
    color: white;
    font-weight: lighter!important;
    font-size: 20px!important;
    font-family: "canto", sans-serif;
    opacity: 0.9;
}
.ROUNDED_2_BOTTOM_HP_COLS .d-fl{
    position: absolute;
    bottom: 0;
    text-align: left;
    margin-bottom: 30px;
}

.jointous.alternatephoto{
    position: relative;
    background-color: var(--bs-primary);
    padding-bottom: var(--box-offset);

    &::after{
        content: '';
        background-image: url('../assets/img/bg-historyheroes-1.webp')!important;
    }
}

.jointous.alternatephoto2{
    position: relative;
    background-color: var(--bs-primary);
    padding-bottom: var(--box-offset);

    &::after{
        content: '';
        background-image: url('../assets/img/bg1.jpeg')!important;
    }

}

.boxes_how_works_apeiron .elmnt-ts{
    border-radius: 25px!important;
    background: white;
}

.boxes_how_works_apeiron .custom-card-horizontal {
    display: flex;          /* Układa elementy obok siebie */
    align-items: center;    /* Środkuje tekst w pionie względem zdjęcia */
    gap: 15px;              /* Odstęp między zdjęciem a tekstem */
    padding: 10px 0px;

    min-height: 85px;
}

.boxes_how_works_apeiron .card-img {
    width: 60px;            /* Ustaw szerokość zdjęcia według potrzeb */
    height: auto;           /* Zachowuje proporcje */
    object-fit: contain;
}

.boxes_how_works_apeiron .card-text p {
    margin: 0;              /* Usuwa domyślne marginesy akapitu */
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
}
.boxes_how_works_apeiron .elmnt-ts.REVERSE-COLOR{
    background: black;
}

.boxes_how_works_apeiron .elmnt-ts.REVERSE-COLOR h2{
    color: white!important;
}
.boxes_how_works_apeiron .elmnt-ts.REVERSE-COLOR .card-text p{
    color: rgba(255,255,255,0.7);
}

.ratio-mh3{
    min-height: 240px;
    border-radius: 25px!important;
}


.box-categories-grid {
    display: grid;
    /* Zmieniamy 1fr na konkretną szerokość, żeby kolumny nie rozciągały się na siłę */
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
    gap: 24px;
    justify-content: center; /* To wyśrodkuje całą grupę elementów */
    width: 100%;
}
.green-text{
    color: #117878!important;
}

.bigtext-p p{
    font-size: 24px;
}

.thematic-work-carousel {
    overflow: hidden;
    margin-left: -15px;
    min-height: 320px;
}

@media screen and (max-width: 850px) {
    .ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow img {
        top: 0 !important;
    }

    .main-header-slider img{
        min-height: 260px;
    }
    .main-header-slider-bottom{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 570px) {

    .thematic-work-carousel .article-box {
       max-width: 600px!important;
    }
    .thematic-work-carousel{
        min-height: 520px!important;
    }

    .topper_menu .ratio-1x1{
        --bs-aspect-ratio: 90%;
    }

    .main-header-in {
        display: flex;
        align-items: stretch;
        height: 350px;
    }
}
.DESKTOP_VRS{
    display: block!important;
}
.MOBILE_VRS{
    display: none!important;
}
.show_mobile_cat_gs{
background: rgba(145,145,145,.6)!important;
    color: white!important;
}
.minimenu_1, .minimenu_2{
    display: none;
    text-align: center;
    margin-top: 15px;
}
.recommended-users-carousel .work-item-link{
    box-shadow: none !important;
}

.recommended-users-carousel .shadow-sm{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
@media screen and (max-width: 991px) {
    .topper_menu .ratio-1x1{
        --bs-aspect-ratio:100%;
    }
    .ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow img{
        top: 0;
    }
}
@media screen and (max-width: 728px) {
    .main-header-in {
        height: 260px!important;
    }
    .main-header-slider-content{
        width: 80%!important;
    }
    .ROUNDED_2_BOTTOM_HP_COLS .show_dnone_osri{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 70%);
    }
    .ROUNDED_2_BOTTOM_HP_COLS .show_dnone_osri:hover{
        background: linear-gradient(to bottom, #117878 30%, rgba(17, 120, 120, 0) 70%)!important;
    }
    .ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow img{
        margin-top: 130px;
    }
    .ROUNDED_2_BOTTOM_HP_COLS .px-5{
        padding-left: 1.3rem!important;
        padding-right: 1.3rem!important;
    }

    .ROUNDED_2_BOTTOM_HP_COLS .rounded.shadow{
        max-height: 550px;
    }

    .ROUNDED_2_BOTTOM_HP_COLS .d-fl{
        bottom: auto;
    }
    .foot-boot-s2 .button_white_slider{
        font-size: 15px;
    }

    .MOBILE-PADD-20{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .MOBILE_VRS{
        display: block!important;
    }
    .DESKTOP_VRS{
        display: none!important;
    }

    .main-header-slider-bottom .container-wide{
        width: 98%;
        margin: 10px;
    }
    .bg-light.recommendation-work{
        background: white!important;
    }
    .py-5.pb-1.latest-work{
        padding-top: 0px!important;
    }
    .bg-light.py-5.pb-2.recommendation-work{
        padding-bottom: 5px!important;
    }
    .recommended-users-carousel .owl-nav{
        /*display: none;*/
    }
    .recommended-users-carousel .owl-nav .owl-next{
        top: 57% !important;
    }
    .recommended-users-carousel .owl-nav .owl-prev{
        top: 57% !important;
    }
    .recommend-usr .owl-progress{
        display: none!important;
    }
    .recommend-usr .row.mt-3{
        display: none!important;
    }
    .recommend-usr .px-xl-0.py-4.pb-5{
        padding-bottom: 5px!important;
    }
    .thematic_visible h3{
        font-size: 30px;
    }
    .minimenu_1 a,.minimenu_2 a{
        font-size: 20px!important;
        padding: 6px!important;
        padding-top: 6px!important;
    }
    .topper_menu .minimenu_1 a.button_white_slider, .topper_menu .minimenu_2 a.button_white_slider{
        padding-top: 6px!important;
    }
    .container-wide.my-5.thematic_visible.topper_menu{
        margin-bottom: 25px!important;
    }
}


/**/