/* $roboto: 'Roboto', Arial, 'Lucida Grande', sans-serif;  */

/* default styling */
* {
  box-sizing: border-box;
  font-family: "Roboto", Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-wrapper {
  margin: 0;
  max-width: 90vw;
  min-width: 400px;
  overflow-x: hidden;
  padding: 40px;
}

.hidden {
  height: 0;
  width: 0;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 1em 0 0.65em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

p,
.p {
  margin: 0.6em 0 0.2em;
}

li,
.li {
  list-style-position: inside;
}

img {
  max-width: 100%;
}

.centered {
  text-align: center;
}

section,
.section,
header,
.header {
  margin: 20px 0 50px;
}

section,
.section {
  padding: 50px 0;
}

section .no-image,
.section .no-image {
  padding: 50px;
}

.popover {
  background-color: #dfdfdf;
  border-radius: 5px;
  box-shadow: 4px 4px 4px #b3b3b3;
  display: block;
  height: 0px;
  margin: 0 60px;
  min-width: 210px;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 60px;
  transition: all 300ms;
  width: 30%;
  z-index: 10;
}
.popover.active {
  height: auto;
  padding: 40px 60px;
}

.close-popover {
  background: #686868;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 29px;
  padding: 5px;
  position: absolute;
  right: 13px;
  text-align: center;
  top: 13px;
  width: 29px;
}

.fa-solid {
  font-family: "font awesome";
}

.header {
  display: block;
  overflow: hidden;
}

.header .section-copy-wrapper {
  left: 5%;
  text-align: center;
}

.section-copy-wrapper {
  width: 40%;
}

.section-copy-wrapper-r {
  left: 50%;
}

.section-copy-wrapper.section-copy-wrapper-fw {
  width: 100%;
}

/* header:before {
  background-attachment: fixed;
  background-image: url("images/shop-front-lg-white.jpg");
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}*/

.header-logo {
  max-height: 210px;
}

.header-logo img {
  max-width: 440px;
  width: 100%;
}

.p-header {
  font-size: 18px;
}

.section-colored {
  background-color: #007fff26;
  padding-left: 50px;
  padding-right: 50px;
}

.section-colored-dark {
  background-color: #072271;
  color: #fff;
}

.section-img-wrapper {
  max-width: 520px;
  position: absolute;
  height: calc(100% - 100px);
  top: 20px;
  width: 40%;
}

.section-img-wrapper-r {
  right: 5%;
  text-align: right;
}

.section-img-wrapper-l {
  left: 5%;
}

.section-img-wrapper-r img,
.section-img-wrapper-l img {
  max-height: 100%;
  max-width: 100%;
}

.section-img-wrapper-fw {
  position: relative;
  width: 100%;
}

.nav {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}

.button {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  margin: 0 5px;
}

.button a {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  color: #555;
  cursor: pointer;
  display: flex;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 21px;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
  min-width: 14%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-size-adjust: 100%;
  text-wrap: nowrap;
  width: 100%;
}

.button a.-isActive {
  background-color: #04226f;
  border-color: #000;
  color: #fff;
  pointer-events: none;
}

.page-index .section1 {
  min-height: 280px;
}

.page-index .section1 .section-img-wrapper {
  top: 80px;
}

.img-rotate-size-r {
  right: 55%;
  transform: rotate(-75deg) scale(3.2);
  top: -29px;
}

.page-index .section1 .img-rotate-size-r {
  max-height: 160px;
}

.img-rotate-size-l {
  left: 15%;
  transform: rotate(44deg) scale(3.2);
  top: 150px;
}

.page-index .section2 .img-rotate-size-l {
  max-height: 190px;
}

.flex-wrapper {
  display: flex;
  justify-content: center;
}

.page-index .section4 img {
  border: 3px solid #555;
}

.page-index .section4 .section-img-wrapper {
  top: 60px;
}

.section-footer .flex-wrapper {
  flex-wrap: wrap;
}

.p.flex-wrapper {
  justify-content: space-between;
}

.brand-highlight {
  align-items: center;
  background-color: #000;
  border: 5px solid #555;
  display: flex;
  height: 200px;
  padding: 20px 30px;
  width: 300px;
}

.brand-highlight img {
  width: 100%;
}

.column {
  max-width: 400px;
  min-width: 290px;
  padding: 0 40px;
  width: 28%;
}

.img-centerh {
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.page-scissor-care .section6 img {
  padding: 15px 0;
}

.page-scissor-care .clipper-care-section {
  background-color: #ededed;
  padding: 30px 0 0;
}

.page-scissor-care .clipper-care-section .section:not(.section-colored) {
  padding: 0 30px;
}

.page-scissor-care .clipper-care-section .section {
  display: flex;
}

.page-scissor-care .clipper-care-section .section div {
  width: 50%;
}

.accordian-js {
  cursor: pointer;
}

.accordian-js.collapsed *:not(.h2) {
  display: none;
}

.graph.centered .p {
  margin: 5px auto;
  text-align: right;
  width: 435px;
}

.span.repair,
.span.replace {
  display: inline-block;
  font-weight: 500;
  padding: 5px 0;
  text-align: center;
  width: 200px;
}

.span.repair {
  background-color: #a3d9a5;
}

.span.replace {
  background-color: #f5a3a3;
}

.page-accordian .li {
  padding-left: 25px;
  text-indent: -21px;
}

.page-accordian section,
.page-accordian .section {
  padding: 0;
}

.page-accordian section .scissor-wrapper section,
.page-accordian .section .scissor-wrapper .section {
  padding: 40px;
}

.page-articles table {
  border-collapse: collapse;
  width: 100%;
}

.page-articles th {
  font-size: 1.2rem;
  font-weight: 500;
}

.page-articles th,
.page-articles td {
  background: #c0dcff;
  padding: 10px;
  text-align: left;
}

.page-articles tr:nth-of-type(2n) th,
.page-articles tr:nth-of-type(2n) td {
  background: #cde3ff;
}

.page-articles caption {
  display: none;
}

.page-accordian .h2 {
  padding-left: 40px;
}

.page-accordian .h2:hover {
  background: #e5e5e5;
}

.page-accordian .h2:before {
  content: "v";
  font-weight: 300;
  height: 50px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 50px;
}

.page-accordian .collapsed .h2:before {
  content: ">";
}

/* Extra small devices (phones, 820px and down) */
@media only screen and (max-width: 820px) {
  .popover {
    left: 0;
    right: 0;
    width: 80%;
  }

  .header .section-copy-wrapper {
    left: auto;
    width: 100%;
  }

  .section-img-wrapper {
    position: relative;
    right: auto;
    width: 100%;
  }

  .section-copy-wrapper-r {
    left: auto;
  }

  .button {
    margin: 5px 5px;
    width: 36%;
  }

  .button a {
    margin-bottom: 5px;
  }

  .section-copy-wrapper {
    width: 100%;
  }

  .h2 {
    font-size: 26px;
  }

  .section1 .img-rotate-size-r {
    max-height: 19%;
    max-width: 55vw;
    right: 48%;
    top: -60px;
    transform: rotate(-75deg) scale(1.8);
  }

  .section2 .img-rotate-size-l {
    left: 17%;
    max-height: 20%;
    max-width: 55vw;
    top: -30px;
    transform: rotate(80deg) scale(1.8);
  }

  .section3 .flex-wrapper {
    display: block;
  }

  .brand-highlight {
    justify-content: center;
    width: 100%;
  }

  .brand-highlight img {
    max-width: 170px;
    width: 100%;
  }

  .column {
    max-width: 340px;
    width: 100%;
  }

  .page-scissor-care .clipper-care-section .section {
    display: block;
  }

  .page-scissor-care .clipper-care-section .section div {
    width: auto;
    text-align: center;
  }
}

/* Medium devices (landscape tablets, 820px and up) */
@media only screen and (min-width: 820px) and (max-width: 1700px) {
  .img-rotate-size-l {
    left: 10%;
    transform: rotate(13deg) scale(3.2);
    top: 200px;
  }

  .img-centerv {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
}

/* Large devices (laptops/desktops, 1700px and up) */
@media only screen and (min-width: 1700px) {
  .header {
    margin: 0 230px;
  }

  .section {
    margin: 0 300px;
  }

  .section-copy-wrapper-r {
    left: 55%;
  }

  .section-copy-wrapper {
    /* max-width: 768px; */
    width: 40%;
  }

  .section2 .img-rotate-size-l {
    left: 30%;
    top: 190px;
  }

  .img-centerv {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
}
.page-pricing {
  .h5 {
    padding-top: 20px;
  }
  .pricing-title {
    display: flex;
    justify-content: space-between;
  }
  .section.section1 div {
    margin: 0 auto;
    max-width: 600px;
  }
}
