/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
.btn,
[type='button'] {
  -webkit-appearance: none;
}
.modal-backdrop {
  background-color: black;
}
.modal-backdrop.show {
  opacity: 0.4;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -50px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header a:hover {
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  /*padding-top: 25px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      border-top: 1px solid @border-lt-gray;
      margin-top: 10px;
      &.no-border {
        border-top: 0px;
        padding-top: 10px;
        margin-top: 0px;
      }*/
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
.show-td {
  display: none;
}
@media screen and (max-width: 600px) {
  .hiden-td {
    display: none;
  }
  .show-td {
    display: block;
  }
}
.blank-modal .modal-content {
  margin-top: 320px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.blank-modal .petticoat {
  display: none;
}
.blank-modal.modal-backdrop.show {
  opacity: 0 !important;
}
.cc-modal .petticoat {
  opacity: 0;
}
.cc-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.cc-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.cc-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.cc-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.cc-modal .modal-header a:active {
  transform: scale(1.02);
}
.cc-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.cc-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.cc-modal .modal-dialog {
  max-width: 1400px;
}
.cc-modal .modal-content {
  margin-left: auto;
  margin-right: auto;
}
.base-modal .petticoat {
  opacity: 0;
}
.base-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.base-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.base-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.base-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.base-modal .modal-header a:active {
  transform: scale(1.02);
}
.base-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.base-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.large-modal .petticoat {
  opacity: 0;
}
.large-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.large-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.large-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.large-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.large-modal .modal-header a:active {
  transform: scale(1.02);
}
.large-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.large-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.large-modal .modal-dialog {
  max-width: 1250px;
}
.galery-modal .petticoat {
  opacity: 0;
}
.galery-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.galery-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.galery-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.galery-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.galery-modal .modal-header a:active {
  transform: scale(1.02);
}
.galery-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.galery-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.galery-modal .modal-dialog {
  max-width: 1050px;
}
.standard-modal .petticoat {
  opacity: 0;
}
.standard-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.standard-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.standard-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.standard-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.standard-modal .modal-header a:active {
  transform: scale(1.02);
}
.standard-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.standard-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.checkout-modal .petticoat {
  opacity: 0;
}
.checkout-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.checkout-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.checkout-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.checkout-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.checkout-modal .modal-header a:active {
  transform: scale(1.02);
}
.checkout-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.checkout-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.checkout-modal .modal-dialog {
  max-width: 500px;
}
.card-modal .modal-content {
  background-color: transparent;
  border-color: transparent;
}
.card-modal .petticoat {
  background-color: transparent;
  border-color: transparent;
}
.card-modal .modal-dialog {
  max-width: 500px;
}
.error-modal .petticoat {
  opacity: 0;
}
.error-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.error-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.error-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.error-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.error-modal .modal-header a:active {
  transform: scale(1.02);
}
.error-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.error-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.error-modal .modal-dialog {
  max-width: 600px;
}
.midsize-modal .petticoat {
  opacity: 0;
}
.midsize-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.midsize-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.midsize-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.midsize-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.midsize-modal .modal-header a:active {
  transform: scale(1.02);
}
.midsize-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.midsize-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.midsize-modal .modal-dialog {
  max-width: 1100px;
}
.size1150-modal .petticoat {
  opacity: 0;
}
.size1150-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size1150-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size1150-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size1150-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size1150-modal .modal-header a:active {
  transform: scale(1.02);
}
.size1150-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size1150-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size1150-modal .modal-dialog {
  max-width: 1150px;
}
.size1050-modal .petticoat {
  opacity: 0;
}
.size1050-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size1050-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size1050-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size1050-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size1050-modal .modal-header a:active {
  transform: scale(1.02);
}
.size1050-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size1050-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size1050-modal .modal-dialog {
  max-width: 1050px;
}
.size1000-modal .petticoat {
  opacity: 0;
}
.size1000-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size1000-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size1000-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size1000-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size1000-modal .modal-header a:active {
  transform: scale(1.02);
}
.size1000-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size1000-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size1000-modal .modal-dialog {
  max-width: 1000px;
}
.size950-modal .petticoat {
  opacity: 0;
}
.size950-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size950-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size950-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size950-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size950-modal .modal-header a:active {
  transform: scale(1.02);
}
.size950-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size950-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size950-modal .modal-dialog {
  max-width: 950px;
}
.size800-modal .petticoat {
  opacity: 0;
}
.size800-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size800-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size800-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size800-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size800-modal .modal-header a:active {
  transform: scale(1.02);
}
.size800-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size800-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size800-modal .modal-dialog {
  max-width: 800px;
}
.size700-modal .petticoat {
  opacity: 0;
}
.size700-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size700-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size700-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size700-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size700-modal .modal-header a:active {
  transform: scale(1.02);
}
.size700-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size700-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size700-modal .modal-dialog {
  max-width: 700px;
}
.note-modal .petticoat {
  opacity: 0;
}
.note-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.note-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.note-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.note-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.note-modal .modal-header a:active {
  transform: scale(1.02);
}
.note-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.note-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.note-modal .modal-dialog {
  max-width: 700px;
}
.mini-modal .petticoat {
  opacity: 0;
}
.mini-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.mini-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.mini-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.mini-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.mini-modal .modal-header a:active {
  transform: scale(1.02);
}
.mini-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.mini-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.mini-modal .modal-dialog {
  max-width: 300px;
}
.level-1 .modal-content {
  margin-top: 25px;
}
.level-2 .modal-content {
  margin-top: 50px;
}
.level-3 .modal-content {
  margin-top: 75px;
}
.level-4 .modal-content {
  margin-top: 100px;
}
.text-error {
  color: red;
}
.tree-menu .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-menu .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-menu .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-menu .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 90%;
}
.tree-category .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-category .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-category .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-category .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 90%;
}
.tree-category .arrow {
  font-size: 30px;
  margin-top: -22px;
  margin-left: -10px;
  font-weight: bold;
  margin-right: 5px;
}
.tree-item .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-item .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-item .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-item .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 90%;
}
.shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.round-shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 300px;
}
.square-shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.bottom-shadow {
  -webkit-box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
}
.top-shadow {
  -webkit-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
}
.border-primary {
  border-color: #232F3E !important;
}
.btn-primary {
  color: #fff;
  background-color: #232F3E;
  border-color: #232F3E;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 149, 6, 0.5);
  background-color: #FF6600;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-primary.active,
.btn-primary:active {
  border-color: #FF6600;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 149, 6, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:hover {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:hover {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 153, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 153, 28, 0.5);
}
.bg-primary {
  background-color: #232F3E !important;
}
.bg-danger {
  background-color: #FF6600 !important;
}
.text-primary {
  color: #232F3E !important;
}
.text-danger {
  color: #FF6600 !important;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5aa63;
}
.table-hover .table-danger:hover {
  background-color: #f5aa63;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5aa63;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF6600;
}
.fa-login {
  background-color: white;
  border-radius: 250px;
}
.btn {
  overflow: hidden;
}
.fa-search-rigth {
  font-size: 20px;
  margin-top: -29px;
  margin-right: 7px;
  float: right;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #232F3E;
  border-color: #232F3E;
}
.table-responsive {
  min-height: 200px;
}
.custom-file-label {
  overflow: hidden;
}
.card-show-image {
  margin-bottom: 10px;
}
.card-show-image .card-header {
  height: 40px;
}
.card-show-image .card-header div {
  margin-top: -4px;
}
.card-show-image .card-header i {
  cursor: pointer;
}
.card-show-image .card-header i:hover {
  transform: scale(1.1);
}
.card-show-image .card-header i:active {
  transform: scale(1.3);
}
.card-show-image .card-body {
  padding: 5px;
}
.btn-size {
  width: 120px;
}
.tree-menu .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.tree-menu .label-wrapper .has-children {
  cursor: pointer;
}
.table-custom {
  background-color: #f2f2f2;
}
.dropdown-item:active {
  color: white;
}
.dropdown-item:hover {
  cursor: pointer;
}
.bar-fixed {
  margin-top: 84px;
  height: 104px;
}
.bar-fixed .left-fixed {
  width: 294px;
}
.bar-fixed .right-fixed {
  padding-top: 10px;
  background-color: white;
}
.bar-fixed .barCont {
  margin-top: 5px;
  margin-left: -15px;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: white;
}
#loading2 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  align-items: center;
  display: none;
  color: #ff6600;
  background: rgba(31, 30, 46, 0.6) no-repeat 0 50%;
}
.zoomContainer {
  z-index: 9999;
}
.zoomWindow {
  z-index: 9999;
}
.btn-toggle {
  display: none !important;
  padding-left: initial;
}
button:focus {
  outline: 0;
}
.btn-disarm {
  display: block !important;
  outline: none;
  cursor: pointer;
  padding-left: initial;
}
.btn-disarm .navbar-toggler-bar {
  height: 1px;
  width: 25px;
  background-color: #212529;
  margin-top: 8px;
  display: block;
}
.btn-disarm .navbar-toggler-bar.bar1 {
  transition: all .3s ease;
  transition-delay: .5s;
}
.btn-disarm .navbar-toggler-bar.bar2 {
  width: 15px;
  transition: all .3s ease;
  transition-delay: .5s;
}
.btn-disarm .navbar-toggler-bar.bar3 {
  transition: all .3s ease;
  transition-delay: .5s;
}
.btn-disarm.expanded .navbar-toggler-bar span {
  margin-top: 0;
}
.btn-disarm.expanded .navbar-toggler-bar.bar1 {
  transform: rotate(135deg);
}
.btn-disarm.expanded .navbar-toggler-bar.bar2 {
  display: none;
}
.btn-disarm.expanded .navbar-toggler-bar.bar3 {
  transform: rotate(45deg);
  margin-top: 0;
}
#page-wrap {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap header {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#page-wrap #menu-left:hover #nav-footer {
  width: 230px;
}
#page-wrap #menu-left:hover .left-fixed {
  width: 230px;
}
#page-wrap #menu-left:hover .left-fixed-view {
  width: 230px;
}
#page-wrap #nav-footer {
  transition: all .3s ease;
}
#page-wrap #nav-footer.expanded {
  width: 80px;
}
#page-wrap #nav-footer.expanded small span {
  display: none;
}
#page-wrap #nav-footer.expanded small a {
  display: none;
}
#page-wrap .nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  color: #212529;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
#page-wrap .menu-text {
  padding-left: 6px;
  transition: all .9s ease;
}
#page-wrap #menu-left {
  margin-top: -20px;
  background-color: beige;
  height: 100%;
  z-index: 2;
  transition: all .3s ease;
}
#page-wrap #menu-left:hover.expanded {
  width: 230px;
}
#page-wrap #menu-left:hover.expanded .menu-text {
  display: inline;
}
#page-wrap #menu-left:hover.expanded a span {
  display: block;
}
#page-wrap #menu-left:hover.expanded .nav-link {
  height: 40px;
  text-align: left;
}
#page-wrap #menu-left:hover.expanded #pedacito {
  width: 230px;
}
#page-wrap #menu-left:hover.expanded .left-fixed-view {
  width: 230px;
}
#page-wrap #menu-left.expanded {
  width: 80px;
}
#page-wrap #menu-left.expanded a span {
  display: none;
}
#page-wrap #menu-left.expanded .nav-link {
  height: 40px;
  text-align: center;
}
#page-wrap .selected-btn {
  border-radius: 2px;
  background-color: #232F3E ;
  color: white;
}
#page-wrap #container-layout {
  padding-left: 0 !important;
}
#page-wrap .left-fixed {
  height: 110px!important;
  width: 230px;
  background-color: beige;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
#page-wrap .left-fixed.expanded {
  width: 80px;
}
#page-wrap .left-fixed-view {
  height: 130px!important;
  width: 245px;
  background-color: beige;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
#page-wrap .left-fixed-view.expanded {
  width: 95px;
}
#page-wrap .form-control:disabled {
  background-color: #fff !important;
}
#page-wrap .ajax-button .button-loader,
#page-wrap .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap .ajax-button .button-loader .loading-dot.dot1,
#page-wrap .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot2,
#page-wrap .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot3,
#page-wrap .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot4,
#page-wrap .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap .ajax-button.syncing .button-loader,
#page-wrap .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap .ajax-button.syncing .button-text {
  display: none;
}
#page-wrap .max-login .closed-login {
  position: absolute;
  right: -1px;
  top: -12px;
  padding: 1rem .7rem;
  font-size: 1.5em;
  border-top-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  color: #fff;
  border: 0;
  background-color: #d8890a;
  outline: 0;
  cursor: pointer;
  z-index: 5000;
}
#page-wrap1 {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap1 .loading {
  display: block;
  margin-left: auto;
  background-color: goldenrod;
  border-radius: 10px;
  margin-top: 330px;
  margin-right: auto;
  width: 60px;
  height: 60px;
}
#page-wrap1 #menuNav {
  position: fixed;
  width: 100%;
  background-color: white;
  margin-top: 89px;
  z-index: 400;
}
#page-wrap1 #body-content {
  padding-top: 120px;
  background-color: whitesmoke;
}
#page-wrap1 .search1 {
  margin-top: 70px;
  position: fixed;
  z-index: 401;
  width: 100%;
  background-color: white;
  height: 60px;
}
#page-wrap1 .search1 .input-group {
  margin: auto;
  width: 95%!important;
  padding: 20px;
}
#page-wrap1 header {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#page-wrap1 header .dropdown-menu {
  background-color: #514931;
  margin-left: -60px !important;
}
#page-wrap1 .navbar-menu {
  padding-top: 90px;
}
@media only screen and (max-width: 400px) {
  #page-wrap1 .loging_div {
    width: auto;
  }
  #page-wrap1 .shopping_cart {
    width: auto;
  }
}
#href-logout {
  text-decoration: none;
  color: #d8890a!important;
}
#href-account {
  text-decoration: none;
  color: white!important;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: white;
}
#page-footer .xs-only {
  display: none;
}
@media only screen and (max-width: 800px) {
  #page-wrap,
  #page-wrap1 {
    padding-bottom: 85px;
  }
  #page-wrap header,
  #page-wrap1 header {
    height: 85px;
    margin-top: 5px;
  }
  #page-wrap header #big-logo,
  #page-wrap1 header #big-logo {
    top: 0;
    position: absolute;
  }
  #page-wrap #page-footer,
  #page-wrap1 #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap1 #page-footer .copy,
  #page-wrap #page-footer .nav,
  #page-wrap1 #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap1 #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item,
  #page-wrap1 #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap1 #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a,
  #page-wrap1 #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #menu-left {
    margin-top: 0px!important;
  }
  .container-fluid {
    height: 110%!important;
  }
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
  #page-wrap1 {
    padding-bottom: 85px;
  }
  #page-wrap1 #page-footer {
    height: 85px;
  }
  #page-wrap1 #page-footer .xs-only {
    display: block;
  }
  #page-wrap1 .navbar-brand {
    display: none;
  }
  #page-wrap1 .navbar-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #page-wrap1 .navbar-brand {
    display: none;
  }
  #page-wrap1 .navbar-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #page-wrap header,
  #page-wrap1 header {
    height: 85px;
    margin-top: 5px;
  }
  #page-wrap header #big-logo,
  #page-wrap1 header #big-logo {
    top: 0;
    position: absolute;
    margin-top: 2px;
  }
  #page-wrap header #text,
  #page-wrap1 header #text {
    top: 0;
    position: absolute;
    font-size: 27px;
    color: white;
    margin-top: 30px;
    margin-left: 110px;
  }
  #pagination .pagination {
    float: right;
  }
}
@media only screen and (max-width: 1200px) {
  #page-wrap header,
  #page-wrap1 header {
    height: 70px;
    margin-top: 0px;
  }
  #page-wrap header #text,
  #page-wrap1 header #text {
    font-size: 20px;
    color: white;
    margin-left: -6px;
  }
  #page-wrap header #small-img,
  #page-wrap1 header #small-img {
    margin-left: -5px;
  }
  #page-wrap header button,
  #page-wrap1 header button {
    background-color: #232F3E;
    border: 1px solid white;
  }
  #page-wrap1 .search-nav {
    width: 300px!important;
  }
  #page-wrap1 #menuNav {
    margin-top: 69px;
  }
  #menu-left {
    display: none;
    margin-top: 110px;
  }
  #nav-footer {
    border-top: 1px solid white;
  }
  #pagination {
    text-align: center;
  }
  #pagination .pagination {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  #nav-footer2 {
    display: none;
  }
  #menu-left {
    position: fixed;
    width: 230px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #menu-right {
    margin-left: 245px;
  }
  #menu-right.expanded {
    margin-left: 85px;
  }
  #nav-footer {
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    width: 231px;
    text-align: center;
    border-top-right-radius: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .left-fixed {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .fa-bell {
    margin-right: 10px!important;
  }
  #page-wrap1 #menuNav {
    margin-top: 130px;
  }
  #page-wrap1 #body-content {
    padding-top: 145px;
  }
}
#nav-footer {
  color: white;
}
#nav-footer2 {
  border-top: 1px solid white;
  background-color: white;
}
#footer-init {
  border-top: 1px solid white;
  background-color: white;
}
#homepage .rounded-pill {
  border-radius: 50rem!important;
}
#homepage .text-bg-warning {
  color: #000!important;
}
#homepage .bg-warning {
  --fc-bg-opacity: 1;
  background-color: #FF6600!important;
}
#homepage .text-dark {
  --fc-text-opacity: 1;
  color: #001e2b !important;
}
#homepage .fw-bold {
  font-weight: 700!important;
}
#homepage .lead {
  font-size: 1.09375rem;
  font-weight: 500;
  color: #FF6600;
}
#homepage .btn-dark {
  --fc-btn-color: #fff;
  --fc-btn-bg: #001e2b;
  --fc-btn-border-color: #001e2b;
  --fc-btn-hover-color: #fff;
  --fc-btn-hover-bg: #26404b;
  --fc-btn-hover-border-color: #1a3540;
  --fc-btn-focus-shadow-rgb: 38,64,75;
  --fc-btn-active-color: #fff;
  --fc-btn-active-bg: #334b55;
  --fc-btn-active-border-color: #1a3540;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fc-btn-disabled-color: #fff;
  --fc-btn-disabled-bg: #001e2b;
  --fc-btn-disabled-border-color: #001e2b;
}
#homepage .btn {
  --fc-btn-padding-x: 1rem;
  --fc-btn-padding-y: 0.55rem;
  --fc-btn-font-family: ;
  --fc-btn-font-size: 0.875rem;
  --fc-btn-font-weight: 600;
  --fc-btn-line-height: 1.6;
  --fc-btn-bg: transparent;
  --fc-btn-border-width: 1px;
  --fc-btn-border-color: transparent;
  --fc-btn-border-radius: 0.5rem;
  --fc-btn-hover-border-color: transparent;
  --fc-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --fc-btn-disabled-opacity: 0.65;
  display: inline-block;
  padding: 0.55rem, 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1 solid #001e2b;
  border-radius: 0.rem;
  background-color: #001e2b;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#homepage .display-5 {
  font-size: calc(3.525rem);
  color: #FF6600;
}
#homepage .h1,
#homepage .h2,
#homepage .h3,
#homepage h1,
#homepage h2,
#homepage h3 {
  letter-spacing: -0.03rem;
}
#homepage .tagOferta {
  display: block;
  height: 30px;
  position: absolute;
  top: 8px;
  left: -6px;
  text-transform: uppercase;
  color: #000;
  padding: 4px 15px;
  background-size: 150px 30px;
  background-repeat: no-repeat;
  background-image: url(../images/tag.svg);
  font-size: 12px !important;
  text-align: center;
  z-index: 5;
}
#homepage .product-card {
  color: black;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
#homepage .product-card:hover {
  cursor: pointer;
}
#homepage .product-card:hover .item-image {
  opacity: 0.6;
}
#homepage .product-card {
  max-height: 400px;
  min-height: 400px;
}
#homepage .item-image {
  max-width: 100%;
  align-items: center;
}
#homepage .description-text {
  text-align: left;
  max-height: 100px;
  overflow-y: auto;
  overflow: hidden;
}
#homepage .content_price_fil {
  padding-left: 1.4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#homepage .content_price_fil .price_title {
  color: #514931;
  font-weight: 700;
  padding: 4px 5px;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: .65rem;
  width: 45%;
  border: 2px solid #FF6600;
  text-align: center;
  line-height: 1;
}
#homepage .rounded {
  border-radius: 0.5rem!important;
}
#homepage .py-10 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}
#homepage .px-8 {
  padding-right: 2rem!important;
  padding-left: 2rem!important;
}
#homepage .image-col {
  text-align: center;
}
#homepage .image-col .image-cmp {
  max-height: 500px;
  width: auto;
}
#homepage .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#homepage a:hover {
  text-decoration: none;
}
#homepage .container__ad {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://res.cloudinary.com/insoft/image/upload/v1590275820/package/Sin_t%C3%ADtulo-2.webp");
  flex-direction: column;
  margin-top: 80px;
  height: 600px;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 {
  margin-top: 90px;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 .container__ad_text1 {
  color: #ffffff;
  font-size: 54px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 .btn-1 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 40%;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 .btn-1:hover {
  background-color: #FFBD39;
}
#homepage .container__ad2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #2d2d38;
  border-top: 1px solid white;
  height: auto;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb3 {
  margin-top: 20px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb3 .container__ad_textb1 {
  color: #FF6600;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb3 .btn-2 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 20%;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .card {
  background: #2d2d38;
  border-top: 1px solid #FF6600;
  border-bottom: 1px solid #FF6600;
  border-left: 1px solid #FF6600;
  border-right: 1px solid #FF6600;
  margin-left: 40px;
  margin-right: 40px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33:hover {
  background-color: #FFBD39;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .container__ad_textb1 {
  color: #FF6600;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2:hover {
  background-color: #FFBD39;
}
#homepage .container__line01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#homepage .container__line01 .container__line01__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #ff6600;
}
#homepage .container__line01 .container__line01__bg .container__line01__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .container__line0 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#homepage .container__line0 .container__line0__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FF6600;
}
#homepage .container__line0 .container__line0__bg .container__line0__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .container__line1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#homepage .container__line1 .container__line1__bg {
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: white;
}
#homepage .container__line1 .container__line1__bg .container__line1__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#homepage #container__line1__bg__text3 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#homepage #container__line1__bg__text3 .card__component {
  border: 0px;
}
#homepage #container__line1__bg__text4 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#homepage #container__line1__bg__text4 .card__component {
  border: 0px;
}
@media (max-width: 550px) {
  #homepage #prodBtn {
    width: 70%!important;
  }
  #homepage #trcBtn {
    width: 70%!important;
  }
}
#welcome {
  height: 650px;
  overflow: hidden;
  margin-top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/logo.png");
  overflow-y: hidden!important;
}
#welcome .col-m-top {
  margin-top: 100px;
  border-bottom: 1px solid gainsboro;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  /* Add some content at the bottom of the video/page */
  padding-top: 35px;
  padding-bottom: 75px;
}
#login #video1 {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
#login .content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 10px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .login-form-container {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  #video1 {
    display: none;
  }
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #14acc2;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
#user-view .container-fluid .row .barCont {
  height: 3px;
}
#user-view .container-fluid .row table {
  margin-top: 75px;
}
#user-view .container-fluid .row table thead {
  background-color: white;
}
#user-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (max-width: 992px) {
  .first-panel {
    margin-top: 90px;
  }
}
#store-view .container-fluid .row .barCont {
  height: 3px;
}
#store-view .container-fluid .row table {
  margin-top: 75px;
}
#store-view .container-fluid .row table thead {
  background-color: white;
}
#store-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#store-view .stockItems-body {
  height: 500px;
}
@media (max-width: 992px) {
  .table {
    margin-top: 0px!important;
  }
}
.responsive {
  overflow: auto;
  height: 600px;
}
#consignee-view .principal_table {
  margin-top: 120px;
}
#consignee-view .container-fluid .row .table-responsive {
  margin-top: 100px;
  min-height: 250px;
}
#consignee-view .container-fluid .row .barCont {
  height: 3px;
}
#consignee-view .container-fluid .row table thead {
  background-color: white;
}
#consignee-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#consignee-view .card-stats {
  height: 170px;
}
#consignee-view .move-end {
  text-align-last: end;
}
#consignee-view .confirmed-icon {
  background: 0 6px url(../images/icons/confirmed.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#consignee-view .confirmed-icon span {
  margin-left: 20px;
  color: white;
}
#consignee-view .unconfirmed-icon {
  background: 0 6px url(../images/icons/unconfirmed.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#consignee-view .unconfirmed-icon span {
  margin-left: 20px;
  color: white;
}
#consignee-view .chart-body {
  min-height: 500px;
}
#consignee-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #consignee-view .principal_table {
    margin-top: 0px;
  }
  #consignee-view .table-responsive {
    margin-top: 0px !important;
  }
}
#consignee-view .responsive {
  overflow: auto;
  height: 600px;
}
#client-view .container-fluid .row .table-responsive {
  margin-top: 100px;
  min-height: 250px;
}
#client-view .container-fluid .row .barCont {
  height: 3px;
}
#client-view .container-fluid .row table thead {
  background-color: white;
}
#client-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#client-view .zipSpin {
  color: orange;
  float: right;
  margin-top: -33px;
  font-size: 28px;
}
#client-view .card-stats {
  height: 170px;
}
#client-view .move-end {
  text-align-last: end;
}
#client-view .confirmed-icon {
  background: 0 6px url(../images/icons/confirmed.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#client-view .confirmed-icon span {
  margin-left: 20px;
  color: white;
}
#client-view .unconfirmed-icon {
  background: 0 6px url(../images/icons/unconfirmed.svg) no-repeat;
  background-size: 50px;
  height: 100%;
}
#client-view .unconfirmed-icon span {
  margin-left: 20px;
  color: white;
}
#client-view .chart-body {
  min-height: 500px;
}
#client-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #client-view .first-panel {
    margin-top: 90px;
  }
  #client-view .table-responsive {
    margin-top: 0px !important;
  }
}
#client-view .responsive {
  overflow: auto;
  height: 400px;
}
#stat-view .container-fluid .barCont {
  height: 3px;
  background-color: #ece9e9;
  margin-bottom: 15px;
}
#stat-view .container-fluid .row .table-responsive {
  min-height: 250px;
}
#stat-view .container-fluid .row table thead {
  background-color: white;
}
#shipping-view .container-fluid .online-table {
  margin-top: 0px!important;
}
#shipping-view .container-fluid .card-stats {
  height: 245px;
}
#shipping-view .container-fluid .move-end {
  text-align-last: end;
}
#shipping-view .container-fluid .confirmed-icon {
  background: 0 6px url(../images/icons/container.svg) no-repeat;
  background-size: 80px;
  height: 120%;
}
#shipping-view .container-fluid .confirmed-icon span {
  margin-left: 20px;
  color: white;
}
#shipping-view .container-fluid .unconfirmed-icon {
  background: 0 6px url(../images/icons/container.svg) no-repeat;
  background-size: 80px;
  height: 120%;
}
#shipping-view .container-fluid .unconfirmed-icon span {
  margin-left: 20px;
  color: white;
}
#shipping-view .container-fluid .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eb9f2e!important;
  background-color: #eb9f2e!important;
}
#shipping-view .container-fluid .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
}
#shipping-view .container-fluid .checkbox-lg .custom-control-label::before,
#shipping-view .container-fluid .checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.50rem;
  height: 1.50rem;
}
#shipping-view .container-fluid .checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}
#shipping-view .container-fluid .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 3.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
#shipping-view .container-fluid .row .table-responsive {
  min-height: 700px;
}
#shipping-view .container-fluid .row .barCont {
  height: 3px;
}
#shipping-view .container-fluid .row table {
  margin-top: 275px;
}
#shipping-view .container-fluid .row table thead {
  background-color: white;
}
#shipping-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#shipping-view .chart-body {
  min-height: 500px;
}
#shipping-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #shipping-view .table {
    margin-top: 0px!important;
  }
}
#shipping-view .responsive {
  overflow: auto;
  height: 600px;
}
#shipping-view .hand:hover {
  cursor: pointer;
}
#shipping-view .arrow {
  color: #232F3E;
}
#shipping-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#shipping-view .arrow:active {
  transform: scale(1.3);
}
#shipping-view .left-side {
  position: absolute;
  width: 40px;
  margin-left: 10px;
  z-index: 300;
}
#shipping-view .right-side {
  position: absolute;
  width: 40px;
  right: 10px;
  z-index: 300;
}
#shipping-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#shipping-view .s-point {
  border-radius: 150px;
  background-color: #232F3E;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#shipping-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#shipping-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#shipping-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#shipping-view .stat-width-t {
  width: 990px;
}
#shipping-view .stat-width-pc {
  width: 1210px;
}
#package-view .container-fluid .row .table-responsive {
  margin-top: 75px;
  min-height: 250px;
}
#package-view .container-fluid .row .barCont {
  height: 3px;
}
#package-view .container-fluid .row table thead {
  background-color: white;
}
#package-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#package-view .chart-body {
  min-height: 500px;
}
#package-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #package-view .table-responsive {
    margin-top: 0px !important;
  }
}
#package-view .responsive {
  overflow: auto;
  height: 600px;
}
#package-view .border-danger {
  border: 2px solid red;
}
#package-view .loko {
  background: red;
  height: 200px;
  font-size: 40px;
  padding: 20px;
  color: white;
  text-align: center;
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
#package-view .hand:hover {
  cursor: pointer;
}
#package-view .arrow {
  color: #232F3E;
}
#package-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#package-view .arrow:active {
  transform: scale(1.3);
}
#package-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#package-view .left-side:hover {
  opacity: 0.6;
}
#package-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#package-view .right-side:hover {
  opacity: 0.6;
}
#package-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#package-view .s-point {
  border-radius: 150px;
  background-color: #232F3E;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#package-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#package-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#package-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#package-view .stat-width-t {
  width: 990px;
}
#package-view .stat-width-pc {
  width: 1210px;
}
#new-package-view .container-fluid .alert-orange {
  background-color: #e98007;
}
#new-package-view .container-fluid .btn-cancel {
  background-color: #e60909;
  border-color: #e60909;
  color: white;
  width: 200px;
}
#new-package-view .container-fluid .payment-alert {
  margin-left: -125px;
  width: 120%;
  height: 90px;
  z-index: 10000;
  margin-top: -105px;
  padding-top: 20px;
  font-size: x-large;
}
#new-package-view .container-fluid .main-top {
  margin-top: 5px;
}
#new-package-view .container-fluid .main-top .card .title {
  background-color: #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 3px;
  padding: 4px;
  font-size: 22px;
}
#new-package-view .container-fluid .main-top .card .title span {
  margin-left: 14px;
}
#new-package-view .container-fluid .main-top .card .card-body {
  min-height: 200px;
}
#new-package-view .container-fluid .row .table-responsive {
  min-height: 250px;
}
#new-package-view .container-fluid .row .barCont {
  height: 3px;
}
#new-package-view .container-fluid .row table thead {
  background-color: white;
}
#new-package-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#new-package-view .btn-check {
  height: 70px;
  font-size: 22px;
}
#new-package-view #cmpTotal {
  background-color: #FF6600;
  height: 70px;
  margin-bottom: 14px;
  margin-top: 4px;
  border-radius: 5px;
  font-weight: bold;
}
#new-package-view #cmpTotal span {
  color: white;
  font-size: 20px;
}
#new-package-view #cmpTotal .title {
  margin-left: 10px;
}
#new-package-view #cmpTotal .sign {
  float: right;
}
#new-package-view #editdesc:hover {
  cursor: pointer;
}
#new-package-view .invoices-body {
  height: 500px;
  background-color: white;
}
#new-package-view .responsive {
  overflow: auto;
  height: 600px;
}
#new-package-view .removeStyle:active {
  transform: scale(1.1);
}
#new-package-view .btn-menu {
  height: 90px;
  font-size: 22px;
  border: 1px solid rgba(240, 240, 240, 0.925);
}
#new-package-view .selected-btn {
  color: white;
  background-color: #FF6600;
}
@media only screen and (max-width: 1200px) {
  #new-package-view {
    margin-top: 90px;
  }
}
#invoice-view .container-fluid .row .table-responsive {
  margin-top: 20px;
  min-height: 250px;
}
#invoice-view .container-fluid .row .barCont {
  height: 3px;
}
#invoice-view .container-fluid .row table thead {
  background-color: white;
}
#invoice-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#invoice-view .chart-body {
  min-height: 500px;
}
#invoice-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (min-width: 991px) {
  #invoice-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #invoice-view .first-panel {
    margin-top: 90px;
  }
  #invoice-view .container-fluid {
    margin-top: 80px;
  }
}
#invoice-view .responsive {
  overflow: auto;
  height: 600px;
}
#tracking-client .container__ad {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://res.cloudinary.com/insoft/image/upload/v1566324195/package/trckk_logo.svg");
  flex-direction: column;
  height: 600px;
}
#tracking-client .container__ad .container__ad__bg .container__ad__t3 {
  margin-top: 90px;
}
#tracking-client .container__ad .container__ad__bg .container__ad__t3 .container__ad_text1 {
  color: #ffffff;
  font-size: 54px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#tracking-client .container__ad .container__ad__bg .container__ad__t3 .btn-1 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 20%;
}
#tracking-client .container__ad .container__ad__bg .container__ad__t3 .btn-1:hover {
  background-color: #FF6600;
}
#tracking-client .container__ad2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #1E1E2E;
  border-top: 1px solid white;
  height: auto;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb3 {
  margin-top: 20px;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb3 .container__ad_textb1 {
  color: #FF6600;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb3 .btn-2 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb3 .btn-2:hover {
  background-color: #FFBD39;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 .card {
  background: #1E1E2E;
  border-top: 1px solid #FF6600;
  border-bottom: 1px solid #FF6600;
  border-left: 1px solid #FF6600;
  border-right: 1px solid #FF6600;
  margin-left: 40px;
  margin-right: 40px;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33:hover {
  background-color: #FF6600;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 .container__ad_textb1 {
  color: #FF6600;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2 {
  background: #FF6600;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#tracking-client .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2:hover {
  background-color: #FF6600;
}
#tracking-client .container__line01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#tracking-client .container__line01 .container__line01__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FF6600;
}
#tracking-client .container__line01 .container__line01__bg .container__line01__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-client .container__line0 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#tracking-client .container__line0 .container__line0__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FF6600;
}
#tracking-client .container__line0 .container__line0__bg .container__line0__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-client .container__line1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#tracking-client .container__line1 .container__line1__bg {
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: white;
}
#tracking-client .container__line1 .container__line1__bg .container__line1__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-client #container__line1__bg__text3 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#tracking-client #container__line1__bg__text3 .card__component {
  border: 0px;
}
#tracking-client #container__line1__bg__text4 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#tracking-client #container__line1__bg__text4 .card__component {
  border: 0px;
}
#tracking-view .container__ad {
  display: flex;
  align-items: center;
  background-image: url("https://res.cloudinary.com/insoft/image/upload/v1566324195/package/trckk_logo.svg");
  flex-direction: column;
  background-size: 1850px 600px;
  height: 600px;
}
#tracking-view .container__ad .container__ad__bg .container__ad__t3 {
  margin-top: 90px;
}
#tracking-view .container__ad .container__ad__bg .container__ad__t3 .container__ad_text1 {
  color: #ffffff;
  font-size: 54px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#tracking-view .container__ad .container__ad__bg .container__ad__t3 .btn-1 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 20%;
}
#tracking-view .container__ad .container__ad__bg .container__ad__t3 .btn-1:hover {
  background-color: #FFBD39;
}
#tracking-view .container__ad2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #2d2d38;
  border-top: 1px solid white;
  height: auto;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb3 {
  margin-top: 20px;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb3 .container__ad_textb1 {
  color: #FCA901;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb3 .btn-2 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb3 .btn-2:hover {
  background-color: #FFBD39;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 .card {
  background: #2d2d38;
  border-top: 1px solid #FCA901;
  border-bottom: 1px solid #FCA901;
  border-left: 1px solid #FCA901;
  border-right: 1px solid #FCA901;
  margin-left: 40px;
  margin-right: 40px;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33:hover {
  background-color: #FFBD39;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 .container__ad_textb1 {
  color: #FCA901;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#tracking-view .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2:hover {
  background-color: #FFBD39;
}
#tracking-view .container__line01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#tracking-view .container__line01 .container__line01__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FCA901;
}
#tracking-view .container__line01 .container__line01__bg .container__line01__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-view .container__line0 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#tracking-view .container__line0 .container__line0__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FCA901;
}
#tracking-view .container__line0 .container__line0__bg .container__line0__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-view .container__line1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#tracking-view .container__line1 .container__line1__bg {
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: white;
}
#tracking-view .container__line1 .container__line1__bg .container__line1__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#tracking-view #container__line1__bg__text3 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#tracking-view #container__line1__bg__text3 .card__component {
  border: 0px;
}
#tracking-view #container__line1__bg__text4 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#tracking-view #container__line1__bg__text4 .card__component {
  border: 0px;
}
#tracking-view .arrow {
  color: #232F3E;
}
#tracking-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#tracking-view .arrow:active {
  transform: scale(1.3);
}
#tracking-view .left-side {
  position: absolute;
  width: 40px;
  margin-left: 10px;
  z-index: 300;
}
#tracking-view .right-side {
  position: absolute;
  width: 40px;
  right: 10px;
  z-index: 300;
}
#tracking-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#tracking-view .s-point {
  border-radius: 150px;
  background-color: #232F3E;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#tracking-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#tracking-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#tracking-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#tracking-view .stat-width-t {
  width: 990px;
}
#tracking-view .stat-width-pc {
  width: 1210px;
}
#tracking-view .card-2 {
  background-color: #FFF;
  border-radius: 25px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 40px;
  z-index: 0;
}
#tracking-view #progressbar {
  margin-bottom: 30px;
  color: lightgrey;
  padding-left: 0px;
}
#tracking-view #progressbar .active {
  color: #673AB7;
}
#tracking-view #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}
#tracking-view #progressbar .step0:before {
  content: "";
}
#tracking-view #progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  background: #E0E0E0;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
}
#tracking-view #progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: -1;
}
#tracking-view #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#tracking-view #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#tracking-view #progressbar li.active:before,
#tracking-view #progressbar li.active:after {
  background: #ff6600;
}
#tracking-view .yellow-text {
  color: #ff6600;
}
#tracking-view fieldset.show {
  display: block;
}
#tracking-view fieldset {
  display: none;
}
#tracking-view .radio {
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #BDBDBD;
  font-weight: 500;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#tracking-view .radio:hover {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
#tracking-view .radio.selected {
  border: 1px solid #ff6600;
  box-shadow: 0px 8px 16px 0px #EEEEEE;
  color: #29B6F6 !important;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
#tracking-view .card-block {
  border: 1px solid #CFD8DC;
  width: 45%;
  margin: 2.5%;
  padding: 20px 25px 15px 25px;
}
@media screen and (max-width: 768px) {
  #tracking-view .card-block {
    padding: 20px 20px 0px 20px;
    height: 250px;
  }
}
#tracking-view .icon {
  width: 85px;
  height: 100px;
}
#tracking-view .image-icon {
  width: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#tracking-view select,
#tracking-view input,
#tracking-view textarea,
#tracking-view button {
  padding: 8px 15px 8px 15px;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #ECEFF1;
  border: 1px solid #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}
#tracking-view select:focus,
#tracking-view input:focus,
#tracking-view textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid skyblue !important;
  outline-width: 0;
}
#tracking-view button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}
#tracking-view textarea {
  height: 100px;
}
#tracking-view button {
  width: 120px;
  letter-spacing: 2px;
}
#tracking-view .fit-image {
  width: 100%;
  object-fit: cover;
}
#tracking-view .btn-block {
  border-radius: 5px;
  height: 50px;
  font-weight: 500;
  cursor: pointer;
}
#tracking-view .fa-long-arrow-right {
  float: right;
  margin-top: 4px;
}
#tracking-view .fa-long-arrow-left {
  float: left;
  margin-top: 4px;
}
#scanner-view .container-fluid .fa-circle-o-notch {
  float: right;
  margin-top: -40px;
}
@media (max-width: 992px) {
  #scanner-view {
    margin-top: 100px;
  }
}
#containerized-view .container-fluid .fa-circle-o-notch {
  float: right;
  margin-top: -40px;
}
#containerized-view .border-danger {
  border: 1px solid rgba(233, 135, 7, 0.125);
}
#containerized-view .border-sucess {
  border: 1px solid rgba(6, 175, 43, 0.125);
}
@media (max-width: 992px) {
  #containerized-view {
    margin-top: 100px;
  }
  .buttons-panel {
    width: 100%;
    margin-top: 15px;
  }
}
#prepare-view .container-fluid .fa-circle-o-notch {
  float: right;
  margin-top: -40px;
}
#category-view .container-fluid .row .barCont {
  height: 3px;
}
#category-view .container-fluid .row table thead {
  background-color: white;
}
#category-view .container-fluid .row table .hand {
  cursor: pointer;
}
#category-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#category-view .container-fluid .sub-container {
  height: 200px;
  overflow: auto;
}
#category-view .container-fluid .ml-c {
  margin-left: 40px;
}
#category-view .container-fluid #cameraIcon {
  margin-top: 8px;
}
#product-view .container-fluid .row table {
  margin-top: 75px;
}
#product-view .container-fluid .row table thead {
  background-color: white;
}
#product-view .container-fluid .row table .textPrice {
  font-style: oblique;
  text-decoration-line: line-through;
  opacity: 0.2;
  color: #070707;
}
#product-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
#product-view .container-fluid .row-respon {
  height: 300px;
  overflow: auto;
}
#product-view .container-fluid .toggle-active {
  cursor: pointer;
}
#product-view #tree {
  overflow: hidden;
}
#product-view .hand:hover {
  cursor: pointer;
}
#product-view .arrow {
  color: #232F3E;
}
#product-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#product-view .arrow:active {
  transform: scale(1.3);
}
#product-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#product-view .left-side:hover {
  opacity: 0.6;
}
#product-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#product-view .right-side:hover {
  opacity: 0.6;
}
#product-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#product-view .s-point {
  border-radius: 150px;
  background-color: #232F3E;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#product-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#product-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#product-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#product-view .stat-width-t {
  width: 990px;
}
#product-view .stat-width-pc {
  width: 1210px;
}
#shop-view .container2 {
  background-color: white;
}
#shop-view .container3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#shop-view .content_video .img_video_paso_webp.paso_1 {
  background-image: url(../images/video1.jpg);
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  min-height: 300px;
}
#shop-view .content_video .img_video_paso_webp.paso_2 {
  background-image: url(../images/video2.jpg);
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  min-height: 300px;
}
#shop-view .content_video .img_video_paso_webp.paso_3 {
  background-image: url(../images/video3.jpg);
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  min-height: 300px;
}
#shop-view .content_video .img_video_paso_webp.paso_4 {
  background-image: url(../images/video4.jpg);
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  min-height: 300px;
}
#shop-view .title-home {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 35px;
}
#shop-view .title-home h3 {
  margin: 0;
}
#shop-view .title-home.active:before {
  content: "";
  height: 2px;
  background-color: #e4e4e4;
  width: 100%;
  top: 18px;
  position: absolute;
  left: 0;
}
#shop-view .title-home .span-l,
#shop-view .title-home .span-tes {
  background: white;
  color: #000;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
#shop-view .title-home .span-l,
#shop-view .title-home .span-tes,
#shop-view .title-home span {
  vertical-align: top;
  border-radius: 5px 5px 0 0;
  padding: 8px 15px;
  font-size: 16px;
}
#shop-view .title-home span {
  background: #fbcd03;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}
#shop-view a {
  text-decoration: none;
}
#shop-view .loading {
  display: block;
  margin-left: auto;
  background-color: goldenrod;
  border-radius: 10px;
  margin-top: 330px;
  margin-right: auto;
  width: 60px;
  height: 60px;
}
#shop-view .slice {
  position: relative;
  padding-bottom: 4rem;
}
#shop-view .bg-section-secondary {
  background-color: whitesmoke !important;
  margin-top: 40px;
}
#shop-view .card {
  color: black;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
#shop-view .card:hover {
  cursor: pointer;
  margin-top: -10px;
  -webkit-box-shadow: 1px 1px 10px 1px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 10px 1px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 10px 1px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  transition: all 0.3s;
}
#shop-view .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#shop-view .pb-5,
#shop-view .py-5 {
  padding-bottom: 1rem !important;
}
#shop-view .pt-5,
#shop-view .py-5 {
  padding-top: 3rem !important;
}
#shop-view .pl-4,
#shop-view .px-4 {
  padding-left: 1.5rem !important;
}
#shop-view .pr-4,
#shop-view .px-4 {
  padding-right: 1.5rem !important;
}
#products-view .form-control:disabled,
#products-view .form-control[readonly] {
  background-color: #eee!important;
  opacity: 1;
}
#products-view .tagOferta {
  display: block;
  height: 30px;
  position: absolute;
  top: 8px;
  left: -6px;
  text-transform: uppercase;
  color: #000;
  padding: 4px 15px;
  background-size: 150px 30px;
  background-repeat: no-repeat;
  background-image: url(../images/tag.svg);
  font-size: 12px !important;
  text-align: center;
  z-index: 5;
}
#products-view a {
  text-decoration: none;
}
#products-view .slice {
  position: relative;
  padding-bottom: 4rem;
}
#products-view .bg-section-secondary {
  background-color: whitesmoke !important;
  margin-top: 40px;
}
#products-view .card {
  color: black;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
#products-view .card:hover {
  cursor: pointer;
}
#products-view .card:hover .item-image {
  opacity: 0.6;
}
#products-view .card:hover .product-option {
  background-color: white;
  visibility: inherit;
  opacity: 1 !important;
  padding-top: 80px;
  transition: all 0.3s;
}
#products-view .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#products-view .card {
  max-height: 400px;
  min-height: 400px;
}
#products-view .item-image {
  max-width: 100%;
  align-items: center;
}
#products-view .description-text {
  text-align: left;
  max-height: 100px;
  overflow-y: auto;
  overflow: hidden;
}
#products-view .content_price_fil {
  padding-left: 1.4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-view .content_price_fil .price_title {
  color: #514931;
  font-weight: 700;
  padding: 4px 5px;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: .65rem;
  width: 45%;
  border: 2px solid #ffc107;
  text-align: center;
  line-height: 1;
}
#products-view .product-option {
  text-align: center;
  position: absolute;
  top: 60%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 40px;
  background: 0 0;
}
#products-view .viewProduct:hover {
  color: black;
  border: 1px solid black;
}
#products-view .addFavorite:hover {
  color: black;
  border: 1px solid black;
}
#products-view .product-option .addToCart:hover {
  color: white;
  background-color: black;
  border: none;
}
#products-view .viewProduct,
#products-view .addFavorite {
  border: 1px solid #fbcd03;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  color: #fbcd03;
  width: 32px;
  height: 32px;
  line-height: 25px;
  text-align: center;
  margin: 0 1px;
  font-size: 17px;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  cursor: pointer;
}
#products-view button:focus {
  outline: 0;
}
#products-view .product-option .addToCart {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  background-color: #fbcd03;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  line-height: 100%;
  border: none;
}
#products-view .image-col {
  text-align: center;
}
#products-view .image-col .image-cmp {
  max-height: 500px;
  width: auto;
}
#products-view .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-view .span-1 {
  background: #514931;
  color: #fbcd03;
  padding: 9px 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
}
#products-view .span-2 {
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  border: 0 solid #fbcd03;
  background-color: #f5f5f5;
}
#products-view .span-2 #producto-subtotal {
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
}
#products-view .checkbox-text {
  font-size: 60%;
  font-weight: 700;
  color: #515151;
  vertical-align: middle;
}
#products-view .producto-sucursal {
  font-weight: 400;
  font-size: .85rem;
  padding: 12px;
  margin: 14px 0;
  background-color: #e4e4e4;
  position: relative;
  border: 1px solid #ddd;
}
#products-view .producto-sucursal .title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 5px;
}
#products-view .producto-sucursal strong {
  color: red;
  font-weight: 700;
}
#products-view .aduans {
  background-color: #eee;
  padding: 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-view .aduans img {
  width: 50px;
  margin-right: 12px;
}
#products-view .aduans p {
  margin: 0;
  font-size: .8rem;
}
#products-view .aduans p small {
  font-size: .85rem;
  color: #cf2a27;
  font-weight: 700;
}
#products-view .btn-add-cart {
  cursor: pointer;
  width: 100%;
  background-color: #fbcd03;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: .6rem!important;
  border: hidden;
  color: black;
}
#products-view .pb-5,
#products-view .py-5 {
  padding-bottom: 1rem !important;
}
#products-view .pt-5,
#products-view .py-5 {
  padding-top: 3rem !important;
}
#products-view .pl-4,
#products-view .px-4 {
  padding-left: 1.5rem !important;
}
#products-view .pr-4,
#products-view .px-4 {
  padding-right: 1.5rem !important;
}
#products-view .arrow {
  color: #fbcd03;
}
#products-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#products-view .arrow:active {
  transform: scale(1.3);
}
#products-view .left-side {
  opacity: 1!important;
  position: absolute;
  width: 40px;
  opacity: 0.2;
  z-index: 300;
}
#products-view .left-side:hover {
  opacity: 0.6;
}
#products-view .right-side {
  opacity: 1!important;
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: -5px;
  z-index: 300;
}
#products-view .right-side:hover {
  opacity: 0.6;
}
#products-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#products-view .s-point {
  border-radius: 150px;
  background-color: #232F3E;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#products-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#products-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#products-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#products-view .fa-color {
  color: #c0baba;
}
#products-view .fa-size {
  font-size: 22px;
}
@media only screen and (max-width: 500px) {
  #products-view #item-price {
    display: inherit !important;
  }
  #products-view #item-price .span-1 {
    width: 100%;
  }
  #products-view #item-price .span-2 {
    width: 70%;
  }
}
#account-view .loading {
  display: block;
  margin-left: auto;
  background-color: goldenrod;
  border-radius: 10px;
  margin-top: 330px;
  margin-right: auto;
  width: 60px;
  height: 60px;
}
#account-view .max-cuenta {
  padding: 0;
}
#account-view .max-cuenta .btn-link {
  color: red;
  text-decoration: none;
}
#account-view .max-cuenta .pl-2,
#account-view .max-cuenta .px-2 {
  padding-left: .5rem!important;
}
#account-view .max-cuenta .list-co {
  display: -webkit-box !important;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f8fb!important;
}
#account-view .max-cuenta .title-header-cuenta {
  margin: 0;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}
#account-view .max-cuenta .icon-w-40 {
  width: 40px;
}
#account-view .max-cuenta .icon-w-26 {
  width: 26px;
}
#account-view .max-cuenta .list-group {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.26), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.26), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
#account-view .max-cuenta .changePassword {
  font-size: .9em;
  font-weight: 400;
}
#account-view .max-cuenta .list-group-item {
  border: 0;
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#account-view .max-cuenta .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
#account-view .max-cuenta .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
#account-view .fsize-8 {
  margin-right: 10px;
}
#account-view .container_perfil_bg {
  background-color: whitesmoke;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  min-height: 730px;
}
#account-view .container_perfil_bg #accordionExample {
  overflow: auto;
  max-height: 610px;
}
#account-view .espacio {
  display: block;
}
#account-view .espacio {
  height: 25px;
  background: 0 0;
  width: 100%;
}
#account-view .list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  #account-view .container_perfil_bg {
    min-height: auto;
  }
  #account-view .dropdown-menu {
    margin-left: -60px !important;
  }
}
@media only screen and (max-width: 990px) {
  #account-view #accordionExample {
    overflow: hidden !important;
    max-height: 100% !important;
  }
}
@media only screen and (min-width: 435px) {
  #account-view #date-component {
    display: flex!important;
  }
}
#cart-view {
  background-color: whitesmoke;
  margin-left: 0;
  margin-right: 0;
  min-height: 800px;
}
#cart-view .content-cart {
  margin-top: 50px;
}
#cart-view .content-cart .nav-tabs {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  background-color: #fff;
  padding: 8px 0 20px;
}
#cart-view .content-cart .nav-tabs a {
  margin-right: 50px;
}
#cart-view .content-cart .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
#cart-view .content-cart .nav-item {
  margin-top: 10px;
  padding: 10px 55px;
  font-size: .9rem;
  margin-right: 4px;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cart-view .content-cart .nav-item .steps {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-color: #fbcd03;
}
#cart-view .active {
  background-color: #fff;
  color: #515151;
  border-color: #fff;
  border-bottom: 3px solid #fbcd03!important;
}
#cart-view .disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  border-bottom: 3px solid  #dddddd!important;
}
#cart-view img {
  height: 60px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#cart-view .proceso_step .container_step {
  padding: 0 25px;
}
#cart-view .proceso_step .container_step .item_cart_pro {
  position: relative;
  padding: 20px 0;
  margin-right: 1px;
  margin-left: 1px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cart-view .proceso_step .container_step .item_cart_pro .thumbnail-pro {
  width: 120px;
  height: 100px;
}
#cart-view .proceso_step .container_step .item_cart_pro .cart-link {
  margin-top: 15px;
}
#cart-view .proceso_step .container_step .item_cart_pro .cart-link a:first-of-type {
  border-right: 1px solid #e6e6e6;
  padding-right: 10px;
  margin-left: 19%;
}
#cart-view .proceso_step .container_step .item_cart_pro .cart-link a {
  margin-right: 10px;
  font-weight: 400;
}
#cart-view .proceso_step .container_step .item_cart_pro .info_pro_cart {
  width: 78%;
  padding-left: 30px;
}
#cart-view .proceso_step .container_step .item_cart_pro .info_pro_cart .cart-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #444;
}
#cart-view .proceso_step .container_step .item_cart_pro .info_pro_cart .cart-info-meta {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  margin-bottom: 4px;
}
#cart-view .proceso_step .container_step .item_cart_pro .info_pro_cart .infoc-cart-price {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12%;
}
#cart-view .proceso_step .container_footer {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cart-view .proceso_step .container_footer .btn-footer {
  padding: 10px 25px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
#cart-view .proceso_step .container_footer .btn-footer.black {
  background-color: #000;
  color: #fff;
}
#cart-view .proceso_step .container_footer .btn-footer.yellow {
  background-color: #fbcd03;
  color: #000;
}
#cart-view .container_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#cart-view .container_column .title_step {
  font-size: 24px;
  font-weight: 600;
}
#cart-view .container_column .columna_one {
  width: 63%;
  padding-right: 15px;
}
#cart-view .container_column .columna_one .item_persona {
  background-color: #f4f4f4;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  display: none;
}
#cart-view .container_column .columna_one .item_persona.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cart-view .container_column .columna_one .item_persona .content-info-o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#cart-view .container_column .columna_one .item_persona .info_persona {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cart-view .container_column .columna_one .item_persona .opcion {
  padding-right: 10px;
}
#cart-view .container_column .columna_one .content_politica {
  width: 100%;
  height: 320px;
  overflow-y: scroll;
  font-size: 13px;
}
#cart-view .container_column .columna_one .fa {
  color: #65a702;
  padding-right: 15px;
  display: inline-block;
  background-color: #f4f4f4;
  border-bottom: none !important;
}
#cart-view .container_column .columna_two {
  width: 37%;
  background: rgba(110, 110, 110, 0.05);
  padding: 10px;
}
#cart-view .container_column .columna_two .title_cart {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
#cart-view .container_column .columna_two .content_list_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
#cart-view .container_column .columna_two .item_cart {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#cart-view .container_column .columna_two .item_cart img {
  margin-right: 10px;
  width: 80px;
  height: 80px;
}
#cart-view .container_column .columna_two .item_cart .name {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  overflow: hidden;
  word-wrap: break-word;
  height: 40px;
  color: #333;
}
#cart-view .container_column .columna_two .item_cart .detall-cart {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #555;
}
#cart-view .container_column .columna_two .item_cart .precio-cart-res {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
}
#cart-view .container_column .columna_two .cart-subtotal-res {
  padding: 10px;
  text-align: right;
}
#cart-view #statusDescuento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: center;
}
#cart-view #statusDescuento .por {
  color: #1bb04a;
  font-size: 15px;
  font-weight: 400;
  margin-right: 6px;
}
#cart-view #statusDescuento .des {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
  padding-top: 2px;
}
#cart-view #statusDescuento strong {
  font-weight: bolder;
}
#cart-view .cart-subtotal {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cart-view .cart-subtotal .title {
  font-weight: 500;
  font-size: 24px;
  margin-right: 10px;
  color: #333;
}
#cart-view .cart-subtotal .precio {
  font-weight: 700;
  font-size: 32px;
}
#cart-view .producto-sucursal {
  font-weight: 400;
  font-size: .85rem;
  padding: 12px;
  margin: 14px 0;
  background-color: #f4f4f4;
  position: relative;
  border: 1px solid #ddd;
}
#cart-view .producto-sucursal .title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 5px;
}
#cart-view .producto-sucursal strong {
  color: red;
  font-weight: 700;
}
#cart-view .aduans {
  margin-right: 0.2%!important;
  margin-left: 0.2%!important;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cart-view .aduans img {
  width: 50px;
  margin-right: 12px;
}
#cart-view .aduans p {
  margin: 0;
  font-size: .8rem;
}
#cart-view .aduans p small {
  font-size: .85rem;
  color: #cf2a27;
  font-weight: 700;
}
#cart-view .item-list-sel {
  background-color: #f4f4f4;
  padding: 20px 20px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cart-view .item-list-sel .opcion_lis a {
  margin-right: 10px;
  text-decoration: none;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
#cart-view .card-modal .StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
#cart-view .card-modal .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
#cart-view .card-modal .StripeElement--invalid {
  border-color: #fa755a;
}
#cart-view .card-modal .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#cart-view .card-modal form {
  max-width: 696px !important;
  padding: 0 15px;
}
#cart-view .card-modal form > * + * {
  margin-top: 20px;
}
#cart-view .card-modal .strip-container {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3px;
}
#cart-view .card-modal fieldset {
  border-style: solid;
  border: 1px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: #fbcd03;
  border-radius: 8px;
}
#cart-view .card-modal fieldset legend {
  float: left;
  width: 50% !important;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 3px 10px 7px;
}
#cart-view .card-modal .card-only {
  display: block;
}
#cart-view .card-modal fieldset legend + * {
  clear: both;
}
#cart-view .card-modal .addCardBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  color: #fff;
}
#cart-view .card-modal #card-element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  color: #fff;
}
#cart-view .card-modal #card-element {
  padding: 10px;
  margin-bottom: 2px;
}
#cart-view .card-modal .addCardBtn {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fbcd03;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
#cart-view .card-modal .addCardBtn:active {
  background-color: #47412f!important;
}
#cart-view .card-modal .addCardBtn:hover {
  background-color: #47412f!important;
}
#cart-view .card-modal #card-description {
  font-size: 20px;
  position: absolute;
  text-align: left;
}
#cart-view .card-modal #close-icon {
  padding: 2px 5px 5px 0;
  z-index: 1000;
}
@media only screen and (max-width: 500px) {
  #cart-view .stop-mage {
    display: none;
  }
  #cart-view #statusDescuento {
    justify-content: left;
    margin-right: 20px;
  }
  #cart-view .columna_one .item_persona .opcion {
    margin-top: 10px;
  }
  #cart-view .form-check {
    margin-top: 20px;
  }
  #cart-view .columna_two {
    margin-top: 20px;
  }
  #cart-view .container_step .item_cart_pro .cart-link {
    display: flex;
    margin-left: 0!important;
  }
  #cart-view .container_step .item_cart_pro .cart-link a:first-of-type {
    margin-left: -10px !important;
  }
  #cart-view .container_step .item_cart_pro .infoc-cart-price {
    text-align: left!important;
    margin-left: -10px;
    margin-top: 10px;
    display: inline-flex;
  }
  #cart-view .container_step .item_cart_pro .info_pro_cart {
    width: 100%!important;
    padding-left: 0!important;
  }
  #cart-view .container_step .item_cart_pro .info_pro_cart .cart-name {
    font-size: 15px!important;
  }
  #cart-view .container_step .item_cart_pro .info_pro_cart .cart-info-meta {
    font-size: 13px!important;
  }
  #cart-view .container_step .item_cart_pro .info_pro_cart .cart-info-meta .cart-info-label {
    display: none;
  }
  #cart-view .container_step .item_cart_pro .info_pro_cart .cart-entrega {
    font-size: 13px!important;
  }
  #cart-view .container_step .container_footer .btn-footer {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1033px) {
  #cart-view .content-cart .nav-tabs {
    padding: 8px 20px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #cart-view .content-cart .nav-tabs .nav-item {
    padding: 10px 0;
  }
  #cart-view .content-cart .nav-tabs .nav-item .steps {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
  #cart-view .content-cart .nav-tabs .active {
    display: flex;
  }
  #cart-view .content-cart .nav-tabs .disabled {
    display: none;
  }
  #cart-view .content-cart .nav-tabs img {
    height: 45px;
  }
  #cart-view .content-cart .nav-tabs a {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1rem;
  }
}
#favorite-view .container-fluid .row .table-responsive {
  margin-top: 75px;
  min-height: 250px;
}
#favorite-view .container-fluid .row .barCont {
  height: 3px;
}
#favorite-view .container-fluid .row table thead {
  background-color: white;
}
#favorite-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#favorite-view .chart-body {
  min-height: 500px;
}
#favorite-view .invoices-body {
  height: 500px;
  background-color: white;
}
#favorite-view .responsive {
  overflow: auto;
  height: 600px;
}
#favorite-view .border-danger {
  border: 2px solid red;
}
#favorite-view .loko {
  background: red;
  height: 200px;
  font-size: 40px;
  padding: 20px;
  color: white;
  text-align: center;
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
#favorite-view .hand:hover {
  cursor: pointer;
}
#favorite-view .arrow {
  color: #232F3E;
}
#favorite-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#favorite-view .arrow:active {
  transform: scale(1.3);
}
#favorite-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#favorite-view .left-side:hover {
  opacity: 0.6;
}
#favorite-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#favorite-view .right-side:hover {
  opacity: 0.6;
}
#favorite-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#favorite-view .s-point {
  border-radius: 150px;
  background-color: #232F3E;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#favorite-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#favorite-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#favorite-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#favorite-view .stat-width-t {
  width: 990px;
}
#favorite-view .stat-width-pc {
  width: 1210px;
}
#profile-view {
  margin-left: 200px;
  margin-right: 200px;
}
#profile-view .vertical-text-name {
  display: none;
}
#profile-view .vertical-name {
  text-align-last: end;
}
#profile-view .bg-left {
  background-color: #283439;
}
#profile-view .mt-20 {
  margin-top: 20px;
}
#profile-view .text-lft {
  text-align-last: start;
}
#profile-view .transform {
  transform: rotate(-90deg);
}
#profile-view .upper {
  text-transform: uppercase;
}
#profile-view .ft-50 {
  font-size: 50px;
}
#profile-view .ft-30 {
  font-size: 30px;
}
#profile-view .ft-20 {
  font-size: 20px;
}
#profile-view .sub-tx {
  padding-left: 114px;
  padding-top: 95px;
}
#profile-view .profile-img-div {
  -webkit-writing-mode: vertical-lr;
  padding: unset;
  text-align: end;
}
#profile-view .profile-img {
  border: 12px solid;
}
#profile-view .text-acua {
  color: #02c5dc;
}
#profile-view .icon-div {
  background-color: #02c5dc;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align-last: center;
  align-content: space-around;
}
#profile-view .gr-box1 {
  display: flex;
}
#profile-view .icon-div-2 {
  background-color: #02c5dc;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  text-align-last: center;
  align-content: space-around;
}
#profile-view .pl-100 {
  padding-left: 20px;
}
#profile-view .pl-47 {
  padding-left: 47px;
}
#profile-view .pl-40 {
  padding-left: 40px;
}
#profile-view .fz-20 {
  font-size: 20px;
}
#profile-view .line-aqua {
  border-left: 3px solid #02c5dc;
}
#profile-view .icon-div-mini {
  background-color: #02c5dc;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  text-align-last: center;
  align-content: space-around;
}
#profile-view .aqua-circle {
  display: flex;
  align-items: baseline;
  margin-left: -6px !important;
}
#profile-view .rating-span {
  display: flex;
  align-items: baseline;
  place-content: space-between;
}
#profile-view a:hover {
  color: #025d67;
}
#profile-view .rating-stars {
  text-align-last: right;
}
#profile-view .column-white {
  border-right: 2px solid #283439;
}
@media (max-width: 576px) {
  #profile-view .vertical-name {
    display: none;
  }
  #profile-view .vertical-text-name {
    display: block;
  }
  #profile-view .profile-img {
    border: none;
  }
  #profile-view .column-white {
    border-right: none;
  }
  #profile-view .rating-stars {
    text-align-last: left;
  }
  #profile-view .my-white-row {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .vertical-name {
    text-align-last: center;
  }
  .rating-stars {
    text-align-last: left;
  }
  #profile-view {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 40px;
  }
  #mainBar {
    display: none;
  }
  #nav-footer2 {
    display: none;
  }
}
#membership-view {
  /*************************New Card modal******************************/
  /*****************alert info****************************/
}
#membership-view .card {
  background-color: #232F3E;
}
#membership-view .custom-control {
  padding-left: 0!important;
}
#membership-view .card-pricing .card-body {
  overflow: hidden;
  padding: 0;
}
#membership-view .card-pricing .card-body .card-title {
  position: relative;
  margin-top: -20px;
  font-size: 5em;
  font-weight: 900;
  color: #222a42;
  text-transform: lowercase;
  margin-left: -5px;
  z-index: 1;
}
#membership-view .card-pricing .card-body .card-title2 {
  position: relative;
  font-weight: 900;
  color: #222a42;
  text-transform: lowercase;
  margin-top: -10px;
  z-index: 1;
}
#membership-view .card-pricing .card-body img {
  position: absolute;
  border-radius: 0.2857rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#membership-view .card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 80px auto 40px;
}
#membership-view .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
#membership-view .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#membership-view .card-pricing ul li {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 0;
  border: none;
}
#membership-view .list-group-item {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid #e9ecef;
}
#membership-view .card-pricing .card-body .card-prices .text-on-front {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.6em;
  font-weight: 900;
  text-align: center;
}
#membership-view .card-pricing.card-primary .card-body .card-prices .text-on-back {
  color: rgba(135, 194, 50, 0.1);
}
#membership-view .card {
  min-height: 602px;
}
#membership-view .card-pricing .card-body .card-prices .text-on-back {
  position: relative;
  z-index: 1;
  font-size: 9.5em;
  text-align: center;
  margin-top: -130px;
  font-weight: 900;
  color: rgba(38, 49, 72, 0.1);
}
#membership-view .card-pricing .card-body .card-prices .plan {
  font-weight: 600;
  font-size: .8em;
  margin-top: -80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
#membership-view .card-pricing .card-body .card-prices .text-on-front span {
  font-size: .7em;
}
#membership-view h5 {
  line-height: 1.4em;
  margin-bottom: 15px;
}
#membership-view .small {
  font-size: .375em!important;
}
#membership-view .card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 15px;
}
#membership-view .btn-primary2 {
  background: #FF6600;
  background-image: linear-gradient(to bottom left, #FF6600, #e96106, #c7580f);
  background-size: 210% 210%;
  background-position: 100% 0;
  background-color: #FF6600;
  transition: all .15s ease;
  box-shadow: none;
  color: #fff;
}
#membership-view .btn1 {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 40px;
  font-size: .875rem;
  line-height: 1.35em;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#membership-view .card .card-header {
  padding: 15px 15px 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #243447;
}
#membership-view .card-tasks .card-header .title {
  margin-right: 20px;
  font-weight: 400;
}
#membership-view .card h6 {
  color: rgba(255, 255, 255, 0.8);
}
#membership-view .card .card-header .card-category {
  color: #9a9a9a;
  margin-bottom: 5px;
  font-weight: 300;
}
#membership-view .card-tasks .card-header .dropdown {
  float: right;
  color: #ccc;
}
#membership-view .btn.btn-link.dropdown-toggle {
  height: 22px;
  padding: 0;
  margin-right: 5px;
}
#membership-view .card-tasks .table-full-width {
  max-height: 410px;
  position: relative;
}
#membership-view .ps {
  overflow: auto!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
#membership-view .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
  border: 0px;
}
#membership-view table {
  border-collapse: collapse;
}
#membership-view .form-check input[type=checkbox] + .form-check-sign:after {
  opacity: 0;
  font-size: 10px;
  margin-top: 0;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .form-check .form-check-sign:after {
  font-family: nucleo;
  content: "\ea1b";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
#membership-view .form-check input[type=checkbox]:checked + .form-check-sign:before {
  border: none;
  background-color: #87c232;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .form-check .form-check-sign:after,
#membership-view .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity .3s linear;
}
#membership-view .form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
#membership-view .form-check .form-check-sign:after {
  font-family: nucleo;
  content: "\ea1b";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .form-check .form-check-sign:after,
#membership-view .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity .3s linear;
}
#membership-view .form-check input[type=checkbox],
#membership-view .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#membership-view .form-check .form-check-sign:after {
  font-family: "Font Awesome 4 Free";
  content: "\f00c";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .table th,
#membership-view .table td {
  border-top: 0px;
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#membership-view .title {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}
#membership-view a {
  text-decoration: none;
}
#membership-view .nav-link-style {
  color: #4b566b!important;
}
#membership-view .page-title-overlap + * {
  position: relative;
  margin-top: -4.875rem;
  z-index: 5;
}
#membership-view .page-title-overlap {
  padding-bottom: 6.375rem;
}
#membership-view .text-light {
  color: #fff !important;
}
#membership-view .rounded-lg {
  border-radius: .4375rem;
}
#membership-view .box-shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #000000 !important;
}
#membership-view .cz-sidebar-static {
  padding: 1.875rem 1.875rem;
}
#membership-view .cz-sidebar,
#membership-view .cz-sidebar-static {
  width: 100%;
  background-color: #fff;
}
#membership-view .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
#membership-view .widget-product-title > a {
  color: #373f50;
}
#membership-view .widget-product-meta {
  font-size: .875rem;
}
#membership-view .font-weight-normal {
  font-weight: 400 !important;
}
#membership-view .btn-outline-primary {
  border-color: #232F3E;
  color: #232F3E;
}
#membership-view .btn-outline-primary:hover {
  border-color: #FF6600;
  background-color: #FF6600;
  color: #fff;
}
#membership-view .btn > i {
  margin-top: -0.1875rem;
  vertical-align: middle;
}
#membership-view .breadcrumb-light .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
#membership-view .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .425rem;
  color: #a6acb7;
}
#membership-view .breadcrumb-item::before {
  vertical-align: middle;
}
#membership-view #nav-menu {
  background-color: transparent!important;
}
#membership-view .breadcrumb-item > a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #adaeb1;
}
#membership-view .font-size-sm {
  font-size: .875rem !important;
  font-family: "Rubik";
}
#membership-view .font-size-lg {
  font-size: 1.125rem !important;
  font-family: "Rubik";
}
#membership-view .text-sm-left {
  text-align: left !important;
}
#membership-view .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#membership-view .rounded-circle {
  border-radius: 50% !important;
}
#membership-view .img-thumbnail {
  padding: .3125rem;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}
#membership-view .font-size-base {
  font-size: 1rem !important;
}
#membership-view .img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
#membership-view .badge-warning {
  color: #2b3445;
  background-color: #fea569;
}
#membership-view .badge {
  display: inline-block;
  padding: .25em .625em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .175rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
#membership-view .sec-text {
  margin-bottom: 0px;
}
#membership-view .modal .modal-content {
  border: 0px!important;
}
#membership-view .card-modal fieldset {
  border-style: solid;
  border: 1px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: #27293d;
  border-radius: 8px;
}
#membership-view .strip-container {
  padding: 10px;
  background-color: #27293d!important;
  box-shadow: none;
}
#membership-view .card-modal #close-icon {
  padding: 2px 5px 5px 0;
  z-index: 1000;
  color: #fff;
}
#membership-view .card-modal #card-description {
  font-size: 20px;
  position: absolute;
  text-align: left;
}
#membership-view .card-modal fieldset legend + * {
  clear: both;
}
#membership-view .card-modal fieldset legend {
  float: left;
  width: 50% !important;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 3px 10px 7px;
}
#membership-view .card-modal .StripeElement {
  box-sizing: border-box;
  color: white;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: lightyellow;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
#membership-view .ElementsApp .InputElement {
  color: #fff!important;
}
#membership-view .alert-info {
  color: #1c1c2a;
  background-color: #ededee;
  border-color: #c9c9cd;
}
#membership-view .alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
#membership-view .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #ff6600;
  background-color: #ff6600;
  box-shadow: none;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(1.1875rem);
  background-color: #fff;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:after {
  top: 0;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:after {
  left: -3rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #777;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
  cursor: pointer;
}
#membership-view .saleTag-module--container--d093f {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 160px;
  margin-top: 100px!important;
  position: absolute;
  transform-origin: bottom left;
  width: 160px;
  z-index: 4;
}
#membership-view svg.heroPerson-module--outerRing--5cb4d .heroPerson-module--outerRingPath--da9bb {
  fill: transparent;
  stroke-width: 1;
  stroke-linecap: round;
}
#membership-view .saleTag-module--saleLabel--f1d06 {
  color: #858794;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 18px;
  margin: 0;
  position: absolute;
  top: 27px;
  width: 100%;
}
#membership-view .saleTag-module--price--fef81 {
  color: #19235a;
  font-size: 26px;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.6px;
  line-height: 31px;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}
#membership-view .saleTag-module--cardNumber--28ef4 {
  color: #19235a;
  font-size: 15px;
  font-weight: 400;
  left: 54px;
  line-height: 18px;
  position: absolute;
  top: 115px;
}
#membership-view .saleTag-module--visa--c0445 {
  width: 100%;
  padding-top: 110px;
}
#membership-view .nameTag-module--container--43731 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 80px;
  position: absolute;
  transform-origin: top right;
  width: 275px;
  z-index: 4;
}
#membership-view .nameTag-module--name--83242 {
  color: #191e49;
  font-size: 17px;
  font-weight: 600;
  left: 40px;
  line-height: 20px;
  max-width: 150px;
  min-width: 45px;
  position: absolute;
  top: 21px;
  width: 100%;
}
#membership-view .nameTag-module--description--01d9c {
  color: #727fa1;
  font-size: 15px;
  font-weight: 500;
  left: 40px;
  line-height: 18px;
  margin: 0;
  max-width: 150px;
  min-width: 45px;
  position: absolute;
  top: 42px;
  width: 100%;
}
#membership-view .nameTag-module--checkmarkCircle--c78af {
  background-color: #16c09f;
  border-radius: 50%;
  display: block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  width: 24px;
}
#membership-view .nameTag-module--photo-container--6335f {
  height: 50px;
  left: 15px;
  position: absolute;
  top: 10px;
  transform-origin: center center;
  width: 50px;
}
#membership-view .nameTag-module--photo-container--6335f .nameTag-module--photo--38098 {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
#membership-view .gatsby-image-wrapper-constrained {
  display: inline-block;
  vertical-align: top;
}
#membership-view .gatsby-image-wrapper {
  overflow: hidden;
}
#membership-view .nameTag-module--checkmarkCircle--c78af .nameTag-module--checkmarkIcon--73477 {
  left: 6px;
  position: absolute;
  top: 8px;
  width: 11px;
}
