form li {
    list-style: none;
}
.noscroll { 
  /*applied to body when personalization opens*/
  overflow: hidden;
}
.scroll { 
  /*applied to body when personalization saved/exited*/
  overflow: scroll;
}
.product-options {
    display: block;
    font: 300 16px;
    font-weight: 400;
    padding: 0;
    position: fixed;
    /*z-index: 999;*/
    background-color: white;
    border: 1px solid #53658A;
    /*top: 25px;*/
    top: 0px;
    right: 0px;
    width: 0px;
    bottom: 0px;
    /*height: calc(100% - 60px);*/
    overflow: scroll;
    /*CSS animation applied : Slide in*/
    -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media (min-width: 768px) {
    .show-product-options {
        width: 460px;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .show-product-options {
        width: 100%;
        max-width: 460px;
    }

}
@media (max-height: 760px) {
    img.optionspreamblemobile {
        max-height: 25px;
        max-width: 340px;
        margin-top: 5px;
        margin-left: 10px;
        margin-bottom: 5px;
        border-radius: 8px;
    }
    img.optionspreamble {
        display:none;
    }
}
@media (min-height: 761px) {
    img.optionspreamble {
        max-height: 110px;
        margin-top: 5px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    img.optionspreamblemobile {
        display:none;
    }
}
dl {
    margin-bottom: 20px;
}
dt, dd {
    line-height: 20px;
}
input.input-text, select, textarea {
    line-height: 1.55;
}
#product_resource_qty {
    margin-left: 6px;
}
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}
p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}
.product-options .input-title::after {
    /* colons need to be embedded in content so they will be considered by translation engine  content: ":";  */
}
.product-options .input-title {
    font-weight: normal;
    display: block;
    font-size: 13px;
    margin-left: 10px;
}
.product-options .input-description {
    font-weight: normal;
    display: block;
    font-size: 11px;
    font-style: oblique;
    margin-left: 10px;
}
.product-options .input-photo-temp {
    font-weight: bold;
    display: block;
    margin-top: 13px;
    margin-bottom: 10px;
    color: red;
}
.product-options input, textarea {
    font-size: 14px;
    height: 16px;
    margin-bottom: 5px;
    padding: 4px 6px;
    vertical-align: middle;
}
.product-options input.input-text {
    width: 87%;
    background-color: #eeeeee;
    margin-left: 10px;
}
.product-options select {
    width: 400px;
    background-color: #eeeeee;
    font-size: 13px;
    margin-left: 10px;
}
.product-options textarea {
    width: 87%;
    height: 2em;
    background-color: #eeeeee;
    margin-left: 10px;
}
.product-options input.input-text.input-validation-fail {
    background: pink;
}
.product-options select.input-validation-fail {
    background: pink;
}
.snippets {
    display: none;
}
