.mt--1 { margin-top: 10px; }
.mt--2 { margin-top: 20px; }
.mt--3 { margin-top: 30px; }
.mt--4 { margin-top: 40px; }
.mt--5 { margin-top: 50px; }

.mb--1 { margin-bottom: 10px; }
.mb--2 { margin-bottom: 20px; }
.mb--3 { margin-bottom: 30px; }
.mb--4 { margin-bottom: 40px; }

.pt--1 { padding-top: 10px; }
.pt--2 { padding-top: 20px; }
.pt--3 { padding-top: 30px; }
.pt--4 { padding-top: 40px; }

.pb--1 { padding-bottom: 10px; }
.pb--2 { padding-bottom: 20px; }
.pb--3 { padding-bottom: 30px; }
.pb--4 { padding-bottom: 40px; }

.alert  { border-radius: 0; }

input.email,
input#email { display: none; }

textarea.fail,
select.fail,
input.fail {
    border-color: #f4afad !important;
    color: #a94442 !important;
    background-color: #f08481 !important;
}

label.fail,
label.fail a {
    color: #a94442 !important;
}

#banners .banners_container__left .button01, #banners .banners_container__right .button01 {
    width: auto;
}

.tab-text label img {
    margin-left: 5%;
}
.the_tabs label p {
    font-size: 14px;
}
.the_tabs label.label_tab_1:hover img,
.the_tabs label.label_tab_2:hover img,
.the_tabs label.label_tab_3:hover img,
.the_tabs label.label_tab_4:hover img,
.the_tabs label.label_tab_5:hover img {
    content: url("./../assets/icons/tabs/bestseller.svg");
}

.aside_menu .aside_menu_content--slot {
    padding: 4px 0;
}
.aside_menu .aside_menu_content--slot.active {
    color: #68B236;
    font-weight: 500;
}
.aside_menu .aside_menu_content--slot.sub-slot {
    padding: 4px 0 0 25px;
}

.contact_availability_container__btn,
.contact_availability_container__btn a,
.pricing_availability_container__btn,
.pricing_availability_container__btn a {
    color: #fff;
    font-size: 14px;
}
.contact_availability_container__btn:hover a,
.pricing_availability_container__btn:hover a {
    text-decoration: none;
    color: #68B236;
}
.contact_availability_container__btn:hover,
.pricing_availability_container__btn:hover {
    background: #fff;
}

@media (max-width: 760px) {
    .col__product_details .products_details__top .contact_availability_container__btn a,
    .col__product_details .products_details__top .pricing_availability_container__btn a {
        font-size: 14px;
    }
}

.products_details .contact_availability_container__btn,
.products_details .pricing_availability_container__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    background-color: #90D065;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 12px;
}
.products_details .contact_availability_container__btn button,
.products_details .pricing_availability_container__btn button {
    font-family: "Poppins", sans-serif;
    border: 0;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    background-color: #90D065;
    padding: 8px 50px 8px 20px;
    border-radius: 10px;
    white-space: pre;
}
.products_details .contact_availability_container__btn button::after,
.products_details .pricing_availability_container__btn button::after {
    position: absolute;
    content: "";
    background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 17px;
    top: 13px;
    right: 17px;
}
.products_details .contact_availability_container__btn button:hover::after,
.products_details .pricing_availability_container__btn button:hover::after {
    top: 13px;
    right: 17px;
}

.products_details .contact_availability_container__btn.calc-btn button,
.products_details .pricing_availability_container__btn.calc-btn button {
    border: 1px solid transparent;
    padding: 8px 20px;
}
.products_details .cottact_availability_container__btn.calc-btn:hover button,
.products_details .pricing_availability_container__btn.calc-btn:hover button {
    background: #fff;
    border: 1px solid #90D065;
}

.products_details .contact_availability_container__btn.calc-btn button::after,
.products_details .pricing_availability_container__btn.calc-btn button::after {
    background: none;
}

@media (max-width: 1600px) {
    .products_details .contact_availability_container__btn:hover,
    .products_details .pricing_availability_container__btn:hover {
        border: 1px solid #90d065;
        background-color: #ffffff;
    }
}

@media (max-width: 1600px) {
    .products_details .contact_availability_container__btn:hover button,
    .products_details .pricing_availability_container__btn:hover button {
        color: #90d065;
        background-color: #ffffff;
    }
}

@media (max-width: 1600px) {
    .products_details .contact_availability_container__btn:hover button::after,
    .products_details .pricing_availability_container__btn:hover button::after {
        position: absolute;
        content: "";
        background: url(./../assets/icons/send_request/send_envelope_green.svg) no-repeat;
        background-position: center;
        background-size: contain;
        width: 26px;
        height: 17px;
        top: 10px;
        right: 17px;
    }
}

p.add-files-text span.calc-file-name {
    float: left;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #68B236;
}

.products_details .result-header {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333333;
    margin: 10px 0;
}

.products_details__bottom_left,
.products_details__bottom {
    height: auto;
}

.products_details__bottom_right .desc span {
    color: #68B236;
    font-weight: 500;
}

.products_details__bottom_right .calc-after-obj {
    display: none;
}

.products_details__bottom_right .desc-big {
    margin: 18px 0 0 0;
}

.products_details__bottom_right .price {
    margin: 0 0 15px 0;
}
.products_details__bottom_right .price span.iva {
    font-size: 12px;
}
.products_details__bottom_right .title {
    margin: 18px 0 10px 0;
}
.products_details__top .pricing_availability_container__availability p .circle {
    margin: 0;
}
.products_details__top .pricing_availability_container__availability p .circle.red {
    background-color: red;
}
.products_details__top .products-variants--slot {
    width: auto;
}

.products_details__top {
    position: relative;
}

.products_details__top .name {
    width: 75%;

}
.products_details__top .brand-logo {
    position: absolute;
    right: 0;
    top: -15px;
    width: 25%;
}
.products_details__top .brand-logo img {
    max-width: 100%;
}

.products_details__bottom_right.with-branding .full-green--btn,
.products_details__bottom_right.with-branding .green-white--btn {
    margin: 5px 0;
}
.products_details__bottom_right.with-branding button:first-of-type {
    margin-top: 25px;
}

.products_details__bottom_right.with-branding .full-green--btn button a {
    color: #fff;
}
.products_details__bottom_right.with-branding .green-white--btn button a {
    font-size: 14px;
}
.products_details__bottom_right.with-branding .full-green--btn button:hover a {
    color: #90D065;
}
.products_details__bottom_right.with-branding .green-white--btn button:hover a {
    color: #fff;
}
.products_details__bottom_right.with-branding button a {
    text-decoration: none;
}
.products_details__bottom_right.with-branding button:hover a {
    text-decoration: none;
}

.contact_container .desc {
    margin: 0;
}
.contact_container .desc:last-of-type {
    margin: 0 0 30px 0;
}
.contact_container .desc span,
.contact_container .desc a {
    font-size: 1.25em;
    color: #90D065;
    text-decoration: none;
}
.contact_container .desc a:hover {
    color: #333333;
}

.products_mostly_view_outline {
    padding-top: 25px;
    background: #ebebeb;
    margin: 0 auto;
    padding: 25px 0;
}
.products_mostly_view_outline .products_mostly_view {
    margin: 0 auto;
    width: 80vw;
}

.clients_panel_addresses_content__right,
.clients_panel_fv_content__right,
.clients_panel_my_data_content__right,
.clients_panel_aside {
    margin-top: 15px;
}

.clients_panel_addresses_content__right h1.title,
.clients_panel_fv_content__right h1.title,
.clients_panel_my_data_content__right h1.title {
    margin: 15px 0;
}

.products_card_modal--desc.green {
    margin: 10px 0 10px 28px;
}
.products_card_modal__btn {
    margin: 22px auto 22px;
}

.products_card_modal__btn.go-to-cart {
    margin: 0;
}

#calc-captcha {
    display: none;
}

#cart_steps_container .cart_steps--item span {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#cart_steps_container .cart_steps--item.active span .item--number {
    background-color: #68B236;
}
#cart_steps_container .cart_steps--item span .item--number {
    display: flex;
    min-width: 36px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 17px;
    position: relative;
    background-color: #ADADAD;
    border-radius: 100%;
}
#cart_steps_container .cart_steps--item span .item--text {
    margin-right: 40px;
}
#cart_steps_container .cart_steps--item.active span .item--text p {
    color: #68B236;
}
#cart_steps_container .cart_steps--item span .item--text p {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #A4A4A4;
    margin: 0 0 0 -4px;
}
#cart_steps_container .cart_steps--item.active span .item--number p {
    color: #FFFFFF;
}
#cart_steps_container .cart_steps--item span .item--number p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
}

.products_card_modal .products_card_modal_buttons .go-to-cart button {
    padding: 9px 63px 10px 33px;
}
.products_card_modal .products_card_modal_buttons .go-to-cart a {
    color: #fff;
}
.products_card_modal .products_card_modal_buttons .go-to-cart:hover a {
    text-decoration: none;
}
.title.other-address {
    display: none;
}

.cart_product_container--files .add-files input[type=file] {
    margin: 8px 35px 0 0;
}

.cart_product_container--files a.logo_remove {
    font-size: 14px;
    color: #848484;
}
.cart_product_container--files a.logo_remove:hover {
    text-decoration: none;
    color: #333;
}
.cart_product_container--files .logovisual {
    font-size: 12px;
}

.cart-sending {
    display: none;
    align-items: center;
    justify-content: center;
}

.cart-sending object {
    width: 100px; /* Możesz dostosować szerokość SVG według potrzeb */
    height: auto; /* Upewnij się, że wysokość jest automatycznie dostosowywana */
    margin-right: 10px; /* Odstęp między SVG a tekstem */
    display: inline-block;
    vertical-align: middle;
}

.cart-sending span {
    display: inline-block;
    vertical-align: middle;
}

.cart_pay_box {
    width: 100%;
    height: auto;
    border: 1px solid #D3D3D3;
    background-color: #F8F8F8;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

a.popular-see-more {
    display: block;
    margin: 0 auto 35px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
a.popular-see-more:hover,
a.popular-see-more:focus {
    color: #848484;
}

a.align-right {
    text-align: right;
}

.clients_panel_orders_details_content__right,
.clients_panel_orders_content__right {
    margin-top: 0;
}

.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price {
    padding-bottom: 15px;
}

.products_details__bottom_left .input-slot.last label::after {
    height: 0;
}

@media (min-width: 1261px) {
    .products_blocks_wrapper__slot .products_block_wrapper__slot--img img {
        object-fit: contain;
        width: 100%;
    }
}

.products_details__top .products-variants--slot {
    width: 65px;
    height: 65px;
    max-width: 65px;
    max-height: 65px;
}

.products_details__bottom_left .input-slot input,
.products_details__bottom_left .input-slot select {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
}

.breadcrumbs ul li.breadcrumb-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #333333;
    text-decoration: none;
}

@media (max-width: 760px) {
    .breadcrumbs ul li.breadcrumb-item span {
         font-weight: 400;
        font-size: 11px;
        line-height: 12px;
    }
}

header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a {
    max-width: 300px
}


@media (max-width: 1500px) {
    header #nav .bottom-nav .left-container ul li .bottom-nav-sublist.office::after {
        left: unset;
        right: -100px;
    }
}

@media (max-width: 760px) {
    header #nav.show-mobile-search-bar .top-nav .search-bar-wrapper #searchQueryInput {
        display: flex !important;
    }
    header #nav.show-mobile-search-bar .top-nav .search-bar-wrapper #searchQuerySubmit {
        display: flex !important;
        top: 53px;
        right: 12px;
        filter: invert(1);
        width: 40px;
        height: 40px;
    }
}

.cart_product_container--files label.quantity {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #333333;
    margin-bottom: 14px;
}

.cart_product_container--files input.quantity {
    font-family: "Poppins", sans-serif;
    width: 106px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    background: #F8F8F8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #333333;
    padding-left: 10px;
}

@media (max-width: 760px) {
    .products_mostly_view_outline .products_blocks_wrapper {
     flex-direction: row;
     display: flex;
     flex-wrap: nowrap;
     overflow: scroll;
     justify-content: flex-start;
     gap: 16px;
 }
}

@media (max-width: 760px) {
    .gallery-container-big {
      height: 50vh;
      max-height: 400px;
    }
    .gallery-container-big .gallery-item.big {
      height: 100%;
    }
  }

header #nav .top-nav .logo img {
    height: auto;
}

.clients_panel_orders_details_content__right .orders_details_box__slot .orders_details_box__slot__bottom {
    width: calc(100% + 60px);
    color: #fff;
    padding-right: 12px;
}

@media (max-width: 1600px) {
    .products_details .pricing_availability_container__availability {
        margin: 0;
    }
}

.products_details__top .pricing_availability_container__availability {
    margin-left: 0;
}