@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

.blyd3d-global-container{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.blyd3d-custom-option {
    position: relative;
}

.blyd3d-custom-option h4 {
    font-size: 15px !important;
    margin-bottom: 0;
}

.blyd3d-custom-option label {
    background-size: contain;
}

.blyd3d-color-view {
    position: absolute;
    width: 55px;
    top: 49%;
    left: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 25px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: #fff;
    opacity: 0.7;
    cursor: pointer;
}

.conf__color__select div{
    position: relative;
}

.blyd3d-view-color-modal {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1em 0;
    align-items: center;
}

.blyd3d-modal-next {
    position: absolute;
    top: 45%;
    right: 0%;
    color: #000;
    background-color: #fff;
    padding: .5em;
    cursor: pointer;
}

.blyd3d-modal-prev {
    position: absolute;
    top: 45%;
    left: 0%;
    color: #000;
    background-color: #fff;
    padding: .5em;
    cursor: pointer;
}

.blyd3d-builder-triger {
    margin: 1em;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: var(--primary-color);
    color: #fff;
    padding: 20px;
    width: 100%;
    margin-left: 0;
}

.blyd3d-custom-option p {
    line-height: 1.5;
}

.option__item h5 {
    font-size: 15px !important;
}

.conf__bloc__bottom__images label {
    cursor: pointer;
}


.blyd3d-global-title {
    font-size: 30px !important;
}

.conf__container {
    display: flex;
    /* margin: 20px; */
}



.blyd3d-cart-add-container {
    display: flex;
    flex-direction: column;
    line-height: 0;
}

#blyd3d-preview-canvas {
    background-color: #000;
}

.switch-config a {
    text-decoration: none;
}

.blyd3d-hide {
    display: none !important;
}

.primary__color {
    color: var(--primary-color);
}

.text__center {
    text-align: center;
}

.conf__bloc {
    height: 100vh;
    flex-basis: 70%;
    position: relative;
}

.conf__option {
    height: 100vh;
    flex-basis: 30%;
    position: relative;
}

.conf__option_scroll {
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    padding-bottom: 200px;
}

.conf__option_scroll::-webkit-scrollbar {
    display: none;
}

.conf__bloc canvas {
    height: 100%;
    width: 100%;
    /* background-image: url(img.jpg); */

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.conf__bloc__top {
    z-index: 1;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
	top: -15px;
}

.conf__bloc__top__left {
    display: flex;
    gap: 5px;
    height: 7em !important;
}

.blyd3d-global-container {
    z-index: 9999;
}

.conf__price__top .blyd3d-price {
    font-size: 3em !important;
    margin: 0 !important;
	font-weight: 800;
}

.switch-field {
    height: 5em;
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(48, 53, 63, 0.1);
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    color: rgba(255, 255, 255);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 8px 18px;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: center;
}

.switch-field label:hover {
    cursor: pointer;
}

.blyd3d-font-family {
    font-size: 12px;
}

.switch-field input:checked+label,
.blyd3d-active {
    background-color: var(--primary-button-color);
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px;
}

.switch-field label:last-of-type {
    border-radius: 4px;
}

.conf__price__top {
    text-align: right;
    font-size: 0.9em;
    color: #fff;
}

.conf__price__top h1 {
    color: var(--primary-text-color);

}

.conf__bloc__bottom__mobile {
    position: relative;
/*     bottom: 0; */
    z-index: 999;
    display: none;
    padding-left: 20px;
	padding-right: 20px;
    width: 100%;
	margin-top: 10px;
}

.conf__bloc__bottom__mobile p {
    text-align: center;
    font-size: 0.8em;
    color: var(--primary-button-color);
}

.conf__bloc__bottom__mobile button {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: var(--primary-button-color);
    color: #fff;
    padding: 10px;
    margin: auto;
}

.conf__bloc__bottom {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
}

.conf__bloc__bottom__text {
    color: white;
    flex-basis: 50%;
    display: flex;
    align-items: end;
}

.conf__bloc__bottom__images {
    color: white;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    overflow: auto;
}

.image_block__item {
    height: 60px;
    width: 60px;
    border: 1px solid var(--primary-button-color);
    border-radius: 5px;
    /* background-image: url(img.jpg); */

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image_block__item.selected {
    border: 1px solid var(--primary-color);
}

.conf__option h1 {
    margin-bottom: 20px;
}

.switch-config {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(48, 53, 63, 0.1);
}

.switch-config input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-config label {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 1.2em;
    transition: all 0.1s ease-in-out;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.switch-config label:hover {
    cursor: pointer;
}

.switch-config input:checked+label,
.switch-config input:checked+label a {
    background-color: var(--primary-button-color);
    color: #fff !important;
    box-shadow: none;
}

.switch-config label:first-of-type {
    border-radius: 4px;
}

.switch-config label:last-of-type {
    border-radius: 4px;
}

.option__item {
    margin: 15px 0;
}

.option__item .option__item__text {
    width: 100%;
    margin: 7px 0;
    resize: none;
    height: 70px;
    min-height: 70px;
    font-size: 1.1em;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: var(--blyd3d-builder-sub-color) !important;
    color: var(--blyd3d-builder-main-color) !important;
    padding: 5px;
}

.option__item .message__text {
    color: #fff;
    background-color: var(--primary-button-color);
    font-size: 0.8em;
    padding: 5px;
}

.option__item h5:first-child {
    margin-bottom: 10px;
}

/* ----------------------- */



.accordion_button {
    cursor: pointer;
    padding: 17px;
    width: 150px;
    border: 1px solid #bbbbbb;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
}

.accordion_button:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion_active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.accordion_active,
.accordion_button:hover {
    font-weight: 500;
}

.accordion_panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/* ------------------------------------------------------ */

.accordion_panel {
    display: grid;
    grid-template-columns: repeat(3, 31%);
    height: fit-content;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    /* padding: 20px 0; */
}

.accordion_panel input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.accordion_panel label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 15px 25px;
    font-size: 1.2em;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion_panel label:hover {
    cursor: pointer;
}

.accordion_panel input:checked+label {
    border: 2px solid var(--primary-text-color);
    color: var(--primary-text-color);
    box-shadow: none;
}

.accordion_panel label:first-of-type {
    border-radius: 4px;
}

.accordion_panel label:last-of-type {
    border-radius: 4px;
}

/* ------ */

.font__select_panel {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    height: fit-content;
    gap: 10px;
    margin-top: 20px;
    /* width: 100%; */
    padding: 10px;
}

.font__select_panel input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.font__select_panel label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 15px 25px;
    font-size: 1.2em;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font__select_panel label:hover {
    cursor: pointer;
}

.font__select_panel label:last-of-type {
    border-radius: 4px;
}

/* -------------------------------------------------------------------- */

.conf__text__justify {
    position: absolute;
    display: flex;
    right: 0;
    gap: 10px;
}

.conf__text__justify input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.conf__text__justify label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    height: 55px;
    width: 55px;
    font-size: 1.2em;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.conf__text__justify label:hover {
    cursor: pointer;
}

.conf__text__justify input:checked+label {
    border: 2px solid var(--primary-button-color);
    color: var(--primary-button-color);
    box-shadow: none;
}

/* ------------------------------------------- */

.conf__color__select {
    display: grid;
    grid-template-columns: repeat(auto-fill, 62px);
    height: fit-content;
    /*gap: 10px;*/
    margin-top: 20px;
    width: 100%;
    /* padding: 20px 0; */
}

.conf__color__select input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.conf__color__select label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    width: 55px;
    height: 55px;
    font-size: 1.2em;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
}

.conf__color__select input[value='rgb']~label {
    background-image: url(../shopify/assets/rgb.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

.conf__color__select label:hover {
    cursor: pointer;
}

.conf__color__select input:checked+label {
     outline: 1.8px solid var(--primary-text-color);
}

.conf__color__select label:first-of-type {
    border-radius: 100%;
}

.conf__color__select label:last-of-type {
    border-radius: 100%;
}

.blyd3d-custom-image label {
    border-radius: .2em !important;
}

.blyd3d-custom-image {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blyd3d-custom-image .blyd3d-custom-option  {
    width: 100%;
}
/* ------------------------------------ */

.conf__size__select {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    height: fit-content;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

/*.conf__size__select input {*/
    /*position: absolute !important;*/
/*    clip: rect(0, 0, 0, 0);*/
/*    height: 1px;*/
/*    width: 1px;*/
/*    border: 0;*/
/*    overflow: hidden;*/
/*}*/

.conf__size__select label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    padding: 15px 25px;
    transition: all 0.1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    height: 100%;
}

.blyd3d-size-block h4 {
    margin: 0;
    padding: 0;
	text-align: center;
	width: max-content;
}

.conf__size__select label:hover {
    cursor: pointer;
}

.conf__size__select input:checked+label {
    border: 2px solid var(--primary-text-color);
    color: var(--primary-text-color);
    box-shadow: none;
}

/* ------------------------------------ */

.conf__bg__select {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    height: fit-content;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.conf__bg__select input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.conf__bg__select label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    padding: 15px 25px;
    padding-bottom: 0;
    transition: all 0.1s ease-in-out;
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
    border-radius: 4px;
}

.conf__mobile .conf__bg__select label {
    padding-bottom: 15px !important;
    height: 100%;
    align-items: center;
    justify-content: center;
}


.conf__color__select input:checked+label,
.blyd3d-field-active {
    border: 2px solid var(--primary-text-color);
    color: var(--primary-text-color);
    box-shadow: none;
}

.conf__bg__select label:hover {
    cursor: pointer;
}

.conf__bg__select input:checked+label {
    border: 2px solid var(--primary-text-color);
    color: var(--primary-text-color);
    box-shadow: none;
}

.conf_country_select {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid;
    outline-color: var(--primary-color);
}

.conf_country_select option {
    height: 50px;
}

.option__item__requests {
    width: 100%;
    margin: 7px 0;
    resize: none;
    height: 60px;
    font-size: 1.1em;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: rgba(188, 196, 210, 0.1);
    padding: 5px;
}

.option__item__requests:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px, rgba(18, 18, 18, 0.3) 0px 0px 5px 4px;
}

.blyd3d-modal-img {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 520px;
    z-index: 999999999;
    background-color: var(--primary-button-color);
    margin-right: 1em;
    border: 1em solid #000;
    border-radius: .4em;
    outline: 1px solid var(--primary-button-color);
    margin-bottom: .5em;
}

.blyd3d-modal-img img {
    height: 100%;
    width: 100%;
}

.blyd3d-modal-btn {
    cursor: pointer;
}

.blyd3d-modal-close {
    color: #fff;
    border-radius: .2em;
    padding: .2em 1em;
    background-color: var(--primary-button-color);
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
}


.conf__finish {
    background-color: #edeaea;
    /* height: 12vh; */
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
    position: absolute;
    /*opacity: .9;*/
    bottom: 0;
    right: 0;
    width: 100%;
}

.conf__finish .blyd3d-price {
    color: var(--primary-button-color) !important;
}

.message__text {
    line-height: 1.5em;
}

.conf__finish h3 {
    color: green;
}

.conf__finish p {
    font-size: 0.9em;
    color: var(--primary-button-color);
}

.conf__finish button {
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: var(--primary-button-color);
    color: #fff;
    padding: 25px;
}

.conf__mobile {
    display: none;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

.conf__modal__text,
.conf__modal__font,
.conf__modal__color,
.conf__modal__size,
.conf__modal__back,
.conf__modal__backc,
.conf__modal__mat,
.conf__modal__jac,
.conf__modal__moun,
.conf__modal__extras {
    display: none;
}


/* -------------------------- */

.conf__text__justify__mobile {
    display: flex;
    flex-direction: column;
    right: 0;
    padding: 10px;
    /* gap: 5px; */
}

.conf__text__justify__mobile input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.conf__text__justify__mobile label {
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    height: 40px;
    width: 40px;
    font-size: 1.2em;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.conf__text__justify__mobile label:hover {
    cursor: pointer;
}

.conf__text__justify__mobile input:checked+label {
    border: 1px solid var(--primary-button-color);
    color: var(--primary-button-color);
    box-shadow: none;
}

.conf__light__menu__mobile {
    display: none;
}

.conf__light__modal__content {
    display: none;
}

.active_modal_light {
    visibility: visible !important;
}


@media screen and (max-width: 767px) {
    .blyd3d-modal-img {
        width: 280px;
    }

    .conf__bloc__bottom__images {
        top: 63px;
        position: relative;
    }

    .switch-field {
        top: 63px;
        position: relative;
    }

    .conf__price__top {
        font-size: 9px;
        line-height: 3;
    }

	
}

.conf__mobile__menu__item__icon svg {
	height: 45px;
	width: 45px;
}

/* 1400 */
@media screen and (max-width: 1400px) {

    .conf__option {
        display: none;
    }

    .conf__container {
        display: block;
    }

    .conf__bloc {
        height: 45vh;
    }

    .conf__bloc__bottom {
        display: none;
    }

    .conf__mobile {
        display: block;
    }

    .conf__mobile__menu {
        padding: 20px;
        display: flex;
        gap: 20px;
        overflow: auto;
		justify-content: space-around;
    }

    .conf__mobile__menu__item {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        text-align: center;
    }

    .conf__mobile__content .close_font {
        color: var(--primary-text-color);
    }

    .conf__mobile__content h1 {
        font-size: 1em;
    }

    .conf__modal__head {
        padding: 10px;
        display: flex;
        gap: 10px;
        border-bottom: 1px solid #bbbbbb;
        color: var(--primary-text-color);
        align-items: center;
        justify-content: space-between;
    }

    .blyd3d-mobile-arrow-group {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .option__item {
        padding: 20px;
    }

    .conf__bloc__bottom__mobile {
        display: block;
    }

    .conf__bloc__top__left {
        display: none;
    }

    .conf__light__menu__mobile {
        height: max-content;
        display: flex;
        gap: 10px;
        padding: 10px;
        z-index: 999;
        left: -25px;
        top: -7px;
        position: relative;
    }

    .conf__light__menu__mobile div {
        color: #fff;
        height: 35px;
        width: 35px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
    }

    .conf__light__modal__content {
        width: 100% !important;
        display: flex;
        justify-content: center;
        position: absolute;
        /* top: 10px; */
        left: -10px;
    }

    .conf__light__modal__content .light__modal {
        display: flex;
        gap: 10px;
        visibility: hidden;
    }

    .bloc__bottom__modal {
        visibility: hidden;
    }

    .conf__bloc__bottom__images {
        gap: 5px;
    }

    .image_block__item {
        height: 40px;
        width: 40px;
    }



}


.blyd3d-field-active-size {
    border: 1px solid var(--primary-text-color);
    color: var(--primary-text-color);
    box-shadow: none;
}


.blyd3d-input-range-size {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}

.blyd3d-input-range-size:focus {
  outline-color: #f8b195;
}

.blyd3d-input-range-size::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: #f67280;
  background: -webkit-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
  background: linear-gradient(to right, #f67280 0%, #c06c84 50%, #355c7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f67280", endColorstr="#355c7d", GradientType=1);
}

.blyd3d-input-range-size::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  height: 3px;
  background: #f67280;
  background: -moz-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
  background: linear-gradient(to right, #f67280 0%, #c06c84 50%, #355c7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f67280", endColorstr="#355c7d", GradientType=1);
}

.blyd3d-input-range-size::-ms-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3px;
  background: #f67280;
  background: -moz-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
  background: -webkit-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
  background: linear-gradient(to right, #f67280 0%, #c06c84 50%, #355c7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f67280", endColorstr="#355c7d", GradientType=1);
}

.blyd3d-input-range-size::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  background: #222 center no-repeat;
  background-size: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}

.blyd3d-input-range-size::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.blyd3d-input-range-size::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  background: #222 center no-repeat;
  background-size: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}

.blyd3d-input-range-size::-moz-range-thumb:active {
  cursor: grabbing;
}

.blyd3d-input-range-size::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  background: #222 center no-repeat;
  background-size: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}

.blyd3d-input-range-size::-ms-thumb:active {
  cursor: grabbing;
}

.h4-container {
    padding: 0;
}

.h4-container h4 {
    padding: 0;
    text-align: center;
}

.blyd3d-custom-option input:checked+label:before {
    content: "";
    position: absolute;
    width: .8em;
    padding: .2em;
    color: #fff;
    background-color: red;
    rotate: 45deg;
    float: right;
    right: 4px;
    top: 0.2em;
    border-radius: 1em;
}

.blyd3d-custom-option input:checked+label:after {
    content: "";
    position: absolute;
    width: 1.5em;
    padding: .2em;
    color: #fff;
    background-color: #FF5722;
    rotate: 145deg;
    float: right;
    right: -11px;
    top: 0.1em;
    border-radius: 1em;
}
  
.blyd3d-htv-msg {
	margin-top: .5em;
    margin-bottom: 0;
/* 	color: #F44336 !important; */
	line-height: 1.5em;
}

.conf__finish .blyd3d-price {
	margin-bottom: 0;
}

.conf__bloc__bottom__mobile .message__text {
	margin-bottom: 0.7em;
}

.conf__finish .message__text {
	margin-bottom: 0.5em;
}

.blyd3d-custom-option .amount, .blyd3d-additionnal-opt-price {
	color: #F44336 !important;
}

.conf__mobile .conf__modal__head h1 {
    margin: 0;
    text-transform: uppercase;
}