body {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  margin: 0;
}

header {
  background-color: rgb(0, 0, 0);
  text-align: center;
  height: 14px;
  display: flex ;
  width: 100%;
  justify-content: center;
  line-height: 14px;
  font-size: 14px;
  color: #636a7b;
}
.header-link {
  font-size: 20px;
}

@media (max-width: 768px) {
  .header-link {
    font-size: 14px;
  }

}
.container-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

.arrlert-wrapper {
  border-width: 3px;
  border-style: solid;
  border-color: rgb(235, 233, 188);
  border-radius: 10px;
  color: rgb(48, 48, 48);
  text-align: initial;
  margin: 20px 0px 0px;
  padding: 10px;
  background-color: rgb(254, 251, 217);
  background-size: auto;
  background-repeat: no-repeat;
  display: flex ;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  gap: 8px;
}

.arrlert-wrapper strong {
  color: rgb(208, 2, 27);
}

.arrlert-wrapper p {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .arrlert-wrapper {
    font-size: 14px;
    padding: 5px;
  }

}

.flex-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  width: 75%;
}

@media (max-width: 768px) {
  .main-wrapper {
    width: 100%;
  }
}

.breadcrumbs-wrapper {
  color: rgb(99, 106, 123);
  font-size: 12px;
  line-height: 1;
  margin: 15px 0px 0px;
  display: flex ;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

h1 {
  font-size: 40px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #303030;
  margin-bottom: 0;
}

h2 {
  font-size: 30px;
  margin-top: 20px;
  color: rgb(48, 48, 48);
  font-weight: bold;
  line-height: 140%;
  text-transform: capitalize;
}

.qout-box {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
  padding: 24px 16px;
  background: aliceblue;
  border-radius: 8px;
}

.qout-box-wrapper {
  margin-left: 20px;
  border-left: 4px solid #3f78fa;
  padding-left: 20px;
}

.qout-box-wrapper p:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .qout-box {
    max-width: 100%;
    padding: 24px 8px;
  }
  
  .qout-box-wrapper {
    margin-left: 12px;
    border-left: 4px solid #3f78fa;
    padding-left: 12px;
  }
}


.rating-block .star {
  width: 100px;
}

.rating-block  .rating-count {
  color: rgb(0, 113, 133);
  font-weight: bold;
  margin-left: 8px;
}

.rating-block .author-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rating-block  .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.rating-block  .author-details {
  font-size: 18px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .rating-block  .author-details {
    font-size: 16px;
    flex-wrap: wrap;
  }
  
}

.rating-block  .author-details strong {
  color: #000;
  font-size: 18px;
  margin-right: 8px;
}

.rating-block  .verified {
  color: green;
  margin: 0 5px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 22px;
  }
}

.subtitle {
  margin: 5px 0px 20px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 16px;
  }
}

.subtitle .highlited,
strong.highlited {
  background-color: rgb(255, 191, 0);
}

.text-center {
  text-align: center;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.video-wrapper video,
.video-wrapper img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.as-seen-on {
  height: 107px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .as-seen-on {
    height: 70px;
  }
}

p {
  font-size: 20px;
  line-height: 1.5;
  color: #303030;
  margin: 0 0 20px;
}


@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

.mt-3 {
  margin-top: 30px;
}

a {
  color: #3f78fa !important;
    font-weight: bold !important;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.blue {
  color: #3f78fa;
}

.sidebar-wrapper {
  width: 25%;
}

.sidebar {
  max-width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px;
  margin-top: 35px;
  display: flex ;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .sidebar-wrapper {
    display: none;
  }
}

.sidebar p {
  line-height: 1.2;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  text-shadow: transparent 0px 0px 0px;
  text-align: center;
  margin-bottom: 20px;
}

.sidebar .btn-default {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  margin: 0px;
  padding: 15px 10px;
  font-size: 19px;
}


.bottom a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 20px;
  margin: 0;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial {
  font-size: 16px;
}

.testimonial .header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial .name {
  margin: 0;
  font-size: 17px;
}

.testimonial .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial .flex p {
  margin: 0;
}

.testimonial .stars {
  color: #ffc107;
  font-size: 17px;
}

.testimonial .headline {
  font-weight: bold;
  margin-top: 8px;
  font-size: 18px;
}

.testimonial .meta {
  font-size: 0.9em;
  color: #666;
  margin-top: 12px;
}

.testimonial .verified {
  color: #b45309;
  font-weight: bold;
  margin-top: 12px;
  font-size: 18px;
}

.testimonial .review {
  margin-top: 12px;
}

.btn-default {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  max-width: 100%;
  font-weight: bold !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  display: flex;
  flex-direction: column;
  border: 0;
  outline: 0;
  line-height: 1.2;
  letter-spacing: .02em;
  background: #4368e0;
  transition: .15s all ease-in-out;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: 0px 10px 10px -5px #7a6d7a9c;
  text-decoration: none;
  border-top: none rgb(103, 184, 103);
  border-left: none rgb(103, 184, 103);
  border-right: none rgb(103, 184, 103);
  border-bottom: 5px solid rgb(103, 184, 103);
  border-radius: 5px;
  margin: 20px 0px 0px;
  padding: 25px 20px;
  background-color: rgb(1, 158, 63);
  color: #ffffff !important;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
}

.btn-default:hover {
  background-color: #058705 !important;
  box-shadow: transparent 0px 0px 0px 0px !important;
  text-decoration: none;
}

p.orange {
  background-color: rgb(255, 191, 0);
  font-size: 18px;
}

/* comment box */

.comment-text {
  font-size: 20px;
  margin: 40px 0 20px;
}

textarea {
  min-height: 100px;
  color: rgb(37, 42, 50);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  background: #fff;
  border: 1px solid #c5c7d2;
  border-radius: 6px;
  max-width: 100%;
  display: block;
  padding: 11px 15px;
  letter-spacing: .02em;
}

.comment-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 40px 10px;
}
.comment-box .comment, .reply {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.comment-box p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.comment-box .reply {
  margin-top: 10px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}


.comment-box .avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
}


.comment-box .reply .avatar {
  width: 40px;
  height: 40px;
}

.comment-box .content {
  max-width: 700px;
}

.comment-box .name {
  font-weight: bold;
  color: #385898;
  display: block;

}

.comment-box .actions {
  font-size: 14px;
  color: #606770;
  margin-top: 4px;
  display: flex ;
  align-items: center;
  gap: 6px;
}

/* end of facebook comment box */
.float-bottom {
  padding: 10px 0;
  z-index: 10;
  bottom: 0px;
  background-color: #fff;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
}

.float-bottom .btn-default {
  margin: 0;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 10px;
}

.review {
  margin-bottom: 40px;
  color: #333;
}

.review .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review .review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.review .review-author {
  font-size: 18px;
  color: #333;
}
.review .review-title {
  font-size: 18px;
  margin: 8px 0;
  color: #111;
}

.review .stars {
  color: #f5c518;
  margin-right: 8px;
  font-size: 18px;
}

.review .review-date {
  color: #555;
  margin-bottom: 8px;
}

.review .verified {
  color: #d35400;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}

.review p {
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 18px;
}

.review .review-images {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.review .review-images img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.review .helpful {
  font-style: italic;
  color: #777;
}

@media (max-width: 768px) {
  .review .review-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }


  .review .review-author {
    font-size: 16px;
  }

  .review .review-title {
    font-size: 14px;
  }

  .review .stars {
    font-size: 14px;
  }

  .review .review-date {
    font-size: 12px;
  }

  .review p {
    font-size: 14px;
  }
  
}

.carousel-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.carousel {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 40px auto;
}

@media (max-width: 768px) {
  .carousel {
    max-width: 80%;
  }
  
  .carousel-wrapper {
    margin: 0;
  }
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f9f9f9;
  border-radius: 10px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.carousel-btn.prev { left: -40px; }
.carousel-btn.next { right: -40px; }

@media (max-width: 768px) {
  .carousel-btn.prev { left: 10px; }
  .carousel-btn.next { right: 10px; }
}

.blue-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 0px;
  padding: 15px 20px;
  background-color: rgb(226, 245, 249);
  flex-wrap: wrap;
}

.blue-block img {
  max-height: 160px;
}

/* updating block */
.yellow-block {
  background-color: rgb(253, 251, 218);
  margin-top: 50px;
}

.update-content {
  padding: 20px 15px;
}

.update-content p {
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  text-shadow: transparent 0px 0px 0px;
}

@media screen and (min-width: 480px) {
  .update-content p {
    font-size: calc(15px + 8 * ((100vw - 320px) / 960));
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .update-content p {
    font-size: 21px;
    text-align: left;
  }
}

.bordo {
  color: rgb(208, 2, 27);
}

.red {
  color: rgb(255, 0, 0);
}

.sale-block {
  padding: 20px 15px;
  background-color: rgb(253, 248, 186);
}

.sales-block-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.image-wrapper-sm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-content-row {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.sale-block-item {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: rgb(34, 34, 34);
  line-height: 1.4;
  margin: 10px 0px 30px;
  padding: 0px;
  text-shadow: transparent 0px 0px 0px;
  font-weight: bold;
}

.sale-block-item img {
  max-width: 100%;
}


.image-wrapper img {
  display: block;
  width: 100%;
}
/* end of updating block */