.text-red {
  color: #f73935;
  font-weight: bold;
}

.bred {
  color: #f73935;
  font-weight: bold;
}

.bg-red {
  background-color: #f73935;
  color: #fff;
}

.text-black {
  color: #000;
}

.bold {
  font-weight: bold;
}

.bg-black {
  background-color: black !important;
}

.lead {
  font-size: 3rem;
}

.sublead {
  font-size: 2rem;
}

.white-border {
  border: 1px #fff solid;
  padding: 10px;
}

.main-content {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 30px;
}

.slightlyLarge {
  font-size: 1.7rem;
}

.main-text {
  margin-bottom: 2.2rem;
}

.main-img {
  margin-bottom: 2.2rem;
}

.large-text {
  font-size: 2.1rem;
}

.box {
  font-size: 1.7rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.overlay-box {
  font-size: 1.7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
  border: 1px solid #efefef;
  top: -4rem;
  box-shadow: 0px 5px 5px 1px #d5d5d5;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.box-shadow {
  box-shadow: 0px 5px 5px 1px #d5d5d5;
}

.black-red-box {
  background-color: #000;
  color: #f73935;
  padding: 10px 10px 10px 15px;
  margin-bottom: 30px;
}

.padded {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
  width: 50%;
}

.white-box {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
  padding: 10px;
}

.checks {
  list-style: none;
  padding-left: 0;
  font-size: 1.7rem;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 2rem;
}
.checks li {
  position: relative;
  padding-left: 1.5em; /* space to preserve indentation on wrap */
  padding-bottom: 1rem;
}
.checks li:before {
  content: "✓"; /* placeholder for the SVG */
  position: absolute;
  left: 0; /* place the SVG at the start of the padding */
  width: 2em;
  height: 2em;
  color: #f73935;
}

.checks2 {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 2rem;
}
.checks2 li {
  position: relative;
  padding-left: 1.5em; /* space to preserve indentation on wrap */
  line-height: 2em;
}
.checks2 li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../images/check.png);
  background-size: contain;
  top: 15px;
}

.checks4 {
  list-style: none;
  padding-left: 0;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 2rem;
}
.checks4 li {
  position: relative;
  padding-left: 1.5em; /* space to preserve indentation on wrap */
}
.checks4 li:before {
  content: "✓"; /* placeholder for the SVG */
  position: absolute;
  left: 0; /* place the SVG at the start of the padding */
  width: 2em;
  height: 2em;
  color: #ffffff;
}

.checks6 {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 2rem;
}
.checks6 li {
  position: relative;
  padding-left: 70px; /* space to preserve indentation on wrap */
  line-height: 2em;
  padding-right: 70px;
  font-size: 1.2rem;
}
.checks6 li:before {
  content: "";
  position: absolute;
  margin-right: 30px;
  padding-right: 30px;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
  margin-left: 15px;
}

.checks6 li:nth-child(1):before {
  background: url(../images/t1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.checks6 li:nth-child(2):before {
  background: url(../images/t2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.checks6 li:nth-child(3):before {
  background: url(../images/t3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.checks6 li:after {
  margin-left: 30px;
}

.bg-grey {
  background-color: #ebebeb;
}

.gradient-grey {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 80%,
    rgba(224, 224, 224, 0.7063200280112045) 100%
  );
}

.fa-star {
  color: #eea300;
}

.reviews {
  font-size: 1.5rem;
}

.penisCard {
  padding-left: 10%;
  padding-right: 10%;
  box-shadow: 0px 5px 5px 1px #d5d5d5;
}

.mw1 {
  max-width: 295px;
}

.mw2 {
  max-width: 545px;
}

.vector1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../images/vector1.png);
  background-size: contain;
  margin-top: 10px;
}

.vector2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../images/vector2.png);
  background-size: contain;
  margin-top: 10px;
}

.checks3 {
  list-style: none;
  padding-left: 50px;
  margin-top: 10px;

  position: relative;
}

.contents {
  display: contents;
}

.boxedShadow {
  box-shadow: 0px 0px 15px 5px #d5d5d5;
}

.bg-grey-gradient {
  background-color: #ebebeb;
}

.redBox {
  background-color: #d73e3e;
  color: #fff;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
}

.redPanel {
  border: 1px #d73e3e solid;
  background-color: #ffffff;
}

.redPanelHead {
  background-color: #d73e3e;
  color: #fff;
  padding: 10px;
}

.redPanelBody {
  padding: 5%;
}

.greyPanel {
  border: 1px #ebebeb solid;
  background-color: #ffffff;
}

.greyPanelHead {
  background-color: #ebebeb;
  color: #d73e3e;
  padding: 10px;
}

.greyPanelBody {
  padding: 5%;
}

.padded-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
  width: 50%;
}

.overlay-box-img {
  font-size: 1.7rem;
  top: -10rem;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mb10 {
  margin-bottom: 10rem;
}

.centerImg {
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.abs {
  position: absolute;
}

.margB {
  padding-bottom: 472px;
}

.margT {
  padding-top: 600px;
}

.movedBlock {
  top: -472px;
}

.margB2 {
  padding-bottom: 500px;
}

.margT2 {
  margin-top: 550px;
}

.movedBlock2 {
  top: -500px;
}

.topA {
  margin-bottom: 3rem;
}

.topB {
  margin-bottom: 5rem;
}

.topC {
  margin-top: 2rem;
}

.blackA {
  text-align: center;
  top: -40px;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.lengthA {
  margin-bottom: calc(170px + 1rem);
}

.lengthB {
  margin-top: calc(170px + 1rem);
}

.lengthBox {
  top: -170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviewContainer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.small {
  font-size: 1rem;
}

.cardInfo {
  font-size: 1.1rem;
}

.redTop {
  background-color: #e44b40;
  height: 500px;
  z-index: -1;
  display: inline;
}

.redBlackText {
  background-color: #e44b40;
  color: #000;
  text-align: center;
}

.redWhiteText {
  background-color: #e44b40;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.fxs {
  font-size: 0.8rem;
}

.redBtn {
  background-color: #e44b40;
  color: #fff;
  width: calc(100% - 60px);
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-filter: brightness(100%);
}

.redBtn:hover {
  color: #fff;
  cursor: pointer;
  background-color: #b1180d;
}

.guarantee {
  max-width: 60px;
  position: absolute;
  z-index: 2;
  text-align: left;
  top: -26px;
  left: 21px;
}

.text-left {
  text-align: left;
}

.mw0 {
  max-width: 100px;
}

.bottles {
  max-height: 378px;
}

.up {
  position: absolute;
  top: -12rem;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -12rem;
}

.down {
  margin-bottom: 12rem;
}

.accordion-item {
  margin-bottom: 25px;
}

.accordion-button {
  font-size: 1.3rem;
  color: #e44b40;
  font-weight: bold;
}

.accordion-body {
  font-size: 1.3rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e44b40;
}

.footer {
  background-color: #f9f9f9;
  display: flex;
  color: #5f5f5f;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select {

  /* styling */
  background-color: white;
  border: thin solid #e44b40;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


@media only screen and (max-width:762px){
  .navbar-brand {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .mw1,
  .mw2 {
    max-width: 100%;
  }

  .navbar-brand {
    text-align: center;
    display: block;
  }

  .text-sm-center {
    text-align: center;
    margin: auto;
    display: block;
  }

  .phone {
    margin: auto !important;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
  }

  .lead {
    font-size: 1.8rem;
  }
  .sublead {
    font-size: 1.7rem;
  }

  nav .btn {
    margin-top: 5px;
  }

  .main-content {
    font-size: 1.4rem;
  }

  .checks3,
  .checks2 {
    font-size: 1.4rem;
  }

  .large-text,
  .slightlyLarge {
    font-size: 1.6rem;
  }

  .padded {
    width: 80%;
  }

  .black-red-box {
    text-align: center;
  }

  .margB2 {
    padding-bottom: 0px;
  }

  .abs {
    position: unset !important;
  }

  .margT2 {
    margin-top: 0px;
  }
  .position-relative {
    position: unset !important;
  }

  .movedBlock2 {
    top: unset !important;
  }

  .padded-img {
    width: 100%;
  }

  .mb10 {
    margin-bottom: 0px;
  }

  .overlay-box-img {
    top: unset !important;
  }

  .movedBlock {
    top: unset !important;
  }

  .margB {
    padding-bottom: 0px;
  }

  .margT {
    padding-top: 0px;
  }

  .position-absolute {
    position: unset !important;
  }

  img.ps-4,
  img.pe-4,
  img.px-4,
  img.float-end,
  img.float-start {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    padding-bottom: 5px;
  }

  .lengthBox {
    top: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }

  .guarantee {
    display: none;
  }

  .lengthA {
    margin-bottom: 0;
  }
}
