* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0; }

body {
  padding: 0;
  margin: 0; }
  body .menu {
    width: 100%;
    background-color: #f3f3f3;
    padding: 15px 10px; }
    body .menu .cent {
      width: 100%;
      max-width: 1440px;
      margin: auto;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0; }
      body .menu .cent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .menu .cent ul li {
          padding: 7px 5px;
          margin: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          white-space: nowrap; }
          @media (min-width: 576px) {
            body .menu .cent ul li {
              padding: 7px 5px;
              margin: 0 5px; } }
          @media (min-width: 992px) {
            body .menu .cent ul li {
              padding: 7px 15px; } }
          body .menu .cent ul li img {
            width: 20px;
            margin-left: 2px; }
            @media (min-width: 576px) {
              body .menu .cent ul li img {
                width: 25px; } }
        body .menu .cent ul #barg {
          display: none; }
          @media (min-width: 1260px) {
            body .menu .cent ul #barg {
              display: block; } }
        body .menu .cent ul #year {
          display: none; }
          @media (min-width: 992px) {
            body .menu .cent ul #year {
              display: block; } }
        body .menu .cent ul .md {
          display: none; }
          @media (min-width: 750px) {
            body .menu .cent ul .md {
              display: block; } }
      body .menu .cent .none {
        display: none; }
        @media (min-width: 650px) {
          body .menu .cent .none {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      body .menu .cent .non {
        display: none; }
        @media (min-width: 650px) {
          body .menu .cent .non {
            display: block; } }
      body .menu .cent .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 650px) {
          body .menu .cent .block {
            display: none; } }
      body .menu .cent img {
        width: 100px; }
        @media (min-width: 992px) {
          body .menu .cent img {
            width: 130px; } }
      body .menu .cent .search {
        width: 100%;
        position: relative; }
        @media (min-width: 650px) {
          body .menu .cent .search {
            width: 40%; } }
        @media (min-width: 992px) {
          body .menu .cent .search {
            width: 25%; } }
        body .menu .cent .search img {
          position: absolute;
          width: 25px;
          top: 7px;
          left: 10px; }
        body .menu .cent .search input {
          border: 0;
          background-color: white;
          width: 100%;
          padding: 10px 40px;
          border-radius: 25px; }
    body .menu .rest {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (min-width: 650px) {
        body .menu .rest {
          -webkit-box-orient: unset;
          -webkit-box-direction: unset;
              -ms-flex-direction: unset;
                  flex-direction: unset; } }
  body .submenu {
    background-color: #1c1c1c;
    width: 100%;
    display: none; }
    @media (min-width: 992px) {
      body .submenu {
        display: block; } }
    body .submenu .cent {
      max-width: 1440px;
      margin: auto;
      padding: 5px 10px;
      padding: 5px 0; }
      body .submenu .cent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .submenu .cent ul a {
          color: white;
          list-style: none;
          text-decoration: none;
          padding: 10px 4px;
          border-radius: 10px;
          white-space: nowrap; }
        body .submenu .cent ul a:hover {
          background-color: purple; }
  body .all {
    width: 100%;
    margin: 0;
    padding: 0; }
    body .all .cent {
      max-width: 1440px;
      width: 100%;
      margin: auto;
      padding: 10px; }
      body .all .cent .select {
        display: none; }
        @media (min-width: 992px) {
          body .all .cent .select {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        body .all .cent .select span {
          margin-right: 7px;
          background-color: rgba(108, 122, 137, 0.5);
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer; }
          body .all .cent .select span img {
            width: 19px; }
        body .all .cent .select #home {
          padding: 5px 20px;
          -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
                  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); }
        body .all .cent .select #cat {
          padding: 5px 30px;
          margin-left: -10px;
          -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 7% 50%, 0% 0%);
                  clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 7% 50%, 0% 0%); }
        body .all .cent .select #gui {
          padding: 5px 30px;
          margin-left: -10px;
          -webkit-clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 7% 50%, 0% 0%);
                  clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 7% 50%, 0% 0%); }
        body .all .cent .select #elec {
          padding: 5px 30px;
          margin-left: -14px;
          -webkit-clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 10% 50%, 0% 0%);
                  clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 10% 50%, 0% 0%); }
        body .all .cent .select #style {
          padding: 5px 30px;
          margin-left: -14px;
          -webkit-clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 10% 50%, 0% 0%);
                  clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 10% 50%, 0% 0%); }
        body .all .cent .select #style {
          padding: 5px 30px;
          margin-left: -14px;
          -webkit-clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 10% 50%, 0% 0%);
                  clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 10% 50%, 0% 0%); }
        body .all .cent .select #squier {
          padding: 5px 30px;
          margin-left: -14px;
          -webkit-clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 17% 50%, 0% 0%);
                  clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 17% 50%, 0% 0%); }
  body .price {
    width: 100%;
    display: block;
    margin-top: 20px; }
    @media (min-width: 992px) {
      body .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 30px; } }
    body .price .produs {
      width: 100%; }
      @media (min-width: 992px) {
        body .price .produs {
          width: 65%; } }
      body .price .produs .star {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 0; }
    body .price .imageslide {
      margin-top: 20px; }
      body .price .imageslide button {
        display: none !important; }
      body .price .imageslide .splide__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .price .imageslide .splide__slide img {
          width: 100% !important; }
          @media (min-width: 750px) {
            body .price .imageslide .splide__slide img {
              width: 70% !important; } }
          @media (min-width: 992px) {
            body .price .imageslide .splide__slide img {
              width: 80% !important; } }
      body .price .imageslide .miniaturi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 1rem auto 0;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .price .imageslide .miniaturi .thumbnail {
          width: 70px;
          height: 70px;
          overflow: hidden;
          list-style: none;
          margin: 0 0.2rem;
          cursor: pointer;
          margin: 10px 20px 0 20px;
          padding-top: 5px;
          border-top: 1px solid white; }
          body .price .imageslide .miniaturi .thumbnail img {
            width: 90%;
            height: auto; }
        body .price .imageslide .miniaturi .is-active {
          border-top: 1px solid purple; }
    body .price .details {
      width: 100%;
      margin-top: 50px;
      padding: 0 20px; }
      @media (min-width: 992px) {
        body .price .details {
          width: 35%;
          margin: 0;
          padding: 0; } }
      body .price .details h1 {
        font-size: 55px;
        font-weight: 900;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .price .details h1 span {
          font-size: 45px;
          padding: 0 0 10px 10px; }
      body .price .details p {
        padding: 5px 0; }
      body .price .details #font {
        font-size: 18px; }
      body .price .details #green {
        color: #00b27d; }
      body .price .details #purple {
        cursor: pointer; }
      body .price .details #purple:hover {
        color: purple; }
      body .price .details #black {
        color: black;
        font-weight: 700; }
      body .price .details .intbut {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 20px 0; }
        body .price .details .intbut select {
          background-color: #F0F0F0;
          border-color: #F0F0F0;
          padding: 15px;
          border-radius: 30px;
          font-size: 18px;
          cursor: pointer;
          -webkit-transition: background-color 0.5s;
          -o-transition: background-color 0.5s;
          transition: background-color 0.5s; }
        body .price .details .intbut select:hover {
          background-color: #dddddd; }
        body .price .details .intbut button {
          border: 0;
          padding: 15px 0px;
          width: 100%;
          margin-left: 20px;
          border-radius: 30px;
          font-weight: 900;
          font-size: 20px;
          background-color: black;
          color: white;
          cursor: pointer;
          -webkit-transition: background-color 0.5s;
          -o-transition: background-color 0.5s;
          transition: background-color 0.5s; }
        body .price .details .intbut button:hover {
          background-color: purple; }
      body .price .details .funct {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 20px; }
        body .price .details .funct .type {
          width: 33.3%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          body .price .details .funct .type img {
            width: 30px;
            margin-right: 5px; }
        body .price .details .funct .type:hover {
          color: purple; }
      body .price .details .sales {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 0;
        border-top: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
        margin-top: 20px; }
        body .price .details .sales .left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        body .price .details .sales .right {
          font-size: 16px;
          margin-left: 5px; }
      body .price .details .sales:hover {
        color: purple; }
      body .price .details .help {
        -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 2px 10px 2px 20px;
        margin: 30px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 20px;
        cursor: pointer;
        position: relative; }
        body .price .details .help p {
          font-size: 18px;
          margin-right: 10px; }
        body .price .details .help img {
          width: 40px;
          margin: 0 3px; }
        body .price .details .help .green {
          background-color: #7cca06;
          border: 2px solid white;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: -5px; }
      body .price .details .help:hover {
        color: purple; }
  body .backolso {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    body .backolso .int {
      position: relative; }
      body .backolso .int .negura {
        position: absolute;
        width: 100%;
        height: 200vh;
        background-color: black;
        top: -10px;
        opacity: 0.5; }
  body .menu-phone {
    max-width: 450px;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    padding: 20px;
    display: none; }
    body .menu-phone .close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: right;
          -ms-flex-pack: right;
              justify-content: right; }
      body .menu-phone .close img {
        width: 30px;
        cursor: pointer; }
    body .menu-phone h1 {
      font-size: 24px;
      font-weight: 500;
      color: purple;
      border-bottom: 2px solid purple;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 5px 0; }
    body .menu-phone ul {
      margin-top: 50px;
      list-style: none; }
      body .menu-phone ul a {
        display: block;
        text-decoration: none;
        color: #1c1c1c;
        font-size: 20px;
        font-weight: 600;
        padding: 10px 0; }
      body .menu-phone ul a:hover {
        color: purple; }
    body .menu-phone .span {
      width: 100px;
      height: 2px;
      background-color: #1c1c1c;
      margin-top: 40px; }
  body .menu-phone::-webkit-scrollbar {
    display: none; }
