:root {
    --background-product-info-box: #eaeaea;
    --product-info-box-border-color: #ffffff;
}
.product-presentation {
    position: relative;
    display: block;
    
    padding: 0px 0px;
    margin-top: 10px;
}

h1.product-title {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 400;
    font-family: 'LexendDeca', 'Arial', 'Tahoma', sans-serif;
}
.product-rating {
    position: relative;
    display: block;
    color: #F3C225;
    font-size: 16px;
}
.product-rating .txt {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #393D40;
    font-weight: 300;
}

.product-options {
    position: relative;
    display: block;
    margin: 15px 0px;
}
.product-options label.control-label {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-black);
}
.product-options .option-radio {
    position: relative;
    display: block;
}
.product-options .option-radio .radio {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.product-options .option-radio .radio.radio-image input {
    display: none;
}
.product-options .option-radio .radio.radio-image input + label {
    position: relative;
    border: 1px solid #cccccc;
    padding: 1px;
    transition: 0.2s all;
    cursor: pointer;
}
.product-options .option-radio .radio.radio-image input + label:hover {
    border-color: var(--color-primary);
}
.product-options .option-radio .radio.radio-image input:checked + label {
    border-color: var(--color-black);
}
.product-options .option-radio .radio.radio-image input:disabled + label {
    border-color: #cccccc;
    opacity: 0.3;
}
.product-options .option-radio .radio.radio-image input + label img {
    width: 30px;
}

.product-options .form-group {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.product-options .form-group.required label.control-label:after {
    content: " *";
    color: #ff0000;
}

.product-options .checkbox {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 2px;

    padding: 3px;
    cursor: pointer;
}

.product-options .checkbox label {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.product-options .checkbox input {
    vertical-align: -2px;
}
.product-options .checkbox .option-price {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: var(--color-primary);
}

.product-price {
    position: relative;
    display: block;
    margin: 15px 0px 0px;
    padding-bottom: 15px;
    background-color: var(--background-product-info-box);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.product-price .main-price {
    position: relative;
    display: block;
    font-size: 40px;
    font-weight: 300;

    color: var(--color-primary);
}
.product-price .main-price .price-old {
    position: relative;
    display: inline-block;
    font-weight: 100;
    color: #999999;
    text-decoration: line-through;
    font-size: 30px;
    vertical-align: middle;
}
.main-price-text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-black);
    margin-top: -5px;
}
.main-price-tax {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: grey;
    margin-top: 10px;
    font-weight: 500;
}

.product-stock {
    position: relative;
    display: inline-block;

    font-size: 14px;
    font-weight: 300;
}
.product-stock span {
    font-size: 18px;
}
.product-quantity {
    position: relative;
    display: block;
}

.product-quantity .btn.btn-default {
    border-radius: 100%;
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
    padding: 3px;
    font-size: 14px;
    line-height: 14px;
    width: 22px;
    text-align: center;
}

.product-quantity .btn.btn-default:hover {
    color: #ffffff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.product-quantity input {
    border-color: #b2b2b2;
    text-align: center;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 6px !important;
}

.product-quantity .input-group {
    align-items: center;
    position: relative;
}
#live-quantity .label-qty {
    float: left;
    margin-right: 10px;
}
#input-quantity {
    margin-top: -30px;
    margin-left: auto !important;
    width: 100%;
    max-width: 30%;
    min-width: 200px;
}
#productRangeInput {
    padding-top: 50px;
    width: 100%;
}
#productRangeInputQty {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: calc(0% + 18px);
    transform: translateX(-50%);
    bottom: 43px;
}
#productRangeInputQty:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--color-primary);
    bottom: -1px;
    left: 50%;
}
.productRangeMinMax-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px 0px;
    margin-top: 3px;
    font-size: 12px;
}

.btn.btn-primary#button-cart {
    position: relative;
    display: block;
    padding: 12px 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    min-width: 200px;
}
.btn.btn-primary#button-cart svg {
    position: absolute;
    top: 2px;
    right: 5px;
    height: 32px;
}
.btn.btn-primary#button-cart svg path {
    stroke: #ffffff;
}

.btn.btn-primary#button-cart-custom {
    fill: var(--btn-primary-color);
    color: var(--btn-primary-color);
    position: relative;
    display: block;
    padding: 12px 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    min-width: 250px;
}
.btn.btn-primary#button-cart-custom svg {
    position: absolute;
    top: 2px;
    right: 5px;
    height: 32px;
}

.btn.btn-default.btn-wishlist {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0px;
    border: none;
    font-weight: 300;
}


.product-info {
    position: relative;
    display: block;
    color: #7F7F7F;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
}
.product-info b {
    font-weight: 300;
}
.product-info a {
    color: #7F7F7F;
}


.product-tabs {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 30px;
}

.product-tabs .nav {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.product-tabs .nav:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    background: var(--color-primary);
    height: 5px;
    width: 50px;
}
.product-tabs .nav button {
    display: inline-block;
    border: none;
    background-color: none;
    background: none;
    padding: 0px 15px;
    font-size: 30px;
    font-weight: 400;
    color: #737373;
    transition: 0.2s color;
}
.product-tabs .nav button + button {
    border-left: 1px solid #737373;
}
.product-tabs .nav button:hover {
    color: #E3A52A;
}
.product-tabs .nav button.active {
    color: var(--color-primary);
    font-weight: 700;
}

.attribute-title {
    position: relative;
    display: block;
    font-weight: 700;
    color: var(--color-black);
    font-size: 18px;
}

.atr-label {
    border-bottom: none;
    width: 25%;
    color: #989898;
}
.atr-value {
    border-bottom: none;
    width: 75%;
}

.attribute-table.table-striped>tbody>tr:nth-of-type(odd)>*.atr-label {
    color: #989898;
}

.product-free-transport-container {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    color: #575757;
    padding: 15px 10px 15px;
    background-color: var(--background-product-info-box);
    border-bottom: 2px solid var(--product-info-box-border-color);
    margin-top: -15px;
}
.product-free-transport-container .icon-transport {
    fill: var(--color-primary);
    margin-right: 10px;
}
.oblique-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.oblique-form:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -3px;
    left: -70px;
    z-index: -1;
    border-right: 3px solid var(--color-primary);
    transform-origin: bottom left;
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-30deg,0deg);
}
.product-tooltip-box {
    border-radius: 50%;
    background-color: var(--color-primary);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    line-height: 19px;
    font-weight: 900;
}
#live-button-cart {
    background-color: var(--background-product-info-box);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 0px !important;
}

.product-carousel {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}
.product-carousel-main {
    position: relative;
    display: block;
}
.product-carousel-main .owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
}
.product-carousel-main .owl-carousel.owl-theme .owl-nav .owl-prev,
.product-carousel-main .owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    bottom: 15px;
    background: none;
    border: none;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    width: 31px;
    height: 31px;
    text-align: center;
    color: #ffffff;
    background: var(--color-primary);
    padding: 5px;
    border-radius: 12px;
}
.product-carousel-main .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 15px;
}
.product-carousel-main .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 15px;
}

.module-product-blocks-owl .owl-nav {
    margin: 0;;
    font-size: 60px;
    font-weight: 500;
    line-height: 40px;
}

.module-product-blocks-owl .owl-nav .owl-prev,
.module-product-blocks-owl .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.module-product-blocks-owl .owl-nav .owl-prev {
    left: 15px;
}
.module-product-blocks-owl .owl-nav .owl-next {
    right: 15px;
}

.product-carousel-alt {
    position: absolute;
    top: auto;
    left: 60px;
    right: 60px;
    bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;

    z-index: 2;
}
.product-carousel-alt-icon {
    position: relative;
    display: block;
    flex: 0 0 auto;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    background: #999999;
    overflow: hidden;

    transition: 0.2s all;
    transform: scale( 1 );

    border: 2px solid #ffffff;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.27);

    cursor: pointer;
}
.product-carousel-alt-icon.active {
    transform: scale( 1.2 );
    border-color: var(--color-primary);
}
.product-carousel-alt-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    width: 100%;
}

.product-bigger-container {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-weight: 300;
}

.description-title {
    position: relative;
    display: block;
    /* font-size: 18px; */
    font-size: 24px;
    /* font-weight: 300; */
    font-weight: 600;
    /* color: var(--color-primary); */
    color: var(--color-black);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.make-currency-change {
    cursor: help;
    position: relative;
}
.make-currency-change:after {
    content: 'Schimba moneda';
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 3px 10px;
    color: #ffffff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    width: 120px;
    text-align: center;
    z-index: 3;
    display: none;
}
.make-currency-change.show-tooltip:after {
    display: block;
}

@media( min-width: 992px ) {
    .row.product-row.module-product-blocks-owl > div {
        flex: 1 1 20%;
    }
}

.sell-type-select {
    position: relative;
    display: block;
}


.sell-type-select label {
    font-weight: 700;
    color: var(--color-primary);font-size: 13px;
}

.product-carousel-item {
    position: relative;
    display: block;
    cursor: pointer;
}
.product-carousel-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 10vw;
    color: rgba(205, 92, 21, 0.604);
    pointer-events: none;
    cursor: pointer;
    transition: 0.2s all;
}
/* .product-carousel-item:hover i {
    transform: translate(-50%, -50%) scale(1);
} */

/* Custom Gallery */
.__customGalleryClicker {
    cursor: pointer;
}
.__custom-gallery-wrapper {
    position: fixed;
    display: none;
    flex-wrap: nowrap;
    gap: 4px;
    padding: 0px;
    padding-right: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
    pointer-events: none;
    opacity: 0;
    transform: translateY( 100px );
    transition: 0.5s all;
}
.__custom-gallery-wrapper.__open {
    pointer-events: all;
    display: block;
    opacity: 1;
    transform: translateY( 0px );
}

.__custom-gallery-main {
    position: relative;
    display: block;
    height: 100%;
}


.__custom-gallery-other {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;

    padding: 2px;

    overflow-y: scroll;
    width: 100px;
}
.__custom-gallery-other::-webkit-scrollbar {
    width: 4px;
}
.__custom-gallery-other::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.__custom-gallery-other::-webkit-scrollbar-thumb {
    background: #888;
}
.__custom-gallery-other::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.__custom-gallery-thumb {
    position: relative;
    display: block;
    padding: 1px;
    border: 2px solid #dddddd;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.2s all;

    margin-bottom: 10px;

    cursor: pointer;
}
.__custom-gallery-thumb img {
    width: 100%;
    border-radius: 6px;
}
.__custom-gallery-thumb.__active {
    border-color: #A40061;
}

.__custom-gallery-container {
    position: relative;
    display: block;
    height: 100%;
}
.__custom-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.__custom-gallery-item img {
    width: auto !important;
    margin: 0 auto;

    max-width: 100%;
    max-height: 100%;

    transition: 0.2s all;
}
.owl-carousel.owl-theme.__custom-gallery-container {
    display: flex;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
.owl-carousel.owl-theme.__custom-gallery-container .owl-stage-outer {
    display: block;

}
.owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-prev,
.owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-next {
    position: fixed;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    line-height: 53px;
    background: #222222;
    color: #ffffff;
    border-radius: 6px;
    padding: 2px 17px !important;
    z-index: 1000001;
}
.owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-prev i,
.owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-next i {
    font-size: 60px;
}
.owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-prev {
    left: 50px;
}
.owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-next {
    right: 50px;

    margin-right: 110px;
}

.__custom-gallery-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #222222;
    padding: 2px 2px;
    border: none;
    border-radius: 6px;
    cursor: pointer;

    margin-right: 110px;
    z-index: 40;
}
.__custom-gallery-close svg {
    height: 60px;
}
.__custom-gallery-close svg path {
    fill: #ffffff;
    stroke-width: 1.5;
}

.__custom-gallery-zoom-in {
    position: absolute;
    left: 50%;
    transform: translateX( -50% );
    bottom: 15px;
    background: #222222;
    padding: 2px 2px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-left: -75px;
    z-index: 40;
}
.__custom-gallery-zoom-in svg {
    height: 60px;
}
.__custom-gallery-zoom-in svg path {
    fill: #ffffff;
    stroke-width: 1.5;
}

.__custom-gallery-zoom-out {
    position: absolute;
    left: 50%;
    transform: translateX( -50% );
    bottom: 15px;
    background: #222222;
    padding: 2px 2px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-right: -75px;
    z-index: 40;
}
.__custom-gallery-zoom-out svg {
    height: 60px;
}
.__custom-gallery-zoom-out svg path {
    fill: #ffffff;
    stroke-width: 1.5;
}

.__custom-gallery-zoom-container {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    overflow: hidden;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
}
.__custom-gallery-zoom-container img {
    position: relative;
    display: block;
    flex: 0 0 auto;
    /* transition: 0.5s transform; */
    transform-origin: center center;

    max-height: 100%;
    max-width: 100%;
}

@media( max-width: 767px ) {
    .__custom-gallery-other {
        width: 56px;
    }
    .__custom-gallery-thumb {
        margin-bottom: 4px;
    }
    .__custom-gallery-wrapper {
        padding-right: 56px;
    }
    .__custom-gallery-close {
        top: 15px;
        left: 15px;
        right: auto;
        margin-right: 0px;
    }
    .__custom-gallery-close svg {
        height: 32px;
    }
    .__custom-gallery-zoom-in {
        margin-left: -20px;
    }
    .__custom-gallery-zoom-out {
        margin-left: 20px;
    }
    .__custom-gallery-zoom-in svg,
    .__custom-gallery-zoom-out svg {
        height: 32px;
    }

    .owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-prev i, .owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-next i {
        font-size: 32px;
    }

    .owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-prev i, .owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-next {
        font-size: 39px;
        line-height: 46px;
    }

    .owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-prev{
        left: 15px;
    }
    .owl-carousel.owl-theme.__custom-gallery-container .owl-nav .owl-next {
        margin-right: 60px;
        right: 15px;
    }
}
/* end of custom gallery */

.product-configurator-wrap-title {
    position: relative;
    display: block;
    font-size: 34px;
    color: var(--color-primary);
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.product-configurator {
    position: relative;
    display: block;
    margin-top: 10px;
}
.product-configurator-title {
    position: relative;
    display: block;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 5px;
}
.product-configurator-title-text {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--color-black);
    font-weight: 600;
}
.product-configurator-description {
    position: relative;
    display: inline-block;
}
.product-configurator-title .product-configurator-description {
    position: absolute;
    top: 6px;
    right: 0px;
}
.product-configurator-description > i {
    position: relative;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 100%;
    padding: 2px;
    width: 20px;
    text-align: center;
    vertical-align: 2px;
    cursor: pointer;
}
.product-configurator-description-float {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--color-white);
    border-radius: 15px;
    padding: 15px 15px;
    min-width: 400px;
    z-index: 3;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: 0.2s all;
}
.product-configurator-description:hover .product-configurator-description-float {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px)
}
.product-configurator-content {
    position: relative;
    display: block;
}
.product-configurator-values {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-configurator-value {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: auto;
}
.product-configurator-value.text {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 49%;
}
.grafica-configurator-row .product-configurator-value {
    padding-right: 22px;
}
.grafica-configurator-row .product-configurator-value .product-configurator-description {
    position: absolute;
    top: 2px;
    right: 0px;
}
.grafica-configurator-row .product-configurator-value .product-configurator-description .product-configurator-description-float > *:last-of-type {
    margin-bottom: 0px;
}
.product-configurator-value.image {
    flex: 0 0 auto;
    width: auto;
}
.product-configurator-value-separator {
    position: relative;
    display: block;
    flex :1 1 auto;
    width: 100%
}
.product-configurator-value input {
    display: none;
}
.product-configurator-value.text input + label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    width: 100%;
    font-size: 16px;
    color: #444444;
    cursor: pointer;
    transition: 0.2s all;
    width: auto;
    padding-left: 26px;
    min-width: auto;
    max-width: max-content;
}
.product-configurator-value.text input + label:before {
    content: "";
    position: absolute;
    left: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-grey);
    border-radius: 3px;
    background: (--color-white);
    vertical-align: -7px;
}
.product-configurator-value.text input + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 10px;
    height: 21px;
    border-bottom: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(40deg);
    transition: 0.2s all;
}
.product-configurator-value.text input + label:hover {
    color: var(--color-primary);
}
.product-configurator-value.text input + label:hover:after {
    border-color: var(--color-grey);
}
.product-configurator-value.text input:checked + label {
    font-weight: 700;
    color: var(--color-primary);
}
.product-configurator-value.text input:checked + label:after {
    border-color: var(--color-primary);
}

.product-configurator-value label > .text {
    position: relative;
    display: block;
    flex: 0 0 auto;
}

.product-configurator-value-description {
    position: relative;
    display: block;
    flex: 0 0 auto;
}
.product-configurator-value-description > i {
    position: relative;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 100%;
    padding: 2px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
.product-configurator-value-description-float {
    position: absolute;
    top: 100%;
    right: -100px;
    background: var(--color-white);
    border-radius: 15px;
    padding: 15px 15px;
    min-width: 300px;
    z-index: 3;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: 0.2s all;
}
.product-configurator-value-price {
    position: relative;
    display: block;
    /* flex: 1 1 auto;
    text-align: right; */
    flex: 0 0 auto;
    text-align: left;
    font-size: 12px;
}
.product-configurator-value-description:hover .product-configurator-value-description-float {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px)
}

.product-configurator-value.image input + label {
    position: relative;
    display: black;
    align-items: center;
    width: 100%;
    border: 1px solid var(--color-grey);
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    transition: 0.2s all;
}
.product-configurator-value.image input + label:hover {
    border-color: var(--color-secondary);
}
.product-configurator-value.image input:checked + label {
    border-color: var(--color-primary);
}

.product-configurator-value.image .product-configurator-value-description {
    position: static;
}

.product-configurator-value.image .product-configurator-value-description > i {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
}
.product-configurator-value.image .product-configurator-value-price {
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: var(--color-secondary);
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #ffffff;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
}
.product-configurator-value.image.order-1 .product-configurator-value-price {
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: var(--color-secondary);
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #ffffff;
    max-width: 63px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
}

.product-configurator-value-file {
    position: relative;
    display: block;
}
.product-configurator-value-file-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;
}
.product-configurator-value-file-caption {
    position: relative;
    display: flex;
    pointer-events: all;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    height: 50px;
    text-align: center;
    background: var(--main-background);
    border-radius: 15px;
}
.product-configurator-value-file-caption-text {
    position: relative;
    display: block;
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 24px;
    pointer-events: none;
    color: var(--color-primary);
}
.product-configurator-value-file:hover .product-configurator-value-file-caption-text {
    color: var(--color-black);
}

.product-price-island-wrap {
    position: relative;
    display: block;
    margin: 0 -15px;
}
.product-price-island-dummy {
    position: relative;
    display: none;
    background-color: #aaaaaa;
}
.product-price-island {
    position: relative;
    display: block;
    z-index: 1;
    background: #ffffff;
    padding: 15px 15px 0px;
    transition: 0.3s box-shadow;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.product-price-island-wrap.fixed .product-price-island {
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
}

.tabled-price {
    position: relative;
    display: block;
}
.table-price-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 13px;
    gap: 15px;
}
.table-price-label {
    position: relative;
    display: block;
    flex: 1 1 auto;
    text-align: right;
}
.table-price-value {
    position: relative;
    display: block;
    flex: 0 0 200px;
    white-space: nowrap;
    text-align: right;
}

.tabled-price {
    background-color: var(--background-product-info-box);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.table-price-row {
    padding: 10px 15px;
}
.table-price-row.initial {
    font-size: 120%;
    border-bottom: 2px solid var(--product-info-box-border-color);
}
.table-price-row.initial .table-price-value {
    color: var(--color-primary);
}
.table-price-row.initial .table-price-value .price-old {
    color: #aaaaaa;
    text-decoration: line-through;
}
.table-price-row.no-margin-bottom {
    padding-bottom: 0px;
    border-top: 2px solid var(--product-info-box-border-color);
    border-bottom: none;
}
.table-price-row.total {
    font-size: 140%;
    color: var(--color-primary);
    font-weight: 600;
    border-bottom: 2px solid var(--product-info-box-border-color);
}
.table-price-row.no-margin-bottom + .table-price-row {
    padding-top: 0px;
}
.table-price-row + .table-price-row.no-margin-top {
    padding-top: 0px;
    margin-top: -10px;
}

.product-configurator-value-file-box {
    position: relative;
    display: block;
    margin-top: 5px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 10px 15px;
}

span.required {
    color: #ff0000;
    font-weight: 900;
}

.product-configurator-error {
    position: relative;
    display: block;
    margin-top: 5px;
}
.product-configurator-error .alert.alert-danger {
    padding: 5px 15px;
}

@media ( max-width: 767px ) {
    .oblique-form {
        width: 100%;
    }
    .oblique-form:after {
        display: none;
    }
    .oblique-form + .col-md-4 {
        width: 100%;
        padding-left: 80px;
        padding-top: 0px !important;
    }
}

@media ( max-width: 539px ) {
    .table-price-row.initial {
        font-size: 110%;
    }
    .table-price-row.total {
        font-size: 120%;
    }
}

@media ( max-width: 479px ) {
    .product-carousel-alt {
        left: 55px;
        right: 55px;
    }
    .table-price-value {
        flex: 0 0 50%;
    }
}

