@import url(https://fonts.googleapis.com/css2?family=Hanuman:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*
Theme Name: KRAVANH ECO
Theme URI: https://kravanh.com
Author: Khon Oudorm
Description: ...
Version: 1.0
Tags: ...
*/
.shadow-sm {
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  .model .summary {
    box-shadow: 0 !important;
  }

  .categories .info a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .categories .info a {
    font-size: 16px;
  }

  .navbar.navbar-expand-lg.navbar-stuck-menu {
    background-color: #144194;
  }
  .navbar.navbar-expand-lg.navbar-stuck-menu .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar.navbar-expand-lg.navbar-stuck-menu .navbar-nav .nav-link > small > i {
    color: white;
  }

  .home-title {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .home-slide img {
    height: 250px;
  }

  .slide-right img {
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .content-page .article-list .blog-article {
    display: flex;
    align-items: center;
    padding: 15px;
    height: 250px !important;
    margin-bottom: 30px !important;
  }
  .content-page .article-list .blog-article .thumbnail {
    width: 70%;
    height: 100% !important;
  }
  .content-page .article-list .blog-article .thumbnail img {
    border-radius: 0px !important;
  }
  .content-page .article-list .blog-article .content {
    padding: 0px 0px 0px 15px !important;
    position: relative !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .content-page .article-list .blog-article .content .title {
    font-size: 20px !important;
    order: 1;
  }
  .content-page .article-list .blog-article .content .meta {
    order: 2;
    font-size: 14px !important;
  }
  .content-page .article-list .blog-article .content .subtitle {
    -webkit-line-clamp: 2 !important;
    height: auto !important;
    -webkit-box-orient: vertical !important;
    order: 3;
  }
  .content-page .article-list .blog-article .content .link {
    order: 4;
    text-align: right;
    position: relative !important;
  }
  .news-detail .title {
    font-size: 22px !important;
  }
  .news-detail p {
    font-size: 18px !important;
  }

  footer ul.widget-list li.footer-list-item-link {
    width: 49%;
    margin-bottom: 1rem;
  }
  footer ul.widget-list li.footer-list-item-link a {
    font-size: 1rem;
  }

  .row-cols-lg-10 > * {
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }

  .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    background-color: #052869 !important;
  }
}
@media (min-width: 1200px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1350px !important;
  }

  .home-title {
    font-size: 1.8rem !important;
  }

  .row-cols-xl-10 > * {
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }

  .home-slide img {
    height: 350px;
  }

  .slide-right img {
    height: 350px;
    -o-object-fit: cover !important;
       object-fit: cover;
  }

  section.news .row,
section.new-arrival .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  section.news .row .col,
section.new-arrival .row .col {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
  }

  .content-page .article-list .blog-article {
    height: 300px !important;
    padding: 30px !important;
  }

  .about p {
    font-size: 20px;
  }

  section.special .row,
section.smart-watch .row,
section.accessories .row,
.products-list .row,
.related-product .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  section.special .row .col,
section.smart-watch .row .col,
section.accessories .row .col,
.products-list .row .col,
.related-product .row .col {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px !important;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("/css/font-awesome/css/all.min.css");
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color 0.25s ease-in-out;
}

.home-title {
  font-size: 1.25rem;
}

.my-border {
  border: 1px solid #DCDFE3 !important;
}

body {
  margin: 0;
  font-family: "Poppins", "Hanuman";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  text-align: left;
  background-color: #fff;
}

.bg-yellow {
  background-color: Yellow;
}

.bg-purple {
  background-color: #D2CDDB;
}

.bg-red {
  background-color: #BA0D2F;
}

.max-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.dropdown-toggle::after {
  display: none !important;
}

.form-control:focus {
  color: #4b566b;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(25, 65, 143, 0.15) !important;
}

section.brand .row .col {
  padding: 5px;
  border: 1px solid #DCDFE3;
}
section.brand .row .col a {
  height: 50px;
  overflow: hidden;
}
section.brand .row .col a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.specail-card .card-img-top {
  height: 140px;
}
.specail-card .card-img-top img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.specail-card .product-title {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.specail-card .discount-price span {
  padding: 3px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.filters .nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  margin-bottom: 10px;
}
.filters .nav .nav-item a {
  color: #707070;
  font-weight: 500;
}
.filters .nav .nav-item:hover {
  color: #144194;
}
.filters .nav .nav-item.is-checked a {
  color: black;
}

.blog-news .blog-card {
  height: 300px;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}
.blog-news .blog-card:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.blog-news .blog-card:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}
.blog-news .blog-card:hover .content {
  height: 245px;
}
.blog-news .blog-card .thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
  height: 50%;
}
.blog-news .blog-card .thumbnail img {
  width: 120%;
  transition: all 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-news .blog-card .content {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0;
  background: #fff;
  padding: 15px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.blog-news .blog-card .content .blog-entry-title {
  font-size: 17px;
}
.blog-news .blog-card .content .blog-entry-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-news .blog-card .content .description {
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-news .blog-card .content .link {
  position: absolute;
  bottom: 0;
}
.blog-news .blog-card .content .link a {
  color: #373f50;
}
.blog-news .blog-card .content .link a:hover {
  color: #144194;
}
.blog-news .blog-card:hover .description {
  height: 85px;
}

.contact-us .card {
  margin-bottom: 20px;
}
.contact-us .card .card-body p {
  line-height: 1.5rem;
}
.contact-us .card .card-body p i {
  line-height: 1.5rem;
}

.cat-item .info {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #DCDFE3;
}

footer ul.widget-list li.footer-list-item-link {
  margin-bottom: 1rem;
}
footer .follow a {
  color: #111;
}
footer .follow a:hover {
  color: #144194;
}
footer .follow a i {
  color: #b0b8c3;
}

section.specail .row,
section.new-arrival .row,
section.smart-watch .row,
section.accessories .row,
section.news .row,
.color-choose .row,
.choose-store .row,
.related-product .row,
.products-list .row {
  margin-left: -5px;
  margin-right: -5px;
}
section.specail .row .col,
section.new-arrival .row .col,
section.smart-watch .row .col,
section.accessories .row .col,
section.news .row .col,
.color-choose .row .col,
.choose-store .row .col,
.related-product .row .col,
.products-list .row .col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

section.contact-us .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
section.contact-us .row .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.choose-color .color {
  width: 28px;
  height: 28px;
  padding: 2px !important;
}
.choose-color .subscription__button {
  justify-content: space-around !important;
}
.choose-color .subscription__title {
  font-size: 15px !important;
}

.choose-store .subscription__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
  font-size: 1rem;
  text-align: center;
}
.choose-store .subscription__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 5px 0;
  border-radius: 5px;
  border: solid 1px #B0B8C3;
  background: white;
  transition: transform 0.5s;
  cursor: pointer;
  height: 100%;
  justify-content: start;
  padding: 5px;
  height: 80px;
}
.choose-store input[type=radio] {
  display: none;
}
.choose-store input[type=radio]:checked + label:before {
  background: #6e8ca0;
  font-size: 50px;
}
.choose-store input[type=radio]:checked + label {
  border: solid 1px #144194;
  background: white;
  transition: transform 0.5s;
}
.choose-store input[type=radio]:checked + label .subscription__title {
  color: #144194;
}

.product-detail .cz-product-gallery .cz-preview {
  height: 450px;
  margin-left: 0;
  overflow: hidden;
}
.product-detail .cz-product-gallery .cz-preview .cz-preview-item .cz-image-zoom {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail .cz-product-gallery .cz-thumblist .cz-thumblist-item {
  height: 106px !important;
}
.product-detail .cz-product-gallery .cz-thumblist .cz-thumblist-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail .accordion .card-header {
  border-bottom: none !important;
}
.product-detail .soft-info .card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.product-detail .soft-info .card .col {
  border-right: 1px solid #DCDFE3;
}
.product-detail .soft-info .card .col:last-child {
  border: none;
}
.product-detail .soft-info .card .col .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #DCDFE3;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.product-detail .accordion .card {
  border-left: 0;
  border-right: 0;
}
.product-detail .accordion .card:first-child {
  border-top: 0;
  border-radius: 0;
}
.product-detail .accordion .card:last-child {
  border-bottom: 0;
  border-radius: 0;
}
.product-detail .accordion .card .card-body .d-flex {
  margin-bottom: 15px;
  line-height: 2rem;
}
.product-detail .accordion .card .card-body .title {
  min-width: 13rem;
}
.product-detail .ads img {
  max-height: 270px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item:last-child {
  margin-right: 0px;
}

.content-page .left-side .cat-bolck ul.widget-list li.widget-list-item a::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.content-page .left-side .cat-bolck ul.widget-list a.is-checked {
  color: #144194;
}
.content-page .left-side .cat-bolck ul.widget-list a.is-checked::before {
  content: "\f14a" !important;
}
.content-page .left-side .brand-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.content-page .left-side .brand-block ul li {
  width: 48%;
  margin-bottom: 0px !important;
}
.content-page .left-side .brand-block ul li a {
  display: block;
  border: 1px solid #DCDFE3;
  padding: 0.5rem;
  margin: 0.25rem;
  height: 70px;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.content-page .left-side .brand-block ul li a:hover {
  border-color: #fff !important;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.content-page .left-side .brand-block ul li a.is-checked {
  border-color: #144194;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
}
.content-page .left-side .brand-block ul li a img {
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.content-page .article-list .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.content-page .article-list .row .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.content-page .article-list .blog-article {
  height: 300px;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative !important;
  margin-bottom: 15px;
  cursor: pointer;
}
.content-page .article-list .blog-article:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.content-page .article-list .blog-article:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}
.content-page .article-list .blog-article:hover a {
  color: #144194 !important;
}
.content-page .article-list .blog-article:hover .content {
  height: 245px;
}
.content-page .article-list .blog-article:hover .content .subtitle {
  height: 85px;
}
.content-page .article-list .blog-article .thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
  height: 50%;
}
.content-page .article-list .blog-article .thumbnail img {
  width: 120%;
  transition: all 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-page .article-list .blog-article .content {
  width: 100%;
  position: absolute;
  height: 140px;
  bottom: 0;
  background: #fff;
  padding: 15px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.content-page .article-list .blog-article .content .title {
  font-size: 17px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.content-page .article-list .blog-article .content .title a {
  color: black;
}
.content-page .article-list .blog-article .content .subtitle {
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.content-page .article-list .blog-article .content .link {
  position: absolute;
  bottom: 0;
}
.content-page .article-list .blog-article .content .link a {
  color: #373f50;
}

.news-detail {
  line-height: 1.8;
}
.news-detail .title {
  font-size: 18px;
  font-weight: 600;
}
.news-detail .content-detail p {
  font-size: 16px;
}
.news-detail .content-detail a.gallery-item {
  margin-bottom: 1rem;
}
.news-detail .tag {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #DCDFE3;
  border-bottom: 1px solid #DCDFE3;
  margin-bottom: 15px;
}
.news-detail .tag a {
  color: black;
}
.news-detail .tag a:hover {
  color: #144194;
}

.about img {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.check-out .summary .thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.check-out .summary .thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
}

.my-acc-mobile .dropdown-menu {
  min-width: 15rem;
}
.my-acc-mobile .icon {
  background-color: #f3f5f9;
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
}
.my-acc-mobile .icon .cart-badg {
  position: absolute;
  top: -0.2125rem;
  right: -0.2125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #f42525;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}
.my-acc-mobile .icon i {
  font-size: 1.25rem;
  line-height: 2.875rem;
}

section.special .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
section.special .row .col {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-bottom: 16px !important;
}

.p-card {
  cursor: pointer;
}
.p-card .img-warranty {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  left: auto;
}
.p-card .card-img-top {
  height: 182px;
}
.p-card .card-img-top img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-card .card-body .title {
  min-height: 36px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-card .card-body .price-tag {
  min-height: 66px;
}
.p-card .card-body .discount-tag {
  padding: 3px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.p-card .card-body .installment {
  height: 74px;
  display: flex;
  flex-direction: column;
}
.p-card .add-to-cart {
  padding-bottom: 15px;
}

.new-arrival .p-card .installment {
  padding-top: 5px !important;
  height: 84px;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .p-card {
    position: relative;
    overflow: hidden;
    height: 350px;
  }
  .p-card .card-img-top {
    height: 150px;
  }
  .p-card:hover {
    border-color: #fff !important;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .p-card:hover .card-body {
    transform: translate(0px, -40px);
    -webkit-transform: translate(0px, -40px);
    -moz-transform: translate(0px, -40px);
    -o-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    background-color: white;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .p-card:hover .add-to-cart {
    transform: translate(0px, -15px);
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    opacity: 1;
  }
  .p-card .card-body {
    width: 100%;
    position: absolute;
    height: 100%;
    height: 200px;
    transition: all 0.5s ease;
    bottom: 0;
  }
  .p-card .add-to-cart {
    position: absolute;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px !important;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    transition: all 0.2s ease-in-out;
  }

  .new-arrival .p-card {
    height: 320px;
  }
  .new-arrival .p-card .card-img-top {
    height: 50%;
  }
  .new-arrival .p-card .card-body {
    height: 165px;
  }
  .new-arrival .p-card .card-body .price-tag {
    align-items: center !important;
  }

  .product-detail .accordion .card {
    border-left: 0;
    border-right: 0;
  }
  .product-detail .accordion .card:first-child {
    border-top: 0;
    border-radius: 0;
  }
  .product-detail .accordion .card:last-child {
    border-bottom: 0;
    border-radius: 0;
  }
  .product-detail .accordion .card .card-body .d-flex {
    margin-bottom: 15px;
    line-height: 2rem;
  }
  .product-detail .accordion .card .card-body .title {
    min-width: 13rem;
  }
}
