/**
 * 2009-2025 NdkDesign
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 *  @author    NdkDesign <postmaster@ndk-design.fr>
 *  @copyright 2009-2025 NdkDesign
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


body .rCSwtyrwf {
  --moveable-color: var(--ndkacf-ui-color-primary);
  --bounds-color: var(--ndkacf-ui-color-remove);
}

body .rCSwtyrwf .moveable-control {
  border: 2px solid var(--ndkacf-ui-main-bg);
  background: var(--ndkacf-ui-color-primary);
}
body .rCSwtyrwf .moveable-line {
  background: var(--ndkacf-ui-color-primary);
}

body .rCSwtyrwf .moveable-line.moveable-dashed.moveable-horizontal {
  border-top: 1px dashed var(--ndkacf-ui-color-primary);
}
body .rCSwtyrwf .moveable-line.moveable-dashed.moveable-vertical {
  border-left: 1px dashed var(--ndkacf-ui-color-primary);
}
body .rCSwtyrwf .moveable-line.moveable-dashed:before {
  color: var(--ndkacf-ui-color-primary);
}

body .rCSwtyrwf .moveable-line.moveable-rotation-line .moveable-control {
  border-color: var(--ndkacf-ui-color-primary);
  background: var(--ndkacf-ui-main-bg);
}

body .rCSwtyrwf .moveable-control.moveable-origin {
  border-color: var(--ndkacf-ui-color-remove);
  background: var(--ndkacf-ui-main-bg);
  display: none;
}
body .rCSwtyrwf .moveable-control.moveable-clip-control {
  background: var(--ndkacf-ui-color-hover);
}
