
.ec-productRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.ec-productRow > li {
    list-style-type: none;
    width: 100%; }
    .ec-productRow > li:first-child {
      font-weight: bold; }
  .ec-productRow .ec-numberInput input[type=number] {
    height: 50px;
    margin: 0;
    border-radius: 0; }
  .ec-productRow .ec-numberInput .input__error {
    border-color: red;}
  .ec-productRow .ec-numberInput__note {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
  .ec-productRow .barBtn {
    margin: 0; }
  .product__customize .ec-productRow {
    align-items: flex-start;
    margin: 0 -10px;
    padding: 15px 0; }
    .product__customize .ec-productRow > li {
      padding: 0 10px; }
.product__customize .ec-productRow > li:first-child {
	font-size: 0.875rem;
	display: flex;
}
  .ec-productRow .input-group .form__input {
    border-radius: 3px; }
  .ec-productRow .form__checkbox label {
    vertical-align: middle; }
    .ec-productRow .form__checkbox label:before {
      width: 25px;
      height: 25px;
      border-radius: 3px; }
    .ec-productRow .form__checkbox label:after {
      left: 9px;
      top: 6px;
      width: 8px;
      border-color: #0067ba; }
  @media only screen and (min-width: 481px) {
    .ec-productRow .rowInline > * {
      display: inline-block;
      margin-right: 30px;
      vertical-align: middle; } }
  @media only screen and (min-width: 768px) {
    .ec-productRow > li:not(:first-child) {
      flex: 1; }
    .ec-productRow > li:first-child {
      width: 110px; }
      .product__customize .ec-productRow > li:first-child {
        width: 190px; } }
  @media only screen and (max-width: 767px) {
    .ec-productRow {
      flex-wrap: wrap; }
      .ec-productRow > li {
        width: 100%; } }
.ec-modal .checkbox {
  display: none; }
.ec-modal .ec-modal-overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3); }
.ec-modal .ec-modal-wrap {
  background-color: #fff;
  border: 1px solid #333;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
  border-radius: 2px;
  transition: all 0.5s ease;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center; }
  .ec-modal .ec-modal-wrap .ec-modal-box {
    text-align: center; }
  .ec-modal .ec-modal-wrap .ec-modal-box div {
    margin-top: 20px; }
  .ec-modal .ec-modal-wrap.small {
    width: 30%; }
  .ec-modal .ec-modal-wrap.full {
    width: 100%;
    height: 100%; }
.ec-modal .ec-modal-overlay .ec-modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px; }
  .ec-modal .ec-modal-overlay .ec-modal-close:hover {
    cursor: pointer;
    color: #4b5361; }
.ec-modal .ec-modal-overlay-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -100; }
.ec-modal input:checked ~ .ec-modal-overlay-close {
  z-index: 9998; }
.ec-modal input:checked ~ .ec-modal-overlay {
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 9997;
  overflow: auto; }
.ec-modal input:checked ~ .ec-modal-overlay .ec-modal-wrap {
  transform: translateY(0);
  z-index: 9999; }
.barBtn {
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.ec-modal .barBtn > *{
	min-width: 200px
}
#ec-modal-header{
	text-align: center;
}
.ec-blockRadio{
	padding: 0 0 30px;
}
.ec-blockRadio .label__color{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 4px;
	width: 50px;
	height: 25px;
}
.ec-blockRadio .label__color.white{
	border: 1px solid #ccc;
	width: 48px;
	height: 23px;
}
.ec-blockRadio .label__colorname{
	min-width: 120px;
	display: inline-block;
}
.ec-blockRadio label{
	font-size: 1.125rem;
	color: #666;
	cursor: pointer;
	display: inline-block;
}
.ec-blockRadio .label__quality{
	font-size: 1rem;
	font-feature-settings: "palt";
}
@media (min-width: 768px) {
	.ec-modal .ec-modal-wrap{
		padding: 40px 10px;
		width: 50%;
		margin: 20px auto;
	}
}
