.post {
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
    height: 100%;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.post:hover {
    border: 1px solid #d5d5d5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.post>a {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.post .post-image {
    height: 130px;
    text-align: center;
    overflow: hidden;
}

.post .post-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.post .post-txt {
    text-align: left;
    margin-top: 20px;
}

.post .post-txt .title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .post-txt .title:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #2163e8;
}

.post .post-txt .price {
    font-weight: 500;
    font-size: .8rem;
    margin: 0px;
}


/* sidebar */

.side_nav {
    background-color: #fff;
}

.side_nav {
    margin-top: 15px;
}

.side_nav>strong.menu_title {
    background-color: #2163e8;
    display: block;
    border-radius: 5px;
    color: #fff;
}

.side_nav>strong.menu_title {
    padding: 20px 15px 10px;
    overflow: hidden;
    background-size: auto, cover;
    font-size: 16px;
    background-position: top left, top left;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
}

.side_nav>.menu_title {
    background-color: #2163e8;
    display: block;
    border-radius: 5px;
    color: #fff;
}

.side_nav>.menu_title {
    padding: 10px 15px 10px;
    overflow: hidden;
    font-size: 32px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
}

.side_nav>strong.menu_title.browse_by::before {
    content: "Browse by";
}

.side_nav>strong.menu_title::before {
    position: absolute;
    left: 9px;
    top: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 8px;
    text-transform: uppercase;
    padding: 5px 5px 3px 6px;
    width: 75%;
    border-radius: 3px;
    line-height: 1;
}

.side_nav ul {
    padding: 0;
    list-style: none;
    margin: -5px 0 0;
}

.side_nav ul li {
    list-style: none;
}

.side_nav ul li a {
    padding: 5px 15px;
    margin: 5px 0;
    display: block;
    border-bottom: 1px solid #f7f7f7;
    font-size: 12px;
    position: relative;
}

.side_nav ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #2163e8;
}

.side_nav ul li a::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 24px;
  height: 24px;
  right: 2px;
  top: 0px;
  font-size: 18px;
  font-weight: 600;
  color: gray;
}
.pagination {
  justify-content: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
nav.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
}
nav.navigation.pagination a, nav.navigation.pagination span {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.navigation.pagination a.active, nav.navigation.pagination span.active,  nav.navigation.pagination span:hover,  nav.navigation.pagination a:hover {
  background: #2163e8;
  color: #fff;
}



/* post detail */
.post-card-spec {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
}
.post-card-spec h1 {
  font-weight: bold;
  font-size: 32px;
  margin:12px 0px;
}
.post-card-spec h2 {
  font-weight: 500;
  font-size: 26px;
  margin:12px 0px;
}
.post-card-spec h3 {
  font-weight: 500;
  font-size: 22px;
  margin:12px 0px;
}
.post-card-spec h4 {
  font-weight: 500;
  font-size: 20px;
  margin:12px 0px;
}
.post-card-spec p {
  font-size: 16px;
  line-height: 32px;
}
.post-card-spec img {   
  width: auto;
  height: auto;
  max-width: 100%;
}
.post-card-spec ul li {
  font-size: 16px;
  line-height: 32px;
}
.RowBG2 {
  background-color: #c1d6ff;
  font-size: 12px;
  color: #666666;
}
.RowBG1 {
  background-color: #dee9ff;
  font-size: 16px;
  color: #666666;
}
.specs-mainheading {
  padding: 5px 10px 5px 10px;
}
.specs-value {
  padding-left: 6px;
  background-color: white;
  border-left: 1px solid #b4b4b4;
}
.hdngArial {
  font-size: 16px !important;
  color: #2d2d2d;
  font-weight: 500;
  padding-left: 8px;  
  min-width: 140px;
}
.bottom-border-section {
  border-bottom: 1px solid #b4b4b4;
}
.bottom-border {
  border-bottom: 1px solid #d5d5d5;
}
tbody, td, tfoot, th, thead, tr {
  padding: 8px;
}


/* related posts */
.related-posts {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.related-posts .related-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}


/* ads */
.side_nav_brand img {
  width: 100%;
  height: auto;
}



/* Footer */

footer img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.text-primary-hover a {
  color: #d0d4d9;
}

footer.bg-dark .footer-desc {
  color: #d0d4d9;
}
.subscripe-form input, .subscripe-form button{
  outline: none;
  box-shadow: none;
  font-size: 16px;
  height: 45px;
}
.subscripe-form .form-text {
  color: #595d69;
}
.footer-heading {
  font-size: 22px;
  font-weight: 500;
}
footer .badge:hover {
  color: inherit;
  text-decoration: none;
}
footer .footer-recent-post {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 6%;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-weight: inherit;
}
footer .footer-recent-post:hover {
  background-size: 100% 6%;
}
footer .stretched-link, footer .nav-link {
  color: #d0d4d9;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 6%;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-weight: inherit;
}
footer .nav-link {
  padding: 0px;
}
footer .stretched-link:hover {
  background-size: 100% 6%;
}
.nav.nav-divider .nav-item + .nav-item:before {
  content: "•";
  color: inherit;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  opacity: 0.8;
}
footer ul.footer-links li {
  padding: 0.25rem 0.75rem;
}
.bg-dark {
  background-color:rgba( 25, 26, 31) !important;
}
.bg-dark-overlay-3 {
  position: relative;
  z-index: 99;
}
footer .bg-dark-overlay-3:before {
  content: " ";
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 475px) {
  .footer-heading {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  footer .nav-link {
    font-size: 12px;
  }
}