/*
Check rectangular
*/
.onoffswitch {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 0px;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner > div {
  float: left;
  position: relative;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner .onoffswitch-active {
  padding-left: 60px;
  background-color: #c2c2c2;
  color: #ffffff;
}

.onoffswitch-inner .onoffswitch-inactive {
  padding-right: 60px;
  background-color: #c2c2c2;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-switch {
  width: 50%;
  margin: 0px;
  text-align: center;
  border: 0px solid #999999;
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.onoffswitch-active .onoffswitch-switch {
  background: #5cb85c;
  left: 0;
}

.onoffswitch-inactive .onoffswitch-switch {
  background: #a1a1a1;
  right: 0;
}

.onoffswitch-active .onoffswitch-switch:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: #5cb85c transparent transparent #5cb85c;
  border-width: 15px 10px;
}

.onoffswitch-inactive .onoffswitch-switch:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  border-style: solid;
  border-color: transparent #a1a1a1 #a1a1a1 transparent;
  border-width: 15px 10px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/*
Shadow
*/
.cont-conf {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 3px 10px 3px #c2c2c2;
}

.boder1 {
  border: solid 1px #f96c0dab;
}

#prev-btn-pay {
  text-align: center;
  padding: 10px;
}

/*
Margin
*/
.mg-10 {
  margin: 10px;
}

.mgl-1 {
  margin-left: 15px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-40 {
  margin-top: 40px;
}
.mgt-5 {
  margin-top: 5px;
}
.mgt-0 {
  margin-top: 0px;
}
.mg-20 {
  margin: 20px;
}
/*
Colors
*/
.c-primary {
  color: #f96c0d;
}

.bg-primary {
  background-color: #f96c0d;
}

.hr-primary {
  border-top: 1px solid #f96c0d5c;
}

#share_description {
  font-size: 0.9em;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
  color: #a9b4ca;
}

.back-circ {
  border-radius: 50px;
  background-color: #f96c0d;
}

.icon-shop {
  color: #fff;
  padding: 10px;
  border-radius: 50px;
}

/* Bordes*/
.br-5 {
  border-radius: 5px;
}
.br-10 {
  border-radius: 10px;
}
.head-modal {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ali-left {
  text-align: left;
}

.kb-address {
  width: 81%;
  float: left;
}

.cont-ord {
  border-radius: 15px;
  padding: 10px 0px 15px 0px;
  box-shadow: 0px 6px 19px 0px #dddddde8;
  margin-bottom: 10px;
}

.metod-pay {
  border: 1px solid #99cb29;
  border-radius: 5px;
  background-color: #effbee;
}

.bor-car-p {
  border-bottom: 1px solid #fa873a4a;
  margin: 0px 12px 0px 30px;
}

/*padding */
.pt-5 {
  padding-top: 5px;
}

/* text-alig */
.tx-al-r {
  text-align: right;
}

.tx-al-l {
  text-align: left;
}

/*font size*/
.font-s20 {
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
}

h5 {
  font-family: "Titillium Web", sans-serif;
}

.pay-prot {
  text-align: center;
  padding-top: 20px;
}

.tit-modal {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

/* vista aliados importados*/
h1 {
  font-weight: bold;
}

.glyphicon {
  font-size: 2.5rem;
}

.f-c {
  box-shadow: 0 0 20px rgb(165, 165, 165);
}

#tarjeta {
  padding: 0px;
  box-shadow: 0 0 20px rgb(165, 165, 165);
}

.encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.precios {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tit-alli-impor {
  font-size: 2rem;
  color: #000000b3;
  font-family: "Boogaloo", cursive;
}

.card-text {
  color: rgb(116, 116, 116);
}

.campoFiltros {
  padding-top: 4px;
  padding-bottom: 4px;
}

.icon-search {
  color: #21dfcd;
  float: right;
  width: 40px;
  font-size: 1.3rem;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
  text-decoration: none;
}

.search-box {
  position: absolute;
  top: 10%;
  left: 80%;
  transform: translate(-50%, -50%);
  background: #2c3441;
  height: 40px;
  border-radius: 40px;
  /* padding: 10px; */
}

.search-box:hover > #search-word {
  width: 200px;
  padding: 0 10px;
}

.search-box:hover > .icon-search {
  background: #536179;
}

.icon-search:hover {
  transform: rotate(600deg);
  scale: (0.8);
}

#search-word {
  width: 0;
  border: none;
  outline: none;
  padding: 0;
  background: none;
  font-size: 1.1rem;
  transition: 0.8s ease;
  line-height: 40px;
  color: #fff;
}

.text-decrip {
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1200px;
  }
}

#header .btn-buscar {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background: none;
}

#header .btn-buscar.ui-state-hover {
  color: black;
  background: white;
}

.input-search {
  width: 250px;
}

#map {
  width: 100%;
  height: 700px;
}

@media only screen and (max-width: 768px) {
  .input-search {
    width: 100%;
  }
}

.mapboxgl-canvas {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px;
}

.mapboxgl-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapboxgl-ctrl-geocoder--suggestion {
  color: black;
}

.suggestions-wrapper {
  background-color: white;
}

.modal-body .mapa {
  width: 400px;
  height: 330px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5;
  padding-bottom: 2em;
}

.modal-content .mapa {
  width: 400px;
  height: 330px;
}

.modal-dialog .mapa {
  width: 400px;
  height: 330px;
}

.boton-mapa {
  background-color: #f96c0d;
  color: white;
}

.img-card-select {
  margin-left: -16px;
  border-radius: 50px;
  border: solid 1px #0000002e;
  width: 50%;
}

.alert-calcu {
  background: #ff0018;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 15px;
}
.alert-calcu:hover {
  background: #ff0018c7;
}
/* animation inputs**/
.send-empty {
  animation: shake 600ms;
}
input:invalid {
  animation: shake 300ms;
}

.alert-calcu i {
  animation: shake2 5s forwards;
}

.dropshipping-alert:hover {
  animation: snake3 1s forwards;
}

@keyframes shake {
  25% {
    transform: translate(4px);
    border-color: #ff0018;
  }
  50% {
    transform: translate(-4px);
    border-color: #ff0018;
  }
  75% {
    transform: translate(4px);
    border-color: #ff0018;
  }
}
@keyframes shake2 {
  25% {
    transform: translate(25px);
  }
  50% {
    transform: translate(-5px);
  }
  75% {
    transform: translate(10px);
  }
}

.inp-pay {
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: bold;
}
.p-top-15 {
  padding-top: 15px;
}

/**Button cart-order*/
.icon-cart-order {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.icon-cart-order::after {
  content: attr(data-number);
  width: 20px;
  height: 20px;
  background-color: #d32b2b;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 0;
  /* opacity: 0; */
  transform: translateY(3px);
}
.icon-cart-order:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.25s;
}
.cart-orders {
  max-width: 100%;
}

.icon-cart-order:hover .cart-orders {
  animation: snake3 1s forwards;
}

.add-cart-prod {
  animation: snake3 1s forwards;
}

@keyframes snake3 {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}

/*Boton de dropship en seguimiento de ordenes*/
.dropshipings-next {
  display: flex;
  border-radius: 10px;
  background: #ecf2ff;
}
.dropshipings-next > a {
  /* width: 25%; */
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  background: #e32ba1;
  margin-left: 10px;
  transition: 0.4s;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px,
    rgb(255, 255, 255) -3px -3px 6px 1px;
}
.dropshipings-next > a > small {
  padding-left: 10px;
}
.dropshipings-next > a:hover {
  transform: translateY(-10px);
}
/*spiner */
.spinner {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.spinner:before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ff00cc 0%, #333399 100%);
  animation: spin 0.5s infinite linear;
}
.spinner:after {
  width: 85%;
  height: 85%;
  background-color: #ecf0f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*animación head modal dropsshiping*/
.animated-background {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background-size: 400% 400%;
  animation: animated-background 10s infinite ease-in-out;
}
@keyframes animated-background {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-search {
  display: none;
}
button.mapboxgl-ctrl-geocoder--button {
  display: none;
}
.modal-dialog.mapa {
  width: 400px;
}

/**linea gradiente*/
.text-linear-grad {
  background-image: linear-gradient(
    transparent 0%,
    transparent 90%,
    hotpink 90%,
    hotpink 100%
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;

  transition: background-size 300ms;
}
.text-linear-grad:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

/**border - radius left and right**/
.border-rad-l-t {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/*gerando orden*/
.load-order {
  width: 100%;
  position: absolute;
  background: #edbca0;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 90%;
}

.load-order > video {
  width: 100%;
  padding: 0;
  margin: 0;
}
.disp-none {
  display: none;
}

/* Glas order*/
.glass-order {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.64);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.font-allies {
  font-family: "Boogaloo", cursive;
  font-family: "Mulish", sans-serif;
  font-family: "Titillium Web", sans-serif;
  font-family: "Yanone Kaffeesatz", sans-serif;

  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
}

ul {
  list-style-type: none;
}

.bor-total {
  border-top: 1px solid #0000001a;
  color: #ee4a24;
}

.what-w {
  color: #5cb85c;
}

.mg-r-5 {
  margin-right: 5px;
}

.text-just {
  text-align: justify;
}

/*social dropship product*/
.social-pro-drop {
  width: 200px;
  display: flex;
  padding: 0px;
  border-radius: 10px;
  background: #fff1ec;
}
.social-pro-drop > a {
  color: #f3591b;
  width: 25%;
  font-size: 2rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  background: #fff;
  margin: 10px;
  transition: 0.4s;
  box-shadow: rgb(232 210 204) 3px 3px 6px 0px,
    rgb(255 255 255) -3px -3px 6px 1px;
}
.social-pro-drop > a:hover {
  transform: translateY(-10px);
}

/* Preloader Modal Pedido*/
.divHidden {
  display: none;
}

/* .spinnerHidden{
    display: none;
} */

.centered {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #db4cc8;
  border-color: #db4cc8 transparent #db4cc8 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.dir1 {
  float: left !important;
}
#but-gene-ord {
  background-color: #dc0000;
  border-color: #dc0000;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}

#but-gene-ord1 {
  background-color: #dc0000;
  border-color: #dc0000;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}

#calc_ord {
  background-color: #1bc00b;
  border-color: #1bc00b;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  #calc_ord {
    width: 100%;
    zoom: 2;
  }
  .responsive1,
  .responsive2 {
    zoom: 2;
  }
  .ds_modal_header {
    zoom: 2;
  }
  .modal-body {
    padding: 0px !important;
  }
  .dropshipings-next {
    margin: 10px !important;
  }
  #but-gene-ord {
    zoom: 2;
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  #data_send {
    zoom: 2;
  }
  .calle2 {
    margin-left: 6px;
    margin-top: 10px;
    width: 375%;
  }
  .guion_calle {
    display: none !important;
  }
  .profit {
    zoom: 1.5;
  }
  .modal-content {
    width: 950px;
    margin-left: -175px !important;
  }
  .fa-truck {
    zoom: 2;
  }
  .no_responsive {
    display: none;
  }
  .dpt_resp {
    width: 100%;
    margin-bottom: 10px !important;
    float: none !important;
  }
  .mun_resp {
    width: 100%;
  }
  #last_name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #number_docum {
    margin-top: 10px;
  }
  .dir1 {
    float: none !important;
    width: 91% !important;
    margin-bottom: 10px;
  }
  .icon_respo {
    display: none;
  }
  /* #dir1{
    margin-left: 18px !important;
    width: 160%
}
#dir2{
    margin-left: 18px !important;
    width: 160%
} */
  .guion_resp {
    margin-left: 100px !important;
    margin-top: 5px !important;
  }
  #bar_local {
    width: 100%;
  }
}

.calc_ord {
  background-color: #1bc00b;
  border-color: #1bc00b;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}

@media screen and (max-width: 992px) {
  .calc_ord {
    width: 100%;
    zoom: 1.5;
  }
  .responsive11,
  .responsive21 {
    width: 60%;
    block-size: fit-content;
    margin: auto;
    zoom: 1.5;
  }
  .modal-body1 {
    padding: 0px !important;
  }
  .dropshipings-next1 {
    margin: 10px !important;
  }
  .data_send {
    width: fit-content;
    block-size: fit-content;
    margin: auto;
  }
  .profit1 {
    zoom: 1.5;
  }
  .modal-content1 {
    width: 950px;
    margin-left: -175px !important;
  }
  .dpt_resp1 {
    width: 100%;
    margin-bottom: 10px !important;
    float: none !important;
  }
  .mun_resp1 {
    width: 100%;
  }
  .last_name1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .number_docum1 {
    margin-top: 10px;
  }
  .dir {
    float: none !important;
    width: 91% !important;
    margin-bottom: 10px;
  }
  .icon_respo {
    display: none;
  }
  /* .dir1{
    margin-left: 18px !important;
    width: 100%
}
.dir2{
    margin-left: 18px !important;
    width: 100%
} */
  .guion_resp1 {
    margin-left: 100px !important;
    margin-top: 5px !important;
  }
  .bar_local {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .zoom {
    zoom: 2;
  }
}
