/*
 Theme Name:     Panda SID
 Theme URI:      https://panda.id
 Description:    Tema bawaan untuk pengguna Panda SID.
 Author:         Puskomedia Indonesia
 Author URI:     https://puskomedia.id
 Template:       Divi
 Version:        1.2.1
*/

/* Global */
a {
  color: #3a9bd5;
}

.flex {
  display: flex;
}

.container {
  max-width: 90%;
  width: 90%;
}

.post-type-archive-product #main-content .container,
.single-product #main-content .container {
  padding-bottom: 58px;
}

.post-type-archive-product #left-area {
  float: unset !important;
  padding-right: 0px !important;
}

.single-product #main-content .container {
  max-width: 1188px;
  width: 1188px;
}

.text-primary {
  color: #3a9bd5 !important;
}

hr.hr-primary {
  border: 2px solid #3a9bd5;
  width: 30%;
  margin-left: 0px;
  margin-bottom: 20px;
}

.text-bold {
  font-weight: 700 !important;
}

.link-effect a {
  cursor: pointer;
  background: linear-gradient(to bottom, #3a9bd5 0%, #3a9bd5 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  padding-bottom: 5px;
  transition: all 0.2s linear;
}

.link-effect a:hover {
  background-size: 100% 2px;
}

/* Global - Keyframes */
@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes scale-in-tr {
  0% {
    transform: scale(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-tr {
  0% {
    transform: scale(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/* Top Header */
#top-header {
  background-color: #2ea3f2;
}

#top-header .container {
  font-weight: 500;
  padding-top: 0px;
}

#top-header ul {
  line-height: 26px;
}

#top-header #et-info {
  display: flex;
  float: unset;
  justify-content: flex-start;
  padding-bottom: 0px;
}

.panda-blurb {
  margin-top: 9px !important;
}

.panda-blurb:last-child {
  padding-left: 30px !important;
}

.panda-blurb-content {
  display: table;
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 0px auto;
  word-wrap: break-word;
}

.panda-blurb-image {
  line-height: 0px;
  display: table-cell;
  max-width: 100%;
  width: 32px;
  margin-bottom: 30px;
}

.panda-blurb .et_pb_image_wrap {
  display: block;
  margin: auto;
}

#et-info-phone:before,
#et-info-email:before {
  color: #ffffff;
  font-size: 18px;
  position: unset;
  margin-right: unset;
}

#et-info-phone:before {
  content: "\e090";
}

#et-info-email:before {
  content: "\e076";
}

.panda-blurb-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.panda-blurb-container h4 {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 2px;
  margin-left: -20px;
}

#top-header #et-social {
  display: flex;
  justify-content: flex-end;
}

/* Social Icons */
ul.social-media-follow {
  list-style-type: none !important;
  text-align: right;
  padding: 0px;
  margin: 5px 0px 0px !important;
}

.social-media-follow li {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  transition: transform 300ms ease 0ms;
}

.social-media-follow li:hover {
  transform: scaleX(1.25) scaleY(1.25) !important;
}

.social-media-follow a {
  box-sizing: content-box;
  background-color: #ffffff !important;
  border: 0px solid #333333;
  border-radius: 100px;
  color: unset;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0px;
  margin-right: 4.24px;
}

.social-media-follow a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  color: #000000;
  font-family: ETmodules;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 26px;
  text-transform: none;
  text-shadow: 0 0;
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  speak: none;
  transition: color 0.3s;
  z-index: 10;
}

.social-media-follow li:last-child a {
  margin-right: 0px !important;
}

/* Main Header */
#main-header {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.11);
  z-index: 9;
}

#main-header .container {
  padding-top: 10px;
}

/* Main Header - Logos */
.et_header_style_left .logo_container {
  float: left;
  width: 20%;
}

.site_info {
  line-height: 0.8em;
  position: absolute;
  width: max-content;
  top: 5px;
  left: 85px;
}

span.site-name {
  color: #1f1a17;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  margin-top: 5px;
  margin-bottom: 4px;
}

span.site-description {
  font-size: 12px;
  line-height: 12px;
}

/* Main Header - Menu */
#et-top-navigation {
  float: right;
  width: 80%;
}

#top-menu-nav .sub-menu {
  border-top: unset;
  border-radius: 8px;
  box-shadow: 0px 5px 40px #0000002b !important;
}

#top-menu-nav .sub-menu:after {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 11%;
  z-index: 1;
}

#et-top-navigation #top-menu-nav ul ul {
  text-align: left;
  padding: 20px 0px;
}

#et-top-navigation #top-menu-nav .nav li ul {
  background-color: #ffffff !important;
  border-color: #ffffff;
}

.nav li li {
  line-height: 2em;
  position: relative;
}

#top-menu-nav .nav li li {
  padding: 0px !important;
}

.nav li > a {
  word-wrap: break-word;
}

#top-menu-nav .nav li li a {
  margin: 3px 0px;
  padding: 10px 20px;
}

.et-top-navigation#top-menu-nav ul li a {
  color: #333333;
  letter-spacing: 1px;
}

#top-menu-nav #top-menu li li a:before {
  content: "";
  border-radius: 0px 3px 3px 0px;
  display: block;
  position: absolute;
  width: 0;
  top: 0;
  left: 0px;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
  background-color: unset;
  opacity: unset;
}

#top-menu-nav #top-menu li.current-menu-item a:before,
#top-menu-nav #top-menu li li a:hover:before {
  background-color: #3a9bd5 !important;
  width: 4px;
}

/* Main Header - Mobile Menu */
.et_mobile_menu {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 15px 30px;
  margin-top: 15px;
}

#et_mobile_nav_menu .et_mobile_menu {
  background-color: #ffffff !important;
  border-color: #ffffff;
  height: 530px;
  overflow: auto;
}

#page-container .mobile_nav .menu-item-has-children {
  position: relative;
}

.et_mobile_menu li a {
  margin: 10px 0px;
  padding: 13px 5%;
}

#et_mobile_nav_menu ul li a {
  color: rgba(0, 0, 0, 0.83) !important;
  font-weight: 600;
  letter-spacing: 1px;
}

#page-container .mobile_nav .menu-item-has-children > a {
  background: transparent;
}

.menu-closed {
  border-left: 1px solid #eeeeee;
}

#page-container .mobile_nav .menu-item-has-children > a + span {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 3;
}

#page-container span.menu-closed:before {
  content: "\22";
  background: rgba(46, 163, 242, 0.39);
  border-radius: 100px;
  color: #3a9bd5;
  font-size: 14px;
  font-family: ETmodules;
  text-align: center;
  display: block;
  width: 26px;
  transition: 0.3s ease;
}

#page-container span.menu-closed.menu-open:before {
  content: "\22";
  background: #3a9bd5;
  color: #ffffff;
  transform: rotate(180deg);
}

#page-container .mobile_nav li ul.hide {
  display: none !important;
}

#et_mobile_nav_menu .et_mobile_menu ul {
  background-color: #ffffff !important;
}

/* Main Header - Button */
.panda-top-button {
  display: block;
  float: right;
  width: fit-content;
  margin: 0px;
  margin-top: -12px;
}

.panda-top-button .et_pb_button {
  background-color: #3a9bd5;
  border-width: 0px;
  border-radius: 5px;
  box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  display: inline-block;
  padding: 10px 25px;
  transition: all 300ms ease 0ms;
}

.panda-top-button .et_pb_button:hover {
  background-color: #3a9bd5;
  box-shadow: 0px 15px 30px -9px rgba(0, 0, 0, 0.3);
  transform: translateX(0px) translateY(-5px) !important;
}

.panda-top-button .et_pb_button:after {
  display: none;
}

.panda-custom-dropdown-content {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 29px 6px rgba(0, 0, 0, 0.08);
  display: none;
  position: absolute;
  width: 795px;
  top: 120px;
  left: auto;
  bottom: -320px;
  right: 0px;
  padding: 20px !important;
  animation: scale-in-tr 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.panda-custom-dropdown-content:before {
  content: "";
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: -29px;
  right: 3.5%;
  z-index: 1;
}

@media (min-width: 981px) {
  .panda-custom-dropdown-content .et_pb_gutters2 .et_pb_column_1_2 {
    width: 48.5%;
    margin-right: 3%;
  }

  .panda-custom-dropdown-content  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 3.093%;
  }
}

.panda-custom-dropdown-content .et_pb_row {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.panda-custom-dropdown-item {
  border-radius: 7px;
  padding: 20px;
}

.panda-custom-dropdown-item:hover {
  background-color: #3a9bd51a;
}

.panda-custom-dropdown-item .et-pb-icon {
  color: #3a9bd5 !important;
}

.panda-custom-dropdown-item .et-pb-icon.message:before {
  content: "\e076";
}

.panda-custom-dropdown-item .et-pb-icon.product:before {
  content: "\e07a";
}

.panda-custom-dropdown-item .et-pb-icon.report:before {
  content: "\e066";
}

/* Page Content */
#page-container {
  overflow: hidden;
}

.et_pb_equal_columns > .et_pb_column {
  margin-top: auto;
  margin-bottom: auto;
}

.et_pb_button_module_wrapper {
  transition: all 0.3s ease !important;
}

.inline-buttons-row .et_pb_button_module_wrapper {
  display: inline-block;
}

.feature .et_pb_animation_off {
  background: #3a9bd5;
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s ease;
}

.feature:hover .et_pb_animation_off {
  box-shadow: 35px -15px 0px #3a9bd51f, -25px 15px 0px #3a9bd51f;
  transform: scale(1.2);
}

.panda-view-button {
  opacity: 0;
  animation: fade-out-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.panda-column:hover .panda-view-button {
  opacity: 1;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.panda-dak-menu .et-menu-nav > ul {
  display: block !important;
}

/* Page Content - Blog Grid */
.panda-blog-grid .et_pb_post {
  display: flex;
  flex-direction: column;
  position: relative;
}

.panda-blog-grid .column.size-1of3 .et_pb_post:last-child {
  margin-bottom: 0px !important;
}

.panda-blog-grid .et_pb_image_container,
.panda-blog-grid .entry-featured-image-url {
  order: 2;
}

.panda-blog-grid .entry-title {
  order: 3;
}

.panda-blog-grid .post-meta {
  margin: -10px 0px -13px -5px;
  z-index: 1;
}

.panda-blog-grid .post-meta a {
  background: #3a9bd5;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 15px;
  margin-left: -10px;
  margin-right: 10px;
  transition: 0.2s ease;
}

.panda-blog-grid .post-meta a:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.panda-blog-grid .published {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 20px #0000001a;
  color: #000000;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  top: 155px;
  right: -18px;
  padding: 15px;
}

.panda-blog-grid .post-content {
  order: 4;
}

/* Page Content - Post Archive */
.panda-blog-list .et_pb_post {
  border-radius: 6px;
  box-shadow: 0px 2px 80px 0px #eeeeee;
  padding: 30px 20px;
  transition: 0.2s ease;
}

.panda-blog-list .et_pb_post:hover {
  transform: scale(1.02);
}

.panda-blog-list .post-meta a {
  font-weight: 600;
}

/* Page Content - Shop */
.post-type-archive-product .panda-products-header {
  padding: 12px 26px 12px 0px;
}

.post-type-archive-product .panda-products-header h1 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.post-type-archive-product .products {
  display: flex;
  flex-flow: wrap;
  position: relative;
  margin-right: -0.8%;
  margin-left: -0.8%;
}

.post-type-archive-product .products .product {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 1 20%;
  max-width: 20%;
  padding: 0px 0.8% 1.6%;
}

.post-type-archive-product .product .product-box {
  box-sizing: border-box;
  background-color: #ffffff;
  display: inline-flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.post-type-archive-product .product .product-wrapper {
  border-radius: 8px;
  position: relative;
  min-width: 100%;
}

.post-type-archive-product .product .product-card {
  cursor: pointer;
  flex: 0.5 1 0%;
  position: relative;
  min-width: 50%;
  height: 100%;
  z-index: 0;
}

.post-type-archive-product .product .product-card_wrapper {
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.post-type-archive-product .product .product-card_container {
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  position: static;
  height: 100%;
  overflow: visible;
}

.post-type-archive-product .product .product-card_thumbnail {
  display: block;
  position: relative;
  height: 0px;
  padding-bottom: 100%;
  margin: 0px;
  overflow: hidden;
}

.post-type-archive-product .product .product-card_thumbnail div {
  display: block;
  width: 100%;
}

.post-type-archive-product .product .product-card_thumbnail img {
  border-radius: 8px 8px 0px 0px;
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.post-type-archive-product .product .product-card_info {
  background-color: #ffffff;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: auto;
  padding: 8px;
  overflow: hidden;
}

.post-type-archive-product .product .product-info_content {
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}

.post-type-archive-product .product .product-content_name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 100%;
  max-height: 100%;
  min-height: 16px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-type-archive-product .product .product-content_price .price {
  color: #3a9bd5;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-overflow: ellipsis;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.post-type-archive-product .product .product-content_price .onsale {
  font-size: 10px;
  display: flex;
  align-items: center;
  margin: 4px 0px;
}

.post-type-archive-product
  .product
  .product-content_price
  .onsale
  div:nth-child(1) {
  border-radius: 3px;
  background-color: #3a9bd51a;
  color: #3a9bd5;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
}

.post-type-archive-product
  .product
  .product-content_price
  .onsale
  div:nth-child(2) {
  color: #2e3137;
  text-decoration: line-through;
  text-overflow: ellipsis;
  max-width: 100px;
  margin-left: 4px;
  opacity: 0.4;
  overflow: hidden;
  white-space: nowrap;
}

.post-type-archive-product .product .product-content_seller {
  color: rgba(49, 53, 59, 0.54);
  font-size: 0.85rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin: 4px 0px;
}

.post-type-archive-product .product .product-seller_icon {
  background-image: url(https://images.tokopedia.net/img/official_store_badge.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex: 0 0 16px;
  position: relative;
  height: 16px;
  margin-right: 4px;
}

.post-type-archive-product .product .product-seller_info {
  line-height: 18px;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.post-type-archive-product .product .product-seller_name {
  color: #6d7588;
  height: 20px;
  transform: translateY(0px);
  transition: transform 0.3s ease 0s;
}

/* Page Content - Single Product */
.single-product .product {
  display: grid;
  grid-template-columns: minmax(0px, 348px) minmax(0px, 468px) minmax(
      0px,
      268px
    );
  grid-template-areas:
    "product_media product_header product_checkout"
    "product_media product_content product_checkout"
    "product_media product_seller product_checkout"
    "product_media product_report product_checkout"
    "product_related_1 product_related_1 product_related_1"
    "product_related_2 product_related_2 product_related_2";
  column-gap: 52px;
}

.single-product .product #product_media,
.single-product .product #product_header,
.single-product .product #product_content,
.single-product .product #product_seller,
.single-product .product #product_report,
.single-product .product #product_checkout {
  margin: 0px;
}

.single-product .product #product_media {
  grid-area: product_media / product_media / product_media / product_media;
}

.single-product .product .panda-product-gallery {
  position: sticky;
  top: 178px;
}

.single-product .product .panda-product-gallery > div {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 348px !important;
}

.single-product .product .panda-product-gallery > ol {
  line-height: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0px !important;
  margin-top: 8px;
  transition: transform 500ms ease 0s;
  transform: translate3d(0px, 0px, 0px);
}

.single-product .product .panda-product-gallery > ol li {
  list-style: none;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 8px;
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 7px;
  overflow: hidden;
  transition: border-color 0.25s ease 0s;
}

.single-product .product .panda-product-gallery > ol li:last-of-type {
  margin-right: 0px;
}

.single-product .product .panda-product-gallery > ol li:has(img.flex-active) {
  border-color: #3a9bd5;
}

.single-product .product #product_header {
  grid-area: product_header / product_header / product_header / product_header;
}

.single-product #product_header .product-header_content {
  margin-bottom: 6px;
}

.single-product #product_header .product-header_title {
  color: #333333;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin: 0px 0px 16px;
  word-break: break-word;
}

.single-product #product_header .product-header_price .price {
  color: #333333;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 4px;
}

.single-product #product_header .product-header_price .onsale {
  display: flex;
  align-items: center;
}

.single-product #product_header .product-header_price .onsale div:nth-child(1) {
  background-color: #3a9bd51a;
  border-radius: 3px;
  color: #3a9bd5;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  padding: 2px 4px;
}

.single-product #product_header .product-header_price .onsale div:nth-child(2) {
  color: #aab4c8;
  text-decoration-line: line-through;
  display: inline-block;
  margin: 0px 8px 0px 4px;
}

.single-product .product #product_content {
  grid-area: product_content / product_content / product_content /
    product_content;
}

.single-product #product_content .product-content_description {
  line-height: 20px;
  margin-top: 12px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.single-product #product_content .product-content_mask {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #ffffff);
  position: relative;
  height: 75px;
  margin-top: -75px;
}

.single-product #product_content .product-content_more {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #3a9bd5;
  font-size: 12px;
  font-weight: 700;
  padding: 0px;
  margin-top: 4px;
}

.single-product .product #product_seller {
  grid-area: product_seller / product_seller / product_seller / product_seller;
}

.single-product #product_seller .product_seller-info {
  display: flex;
}

.single-product #product_seller .product_seller-logo {
  margin-top: -4px;
}

.single-product #product_seller .product_seller-logo img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0px 12px 0px 0px;
  object-fit: contain;
}

.single-product #product_seller .product_seller-info div:nth-child(2) {
  margin-top: -4px;
  margin-left: 0px;
  margin-right: 0px;
}

.single-product #product_seller .product_seller-name {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}

.single-product #product_seller .product_seller-name img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.single-product #product_seller .product_seller-name h2 {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: -0.4px;
  display: -webkit-box;
  position: relative;
  padding-bottom: 0px;
  margin: 0px 8px 0px 0px;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.single-product #product_seller .product_seller-address {
  color: #6d7588;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.single-product #product_report .product_report-content {
  color: #6d7588;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
}

.single-product #product_report .product_report-button {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  padding: 0px;
}

.single-product .product #product_checkout {
  grid-area: product_checkout / product_checkout / product_checkout /
    product_checkout;
}

.single-product #product_checkout .product_checkout-box {
  border: 1px solid #bfc9d9;
  border-radius: 8px;
  padding: 0px 12px;
}

.single-product #product_checkout h6 {
  border-bottom: 1px solid #f0f3f7;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  text-align: left;
  margin: 12px 0px 20px;
}

.single-product #product_checkout .product_checkout-input {
  margin-top: 16px;
}

.single-product #product_checkout .product_checkout-input textarea {
  border: 1px solid #e4ebf5;
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
  height: 100px;
  padding: 10px 16px;
  margin: 0px;
}

.single-product #product_checkout .product_checkout-input textarea:focus {
  border-color: #3a9bd5;
  outline: none;
}

.single-product #product_checkout .product_checkout-price {
  margin: 16px 0px;
}

.single-product #product_checkout .product_checkout-price p.onsale {
  color: #aab4c8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: right;
  display: block;
  position: relative;
  margin: 0px 0px 2px;
}

.single-product #product_checkout .product_checkout-price > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-product #product_checkout .product_checkout-price > div p:nth-child(1) {
  color: #6d7588;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  display: block;
  position: relative;
  padding-bottom: 0px;
  margin: 0px;
}

.single-product #product_checkout .product_checkout-price > div p:nth-child(2) {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26px;
  display: block;
  position: relative;
  padding-bottom: 0px;
  margin: 0px;
}

.single-product #product_checkout .product_checkout-actions {
  position: relative;
  margin: 12px 0px 16px;
}

.single-product #product_checkout .product_checkout-button {
  cursor: pointer;
  background-color: #3a9bd5;
  border: none;
  border-radius: 8px;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 8px 0px;
  padding: 0px 16px;
  transition: background-color 300ms ease 0s;
}

/* Page Content - Article */
.panda-category a,
.panda-tags a {
  background: #3a9bd5;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-left: -10px;
  margin-right: 20px;
  padding: 6px 15px;
  transition: 0.2s ease;
}

.panda-category a:hover,
.panda-tags a:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.panda-tags a {
  margin: 0px 0px 0px 10px !important;
}

/* Page Content - Comment */
#respond {
  padding-top: 40px;
}

#respond .comment-form-comment {
  width: 50%;
  float: left;
  margin-right: 30px;
}

.logged-in #respond .comment-form-comment {
  width: 100% !important;
  margin-right: 0px;
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea {
  transition: 0.3s ease !important;
}

#commentform textarea {
  height: 195px !important;
}

.comment-form-cookies-consent {
  margin-top: 15px;
}

ol.commentlist {
  margin-top: 40px;
}

.comment-body {
  margin-bottom: 40px !important;
}

/* Page Content - Contact */
.panda-view-button {
  opacity: 0;
  animation: fade-out-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.panda-column:hover .panda-view-button {
  opacity: 1;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

mark-shy-text {
  background: #3a9bd51a !important;
  border-radius: 100px;
  color: #3a9bd5 !important;
  font-weight: 700;
  padding: 10px 25px;
  margin-bottom: 10px;
}

/* Divi Layout - Member Card */
.member-card:hover .member-bio {
  opacity: 1;
  animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.member-card:hover .member-social-media-follow {
  opacity: 1;
  animation: fade-in-bottom 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.member-card:hover .member-about-button {
  opacity: 1;
  animation: fade-in-bottom 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* Divi Layout - FAQ */
.faq-content {
  display: none;
}

.active-faq-content {
  display: block;
  animation: fade-in-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* Footer */
#footer-widgets {
  background-color: #f9f9f9;
  padding: 0px;
  padding-top: 27px;
}

#footer-widgets .container {
  border-bottom: 1px solid #d2d2d7;
}

#footer-widgets .footer-widget {
  margin-bottom: 27px;
}

.footer-widget h4.title {
  color: #333333 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
  padding-bottom: 0px;
  margin-bottom: 9px;
}

.footer-widget ul li:before {
  display: none;
}

.footer-widget ul li {
  font-size: 12px;
  padding-left: 0px !important;
}

#footer-widgets .footer-widget li a:hover {
  opacity: 0.7;
}

#footer-bottom {
  background-color: #f9f9f9;
  padding: 27px 0px;
}

#footer-info {
  font-size: 13px;
  line-height: 1.3em;
  padding-bottom: 0px;
}

#footer-info a {
  color: inherit;
  font-weight: inherit;
}

.powered-by-panda {
  color: #279bdd;
  font-size: 10px;
  text-align: right;
  display: block;
}

#et-footer-nav {
  float: right;
}

#et-footer-nav ul.bottom-nav {
  padding: 0px;
}

.bottom-nav li {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover,
.bottom-nav a,
.bottom-nav li.current-menu-item a {
  color: #666666 !important;
}

#footer-bottom ul.social-media-follow {
  float: right;
  margin: 0px !important;
}

#footer-bottom .social-media-follow li {
  margin-bottom: 0px !important;
}

/* Responsive */
@media (max-width: 980px) {
  #top-header {
    display: none !important;
  }

  #main-header .container {
    padding-top: 0px;
  }

  .et_header_style_left .logo_container {
    width: 100%;
  }

  #logo {
    max-height: 74%;
  }

  .site_info {
    display: block;
    width: auto;
    top: 15px;
    left: 70px;
  }

  span.site-name {
    font-size: 16px;
  }

  .et_header_style_left #et-top-navigation {
    padding-top: 20px;
  }

  #et_mobile_nav_menu .et_mobile_menu {
    padding: 5%;
    top: 100%;
  }

  #et_mobile_nav_menu .et_mobile_menu,
  #et_mobile_nav_menu .et_mobile_menu ul {
    list-style: none !important;
    text-align: left;
  }

  #et_mobile_nav_menu .et_mobile_menu ul {
    padding: 0px;
  }

  .panda-top-button {
    display: none;
  }

  .powered-by-panda {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .panda-blog-list .entry-title,
  .panda-blog-list .post-meta,
  .panda-blog-list .post-content {
    width: 100%;
  }

  .panda-blog-list .entry-featured-image-url {
    width: 100%;
  }

  .post-type-archive-product .products .product {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 980px) {
  .container.et_menu_container {
    width: 90%;
  }

  #menu-menu-footer {
    display: block;
    float: none;
  }
}

@media (min-width: 981px) {
  #top-header #et-info,
  #top-header #et-social {
    width: 47.25%;
  }

  #top-header #et-info {
    margin-right: 5.5%;
  }

  #top-header #et-social {
    margin-right: 0px !important;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 25px;
  }
}

@media (min-width: 767px) {
  .panda-blog-list .entry-featured-image-url {
    float: left;
    width: 40%;
    margin-bottom: 0px !important;
  }

  .panda-blog-list .entry-title,
  .panda-blog-list .post-meta,
  .panda-blog-list .post-content {
    float: left;
    width: 60%;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .post-type-archive-product .products .product {
    flex: 0 1 33.3%;
    max-width: 33.3%;
  }
}

@media only screen and (min-width: 981px) {
  #logo {
    display: block;
    float: left;
    max-height: 100%;
    min-height: 80px;
    margin-top: 5px;
  }

  .et_header_style_left #et-top-navigation {
    padding: 20px 0px 10px 0px;
  }

  .et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 479px) {
  #respond .comment-form-comment {
    width: 100% !important;
    margin-right: 0px;
  }
}
