body {
  color: #212529;
  background-color: #fbfeff;
}

section.home-section {
  background-color: #fbfeff;
  color: #212529;
}

.btn-buy {
  background: #ffd803;
  color: #212529;
}
.btn-buy:hover {
  background: #ff9900;
  color: #212529;
}

.features-section {
  background-color: #d3f1ff;
  color: #2d334a;
}

.delivery-section {
  background-color: #d3f1ff;
  color: #2d334a;
}
.delivery-section .box {
  background-color: #fbfeff;
}
.delivery-section .box .box-head,
.delivery-section .box .text-box {
  color: #2d334a;
}

.faq-section .accordion-box {
  background: #d3f1ff;
}

.contact-section .contact-box {
  background: #fffffe;
}

.reviews-box {
  background: #232946;
}
.reviews-box .comment-box,
.reviews-box .client-name {
  color: #fffffe;
}
.reviews-box .rate-wrapper span {
  color: #ffd803;
}
.reviews-box .rate-wrapper span.empty {
  color: #fffffe;
}

.product-section {
  background-color: #d3f1ff;
  color: #2d334a;
}
.product-section .price-box .price {
  color: #c71b1b;
}
.product-section .price-box .compare-price {
  color: #212529;
}
.product-section .stock .available {
  color: #43882b;
}
.product-section .stock .not-available {
  color: #c71b1b;
}

.video-section {
  background-color: #d3f1ff;
  color: #2d334a;
}

footer {
  background: #232946;
}
footer .footer-items .items-title {
  color: #fffffe;
}
footer .footer-items .links-item,
footer .footer-items .item,
footer .footer-items .footer-text {
  color: #b8c1ec;
}
footer .socials {
  color: #b8c1ec;
}
