/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.disabled-span {
  pointer-events: none;
  opacity: 0.6;
}

.hide {
  display: none;
}

.dtf-toggle {
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}

.dtf-toggle:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.dtf-toggle.on {
  background-color: #1ea4d5;
}

.dtf.on:before {
  transform: translateX(30px);
}

.serigraphy-toggle {
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}

.serigraphy-toggle:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.serigraphy-toggle.on {
  background-color: #1ea4d5;
}

.serigraphy-toggle.on:before {
  transform: translateX(30px);
}

.fileinput--upload.uploading .spinner {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #1ea4d5;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.fileinput--upload {
  position: relative;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.fileinput--container {
  display: flex;
  flex-direction: row;
}

.fileinput--content {
  outline: none;
  border: none;
  min-width: 0;
  flex: 1
}

.fileinput--icon {
  content: "";
  display: block;
  background-image: url(/img/cms/subir-diseno-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
}

.fileinput--upload .spinner-icon {
  display: none;
}

.fileinput--upload.uploading .spinner-icon {
  display: inline-block;
}

.fileinput--upload:disabled {
  border: solid 1px;
}

.fileinput--select.button-disabled * {
  opacity: 0.6;
  cursor: not-allowed;
}

.fileinput--container.is-invalid {
  background-image: none;
  padding: 0.6rem 1rem;
}

.fileinput--feedback {
  display: none;
}

.fileinput--container.is-invalid+.fileinput--feedback {
  display: initial;
}

.serigraphy-price {
  color: #1ea4d5;
  font-weight: bold;
}

.product-line-modal-link {
  font-size: 0.95em;
  font-weight: 700;
}

.wrap_nuevo_diseno_1{
  display: none;
}