/* ----------------------------------------------------------------------
Template Name : Seniman Koding Digital Market
Author        : Seniman Koding Digital Market
Version       : 1.0
Copyright     : 21 April 2021
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */


/* Imported CSS */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500|Catamaran:100,200,300,400,500,600,700,800,900');
/* End Imported CSS*/


/* Default CSS*/
body {
	font-family: Muli,Helvetica,Arial,sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 15px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 1s;
}

.title-all {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.title-all-parent {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 10px;
}
.title-all-desc p {
  font-size: 18px;
  color: #666;
}

.header-page {
  margin-top: 80px;
}
.header-page-box {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.header-page-box-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 10px;
  color: #fff;
}

.header-page-box-desc p {
  font-size: 20px;
  color: #fff;
}

.display-mobile {
  display: none;
}
/* End Default CSS*/


/* Nav CSS */
.navbar {
  position: fixed;
  min-height: 80px;
  background: #fff;
  width: 100%;
  /*border-bottom: 1px solid #eaeaea;*/
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover {
  color: #007bff;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link:after {
  background: #222;
}
.nav-scroll .navbar-nav .navbar-brand {
  padding: 15px 0;
  color: #111;
}

.navbar-brand {
  padding: 5px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.navbar-brand:hover {
  color: #fff;
}
.nav-brand {
  color: #212529;
}
.nav-brand:hover {
  color: #212529;
}

.nav-contact {
  background: #007bff;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 8px 24px !important;
  border-radius: 5px;
  border: 1px solid #007bff !important;
  transition: 0.5s;
}

.nav-contact.nav-contact-tf {
  background: transparent !important;
  color: #007bff !important;
}

.navbar-medisancis ul ul {
  position: absolute;
  min-width: 150px;
  background: #fff;
  border-radius: 2px;
  display: none;
  border: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}

.navbar-medisancis ul ul li {
  display: block;
  background: #fff;
  padding-right: 10px;
}
.navbar-medisancis ul ul li a {
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 500;
}
.navbar-medisancis ul ul li a:hover {
  color: #007bff !important;
}
.navbar-medisancis ul li:hover ul {
  display: block;
}
.navbar-medisancis .dropdown-toggle::after {
  display: none;
}
.navbar-medisancis .navbar-brand {
  padding-top: 0rem;
} 


ul ul li {
  padding-bottom: 10px;
}
.menu-bahasa-ul a {
  color: #333;
}
.nav-mobile-language {
  display: none;
  float: right;
  margin-left: 120px;
}
.nav-mobile-language a {
  color: #333;
}
.navbar-medisancis .nav-mobile-language ul ul {
    position: absolute;
    min-width: 110px;
}
.nav-mobile-language img {
    border-radius: 50%;
    border: 1px solid #eaeaea;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.navbar-nav img {
    border-radius: 50%;
    border: 1px solid #eaeaea;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.nav-desktop-language button,
.navbar-right button {
  background: transparent;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}
/* End Nav CSS */

/* Header CSS */
.header {
  background: #f9f8fd;
  padding-top: 100px;
}
.header-text {
  padding-top: 100px;
}
.header-text-parent {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding-bottom: 10px;
}
.header-text-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}
.header-text-desc {
  padding-bottom: 50px;
}
.header-text-desc p {
  font-size: 18px;
}
.header-text-cta a {
  font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 35px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}
.header-img-desktop {
  padding-top: 40px;
}
.header-img-desktop img {
  max-height: 550px;
  width: auto;
  display: block;
  margin: 0 auto;
}
/* End Header CSS */

/* Search Index CSS */
.seacrh-index {
  padding-top: 70px;
  padding-bottom: 70px;
}
.seacrh-index .title-all {
  padding-bottom: 40px;
}
.search {
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.search input {
  box-shadow: hsl(0deg 0% 80%) 0 5px 16px;
  padding: 0 150px 0 32px;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #f9fbfa;
}
.search button {
  border: none;
  padding: 9px 25px;
  background: #6ba229;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  right: 17px;
  cursor: pointer;
}
/* End Search Index CSS */

/* Kategori CSS */
.kategori {
  padding-bottom: 70px;
}
.kategori-box {
  box-shadow: 0 5px 10px rgb(102 113 228 / 20%);
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px 50px 20px;
}
.kategori-box-img {
  padding-bottom: 30px;
  overflow: hidden;
  aspect-ratio: 16 / 12;
}
.kategori-box-img img {
  border-radius: 5px;
  object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.kbt-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 22px;
}
.kategori-box-cta a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 35px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}
.ketegori-cta {
  padding-top: 40px;
  text-align: center;
}
.ketegori-cta a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}
/* End Kategori CSS */

/* Product CSS */
.product {
  background: #f9f8fd;
  padding-top: 70px;
  padding-bottom: 70px;
}
.product.product-all {
  background: #fff;
  padding-bottom: 40px;
}
.product .row {
  padding-top: 40px;
}
.product-box {
  box-shadow: 0 5px 10px rgb(102 113 228 / 20%);
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fff;
}
.product-box-img {
  overflow: hidden;
  aspect-ratio: 16 / 12;
}
.product-box-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.product-box-text {
  padding: 10px 15px;
} 
.product-box a .pbt-title {
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  height: 50px;
}
.product-box a .pbt-desc {
  color: #666;
  font-size: 14px;
}
.product-box-pricing {
  padding-bottom: 20px;
}
.product-box a .product-box-pricing span {
  border-radius: 5px;
  padding: 5px 15px;
  background: #d8ebe4;
  color: #333;
  font-weight: 600;
}
.product-pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
/* End Product CSS */

/* Design About CSS */
.design-about {
  padding-top: 70px;
  padding-bottom: 70px;
}
.design-about-img img {
  border-radius: 5px;
}
.design-about-text {
  padding-top: 40px;
  padding-left: 40px;
}
.design-about-text-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 50px;
}
.design-about-text-cta a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #007bff;
    padding: 13px 35px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}
/* End Design About CSS */

/* Video About CSS */
.video-about {
  padding-top: 20px;
  padding-bottom: 150px;
}
.video-about-text {
  padding-top: 40px;
  padding-right: 40px;
}
.video-about-text-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 50px;
}
.video-about-text-cta a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #007bff;
    padding: 13px 35px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

/**/

.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
}

.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #007bff;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #007bff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #007bff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i {
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    font-size: 25px;
    top: 15%;
    left: 15%;
}

.youtube-link {
  cursor: pointer;
}
.grtyoutube-popup {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:99999;
}
.grtyoutube-popup-content {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
.grtyoutube-popup-close {
  position:absolute;
  top:-30px;
  right:0;
  color:#FFF;
  font-size:25px;
  width:17px;
  height:17px;
  cursor:pointer;
}
.grtyoutube-iframe {
  width:100%;
  height:100vh;
}
.grtyoutube-dark-theme{
  background: rgba(0,0,0, 0.85);
}
.grtyoutube-dark-theme .grtyoutube-popup-close {
  background: url('../../../assets/img/icon-close-white.png') no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width:767px) {
  .grtyoutube-iframe {
    width:100%;
    height:240px;
  }
  .grtyoutube-popup-content {
    margin-top: 100px;
  }
  .grtyoutube-dark-theme .grtyoutube-popup-close {
    position: absolute;
    top: -25px;
    right: 10px;
  }
}
/* End Video About CSS */


/* Footer New */
.footer-new {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #212529;
  color: #eaeaea;
}
.footer-new-title {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 15px;
}
.footer-new-desc p{
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.footer-new-desc.fnd p{
  padding-right: 100px !important;
}
.footer-new-desc li {
  padding-bottom: 10px;
}
.footer-new-desc li a {
  color: #999;
  text-transform: capitalize;
  font-weight: 300;
  transition: 0.5s;
}
.footer-new-desc li a:hover {
  color: #007bff;
}
.footer-new hr {
  margin-top: 70px;
  background: #999;
}

.footer-social-media-detail ul li {
  display: inline-block;
}
.footer-social-media-detail i {
    text-align: center;
    color: #fff;
    font-size: 14px;
    /*background: rgba(0, 0, 0, 0.3);*/
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    transition: 0.5s;
}
.footer-social-media-detail i:nth-child(1) {
  margin-left: 0px;
}
/*.footer-social-media-detail i:hover {
  background: #fff;
  color: #333;
}*/
/* End Footer New */

/* Copyright */
#copyright {
  background: #212529;
  color: #fff;
  margin-bottom: -50px;
}
.copyright-detail {
  padding-bottom: 20px;
}
.copyright-detail p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5;
}
.copyright-detail a {
  color: #fff;
  font-weight: 500;
}
/* End copyright */


/* Scroll Top */
.scroll-up {
  position: fixed;
  bottom: 55px;
  right: 30px;
  color: #748182;
  cursor: pointer;
  z-index: 10;
  display: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.scroll-up .top-one {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  width: 1px;
  background: #748182;
  margin-left: 12px;
}
.scroll-up .top-two { 
  text-orientation: mixed;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: rotate(180deg);
}
.scroll-up:hover .top-two {
  color: #748182;
}
.scroll-up .top-three {
  display: block;
  height: 0px;
  margin-bottom: 5px;
  width: 1px;
  background: #212529;
  margin-left: 12px;
    
}
.scroll-up:hover .top-three {
  height: 30px;
  background: #748182;
}
.scroll-up:hover .top-one {
  height: 0px;
}

/* End Scroll Top */


/* ============================================== Page Category =============================== */
.header-page.category-page {
  background: #14229c;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.header-page .header-page-box {
  margin-bottom: 30px;
}
.kategori.kategori-detail-page {
  padding-top: 70px;
  padding-bottom: 70px !important;
}

/* ============================================== Page Product =============================== */
.header-page.product-page {
  background: #14229c;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.pptb-title {
  font-size: 30px;
  font-weight: bold;
}
.pptb-desc-detail {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.pptb-desc-detail span {
  font-weight: 600;
}
.pptb-desc-detail ul {
  margin-left: 40px;
}
.pptb-desc-detail ul li {
  list-style-type: disc !important;
}
.pptb-desc-detail a {
  color: #333;
  transition: 0.5s;
}
.pptb-desc-detail a:hover {
  color: #007bff;
}

/* ======================================= Page Product Detail =============================== */
.page-product-detail {
  margin-top: 80px;
  padding-bottom: 80px;
}
.page-product-detail .row-2 {
  padding-top: 20px;
}
.ppdm-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}
.ppdm-img-box {
  overflow: hidden;
    aspect-ratio: 19 / 10;
}
.ppdm-img-box img {
  object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.ppdm-img-box img:hover {
  opacity: 0.5;
}
.ppdm-img-box .owl-carousel {
  margin: auto;
}
.ppdm-img-box .owl-dots {
  text-align: center;
  margin-top: -25px;
  position: relative;
}
.ppdm-img-box .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 20px;
  margin-right: 20px;
  background-color: #ddd;
}
.ppdm-img-box .owl-dots .owl-dot.active {
  background-color: #318fff;
}
.ppdm-img-box .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ppdm-img-box-all {
  margin-top: 20px;
}
.ppdm-img-box-all ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.ppdm-img-box-all ul li img {
  max-height: 60px;
  width: auto;
}
.ppdm-img-box-all ul li img:hover {
  opacity: 0.5;
}
.ppdm-img-box-preview {
  padding-top: 30px;
  text-align: center;
}
.ppdm-img-box-preview a {
  font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #007bff;
    padding: 13px 35px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.page-product-detail-text {
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgb(102 113 228 / 13%);
  padding: 30px 15px;
}
.ppdt-product {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.ppdt-categori {
  color: #666;
}
.ppdt-price {
  padding-top: 5px;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 700;
}
.ppdt-desc {
  padding-top: 20px;
  padding-bottom: 30px;
}
.ppdt-desc p {
  font-size: 14px;
}
.ppdt-desc p:nth-child(2) {
  padding-top: 10px;
}
.ppdt-desc p img {
  max-height: 20px;
  width: auto;
}

.ppdt-cta-form button {
  text-align: center;
  border: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px !important;
  cursor: pointer;
  margin-bottom: 10px;
}
.ppdt-cta-form button.form-btn-wa {
  background: #6ba229 !important;
}
.ppdt-cta-form button.form-btn-shopee {
  background: linear-gradient(#ee4d2d, #ff7337);
}
.ppdt-cta-form button.form-btn-tiktok {
  background: #333 !important;
}
.ppdt-cta-form button.form-btn-tokopedia {
  background: #00AA5B !important;
}
.ppdt-cta-form .no-wa input {
  border: none;
}
.ppdt-cta-form .fa-clone {
  color: #007bff;
}

/* page product detail desc CSS */
.page-product-detail-desc {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ppdd-desc ol,
.ppdd-desc ul {
  margin-left: 40px;
}
.ppdd-desc ol li {
  list-style-type: decimal !important;
  color: #666;
  line-height: 1.7;
}
.ppdd-desc ul li {
  list-style-type: disc !important;
  color: #666;
  line-height: 1.7;
}
.ppdd-video {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ppdd-video-box {
  margin-bottom: 30px;
}
.ppdd-video .video-play-button {
  top: 30%;
}

.ppdd-video-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.ppdd-video .row {
  padding-top: 30px;
}
.video-img-title {
  padding-top: 20px;
  height: 110px;
}
.video-img-title p {
  font-weight: 600;
}
/* End page product detail desc CSS */

/* page-product-detail-text-desc CSS */
.page-product-detail-text-desc {
  margin-top: 30px;
  padding: 15px;
}
.page-product-detail-text-desc tr td {
  padding-bottom: 10px;
}
.page-product-detail-text-desc tr td:nth-child(1) {
    font-weight: 700;
    width: 60%;
}
/* End page-product-detail-text-desc CSS */

/* ====================================== Category Product =============================== */
.product-none {
  padding-top: 30px;
  padding-bottom: 40px;
}
.product-none-text {
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
.product-none-img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.product-title-category {
  color: #007bff;
}
.product-title-category span {
  color: #333;
}

/* Blog */
.blog-home {
  padding-top: 40px;
}
/* End Blog */

/* WhatsApp */
.contact-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
}
.contact-whatsapp img {
  max-height: 60px;
}
/* End WhatsApp*/