:root {
  --primary-color: #1B75CF;
}

a {
  color: inherit;
}

a.scroll-top {
  margin-bottom: 5rem;
}

/* whatsapp widget */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 13px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 999px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float:hover {
  color: white;
}

.my-float {
  margin-top: 16px;
}

.bg-whatsapp {
  background-color: #25d366 !important;
} 

.main-bg {
  background-color: var(--accent-color);
}

.main-color {
  color: var(--accent-color);
}

/* whatsapp widget */

.my-primary-color {
  color: var(--accent-color);
}

/* benefits */
.benefits .icon-box{
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.benefits .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
  font-size: 4.1rem;
}

.benefits .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.benefits .description {
  font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}
/* benefits */

/* accordion */
.accordion-button:not(.collapsed) {
  background-color: unset;
  color: var(--accent-color);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-0deg) !important;
}

.accordion-button::after {
  transform: rotate(-90deg) !important;
}

/* accordion */

.can-i-use-device {
  min-width: 100%;
}

.fa-check-circle.amazon {
  color: #1e90ff;
  font-size: .75em !important;
}

.elipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* payments */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.scrolling-wrapper {
  overflow-x: auto;
}

.payments.qty {
  width: 3.333rem;
}

/* payments */

/* product images rezising */
.product-img-resize {
  width: 400px !important;
  height: 400px !important;
  object-fit: cover;
}

.product-img-resize-2 {
  width: 500px !important;
  height: 500px !important;
  object-fit: cover;
}
/* product images rezising */

/* icons sizing */
.icons-sizing-6 {
  font-size: 5.666rem;
}

.icons-sizing-3 {
  font-size: 4.333rem;
}
/* icons sizing */


.device-features-list {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}