body,
ul,
li,
p,
a,
label,
input,
div {
  font-size: 18px !important;
  font-weight: 300 !important;
}
.h1 {
  font-size: var(--h1-size) !important;
  font-weight: 200 !important;
}
.h2 {
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-size: 22px !important;
}
.h4 {
  font-size: 18px !important;
}
.large-title {
  font-size: 48px !important;
  font-weight: 200 !important;
}
.title {
  font-size: 30px !important;
  font-weight: 300;
}
.price {
  font-size: 22px !important;
  font-weight: 600;
}
.subtitle {
  font-size: 22px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-100 {
  font-size: 100px !important;
  font-weight: 500;
}
.logo {
  font-weight: 500 !important;
}
.text-warning {
  color: #ede861 !important;
}
.text-muted {
  color: #bcbcbc !important;
}
.text-success {
  color: var(--primary-color) !important;
}
.text-success-light {
  color: var(--secondary-color) !important;
}
.text-light {
  color: #cfd6e1 !important;
}
.bg-dark {
  background-color: #212934 !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-gray {
  background-color: #efefef !important;
}
.bg-black {
  background-color: #1d242d !important;
}
.bg-success {
  background-color: var(--primary-color) !important;
}
.footer-bg {
  background-color: var(--footer-bg-color) !important;
}
.footer-bg-bottom {
  background-color: var(--footer-bg-bottom-color) !important;
}
.bg-section {
  background-color: var(--section-bg-color) !important;
}
.btn-success {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.btn-success:hover {
  background-color: var(--primary-dark-color) !important;
  border-color: var(--primary-dark-color) !important;
}
.pagination .page-link:hover {
  color: #fff;
}
.pagination .page-link.active {
  background-color: var(--primary-dark-color);
  color: #fff;
}
.dark-gray {
  color: #495057;
}
.color-dark-gray {
  color: #adb5bd;
}
.color-light-blue {
  color: #103076;
}
.color-transparent-bg {
  background-color: #0009;
}
.custom-breadcrumb::before {
  font-size: 1.5rem !important;
}
#ch_main_nav a {
  color: #212934;
}
#ch_main_nav a:hover {
  color: var(--secondary-color);
}
#ch_main_nav .navbar .nav-icon {
  margin-right: 20px;
}
.ch-accordion a {
  color: #000;
}
.ch-accordion a:hover {
  color: #333d4a;
}
#ch_footer a {
  color: var(--footer-anchor-color);
}
#ch_footer a:hover {
  color: var(--secondary-color);
}
#ch_footer ul.footer-link-list li {
  padding-top: 10px;
}
#ch_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#ch_footer ul.footer-icons li:hover {
  background-color: var(--footer-anchor-color);
  transition: 0.5s;
}
#ch_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: 0.5s;
}
#ch_footer .border-light {
  border-color: #2d343f !important;
}
@media (min-width: 768px) {
  #ch_main_nav .navbar-nav {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.height-100 {
  height: 100px;
}
.height-230 {
  height: 230px;
}
.height-300 {
  height: 300px;
}
.height-400 {
  height: 400px;
}
.height-450 {
  height: 450px;
}
.full-height {
  height: 100%;
}
img {
  height: auto;
  width: 100%;
}
.rc-img-height {
  height: 200px;
}
.pc-img-height {
  height: 230px;
}
.blog-tiles-img-height {
  height: 180px;
}
.list-img-height {
  height: 200px;
}
.text-truncate-two-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.single-line-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rating {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 4px;
}
.star-color {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: orange;
}
.empty-star {
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}
.common-affiliate-img-height {
  height: 15px;
}
.text-bold {
  font-weight: 700;
}
.boarder-top {
  border-top: 1px solid #eee;
}
.boarder-bottom {
  border-bottom: 1px solid #eee;
}
.shadow-light {
  box-shadow: 0 0 10px #00000014;
}
.rc-rounded {
  border-radius: 15px;
  overflow: hidden;
  border-bottom: 3px solid #d6d6d6;
  transition: border-color 0.3s ease;
}
.rc-rounded:hover {
  border-bottom: 3px solid var(--primary-color);
}
.rc-rounded img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (max-width: 768px) {
  .large-title {
    font-size: 35px !important;
    font-weight: 200 !important;
  }
  .list-img-height {
    height: 180px;
  }
  .rc-img-height {
    height: 230px;
  }
  .pc-img-height {
    height: 200px;
  }
  .blog-tiles-img-height {
    height: 160px;
  }
}
