.product-customizer-options .option-type-checkbox_group ul,
.product-customizer-options .option-type-radio ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-customizer-options .option-type-checkbox_group ul li,
.product-customizer-options .option-type-radio ul li {
  list-style-type: none;
}
.product-customizer-options .option-type-checkbox_group ul input,
.product-customizer-options .option-type-radio ul input,
.product-customizer-options .option-type-checkbox_group ul label,
.product-customizer-options .option-type-radio ul label {
  display: inline;
}
.product-customizer-options .option-type-radio ul input {
  -webkit-appearance: radio;
}
.product-customizer-options .option-type-checkbox input,
.product-customizer-options .option-type-checkbox > div,
.product-customizer-options .option-type-checkbox label {
  display: inline;
}
.product-customizer-options .product-customizer-option-description {
  font-size: 90%;
}
.product-customizer-options .option-required label::after {
  color: #ff5d5d;
  content: " *";
}
.product-customizer-options .option-type-radio ul li label::after {
  color: initial;
  content: initial;
}
.product-customizer-customizations-total,
.product-customizer-selections-message {
  color: #555;
  opacity: 0.7;
}
/* Custom Swatch Dropdown */
.product-customizer-swatch-wrapper {
  position: relative;
  user-select: none;
}
.product-customizer-swatch-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-customizer-swatch__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-weight: 400;
  color: #3b3b3b;
  height: 32px;
  line-height: 60px;
  background: #fff;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.product-customizer-swatch__trigger span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-customizer-swatches {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.product-customizer-swatch-container.open .product-customizer-swatches {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-customizer-swatch {
  width: auto;
  position: relative;
  display: block;
  padding: 0 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.product-customizer-swatch:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.product-customizer-swatch.selected {
  color: #fff;
  background-color: #305c91;
}
.product-customizer-arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.product-customizer-arrow::before {
  content: "\025BC";
  position: absolute;
  bottom: 25px;
  right: -13px;
  height: 100%;
  transition: all 0.5s;
  font-size: 10px;
}
.open .product-customizer-arrow::before {
  position: absolute;
  bottom: -21px;
  right: -13px;
  height: 100%;
  transition: all 0.5s;
  font-size: 10px;
  transform: scaleY(-1);
}
.main-content {
  overflow: visible;
}
/* Custom Font Selector */
.font-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.font-select {
  font-size: 16px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.font-select .fs-drop {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 999;
  background: #fff;
  color: #000;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}
.font-select > span {
  outline: 0;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 38px;
  line-height: 32px;
  padding: 3px 8px;
  color: #444;
  background: #fff url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org / 2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.font-select-active > span {
  background-color: #eee;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.font-select .fs-results {
  max-height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.font-select .fs-results li {
  line-height: 80%;
  padding: 8px;
  margin: 0;
  list-style: none;
  font-size: 18px;
  white-space: nowrap;
}
.font-select .fs-results li.active {
  background-color: #3875d7;
  color: #fff;
  cursor: pointer;
}
.font-select .fs-search {
  border-bottom: 1px solid #aaa;
  padding: 4px;
}
.font-select .fs-search input {
  padding: 7px;
  width: 100%;
  border: 1px solid #aaa;
  font: 16px Helvetica, Sans-serif;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 0.1875rem;
}
/* Image Preview */
.product-customizer-preview {
  padding: 10px 0;
}
.product-customizer-cart-preview {
  height: 100px;
  max-width: 150px;
}
/* CSS Fix for Checkbox/Radio options */
.product-customizer-options .product-customizer-option.option-type-checkbox input,
.product-customizer-options .product-customizer-option.option-type-checkbox_group input,
.product-customizer-options .product-customizer-option.option-type-radio input {
  vertical-align: middle;
  height: auto;
  min-height: unset;
}
/*** 356A192B7913B04C54574D18C28D46E6395428AB */
.product-customizer-option {
  width: 100%;
  padding: 0 5px 10px 0;
}
.product-customizer-option input[type="radio"],
.product-customizer-option input[type="checkbox"] {
  min-height: unset;
}
.product-customizer-option select,
.product-customizer-option textarea,
.product-customizer-option input[type="text"],
.product-customizer-option input[type="file"] {
  width: 100%;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul {
  width: 100%;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li input[type="radio"] {
  display: none;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li label {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li label picture {
  width: 50px;
  height: 50px;
  display: flex;
  flex: 0 0 50px;
  box-shadow: 1px 1px 3px #aaa;
  margin: 4px 10px 4px 5px;
  border-radius: 0.3em;
  overflow: hidden;
}

.product-customizer-option .product-customizer-upswatch-wrapper ul li.selected label picture {
  border: 2px solid #000 !important;
  box-shadow: 3px 3px 3px #aa9f9f;
}

.product-customizer-option .product-customizer-upswatch-wrapper ul li label picture img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li label .option-value {
  margin-left: 5px;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li label .option-price {
  margin-left: 10px;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li input[type="radio"]:checked + label picture {
  border: solid 3px black;
}
.product-customizer-option .product-customizer-upswatch-wrapper ul li input[type="radio"]:checked + label picture img {
  margin-top: -3px;
}
.product-customizer-customizations-total {
  width: 100%;
}
.product-customizer-loading {
  text-align: center;
}
.product-customizer-hidden {
  display: none;
}
.product-customizer-option.option-type-font .selected-font {
  display: block !important;
  padding: 5px 10px;
  margin-left: 0 !important;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.product-customizer-option.option-type-font .selected-font .product-customizer-arrow {
  top: 5px;
  float: right;
}
.product-customizer-option.option-type-font .selected-font.opened .product-customizer-arrow:before {
  transform: scaleY(-1);
}
.product-customizer-option.option-type-font .fonts-list {
  border: 1px solid #d1d1d1;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  background: white;
  z-index: 2;
}
.product-customizer-option.option-type-font .fonts-list .font {
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  margin: 10px 0;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.product-customizer-option.option-type-font .fonts-list .font .preview {
  float: right;
}
.product-customizer-option.option-type-font .fonts-list .font .preview a {
  padding: 5px;
  border: 1px solid gray;
  font-size: 13px;
  color: black;
  text-decoration: none;
}
.product-customizer-option.option-type-font .fonts-list .font:hover,
.product-customizer-option.option-type-font .fonts-list .font.selected {
  border-left-color: #606060;
  font-weight: bold;
}
.product-customizer-option.option-type-font .fonts-list .font,
.product-customizer-option.option-type-font .fonts-list .font.selected .value {
  font-weight: bold;
}

/* Setup Wizard */
body.aswm-theme-customize-mode #aswm.aswm-increase-height ~ #aswm-actions{
  top: calc(100% - 520px) !important;
}
body.aswm-theme-customize-mode #aswm.aswm-increase-height ~ #aswm-actions-menu{
  top: calc(100% - 520px) !important;
}
body.aswm-theme-customize-mode .aswm-increase-height{
  height: 600px !important;
  top: calc(100% - 520px) !important;
}
body.aswm-theme-customize-mode .aswm-increase-height #aswm-content{
  height: 81% !important;
}
body.aswm-theme-customize-mode .aswm-increase-height #aswm-inner-content{
  height: 78% !important;
}

body.aswm-theme-customize-mode #aswm-sys-msg-out:not(.aswm-hidden) + #aswm-inner-content{
  overflow: auto !important;
}

.product-customizer-option .product-customizer-upswatch-wrapper ul{
  padding-inline-start: 0px !important;
}

.product-customizer-option .product-customizer-upswatch-wrapper ul li label picture{
  display: flex !important;
  width: 50px !important;
}

.product-customizer-option .product-customizer-upswatch-wrapper ul li label .option-price{
  display: inline-block !important;
  padding: 0px !important;
}