.seik-personalize-options {
    margin: 20px 0;
}
.seik-personalize-trigger {
    cursor: pointer;
}
.seik-customizer-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    display: none;
}
.seik-customizer-inner {
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.custom-option {
    margin-bottom: 20px;
}
.custom-option-item {
    display: inline-block;
    width: 150px;
    border: 1px solid #ddd;
    margin: 5px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}
.custom-option-item.selected {
    border-color: #2d8fdd;
    box-shadow: 0 0 5px #2d8fdd;
}
.custom-option-item img {
    max-width: 100%;
    height: auto;
}
.seik-customizer-actions {
    text-align: right;
    margin-top: 20px;
}
.seik-customizer-actions button {
    padding: 8px 15px;
    border: none;
    background: #2d8fdd;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.seik-customizer-cancel {
    background: #555;
}

@media only screen and (min-width: 850px) {
  .SEIK_personalize_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    text-align: center;
	background-color: #303030b3;
	height: 100vh;
	overflow-x: auto;
  }

  .SEIK_PO_inner {
    background-color: #faf0ef;
    padding: 15px;
    max-width: 500px;
    display: inline-block;
    margin: 20px;
	}
}

.SPOnothingSelected, .SPO_selection_single, .SPO_selection_skip p, .SPO_selection_confirm p {
    cursor: pointer;
}

.SEIK_PO_left, .SPO_left {
    text-align: left;
}

.SEIK_personalize_overlay {
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    text-align: center;
    background-color: #303030b3;
    height: 100vh;
    overflow-x: auto;
    padding: 100px 20px 0 20px;
}