@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
#loading
{
  top: 0%;
  height: 300%;
    width: 100%;
     position: absolute;
    background-color: #000000;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
  z-index: 9999;
  background-size: 415px 192px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/loading.gif');
}
.pointer
{
  cursor: pointer;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel {
  position: relative;
}
.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 25%;
  right: 25%;
  text-align: center;
}
.owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: #bbc2b4 !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #ed781d !important;
}

.bg-nova {
  background: #ededed;
}

.title-nova {
  color: #54595f;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  padding-top: 50px;
  margin-bottom: 50px !important;
}

.form-user {
  background: #fff;
  margin: 0 auto;
  padding: 30px;
}

.form-products {
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-products-margin {
  margin-bottom: 20px;
}
.box-forms {
  margin-bottom: 50px;
}
.form-user-margin {
  margin-top: 30px;
}

.product .segment {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.product .image {
  text-align: center;
}
.product .image img {
  max-width: 250px;
}
.product .header {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #54595f;
  margin: 0 auto;
  max-width: 320px;
}

.product .header2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #54595f;
  margin: 0 auto;
}

.product .info {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #ed781d;
}
.product .price {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #54595f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product .price2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  /*text-transform: uppercase;
  */
  color: #54595f;
  text-align: right;
}

.product .ref {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #54595f;
}

.product .delivery {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #54595f;
  margin-top: 10px;
}
.product .delivery img {
  margin-right: 4px;
  margin-bottom: -4px;
}

.product .count {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product .count .number,
.count-finish .number {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  /*text-transform: uppercase;
  */
  color: #54595f;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 15px;
  margin: 0 12px;
}

.product .count .controls,
.count-finish .controls {
  vertical-align: middle;
  margin-bottom: 10px;
  cursor: pointer;
}

.box-button {
  text-align: center;
}

.box-button .buy {
  background-color: #ed781d !important;
  font-family: Open Sans !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  text-align: center !important;
  /*text-transform: uppercase !important;
  */
  color: #ffffff !important;
}

.info-panel {
  background: #e6e6e6;
  border-radius: 5px;
  margin-bottom: 90px;
  margin-top: 50px;
  padding: 30px 90px;
}

.info-panel .title-panel {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #54595f;
  margin-bottom: 10px;
}

.info-panel .text-panel {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #54595f;
  max-width: 810px;
  margin: 0 auto;
}

.products .thank {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #54595f;
  margin: 10px auto;
}

.products .delivery-status {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #54595f;
  margin: 0 auto;
  margin-bottom: 30px;
}

.products .return {
  display: flex;
  justify-content: center;
}

.products .return a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #54595f;
  margin-top: 15px;
}

.products .return a:hover {
  color: #ed781d;
}

.title-inputs {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #54595f;
  margin-bottom: 10px;
}

.form label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #54595f !important;
}

.margin-button {
  margin-bottom: 90px;
}
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="url"],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
  background: #fff;
}

.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="url"]:focus,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu {
  border-color: #ed781d !important;
}
.ui.form .error {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #fc5151;
}

.ui.form input,
.ui.form select {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  color: #54595f !important;
}
.ui.form input,
.ui.form .field > .selection.dropdown {
  min-height: 46px;
}

.ui.form input,
.ui.form .field > .selection.dropdown {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  color: #54595f !important;
  margin-top: 4px;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text{
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  color: #E9EEF5 !important;
  margin-top: 4px;
}

.special-position-left {
  text-align: left !important;
  margin-left: 0 !important;
}

.special-position-right {
  text-align: right !important;
  margin-right: 0 !important;
  padding: 0;
}

.ui.button {
  user-select: inherit;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #E9EEF5;
}

.ui.button:hover {
  opacity: .7;
}
.datos
{
  font-family: Verdana;
  font-size: 10px;
  color:#535353;
  width: 100%;
  background-color: #E9EEF5;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-radius-bottomleft: 6px;
  -ms-border-radius-bottomleft: 6px;

  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -ms-border-radius-bottomright: 6px;
}
.datos th
{
  color: #2C3057;
  font-size: 14px;
  font-weight: bold;
}
.datos td
{
  color:#2C3057;
  font-size: 12px;
}
.datos th.izq
{
  color:#2C3057;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.datos td.izq
{
  color:#2C3057;
  font-size: 14px;
  text-align: left;
}
.link
{
  cursor: pointer;
}
.phone-input-wrp {
  position: relative;
}
.phone-input-wrp .floating-label {
  position: absolute;
  top: 14px;
  left: 6px;
  font-family: Verdana;
  font-size: 15px;
  padding-bottom: 4px;
  pointer-events: none;
  color: #83A4CC !important;
  transition: 0.2s ease all;
  opacity: 1;
}
#telefono
{
  padding-top: 11px;
  padding-left: 64px;
}