* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: CochinLT;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
[data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .shoppingBagQty {
  display: none;
}
[data-store-currency="USD"] .eu-only {
  display: none !important;
}</style><style data-css-scope="master">.c3ss.master {
  /*START: additional-mixins*/
  /*END: additional-mixins*/
  /*START: shapes*/
  /*END: shapes*/
  /*START: isaia/common/variables*/
  /* Directory Path */
  /*END: isaia/common/variables*/
  /*START: isaia/isaia-layout*/
  /*START: isaia/layout/common*/
  /* text colors
----------------------------*/
  /* forms
----------------------------*/
  /* header
----------------------------*/
  /*Customer menu
---------------------------------*/
  /* site nav
----------------------------*/
  /* fixed header
----------------------------*/
  /* banner
----------------------------*/
  /* footer
----------------------------*/
  /*END: isaia/layout/footer*/
  /*END: isaia/isaia-layout*/
  /*START: isaia/isaia-style*/
  /*START: fonts*/
  /*END: fonts*/
  /*START: isaia/style/buttons*/
  /*END: isaia/style/buttons*/
  /**
* @license
* MyFonts Webfont Build ID 3058409, 2015-07-14T18:22:15-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: CochinLT-Bold by Linotype
* URL: http://www.myfonts.com/fonts/linotype/cochin/bold/
*
* Webfont: CochinLT-Italic by Linotype
* URL: http://www.myfonts.com/fonts/linotype/cochin/italic/
*
* Webfont: CochinLT by Linotype
* URL: http://www.myfonts.com/fonts/linotype/cochin/cochin/
*
* Webfont: CochinLT-BoldItalic by Linotype
* URL: http://www.myfonts.com/fonts/linotype/cochin/bold-italic/
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3058409
* Licensed pageviews: 250,000
* Webfonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and may no
*
* 2015 MyFonts Inc
*/
  /* @import must be at top of file, otherwise CSS will not work */
  /*START" isaia/style/header*/
  /*END" isaia/style/header*/
  /*START: isaia/style/footer*/
  /*END: isaia/style/footer*/
  /*START: isaia/style/components/product-profile*/
  /*END: isaia/style/components/product-profile*/
  /*END: isaia/isaia-style*/
  /* carousel */
  /* shopping bag */
  /* misc. */
  /* pods */
  /* newsletter pod */
  /* social pod */
  /* columns */
  /* Roots of Isaia
---------------------------------*/
  /* Search Results page new styles
----------------------------------*/
  /*--- need to add arrow to the filter/sort ----*/
  /*--- IMP! Please remove below pull-left is changed to right to see search results effect only!! ---*/
  /*hover hack*/
  /*--- Homepage changes per design ---*/
  /*--- Tailor Page ---*/
  /*--- Interviews Page ---*/
  /*--- Aqua Page ---*/
  /*--- red isaia borders --- */
  /* FAQ
----------------------------*/
  /* Journal
----------------------------*/
  /* journal carousel
----------------------------*/
  /* misc
----------------------------*/
  /* red border overlay
----------------------------*/
  /* pod padding
----------------------------*/
  /* checkout pages
----------------------------*/
  /* login form
---------------------------------*/
  /* account management
---------------------------------*/
  /* appointment form
---------------------------------*/
  /* c3 modal
---------------------------------*/
  /* fit guide
---------------------------------*/
  /* subscription post
---------------------------------*/
  /* PDP &  You may Also Like changes
-------------
*/
  /*---- Dashboard ---- */
  /*---- Confirmation Page ----*/
  /*--- Store page --- */
  /* social share
---------------------------------*/
  /* unsubscribe
---------------------------------*/
  /* misc
---------------------------------*/
  /* Clearfix
---------------------------------*/
  /* JOurnal Footer Nav */
  /*MODAL JOIN PC */
  /*--- Tailor-Made crime Pages ---*/
  /*--- Fix for payment checkout button getting cut ---*/
  /*--- Valentine Special ---*/
  /* item material specs */
  /* country swapper */
  /*Country Swapper*/
  /*START: gift card selection*/
  /*END: gift card selection*/
  /*START: gift card preview*/
  /*END: gift card preview*/
  /*START: MTM video modal*/
  /*END: MTM video modal*/
  /*START fit guide page*/
  /*END: fit guide page*/
  /*START: gift card*/
  /*END: gift card*/
}
.c3ss.master footer[role="main"],
.c3ss.master .container {
  min-width: 1180px;
  max-width: 1680px;
  margin: 0 auto;
}
.c3ss.master .red-title [data-widget="c3.basic-post"] .pod-title,
.c3ss.master .red-tagline [data-widget="c3.basic-post"] .pod-tagline,
.c3ss.master .red-body [data-widget="c3.basic-post"] .pod-body {
  color: #d30009;
}
.c3ss.master .purple-title [data-widget="c3.basic-post"] .pod-title,
.c3ss.master .purple-tagline [data-widget="c3.basic-post"] .pod-tagline,
.c3ss.master .purple-body [data-widget="c3.basic-post"] .pod-body {
  color: #521952;
}
.c3ss.master .white-title [data-widget="c3.basic-post"] .pod-title,
.c3ss.master .white-tagline [data-widget="c3.basic-post"] .pod-tagline,
.c3ss.master .white-body [data-widget="c3.basic-post"] .pod-body {
  color: #fff;
}
.c3ss.master .input-form label {
  padding: 0;
}
.c3ss.master .input-form.input-form-two-columns .form-groups:first-child {
  float: left;
  width: 48%;
}
.c3ss.master .strike-through {
  text-decoration: line-through;
}
.c3ss.master .input-form.input-form-two-columns .form-groups:last-child {
  float: right;
  width: 48%;
}
.c3ss.master .form-footer {
  text-align: center;
  padding: 20px 0;
}
.c3ss.master header[role="main"] {
  height: 80px;
}
.c3ss.master header[role="main"] .menu-entry {
  position: relative;
}
.c3ss.master header[role="main"] .search-bar {
  position: absolute;
  top: -7px;
  right: -2px;
  overflow: hidden;
  border-bottom: 2px solid #C50004;
  padding-right: 25px;
  width: 200px;
  background-color: #fff;
  webkit-transition: 0.5s;
  transition: 0.5s;
}
.c3ss.master header[role="main"] .search-bar input[type="text"] {
  height: 24px;
  padding: 0;
  font-size: 11px;
  border: none;
  box-shadow: none;
}
.c3ss.master header[role="main"] .search-bar .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
}
.c3ss.master header[role="main"] .search-bar .search-btn {
  display: block;
  height: 100%;
  line-height: 100%;
  padding: 0 5px;
  font-size: 12px;
  line-height: 24px;
}
.c3ss.master header[role="main"] .container {
  position: relative;
  min-width: 0;
  padding: 10px 15px 0 15px;
}
.c3ss.master header[role="main"] .container:before,
.c3ss.master header[role="main"] .container:after {
  content: " ";
  display: table;
}
.c3ss.master header[role="main"] .container:after {
  clear: both;
}
.c3ss.master header[role="main"] .left-nav {
  float: left;
}
.c3ss.master header[role="main"] .left-nav a {
  margin-right: 30px;
}
.c3ss.master header[role="main"] .right-nav {
  float: right;
}
.c3ss.master header[role="main"] .right-nav a {
  margin-left: 30px;
}
.c3ss.master header[role="main"] .logo {
  text-align: center;
}
.c3ss.master header[role="main"] .logo img {
  width: 82px;
}
.c3ss.master .menu-entry {
  display: inline-block;
}
.c3ss.master [data-widget="account-menu"] {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 4;
}
.c3ss.master [data-widget="account-menu"] .triangle {
  position: absolute;
  top: 3px;
  left: 50px;
  width: 0;
  height: 0;
  display: block;
  border-bottom: 6px solid #521952;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.c3ss.master [data-widget="account-menu"] ul {
  list-style: none;
  background-color: rgba(82, 25, 82, 0.9);
  text-align: left;
  padding: 10px;
  top: 30px;
  position: fixed;
  margin: 0;
}
.c3ss.master [data-widget="account-menu"] ul li a {
  padding: 10px;
  color: #fff;
  display: block;
}
.c3ss.master [data-widget="account-menu"] ul li a:hover {
  cursor: pointer;
}
.c3ss.master [data-widget="account-menu"] ul li:first-child a {
  padding-top: 10px;
}
.c3ss.master [data-widget="account-menu"] ul li:last-child a {
  padding-bottom: 10px;
}
.c3ss.master [data-widget="account-menu"] ul li a:hover {
  color: #c50004;
}
.c3ss.master nav[role="site"] {
  position: relative;
  text-align: center;
}
.c3ss.master nav[role="site"] .menu-entry {
  display: inline-block;
}
.c3ss.master nav[role="site"] .menu-entry > a {
  padding: 18px 25px;
  display: inline-block;
}
.c3ss.master nav[role="site"] li,
.c3ss.master nav[role="site"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c3ss.master nav[role="site"] .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: left;
  border-top: 1px solid #ccc;
}
.c3ss.master nav[role="site"] .submenu .container {
  padding: 40px 0;
  width: 1200px;
}
.c3ss.master nav[role="site"] .submenu .container > ul:before,
.c3ss.master nav[role="site"] .submenu .container > ul:after {
  content: " ";
  display: table;
}
.c3ss.master nav[role="site"] .submenu .container > ul:after {
  clear: both;
}
.c3ss.master nav[role="site"] .submenu .container > ul > li {
  float: left;
}
.c3ss.master nav[role="site"] .submenu .container > ul.col-count-2 > li,
.c3ss.master nav[role="site"] .submenu .container > ul.col-count-3 > li,
.c3ss.master nav[role="site"] .submenu .container > ul.col-count-4 > li {
  width: 25%;
}
.c3ss.master nav[role="site"] .submenu .container > ul.col-count-5 > li,
.c3ss.master nav[role="site"] .submenu .container > ul.col-count-11 > li {
  width: 20%;
}
.c3ss.master nav[role="site"] .menu-entry:hover .submenu {
  display: block;
}
.c3ss.master nav[role="site"] .submenu .container > ul > li:nth-child(n+6) {
  display: none;
}
.c3ss.master .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.c3ss.master .header-spacer {
  height: 130px;
}
.c3ss.master .banner {
  height: 140px;
  text-align: center;
  position: relative;
}
.c3ss.master .banner .banner-text {
  display: inline-block;
  min-width: 400px;
  height: 100%;
  vertical-align: top;
}
.c3ss.master .banner .banner-text .main-title {
  position: relative;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: capitalize;
  font-size: 32px;
}
.c3ss.master .banner img {
  height: 100%;
}
.c3ss.master .banner .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
}
.c3ss.master .banner .breadcrumb .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c3ss.master .banner .breadcrumb .container {
  position: relative;
  height: 100%;
}
.c3ss.master .banner .breadcrumb .list {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c3ss.master .header-banner .pod-title {
  font-size: 32px;
  line-height: 37px;
  color: #521952;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
  margin: 0;
}
.c3ss.master footer[role="main"] nav[role="footer"] .container {
  text-align: center;
  padding: 30px;
}
.c3ss.master footer[role="main"] nav[role="footer"] a {
  margin: 0 25px;
}
.c3ss.master footer[role="main"] nav[role="footer"] .logo {
  margin-bottom: 25px;
}
.c3ss.master footer[role="main"] nav[role="footer"] .logo img {
  width: 82px;
}
.c3ss.master footer[role="main"] .disclaimer .container {
  text-align: center;
  padding: 25px 30px;
}
.c3ss.master footer[role="main"] .connected-bar .container {
  padding-left: 20px;
}
.c3ss.master footer[role="main"] .connected-bar .container:before,
.c3ss.master footer[role="main"] .connected-bar .container:after {
  content: " ";
  display: table;
}
.c3ss.master footer[role="main"] .connected-bar .container:after {
  clear: both;
}
.c3ss.master footer[role="main"] .connected-bar .social {
  float: left;
}
.c3ss.master footer[role="main"] .connected-bar .social a {
  margin-left: 15px;
}
.c3ss.master footer[role="main"] .connected-bar .social a:first-child {
  margin-left: 30px;
}
.c3ss.master footer[role="main"] .connected-bar .subscribe {
  float: right;
  color: #ffffff;
}
.c3ss.master footer[role="main"] .connected-bar .subscribe input[type="email"] {
  height: 40px;
  width: 250px;
  margin-left: 10px;
  padding: 15px;
}
.c3ss.master footer[role="main"] .connected-bar .subscribe .subscribe-btn {
  width: 40px;
  display: inline-block;
  padding: 0 0 0 3px;
  color: red;
}
.c3ss.master [class^="tf-"],
.c3ss.master [class*=" tf-"] {
  font-family: 'toovia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c3ss.master .tf-plus:before {
  content: "\e65c";
}
.c3ss.master .tf-cross:before {
  content: "\e65f";
}
.c3ss.master .tf-minus:before {
  content: "\e65d";
}
.c3ss.master .tf-tag:before {
  content: "\e651";
}
.c3ss.master .tf-arrow-left:before {
  content: "\e652";
}
.c3ss.master .tf-arrow-down:before {
  content: "\e653";
}
.c3ss.master .tf-arrow-up:before {
  content: "\e654";
}
.c3ss.master .tf-arrow-right:before {
  content: "\e655";
}
.c3ss.master .tf-comments:before {
  content: "\e63a";
}
.c3ss.master .tf-share:before {
  content: "\e63b";
}
.c3ss.master .tf-cart:before {
  content: "\e65e";
}
.c3ss.master .tf-500px:before {
  content: "\e65b";
}
.c3ss.master .tf-home2:before {
  content: "\e633";
}
.c3ss.master .tf-edit:before {
  content: "\e62b";
}
.c3ss.master .tf-quill:before {
  content: "\e656";
}
.c3ss.master .tf-image:before {
  content: "\e630";
}
.c3ss.master .tf-camera:before {
  content: "\e631";
}
.c3ss.master .tf-audio:before {
  content: "\e632";
}
.c3ss.master .tf-video:before {
  content: "\e634";
}
.c3ss.master .tf-file:before {
  content: "\e635";
}
.c3ss.master .tf-phone:before {
  content: "\e607";
}
.c3ss.master .tf-map-pin:before {
  content: "\e637";
}
.c3ss.master .tf-map-pin2:before {
  content: "\e640";
}
.c3ss.master .tf-map-view:before {
  content: "\e61f";
}
.c3ss.master .tf-calendar:before {
  content: "\e620";
}
.c3ss.master .tf-quote:before {
  content: "\e63c";
}
.c3ss.master .tf-expand:before {
  content: "\e621";
}
.c3ss.master .tf-contract:before {
  content: "\e63e";
}
.c3ss.master .tf-lock:before {
  content: "\e622";
}
.c3ss.master .tf-unlocked:before {
  content: "\e623";
}
.c3ss.master .tf-settings:before {
  content: "\e624";
}
.c3ss.master .tf-boost:before {
  content: "\e625";
}
.c3ss.master .tf-buzz:before {
  content: "\e626";
}
.c3ss.master .tf-menu:before {
  content: "\e64d";
}
.c3ss.master .tf-upload:before {
  content: "\e646";
}
.c3ss.master .tf-link:before {
  content: "\e627";
}
.c3ss.master .tf-full-heart:before {
  content: "\e605";
}
.c3ss.master .tf-empty-heart:before {
  content: "\e604";
}
.c3ss.master .tf-notification2:before {
  content: "\e63f";
}
.c3ss.master .tf-question:before {
  content: "\e629";
}
.c3ss.master .tf-checkmark:before {
  content: "\e62f";
}
.c3ss.master .tf-switch:before {
  content: "\e639";
}
.c3ss.master .tf-feature:before {
  content: "\e638";
}
.c3ss.master .tf-checked:before {
  content: "\e62d";
}
.c3ss.master .tf-checkbox-unchecked:before {
  content: "\e62c";
}
.c3ss.master .tf-text:before {
  content: "\e636";
}
.c3ss.master .tf-email:before {
  content: "\e62e";
}
.c3ss.master .tf-google:before {
  content: "\e601";
}
.c3ss.master .tf-google-plus:before {
  content: "\e648";
}
.c3ss.master .tf-facebook:before {
  content: "\e647";
}
.c3ss.master .tf-instagram:before {
  content: "\e628";
}
.c3ss.master .tf-twitter:before {
  content: "\e649";
}
.c3ss.master .tf-youtube:before {
  content: "\e62a";
}
.c3ss.master .tf-tumblr:before {
  content: "\e64a";
}
.c3ss.master .tf-soundcloud:before {
  content: "\e64e";
}
.c3ss.master .tf-soundcloud-sign:before {
  content: "\e658";
}
.c3ss.master .tf-linkedin:before {
  content: "\e64b";
}
.c3ss.master .tf-pinterest:before {
  content: "\e64c";
}
.c3ss.master .tf-thumbs-up:before {
  content: "\e644";
}
.c3ss.master .tf-thumbs-down:before {
  content: "\e643";
}
.c3ss.master .tf-back-to-top:before {
  content: "\e602";
}
.c3ss.master .tf-via:before {
  content: "\e63d";
}
.c3ss.master .tf-unfollow:before {
  content: "\e641";
}
.c3ss.master .tf-follow:before {
  content: "\e642";
}
.c3ss.master .tf-search:before {
  content: "\e65a";
}
.c3ss.master .tf-home:before {
  content: "\e659";
}
.c3ss.master .tf-ios7-share:before {
  content: "\e657";
}
.c3ss.master .tf-channel:before {
  content: "\e645";
}
.c3ss.master .tf-logo:before {
  content: "\e603";
}
.c3ss.master .tf-wish-list:before {
  content: "\e606";
}
.c3ss.master .tf-top-10:before {
  content: "\e608";
}
.c3ss.master .tf-to-do-list:before {
  content: "\e609";
}
.c3ss.master .tf-throw-a-party:before {
  content: "\e60a";
}
.c3ss.master .tf-shop-w-friends:before {
  content: "\e60b";
}
.c3ss.master .tf-shop-lgbt:before {
  content: "\e60c";
}
.c3ss.master .tf-recipe:before {
  content: "\e60d";
}
.c3ss.master .tf-plan-a-wedding:before {
  content: "\e60e";
}
.c3ss.master .tf-plan-a-trip:before {
  content: "\e60f";
}
.c3ss.master .tf-photo-blog:before {
  content: "\e610";
}
.c3ss.master .tf-Perfect-day:before {
  content: "\e611";
}
.c3ss.master .tf-packing-list2:before {
  content: "\e612";
}
.c3ss.master .tf-packing-list:before {
  content: "\e613";
}
.c3ss.master .tf-notification:before {
  content: "\e614";
}
.c3ss.master .tf-night-out:before {
  content: "\e615";
}
.c3ss.master .tf-diet-plan:before {
  content: "\e616";
}
.c3ss.master .tf-just-about-anything:before {
  content: "\e617";
}
.c3ss.master .tf-inspiration-board:before {
  content: "\e618";
}
.c3ss.master .tf-diy:before {
  content: "\e619";
}
.c3ss.master .tf-create-an-event:before {
  content: "\e61a";
}
.c3ss.master .tf-comment:before {
  content: "\e61b";
}
.c3ss.master .tf-city-guide:before {
  content: "\e61c";
}
.c3ss.master .tf-fitness-plan:before {
  content: "\e61d";
}
.c3ss.master .tf-best-of:before {
  content: "\e61e";
}
.c3ss.master .tf-via-old:before {
  content: "\e600";
}
.c3ss.master .tf-sound-alt:before {
  content: "\e64f";
}
.c3ss.master .tf-soundoff:before {
  content: "\e650";
}
.c3ss.master .button {
  padding: 9px 25px 9px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 100%;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px;
}
.c3ss.master .button i {
  margin-right: 10px;
  margin-left: -5px;
}
.c3ss.master .button.button-primary {
  font-size: 12px;
  color: #521952;
  background-color: transparent;
  border: 1px solid #521952;
}
.c3ss.master .button.button-primary:hover {
  color: #ffffff;
  background-color: #521952;
}
.c3ss.master .button.button-secondary,
.c3ss.master .grid.button-white .button.button-primary {
  font-size: 12px;
  color: #521952;
  background-color: #fff;
  border: 1px solid #521952;
}
.c3ss.master .button.button-secondary:hover,
.c3ss.master .button.button-secondary.active {
  color: #ffffff;
  background-color: #521952;
}
.c3ss.master .button.button-disabled {
  opacity: 0.3;
}
@font-face {
  font-family: 'CochinLT-Bold';
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_0_0.eot');
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_0_0-.eot#iefix') format('embedded-opentype'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_0_0.woff2') format('woff2'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_0_0.woff') format('woff'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CochinLT-Italic';
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_1_0.eot');
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_1_0-.eot#iefix') format('embedded-opentype'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_1_0.woff2') format('woff2'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_1_0.woff') format('woff'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CochinLT';
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_2_0.eot');
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_2_0-.eot#iefix') format('embedded-opentype'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_2_0.woff2') format('woff2'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_2_0.woff') format('woff'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CochinLT-BoldItalic';
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_3_0.eot');
  src: url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_3_0-.eot#iefix') format('embedded-opentype'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_3_0.woff2') format('woff2'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_3_0.woff') format('woff'), url('/_ra/spaces-identity.isaia/assets/fonts/2EAAE9_3_0.ttf') format('truetype');
}
.c3ss.master h1,
.c3ss.master .h1 {
  line-height: 37px;
  font-size: 32px;
  font-weight: 500;
  font-family: CochinLT;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c3ss.master h2,
.c3ss.master .h2 {
  line-height: 32px;
  font-size: 28px;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
}
.c3ss.master [data-widget="product-profile"] .details-space .basic-details h1 {
  line-height: 32px;
  font-size: 28px;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
  text-transform: none;
  color: initial;
}
.c3ss.master [data-widget="product-profile"] .attr-tag {
  margin-right: 3px;
  padding: 4px 5px 2px;
  background-color: #ddd;
  border-radius: 4px;
}
.c3ss.master [data-widget="c3.product-post"] .path-container {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -138px;
  left: 0;
}
.c3ss.master [data-widget="c3.product-post"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #fff;
}
.c3ss.master [data-widget="c3.product-post"] .path {
  font-size: 12px;
  width: 100%;
  position: relative;
  padding: 5px;
}
.c3ss.master [data-widget="c3.product-post"] .path a {
  color: #521952;
  text-transform: uppercase;
  font-size: 9px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master [data-widget="c3.product-post"] .path a:last-child {
  color: #c50004;
}
.c3ss.master [data-widget="c3.product-post"] .path a:after {
  content: " / ";
  color: #521952;
}
.c3ss.master [data-widget="c3.product-post"] .path a:last-child:after {
  content: "";
}
.c3ss.master h3,
.c3ss.master .h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: CochinLT;
  text-transform: uppercase;
}
.c3ss.master h5,
.c3ss.master .h5 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
.c3ss.master a {
  text-decoration: none;
  color: #333;
}
.c3ss.master a:hover {
  color: #c50004;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c3ss.master .translucent {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c3ss.master .purple {
  color: #521952;
}
.c3ss.master .purple-pod {
  background-image: url("media/thumbnail/int/o/0/668456915969310721/721613854585257984.jpeg");
}
.c3ss.master .cochin {
  font-family: CochinLT;
}
.c3ss.master .helveticaMed {
  font-family: 'HelveticaMedium';
  font-weight: 100 !important;
}
.c3ss.master header[role="main"],
.c3ss.master nav[role="site"],
.c3ss.master .breadcrumb {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.c3ss.master header[role="main"] a:hover,
.c3ss.master nav[role="site"] a:hover,
.c3ss.master .breadcrumb a:hover {
  color: #c50004;
}
.c3ss.master nav[role="site"] {
  font-weight: bold;
}
.c3ss.master nav[role="site"] .menu-entry a {
  color: #000000;
  font-size: 11px;
  line-height: 13px;
}
.c3ss.master nav[role="site"] .menu-entry:hover > a {
  color: #c50004;
}
.c3ss.master nav[role="site"] .submenu {
  background-color: #521952;
}
.c3ss.master nav[role="site"] .submenu a {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}
.c3ss.master nav[role="site"] .submenu a:hover {
  color: #c50004;
}
.c3ss.master nav[role="site"] .submenu .container > ul {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master nav[role="site"] .submenu .container > ul > li > a {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #aaa;
}
.c3ss.master nav[role="site"] .submenu .container > ul > li > a:hover {
  color: #c50004;
}
.c3ss.master nav[role="site"] .submenu .container > ul > li ul a {
  text-transform: none;
}
.c3ss.master .banner {
  background-position: center center;
}
.c3ss.master .banner .breadcrumb {
  font-weight: bold;
}
.c3ss.master .banner .breadcrumb .overlay {
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c3ss.master .banner .breadcrumb a {
  margin: 0 6px;
}
.c3ss.master footer[role="main"] {
  background-color: #521952;
}
.c3ss.master footer[role="main"] nav[role="footer"],
.c3ss.master footer[role="main"] .disclaimer,
.c3ss.master footer[role="main"] .connected-bar {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 2px;
}
.c3ss.master footer[role="main"] nav[role="footer"],
.c3ss.master footer[role="main"] .disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.c3ss.master footer[role="main"] nav[role="footer"],
.c3ss.master footer[role="main"] .powered-by {
  color: #ffffff;
}
.c3ss.master footer[role="main"] nav[role="footer"] .footer-links a:hover {
  color: #c50004;
}
.c3ss.master footer[role="main"] .toovia-logo {
  font-size: 60px;
  margin: 6px 0 20px;
}
.c3ss.master footer[role="main"] .toovia-logo a {
  height: 32px;
  display: inline-block;
}
.c3ss.master footer[role="main"] .toovia-logo i {
  line-height: 32px;
}
.c3ss.master footer[role="main"] .disclaimer span,
.c3ss.master footer[role="main"] .disclaimer a {
  color: #ccc;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c3ss.master footer[role="main"] .disclaimer .is-ib,
.c3ss.master footer[role="main"] .disclaimer .is-ib a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c3ss.master footer[role="main"] .disclaimer .is-ib {
  padding-bottom: 20px;
  font-size: 9px;
}
.c3ss.master footer[role="main"] .connected-bar {
  line-height: 40px;
}
.c3ss.master footer[role="main"] .connected-bar .social {
  color: #ffffff;
}
.c3ss.master footer[role="main"] .connected-bar .social a {
  font-size: 15px;
}
.c3ss.master footer[role="main"] .connected-bar .social a:hover {
  color: #c50004;
}
.c3ss.master footer[role="main"] .connected-bar .subscribe {
  color: #ffffff;
}
.c3ss.master footer[role="main"] .connected-bar .subscribe input[type="email"] {
  background-color: #000;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}
.c3ss.master footer[role="main"] .connected-bar .subscribe .subscribe-btn {
  font-size: 19px;
}
.c3ss.master [data-widget="product-profile"] .thumbnail.active {
  border: none;
  outline: 1px solid #ed1c24;
}
.c3ss.master [data-widget="product-profile"] .owl-carousel img {
  height: auto;
}
.c3ss.master [data-widget="product-profile"] .media-space .description {
  font-size: 16px;
  line-height: 24px;
  font-family: CochinLT;
  color: #555555;
}
.c3ss.master [data-widget="product-profile"] .details-space .tagline {
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
}
.c3ss.master [data-widget="product-profile"] .details-space .product-color {
  font-size: 12px;
  /* font-style: italic; */
  color: #262626;
  line-height: 15px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c3ss.master [data-widget="product-profile"] .details-space .price {
  font-family: CochinLT;
  font-size: 22px;
  color: #521952;
  font-weight: 700;
  letter-spacing: 1px;
}
.c3ss.master [data-widget="product-profile"] .details-space .selection select {
  height: 30px;
  width: auto;
  min-width: 120px;
  padding-right: 23px;
  font-size: 10px;
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, #ffffff;
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png") no-repeat right, linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.c3ss.master [data-widget="product-profile"] .details-space .selection .size-guide-btn {
  font-size: 10px;
  text-decoration: underline;
}
.c3ss.master [data-widget="product-profile"] .details-space .panel-heading {
  text-transform: uppercase;
  font-size: 12px;
  font-family: CochinLT;
}
.c3ss.master [data-widget="product-profile"] .details-space .panel-heading a {
  color: #000000;
  font-weight: normal;
}
.c3ss.master [data-widget="product-profile"] .details-space .panel-heading .icon {
  font-size: 11px;
  font-weight: light;
}
.c3ss.master [data-widget="product-profile"] .details-space .panel-heading [data-toggle="collapse"].collapsed i:before {
  content: "\e65c";
}
.c3ss.master [data-widget="product-profile"] .details-space .panel-body {
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #555555;
}
.c3ss.master [data-widget="product-profile"] .details-space .additional-actions {
  font-size: 12px;
  margin-top: 0;
  text-align: left;
  padding-top: 15px;
}
.c3ss.master [data-widget="product-lists"] {
  background-color: #f5f5f5;
}
.c3ss.master [data-widget="landing"] .owl-controls .owl-dots {
  padding: 18px 0;
  background-color: #521952;
}
.c3ss.master [data-widget="landing"] .owl-controls .owl-dots span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c3ss.master .shopping-bag .bag-display {
  display: none;
}
.c3ss.master .shopping-bag.active .bag-display {
  z-index: 2;
  display: block;
  position: absolute;
  right: 10px;
  width: 700px;
  margin-top: 10px;
}
.c3ss.master .header-shopping-bag {
  font-size: 10px;
}
.c3ss.master .header-shopping-bag .cart-summary {
  text-align: center;
}
.c3ss.master .header-shopping-bag .info {
  line-height: 1.5em;
  text-align: center;
}
.c3ss.master .header-shopping-bag .item .product-title {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c3ss.master .header-shopping-bag .item .attributes {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c3ss.master header[role="main"] .right-nav .bag-display a {
  margin: 0;
  text-align: center;
}
.c3ss.master header[role="main"] .right-nav .bag-display a.view-cart {
  margin-bottom: 10px;
}
.c3ss.master footer[role="main"] .connected-bar .social a {
  color: #fff;
}
.c3ss.master footer[role="main"] .connected-bar .social a:hover {
  color: #c50004;
}
.c3ss.master footer[role="main"] nav[role="footer"] a {
  color: #fff;
}
.c3ss.master h1 {
  color: #521952;
}
.c3ss.master [data-widget="c3.basic-post"][data-content-position="BottomCenter"] .details {
  height: 100%;
}
.c3ss.master [data-widget="c3.basic-post"][data-content-position="BottomCenter"] .positioner {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.c3ss.master .default-background [data-widget="c3.basic-post"] {
  background-size: auto;
}
.c3ss.master [data-widget="c3.basic-post"] .pod-body {
  line-height: 32px;
  font-size: 18px;
}
.c3ss.master [data-widget="c3.basic-post"] .pod-title {
  color: #521952;
}
.c3ss.master [data-widget="c3.basic-post"][data-media-mode="Sequence"] .details {
  overflow: hidden;
}
.c3ss.master .italic-light [data-widget="c3.basic-post"] .pod-body,
.c3ss.master .italic-light [data-widget="c3.basic-post"] .pod-body .text-placeholder p {
  font-weight: 200;
  font-family: CochinLT-Italic;
  font-size: 19px;
  line-height: 32px;
}
.c3ss.master .pod-title-white [data-widget="c3.basic-post"] .pod-title {
  color: #fff;
}
.c3ss.master .newsletter-pod {
  text-align: center;
  color: #555;
  background-color: #e7e3e2;
  /*background-image: url('https://c3.toovia.com/media/thumbnail/int/o/0/668456915969310721/713257573921259520');
  background-position: center 20%;
  background-size: 15%;
  background-repeat: no-repeat;*/
}
.c3ss.master .newsletter-pod .positioner {
  top: 60%;
}
.c3ss.master .newsletter-pod .email-form {
  padding: 0;
}
.c3ss.master .newsletter-pod input[type="email"] {
  width: 41%;
  margin-right: -5px;
  font-size: 12px;
  border: 1px solid #521952;
  border-right: none;
  border-radius: 50px 0 0 50px;
  outline: none;
}
.c3ss.master .newsletter-pod .button-primary {
  line-height: 20px;
  font-size: 11px;
  border-radius: 0 50px 50px 0;
  border: 1px solid #521952;
  border-left: none;
}
.c3ss.master .newsletter-pod .subscription-form {
  top: 0;
  width: 100%;
  padding: 0;
}
.c3ss.master .newsletter-pod .pod-title {
  font-size: 36px;
  text-transform: inherit;
  letter-spacing: inherit;
}
.c3ss.master .newsletter-pod .pod-tagline {
  max-width: 70%;
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 22px;
}
.c3ss.master .social-pod [data-widget="c3.basic-post"] {
  color: #521952;
  background-size: 10%;
  background-position: center 30%;
}
.c3ss.master .social-pod [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
  top: 60%;
}
.c3ss.master .facebook-pod [data-widget="c3.basic-post"] {
  background-size: 6.5%;
}
.c3ss.master .col {
  float: left;
}
.c3ss.master .col-20 {
  width: 20%;
}
.c3ss.master .col-25 {
  width: 25%;
}
.c3ss.master .col-30 {
  width: 30%;
}
.c3ss.master .col-50 {
  width: 50%;
}
.c3ss.master .split-columns .pod-title {
  text-align: center;
}
.c3ss.master .split-columns .col p {
  margin-bottom: 20px;
  padding-right: 50px;
}
.c3ss.master .recommendation-pod .owl-controls .owl-dots {
  padding: 0;
}
.c3ss.master .roots-page .pod-title,
.c3ss.master .recommendation-pod .pod-title {
  font-size: 48px;
  line-height: 54px;
  font-family: CochinLT-Italic;
  text-transform: none;
  text-align: center;
  color: #521952;
}
.c3ss.master .roots-page-banner .pod-title {
  font-size: 32px;
  line-height: 37px;
  text-transform: none;
}
.c3ss.master [data-widget="search-result"] .hover-overlay .overlay {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #521952;
}
.c3ss.master [data-widget="search-result"][data-is-available="false"] {
  position: relative;
}
.c3ss.master [data-widget="search-result"][data-is-available="false"]:after {
  content: "Sold Out";
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: #494241;
  color: #fff;
  padding: 2px 10px 1px;
  z-index: 2;
  font-size: 12px;
}
.c3ss.master [data-widget="search-result"] .hover-overlay .details h3,
.c3ss.master [data-widget="search-result"] .hover-overlay .details h5 {
  color: #521952;
}
.c3ss.master [data-widget="search-result"] .marked-down .strike-through {
  font-size: 13px;
}
.c3ss.master [data-widget="search-result"] .hover-overlay .details .price {
  display: none;
}
.c3ss.master [data-widget="search-result"] .hover-overlay .button {
  border: 1px solid #521952;
  color: #521952;
}
.c3ss.master [data-widget="search-result"] .hover-overlay .button:hover {
  color: #fff;
}
.c3ss.master [data-widget="search-results"] {
  width: 1150px;
}
.c3ss.master [data-widget="search-results"] [data-widget="search-result"] {
  width: 350px;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
}
.c3ss.master .search-filter-bar nav[role="filter"] {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
  box-shadow: 3px 1px 3px #f5f5f5;
  background-color: transparent;
}
.c3ss.master [data-widget="search-result"] .inner {
  padding-bottom: 120%;
}
.c3ss.master [data-widget="c3.pages-post"] .result-stats .result-count {
  position: absolute;
  top: 20px;
  left: 20px;
}
.c3ss.master .search-filter-bar nav[role="filter"] .toggler {
  display: block;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  min-width: 214px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 13px;
  color: #7c7c7c;
}
.c3ss.master .search-filter-bar nav[role="filter"] .toggle-filters,
.c3ss.master .search-filter-bar nav[role="filter"] .sort-wrapper {
  margin: 12px 10px;
}
.c3ss.master .search-banner {
  height: 100%;
  text-align: center;
  background-image: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/ext/xxl/https%253A%252F%252Fdyx9305c2skz6.cloudfront.net%252Fmedia%252Fget%252F0%252F668456915969310721%252F748123955924172800");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c3ss.master .product-banner {
  height: 100%;
  text-align: center;
  background-image: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/ext/xxl/https%253A%252F%252Fdyx9305c2skz6.cloudfront.net%252Fmedia%252Fget%252F0%252F668456915969310721%252F747649894497779712");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c3ss.master .product-banner .pod-title,
.c3ss.master .search-banner .pod-title {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c3ss.master .icon-arrow-down2 {
  font-size: 11px;
  text-align: right;
  float: right;
  padding: 13px 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.c3ss.master .search-filter-bar .positioner {
  background-color: #521952;
  opacity: 0.8;
}
.c3ss.master .search-filter-bar .filters {
  border-bottom: 1px solid #606060;
  border-top: 1px solid #606060;
}
.c3ss.master .search-filter-bar .filters table a {
  text-transform: uppercase;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #fff;
}
.c3ss.master .search-filter-bar .filter-options .filter-option {
  text-transform: uppercase;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #555;
  z-index: 200;
  width: 25%;
  color: #fff;
  line-height: normal;
}
.c3ss.master .search-filter-bar .filter-options .nested-group-entry .group-title {
  color: #fff;
}
.c3ss.master .search-filter-bar .filter-options .filter-option .checkbox-label {
  width: 30px;
  height: 30px;
  border: 1px solid #606060;
}
.c3ss.master .search-filter-bar .filter-options .filter-option .checkbox-label:after {
  top: 10px;
  left: 10px;
}
.c3ss.master .search-filter-bar .filter-options .filter-option .checkbox-label:hover {
  border-color: #fff;
}
.c3ss.master .search-filter-bar .filter-options .filter-option .checkbox-label.active {
  border-color: #fff;
}
.c3ss.master .search-filter-bar .filter-options .filter-option span {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.c3ss.master .search-filter-bar .selected-filters {
  border: none;
}
.c3ss.master .search-filter-bar .selected-filters .filter-wrapper {
  width: 90%;
  padding-right: 100px;
  color: #fff;
  height: 64px;
}
.c3ss.master .search-filter-bar .selected-filters a {
  border: 0;
  line-height: 30px;
  padding: 0px 20px 0px 25px;
  margin-right: 10px;
  color: #fff;
  font-family: CochinLT;
  font-weight: 200;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c3ss.master .search-filter-bar .selected-filters a[data-clear-filters] {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 5px 0px 10px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.c3ss.master .search-filter-bar .selected-filters .wrapper {
  min-height: 64px;
  padding-right: 125px;
}
.c3ss.master .search-filter-bar .selected-filters a i {
  color: #c50004;
}
.c3ss.master .search-filter-bar nav[role="filter"] .toggle-sort,
.c3ss.master .search-filter-bar nav[role="filter"] .toggle-filters {
  background-image: url("/_pa/spaces-identity.isaia/_spaces/account/Media/catalog/drop.png");
  background-repeat: no-repeat;
  background-position: right;
}
.c3ss.master .search-filter-bar nav[role="filter"] .pull-left {
  float: right;
}
.c3ss.master .intro-pod .pod-title {
  font-size: 34px;
  line-height: 37px;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.c3ss.master [data-widget="c3.basic-post"] .full-pod {
  background-color: transparent;
  opacity: 0.8;
  z-index: 4;
}
.c3ss.master [data-widget="landing"] .wrapper > [data-widget] .hover-overlay .overlay {
  background-color: #fff;
  opacity: 0.4;
}
.c3ss.master .home-page .pod-title {
  color: #fff;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 12px;
  text-transform: uppercase;
}
.c3ss.master .home-page .pod-body {
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 4.64px;
  font-weight: bold;
}
.c3ss.master .home-page .pod-tagline,
.c3ss.master .hp-hero-carousel .pod-tagline {
  color: #fff;
  font-size: 32px;
  line-height: 37px;
  text-transform: capitalize;
}
.c3ss.master .hp-carousel .details {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
}
.c3ss.master .home-page .pod-subtagline,
.c3ss.master .hp-hero-carousel .pod-subtagline {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}
.c3ss.master .tailor-page .pod-title {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: 262626;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.c3ss.master .tailor-page .pod-body {
  line-height: 1.1em;
  font-size: 38px;
}
.c3ss.master .interviews-page .pod-title {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .875em;
  color: #262626;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.c3ss.master .interviews-page .pod-body {
  line-height: 1.1em;
  font-size: 38px;
}
.c3ss.master .aqua-page .pod-body {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master .cta-item.placeholder .border-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 45%;
  width: 1px;
  border-right: 2px solid #c50004;
}
.c3ss.master .cta-item.placeholder .border-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45%;
  width: 1px;
  border-left: 2px solid #c50004;
}
.c3ss.master .cta-item.placeholder .red-border overlaly {
  border: 1px solid #c50004;
  width: 100px;
  height: 100px;
  margin: 10px;
}
.c3ss.master [data-widget="product-profile"] .media-space .display {
  border: none;
}
.c3ss.master .faq-pod .pod-title {
  padding: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #521952;
}
.c3ss.master .faq-pod .panel-group h3 {
  margin: 45px 0 15px;
  color: #521952;
}
.c3ss.master .faq-pod .panel-group h3:first-child {
  margin-top: 0;
}
.c3ss.master .faq-pod .panel-group .panel {
  margin-bottom: 15px;
}
.c3ss.master .faq-pod .panel-group .panel .panel-body p {
  padding: 15px 18px 20px;
  line-height: 1.4em;
}
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-title,
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-tagline,
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-body {
  margin: 0;
  color: #c80012;
}
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-title,
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-tagline {
  text-transform: uppercase;
}
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-title {
  font-size: 11px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 4px;
}
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-tagline {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 51px;
}
.c3ss.master .journal-header [data-widget="c3.basic-post"] .pod-body {
  font-size: 22px;
  font-family: 'CochinLT-Italic';
  line-height: 24px;
}
.c3ss.master .journal-entry-title .pod-title {
  font-size: 16px;
  color: #c80012;
}
.c3ss.master .journal-entry-title .pod-tagline {
  font-size: 48px;
  line-height: 54px;
  font-family: CochinLT-Italic;
  text-transform: none;
  color: #521952;
}
.c3ss.master .journal-entry-title .pod-body {
  font-size: 16px;
  line-height: 32px;
  font-family: CochinLT;
  text-transform: none;
  color: #4E4E4E;
}
.c3ss.master .journal-entry-title .pod-tagline,
.c3ss.master .journal-entry-title .pod-body {
  margin: 0;
}
.c3ss.master .journal-landing .pod-body {
  font-size: 16px;
  line-height: 22px;
  font-family: CochinLT;
  text-transform: none;
  color: #262626;
  padding-top: 15px;
  padding-bottom: 20px;
}
.c3ss.master .journal-carousel {
  background-image: url('https://d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/banners/isaia-journal.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
.c3ss.master .journal-carousel .owl-carousel .owl-nav .owl-prev,
.c3ss.master .journal-carousel .owl-carousel .owl-nav .owl-next {
  width: 200px;
  height: 100%;
  top: 0;
  margin: 0;
  background: none;
}
.c3ss.master .journal-carousel .owl-carousel .owl-nav .owl-prev i,
.c3ss.master .journal-carousel .owl-carousel .owl-nav .owl-next i {
  display: none;
}
.c3ss.master .journal-carousel [data-widget="c3.basic-post"] .positioner {
  min-height: 310px;
  margin-top: 81px;
}
.c3ss.master .journal-carousel [data-widget="c3.basic-post"] .positioner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -345px;
  width: 100%;
  width: 310px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
}
.c3ss.master .journal-carousel [data-widget="c3.basic-post"] .content {
  margin-bottom: 40px;
}
.c3ss.master .journal-carousel [data-widget="c3.basic-post"] .pod-body {
  line-height: 1.5em;
}
@media only screen and (max-width: 1500px) {
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .positioner {
    min-height: 200px;
    padding: 30px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .positioner:before {
    width: 220px;
    height: 220px;
    left: -300px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .content {
    margin-bottom: 20px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] h2.pod-title {
    font-size: 26px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .pod-body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1350px) {
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .positioner {
    padding: 20px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .positioner:before {
    width: 200px;
    height: 200px;
    left: -290px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] h2.pod-title {
    font-size: 24px;
  }
  .c3ss.master .journal-carousel [data-widget="c3.basic-post"] .pod-body {
    font-size: 14px;
  }
}
.c3ss.master .positioner-no-padding .positioner {
  padding: 0;
}
.c3ss.master .product-overlay .details,
.c3ss.master .colored-overlay .details {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c3ss.master .product-overlay .details .content,
.c3ss.master .colored-overlay .details .content {
  display: none;
}
.c3ss.master .product-overlay:hover .details {
  background-color: rgba(255, 255, 255, 0.75);
}
.c3ss.master .product-overlay:hover .details .content {
  display: block;
}
.c3ss.master .product-overlay:hover .details .button {
  background-color: transparent;
}
.c3ss.master .product-overlay:hover .details .button:hover {
  background-color: #521952;
  opacity: 1;
}
.c3ss.master .colored-overlay:hover .details {
  background-color: rgba(82, 25, 82, 0.75);
}
.c3ss.master .colored-overlay:hover .details .content {
  display: block;
}
.c3ss.master .colored-overlay:hover .details .button:hover {
  border-color: #fff;
}
.c3ss.master .banner-text .pod-title {
  margin-bottom: 45px;
  font-size: 44px;
  color: #fff;
}
.c3ss.master .banner-text .pod-body {
  width: 50%;
  margin: 0px auto;
  line-height: 2.1em;
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c3ss.master .banner-text .pod-body a {
  color: #fff;
  text-decoration: underline;
}
.c3ss.master .banner-text-full-width .pod-body {
  width: 100%;
}
.c3ss.master .red-border .details {
  z-index: 4;
}
.c3ss.master .red-border [data-post]:after {
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/banners/isaia-red-border.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c3ss.master .red-border .positioner {
  z-index: 4;
}
.c3ss.master .pod-padding-top .wrapper {
  padding-top: 10px;
}
.c3ss.master .pod-padding-right .wrapper {
  padding-right: 10px;
}
.c3ss.master .pod-padding-top-right .wrapper {
  padding-top: 10px;
  padding-right: 10px;
}
.c3ss.master .pod-padding-top-left .wrapper {
  padding-top: 10px;
  padding-left: 10px;
}
.c3ss.master .pod-padding-left .wrapper {
  padding-left: 10px;
}
.c3ss.master .pod-padding-bottom .wrapper {
  padding-bottom: 10px;
}
.c3ss.master .journal-banner-padding .wrapper {
  padding-left: 225px;
  padding-right: 225px;
}
.c3ss.master .shopping-cart-page,
.c3ss.master .shipment-page,
.c3ss.master .payment-page {
  background-color: #f5f5f5;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"],
.c3ss.master [data-widget="c3.shipment-post"],
.c3ss.master [data-widget="c3.payment-post"] {
  padding: 30px 60px;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .pod-title,
.c3ss.master [data-widget="c3.shipment-post"] .pod-title,
.c3ss.master [data-widget="c3.payment-post"] .pod-title {
  padding: 10px 0;
  font-family: CochinLT;
}
.c3ss.master [data-widget="c3.payment-post"] .store-credit-section .input-form .checkbox {
  padding-left: 20px;
  font-weight: normal;
}
.c3ss.master [data-widget="c3.shopping-cart-post"] .cart,
.c3ss.master [data-widget="c3.shipment-post"] .contact-form,
.c3ss.master [data-widget="c3.payment-post"] .contact-form,
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form,
.c3ss.master [data-widget="c3.payment-post"] .shipping-form,
.c3ss.master [data-widget="c3.shipment-post"] .payment-form,
.c3ss.master [data-widget="c3.payment-post"] .payment-form,
.c3ss.master [data-widget="c3.shipment-post"] .billing-address-form,
.c3ss.master [data-widget="c3.payment-post"] .billing-address-form,
.c3ss.master [data-widget="c3.shipment-post"] .create-account-form,
.c3ss.master [data-widget="c3.payment-post"] .create-account-form,
.c3ss.master [data-widget="c3.shipment-post"] .promo-form,
.c3ss.master [data-widget="c3.payment-post"] .promo-form {
  padding: 25px 0;
  border-width: 0;
  border-top: 1px solid #eee;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form label,
.c3ss.master [data-widget="c3.payment-post"] .input-form label {
  padding: 10px 0;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group {
  margin-bottom: 0;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.half,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.half,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.half:first-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.half:first-child,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.half:last-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.half:last-child,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.one-third,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.one-third,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.one-third:first-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.one-third:first-child,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.one-third:last-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.one-third:last-child,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.two-third,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.two-third,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.two-third:first-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.two-third:first-child,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.two-third:last-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.two-third:last-child {
  float: none;
  width: 100%;
  padding: 0;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.half:after,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.half:after,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.one-third,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.one-third,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group.two-third,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group.two-third {
  content: "";
  display: table;
  clear: both;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .control-label,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group .control-label {
  float: left;
  width: 25%;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .controls,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group .controls {
  float: right;
  width: 75%;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .controls input,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group .controls input,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .controls select,
.c3ss.master [data-widget="c3.payment-post"] .input-form .form-groups .form-group .controls select {
  width: 70%;
  margin-bottom: 20px;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .columns .column,
.c3ss.master [data-widget="c3.payment-post"] .input-form .columns .column,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .columns .column:first-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .columns .column:first-child,
.c3ss.master [data-widget="c3.shipment-post"] .input-form .columns .column:last-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .columns .column:last-child {
  width: 100%;
  padding: 0;
}
.c3ss.master [data-widget="c3.shipment-post"] .input-form .columns .column:last-child,
.c3ss.master [data-widget="c3.payment-post"] .input-form .columns .column:last-child {
  display: none;
}
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group,
.c3ss.master .collectionTextPod .pod-title {
  margin-bottom: 0;
}
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group label {
  float: left;
  width: 25%;
}
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group input,
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group select {
  float: left;
  width: 53%;
}
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.c3ss.master [data-widget="c3.shipment-post"] .select-methods.disabled {
  display: none;
}
.c3ss.master [data-widget="c3.order-history-post"] {
  padding: 30px;
}
.c3ss.master [data-widget="c3.login"] .pane .section-header {
  display: inline-block;
}
.c3ss.master [data-widget="c3.login"] .pane [data-switch-form] {
  float: right;
}
.c3ss.master [data-widget="c3.shipment-post"] .select-methods .button {
  width: auto;
  min-width: 150px;
  border-radius: 0;
}
.c3ss.master [data-widget="c3.shipment-post"] .shipment-actions {
  margin: 20px 0 30px;
  padding-right: 30px;
  text-align: right;
}
.c3ss.master [data-widget="c3.payment-post"] .payment-form {
  margin-bottom: 20px;
}
.c3ss.master [data-widget="c3.payment-post"] .billing-address-form > .input-form > .form-group:first-child,
.c3ss.master [data-widget="c3.payment-post"] .gift-receipt-info.input-form > .form-group:first-child {
  padding-left: 20px;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .items {
  border: none;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] td,
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] th {
  padding: 10px;
  font-family: CochinLT;
  border-color: #eee;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] th:last-child {
  text-align: right;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] tr {
  border-bottom: 1px solid #eee;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .footnote,
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .remove-btn {
  font-size: 12px;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .item-price {
  text-align: right;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .continue-shopping-btn {
  display: block;
  padding: 7px 0 0 30px;
}
.c3ss.master .input-form input[type="text"],
.c3ss.master .input-form input[type="number"],
.c3ss.master .input-form input[type="date"],
.c3ss.master .input-form input[type="datetime"],
.c3ss.master .input-form input[type="datetime-local"],
.c3ss.master .input-form input[type="email"],
.c3ss.master .input-form input[type="month"],
.c3ss.master .input-form input[type="search"],
.c3ss.master .input-form input[type="tel"],
.c3ss.master .input-form input[type="time"],
.c3ss.master .input-form input[type="url"],
.c3ss.master .input-form input[type="week"],
.c3ss.master .input-form input[type="color"],
.c3ss.master .input-form input[type="password"],
.c3ss.master .input-form select,
.c3ss.master .input-form textarea,
.c3ss.master .input-form .twitter-typeahead {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.c3ss.master [data-widget="product-profile"] .details-space .selection,
.c3ss.master [data-widget="product-profile"] .details-space .basic-details,
.c3ss.master [data-widget="product-profile"] .details-space .panel,
.c3ss.master [data-widget="product-profile"] .details-space .additional-actions,
.c3ss.master [data-widget="c3.shipment-post"] .contact-form,
.c3ss.master [data-widget="c3.shipment-post"] .shipping-form,
.c3ss.master [data-widget="c3.shipment-post"] .select-methods,
.c3ss.master [data-widget="c3.payment-post"] .payment-form,
.c3ss.master [data-widget="c3.payment-post"] .billing-address-form,
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] td {
  border-color: #eee;
}
.c3ss.master [data-widget="product-profile"] .details-space .basic-details {
  padding-bottom: 15px;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] {
  padding: 20px;
  background-color: transparent;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .details {
  padding: 25px;
  background-color: #fff;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .details .pod-title {
  padding: 0 0 10px 0;
  font-family: inherit;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .vertical {
  line-height: 1.5em;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .vertical h4 {
  font-size: 16px;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .item-price {
  text-align: right;
}
.c3ss.master [data-widget="c3.shopping-cart-post"][data-display-type="Mini"] .row-entry .value {
  font-size: 16px;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"],
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] {
  padding: 10px 20px 30px;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .input-form label,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .input-form label {
  padding: 0;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .control-label,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .input-form .form-groups .form-group .control-label {
  float: none;
  width: 100%;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .controls,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .input-form .form-groups .form-group .controls {
  float: none;
  width: 100%;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .controls input,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .input-form .form-groups .form-group .controls input,
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .input-form .form-groups .form-group .controls select,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .input-form .form-groups .form-group .controls select {
  width: 100%;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .button,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .button {
  width: 75%;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .actions,
body.c3ss.master.is-mobile [data-widget="c3.payment-post"] .actions {
  padding: 0;
  text-align: center;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group label {
  float: none;
  width: 100%;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group input,
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group select {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
body.c3ss.master.is-mobile [data-widget="c3.shipment-post"] .shipping-form .input-form .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.c3ss.master .login-form {
  padding-top: 30px;
}
.c3ss.master .login-form h1 {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.c3ss.master .login-form h2 {
  margin-bottom: 25px;
}
.c3ss.master [data-widget="c3.login"] .login-form .pane {
  padding: 0;
}
.c3ss.master .login-form .form-footer {
  padding: 0;
  text-align: left;
}
.c3ss.master .login-form .columns .col {
  padding: 30px 25px;
}
.c3ss.master .login-form .columns .col2 {
  background-color: #f5f5f5;
}
.c3ss.master .login-form .columns .col2 .form-body {
  min-height: 313px;
  line-height: 1.5em;
}
.c3ss.master .login-form .columns .col2 .form-body strong {
  margin-bottom: 25px;
  line-height: 32px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}
.c3ss.master .login-form input[type="text"],
.c3ss.master .login-form input[type="email"],
.c3ss.master .login-form input[type="password"],
.c3ss.master .login-form select {
  display: block;
  width: 80%;
}
.c3ss.master .login-form .forgot-password {
  width: 80%;
  text-align: right;
}
.c3ss.master .login-form .form-group a {
  text-decoration: underline;
}
.c3ss.master .login-form input[type="checkbox"] {
  margin-top: 2px;
}
.c3ss.master [data-widget="c3.account-settings"],
.c3ss.master [data-widget="c3.order-history-post"],
.c3ss.master [data-widget="c3.customer-addresses-post"],
.c3ss.master [data-widget="c3.customer-payments-post"] {
  padding: 30px;
}
.c3ss.master [data-widget="c3.account-settings"] .section-header,
.c3ss.master [data-widget="c3.account-settings"] h3,
.c3ss.master [data-widget="c3.order-history-post"] .pod-title,
.c3ss.master [data-widget="c3.customer-addresses-post"] .pod-title,
.c3ss.master [data-widget="c3.customer-payments-post"] .pod-title {
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: none;
  color: #521952;
}
.c3ss.master [data-widget="c3.order-history-post"] th,
.c3ss.master [data-widget="c3.order-history-post"] td {
  padding: 20px 0 !important;
  border-color: #eee !important;
}
.c3ss.master [data-widget="c3.customer-addresses-post"] .actions,
.c3ss.master [data-widget="c3.customer-payments-post"] .actions {
  margin-top: 25px;
}
.c3ss.master [data-widget="c3.customer-addresses-post"] .address,
.c3ss.master [data-widget="c3.customer-payments-post"] .vault {
  padding-left: 0;
}
.c3ss.master [data-widget="c3.customer-addresses-post"] .entry-wrapper,
.c3ss.master [data-widget="c3.customer-payments-post"] .entry-wrapper {
  min-height: 175px;
  border-color: #521952;
}
.c3ss.master [data-widget="c3.customer-addresses-post"] .entry-wrapper i,
.c3ss.master [data-widget="c3.customer-payments-post"] .entry-wrapper i {
  display: none;
}
.c3ss.master [data-widget="c3.customer-payments-post"] .pod-title {
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.c3ss.master [data-widget="c3.account-settings"] .personal-info-pane .form-section:first-child {
  margin-bottom: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.c3ss.master .contact-location,
.c3ss.master .contact-location * {
  margin: 0px auto;
  line-height: 2.1em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master .contact-location h2.pod-title {
  font-size: 22px;
  line-height: 28px;
  font-family: CochinLT;
  margin: 20px 0 0;
}
.c3ss.master .appointment-form {
  width: 70%;
  margin: 0px auto;
  padding-top: 70px;
}
.c3ss.master .appointment-form .form-group {
  margin-bottom: 30px;
}
.c3ss.master .appointment-form .control-label {
  float: left;
  width: 34%;
  text-align: right;
  font-size: 22px;
  font-family: 'CochinLT-Italic';
  font-weight: normal;
  color: #720a72;
}
.c3ss.master .appointment-form .controls {
  float: right;
  width: 60%;
  border-bottom: 1px solid #ddd;
}
.c3ss.master .appointment-form input[type="text"],
.c3ss.master .appointment-form input[type="email"],
.c3ss.master .appointment-form select {
  height: auto;
  margin: 0;
  padding: 5px 0 12px;
  line-height: normal;
  background: none;
  border-width: 0;
  border-radius: 0;
  font-size: 14px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master .c3-modal .close-btn {
  box-shadow: none;
}
.c3ss.master .fit-guide-modal .modal-header {
  padding: 0px 10px 10px;
}
.c3ss.master .fit-guide-modal .fit-guide{
  padding: 20px 10px 0;
}
.c3ss.master .fit-guide table tr.even {
  background-color: #f5f5f5;
}
.c3ss.master .fit-guide table td {
  border: none !important;
}
.c3ss.master .fit-guide table td.label {
  font-weight: bold;
}
.c3ss.master .fit-guide table td.value {
  text-align: center;
}
.c3ss.master [data-widget="c3.subscription-post"] input[type="email"] {
  height: 40px;
}
.c3ss.master [data-widget="product-profile"] .details-space .product-code {
  font-size: 11px;
  color: #262626;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c3ss.master [data-widget="c3.pages-post"] .results-group,
.c3ss.master [data-widget="c3.ymal-post"] .results-group,
.c3ss.master [data-widget="c3.recently-viewed-post"] .results-group {
  padding-top: 55px;
  padding-right: 200px;
  padding-left: 200px;
}
.c3ss.master [data-widget="c3.recently-viewed-post"] .owl-dots,
.c3ss.master [data-widget="c3.ymal-post"] .owl-dots {
  display: none !important;
}
.c3ss.master [data-widget="c3.ymal-post"] .pod-title,
.c3ss.master [data-widget="c3.recently-viewed-post"] .pod-title {
  color: #521952;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
  padding: 15px 15px 10px;
  text-align: center;
  font-style: italic;
}
.c3ss.master [data-widget="landing"].dashboard-page .analytics .pod-title {
  background-color: #fafafa;
}
.c3ss.master .dashboard-page [data-widget="c3.metric-view-query-post"] .number {
  font-family: CochinLT;
  font-size: 24px;
  color: #521952;
  font-weight: 700;
  letter-spacing: 1px;
}
.c3ss.master .table-wrapper.full-screen .dashboard-page .table {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.c3ss.master .dashboard-page [data-widget="c3.top-view-query-post"] .top-list {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 31px;
  padding: 25px;
  letter-spacing: 1px;
}
.c3ss.master .dashboard-page .total {
  color: #262626;
  opacity: 0.6;
  font-size: 12px;
  line-height: 13px;
}
.c3ss.master [data-widget="landing"].dashboard-page .analytics .pod-title {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.c3ss.master .dashboard-page .form-group {
  padding: 10px;
}
.c3ss.master .dashboard-page .input-form .form-groups .form-group.one-quarter:first-child {
  padding: 10px;
}
.c3ss.master .table-wrapper.full-screen .dashboard-page .table td,
.c3ss.master .table-wrapper.full-screen .dashboard-page .table th {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  padding: 5px;
  color: #262626;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.c3ss.master .dashboard-page .input-form label {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #262626;
  opacity: .6;
}
.c3ss.master .report-console-wrapper .report-console .pane .pane-content > header.centered-content,
.c3ss.master .report-console-wrapper .report-console .pane .pane-content .pane-spliter > header.centered-content {
  background-image: url("https://c3.toovia.com/media/thumbnail/ext/xxl/https%253A%252F%252Fdyx9305c2skz6.cloudfront.net%252Fmedia%252Fget%252F0%252F668456915969310721%252F740768136546877440");
}
.c3ss.master .dashboard-page .metric-title {
  color: #262626;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master [data-widget="landing"] .analytics .pod-title .border {
  border-bottom: 1px solid #ffffff;
}
.c3ss.master [data-widget="landing"].dashboard-page .analytics .pod-title {
  text-align: left;
  padding-left: 10px;
}
.c3ss.master [data-widget="c3.receipt-post"] .confirmation {
  background-image: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/xxl/0/668456915969310721/748745506551037952");
  background-color: #521952;
}
.c3ss.master [data-widget="c3.receipt-post"] .pod-title {
  color: #fff;
}
.c3ss.master [data-widget="c3.receipt-post"] .order-id {
  color: #fff;
}
.c3ss.master [data-widget="c3.receipt-post"] .receipt-actions a {
  color: #fff;
}
.c3ss.master .store-landing .pod-title {
  font-size: 22px;
  line-height: 28px;
}
.c3ss.master .store-landing .pod-body {
  margin: 0px auto;
  line-height: 2.1em;
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c3ss.master .social-share {
  padding: 20px 0;
  text-align: center;
}
.c3ss.master .social-share h5 {
  margin-bottom: 20px;
  font-size: 10px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #c80012;
}
.c3ss.master .social-share a {
  margin: 0 15px;
}
.c3ss.master .social-share i {
  font-size: 22px;
  color: #521952;
}
.c3ss.master .unsubscribe-form {
  margin: 80px 0;
  text-align: center;
}
.c3ss.master .unsubscribe-form h1 {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: none;
  line-height: normal;
}
.c3ss.master .unsubscribe-form .form-pane {
  max-width: 500px;
  margin: 0px auto;
}
.c3ss.master .narrow-column .pod-body {
  width: 500px;
  max-width: 100%;
}
.c3ss.master .hide {
  display: none;
}
.c3ss.master .group:after {
  content: "";
  display: table;
  clear: both;
}
.c3ss.master .is-ib {
  display: inline-block;
}
.c3ss.master .disclaimer .show {
  display: block;
}
.c3ss.master .disclaimer .is-ib {
  vertical-align: top;
}
.c3ss.master .disclaimer .container > .is-ib {
  margin-right: 20px;
}
.c3ss.master .is-alquimo {
  background: transparent url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/o/0/668456915969310721/770664065797914624") no-repeat scroll center -2px;
  background-size: 100%;
  display: inline-block;
  height: 40px;
  width: 105px;
}
.c3ss.master footer[role="main"] .toovia-logo {
  font-size: 60px;
}
.c3ss.master .isContact .form-header {
  padding: 35px;
}
.c3ss.master .isContact .contact-form {
  padding: 5px;
}
.c3ss.master .isBgSpacer {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c3ss.master .socialShareWrap {
  position: relative;
  text-align: center;
}
.c3ss.master .socialShareWrap .social-share {
  position: relative;
  z-index: 1;
}
.c3ss.master .isJournalNav {
  background-image: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/ext/xxl/https%253A%252F%252Fdyx9305c2skz6.cloudfront.net%252Fmedia%252Fget%252F0%252F668456915969310721%252F740645094310412288");
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.c3ss.master .isJournalNavA {
  padding: 72px 0 73px 0;
  width: 100%;
}
.c3ss.master .isJournalNav .social-share h5 {
  margin-bottom: 5px;
}
.c3ss.master .socialShareWrap .social-share {
  padding: 40px 0;
}
.c3ss.master .journalH2 {
  padding-top: 80px;
}
.c3ss.master .journalH2 .pod-body {
  font-size: 26px;
  font-weight: bold;
}
.c3ss.master .isJournalImg [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
  bottom: -12px;
  color: #f6f6f6;
  left: 5px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: auto;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  width: 100%;
}
.c3ss.master .isJournalImg [data-widget="c3.basic-post"][data-content-position^="Center"] .pod-title {
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 9px;
  font-family: Helvetica, Arial, Sans-Serif;
}
.c3ss.master .isISuggest .inner {
  background-size: 100% auto;
  height: 300px;
  width: 250px;
  background-repeat: no-repeat;
}
.c3ss.master .isISuggest h2 {
  padding-bottom: 35px;
}
.c3ss.master .isISuggest h3 {
  font-size: 14px;
}
.c3ss.master .isISuggest h4 {
  font-size: 12px;
  color: #521952;
}
.c3ss.master .noResultsNavWrap .positioner {
  width: 100%;
}
.c3ss.master .noSearchNav {
  font-size: 14px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  text-align: center;
}
.c3ss.master .noSearchNav h3 {
  font-size: 14px;
}
.c3ss.master .noSearchNavLink {
  width: 45%;
}
.c3ss.master .noSearchNavLink h3 {
  text-transform: uppercase;
}
.c3ss.master .noSearchNavLink a {
  display: block;
}
.c3ss.master .noSearchNavLink:first-child {
  border-right: 1px solid #efefef;
}
.c3ss.master #modal-join {
  height: inherit;
  width: 960px;
  max-width: 960px;
  min-height: 375px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c3ss.master #modal-join + .modal-backdrop.in {
  background-color: #444;
}
.c3ss.master #modal-join .close-btn {
  background-color: transparent;
  background-size: 60%;
}
.c3ss.master #modal-join h3 {
  line-height: 32px;
  font-size: 28px;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
  text-transform: none;
  color: #521952;
  font-weight: bold;
}
.c3ss.master #modal-join p {
  color: #511C51;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 30px;
}
.c3ss.master #modal-join input {
  width: 60%;
  margin-right: -5px;
  border: none;
  border-right: none;
  border-radius: 50px 0 0 50px;
  outline: none;
  padding: 0 18px;
  font-size: 10px;
}
.c3ss.master #modal-join input::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.c3ss.master #modal-join input::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.c3ss.master #modal-join input:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.c3ss.master #modal-join button {
  line-height: 20px;
  font-size: 11px;
  border-radius: 0 50px 50px 0;
  border: none;
  border-left: none;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  top: 0;
  left: -1px;
  position: relative;
}
.c3ss.master .chrome-browser #modal-join button {
  top: 1px;
}
.c3ss.master #modal-join button:hover {
  background-color: #521952;
  color: #fff;
}
.c3ss.master #modal-join input,
.c3ss.master #modal-join button {
  height: 35px;
}
.c3ss.master #modal-join .modal-dialog {
  width: 960px;
  height: auto;
  overflow: hidden;
  max-width: 960px;
  min-height: 375px;
}
.c3ss.master #modal-join .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #E5E6E7;
  box-sizing: border-box;
  padding: 60px 40px;
  height: inherit;
  overflow: hidden;
}
.c3ss.master .modal-l {
  float: left;
  height: inherit;
  width: 100%;
}
.c3ss.master .modal-l img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c3ss.master .modal-l .header-mobile {
  display: none;
}
.c3ss.master .modal-r {
  float: right;
  z-index: 1;
  position: relative;
  width: 350px;
}
.c3ss.master .modal-r > * {
  width: 100%;
  text-align: center;
}
.c3ss.master .modal-r #isaia-logo {
  width: 75px;
  margin: 0 auto 35px;
  display: block;
}
.c3ss.master [data-is-available="false"][data-widget="search-result"] .hover-overlay,
.c3ss.master [data-is-available="false"] .positioner h3:before,
.c3ss.master [data-is-available="false"] .positioner h3:after {
  display: block;
}
.c3ss.master [data-is-available="false"]:after {
  display: none;
}
.c3ss.master [data-is-available="false"] .button {
  opacity: 0;
  visibility: hidden;
}
.c3ss.master [data-is-available="false"] .positioner h3:after {
  content: 'Sold Out';
  padding: 9px 25px 9px;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 100%;
  cursor: pointer;
  letter-spacing: 2px;
  background-color: #c50004;
  color: #fff;
  width: 50%;
  margin: 20px auto 0;
}
.c3ss.master .tailor-img-one {
  background: transparent url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/xl/0/668456915969310721/821948839975452672") no-repeat scroll center center / cover;
  height: 66%;
  position: absolute;
  width: 100%;
}
.c3ss.master .tailor-img-two {
  background: transparent url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/xl/0/668456915969310721/821949424091791360") no-repeat scroll center center / cover;
  height: 66%;
  position: absolute;
  width: 100%;
}
.c3ss.master .tailor-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.c3ss.master .tailor-container .text {
  bottom: 0;
  font-size: 18px;
  height: 30%;
  line-height: 32px;
  padding: 40px;
  position: absolute;
  text-align: center;
}
.c3ss.master .crime .pod-body {
  font-size: 28px;
}
.c3ss.master .italics [data-widget="c3.basic-post"] .pod-title,
.c3ss.master .italics span {
  font-family: CochinLT-Italic;
}
.c3ss.master .tailor-banner-text {
  color: #fff;
  background: transparent url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/o/0/668456915969310721/821945842087297024") no-repeat scroll center top;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 42%;
  width: 100%;
  z-index: 2;
}
.c3ss.master .tailor-overlay {
  background-color: #521952;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c3ss.master .tailor-banner-container {
  background: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/ext/xxl/https%253A%252F%252Fdyx9305c2skz6.cloudfront.net%252Fmedia%252Fget%252F0%252F668456915969310721%252F810293091727769600") center bottom / cover;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
}
.c3ss.master .tailor-banner-text h2,
.c3ss.master .tailorHome-banner-text h2 {
  font-size: 28px;
  margin-top: 60px;
  font-weight: bold;
}
.c3ss.master [data-widget="c3.basic-post"] .pod-body .text-placeholder {
  width: 40%;
  font-weight: 600;
  font-family: CochinLT-Italic;
  font-size: 27px;
}
.c3ss.master .text-placeholder a {
  font-weight: 100;
  margin-top: 30px;
}
.c3ss.master .crime-film-padding-left .wrapper {
  padding-left: 30px;
}
.c3ss.master .crime-film-padding-right .wrapper {
  padding-right: 30px;
}
.c3ss.master .homepage_crimebutton {
  margin: 20px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.c3ss.master .homepage_crimebutton .button.button-primary {
  border: 1px solid #fff;
  color: #fff;
}
.c3ss.master .diagonal-pod .text-placeholder {
  float: right;
}
.c3ss.master .tailorHome-banner-text {
  background: transparent url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/o/0/668456915969310721/821945842087297024") no-repeat scroll center top;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  top: 42%;
  z-index: 2;
}
.c3ss.master #tailorLoadVid {
  cursor: pointer;
}
.c3ss.master #videoContainerY iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.c3ss.master .tailorHome-banner-text:hover {
  color: #fff;
}
.c3ss.master .collectionTextPodB p {
  padding: 35px 55px 0;
}
.c3ss.master .collectionTextPod p {
  padding: 25px 55px ;
}
.c3ss.master .crime-pod-padding .wrapper {
  padding-bottom: 10px;
}
.c3ss.master .home-pageCar .wrapper {
  padding-top: 10px;
}
.c3ss.master .payment-page [data-widget="c3.payment-post"],
.c3ss.master .shipment-page [data-widget="c3.shipment-post"] {
  padding-top: 0;
  padding-bottom: 0;
}
.c3ss.master .payment-page [data-widget="c3.payment-post"] .details,
.c3ss.master .shipment-page [data-widget="c3.shipment-post"] .details {
  padding: 30px 0;
}
.c3ss.master .valentineSpecial .pod-title {
  color: #c50004;
}
.c3ss.master .collectionTextPod.valentinePod p {
  padding: 0;
}
.c3ss.master .collectionTextPod.valentinePod .valentineMini {
  padding-top: 20px;
}
.c3ss.master .home-pageCar .pod-title {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  line-height: 12px;
  text-transform: uppercase;
}
.c3ss.master .home-pageCar .pod-body {
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 4.64px;
  font-weight: bold;
}
.c3ss.master .home-pageCar .pod-tagline {
  font-size: 32px;
  line-height: 37px;
  text-transform: capitalize;
}
.c3ss.master #fit-guide-modal .fit-guide h4 {
  padding: 10px;
}
.c3ss.master .shirt-specs {
  width: 100%;
  height: inherit;
  overflow: hidden;
  margin: 15px 0 0;
}
.c3ss.master .shirt-specs * {
  margin: 0;
  padding: 0;
  color: #521952;
}
.c3ss.master .shirt-specs > div {
  float: left;
  width: 50%;
}
.c3ss.master .shirt-specs > div > * {
  float: left;
  width: 100%;
}
.c3ss.master .shirt-specs i {
  text-align: right;
  font-family: "CochinLT-Italic";
  font-size: 25px;
}
.c3ss.master .shirt-specs strong {
  padding: 0 12px 0 15px;
  min-width: 65px;
  text-align: right;
  font-size: 21px;
}
.c3ss.master .shirt-specs p {
  color: #5f5f5f;
}
.c3ss.master .shirt-specs--material * {
  float: left;
  width: auto;
}
.c3ss.master .country-swapper-modal ul {
  width: 100%;
  padding: 45px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.c3ss.master .country-swapper-modal ul li {
  display: inline-block;
  min-width: 120px;
  padding: 4%;
  width: 20%;
}
.c3ss.master .country-swapper-modal ul li a {
  display: block;
}
.c3ss.master .countrySwapper .fa-caret-down::before {
  left: 16px;
  position: relative;
}
.c3ss.master .countrySwapper i {
  border-left: 1px solid #d1d1d1;
  color: inherit;
  display: inline-block;
  font-style: normal;
  margin-left: 5px;
}
.c3ss.master .country-swapper-modal .modal-content {
  width: 85%;
  padding: 3%;
  margin: 5% auto;
  text-align: center;
}
.c3ss.master .country-swapper-modal .c-isaia-logo {
  width: 75px;
}
.c3ss.master .country-swapper-modal .close-btn {
  background-size: 40% 40%;
  border: 1px solid #000;
  border-radius: 50%;
  height: 40px;
  padding: 14px;
  width: 40px;
}
.c3ss.master .country-swapper-modal h3 {
  color: #521952;
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
  padding: 20px 0;
  text-transform: none;
}
.c3ss.master .country-swapper-modal p {
  font-size: 10px;
}
.c3ss.master .country-swapper-modal ul li {
  cursor: pointer;
}
/* .c3ss.master .country-swapper-modal ul li a {
  pointer-events: none;
} */
.c3ss.master .country-swapper-modal ul li a span {
  /* background: transparent url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/o/0/668456915969310721/893974853554208768") repeat scroll 0 0;
  background-size: 217% auto; */
  display: block;
  height: 65px;
  margin-bottom: 20px;
  width: 120px;
  background-size: contain;
}
.c3ss.master .country-swapper-modal ul .active {
  border: 1px solid #521952;
}
.c3ss.master .country-swapper-modal .sa span {
	background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/south-america-gray.jpg");
}
.c3ss.master .country-swapper-modal li:hover .sa span,
.c3ss.master .country-swapper-modal .active .sa span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/south-america-purple.jpg");
}
.c3ss.master .country-swapper-modal .na span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/north-america-gray.jpg");
}
.c3ss.master .country-swapper-modal li:hover .na span,
.c3ss.master .country-swapper-modal .active .na span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/north-america-purple.jpg");
}
.c3ss.master .country-swapper-modal .af span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/middle-east-south-africa-gray.png");
}
.c3ss.master .country-swapper-modal li:hover .af span,
.c3ss.master .country-swapper-modal .active .af span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/middle-east-south-africa-purple.png");
}
.c3ss.master .country-swapper-modal .as span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/asia-gray.png");
}
.c3ss.master .country-swapper-modal li:hover .as span,
.c3ss.master .country-swapper-modal .active .as span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/asia-purple.png");
}
.c3ss.master .country-swapper-modal .eu span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/western-europe-gray.png");
}
.c3ss.master .country-swapper-modal li:hover .eu span,
.c3ss.master .country-swapper-modal .active .eu span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/western-europe-purple.png");
}
.c3ss.master .country-swapper-modal .ee span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/eastern-europe-gray.png");
}
.c3ss.master .country-swapper-modal li:hover .ee span,
.c3ss.master .country-swapper-modal .active .ee span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/eastern-europe-purple.png");
}
.c3ss.master .country-swapper-modal .jp span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/japan-gray.png");
}
.c3ss.master .country-swapper-modal li:hover .jp span,
.c3ss.master .country-swapper-modal .active .jp span {
  background-image: url("//d1jbmqjs327xbn.cloudfront.net/_pa/spaces-identity.isaia/assets/images/regions/japan-purple.png");
}
.c3ss.master .countrySwapBackdrop {
  background: #521952;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c3ss.master [data-widget="giftcard-viewer"] .selection-page {
  text-align: center;
}
.c3ss.master [data-widget="giftcard-viewer"] .selection-title {
  font-family: 'CochinLT-Italic';
  text-transform: none;
  margin-top: 75px;
}
.c3ss.master [data-widget="giftcard-viewer"] .selection-subtitle {
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
  margin-top: 40px;
}
.c3ss.master [data-widget="giftcard-viewer"] .selections {
  padding: 40px 400px;
}
.c3ss.master [data-widget="giftcard-viewer"] .selections ul {
  column-count: 2;
  list-style: none;
}
.c3ss.master [data-widget="giftcard-viewer"] .selections li {
  margin-bottom: 15px;
}
.c3ss.master [data-widget="giftcard-viewer"] .selections a {
  font-family: CochinLT;
  font-size: 24px;
  color: #521952;
}
.c3ss.master [data-widget="giftcard-viewer"] .selections a:hover {
  text-decoration: underline;
}
.c3ss.master [data-widget="giftcard-preview"] {
  text-align: center;
  background-size: cover;
}
.c3ss.master [data-widget="giftcard-preview"] .card {
  width: 685px;
  margin: 65px auto 85px;
  color: #fff;
  position: relative;
}
.c3ss.master [data-widget="giftcard-preview"] .card .quote-it {
  font-family: 'CochinLT-Italic';
  font-size: 48px;
  line-height: 48px;
}
.c3ss.master [data-widget="giftcard-preview"] .card .quote-en {
  font-size: 28px;
  line-height: 28px;
  margin-top: 20px;
}
.c3ss.master [data-widget="giftcard-preview"] .card .overlay {
  width: 100%;
  background-color: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
  padding-bottom: 60%;
}
.c3ss.master [data-widget="giftcard-preview"] .card .frame {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid #f0262c;
}
.c3ss.master [data-widget="giftcard-preview"] .card .frame .frame-logo {
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 0;
  text-align: center;
}
.c3ss.master [data-widget="giftcard-preview"] .card .frame .frame-logo img {
  height: 45px;
}
.c3ss.master [data-widget="giftcard-preview"] .card .frame:before {
  content: "";
  display: block;
  height: 50%;
  width: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f0262c;
}
.c3ss.master [data-widget="giftcard-preview"] .card .frame:after {
  content: "";
  display: block;
  height: 50%;
  width: 4px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f0262c;
}
.c3ss.master [data-widget="giftcard-preview"] .card .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.c3ss.master [data-widget="giftcard-preview"] .action {
  margin: 0 auto;
}
.c3ss.master [data-widget="giftcard-preview"] .action .button-primary {
  background-color: #fff;
}
.c3ss.master [data-widget="giftcard-preview"] .action .button-primary:hover {
  background-color: #521952;
}
.c3ss.master [data-widget="giftcard-preview"] .action .instruction {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.c3ss.master [data-widget="giftcard-preview"] .information {
  margin: 100px auto 70px;
}
.c3ss.master [data-widget="giftcard-preview"] .information .name {
  font-family: 'CochinLT-Italic';
  color: #fff;
  font-size: 22px;
}
.c3ss.master [data-widget="giftcard-preview"] .information .artist {
  color: #fff;
  font-size: 18px;
}
.c3ss.master .mtm-media-modal .modal-content {
  width: 85%;
  padding: 3%;
  margin: 5% auto;
  text-align: center;
  height: 80%;
}
.c3ss.master .mtm-media-modal .c-isaia-logo {
  width: 75px;
  margin-bottom: 20px;
}
.c3ss.master .mtm-media-modal .close-btn {
  background-size: 40% 40%;
  border: 1px solid #000;
  border-radius: 50%;
  height: 40px;
  padding: 14px;
  width: 40px;
}
.c3ss.master .mtm-media-modal iframe {
  width: 100%;
}
.c3ss.master .mtm-video-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.c3ss.master .mtm-video-cover .video-icon {
  font-size: 18px;
  margin-top: 20px;
  color: #521952;
  border: 1px solid #521952;
  border-radius: 50%;
  height: 75px;
  padding-top: 29px;
  width: 75px;
  text-align: center;
  display: inline-block;
}
.c3ss.master .mtm-video-cover .title-it {
  font-family: 'CochinLT-Italic';
  color: #521952;
  font-size: 32px;
  line-height: 37px;
}
.c3ss.master .mtm-video-cover .title-en {
  font-family: 'CochinLT';
  color: #521952;
  font-size: 32px;
  line-height: 37px;
}
.c3ss.master .mtm-video-cover .video-cta {
  text-transform: uppercase;
  color: #333;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10px;
  margin-top: 20px;
}
.c3ss.master .mtm-video-cover .mtm-type {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10px;
}
.c3ss.master .fit-guide-page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c3ss.master .fit-guide-page .secondary-banner {
  padding: 50px 0;
}
.c3ss.master .fit-guide-page .secondary-section {
  text-align: center;
}
.c3ss.master .fit-guide-page .secondary-section .pod-title {
  color: #521952;
  line-height: 32px;
  font-size: 28px;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
  font-style: italic;
  margin-bottom: 30px;
}
.c3ss.master .fit-guide-page .secondary-section .pod-description {
  font-size: 18px;
}
.c3ss.master .fit-guide-page .style-banner-wrapper,
.c3ss.master .fit-guide-page .compare-with {
  padding: 0 2%;
}
.c3ss.master .fit-guide-page .available-in {
  padding: 50px 0;
}
.c3ss.master .fit-guide-page .tabs {
  border-top: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  *zoom: 1;
}
.c3ss.master .fit-guide-page .tabs:before,
.c3ss.master .fit-guide-page .tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.c3ss.master .fit-guide-page .tabs:after {
  clear: both;
}
.c3ss.master .fit-guide-page .tabs .tab {
  width: 14.25%;
  padding: 30px 10px;
  float: left;
  text-align: center;
  color: #521952;
  text-transform: uppercase;
  font-size: 10px;
  border-right: 1px solid #f3f3f3;
  cursor: pointer;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.c3ss.master .fit-guide-page .tabs .tab:hover {
  background-color: rgba(170, 170, 170, 0.5);
}
.c3ss.master .fit-guide-page .tabs .tab.active {
  background-color: #521952;
  color: #fff;
}
.c3ss.master .fit-guide-page .tabs .tab:last-child {
  border-right: none;
}
.c3ss.master .fit-guide-page .style-banner img {
  max-width: 100%;
  display: block;
}
.c3ss.master .fit-guide-page .style-info {
  *zoom: 1;
}
.c3ss.master .fit-guide-page .style-info:before,
.c3ss.master .fit-guide-page .style-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.c3ss.master .fit-guide-page .style-info:after {
  clear: both;
}
.c3ss.master .fit-guide-page .style-info .style-info-block {
  padding: 0 50px;
}
.c3ss.master .fit-guide-page .style-info .left-space {
  float: left;
  width: 50%;
  position: relative;
}
.c3ss.master .fit-guide-page .style-info .left-space .main-img {
  width: 535px;
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay {
  position: absolute;
  width: 535px;
  height: 100%;
  top: 0;
  left: 0;
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay .close-btn {
  position: absolute;
  width: 100%;
  top: 15px;
  text-align: center;
  color: #521952;
  font-family: Sans-serif;
  font-weight: 100;
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay .close-btn div:first-child {
  font-size: 28px;
  margin-bottom: 5px;
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay .info {
  position: relative;
  width: 300px;
  margin: 150px auto 0;
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay .info .details-image {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c3ss.master .fit-guide-page .style-info .left-space .details-overlay .info .pod-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.c3ss.master .fit-guide-page .style-info.duo .style-info-block {
  width: 50%;
  float: left;
}
.c3ss.master .fit-guide-page .style-info.duo .left-space,
.c3ss.master .fit-guide-page .style-info.duo .right-space {
  width: 100%;
}
.c3ss.master .fit-guide-page .style-info .style-description {
  text-align: center;
  margin-top: 80px;
  line-height: 28px;
  padding: 0 50px;
}
.c3ss.master .fit-guide-page .style-info .right-space {
  float: left;
  width: 50%;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 604px;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots img {
  width: 300px;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot {
  width: 30px;
  height: 30px;
  position: absolute;
  background: linear-gradient(141deg, #fafafa 0%, #d1d1d1 95%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot:hover,
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.active {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.active {
  background: linear-gradient(141deg, #ca141f 0%, #5c2337 95%);
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.one {
  top: 20%;
  left: 9%;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.two {
  top: 40%;
  left: 26%;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.three {
  top: 70%;
  left: 11%;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.four {
  top: 40%;
  left: 66%;
}
.c3ss.master .fit-guide-page .style-info .right-space .hotspots .hotspot.five {
  top: 70%;
  left: 81%;
}
.c3ss.master .fit-guide-page .samples {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  *zoom: 1;
}
.c3ss.master .fit-guide-page .samples:before,
.c3ss.master .fit-guide-page .samples:after {
  display: table;
  content: "";
  line-height: 0;
}
.c3ss.master .fit-guide-page .samples:after {
  clear: both;
}
.c3ss.master .fit-guide-page .samples .sample {
  float: left;
  text-align: center;
}
.c3ss.master .fit-guide-page .samples .sample img {
  width: 270px;
}
.c3ss.master .fit-guide-page .samples .sample .card-title {
  padding: 35px 10px;
}
.c3ss.master .fit-guide-page .model-select {
  border: 1px solid #521952;
  border-radius: 0;
  padding: 15px 30px;
  margin-top: 20px;
  font-weight: bold;
  width: 80%;
  color: #521952;
  margin: 20px auto;
  text-align: center;
  text-align-last: center;
  display: block;
  position: relative;
  background-image: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/o/0/668456915969310721/966135694827061248");
  background-repeat: no-repeat;
  background-position: right center;
}
.c3ss.master .fit-guide-page.fit-guide-web .tab-wrapper {
  display: none;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-banner-wrapper {
  padding: 0;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .style-info-block {
  padding: 0 15px;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .left-space,
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .right-space {
  width: 100%;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .left-space .main-img {
  width: 100%;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .hotspots {
  margin-top: 10px;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .hotspots img {
  width: 49%;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .style-description {
  margin-top: 20px;
  padding: 0;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .details-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .details-overlay .close-btn {
  display: block;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .style-info .details-overlay .info {
  margin: 110px auto 0;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .samples .sample {
  width: 33.3%;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .samples .sample img {
  width: 100%;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .samples .sample .card-title {
  padding: 15px 10px;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .tabs,
.c3ss.master .fit-guide-page.fit-guide-mobile .compare-with {
  display: none;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .secondary-section {
  padding: 20px 0;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .secondary-section .pod-title {
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 15px;
}
.c3ss.master .fit-guide-page.fit-guide-mobile .secondary-section .pod-description {
  font-size: 16px;
}
.c3ss.master [data-store-currency="USD"] .eu-only {
  display: none !important;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space {
  width: 50%;
  padding-right: 30px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .display {
  max-width: 100%;
  height: auto;
  padding-bottom: 0;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .display img {
  transform: none;
  top: 0;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .thumbnails {
  display: none;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .media-main {
  margin-left: 0;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .description .quote-it {
  font-family: 'CochinLT-Italic';
  font-size: 32px;
  line-height: 40px;
  color: #521952;
  font-weight: 700;
  letter-spacing: 1px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .description .quote-en {
  font-family: CochinLT;
  font-size: 24px;
  color: #521952;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .description .quote-en:before {
  content: "(";
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .media-space .description .quote-en:after {
  content: ")";
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .basic-details {
  text-align: center;
  margin-bottom: 60px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .basic-details .product-header {
  text-transform: uppercase;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .basic-details .product-title {
  font-size: 28px;
  margin-top: 10px;
  text-transform: none;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space {
  width: 50%;
  float: left;
  margin-left: 0;
  padding-left: 35px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .selection {
  border-top: none;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .option-pill {
  padding: 8px 10px 7px;
  border: 1px solid #521952;
  margin-right: 5px;
  color: rgba(82, 25, 82, 0.5);
  display: inline-block;
  margin-bottom: 5px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  width: 64px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .option-pill:hover,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .option-pill.active {
  background-color: #521952;
  color: #fff;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left {
  padding-left: 100px;
  position: relative;
  *zoom: 1;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left:before,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left:after {
  display: table;
  content: "";
  line-height: 0;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left:after {
  clear: both;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left .form-column {
  width: 50%;
  float: left;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left .price {
  margin-top: 0;
  font-size: 35px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'CochinLT-Italic';
  font-size: 20px;
  color: #521952;
  font-weight: 700;
  letter-spacing: 1px;
  width: 90px;
  text-align: right;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left input[type="text"],
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left textarea {
  border: none;
  border-bottom: 1px solid #521952;
  font-family: 'CochinLT-Italic';
  font-size: 22px;
  color: #521952;
  font-weight: 700;
  letter-spacing: 1px;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left input[type="text"]::-webkit-input-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left textarea::-webkit-input-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left input[type="text"]::-moz-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left textarea::-moz-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left input[type="text"]:-ms-input-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left textarea:-ms-input-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left input[type="text"]:-moz-placeholder,
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left textarea:-moz-placeholder {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left .input-full {
  width: 100%;
}
.c3ss.master [data-widget="c3.product-post"][data-product-type="gift-card"] .details-space .form-row.push-left input[type="text"] {
  height: 25px;
}
.c3ss.master .product-banner.gift-card-banner {
  background-image: url("https://dyx9305c2skz6.cloudfront.net/media/thumbnail/int/xxl/0/668456915969310721/979331403477680128");
}
.c3ss.master .product-banner.gift-card-banner .pod-title {
  color: #fff;
}
.c3ss.master [data-widget="landing"].grid-layout .product-overlay-1 .wrapper {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.c3ss.master [data-widget="landing"].grid-layout .product-overlay-1 .pod-body {
  line-height: 24px;
}

.is-mobile .c3ss.master .button {
	width: 100%;
}

.is-mobile .c3ss.master .isJournalImg.isi-tokyo-journal [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
	bottom: 30px;
    width: calc(100% - 10px);
}

/* .is-mobile .c3ss.master .isJournalImg.isi-nyc-journal [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
	bottom: 80px;
    width: calc(100% - 10px);
} */

.is-mobile .c3ss.master .isJournalImg.isi-bh-journal [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
	bottom: 40px;
    width: calc(100% - 10px);
}

.is-mobile .c3ss.master .isJournalImg.isi-capri-journal [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
	bottom: 40px;
    width: calc(100% - 10px);
}

/* buttons
----------------------------*/
.is-mobile .c3ss.master .input-form input[type="text"],
.is-mobile .c3ss.master .input-form input[type="number"],
.is-mobile .c3ss.master .input-form input[type="date"],
.is-mobile .c3ss.master .input-form input[type="datetime"],
.is-mobile .c3ss.master .input-form input[type="datetime-local"],
.is-mobile .c3ss.master .input-form input[type="email"],
.is-mobile .c3ss.master .input-form input[type="month"],
.is-mobile .c3ss.master .input-form input[type="search"],
.is-mobile .c3ss.master .input-form input[type="tel"],
.is-mobile .c3ss.master .input-form input[type="time"],
.is-mobile .c3ss.master .input-form input[type="url"],
.is-mobile .c3ss.master .input-form input[type="week"],
.is-mobile .c3ss.master .input-form input[type="color"],
.is-mobile .c3ss.master .input-form input[type="password"],
.is-mobile .c3ss.master .input-form select,
.is-mobile .c3ss.master .input-form textarea,
.is-mobile .c3ss.master .input-form select {
  font-size: 16px;
}

/* columns
----------------------------*/
.is-mobile .col-30,
.is-mobile .col-50 {
  width: 100% !important;
}
.is-mobile .split-columns .col p {
  padding: 0;
}

.is-mobile .container{
max-width: 100%;
min-width: 0;
}
/* modal
----------------------------*/
.is-mobile .c3-modal .modal-footer .button {
  margin-bottom: 10px;
}
.is-mobile .c3-modal .modal-footer .button:last-child {
  margin-bottom: 0px;
}
/* header
----------------------------*/
.header-mobile {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.header-mobile header[role="mobile"] {
  text-align: center;
}
.header-mobile header[role="mobile"] .login {
  float: left;
  margin: 12px 0 0 20px;
  font-size: 10px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-mobile header[role="mobile"] .options-nav {
  height: 35px;
  background-color: #eee;
}
.header-mobile header[role="mobile"] .options-nav .nav-btn {
  display: block;
  float: right;
  width: 60px;
  line-height: 35px;
  text-align: center;
  border-left: 1px solid #fff;
}
.header-mobile header[role="mobile"] .options-nav .nav-btn i {
  color: #521952;
}
.header-mobile header[role="mobile"] img {
  width: 70px;
  margin-top: 16px;
}
.header-mobile header[role="mobile"] .toggle-mobile-menu {
  position: absolute;
  top: 39px;
  left: 0;
  padding: 20px;
}
.header-mobile header[role="mobile"] .toggle-mobile-menu i {
  font-size: 22px;
  color: #521952;
}
nav[role="mobile"] .menu-entry a,
.sub-navs .sub-nav .inner a {
  display: block;
  padding-left: 20px;
  line-height: 60px;
  color: #521952;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
nav[role="mobile"] {
  display: none;
}
nav[role="mobile"] .menu-entry {
  display: block;
}
nav[role="mobile"] .menu-entry:hover,
nav[role="mobile"] .menu-entry:active {
  background-color: #f5f5f5;
}
.is-mobile .sub-navs .sub-nav {
  position: absolute;
  z-index: 2;
  top: 106px;
  left: -9999px;
  width: 100%;
  height: 100vh;
  background-color: #521952;
}
.is-mobile .sub-navs .sub-nav .inner {
  width: 85%;
  height: 100vh;
}
.is-mobile .sub-navs .sub-nav .inner .sub-nav-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
}
.is-mobile .sub-navs .sub-nav .inner .sub-nav-close img {
  width: 20px;
  height: 20px;
  margin-top: 19px;
}
.is-mobile .sub-navs .sub-nav .inner a.sub-nav-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #521952;
}
.is-mobile .sub-navs .sub-nav-show {
  left: 0;
}
.is-mobile .header-spacer {
  height: 106px;
}
/* body.mobile-menu-open {
  background-color: #521952;
}
body.mobile-menu-open .header-mobile {
  position: static;
}
body.mobile-menu-open nav[role="mobile"] {
  display: block;
}
body.mobile-menu-open .header-spacer {
  display: none;
}
body.mobile-menu-open .grid-layout,
body.mobile-menu-open footer[role="mobile"] {
  display: none;
}
search bar
----------------------------
.is-mobile .search-bar {
  position: fixed;
  z-index: 2;
  top: 106px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
.search-field,
.search-btn {
  display: table-cell;
}
.search-field {
  padding-left: 20px;
}
.search-btn {
  width: 50px;
  text-align: center;
}
body.mobile-search-open .search-bar {
  display: table;
}
shopping bag mini
----------------------------
.mobile-cart {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.33);
}
.header-mobile .active .mobile-cart {
  display: block;
}
.mobile-cart .header-shopping-bag {
  padding: 25px 0 0 0;
  font-size: 18px;
}
.mobile-cart .header-shopping-bag .item-display {
  display: none;
}
.mobile-cart .header-shopping-bag .cart-header {
  position: static;
  width: 100%;
  height: auto;
  padding: 10px;
}
.mobile-cart .header-shopping-bag .cart-header .cart-summary {
  position: static;
}
shopping bag
----------------------------
[data-widget="landing"] [data-widget="c3.shopping-cart-post"] .actions {
  text-align: center;
}
[data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .continue-shopping-btn {
  float: none;
  margin: 10px 0 30px;
}
[data-widget="c3.shopping-cart-post"][data-display-type="Regular"] .checkout-btn {
  float: none;
  width: 75%;
}
footer
----------------------------
footer[role="mobile"] {
  padding: 35px 0;
  font-size: 10px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #a98ca8;
  background-color: #521952;
}
footer[role="mobile"] a {
  color: #fff;
}
footer[role="mobile"] p {
  margin-bottom: 15px;
}
footer[role="mobile"] .logo {
  padding-bottom: 35px;
}
footer[role="mobile"] .logo img {
  width: 100px;
}
footer[role="mobile"] .nav-links {
  border-bottom: 1px solid #623063;
}
footer[role="mobile"] .nav-links .link {
  margin-bottom: 25px;
}
footer[role="mobile"] .social {
  padding: 25px;
}
footer[role="mobile"] .social i {
  margin: 0 15px;
  font-size: 20px;
}
footer[role="mobile"] .newsletter {
  padding-bottom: 25px;
}
footer[role="mobile"] .newsletter .newsletter-form {
  position: relative;
}
footer[role="mobile"] .newsletter input[type="email"] {
  width: 100%;
  height: 42px;
  padding: 15px 18px;
  font-size: 12px;
  color: #fff;
  background-color: #310f30;
  border: none;
  border-radius: 0;
  outline: none;
}
footer[role="mobile"] .newsletter .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: red;
  background-color: #521952;
  border: 1px solid #310f30;
  border-right-width: 0;
}
footer[role="mobile"] .toovia {
  padding-bottom: 25px;
}
footer[role="mobile"] .toovia .is-ib a {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
footer[role="mobile"] .toovia img {
  display: block;
  width: 90px;
  margin: 10px auto 0;
  opacity: 0.8;
} */
/* red border overlay
----------------------------*/
.is-mobile .red-border .details:after {
  display: none;
}
/* product pod
----------------------------*/
.is-mobile .product-overlay .details {
  background-color: rgba(250, 250, 250, 0.75);
}
.is-mobile .c3ss.master .product-overlay .details .content {
  display: block;
}
.is-mobile .product-overlay .details .button {
  background-color: transparent;
}
.is-mobile .product-overlay .details .button {
  opacity: 1 !important;
}
.is-mobile .product-banner .pod-title, .search-banner .pod-title {
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    padding:20px 0;
   font-size: 28px;
}
.is-mobile .product-overlay-onhover .details .content {
  display: none;
  color: #000 !important;

  .pod-body{
    color: #000 !important;
  }
}
.is-mobile .product-overlay-onhover:hover .details {
   background-color: rgba(255, 255, 255, 0.75) !important;
}
/* subscription pod
----------------------------*/
.is-mobile [data-widget="landing"] [data-widget="c3.subscription-post"] input[type="email"] {
  width: 50%;
  margin: 0 -5px 0 0;
}
.is-mobile .newsletter-pod {
  background-position: center 30%;
}
.is-mobile .newsletter-pod .button-primary {
  width: auto;
}
/* you may also like */
.is-mobile [data-widget="c3.ymal-post"]{
   display: none;
}

/* journal carousel
----------------------------*/
.is-mobile .journal-carousel [data-widget="c3.basic-post"] .positioner:after {
  display: none;
}
/* journal
----------------------------*/
.is-mobile .journal-header{
min-height:100px;
}
.is-mobile .journal-header .positioner {
  padding: 0;
}
.is-mobile [data-widget="c3.basic-post"] .positioner {
  padding: 20px;
  max-width: 100%;
}
.is-mobile .journal-carousel {
  padding-top: 80px;
}
.is-mobile .journal-carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.is-mobile .journal-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
  height: 0;
}
/* roots
----------------------------*/
.is-mobile .roots-page .pod-title,
.is-mobile .recommendation-pod .pod-title {
  line-height: 1em;
  font-size: 40px;
}
/* misc
----------------------------*/
.is-mobile .narrow-column .pod-body {
  width: 100%;
}
.hide {
  display: none;
}
.is-mobile .grid-layout > .container > div:first-of-type:not(.red-border) {
  padding-bottom: 19% !important;
   /* margin-bottom: -30%;*/
}
.is-mobile .tailor-page .pod-body {
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}
#page-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 6;
  top: 35px;
  left: 0;
  display: none;
}
.is-mobile .overlay-on #page-overlay {
  display: block;
}
.is-mobile .subscribe {
  position: relative;
}
.is-mobile h1,
.is-mobile .h1 {
  font-size: 25px;
}
.is-mobile .login-form .forgot-password {
  text-align: left;
}
.is-mobile .methods [data-methods] > tr {
  margin-bottom: 12px;
}
.is-mobile .shipment-actions,
.is-mobile .actions {
  padding: 0 !important;
}
.is-mobile .shipment-actions .button,
.is-mobile .actions .button {
  width: 100% !important;
}
.is-mobile .select-methods td {
  padding: 0 0 10px 0;
}
.is-mobile footer[role="mobile"] .newsletter input[type="email"] {
  margin: 10px;
  width: calc(70%);
  left: 0px;
  position: relative;
}
.is-mobile .subscribe > span {
  display: block;
}
.is-mobile [data-widget="landing"] .cont-padding .wrapper > [data-widget] {
  padding: 30px;
}
.is-mobile [data-widget="landing"] .wrapper {
  padding: 0;
}
.is-mobile [data-widget="landing"] .container > div:last-child .wrapper {
  padding: 10px;
}
.is-mobile [data-input="product-size"] {
  margin-right: -75px;
}
.is-mobile .product-overlay .details {
  background-color: transparent;
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);*/
}
.is-mobile .product-overlay .details * {
  color: #eaeaea;
}
.is-mobile .search-filter-bar + .container .search-results {
  margin-top: calc(35%);
}
.is-mobile .red-border .owl-carousel.animation > div:nth-of-type(n+2) {
  display: none;
}
.is-mobile [data-widget="c3.login"] .guest-checkout {
  padding: 50px 0 0;
}
.is-mobile .journal-header [data-widget="c3.basic-post"] .pod-tagline {
  font-size: 30px;
  margin: -5px 0 0;
}
@media screen and (max-width: 580px) {
  .is-mobile [data-widget="landing"] [data-widget="c3.subscription-post"] input[type="email"] {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .is-mobile .newsletter-pod input[type="email"],
  .is-mobile .newsletter-pod .button-primary {
    border-radius: 50px !important;
    border: 1px solid #521952 !important;
  }
  .is-mobile .owl-nav {
    display: none !important;
  }
}
.is-mobile .isJournalNavA {
  padding: 150px 0 150px 0;
}
.is-mobile .isJournalImg1 [data-widget="c3.basic-post"][data-content-position^="Center"] .positioner {
  bottom: -5px;
}

.is-mobile .c3ss.master [data-widget="c3.basic-post"] .positioner{
	padding: 20px;
}

.is-mobile .journal-carousel [data-widget="c3.basic-post"] .positioner:before {
  left: auto;
  right: -345px;
  display: none !important;
}
.is-mobile .private-sale .pod-tagline {
  top: -100px;
  position: relative;
}
/* JOIN MODAL MOBILE */
.is-mobile.c3ss.master #modal-join {
  height: inherit;
  width: 960px;
  max-width: 960px;
  min-height: 375px;
  overflow: hidden;
  left: -5px;
  top: -5px;
  transform: translate(0);
  -webkit-transform: translate(0);
}
.is-mobile.c3ss.master #modal-join + .modal-backdrop.in {
  background-color: #444;
}
.is-mobile.c3ss.master #modal-join .close-btn {
  background-color: transparent;
  background-size: 60%;
}
.is-mobile.c3ss.master #modal-join h3 {
  line-height: 32px;
  font-size: 28px;
  font-weight: 500;
  font-family: CochinLT;
  letter-spacing: 1px;
  text-transform: none;
  color: #521952;
  font-weight: bold;
}
.is-mobile.c3ss.master #modal-join p {
  color: #511C51;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 30px;
}
.is-mobile.c3ss.master #modal-join input {
  width: 60%;
  margin-right: -5px;
  border: none;
  border-right: none;
  border-radius: 50px 0 0 50px;
  outline: none;
  padding: 0 18px;
  font-size: 10px;
}
.is-mobile.c3ss.master #modal-join input::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.is-mobile.c3ss.master #modal-join input::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.is-mobile.c3ss.master #modal-join input:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.is-mobile.c3ss.master #modal-join button {
  line-height: 20px;
  font-size: 11px;
  border-radius: 0 50px 50px 0;
  border: none;
  border-left: none;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  top: 0px;
  position: relative;
}
.is-mobile.c3ss.master #modal-join button:hover {
  background-color: #521952;
  color: #fff;
}
.is-mobile.c3ss.master #modal-join input,
.is-mobile.c3ss.master #modal-join button {
  height: 35px;
}
.is-mobile.c3ss.master #modal-join .modal-dialog {
  width: 960px;
  height: auto;
  overflow: hidden;
  max-width: 960px;
  min-height: 375px;
}
.is-mobile.c3ss.master #modal-join .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #E5E6E7;
  box-sizing: border-box;
  padding: 60px 40px;
  height: inherit;
  overflow: hidden;
}
.is-mobile .modal-l {
  float: left;
  height: inherit;
  width: 100%;
}
.is-mobile .modal-l img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.is-mobile .modal-l .header-mobile {
  display: none;
}
.is-mobile .modal-r {
  float: right;
  z-index: 1;
  position: relative;
  width: 350px;
}
.is-mobile .modal-r > * {
  width: 100%;
  text-align: center;
}
.is-mobile .modal-r #isaia-logo {
  width: 75px;
  margin: 0 auto 35px;
  display: block;
}
.is-mobile.c3ss.master #modal-join,
.is-mobile.c3ss.master #modal-join .modal-dialog {
  width: 100%;
  min-height: 100%;
  overflow: scroll;
}
.is-mobile.c3ss.master #modal-join .modal-content {
  padding: 0;
}
.is-mobile.c3ss.master #modal-join button {
  width: 65%;
  border-radius: 50px;
}
.is-mobile.c3ss.master #modal-join input {
  width: 100%;
  border-radius: 50px;
  display: block;
  margin-bottom: 14px;
}
.is-mobile.c3ss.master #modal-join input,
.is-mobile.c3ss.master #modal-join button {
  font-size: 13px;
  height: 45px;
}
.is-mobile.c3ss.master #modal-join input::-webkit-input-placeholder {
  font-size: 13px;
}
.is-mobile.c3ss.master #modal-join input::-moz-placeholder {
  font-size: 13px;
}
.is-mobile.c3ss.master #modal-join input:-ms-input-placeholder {
  font-size: 13px;
}
.is-mobile.c3ss.master .modal-l {
  height: auto;
  overflow: hidden;
}
.is-mobile.c3ss.master .modal-l img {
  width: 100%;
  position: relative;
}
.is-mobile.c3ss.master .modal-r {
  float: left;
  display: block;
  width: 100%;
  padding: 30px;
  position: relative;
}
.is-mobile.c3ss.master.join-modal-active {
  overflow-y: hidden;
}
.is-mobile.c3ss.master.join-modal-active > *:not(#modal-join) {
  display: none;
}
.is-mobile [data-is-available="false"][data-widget="search-result"] .hover-overlay,
.is-mobile [data-is-available="false"] .positioner h3:before,
.is-mobile [data-is-available="false"] .positioner h3:after {
  display: block;
}
.is-mobile [data-is-available="false"]:after {
  display: none;
}
.is-mobile [data-is-available="false"] .button {
  opacity: 0;
  visibility: hidden;
}
.is-mobile [data-is-available="false"] .positioner h3:after {
  content: 'Sold Out';
  padding: 9px 25px 9px;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 100%;
  cursor: pointer;
  letter-spacing: 2px;
  background-color: #c50004;
  color: #fff;
  width: 50%;
  margin: 0 auto;
}
.is-mobile .journal-header [data-widget="c3.basic-post"][data-media-size="Contain"] {
  background-size: cover;
}
.is-mobile .above-suggest .wrapper {
  padding-bottom: 100px;
}
.is-mobile .tailor-container .text {
  padding: 0;
  height: auto;
  position: static;
}
.is-mobile .grid-layout > .container .tailorVidBanner.ready.dimension-dependent,.is-mobile .grid-layout .pad100per {
  padding-bottom: 100% ! important;
}
.is-mobile .crimeSuitDisplay .positioner,
.is-mobile .diagonal-pod .positioner {
  width: 70%;
}
.is-mobile [data-widget="c3.basic-post"] .pod-body .text-placeholder {
  width: 100%;
}
.is-mobile .tailor-container .text p {
  padding: 35px 20px;
}
.is-mobile .italics [data-widget="c3.basic-post"] .pod-title,
.is-mobile .diagonal-pod .pod-body {
  margin-bottom: 0;
}
.is-mobile .tailor-img-two,
.is-mobile .tailor-img-one {
  position: static;
  height: 245px;
}
.is-mobile .homepage_crimebutton a {
  width: 50%;
}
.is-mobile .tailorHome-banner-text,
.is-mobile .tailor-banner-text {
  top: 35%;
}
.is-mobile .diagonal-pod .positioner,
.is-mobile .crimeSuitDisplay .positioner {
  padding: 0;
  width: 100%;
}
.is-mobile .diagonal-pod .text-placeholder a,
.is-mobile .crimeSuitDisplay .text-placeholder a {
  width: 50%;
}
.is-mobile .diagonal-pod .text-placeholder,
.is-mobile .crimeSuitDisplay .text-placeholder {
  width: 100% !important;
  z-index: 5;
  padding: 20px;
  height: 100%;
  position: relative;
}
.is-mobile .crime-overlay {
  position: absolute;
  width: 100%;
  opacity: 0.4;
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 3;
}
.is-mobile .collectionTextPod a {
  width: 50%;
  padding: 10px;
}
.is-mobile .crime-pod-padding .wrapper {
  padding-bottom: 10px;
}
.is-mobile .collectionTextPod p,
.is-mobile .collectionTextPodB p {
  padding: 20px 0;
}
.is-mobile .collectionTextPod a {
  margin-top: 5px;
}
.is-mobile #videoContainerY iframe {
  width: 95%;
}
.is-mobile .valentineSpecial .pod-title{
font-size: 15px;
    padding-top: 25px;
}
.is-mobile .valentineSpecial .wrapper{
padding:0;
}
.is-mobile .grid-layout > .container > .grid.home-page:first-of-type:not(.red-border){
padding-bottom:150.48% !important;
}
.is-mobile .unsubscribe-form{
margin:0;
}
.is-mobile #fit-guide-modal .fit-guide {
overflow:auto
}
/*country swapper*/
.is-mobile .country-swapper-modal ul li{
display:block;
width:60%;
margin:0 auto 50px auto
}
.is-mobile .header-mobile header[role="mobile"] .cswap-entry{
letter-spacing:0;
font-size:8px;
font-weight:bold
}
.is-mobile .countrySwapper i,.is-mobile .header-mobile header[role="mobile"] .cswap-entry{
  border:0 
}
.is-mobile .countrySwapper i{
margin-left:0
}
.is-mobile .countrySwapper .fa-caret-down::before{
left:11px
}
/* .header-mobile header[role="mobile"] .login,.header-mobile header[role="mobile"] .cswap-entry {
  float: left;
  padding: 0 15px 0 15px;
  font-size: 10px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  line-height:35px;
  margin:0
}
.header-mobile header[role="mobile"] .options-nav .nav-btn {
  width: 50px;
} */
.is-mobile .country-swapper-modal .close-btn{
z-index:1
}
.is-mobile span[data-account-menu]{
      display: inline-block;
    max-width: 27%;
    float: left;
}
.is-mobile .header-mobile header[role="mobile"] .login{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    font-size: 9px;
    letter-spacing:0.5px;
    width: 100%;
    position: relative;
}
.is-mobile .header-mobile header[role="mobile"] .login i{
position: absolute;
    right: 10px;
    margin-top: 12px;
}

.is-mobile .hide-pod-mobile{
display:none !important;
}
/*country swapper*/

.is-mobile [data-widget="landing"].grid-layout .animation, 
.is-mobile [data-widget="landing"].grid-layout .owl-stage-outer, 
.is-mobile [data-widget="landing"].grid-layout .owl-stage, 
.is-mobile [data-widget="landing"].grid-layout .owl-item, 
.is-mobile [data-widget="landing"].grid-layout .owl-item > *{
    width: auto;
    height: 400px;
    margin: 0 auto;
}
.mobilePodImg .positioner{
min-height:250px;
}

.is-mobile .mtm-video-cover{
    padding-top: 100px;

    .video-icon{
       font-size: 14px;
       line-height: 14px;
       height: 50px;
       padding-top: 18px;
       width: 50px;
    }

    .title-it, .title-en{
        font-size: 20px;
        line-height: 34px;
    }
}

.is-mobile .mtm-sequence-pod .details{
   padding-bottom: 57%;
}

/*START: fit guide page*/
.is-mobile .fit-guide-page .style-info .right-space .hotspots{
       width: auto;
}
/*END: fit guide page*/

.is-mobile .grid.mobile-vh{
     height: ~"calc(100vh - 110px)";
    padding-bottom: 0 !important;
}