@font-face {
    font-family : OpenSans;
    src : 
    local('font.ArialBold'),
    url('/bundles/EmersyaWebsitePro/fonts/apps/designStuff/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family : Poppins;
    src : url('/bundles/EmersyaWebsitePro/fonts/apps/designStuff/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family : PoppinsBold;
    src : url('/bundles/EmersyaWebsitePro/fonts/apps/designStuff/Poppins-SemiBold.ttf') format('truetype');
}


.sf-minitoolbar {
    display: none !important;
}

html, 
body {
    height: 100%;
    overflow: hidden;
    margin: 0px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
}

/* * {
    cursor: default;
} */

.allContainer {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0;
    font-family: PoppinsBold;
    cursor: default;
}

.viewerPart {
    width: 100%;
    position: relative;
}

#containerViewer, 
.menu {
    display: inline-block;
}

#containerViewer {
    width: calc(100%);
    height: 100%;
}
#emersyaIframe {
    width : 100%;
    height : 100%;
    border : none;
    display : block;
}

.menu.disabled {
    pointer-events:none
}

/*Viewer*/

.zoom {
    display: flex;
    width : 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0
}
.zoom-btn {
    height: 100%;
    display: inline-block;
    text-align: center;
    margin : 0 5px;
}

.fullscreen-row {
    width : 100%;
    height: 30px;
    position: absolute;
    bottom: 30px;
    left: 0
}

#fullscreen-btn {
    height: 100%;
    display: inline-block;
    text-align: center;
    margin : 0 5px;
}

/*Error modal*/
#errorModalBackground {
    display: none;
    height : 100%;
    width: 100%;
    background-color : rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 0;
}
#errorModalContainer {
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
}
#configurationErrorModalBackground {
    display: none;
    height : 100%;
    width: 100%;
    background-color : rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 0;
}
#unsavedProductModalBackground {
    display: block;
    height : 100%;
    width: 100%;
    background-color : rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 0;
}
#errorModal {
    position : absolute;
    top : 46%;
    left : calc(50% - 8.5em);
    width: 17em;
    height: 5em;
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0.5em;
    font-family: PoppinsBold;
}
#closableErrorModal {
    position: relative;
    width: 17em;
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0.5em;
    font-family: PoppinsBold;
}
#closableErrorModal button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    scale: 2.5;
    cursor: pointer;
}
#closableErrorModal p {
    all: unset;
}
#configurationErrorModal {
    position : absolute;
    top : 40%;
    left : calc(50% - 8.5em);
    width: 17em;
    height: 9.5em;
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0.5em;
    font-family: PoppinsBold;
}
#unsavedProductModal {
    position : absolute;
    top : 40%;
    left : calc(50% - 8.5em);
    width: 17em;
    height: 7.5em;
    background-color: white;
    padding: 40px 20px 20px 20px;
    text-align: center;
    border-radius: 0.5em;
    font-family: PoppinsBold;
}
.closeModal {
    position : absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*Loader*/
#displayLoaderBackground {
    height : 100%;
    width: 100%;
    background-color : rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 0;
}
#displayLoader {
    position : absolute;
    top : 46%;
    left : calc(50% - 2.9em);
    width: 12em;
    height: 5em;
}
.displayLoaderContainer {
    width: 100%;
    height: 100%;
}
.dot {
    position: absolute;
    left : -2.5em;
    width: 1em;
    height: 1em;
    background: #000;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.dotsGroup {
    width : 100%;
    transform: translateX(0);
    animation: dotsGroup 2.8s infinite;
}
.dotsGroup span {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    background: #000;
    border-radius: 50%;
    margin-right: 2em;
}
@keyframes dot {
  50% { transform: translateX(9em) };
}
@keyframes dotsGroup {  
  50% { transform: translateX(-2em) };
}
/*Menu*/

.panel {
    min-width: 400px;
    width: 30%;
    height: calc(100% - 20px);
    margin: 10px 10px 10px 0;
    position: relative;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e8e8e8;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: relative;
    border-radius: 5px;
    padding: 5px;
}

.header, .titleSection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-color: black;
    color: white;
    margin: 0 0 2px 0;
}

.header {
    height: 68px;
}

.header .title {
    margin: auto;
}

.titleSection {
    border-radius: 0;
    background-color: white;
    color: black;
    height: 45px;
}

.sections {
    display: none;
    width: 100%;
    height: calc(100% - 20px);
}

.headerTitle {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headerTitle .title {
    margin: 0;
}

.sections .header .rightArrow,
.sections .header .leftArrow {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.section,
.sectionTree {
    display: none;
}
.section.active,
.sectionTree.active {
    display: block;
}

.sectionTree.active {
    height: calc(100% - 30px);
    overflow-y: auto;
}

.lift::after {
    font-family: Iconia;
    content: "Ù";
}

.sectionTree, .section {
    width: 100%;
    height: 100%;
}
.sectionTree {
    background-color: #e8e8e8;
}

.title {
    display: flex;
    margin: 0 0 0 15px;
    align-items: center;
}

.stepCounter {
    display: flex;
    align-items: center;
    font-size: 9pt;
    background-color: #F8F9FA;
    height: 20px;
    padding: 0 8px;
    border-radius: 10px;
}
.section .stepCounter {
    color: black;
}

.downArrow,
.upArrow {
    margin: 0 10px;
}

.sectionBody {
    background-color: #E8E8E8;
    height: 100%;
    position: relative;
}

.optionsContainer {
    font-family: 'OpenSans';
    background-color: #e8e8e8;
    height: calc(100% - 60px);
    padding : 5px 5px;
    overflow-y: auto;
}

.option.simpleChoice, .option.materialChoice {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    background-color: #F6F6F6;
}
.option.simpleChoice.selected, .option.materialChoice.selected {
    background-color: white;
    box-shadow: 0 0 0 3px #C00027;
}

.leftPart {
    width: 100px;
    margin: 0 20px 0 0;
}
.materialChoice .leftPart {
    width: 40px;
    height: 40px;
}

.optionDesc {
    font-family: OpenSans;
    font-size: 10pt;
    margin: 10px 0 0 0;
}

.option.dropdownsMaterial.active,
.option.dropdownsDecoration.active,
.materialAndColourDropdowns,
.materialDropdown.opened,
.colourDropdown.opened {
    height: calc(100% - 32px);/*100%*/
}

.materialDropdown.oneChoice {
    display: none !important;
}

.options{
    height: calc(100% - 60px);
}

.locationHeader {
    display: flex;
    gap: 10px;
    height: 33px;
}

.locationHeader > div {
    background-color: white;
    border-radius: 3px;
}

.locationHeader .leftArrow,
.locationHeader .rightArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 33px;
}

.locationLabel {
    position: relative;
    flex-grow: 1;
    cursor: pointer;
}

.locationLabel > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.locationLabel .checkmark {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    align-items: center;
}

.locationLabel.done .checkmark {
    display: flex;
}

.locationLabel.done .locationName {
    font-weight: bold;
}

.locationLabel .burger {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.locationLabel .burger svg {
    width: 10px;
    height: 10px;
    fill: black;
}

.dropdownHeader,
.dropdownChoice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 0 10px;
    min-height: 45px;
    border-radius: 3px;
}
.dropdownHeader.oneChoice {
    background-color: #f7f7f7;
    cursor: default;
    pointer-events: none;
}
.dropdownHeader.oneChoice .arrow {
    display: none;
}
.dropdown {
    margin: 10px 0;
}
.locationDropped,
.dropdownChoice {
    border-radius: 0;
}
.locationHeader,
.locationDropped,
.dropdownChoice {
    margin: 1px 0;
}
.locationDropped.disabled {
    display: none;
}

.dropdownChoice > .dropdownOptionName {
    margin-left : 10px;
}

.dropdownLabel {
    font-size: 7pt;
    color: grey;
}

.dropdownOptionName {
    font-size: 10pt;
}

.arrow {
    /* display: flex; */
    width: 10px;
}

.locationDroppedRecap {
    font-size: 6.5pt;
    font-weight: bold;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    gap: 5px;
}


.locationsDropdown,
.dropdownsChoiceContainer {
    display: none;
    overflow-y: auto;
    /* height: calc(100% - 50px); */
}
.coloursDropdown.dropdownsChoiceContainer {
    /*height: calc(100%) /* - 100px); */
}

.dropdownsChoiceContainer.active {
    display: block;
    margin-top: 2px;
}

.dropdownsChoiceContainer.locationsDropdown.active {
    margin-top: 10px;
}

.dropdownsMaterial.imageOn .warningUnavailable {
    display: block;
}

.dropdownsMaterial.imageOn .dropdownHeader {
    background-color: #d6d4d4;
}

.dropdownsMaterial.imageOn * {
    cursor: initial !important;
}

.warningUnavailable {
    display: none;
    color : red;
    font-size: 9pt;
    padding: 0 10px;
}


.recapBubble {
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 2px 8px;
    gap: 4px;
    width: fit-content;
}
.recapBubble.active {
    display: flex;
}
.recapBubble > .thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-size: 100%;
}
.recapBubble > .thumb.border {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #808080;
}

.isOptionnal {
    background-color: #6C757D;
    color: white;
}
.materialSelected, 
.colorSelected,
.textSelected,
.imageSelected {
    background-color: #F8F9FA;
}

.optionnalSwitch {
    display: flex;
    align-items: center;
    margin : 0 0 10px 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #51BA5E;
}

input:focus + .slider {
    box-shadow: 0 0 1px #51BA5E;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
  
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.switchLabel {
    font-size: 9pt;
    margin : 0 0 0 10px;
}

.option.dropdownsMaterial,
.option.dropdownsDecoration {
    display: none;
    margin: 10px 0 0 0;
}
.option.dropdownsMaterial.active,
.option.dropdownsDecoration.active {
    display: block;
}

.customisationsContainer {
    margin: 0 0 10px 0;
}

.selectors > div {
    margin: 0 0 5px 0;
}

.choiceContainer {
    display: none;
}
.choiceContainer.active {
    display: block;
}

.selectors {
    height: 100%;
}

.customSelector {
    display: none;
    background-color: #F8F8F8;
    border-radius: 3px;
    padding: 10px;
    font-size: 9pt;
    color: #5C5C5C;
    margin: 0 0 10px 0;
}
.customSelector.active {
    display: block;
    max-height: calc(100% - 110px);
    overflow-y: hidden;
}

.textSelector,
.doubleTextSelector {
    color : black
}

.customSelector .title {
    font-size: 12pt;
    color: black;
    font-weight: bold;
    margin: 0 3px 5px 0;
}

.fontDropdown.opened,
.fontSizeDropdown.opened,
.backgroundColorDropdown.opened {
    height: 100%;
}

.textColorsDropdown {
    overflow-y: auto;
    max-height: calc(100% - 220px) !important;
}

.fontSizesDropdown {
    overflow-y: auto;
    max-height: calc(100% - 170px) !important;
}

.fontsDropdown {
    overflow-y: auto;
    max-height: calc(100% - 120px) !important;
}

.backgroundColorsDropdown {
    /*overflow-y: auto;
    max-height: calc(100% - 270px) !important;*/
}

.fileZone {
    margin: 5px 0;
}

.addZone {
    position: relative;
    background: white;
    border-radius: 3px;
    border: #d0d6d9 2px dashed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.addZoneText {
    margin: 15px 0;
}

#inputImage {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}


.addBtn {
    background-color: #B0B4B6;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;

}
.addZone:hover .addBtn {
    background-color: #696c6d;
}

#customContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 5;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
}



#quoteAndOrder .option {
    font-family: OpenSans;
    padding: 10px;
    overflow-y: auto;
    height: calc(100% - 68px);
    display: flex;
    flex-direction: column;
}

.dropdownQty {
    background-color: white;
    border-radius: 2px;
    padding: 5px 10px;
}

.dropdownQtyTitle {
    font-size: 8pt;
    color: grey;
}
.pricePerItem {
    font-size: 9pt;
}

.pricePerItemTab {
    display : none;
    background-color: white;
    table-layout: auto;
    width: 100%;
}
.pricePerItemTab.active {
    display: block;
}

.pricePerItemTab,
.pricePerItemTab div {
    box-sizing: border-box;
}

.table-container {
    margin: 10px auto;
    width: 100%;
    max-width: 600px;
}

.flex-table {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    border-left: solid 1px #d9d9d9;
    transition: 0.5s;
    font-size: 11pt;
}

.header-table {
      font-weight: bold;
      border-bottom: solid 1px black;
}

.flex-table.row:hover {
    background: #f5f5f5;
    transition: 500ms;
}
  
.flex-row {
    width: calc(100% / 3);
    /* text-align: center; */
    border-bottom: solid 1px #d9d9d9;
    padding : 3px;
}
.flex-row.columnMerged {
    width: calc(100% * (2/3)); 
}
  
.rowspan {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}
  
.column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0;
}
.column .flex-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: solid 1px #d9d9d9;
}
.column .flex-row:hover {
    background: #f5f5f5;
    transition: 500ms;
}
  
.flex-cell {
    width: calc(100% / 3);
    text-align: center;
    padding: 0.5em 0.5em;
    border-right: solid 1px #d9d9d9;
}

.priceContainer {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 10px;
    align-self: stretch;
}

.priceText {
    display: flex;
    align-items: flex-end;

    color: #000;
    font-family: "OpenSans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.totalPrice {
    font-size: 17pt;
    font-weight: bold;
}

.unitPrice {
    color: #A1A1A1;
    font-weight: bold;
    font-size: 10pt;
}

.addToCartBtn {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C00027;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px;
    font-size: 11pt;
    cursor: pointer;
}

.addToCartBtn:disabled {
    background-color: #A1A1A1;
    cursor: initial;
}

.disclaimerCart {
    position: absolute;
    bottom: 40px;
    color: #A1A1A1;
    font-size: 9pt;
}

.pagination {
    position: absolute;
    bottom: 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.next,
.previous {
    display: flex;
    padding: 0 5px;
}

.next div,
.previous div {
    padding : 2px 3px;
}


.inputTextCustomisation input,
#orderQty,
.searchBar input {
    border: 1px solid #808080;
    border-radius: 5px;
    height: 33px;
    padding: 6px 10px;

    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#orderQty {
    width: 100%;
    position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
  
.quantity-button {
    display: flex;
    width: 10px;
    height: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
  
.quantity-button.quantity-up {
    /*position: absolute;
    height: 50%;
    top: -5px;*/
}
  
.quantity-button.quantity-down {
    /*position: absolute;
    bottom: 4px;
    height: 50%;*/
}

.additionalDetails textarea {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/
}

.editBtn.disabled {
    display: none;
}


.mobileOnly {
    display: none;
}

#customContainer {
    pointer-events: none;
}

/*-----------Cursor---------*/
.zoom-btn *,
#fullscreen-btn,
.next,
.previous,
.pricePerItemBtn,
.titleSection, .titleSection *,
.simpleChoice, .simpleChoice *,
.materialChoice, .materialChoice *
.section > .header, .section > .header *,
.flex-table span,
.addBtn,
.dropdownHeader,
.dropdownHeader *,
.dropdownsChoiceContainer,
.dropdownsChoiceContainer *,
.cancelBtn,
.editBtn *,
.quantity-button,
.quantity-button *
{
    cursor: pointer !important;
}

#orderQty,
.inputTextcustomisation input {
    cursor: text;
}

.textColorGroup {
    display: flex;
    flex-direction: row;
}

.switchColorButton {
    width: 24px;
    background: black;
    border-radius: 5px;
    border: none;
    margin-right: 5px;
    height: 90px;
    cursor: pointer;
}

.switchColorButton > * {
    height: 100%;
}

.locationName {
    display: flex;
    flex-direction: row;
    color: black;
}

.locationIcon {
    margin-right: 10px;
}

.tileViewSwitchIcon {
    margin-right: 10px;
}

.tileViewSwitchIcon svg>path {
    fill: #808080;
}

.tileViewOptions {
    padding: 10px;
    background-color: #ffffff;
}

.tileViewSection:not(:last-child) {
    margin-bottom: 10px;
}

.tileViewSection .dropdownLabel {
    margin-bottom: 5px;
}

.coloursDropdown .dropdownChoice {
    margin: 0;
}

.alreadyUsedColours, .alreadyUsedMaterials {
    background-color: #E8E8E8;
    padding: 2px;
}

.alreadyUsedColor, .alreadyUsedMaterial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 0 10px;
    min-height: 45px;
}

.alreadyUsedColor:not(:last-child), .alreadyUsedMaterial:not(:last-child) {
    margin-bottom: 2px;
}

.tileViewList {
    display: grid;
    grid-template-columns: calc(50% - 0.5px) calc(50% - 0.5px);
    gap: 2px;
    padding: 2px;
    background: #E8E8E8;
}

.tileViewList .colorThumbnail,
.alreadyUsedColor .colorThumbnail,
.alreadyUsedMaterial .colorThumbnail {
    width: 25px;
    height: 25px;
}

.borderBlack  {
    outline: 2px solid #000000;
}

.borderGrey {
    outline: 2px solid #808080;
}

.borderWhite {
    outline: 2px solid #ffffff;
}

.tileViewList .choiceDropped:hover .colorThumbnail.borderBlack,
.tileViewList .choiceDropped:hover .colorThumbnail.borderGrey,
.tileViewList .choiceDropped:hover .colorThumbnail.borderWhite,
.choiceSelectedThumbnail.borderBlack,
.choiceSelectedThumbnail.borderGrey,
.choiceSelectedThumbnail.borderWhite,
.alreadyUsedColor:hover .borderBlack,
.alreadyUsedColor:hover .borderGrey,
.alreadyUsedColor:hover .borderWhite,
.alreadyUsedMaterial:hover .borderBlack,
.alreadyUsedMaterial:hover .borderGrey,
.alreadyUsedMaterial:hover .borderWhite {
    width: 20px;
    height: 20px;
}

.tileViewGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.tileViewGrid .choiceName {
    display: none;
}

.tileViewGrid .choiceDropped {
    padding: 0;
}

.tileViewGrid .colorThumbnail {
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.borderCorners {
    position: absolute;
    display: none;
    width: 80%;
    height: 80%;
    margin: auto;
}

.tileViewGrid .choiceDropped:hover .borderCorners {
    display: block;
}

.borderCorners * {
    width: 100%;
    height: 100%;
}

.borderBlack .borderCorners * {
    fill: #000000;
}

.borderGrey .borderCorners * {
    fill: #808080;
}

.borderWhite .borderCorners * {
    fill: #ffffff;
}

.colorCheckmark {
    position: absolute;
    width: 80%;
    height: 80%;
    margin: auto;
    display: none;
}

.tileViewGrid .choiceDropped.colorSelected .colorCheckmark {
    display: block;
}

.colorCheckmark * {
    width: 100%;
    height: 100%;
}

.borderBlack .colorCheckmark svg>path {
    fill: #000000;
}

.borderGrey .colorCheckmark svg>path {
    fill: #808080;
}

.borderWhite .colorCheckmark svg>path {
    fill: #ffffff;
}

.searchBar {
    display: flex;
}

.searchBar input {
    flex: 1 0;
}

.searchBar .searchBarButton {
    border-radius: 5px;
    background-color: #000000;
    margin-left: 10px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
}

.searchBarButton > * {
    width: 100%;
}

.hide {
    display: none;
}

.colorTooltip {
    display: none;
    position: absolute;
    align-items: center;
    pointer-events: none;
    filter: drop-shadow(#808080 0px 2px 0px);
}

.colorTooltip .tooltipText {
    font-family: Poppins;
    padding: 6px 20px 6px 10px;
    background: #ffffff;
    pointer-events: none;
    clip-path: polygon(0% 0%, calc(100% - 10px) 0%, calc(100% - 10px) 25%, 100% 50%, calc(100% - 10px) 75%, calc(100% - 10px) 100%, 0% 100%);
}

.colorThumbnail, .choiceSelectedThumbnail {
    background-size: 100%;
}

.price-infos {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #F6F6F6;
}

.price-infos-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    cursor: pointer;
    user-select: none;
}

.price-infos-dropdown-icon {
    width: 20px;
    height: 20px;
}

.price-infos-dropdown-label {
    display: flex;
    flex: 1 0 0;
}

.price-infos-dropdown-drop {
    width: 10px;
    height: 10px;
}

.quantity-per-size {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    flex: 1 0 0;
    overflow: auto;
}

.quantity-per-size-item-ctn {
	display: flex;
	padding: 7px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 5px;
    border: 3px solid #F6F6F6;
	background: #F6F6F6;
}

.quantity-per-size-item-ctn.filled {
    border: 3px solid #C00027;
}

.quantity-per-size-item {
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.quantity-per-size-image {
	display: flex;
	width: 70px;
	height: 70px;
	justify-content: center;
	align-items: center;
}

.quantity-per-size-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	flex: 1 0 0;
}

.quantity-per-size-name {
	align-self: stretch;
	color: #000;
	font-family: "OpenSans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.quantity-per-size-description {
	align-self: stretch;
	color: #000;
	font-family: "OpenSans";
	font-size: 13.3px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.quantity-per-size-input-ctn {
	display: flex;
	padding: 5px;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
	border-radius: 3px;
	background: #FFF;
}

.quantity-per-size-input-ctn > label {
	all: unset;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 5px;
	flex: 1 0 0;
}

.quantity-per-size-input-ctn > label > span {
	display: flex;
	padding: 0px 5px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	align-self: stretch;

	color: #808080;
	font-family: "OpenSans";
	font-size: 9.3px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.quantity-per-size-input {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.quantity-per-size-input > input {
    flex: 1 0 0;
	display: flex;
	gap: 5px;
    border-radius: 3px;
    border: 1px solid #808080;
}

.price-section {
    position: relative;
    display: flex;
    padding: 5px;
    flex-direction: column;
    gap: 5px;
}

.price-section::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(0deg, #E8E8E8 0%, rgba(232, 232, 232, 0.00) 100%);
}

.order-details {
    position: absolute;
}

.order-details.active {
    position: relative;
}

.order-details-button {
    all: unset;
    cursor: pointer;
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 6px;
    border-radius: 5px;
    background: #A1A1A1;
}

.order-details-button-icon {
    width: 10px;
    height: 10px;
    display: flex;
}

.order-details-button > span {
    text-wrap: nowrap;
    color: #FFF;
    text-align: center;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 12px;
}

.order-details-view {
    display: none;
    table-layout: auto;
    border-bottom: 1px solid black;
}

.order-details.active .order-details-view {
    display: block;
}

@media screen and (max-width: 767px) {
    .allContainer {
        flex-direction: column;
        align-items: center;
    }

    .viewerPart {
        height: 50%;
    }

    .panel {
        width: 95%;
        min-width : 0;
        height : 50%;
        margin: 0;
    }

    .menu {
        height: calc(100% - 10px);
    }

    .mobileOnly {
        display: block;
    }

    .optionsContainer {
        overflow: auto;
    }

    .simpleChoice, .materialChoice {
        padding: 10px;
    }
    .simpleChoice .leftPart {
        width: 70px;
    }

    .dropdownHeaderMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        padding: 0 10px;
        height: 45px;
    }
    
    .dropdownHeaderMobile .close {
        width: 24px;
        height: 24px;
    }

    .dropdownsChoiceContainer.active {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        z-index: 10;
    }

    .dropdownsChoiceContainer.active .dropdownHeader,
    .choiceDropped,
    .dropdownHeaderMobile {
        border-bottom: #C8C8C8 1px solid;
    }

    .label {
        color: #C8C8C8;
    }

    .customSelector.active {
        display: block;
        max-height: none;
    }

    .fontsDropdown,
    .textColorsDropdown,
    .fontSizesDropdown,
    .backgroundColorsDropdown {
        max-height: 100% !important;
    }

    .customisationTypesContainerMobile  h2 {
        font-family: 'OpenSans';
        font-size: 0.88em;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-top : 0.31em;
        color : #525252;
        font-weight: 100;
        margin-bottom: 0.2em;
    }

    .customisationTypesMobile {
        display: flex;
        color: white;
        justify-content: center;
        border-radius: 0.3em;
        overflow: hidden;
    }

    .customisationTypesMobile div {
        width : calc(50% - 0.5px);
        height: 2em;
        background : #707070;
        border-right : solid 1.5px #ffffff;
    }
    .customisationTypesMobile > div:not(:first-child) {
        border-left : solid 0.5px #ffffff;
        border-right : 0;
        cursor : pointer;
    }
    .customisationTypesMobile div h3 {
        width : 100%;
        margin : 0;
        padding : 0;
        font-family: PoppinsBold;
        font-size: 0.8em;
        text-align: center;
        padding-top : 0.5em;
    }
    .customisationTypesMobile .selected {
        background : #B01C2E;
    }
    .customisationTypeHeader {
        display: none;
    }
    .priceContainer {
        margin: 15px 0;
        margin-top : 0;
        margin-bottom : 7px;
    }
    .disclaimerCart {
        position: relative;
        top: 5px;
    }
    #quoteAndOrder .option {
        height: calc(100% - 80px);
    }

    .tileViewList {
        grid-template-columns: 100%;
    }

    .tileViewGrid .choiceDropped {
        border: none;
    }
}

.rmEditContainer {
    width: 100%;
}
.cancelBtn{
    width : 10em;
    margin : auto;
    margin-bottom : 0.4em;
    padding : 5px 10px;
    height : fit-content;
    background-color: #B0B4B6;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.cancelBtn:hover {
    background-color: #696c6d;
}
.editBtn{
    width : 10em;
    margin : auto;
    margin-bottom : 0.4em;
    padding : 5px 10px;
    height : fit-content;
    background-color: #B0B4B6;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor:  pointer !important;
    text-align: center;
}
.editBtn:hover{
    background-color: #696c6d;
}

.blurAll * :not(#errorModal) {
    filter: blur(3px);
  }

.blurAll * :not(#configurationErrorModal) {
    filter: blur(3px);
}
