:root {
    --unavailable_color: rgb(0 0 0 / 30%);
    --unavailable_bg: rgb(55 136 182 / 20%);
}
.allemen_product .product-info-main,
.allemen_product .product-info-main #product_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
}
.allemen_product .product-info-main {
    row-gap: 30px;
    column-gap: 20px;
    position: relative;
    justify-content: space-between;
}
.allemen_product #product_main {
    max-width: 65.70%;
    position: relative;
}
.allemen_product #product_info_box {
    max-width: 32.25%;
    flex-grow: 1;
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    align-self: flex-start;
    padding:15px 0px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    border: var(--def_brd);
}
div#mobile_box_placeholder {
    /*display: none;*/
}
.allemen_product #product_info_box .price-box.price-final_price .price-container.pack-price {
    display: block;
    width: 100%;
    overflow-x: hidden;
    font: normal normal 0.88rem/1.05rem Lato;
    margin-top: 10px;
}
.allemen_product #product_info_box .price-box.price-final_price .price-container.pack-price > .price-wrapper,
.allemen_product #product_info_box .price-box.price-final_price .price-container.pack-price .price {
    font: inherit;
}
.allemen-gallery-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.allemen-gallery-container > div#gal_image_container {
    max-width: calc(100% - 125px);
    order: 1;
}
.allemen-gallery-container > div#thumbs_navigation {
    max-width: 115px;
    order: 0;
}
.allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide:first-of-type {
    margin-top: 0;
}
.allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide {
    margin-bottom: 6px;
    margin-top: 4px;
    max-width: 112px;
    max-height: 112px;
}
.allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide:last-of-type {
    margin-bottom: 0;
}


.allemen-gallery-container > div#thumbs_navigation .js_thumbs_slides {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-content: flex-start;
}

.allemen-gallery-container > div#thumbs_navigation > div#thumbs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.allemen-gallery-container > div#gal_image_container > div {
    margin: 0;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 0 1px var(--brd_color);
}
.allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide > button {
    border-radius: 5px;
    overflow: hidden;
    border-color: var(--brd_color);
}

.allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide > button.border-primary {
    border-color: var(--black);
}
div#product_images {
    padding-top: 0;
}
.allemen_product .product-info-main #product_top .title_container {
    margin-top: 0;
}

.allemen_product .product-info-main #product_top .rating_data {
    font-family: Lato;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.allemen_product .product-info-main #product_top .rating_data b {
    font-weight: 700;
}
div#product_top_box .nr_kat {
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
div#product_details {
    flex-direction: column;
}
div#details_titles {
    gap: 30px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}
#details_section .section_title_toggle,
section#product_main h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
}
#details_section .section_title_toggle,
div#details_titles > [class*="-title"],
div#details_titles > [class*="-title"] > h2,
div#details_titles > [class*="-title"] > h3,
div#details_titles > [class*="-title"] > h4 {
    cursor: pointer;
}
div#details_titles > [class*="-title"],
div#details_titles > [class*="-title"] > h2,
div#details_titles > [class*="-title"] > h3,
div#details_titles > [class*="-title"] > h4 {
    font-size:14px;
    line-height:17px;
}
.allemen-gallery-container > div#thumbs_navigation > div#thumbs > button {
    margin: 0 auto;
}
.allemen-gallery-container > div#thumbs_navigation > div#thumbs > button:first-child {
    top: 0;
}

.allemen-gallery-container > div#thumbs_navigation > div#thumbs > button:last-child {
    bottom: 0;
}

.allemen-gallery-container > div#thumbs_navigation > div#thumbs > button {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.allemen-gallery-container > div#thumbs_navigation > div#thumbs > button:before {
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: var(--white);
    opacity: .5;
}
.allemen-gallery-container > div#thumbs_navigation > div#thumbs > button > svg {
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

#product-attributes {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
#product-attributes .product-attribute-value {
    font-weight: 700;
}
#recently_viewed .section_title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}
div#product_info_box .final-price .price {
    font-family: Lato;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}
#product_info_box button#add-to-wishlist {
    border:var(--def_brd);
}
#product_info_box input[id*="qty\["].form-input,
#product_info_box input[id*="m2\["].form-input{
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    padding: 7px 20px;
    min-width: 105px;
    border-radius: 29.5px;
}
#product_info_box input[id*="qty\["].form-input::-webkit-inner-spin-button,
#product_info_box input[id*="qty\["].form-input::-webkit-outer-spin-button,
#product_info_box input[id*="m2\["].form-input::-webkit-inner-spin-button,
#product_info_box input[id*="m2\["].form-input::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
#product_info_box .qty_input {
    position: relative;
}

#product_info_box .qty_input .qty_action {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    width:20px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}

#product_info_box .qty_input .qty_action:first-child {
    left: 0;
    text-align: right;
}

#product_info_box .qty_input .qty_action:last-child {
    right:0;
    text-align: left;
}
#product_info_box span.uom-label.price sup {
    font-size: 60%;
    top: -0.6em;
}
#product_info_box .incl_tax_label {
    font-family: Lato;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
div#product_info_box .final-price .price + .uom-label.price {
    position: relative;
}

div#product_info_box .final-price .price + .uom-label.price:before,
.allemen_product #product_info_box .item_price_wrap > .price-box.price-final_price > .regular_price.old_price > .price.uom-label:before {
    content: "/";
    left: -2px;
    position: relative;
}
div#omnibus_product, div#omnibus_product .price {
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

div#omnibus_product .price {
    font-weight: 700;
}

.item_addtocart button#product-addtocart-button,
.item_addtocart .product_unavailable_btn,
button#product-sample-addtocart-button {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    color:var(--white);
    border-radius:29.5px;
    background:var(--a_green);
}
.item_addtocart .product_unavailable_btn {
    color: var(--unavailable_color);
    background: var(--unavailable_bg);
    cursor: not-allowed;
}
div#product_info_box .final-price .price-label.block {
    display: none;
}

div#product_info_box form#product_addtocart_form {
    margin: 0;
}
div#product_info_box  .product_box_icons,
div#product_info_box .product_box_tips {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    margin: 0;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
div#product_info_box .product_box_icons > div[class*="_icon"] > svg,
div#product_info_box .product_box_icons > div[class*="_icon"] > span {
    flex: 0 1 auto;
}
div#product_info_box .product_box_icons > div[class*="_icon"] > span {
    max-width:calc(100% - 35px);
}
div#product_info_box .product_box_icons > div[class*="_icon"] > span > [data-content-type] {
    display: inline;
}
div#product_info_box .product_box_icons > div[class*="_icon"] > svg {
    align-self: center;
}
div#product_info_box .product_box_icons b,
div#product_info_box .product_box_tips b,
div#product_info_box .product_box_icons strong,
div#product_info_box .product_box_tips strong {
    font-weight: 700;
}

div#product_info_box .product_box_tips ~ .product_box_icons {
    border:0;
    margin:0;
    padding-bottom: 0;
    padding-top: 25px;
}
div#product_info_box .product_box_tips {
    padding-bottom: 20px;
}
div#product_info_box .product_box_tips ul {
    list-style: initial;
    margin: 0 0 0 0.5rem;
    padding: 0 0 0 0.6rem;
}

div#product_info_box .product_box_tips li {
    margin-bottom: 10px;
}
div#product_info_box > div > .product_box_icons:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}


.alt-uom-price-calculator {
    margin: 28px 0 0 0;
    padding:0;
    max-width: 100%;
}
.alt-uom-price-calculator .calculator-wrapper .toggle {
    text-transform: none;
    line-height: 14px;
    font-size: 14px;
}

.alt-uom-price-calculator .calculator-wrapper.active .toggle {
    border:0;
}
.alt-uom-price-calculator .calculator-wrapper .fieldset .field.width:after,
.alt-uom-price-calculator .calculator-wrapper .fieldset .field.length:after {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.alt-uom-price-calculator .calculator-wrapper .fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.alt-uom-price-calculator .calculator-wrapper .fieldset .field.width, .alt-uom-price-calculator .calculator-wrapper .fieldset .field.length {
    flex: 0 0 auto;
    margin: 0;
}

.alt-uom-price-calculator .calculator-wrapper .fieldset .field.width .label, .alt-uom-price-calculator .calculator-wrapper .fieldset .field.length .label {
    color: var(--black);
    display: inline-block;
    width: auto;
    text-transform: none;
    line-height: 14px;
    font-size: 14px;
    font-family: Lato;
    font-weight: 300;
}

.alt-uom-price-calculator .calculator-wrapper.active .content input[type=number] {
    width: 75px;
    height: 25px;
    padding: 0 20px 0 10px;
    border-radius: 9.5px;
    border: 1px solid var(--brd_color);
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.alt-uom-price-calculator .calculator-wrapper .fieldset .field.width, .alt-uom-price-calculator .calculator-wrapper .fieldset .field.length {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    position: relative;
}
.alt-uom-price-calculator .calculator-wrapper.active .content input[type=checkbox] {
    border-radius: 100%;
    border-color: var(--brd_color);
}

.alt-uom-price-calculator .calculator-wrapper.active .content input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
    color: white;
    border-color: var(--brd_color);
}

.alt-uom-price-calculator .calculator-wrapper.active .content input[type=checkbox]:focus {
    box-shadow: none;
}

.alt-uom-price-calculator .calculator-wrapper .fieldset .field.ten-percent-extra {
    flex-basis: auto;
    margin: 0;
    width: auto;
    color: var(--black);
    display: inline-block;
    width: auto;
    text-transform: none;
    line-height: 14px;
    font-size: 14px;
    font-family: Lato;
    font-weight: 300;
    flex-shrink: 1;
}
.alt-uom-price-calculator .calculator-wrapper .fieldset .field.ten-percent-extra .label {
    vertical-align: middle;
}
.allemen-gallery-container > div#gal_image_container button.image_nav {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: var(--gray);
    transform: translateY(-50%);
    border-radius: 100%;
    color: #000;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.allemen-gallery-container > div#gal_image_container button.image_nav.image_prev {
    left: 10px;
}

.allemen-gallery-container > div#gal_image_container button.image_nav.image_next {
    right: 10px;
}
.allemen-gallery-container > div#gal_image_container img {
    height: 100%;
}
.allemen_product #product_info_box .item_name_wrap.w-full {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
}
#gallery .promo_pecentage.absolute {
    top: 20px;
    left: 20px;
}
.allemen_product .product-info-main #product_top .title_container {
    justify-content: space-between;
}
.allemen_product .product-info-main #product_top {
    justify-content: space-between;
}
#product_info_box button#add-to-wishlist svg, #product_info_box button#add-to-wishlist svg path {
    fill: var(--brd_color);
}

#product_info_box button#add-to-wishlist:hover svg path,
#product_info_box button#add-to-wishlist:focus svg path,
#product_info_box button#add-to-wishlist:active svg path,
#product_info_box button#add-to-wishlist:focus-within svg path {
    fill: var(--red);
}
.allemen_product #product_info_box .item_name_wrap.w-full,
.allemen_product #product_info_box .item_price_wrap.w-full {
    box-sizing:border-box;
    padding-right:45px;
}
#product_info_box button#add-to-wishlist {
    position:absolute;
    top:24px;
    right:20px;
}
#product_info_box .item_addtocart .qty_fields.m2_qty_fields {
    flex-grow:1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
#product_info_box .item_addtocart .qty_fields.m2_qty_fields label.m2label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: lowercase;
    font-weight: 600;
    font-size: 12px;
}
#product_info_box .alt-uom-price-calculator {
    width: 100%;
}
.allemen_product #product_info_box .item_price_wrap > .price-box.price-final_price > .regular_price.old_price {
    color: #9f9f9f;
    position:relative;
    display:inline-block;
}
.allemen_product #product_info_box .item_price_wrap > .price-box.price-final_price > .regular_price.old_price:before {
    width:100%;
    height:1px;
    content:'';
    position:absolute;
    top:50%;
    left:0;
    background:#9f9f9f;
    transform:translateY(-50%);
}
.allemen_product #product_info_box .item_price_wrap > .price-box.price-final_price > .regular_price.old_price > .price,
.allemen_product #product_info_box .item_price_wrap > .price-box.price-final_price > .regular_price.old_price > .price.uom-label{
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.allemen_product #product_info_box .item_price_wrap .has_discount .final-price > .price-wrapper.title-font .price:not(.uom-label) {
    color: var(--red);
}
div#product_info_box .price-box:has(.old-price) .final-price .price:not(.uom-label) {
    color: var(--red);
}
.allemen_product #product_info_box .price-box.price-final_price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-start;
    gap: .25rem 0.75rem;
}

.allemen_product #product_info_box .price-box.price-final_price div#omnibus_product {
    flex:1 1 100%;
}
div#product_info_box.updating_qtys .qty_input > input {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--a_blue);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

div#product_info_box .calculator-result > .btn.update-inputs {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    border-radius: 29px;
    background: var(--a_blue);
}
@media only screen and (max-width: 1239px) and (min-width: 1025px) {
    .allemen_product .product-info-main {
        column-gap: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .allemen_product #product_main,
    .allemen_product #product_info_box {
        max-width: 100%;
    }
    .allemen_product .product-info-main #product_top .rightside > .amshopby-option-link  img {
        max-width: 100px;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .allemen-gallery-container > div#thumbs_navigation,
    .allemen-gallery-container > div#gal_image_container {
        max-width: 100%;
    }
    .allemen-gallery-container > div#thumbs_navigation {
        order:1;
    }
    .allemen-gallery-container > div#thumbs_navigation .js_thumbs_slides {
        flex-wrap: nowrap;
    }
    .allemen-gallery-container > div#thumbs_navigation > div#thumbs > button {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        max-width: 25px;
        height: 100%;
    }

    .allemen-gallery-container > div#thumbs_navigation > div#thumbs {
        flex-direction: initial;
        flex-wrap: initial;
        align-items: center;
    }
    .allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide {
        max-width: 100px;
        max-height: 100px;
        margin: 0;
    }

    .allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide > button {
        margin: 5px;
    }
    .allemen-gallery-container > div#gal_image_container > div {
        overflow: hidden;
    }
    .allemen_product .product-info-main #product_top > .leftside {
        max-width: calc(100% - 110px);
    }

    .allemen_product .product-info-main #product_top > .leftside div#product_title {
        margin-bottom: 10px;
    }
    div#details_titles {
        gap: 10px;
    }
    section#description iframe {
        max-width: 100%;
    }

    section#description p, section#description li,
    section#technical_data div#product-attributes .attribute_item {
        font-size: 14px;
        line-height: 22px;
    }
    #details_section .section_title_toggle, section#product_main h2,
    #recently_viewed .section_title {
        font-size: 20px;
        line-height: 26px;
    }
    div#product_info_box .product_box_icons strong, div#product_info_box .product_box_icons a {
        display: inline-block;
    }
    section#technical_data div#product-attributes .attribute_item.w-1\/2 {
        max-width: 100%;
        width: 100%;
    }
    div#other_products div[id*="slider-nav-"] [type=button] > span.cursor-pointer {
        margin: 8px;
    }
}
@media only screen and (max-width: 520px) {
    .allemen_product .product-info-main #product_top > .leftside {
        max-width: 100%;
    }
    .allemen_product .product-info-main {
        row-gap: 10px;
    }
    div#gallery {
        padding-top: 0;
    }
    .allemen-gallery-container > div#thumbs_navigation .js_thumbs_slide {
        max-width: 70px;
        max-height: 70px;
    }
}
.catalog-product-view button#product-sample-addtocart-button {
   /* background: #9F9F9F; */
}
.catalog-product-view .shipping_icon.flex.flex-row.flex-wrap.w-full.gap-10p.justify-start.items-center {
    color: var(--a_blue);
}
.button-item-description{
	text-align: center;
}
.pagebuilder-button-primary-description:hover {
    background: var(--a_blue) !important;
    cursor: pointer;
    color: #fff !important;
}
.prose {
	overflow:hidden;
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.prose_full{
	height:100% !important;
	-webkit-mask-image: none;
	mask-image: none;
}
.svg_rotate{
	transform: rotate(0deg) !important;
}
.mw-apo-control.collapsed {
	display: none;
}
.apo-box label:hover{
cursor:pointer;
font-weight:600;
}
.apo-box label .flex{
display: inline-block;
}
span.apo-label-selected {
    color: var(--a_blue);
    font-weight: 500;
}
.allemen_product #product_info_box .w-full .items-start .item_name_wrap,
.allemen_product #product_info_box .w-full .items-start .item_price_wrap,
.allemen_product #product_info_box .w-full .items-start .alt-uom-price-calculator,
.allemen_product #product_info_box .w-full .items-start .item_addtocart{
	padding: 0px 20px;
}
#product-add-custom{
	margin-top: 20px;
	display:grid;
}
#product-add-custom div{
	gap:0;
}
div#product-add-custom > div {
    border-top: 1px solid #b9b9b9;
}
.product_box_icons > div {
    border-top: 1px solid #b9b9b9;
	display: inline-flex;
	height:50px;
	font-weight: normal;
	color:#000 !important;
	background:#fff;
}
.amlocator-curbside-banner-wrapper{
	display:none;
}
#product-add-custom svg{
height: 100%;
margin: 0 10px;
}
#product-sample-addtocart-button {
    width: 100%;
    height: 50px;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    box-shadow: none;
	padding:0;
	background:#fff;
}
.catalog-product-view #product-sample-addtocart-button > span.block{
padding:0;
}
#box_amlocator_shop{
	order:1;
}
#zapytanie_modal{
	order:2;
}
.product_box_icons{
	order:3;
}
#product_addtocart_form_sample_box{
	order:4;
}

#box_amlocator_shop:hover,
#zapytanie_modal:hover,
.product_box_icons .phone_icon:hover,
#product_addtocart_form_sample_box:hover{
	filter: brightness(85%);
}
div#zapytanie-modal-card .mgz-element{
padding-left:0px;
}
div#zapytanie-modal-card #button_close{
	z-index: 9999;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
}
div#zapytanie-modal-card #button_close:hover{
    font-size: 34px;
}
.item_addtocart button#product-addtocart-button {
    margin-bottom: 10px;
}
#gal_image_container span.product_label_online {
    font-weight: 500;
    color: var(--a_blue);
	font-size: 0.9rem;
}
#gal_image_container div.product_labels_online {
    position: absolute;
    right: 0;
    background: white;
    padding: 2px 5px;
    border-radius: .5rem;
    border: 1px solid var(--a_blue);
    margin-top: 15px;
    z-index: 1;
    margin-right: 10px;
    margin-bottom: 10px;
    bottom: 0;
}
.door_manual_product{
	position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
}
.door_manual_product a{
	border-radius: .5rem;
}
.door_manual_product span.door-label{
	color: var(--a_blue);
    font-weight: 600;
}
.door_manual_product span.door-value{
	font-size: 13px;
    text-align: center;
    font-style: italic;
}
#gal_image_container div.discount-percentage {
	display:none;
}
div#bnpcalc{
	max-width: 300px; 
	margin: 0 auto; 
	margin-bottom: 15px;
	height: 50px; 
	border: 1px solid var(--a_green); 
	border-radius: .5rem; 
	justify-content: center; 
	display: flex; 
	align-items: center; 
	font-size: 1.2em;
}
div#bnpcalc:hover {
    cursor: pointer;
}

#bnpcalc_p{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
}