.productView-description #tab-description {
  word-wrap: break-word;
  max-width: 100%;
  overflow: hidden; }

.productView-description #tab-description iframe,
.productView-description #tab-description video,
.productView-description #tab-description img {
  max-width: 100%; }

.blog-post-body .blog-header {
  text-align: center; }

.blog-post-body .blog-post {
  text-align: left; }

.blog-post-body .blog-post a {
  float: none;
  width: auto; }

.footer-info-list li a.email-inner {
  float: none; }

.container .page-content {
  word-break: break-all; }

.blog .blog-post-body ol {
  margin-left: 0; }

.blog .blog-post-body .blog-post table,
.blog .blog-post-body .blog-post table td {
  border: 1px solid;
  text-align: center; }

.blog-post a {
  text-transform: none; }

#product_viewpage .productView-description .tabs, .productView .productView-description .tabs {
  display: flex;
  overflow: hidden;
  overflow-x: auto; }

#product_viewpage .productView-description .tab, .productView .productView-description .tab {
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 0 0 auto; }

#product_viewpage .productView-description .tab, .productView .productView-description .tab:last-child {
  margin-right: 10px; }

@media (min-width: 1240px) {
  .custom_mobile_title {
    display: none !important; } }

@media (max-width: 1239px) {
  .custom_mobile_title {
    display: inline-block !important; } }

.products-card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.products-card-list .product-card-item {
  max-width: 355px;
  width: 33.33%;
  margin-top: 29px; }
  @media all and (max-width: 750px) {
    .products-card-list .product-card-item {
      width: 100%; } }

.product-card-info {
  padding: 10px;
  box-sizing: border-box; }

.product-card-info:hover {
  box-shadow: 0 0 10px 0.44px #d2d2d2; }

.product-card-body .product-card-title {
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  margin: 0; }
  @media all and (max-width: 750px) {
    .product-card-body .product-card-title {
      font-size: 14px; } }

.product-card-body .product-card-title a {
  text-decoration: none; }

.product-card-text {
  margin: 5px 0 0 0; }

.product-card-text.price-container {
  opacity: 1;
  visibility: visible;
  display: flex; }

.product-card-text .product_price {
  flex: 1 0 auto; }

.product-card-text .product_status {
  font-size: 1.5rem; }

.product-card-text .product_sold_out {
  color: #ff0d00; }

.product-card-text .price-section {
  font-size: 1.61429rem;
  font-weight: 600;
  color: red;
  padding-right: 6px;
  letter-spacing: 0;
  margin-bottom: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.product-card-text .price--non-sale {
  font-size: 1.2rem; }

.products-cards-title {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px; }
  @media all and (max-width: 550px) {
    .products-cards-title {
      display: block; } }

.products-cards-title-name {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  text-align: left;
  margin-right: 10px;
  margin-top: 0; }

.products-cards-title-timer {
  display: flex;
  align-items: flex-start;
  margin-right: 10px; }

.products-cards-title-timer > div {
  text-align: center; }

.products-cards-title-timer > div .text {
  font-size: 16px;
  color: #f39019;
  line-height: 20px;
  font-weight: 700; }

.products-cards-title-timer > div.dian {
  font-size: 24px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  color: #333;
  margin: 0 5px; }

.products-cards-title-timer .timerItem {
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  padding: 6px 13px; }

.page-heading {
  margin-right: 10px; }

.productList .listProduct .listItem-price .sale-price .price.price--withoutTax,
.productView-price .sale-price .price.price--withoutTax {
  font-size: 26px;
  color: red;
  font-weight: bold; }

#kuLandingProductsListUl .kuSpecialPrice {
  font-size: 26px;
  color: red;
  font-weight: bold; }

.top-cms-block .top-banner-block .Cms-block .cms-description {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .top-cms-block .top-banner-block .Cms-block .cms-description {
      top: 50%;
      font-size: 26px; } }
  @media (min-width: 551px) {
    .top-cms-block .top-banner-block .Cms-block .cms-description {
      top: 50%; } }

.navPages-item h3 {
  margin: 0;
  padding: 0;
  font-size: inherit; }

.productView-options p {
  color: red;
  font-weight: bold;
  font-size: 17px; }
