.logo.alternative {
  top: 25px;
  width: 60px;
  margin: auto;
  left: 0;
  right: 0; }
  .logo.alternative img {
    width: 60px; }

#page-customize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  #page-customize .container {
    background-color: #ebebeb;
    width: 100%;
    height: 100%; }
  #page-customize .bg-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family:"Muli", sans-serif;
    font-weight:800;
    font-size: 20rem;
    color: rgba(219, 219, 219, 0.3); }
    @media screen and (max-width: 1400px) {
      #page-customize .bg-text {
        font-size: 15rem; } }
    @media screen and (max-width: 1024px) {
      #page-customize .bg-text {
        font-size: 12rem; } }
    @media screen and (max-width: 800px) {
      #page-customize .bg-text {
        font-size: 10rem; } }
  #page-customize .bottom-holder {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 75px;
    background-color: white;
    width: -moz-calc(100% - 155px - 155px);
    width: calc(100% - 155px - 155px);
    max-width: 1364px;
    left: 0;
    right: 0;
    margin: auto; }
    #page-customize .bottom-holder .circle-loader {
      /* margin-bottom: $loader-size/2;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-left-color: $check-color;
            animation: loader-spin 1.2s infinite linear; */
      position: relative;
      display: inline-block;
      cursor: pointer;
      /*  vertical-align: top;
            border-radius: 50%;
            width: $loader-size;
            height: $loader-size; */ }
      #page-customize .bottom-holder .circle-loader img {
        width: 20px; }
    #page-customize .bottom-holder .favorito {
      -webkit-transition: all 1s ease, opacity 0.3s ease;
      -o-transition: all 1s ease, opacity 0.3s ease;
      -moz-transition: all 1s ease, opacity 0.3s ease;
      transition: all 1s ease, opacity 0.3s ease; }
    #page-customize .bottom-holder .favorito.ativo {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
      transition: opacity 0.3s ease, -webkit-transform 1s ease;
      -o-transition: transform 1s ease, opacity 0.3s ease;
      -moz-transition: transform 1s ease, opacity 0.3s ease, -moz-transform 1s ease;
      transition: transform 1s ease, opacity 0.3s ease;
      transition: transform 1s ease, opacity 0.3s ease, -webkit-transform 1s ease, -moz-transform 1s ease; }
    #page-customize .bottom-holder .favorito:hover {
      -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: all 1s ease, opacity 0.3s ease;
      -o-transition: all 1s ease, opacity 0.3s ease;
      -moz-transition: all 1s ease, opacity 0.3s ease;
      transition: all 1s ease, opacity 0.3s ease; }
    #page-customize .bottom-holder .favorito_preenchido {
      opacity: 0;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 20px;
      visibility: hidden;
      -webkit-transform: scale(0);
         -moz-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    #page-customize .bottom-holder .favorito_preenchido.ativo {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s;
      transition: opacity 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s;
      -o-transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
      -moz-transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s, -moz-transform 0.3s ease 0.8s;
      transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
      transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s, -moz-transform 0.3s ease 0.8s;
      visibility: visible;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    #page-customize .bottom-holder .load-complete {
      -webkit-animation: none;
      -moz-animation: none;
           animation: none;
      border-color: #5cb85c;
      -webkit-transition: border 500ms ease-out;
      -o-transition: border 500ms ease-out;
      -moz-transition: border 500ms ease-out;
      transition: border 500ms ease-out; }

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes loader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1; }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1; }
  90% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1; }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 0; } }

@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1; }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1; }
  90% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1; }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 0; } }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1; }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1; }
  90% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1; }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 0; } }
    #page-customize .bottom-holder .fundopreto-customize {
      position: fixed;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0px;
      left: 0px;
      z-index: 12;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
      -o-transition: opacity 0.5s ease, visibility 0.5s ease;
      -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
      transition: opacity 0.5s ease, visibility 0.5s ease; }
      #page-customize .bottom-holder .fundopreto-customize.activo {
        opacity: 1;
        visibility: visible; }
    #page-customize .bottom-holder .style-choose {
      position: absolute;
      left: 0px;
      bottom: 0px;
      opacity: 0;
      height: 0px;
      background-color: #FFFFFF;
      z-index: 12;
      font-family: 'MyriadPro-Bold';
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      width: 136px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 0px; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .style-choose {
          width: 100px; } }
      #page-customize .bottom-holder .style-choose.activo {
        height: -moz-calc(100vh - 55px);
        height: calc(100vh - 55px);
        opacity: 1;
        bottom: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 12; }
        @media screen and (max-width: 1300px) {
          #page-customize .bottom-holder .style-choose.activo {
            height: -moz-calc(100vh - 60px);
            height: calc(100vh - 60px);
            bottom: 60px; } }
      #page-customize .bottom-holder .style-choose .close-holder {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
      #page-customize .bottom-holder .style-choose .list-holder {
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        overflow: hidden;
        width: 100%; }
        #page-customize .bottom-holder .style-choose .list-holder .list-scroll {
          overflow: auto;
          /* height: 640px; */
          position: relative;
          width: 100%; }
          #page-customize .bottom-holder .style-choose .list-holder .list-scroll .list-item {
            width: 100%;
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center;
            cursor: pointer; }
            #page-customize .bottom-holder .style-choose .list-holder .list-scroll .list-item img {
              width: 80%;
              -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
              transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
              -o-transition: transform 0.3s ease, opacity 0.3s ease;
              -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
              transition: transform 0.3s ease, opacity 0.3s ease;
              transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease; }
            #page-customize .bottom-holder .style-choose .list-holder .list-scroll .list-item p {
              padding-top: 10px;
              padding-bottom: 10px; }
        #page-customize .bottom-holder .style-choose .list-holder .list-scroll:hover > .list-item img {
          opacity: 0.5;
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease, opacity 0.3s ease;
          -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
          transition: transform 0.3s ease, opacity 0.3s ease;
          transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease; }
        #page-customize .bottom-holder .style-choose .list-holder .list-scroll:hover > .list-item:hover img {
          opacity: 1;
          -webkit-transform: scale(1.2);
             -moz-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2);
          -webkit-transition: opacity 0.3s ease,-webkit-transform 0.3s ease;
          transition: opacity 0.3s ease,-webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease,opacity 0.3s ease;
          -moz-transition: transform 0.3s ease,opacity 0.3s ease,-moz-transform 0.3s ease;
          transition: transform 0.3s ease,opacity 0.3s ease;
          transition: transform 0.3s ease,opacity 0.3s ease,-webkit-transform 0.3s ease,-moz-transform 0.3s ease; }
    #page-customize .bottom-holder .style-choose-size {
      position: absolute;
      left: 136px;
      bottom: 0px;
      opacity: 0;
      height: 0px;
      background-color: #FFFFFF;
      z-index: 11;
      font-family: 'MyriadPro-Bold';
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      width: 136px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 0px; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .style-choose-size {
          width: 100px;
          left: 100px; } }
      #page-customize .bottom-holder .style-choose-size.activo {
        height: -moz-calc(100vh - 75px);
        height: calc(100vh - 75px);
        opacity: 1;
        bottom: 75px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 12; }
        @media screen and (max-width: 1300px) {
          #page-customize .bottom-holder .style-choose-size.activo {
            height: -moz-calc(100vh - 60px);
            height: calc(100vh - 60px);
            bottom: 60px; } }
      #page-customize .bottom-holder .style-choose-size .close-holder {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
      #page-customize .bottom-holder .style-choose-size .list-holder {
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        overflow: hidden;
        width: 100%; }
        #page-customize .bottom-holder .style-choose-size .list-holder .list-scroll {
          overflow: auto;
          /* height: 640px; */
          position: relative;
          width: 100%; }
          #page-customize .bottom-holder .style-choose-size .list-holder .list-scroll .list-item {
            width: 100%;
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center;
            font-size: 30px;
            cursor: pointer; }
            #page-customize .bottom-holder .style-choose-size .list-holder .list-scroll .list-item img {
              width: 80%;
              -webkit-transition: font-size 0.3s ease, opacity 0.3s ease;
              -o-transition: font-size 0.3s ease, opacity 0.3s ease;
              -moz-transition: font-size 0.3s ease, opacity 0.3s ease;
              transition: font-size 0.3s ease, opacity 0.3s ease; }
        #page-customize .bottom-holder .style-choose-size .list-holder .list-scroll:hover > .list-item {
          opacity: 0.5;
          -webkit-transition: font-size 0.3s ease, opacity 0.3s ease;
          -o-transition: font-size 0.3s ease, opacity 0.3s ease;
          -moz-transition: font-size 0.3s ease, opacity 0.3s ease;
          transition: font-size 0.3s ease, opacity 0.3s ease; }
        #page-customize .bottom-holder .style-choose-size .list-holder .list-scroll:hover > .list-item:hover {
          opacity: 1;
          font-size: 40px;
          -webkit-transition: font-size 0.3s ease,opacity 0.3s ease;
          -o-transition: font-size 0.3s ease,opacity 0.3s ease;
          -moz-transition: font-size 0.3s ease,opacity 0.3s ease;
          transition: font-size 0.3s ease,opacity 0.3s ease; }
    #page-customize .bottom-holder .style-choose-metrics {
      position: absolute;
      left: 272px;
      bottom: 0px;
      opacity: 0;
      height: 0px;
      background-color: #FFFFFF;
      z-index: 11;
      font-family: 'MyriadPro-Bold';
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      width: 136px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 0px;
      padding-bottom: 20px; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .style-choose-metrics {
          width: 100px;
          left: 200px; } }
      #page-customize .bottom-holder .style-choose-metrics.activo {
        /* height: calc(100vh - 75px ); */
        height: auto;
        opacity: 1;
        bottom: 75px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 12; }
        @media screen and (max-width: 1300px) {
          #page-customize .bottom-holder .style-choose-metrics.activo {
            /* height: calc(100vh - 60px ); */
            bottom: 60px;
            left: 200px; } }
      #page-customize .bottom-holder .style-choose-metrics .close-holder {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
      #page-customize .bottom-holder .style-choose-metrics .list-holder {
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        overflow: hidden;
        width: 100%;
        text-align: center; }
        #page-customize .bottom-holder .style-choose-metrics .list-holder p {
          padding: 10px 0px;
          cursor: pointer; }
    @media screen and (max-width: 1300px) {
      #page-customize .bottom-holder {
        height: 60px; } }
    @media screen and (max-height: 740px) {
      #page-customize .bottom-holder {
        height: 60px; } }
    #page-customize .bottom-holder div.link {
      font-family:"Muli",sans-serif;
      font-weight:300;
      font-size: 22px;
      color: #231f20;
      height: 75px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: height 0.3s ease, z-index ease-out .5s;
      -o-transition: height 0.3s ease, z-index ease-out .5s;
      -moz-transition: height 0.3s ease, z-index ease-out .5s;
      transition: height 0.3s ease, z-index ease-out .5s; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder div.link {
          font-size: 16px;
          height: 60px;
          width: 100px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder div.link {
          height: 60px; } }
    #page-customize .bottom-holder .link-style {
      width: 136px;
      background-color: white;
      text-align: center;
      cursor: pointer;
      z-index: 11;
      color: #231f20;
      position: absolute;
      left: 0px;
      bottom: 0px; }
      #page-customize .bottom-holder .link-style.activo {
        z-index: 10; }
      #page-customize .bottom-holder .link-style.master {
        z-index: 12; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-style {
          width: 100px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-style {
          height: 60px; } }
    #page-customize .bottom-holder .link-style:hover {
      height: 100px;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-style:hover {
          height: 80px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-style:hover {
          height: 80px; } }
    #page-customize .bottom-holder .link-size {
      width: 136px;
      background-color: white;
      text-align: center;
      cursor: pointer;
      z-index: 11;
      color: #231f20;
      position: absolute;
      left: 136px;
      bottom: 0px; }
      #page-customize .bottom-holder .link-size.activo {
        z-index: 10; }
      #page-customize .bottom-holder .link-size.master {
        z-index: 12; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-size {
          width: 100px;
          left: 100px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-size {
          height: 60px; } }
    #page-customize .bottom-holder .link-size:hover {
      height: 100px;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-size:hover {
          height: 80px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-size:hover {
          height: 80px; } }
    #page-customize .bottom-holder .link-metrics {
      width: 136px;
      background-color: white;
      text-align: center;
      cursor: pointer;
      z-index: 11;
      color: #231f20;
      position: absolute;
      left: 272px;
      bottom: 0px; }
      #page-customize .bottom-holder .link-metrics.activo {
        z-index: 10; }
      #page-customize .bottom-holder .link-metrics.master {
        z-index: 12; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-metrics {
          width: 100px;
          left: 200px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-metrics {
          height: 60px; } }
    #page-customize .bottom-holder .link-metrics:hover {
      height: 100px;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-metrics:hover {
          height: 80px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-metrics:hover {
          height: 80px; } }
    #page-customize .bottom-holder .link-sizeguide {
      width: 136px;
      background-color: white;
      text-align: center;
      cursor: pointer;
      z-index: 11;
      color: #231f20;
      position: absolute;
      left: 408px;
      bottom: 0px; }
      #page-customize .bottom-holder .link-sizeguide.activo {
        z-index: 10; }
      #page-customize .bottom-holder .link-sizeguide.master {
        z-index: 12; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-sizeguide {
          width: 100px;
          left: 300px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-sizeguide {
          height: 60px; } }
    #page-customize .bottom-holder .link-sizeguide:hover {
      height: 100px;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .link-sizeguide:hover {
          height: 80px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .link-sizeguide:hover {
          height: 80px; } }
    #page-customize .bottom-holder a.link {
      font-family:"Muli",sans-serif;
      font-weight:300;
      font-size: 22px;
      color: #231f20;
      margin: 0 12px; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder a.link {
          font-size: 16px; } }
    #page-customize .bottom-holder .right-holder {
      margin-left: auto; }
    #page-customize .bottom-holder .spacer {
      margin-left: auto; }
    #page-customize .bottom-holder .icon {
      margin: 0 20px; }
      #page-customize .bottom-holder .icon img {
        width: 30px; }
      #page-customize .bottom-holder .icon.restart img {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
        cursor: pointer; }
      #page-customize .bottom-holder .icon.restart:hover img {
        -webkit-transform: rotate(360deg) scale(1.2);
           -moz-transform: rotate(360deg) scale(1.2);
            -ms-transform: rotate(360deg) scale(1.2);
                transform: rotate(360deg) scale(1.2);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease; }
      #page-customize .bottom-holder .icon .load-complete {
        -webkit-animation: none;
        -moz-animation: none;
             animation: none;
        border-color: #5cb85c;
        -webkit-transition: border 500ms ease-out;
        -o-transition: border 500ms ease-out;
        -moz-transition: border 500ms ease-out;
        transition: border 500ms ease-out; }
    #page-customize .bottom-holder .checkmark {
      display: none; }
      #page-customize .bottom-holder .checkmark.draw:after {
        -webkit-animation-duration: 800ms;
           -moz-animation-duration: 800ms;
                animation-duration: 800ms;
        -webkit-animation-timing-function: ease;
           -moz-animation-timing-function: ease;
                animation-timing-function: ease;
        -webkit-animation-name: checkmark;
           -moz-animation-name: checkmark;
                animation-name: checkmark;
        -webkit-transform: scaleX(-1) rotate(135deg);
           -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
                transform: scaleX(-1) rotate(135deg); }
      #page-customize .bottom-holder .checkmark:after {
        /* opacity: 1;
                height: $check-height;
                width: $check-width;
                transform-origin: left top;
                border-right: $check-thickness solid $check-color;
                border-top: $check-thickness solid $check-color;
                content: '';
                left: $check-left;
                top: $check-height;
                left:0px;
                top:2px;
                position: absolute; */
        opacity: 0;
        height: 20px;
        width: 9px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        -moz-transform-origin: left top;
             transform-origin: left top;
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        content: '';
        left: 6px;
        top: 15px;
        position: absolute; }
    #page-customize .bottom-holder .price {
      font-size: 38px;
      margin-right: 20px;
      margin-left: 30px;
      white-space: nowrap; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .price {
          font-size: 16px; } }
    #page-customize .bottom-holder .add-button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 280px;
         -moz-box-flex: 0;
          -ms-flex: 0 1 280px;
              flex: 0 1 280px;
      background-color: #231f20;
      color: #ffffff;
      height: 75px;
      line-height: 75px;
      display: block;
      font-family: 'Muli', sans-serif;
      font-size: 18px;
      max-width: 280px;
      text-align: center;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #231f20));
      background: -webkit-linear-gradient(left, #ffffff 50%, #231f20 50%);
      background: -moz-linear-gradient(left, #ffffff 50%, #231f20 50%);
      background: -o-linear-gradient(left, #ffffff 50%, #231f20 50%);
      background: linear-gradient(to right, #ffffff 50%, #231f20 50%);
      background-size: 200% 100%;
      background-position: right bottom;
      cursor: pointer; }
      @media screen and (max-width: 1300px) {
        #page-customize .bottom-holder .add-button {
          font-size: 16px;
          line-height: 60px;
          height: 60px;
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 160px;
             -moz-box-flex: 0;
              -ms-flex: 0 1 160px;
                  flex: 0 1 160px; } }
      @media screen and (max-height: 740px) {
        #page-customize .bottom-holder .add-button {
          height: 60px; } }
    #page-customize .bottom-holder .add-button:hover {
      color: #231f20;
      background-position: left bottom;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
  #page-customize .center-contents {
    position: absolute;
    top: 125px;
    bottom: 75px;
    left: 0px;
    right: 0px;
    width: -moz-calc(100% - 155px - 155px);
    width: calc(100% - 155px - 155px);
    margin: 0 auto; }
    @media screen and (max-width: 1420px) {
      #page-customize .center-contents {
        left: initial;
        right: 155px;
        width: -moz-calc(100% - 155px - 88px);
        width: calc(100% - 155px - 88px); } }
    @media screen and (max-width: 1300px) {
      #page-customize .center-contents {
        right: 125px;
        width: -moz-calc(100% - 155px - 50px);
        width: calc(100% - 155px - 50px); } }
    @media screen and (max-width: 945px) {
      #page-customize .center-contents {
        display: none; } }
    @media screen and (max-height: 745px) {
      #page-customize .center-contents {
        top: 80px; } }
  #page-customize .configuration-steps {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 215px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1420px) {
      #page-customize .configuration-steps {
        width: 150px; } }
    @media screen and (max-width: 1200px) {
      #page-customize .configuration-steps {
        width: 110px; } }
    #page-customize .configuration-steps .top-items, #page-customize .configuration-steps .bottom-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    #page-customize .configuration-steps .bottom-items {
      margin-top: auto;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #page-customize .configuration-steps .spacer {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #page-customize .configuration-steps .step {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 15px;
      cursor: pointer; }
      #page-customize .configuration-steps .step:first-child {
        margin-top: 0; }
      #page-customize .configuration-steps .step:hover .text {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      #page-customize .configuration-steps .step.stepactive:hover .text {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      #page-customize .configuration-steps .step.stepactive .close-icon {
        display: block; }
        @media screen and (max-width: 1160px) {
          #page-customize .configuration-steps .step.stepactive .close-icon {
            display: none; } }
      #page-customize .configuration-steps .step.stepactive .line {
        display: none; }
      #page-customize .configuration-steps .step.stepactive .text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-left: 0px;
        padding-top: 4px;
        font-size: 2.6rem; }
        @media screen and (max-width: 1200px) {
          #page-customize .configuration-steps .step.stepactive .text {
            font-size: 2.2rem; } }
        @media screen and (max-width: 1160px) {
          #page-customize .configuration-steps .step.stepactive .text {
            padding: 10px 0px 0px 0px;
            font-size: 1.8rem; } }
      #page-customize .configuration-steps .step.stepactive .image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 50px;
        height: 50px; }
      #page-customize .configuration-steps .step.stepactive .sub-steps {
        display: block; }
        @media screen and (max-width: 1160px) {
          #page-customize .configuration-steps .step.stepactive .sub-steps {
            margin-left: 0px; } }
      #page-customize .configuration-steps .step .close-icon {
        display: none;
        margin-right: 20px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        #page-customize .configuration-steps .step .close-icon img {
          width: 17px;
          height: 17px; }
      #page-customize .configuration-steps .step .sub-steps {
        display: none;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        margin-left: 37px;
        margin-top: 1rem; }
        #page-customize .configuration-steps .step .sub-steps .sub-step {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          #page-customize .configuration-steps .step .sub-steps .sub-step .line {
            display: block; }
          #page-customize .configuration-steps .step .sub-steps .sub-step .text {
            font-size: 1.8rem;
            padding-left: 7px;
            padding-right: 0;
            width: unset; }
            @media screen and (max-width: 1160px) {
              #page-customize .configuration-steps .step .sub-steps .sub-step .text {
                width: 100%; } }
      #page-customize .configuration-steps .step .line {
        height: 1px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        background-color: #231f20; }
      #page-customize .configuration-steps .step .text {
        font-family:"Muli", sans-serif;
        font-weight:800;
        font-size: 1.6rem;
        line-height: 1;
        color: #414042;
        padding: 0 15px;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out; }
        @media screen and (max-width: 1200px) {
          #page-customize .configuration-steps .step .text {
            margin-right: -28px;
            z-index: 2;
            font-size: 1.4rem; } }
        @media screen and (max-width: 1160px) {
          #page-customize .configuration-steps .step .text {
            font-size: 1.4rem; } }
      #page-customize .configuration-steps .step .image {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: hidden;
        border: 3px solid #FFFFFF;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
        cursor: pointer; }
        #page-customize .configuration-steps .step .image img {
          width: 100%;
          height: 100%; }
  #page-customize .shoe-holder {
    /* $circle-size2: 500px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* background-color:rgba(1,1,1,0.6); */
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px); }
    @media screen and (max-width: 1420px) {
      #page-customize .shoe-holder {
        /* padding-left: calc(155px - 68px); */ } }
    #page-customize .shoe-holder .holder_circle {
      padding-top: 30px;
      padding-left: 87px;
      padding-bottom: 56px;
      /*  width:100%;
            height: 100%; */ }
    #page-customize .shoe-holder .shoe-model-holder {
      height: 500px;
      width: 500px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      /* background-color: rgba(255,0,0,0.2); */ }
      @media screen and (max-width: 1420px) {
        #page-customize .shoe-holder .shoe-model-holder {
          left: 88px; } }
    #page-customize .shoe-holder .textures-holder {
      width: 146px;
      height: 500px;
      position: absolute;
      right: -100px;
      /* pointer-events: none; */
      -webkit-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      #page-customize .shoe-holder .textures-holder .texturassvg {
        pointer-events: auto; }
    #page-customize .shoe-holder .clip-svg {
      -webkit-clip-path: url(#myClip);
              clip-path: url(#myClip); }
    #page-customize .shoe-holder .circle {
      height: 500px;
      width: 500px;
      position: relative;
      /* height:100%;
            width:100%; */ }
      #page-customize .shoe-holder .circle .circle-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease; }
      #page-customize .shoe-holder .circle .selection {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.6s ease, -webkit-transform 500ms;
        transition: opacity 0.6s ease, -webkit-transform 500ms;
        -o-transition: transform 500ms, opacity 0.6s ease;
        -moz-transition: transform 500ms, opacity 0.6s ease, -moz-transform 500ms;
        transition: transform 500ms, opacity 0.6s ease;
        transition: transform 500ms, opacity 0.6s ease, -webkit-transform 500ms, -moz-transform 500ms;
        pointer-events: none; }
      #page-customize .shoe-holder .circle .holder_opt {
        position: absolute;
        width: 62%;
        height: 120%;
        /* right: 0px; */
        left: -24%;
        top: -10%;
        overflow: hidden; }
      #page-customize .shoe-holder .circle .options {
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
        /* z-index: 11; */
        width: 500px;
        height: 500px;
        /* right: 0px; */
        position: absolute;
        left: 38%;
        top: 8%;
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        -o-transition: transform 1s ease;
        -moz-transition: transform 1s ease, -moz-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease;
        /* width:100%;
                height: 100%; */ }
        #page-customize .shoe-holder .circle .options .item {
          position: absolute;
          width: 70px;
          height: 70px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 35px;
          border: 2px solid transparent;
          display: none;
          -webkit-transition: -webkit-transform 1s ease;
          transition: -webkit-transform 1s ease;
          -o-transition: transform 1s ease;
          -moz-transition: transform 1s ease, -moz-transform 1s ease;
          transition: transform 1s ease;
          transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease; }
          #page-customize .shoe-holder .circle .options .item.ativo {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; }
          #page-customize .shoe-holder .circle .options .item.top .text {
            bottom: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            @media screen and (max-height: 740px) {
              #page-customize .shoe-holder .circle .options .item.top .text {
                margin-bottom: -50px;
                margin-left: -30px; } }
          #page-customize .shoe-holder .circle .options .item.bottom .text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            top: 100%; }
            @media screen and (max-height: 740px) {
              #page-customize .shoe-holder .circle .options .item.bottom .text {
                margin-top: -50px;
                margin-left: -30px; } }
          #page-customize .shoe-holder .circle .options .item.left .text {
            right: 100%;
            top: 0;
            bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
            @media screen and (max-width: 1160px) {
              #page-customize .shoe-holder .circle .options .item.left .text {
                right: 40%; } }
          #page-customize .shoe-holder .circle .options .item .arrows {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none; }
            #page-customize .shoe-holder .circle .options .item .arrows .arrow {
              position: absolute; }
              #page-customize .shoe-holder .circle .options .item .arrows .arrow.top {
                left: 0;
                right: 0;
                margin: auto;
                top: 4px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 4.5px 7px 4.5px;
                border-color: transparent transparent #ccba9c transparent; }
              #page-customize .shoe-holder .circle .options .item .arrows .arrow.bottom {
                left: 0;
                right: 0;
                margin: auto;
                bottom: 4px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 4.5px 0 4.5px;
                border-color: #ccba9c transparent transparent transparent; }
          #page-customize .shoe-holder .circle .options .item.active {
            background-color: #ebebeb;
            border-color: #ccba9c;
            /* .arrows {
                            display: block;
                        } */ }
            #page-customize .shoe-holder .circle .options .item.active .image {
              width: 35px;
              height: 35px; }
          #page-customize .shoe-holder .circle .options .item .image {
            width: 50px;
            height: 50px;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            transition: all 500ms ease; }
          #page-customize .shoe-holder .circle .options .item .text {
            font-size: 14px;
            font-family:"Muli", sans-serif;
            font-weight:800;
            color: #231f20;
            position: absolute;
            width: 50px;
            padding: 7px;
            white-space: nowrap; }
      #page-customize .shoe-holder .circle .colors-options {
        position: absolute;
        top: -32.5px;
        left: -32.5px;
        width: 565px;
        height: 565px;
        pointer-events: none;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease; }
        #page-customize .shoe-holder .circle .colors-options .colors {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 28.5px;
          margin: auto;
          height: 360px;
          pointer-events: auto; }
        #page-customize .shoe-holder .circle .colors-options .selection-holder {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 490px;
          height: 490px;
          -webkit-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          transition: all 500ms ease;
          -webkit-transform: rotate(0deg);
             -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
          #page-customize .shoe-holder .circle .colors-options .selection-holder .color-selection {
            width: 40px;
            height: 40px;
            background-color: #ebebeb;
            position: absolute;
            border-radius: 50%;
            border: 2px solid black;
            top: 0;
            bottom: 0;
            right: -20px;
            margin: auto;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            transition: all 500ms ease;
            -webkit-transform: rotate(0deg);
               -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                    transform: rotate(0deg); }
            #page-customize .shoe-holder .circle .colors-options .selection-holder .color-selection .square {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 20px;
              height: 20px;
              background-color: transparent;
              -webkit-transition: all 500ms ease;
              -o-transition: all 500ms ease;
              -moz-transition: all 500ms ease;
              transition: all 500ms ease; }
  #page-customize .related-product {
    padding: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #414042;
    font-family:"Muli", sans-serif;
    font-weight:800;
    font-size: 1.7rem;
    text-align: center;
    border: 5px solid #FFFFFF;
    border-radius: 100%;
    margin-top: -25px; }
    @media screen and (max-width: 1160px) {
      #page-customize .related-product {
        position: relative; } }
    @media screen and (max-width: 1160px) {
      #page-customize .related-product.desktop {
        display: none; } }
    #page-customize .related-product.mobile {
      display: none; }
      @media screen and (max-width: 1160px) {
        #page-customize .related-product.mobile {
          display: block;
          width: 100%;
          margin-top: 40px;
          float: left; } }
    @media screen and (max-width: 1420px) {
      #page-customize .related-product {
        font-size: 1.2rem; } }
    #page-customize .related-product img {
      margin-top: -100px; }
      @media screen and (max-width: 1420px) {
        #page-customize .related-product img {
          width: 100px;
          margin-top: -78px; } }
      @media screen and (max-width: 1160px) {
        #page-customize .related-product img {
          margin-top: 0px;
          width: 100%; } }
  #page-customize .showroom {
    padding: 21px 15px 17px;
    display: inline-block;
    position: absolute;
    bottom: 100px;
    right: 0; }
    @media screen and (max-width: 1080px) {
      #page-customize .showroom {
        bottom: 0;
        right: -40px; } }
    #page-customize .showroom img {
      width: 40px;
      height: 30px; }
    #page-customize .showroom p {
      color: #000000;
      font-family:"Muli", sans-serif;
      font-weight:600;
      font-size: 12px; }
    #page-customize .showroom .gold_holder {
      position: relative;
      float: left;
      width: 25px;
      height: 25px;
      border: 3px solid #ffffff;
      border-radius: 100%;
      cursor: pointer;
      margin-right: 10px;
      margin-top: 10px;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform ease-out .2s;
      transition: -webkit-transform ease-out .2s;
      -o-transition: transform ease-out .2s;
      -moz-transition: transform ease-out .2s, -moz-transform ease-out .2s;
      transition: transform ease-out .2s;
      transition: transform ease-out .2s, -webkit-transform ease-out .2s, -moz-transform ease-out .2s; }
      #page-customize .showroom .gold_holder div {
        position: absolute;
        width: 50%;
        left: 25%;
        top: 25%;
        height: 50%;
        background: #FFFFFF;
        border-radius: 100%;
        opacity: 0; }
    #page-customize .showroom .gold_holder:hover {
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    #page-customize .showroom .gold_holder_sel {
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
      #page-customize .showroom .gold_holder_sel div {
        opacity: 1; }
  #page-customize .menu_top_home {
    position: absolute;
    right: 0;
    width: 155px; }
    @media screen and (max-width: 1300px) {
      #page-customize .menu_top_home {
        width: 125px; } }
    @media screen and (max-width: 1160px) {
      #page-customize .menu_top_home {
        width: 100px; } }
    #page-customize .menu_top_home .redes_sociais_menu_top {
      height: -moz-calc(100% - 200px - 75px);
      height: calc(100% - 200px - 75px); }
      @media screen and (max-width: 1160px) {
        #page-customize .menu_top_home .redes_sociais_menu_top {
          height: -moz-calc(100% - 201px - 179px);
          height: calc(100% - 201px - 179px); } }
      @media screen and (max-height: 740px) {
        #page-customize .menu_top_home .redes_sociais_menu_top {
          height: -moz-calc(100% - 201px - 24px);
          height: calc(100% - 201px - 24px); } }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 9px;
    opacity: 1; }
  40% {
    height: 20px;
    width: 9px;
    opacity: 1; }
  100% {
    height: 20px;
    width: 9px;
    opacity: 1; } }

.height-100 {
  height: 100%; }

.box {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  font-family: 'Josefin Slab', serif;
  text-align: center;
  line-height: 200px;
  font-size: 70px;
  color: #add8e6;
  margin-bottom: 15px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }
  .box:before {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box; }
  .box:after {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box; }

/*donut*/
.donut {
  border-radius: 50%;
  border: 20px solid #f8f8f8;
  height: -moz-calc(629px - 40px);
  height: calc(629px - 40px);
  width: -moz-calc(629px - 40px);
  width: calc(629px - 40px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  left: 50%;
  top: 50%; }
  .donut .metade_holder_texturas {
    position: absolute;
    right: -46px;
    top: -38px;
    /* border: 2px solid red; */
    width: -moz-calc((100% + 76px) / 2);
    width: calc((100% + 76px) / 2);
    height: -moz-calc(100% + 76px);
    height: calc(100% + 76px);
    -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    /* z-index: 3; */
    overflow: hidden; }
    .donut .metade_holder_texturas .holder_texturas {
      width: 200%;
      height: 100%;
      right: 8px;
      top: 0;
      position: absolute;
      -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
      transition: opacity 0.5s ease, -webkit-transform 1s ease;
      -o-transition: transform 1s ease, opacity 0.5s ease;
      -moz-transition: transform 1s ease, opacity 0.5s ease, -moz-transform 1s ease;
      transition: transform 1s ease, opacity 0.5s ease;
      transition: transform 1s ease, opacity 0.5s ease, -webkit-transform 1s ease, -moz-transform 1s ease; }
      .donut .metade_holder_texturas .holder_texturas svg {
        pointer-events: none;
        -webkit-transition: stroke 1s ease, stroke-width 1s ease;
        -o-transition: stroke 1s ease, stroke-width 1s ease;
        -moz-transition: stroke 1s ease, stroke-width 1s ease;
        transition: stroke 1s ease, stroke-width 1s ease; }
        .donut .metade_holder_texturas .holder_texturas svg .seg {
          pointer-events: visible;
          -webkit-transition: stroke 1s ease, stroke-width 1s ease;
          -o-transition: stroke 1s ease, stroke-width 1s ease;
          -moz-transition: stroke 1s ease, stroke-width 1s ease;
          transition: stroke 1s ease, stroke-width 1s ease; }
          .donut .metade_holder_texturas .holder_texturas svg .seg:hover {
            opacity: 0.9; }
          .donut .metade_holder_texturas .holder_texturas svg .seg.strokewidth {
            stroke: #ebebeb;
            stroke-width: 10px;
            -webkit-transition: stroke 1s ease, stroke-width 1s ease;
            -o-transition: stroke 1s ease, stroke-width 1s ease;
            -moz-transition: stroke 1s ease, stroke-width 1s ease;
            transition: stroke 1s ease, stroke-width 1s ease; }
      .donut .metade_holder_texturas .holder_texturas .seg {
        opacity: 0;
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        transition: opacity 1s ease;
        visibility: hidden; }
        .donut .metade_holder_texturas .holder_texturas .seg.opacity {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 2s ease;
          -o-transition: opacity 2s ease;
          -moz-transition: opacity 2s ease;
          transition: opacity 2s ease;
          cursor: pointer; }
  .donut .metade_holder_cores {
    position: absolute;
    width: -moz-calc( (100% + 240px)  / 2);
    width: calc( (100% + 240px)  / 2);
    height: -moz-calc(100% + 240px);
    height: calc(100% + 240px);
    top: -120px;
    right: -120px;
    pointer-events: none;
    -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    /* overflow:hidden; */
    /* border: 2px solid red; */
    /* width:calc((100% + 40px) / 2); */
    /* height: calc(100% + 40px); */ }
    .donut .metade_holder_cores .holder_cores {
      width: 200%;
      height: 100%;
      right: 0;
      top: 0;
      position: absolute;
      -webkit-transition: stroke 1s ease, stroke-width 1s ease,-webkit-transform 1s ease;
      transition: stroke 1s ease, stroke-width 1s ease,-webkit-transform 1s ease;
      -o-transition: transform 1s ease,stroke 1s ease, stroke-width 1s ease;
      -moz-transition: transform 1s ease,stroke 1s ease, stroke-width 1s ease,-moz-transform 1s ease;
      transition: transform 1s ease,stroke 1s ease, stroke-width 1s ease;
      transition: transform 1s ease,stroke 1s ease, stroke-width 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease;
      pointer-events: none; }
      .donut .metade_holder_cores .holder_cores svg {
        pointer-events: none; }
        .donut .metade_holder_cores .holder_cores svg .rodacor {
          pointer-events: none; }
          .donut .metade_holder_cores .holder_cores svg .rodacor:hover {
            opacity: 0.5; }
          .donut .metade_holder_cores .holder_cores svg .rodacor.strokewidth {
            stroke: #ebebeb;
            stroke-width: 10px;
            -webkit-transition: stroke 1s ease, stroke-width 1s ease;
            -o-transition: stroke 1s ease, stroke-width 1s ease;
            -moz-transition: stroke 1s ease, stroke-width 1s ease;
            transition: stroke 1s ease, stroke-width 1s ease; }
      .donut .metade_holder_cores .holder_cores .rodacor {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        pointer-events: none; }
        .donut .metade_holder_cores .holder_cores .rodacor.opacity {
          opacity: 1;
          cursor: pointer;
          pointer-events: visible; }
  .donut .metade_holder_itens {
    position: absolute;
    left: -20px;
    top: -20px;
    /* border: 2px solid red; */
    width: -moz-calc((100% + 40px) / 2);
    width: calc((100% + 40px) / 2);
    height: -moz-calc(100% + 40px);
    height: calc(100% + 40px); }
    .donut .metade_holder_itens .holder_items {
      position: absolute;
      width: 200%;
      height: 100%;
      /* pointer-events: none; */
      /* border: 2px solid yellow; */
      border-radius: 50%;
      /* top:50px;
            left:90px; */
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      -o-transition: transform 1s ease;
      -moz-transition: transform 1s ease, -moz-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease; }
      .donut .metade_holder_itens .holder_items .item {
        position: absolute;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 39px;
        border: 2px solid transparent;
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 1s, width 0.3s ease, height 0.3s ease, margin-top 0.3s ease, margin-left 0.3s ease, -webkit-transform 1s ease;
        transition: opacity 1s, width 0.3s ease, height 0.3s ease, margin-top 0.3s ease, margin-left 0.3s ease, -webkit-transform 1s ease;
        -o-transition: transform 1s ease, opacity 1s, width 0.3s ease, height 0.3s ease, margin-top 0.3s ease, margin-left 0.3s ease;
        -moz-transition: transform 1s ease, opacity 1s, width 0.3s ease, height 0.3s ease, margin-top 0.3s ease, margin-left 0.3s ease, -moz-transform 1s ease;
        transition: transform 1s ease, opacity 1s, width 0.3s ease, height 0.3s ease, margin-top 0.3s ease, margin-left 0.3s ease;
        transition: transform 1s ease, opacity 1s, width 0.3s ease, height 0.3s ease, margin-top 0.3s ease, margin-left 0.3s ease, -webkit-transform 1s ease, -moz-transform 1s ease;
        z-index: 5; }
        @media screen and (max-width: 1300px) {
          .donut .metade_holder_itens .holder_items .item {
            width: 40px;
            height: 40px;
            margin-left: -20px;
            margin-top: -20px; } }
        .donut .metade_holder_itens .holder_items .item.ativo {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .donut .metade_holder_itens .holder_items .item.opacity {
          opacity: 1;
          visibility: visible; }
        .donut .metade_holder_itens .holder_items .item:hover {
          width: 60px;
          height: 60px;
          margin-top: -30px;
          margin-left: -30px;
          cursor: pointer; }
        .donut .metade_holder_itens .holder_items .item.top .text {
          bottom: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (max-height: 740px) {
            .donut .metade_holder_itens .holder_items .item.top .text {
              margin-bottom: -50px;
              margin-left: -30px; } }
        .donut .metade_holder_itens .holder_items .item.bottom .text {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: 100%; }
          @media screen and (max-height: 740px) {
            .donut .metade_holder_itens .holder_items .item.bottom .text {
              margin-top: -50px;
              margin-left: -30px; } }
        .donut .metade_holder_itens .holder_items .item.left .text {
          right: 100%;
          top: 0;
          bottom: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          @media screen and (max-width: 1160px) {
            .donut .metade_holder_itens .holder_items .item.left .text {
              right: 40%; } }
        .donut .metade_holder_itens .holder_items .item.item1 {
          left: 31%;
          top: 5%; }
        .donut .metade_holder_itens .holder_items .item.item2 {
          left: 16%;
          top: 15%; }
        .donut .metade_holder_itens .holder_items .item.item3 {
          left: 6%;
          top: 30%; }
        .donut .metade_holder_itens .holder_items .item.item4 {
          left: 1%;
          top: 50%; }
        .donut .metade_holder_itens .holder_items .item.item5 {
          left: 5%;
          top: 70%; }
        .donut .metade_holder_itens .holder_items .item.item6 {
          left: 16%;
          top: 85%; }
        .donut .metade_holder_itens .holder_items .item.item7 {
          left: 31%;
          top: 95%; }
        .donut .metade_holder_itens .holder_items .item.item8 {
          left: 50%;
          top: 99%; }
        .donut .metade_holder_itens .holder_items .item.item9 {
          left: 70%;
          top: 94%; }
        .donut .metade_holder_itens .holder_items .item.item10 {
          left: 84%;
          top: 84%; }
        .donut .metade_holder_itens .holder_items .item.item11 {
          left: 94%;
          top: 70%; }
        .donut .metade_holder_itens .holder_items .item.item12 {
          left: 98%;
          top: 50%; }
        .donut .metade_holder_itens .holder_items .item.item13 {
          left: 94%;
          top: 30%; }
        .donut .metade_holder_itens .holder_items .item.item14 {
          left: 83%;
          top: 15%; }
        .donut .metade_holder_itens .holder_items .item.item15 {
          left: 69%;
          top: 5%; }
        .donut .metade_holder_itens .holder_items .item.item16 {
          left: 50%;
          top: 1%; }
        .donut .metade_holder_itens .holder_items .item.item17 {
          left: 31%;
          top: 5%; }
        .donut .metade_holder_itens .holder_items .item.item18 {
          left: 16%;
          top: 15%; }
        .donut .metade_holder_itens .holder_items .item.item19 {
          left: 6%;
          top: 30%; }
        .donut .metade_holder_itens .holder_items .item.item20 {
          left: 1%;
          top: 50%; }
        .donut .metade_holder_itens .holder_items .item.item21 {
          left: 5%;
          top: 70%; }
        .donut .metade_holder_itens .holder_items .item.item22 {
          left: 16%;
          top: 85%; }
        .donut .metade_holder_itens .holder_items .item.item23 {
          left: 31%;
          top: 95%; }
        .donut .metade_holder_itens .holder_items .item.item24 {
          left: 50%;
          top: 99%; }
        .donut .metade_holder_itens .holder_items .item.item25 {
          left: 70%;
          top: 94%; }
        .donut .metade_holder_itens .holder_items .item.item26 {
          left: 84%;
          top: 84%; }
        .donut .metade_holder_itens .holder_items .item.item27 {
          left: 94%;
          top: 70%; }
        .donut .metade_holder_itens .holder_items .item.item28 {
          left: 98%;
          top: 50%; }
        .donut .metade_holder_itens .holder_items .item.item29 {
          left: 94%;
          top: 30%; }
        .donut .metade_holder_itens .holder_items .item.item30 {
          left: 83%;
          top: 15%; }
        .donut .metade_holder_itens .holder_items .item.item31 {
          left: 69%;
          top: 5%; }
        .donut .metade_holder_itens .holder_items .item.item32 {
          left: 50%;
          top: 1%; }
        .donut .metade_holder_itens .holder_items .item .arrows {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: none; }
          .donut .metade_holder_itens .holder_items .item .arrows .arrow {
            position: absolute; }
            .donut .metade_holder_itens .holder_items .item .arrows .arrow.top {
              left: 0;
              right: 0;
              margin: auto;
              top: 4px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 4.5px 7px 4.5px;
              border-color: transparent transparent #ccba9c transparent; }
            .donut .metade_holder_itens .holder_items .item .arrows .arrow.bottom {
              left: 0;
              right: 0;
              margin: auto;
              bottom: 4px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 7px 4.5px 0 4.5px;
              border-color: #ccba9c transparent transparent transparent; }
        .donut .metade_holder_itens .holder_items .item.active {
          background-color: #ffffff;
          border-color: #ffffff;
          /* border-color: #ccba9c; */
          /* .arrows {
                        display: block;
                    } */ }
          .donut .metade_holder_itens .holder_items .item.active .image {
            width: 100%;
            height: 100%; }
        .donut .metade_holder_itens .holder_items .item.ativo_centro {
          border-color: #ccba9c;
          width: 70px;
          height: 70px;
          margin-top: -35px;
          margin-left: -35px; }
          @media screen and (max-width: 1300px) {
            .donut .metade_holder_itens .holder_items .item.ativo_centro {
              width: 60px;
              height: 60px;
              margin-top: -30px;
              margin-left: -30px; } }
        .donut .metade_holder_itens .holder_items .item .image {
          width: 100%;
          height: 100%; }
        .donut .metade_holder_itens .holder_items .item .imgHolder {
          width: 100%;
          height: 100%;
          -webkit-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          transition: all 500ms ease;
          overflow: hidden;
          border-radius: 39px; }
        .donut .metade_holder_itens .holder_items .item .text {
          font-size: 14px;
          font-family:"Muli", sans-serif;
          font-weight:300;
          color: #231f20;
          position: absolute;
          width: 50px;
          padding: 7px;
          white-space: nowrap; }

.holder_pontinhos {
  position: absolute;
  top: -20px;
  left: -20px;
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  height: -moz-calc(100% + 40px);
  height: calc(100% + 40px);
  pointer-events: none;
  z-index: 1; }
  .holder_pontinhos .pontinhos {
    width: 5px;
    height: 5px;
    background-color: #e3e4e4;
    border-radius: 50%;
    position: absolute; }

#tooltip {
  background-color: #ffffff;
  /*  border: 1px solid black;
    border-radius: 5px; */
  padding: 10px;
  z-index: 1;
  font-size: 14px;
  font-family:"Muli", sans-serif;
font-weight:800; }

body.costumize {
  overflow: hidden; }

#barraCats {
  position: absolute;
  float: left;
  width: 310px;
  height: 100%;
  overflow: auto;
  left: 0%;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 85px; }
  @media screen and (max-width: 1300px) {
    #barraCats {
      width: 260px; } }

#nomeModelo {
  position: relative;
  float: right;
  width: 100%;
  padding-left: 154px;
  margin-bottom: 20px;
  font-family:"Muli",sans-serif;
  font-weight:300;
  text-transform: uppercase; }
  @media screen and (max-width: 1300px) {
    #nomeModelo {
      padding-left: 140px; } }

#filtrosHolder {
  position: relative;
  float: right;
  width: 100%;
  padding-left: 90px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px; }

#catsHolder {
  position: relative;
  float: right;
  width: 100%;
  padding-left: 90px; }

.catfiltroItem {
  position: relative;
  float: right;
  width: auto;
  margin-bottom: 20px;
  clear: both;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  width: 210px;
  -webkit-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s; }
  @media screen and (max-width: 1300px) {
    .catfiltroItem {
      width: 160px;
      margin-bottom: 10px; } }

.catfiltroItem:hover {
  background-color: #FFFFFF; }

.catfiltroItem.sel {
  background-color: #FFFFFF; }

.catfiltroImg {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 1px #888888;
          box-shadow: 0px 0px 1px #888888; }
  @media screen and (max-width: 1300px) {
    .catfiltroImg {
      width: 30px;
      height: 30px; } }
  .catfiltroImg img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%; }

.catfiltroTextHodler {
  position: relative;
  float: left;
  width: 150px;
  margin-left: 10px;
  overflow: hidden; }
  @media screen and (max-width: 1300px) {
    .catfiltroTextHodler {
      width: 115px;
      margin-left: 5px; } }

.catfiltroTitle {
  position: relative;
  float: left;
  width: 100%;
  font-family:"Muli", sans-serif;
  font-weight:300;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 0px;
  line-height: 100%;
  clear: left; }
  @media screen and (max-width: 1300px) {
    .catfiltroTitle {
      font-size: 10px; } }

.catfiltroContent {
  position: relative;
  float: left;
  font-family:"Muli",sans-serif;
  
  font-size: 20px;
  line-height: 100%;
  width: 1000px; }
  @media screen and (max-width: 1300px) {
    .catfiltroContent {
      font-size: 16px; } }

canvas {
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out; }

canvas.active {
  opacity: 1 !important;
  visibility: visible !important; }

.hide_big.hidding {
  display: none !important; }

.borderhide_big.hidding {
  border-color: transparent !important; }

/* PIE TEXTURAS */
.holder_texturas path {
  pointer-events: visible;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, filter 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, filter 0.2s ease-out;
  transition: opacity 0.2s ease-out, filter 0.2s ease-out;
  transition: opacity 0.2s ease-out, filter 0.2s ease-out, -webkit-filter 0.2s ease-out; }

.holder_texturas path:hover {
  opacity: 0.6; }

.textSel {
  opacity: 1; }

/* PIE CORES */
.holder_cores path {
  pointer-events: visible;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, filter 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, filter 0.2s ease-out;
  transition: opacity 0.2s ease-out, filter 0.2s ease-out;
  transition: opacity 0.2s ease-out, filter 0.2s ease-out, -webkit-filter 0.2s ease-out; }

.holder_cores path:hover {
  opacity: 0.6; }

.corInvisivel {
  display: none; }

.corSel {
  opacity: 0.6; }

.holderBolasEsp {
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -25px; }

.bolaEsp {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out;
  cursor: pointer;
  display: none; }

.bolaEsp.active {
  display: block; }

.bolaEsp:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.bolaEsp.selbolEsp {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border-color: #ccba9c; }

.bolaEsp .imgHolder {
  width: 100%;
  height: 100%; }

.bolaEsp .imgHolder img {
  width: 100%;
  height: 100%; }

.bolaEsp:first-child {
  top: -70px;
  left: -10px; }

.bolaEsp:last-child {
  top: 70px;
  left: -10px; }

.loading {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  visibility: hidden; }
  .loading img {
    width: 60px;
    -webkit-animation-duration: 3s;
       -moz-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .loading.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible; }
    .loading.active img {
      -webkit-animation-name: loading-animation;
         -moz-animation-name: loading-animation;
              animation-name: loading-animation; }

@-webkit-keyframes loading-animation {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg); }
  50% {
    -webkit-transform: scale(0.5) rotateY(180deg);
            transform: scale(0.5) rotateY(180deg); }
  100% {
    -webkit-transform: scale(1) rotateY(360deg);
            transform: scale(1) rotateY(360deg); } }

@-moz-keyframes loading-animation {
  0% {
    -moz-transform: scale(1) rotateY(0deg);
         transform: scale(1) rotateY(0deg); }
  50% {
    -moz-transform: scale(0.5) rotateY(180deg);
         transform: scale(0.5) rotateY(180deg); }
  100% {
    -moz-transform: scale(1) rotateY(360deg);
         transform: scale(1) rotateY(360deg); } }

@keyframes loading-animation {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
       -moz-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg); }
  50% {
    -webkit-transform: scale(0.5) rotateY(180deg);
       -moz-transform: scale(0.5) rotateY(180deg);
            transform: scale(0.5) rotateY(180deg); }
  100% {
    -webkit-transform: scale(1) rotateY(360deg);
       -moz-transform: scale(1) rotateY(360deg);
            transform: scale(1) rotateY(360deg); } }

.simplePopup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  display: none; }

.simplePopup.active {
  display: block; }

.popupBack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6; }

.popupContent {
  position: relative;
  left: 20%;
  width: 60%;
	right:504px;
  top: 100px;
  background: #FFFFFF;
  padding: 20px;
  float: left;
  height: auto;
  margin-bottom: 100px; }

.closePopup {
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer; }

.notice_costumize {
  width: 100%;
  position: absolute;
  top: -14px;
  font-size: 10px;
  font-family:"Muli",sans-serif;
  font-weight:300;
  text-align: center; }

#canvasRelated {
  position: relative;
  float: left;
  width: 200px;
  clear: both; }
  @media screen and (max-width: 1300px) {
    #canvasRelated {
      width: 100px;
      /* padding:5px 0px; */ } }

canvas {
  cursor: move; }

#canvasRelated canvas {
  position: relative;
  float: left;
  margin: 0px !important;
  visibility: visible;
  opacity: 1;
  cursor: default; }

.you-may-like {
  position: absolute;
  clear: left;
  width: 100%;
  text-align: center;
  color: #414042;
  font-family:"Muli", sans-serif;
  font-weight:400;
  top: 105%;
  left: 0px; }

.you-may-like:hover {
  text-decoration: underline; }

#popupCrooAviso .popupContent {
  background: transparent;right:30% !important; }

#popupCrooAviso .popupContent .texto {
  color: #FFFFFF;
  font-size: 1.7rem;
  font-family:"Muli", sans-serif;
font-weight:800; }
  @media screen and (max-width: 1300px) {
    #popupCrooAviso .popupContent .texto {
      font-size: 1.2rem; } }

#popupTextoPlaca .popupContent .input_holder {
  margin-top: 50px;
  text-align: left; }

#popupTextoPlaca .popupContent input {
  width: 100%; }

#popupTextoPlaca .popupContent .btn-brand {
  background: #2e2b2c;
  color: #ffffff; }

#popupTextoPlaca .popupContent {
  width: 40%;
  left: 30%; }

.btn-brand {
  font-family: "Muli";
  font-size: 15px;
  color: #2e2b2c;
  background-color: white;
  border-radius: 0;
  padding: 5px 10px;
  width: auto; }
  @media screen and (max-width: 1300px) {
    .btn-brand {
      font-size: 11px;
      padding: 3px 5px;
      /* padding:5px 0px; */ } }

.roundControl {
  position: absolute;
  border: 2px solid #D6A058;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  -moz-transition: transform .2s ease-out, -moz-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out, -moz-transform .2s ease-out;
  display: none; }
  .roundControl .plusSymbol {
    position: absolute;
    background: #D6A058; }
  .roundControl .plusSymbol1 {
    width: 80%;
    left: 10%;
    height: 2px;
    top: 50%;
    margin-top: -1px; }
  .roundControl .plusSymbol2 {
    height: 80%;
    top: 10%;
    width: 2px;
    left: 50%;
    margin-left: -1px; }

.roundControl:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.roundControl.active {
  display: block; }

