/*!--
Author: Sudhakara Rao Kilaparthi
email : sudhakar@kavayahsolutions.com
Description: this file is belongs to Search Advanced related.
URL   : http://www.kavayahsolutions.com
--*/
.customColorGridWrapper button {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 12px;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper {
  max-width: 327px;
  margin: auto;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .ColorPalette {
  max-width: 327px;
  margin: auto;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .ColorPalette .ActionsWrapper {
  display: block;
  text-align: right;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .statusMessage {
  color: #cc0000;
  padding: 8px;
  font-size: 14px;
  line-height: 16px;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .MultiColorResponseList {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .MultiColorResponseList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 1.6px;
  border: 1px solid gray;
  margin-bottom: 51.2px;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .ui-resizable-e {
  height: 100%;
  width: 3px;
  cursor: col-resize;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../Stark_TinyEye/images/resizable-vertical.png');
  right: 0;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .ColorpaletteGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 327px;
  max-width: 327px;
  min-height: 327px;
  max-height: 327px;
  padding: 2px;
  border: 1px solid gray;
  background-color: #dedede;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .ColorpaletteGrid ul.colorGridWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 332px;
  max-width: 332px;
  min-height: 320px;
  max-height: 320px;
}
.customColorGridWrapper .SearchAdvancedMenuWrapper .ColorpaletteGrid ul.colorGridWrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  cursor: pointer;
}
.page-main,
main.page-main {
  min-height: 636px;
}
.dropdownMenu.menu-filter .navdwncontent.mf-color .SearchAdvancedMenuWrapper .ColorpaletteGrid ul.colorGridWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.dropdownMenu.menu-filter .navdwncontent.mf-color .SearchAdvancedMenuWrapper .ColorpaletteGrid ul.colorGridWrapper li[data-color-code] {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.dropdownMenu.menu-filter .navdwncontent.mf-color .SearchAdvancedMenuWrapper .ColorpaletteGrid ul.colorGridWrapper li[data-color-code]:hover:before {
  content: none;
  background-color: unset;
  background: unset;
}
.dropdownMenu.menu-filter .navdwncontent.mf-color .SearchAdvancedMenuWrapper .customColorSliderWrapper .colorBlock .colorPercentage {
  top: 33%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .dropdownMenu.menu-filter .navdwncontent.mf-color .SearchAdvancedMenuWrapper .customColorSliderWrapper .colorBlock .colorPercentage {
    top: 30%;
  }
}
.ProductsPerPageWraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 208px;
  max-width: 208px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.pageOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  opacity: 0.3;
  z-index: 10000;
}
.customColorPickerBlock {
  display: none;
  min-width: 250px;
  max-width: 250px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 10001;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cccccc;
}
.customColorPickerBlock .selectedCustomColor {
  text-transform: uppercase;
}
.customColorSliderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 327px;
  max-width: 327px;
  min-height: 96px;
  border: 1px solid #cccccc;
  padding: 1.6px;
}
.customColorSliderWrapper .ColorSliderNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  font-size: 14px;
  line-height: 20px;
}
.customColorSliderWrapper .colorBlock {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 0;
  min-height: 91px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.customColorSliderWrapper .colorBlock .colorPercentage,
.customColorSliderWrapper .colorBlock .colorBlockControls {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  min-height: 12px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.customColorSliderWrapper .colorBlock .colorPercentage {
  top: 40%;
  z-index: 1;
  text-shadow: 1px 1px #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .customColorSliderWrapper .colorBlock .colorPercentage {
    top: 20%;
  }
}
.customColorSliderWrapper .colorBlock .refineColor,
.customColorSliderWrapper .colorBlock .colorBlockRemove {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.customColorSliderWrapper .colorBlock .colorBlockRemove {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-right: 5px;
  background-image: url('../../Stark_TinyEye/images/delete.png');
}
.customColorSliderWrapper .colorBlock .refineColor {
  margin-left: 5px;
  background-image: url('../../Stark_TinyEye/images/refine.png');
}
@media screen and (min-width: 769px) {
  .customColorSliderWrapper .colorBlock:hover .colorPercentage {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .customColorSliderWrapper .colorBlock:hover .colorBlockControls {
    -webkit-transform: translate(0, 6px);
        -ms-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
}
.customColorSliderWrapper .colorBlock:hover .colorBlockRemove,
.customColorSliderWrapper .colorBlock:hover .refineColor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .customColorSliderWrapper .colorBlock .colorBlockRemove,
  .customColorSliderWrapper .colorBlock .refineColor {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 320px) {
  .customColorSliderWrapper {
    min-width: 243px!important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .links.site-naviation .has-dropdown .customColorSliderWrapper .colorBlock .refineColor {
    display: block !important;
  }
}
.links.site-naviation .has-dropdown .customColorSliderWrapper .colorBlock:hover .refineColor {
  display: block !important;
}
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url('../../Stark_TinyEye/images/wheel.png') no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url('../../Stark_TinyEye/images/mask.png') no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url('../../Stark_TinyEye/images/marker.png') no-repeat;
}
/*!--
Author: Sudhakara Rao Kilaparthi
email: sudhakar@kavayahsolutions.com
URL: http://www.kavayahsolutions.com
--*/
.TinyEye {
  background-color: orange;
}

/*# sourceMappingURL=maps/tinyeye.css.map */
