/* ----------main-loader---------- */
/*Loader  custum*/

.loader {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  cursor: wait; }
  .loader.loader--inner {
    position: absolute; }
  .loader .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .loader svg {
    width: 30%;
    height: auto;
    fill: var(--main-color);
    transition: all 0.8s; }

.loaderQuickView {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  cursor: wait;
  /*end loader custum*/ }
  .loaderQuickView.loader--inner {
    position: absolute; }
  .loaderQuickView .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .loaderQuickView svg {
    width: 30%;
    height: auto;
    fill: var(--main-color);
    transition: all 0.8s; }

.loader-btn {
  position: absolute;
  display: flex;
  align-items: center;
  fill: #fff;
  /* --------------end main-loader------------------ */ }

.sk-wave {
  display: none;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 39px);
  width: 6em;
  height: 4em;
  margin: auto;
  text-align: center;
  font-size: 0.6em; }

.sk-wave .sk-rect {
  background-color: var(--main-color);
  height: 100%;
  width: 0.5em;
  display: inline-block;
  animation: sk-wave-stretch-delay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect-1 {
  animation-delay: -1.2s; }

.sk-wave .sk-rect-2 {
  animation-delay: -1.1s; }

.sk-wave .sk-rect-3 {
  animation-delay: -1s; }

.sk-wave .sk-rect-4 {
  animation-delay: -0.9s; }

.sk-wave .sk-rect-5 {
  animation-delay: -0.8s; }

@-webkit-keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }

  20% {
    transform: scaleY(1); } }

@keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }

  20% {
    transform: scaleY(1); } }

.cssload-loader {
  width: 100px;
  height: 100px;
  margin: 130px 0;
  perspective: 780px; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%; }

.cssload-inner.cssload-one {
  left: 0;
  top: 0;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #5c5edc; }

.cssload-inner.cssload-two {
  right: 0;
  top: 0;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid rgba(76, 70, 101, 0.99); }

.cssload-inner.cssload-three {
  right: 0;
  bottom: 0;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #e9908a; }

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  /*not loader compare*/
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

[id^="wait_compareList"] + div {
  display: none !important;
  /*end not loader compare*/
  /*loader lazy start*/ }

@keyframes lazy-spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.loader-lazy {
  position: absolute;
  display: block;
  left: calc(50% - 38px);
  top: calc(50% - 38px);
  width: 76px !important;
  height: 76px !important;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #32a3ae;
  animation: lazy-spin 2s linear infinite;
  z-index: 50; }
  .loader-lazy.loader-lazy--big {
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    width: 120px !important;
    height: 120px !important;
    border: 2px solid transparent; }
  .loader-lazy.loader-lazy--small {
    left: calc(50% - 33px);
    top: calc(50% - 33px);
    width: 46px !important;
    height: 46px !important;
    border: 1px solid transparent; }

.loader-lazy:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #32a3ae;
  filter: hue-rotate(-35deg);
  animation: lazy-spin 3s linear infinite; }
  .loader-lazy.loader-lazy--big:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid transparent; }
  .loader-lazy.loader-lazy--small:before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid transparent; }

.loader-lazy:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #277e86;
  animation: lazy-spin 1.5s linear infinite; }
  .loader-lazy.loader-lazy--big:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid transparent; }
  .loader-lazy.loader-lazy--small:after {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border: 1px solid transparent; }

@media (max-width: 1024px) {
  /*loader lazy end*/
    .loader-lazy {
      position: absolute;
      display: block;
      left: calc(50% - 38px);
      top: calc(50% - 38px);
      width: 76px;
      height: 76px;
      border-radius: 50%;
      border: 1px solid transparent;
      border-top-color: #32a3ae;
      animation: lazy-spin 2s linear infinite; }
      .loader-lazy.loader-lazy--big {
        left: calc(50% - 38px);
        top: calc(50% - 38px);
        width: 76px;
        height: 76px;
        border: 1px solid transparent; }
    .loader-lazy:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 1px solid transparent;
      border-top-color: #32a3ae;
      filter: hue-rotate(-35deg);
      animation: lazy-spin 3s linear infinite; }
      .loader-lazy.loader-lazy--big:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 1px solid transparent; }
    .loader-lazy:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      border-radius: 50%;
      border: 1px solid transparent;
      border-top-color: #277e86;
      animation: lazy-spin 1.5s linear infinite; }
      .loader-lazy.loader-lazy--big:after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border: 1px solid transparent; } }
