:root {
  --theme-color: #0092bf;
  --btn-color: #0aa255;
}

a {
  text-decoration: none !important;
  color: inherit;
}

.column {
  max-width: 560px !important;
}

/*accordeon*/

.breadcrumb-item {
  font-weight: 300;
  letter-spacing: 2px;
}

.bold-light {
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">" !important;
}

.panel-title {
  position: relative;
}

.panel-title::after {
  /* content: "\f107"; */
  /* color: #333; */
  /* top: -2px; */
  /* left: 2%; */
  /* position: absolute; */
  /* font-family: "FontAwesome"; */
}

.panel-title[aria-expanded="true"]::after {
  /* content: "\f106"; */
}

/*cart summary*/
.product-image {
  max-width: 80px;
}

/*Counter*/
.counter {
  border: 2px solid var(--theme-color);
  background-color: #e6f4ff;
}

.timer {
  color: red;
  font-weight: bolder;
  font-size: 166%;
}

.reserved {
  font-size: 90%;
}

/*Form*/
.circle {
  width: 15px;
  height: 15px;
  background-color: var(--theme-color);
  border-radius: 2rem;
}

.circle::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
}

.input-group-lg>.form-control {
  font-size: 1rem !important;
}

.input-group-lg select {
  font-size: 1rem !important;
}

.input-group-text {
  background-color: #fff !important;
  border-left: 0 !important;
  color: #919191 !important;
}

input[name="cardNumber"],
input[name="cardSecurityNumber"] {
  border-right: 0 !important;
}

.form-check-input:checked {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.btn-submit {
  background-color: var(--btn-color);
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 20%);
  text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
  background: linear-gradient(to bottom,
      #ffffff2a -150%,
      var(--btn-color) 100%);
}

.grayed {
  background: #dddddd;
  cursor: not-allowed;
}

.btn-arrow {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: -1px;
}

/*guarantee section*/
.seal {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0px;
  width: 100px;
}

.rounded-5 {
  border-radius: 1.5rem;
}

ul {
  list-style-type: none;
}

ul p {
  margin-bottom: 0;
  line-height: 1.5rem;
  color: #7d797b;
}

.list-mark {
  left: -17px;
  top: 4px;
}

/*why-choose Reviews section*/

.why-choose-title {
  top: -20px;
  background-color: #ffffff;
}

.letter-name {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ccc;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1rem;
}

.star-reviews {
  color: gold;
  font-size: 1rem;
}

.star-reviews i {
  margin-right: 1px;
}

/*Footer*/
.footer-links a {
  text-decoration: none;
  color: #333;
}

@media (min-width: 452px) {
  .reserved {
    font-size: 120%;
  }
}

@media (min-width: 992px) {
  body {
    background: linear-gradient(90deg, #ffffff 56%, #fbfbfb 0%);
  }

  .reviews-border {
    border-left: 1px solid #d9d9d9;
  }

  .reviews-container {
    background-color: #fbfbfb;
  }

  .why-choose-title {
    top: -20px;
    background-color: #fbfbfb;
  }
}