/*

Theme Name: Aexa Child Theme - ThemesHawk

Theme URI: http: //jassika.themeshawk.com/

Description: This is a custom child theme I have created.

Author: Jasbir Singh

Author URI: http: //themeshawk.com/

Template: aexa

Version: 0.1

*/
@import url("../jassika/style.css");
.product-description-container {
  display: flex
}
/* Prevent horizontal scroll */
body {
  overflow-x: hidden;
}
html {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 959px) {
  .product-description-container {
    flex-direction: column
  }
}
.product-description-block {
  flex-grow: 1;
  max-width: 800px;
  min-width: 1px;
  width: 100%
}
@media (max-width: 959px) {
  .product-description-block {
    max-width: none
  }
}
.product-description-sidebar {
  background: rgb(var(--color-background));
  border-radius: 3px 3px 0 0;
  margin-left: 20px;
  max-width: 460px;
  padding: 0 0 20px;
  width: 100%
}
@media (max-width: 959px) {
  .product-description-sidebar {
    border-radius: 0;
    margin-left: 0;
    max-width: none;
    padding: 0
  }
}
.product-description-sidebar-wrapper {
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 3px;
  padding: 20px
}
.product-description-sidebar-requirements .product-features-block {
  padding-left: 30px
}
.product-description-sidebar-requirements-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase
}
.product-description-title {
  font-size: 24px;
  margin-bottom: 30px
}
@media (max-width: 959px) {
  .product-description-title {
    margin-bottom: 20px
  }
}
.product-features-title {
  color: rgb(var(--color-foreground));
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px
}
.product-features-content {
  color: #546e7a;
  line-height: 23px
}
.product-features-link, .product-features-text {
  color: inherit;
}
.product-features-link:active, .product-features-link:hover {
  color: var(--color-accent);
  text-decoration: underline
}
.product-features-link_list, .product-features-text_list {
  align-items: center;
  display: inline-block;
  line-height: 23px;
  overflow: hidden;
  padding-left: 18px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 49%;
}
.product-features-link_list:nth-child(odd), .product-features-text_list:nth-child(odd) {
  padding-right: 15px
}
.product-features-link_list:before, .product-features-text_list:before {
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.product-features-requirement {
  align-items: center;
  color: rgb(var(--color-foreground));
  display: flex;
  line-height: 24px
}
.product-features-requirement:not(:last-child) {
  margin-bottom: 20px
}
.product-features-requirement-icon {
  fill: #90a4ae;
  display: block;
  flex-shrink: 0;
  height: 40px;
  margin-right: 20px;
  object-fit: contain;
  width: 40px
}
.vendor-info {
  margin-bottom: 20px;
  position: relative
}
.vendor-info-author-title {
  background-color: rgb(var(--color-background));
  font-size: 18px;
  font-weight: 700;
  left: 20px;
  line-height: 20px;
  padding: 0 7px;
  position: absolute;
  top: -10px;
  z-index: 1
}
.vendor-info-main {
  align-items: center;
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  position: relative
}
.vendor-info-avatar {
  background-size: cover;
  border-radius: 50%;  
  display: inline-block;
  height: 50px;
  margin-right: 20px;
  width: 50px
}
@media (max-width: 719px) {
  .vendor-info-avatar {
    height: 50px;
    width: 50px
  }
}
.vendor-rating-count {
  color: #546e7a;
  font-size: 14px;
  margin-left: 5px;
  margin-right: auto
}
.vendor-info-general {
  flex-grow: 1;
  /*padding-right: 115px*/
}
.vendor-info-general .rating {
  margin-top: 5px
}
.vendor-info-general .product-rating-info {
  align-items: flex-end;
  justify-content: flex-start
}
.vendor-info-name {
  color: rgb(var(--color-foreground));
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
  word-break: break-all
}
.vendor-info-name:hover {
  color: rgb(var(--color-foreground));
}
.vendor-info-data-year {
  color: #546e7a;
  font-size: 14px;
  line-height: 20px
}
.vendor-info-data {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px
}
.vendor-info-data-item {
  align-items: center;
  background: #e5f4fd;
  border-radius: 3px;
  color: rgb(var(--color-foreground));
  display: inline-flex;
  flex-basis: calc(50% - 8px);
  font-size: 16px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  margin-right: 16px
}
.vendor-info-data-item:nth-child(2n) {
  margin-right: 0
}
.vendor-info-data-item:nth-child(-n+2) {
  margin-bottom: 15px
}
.vendor-info-data-item strong {
  color: #6f9a37
}
.vendor-info-data-item i {
  color: #546e7a;
  font-style: normal;
  margin-left: 5px
}
.vendor-info-block-badge {
  align-items: center;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-direction: column;
  padding: 8px 18px 10px;
  position: absolute;
  right: 20px;
  top: 0
}
.vendor-info-block-badge .author-badge-image {
  background-size: cover !important;
  height: 28px;
  margin-bottom: 6px;
  margin-right: 0;
  width: 32px
}
.vendor-info-block-badge .author-badge-image-level1 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none'%3E%3Cmask id='a' width='34' height='29' x='0' y='.14' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M0 .14h34v29H0z'/%3E%3Cpath d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3C/mask%3E%3Cpath fill='%232AC35E' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z' mask='url(%23a)'/%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M20.63 14.14a.37.37 0 0 0-.14-.15.4.4 0 0 0-.2-.05H18.3l.82-4.53a.33.33 0 0 0-.04-.23.37.37 0 0 0-.18-.15.41.41 0 0 0-.25-.02.39.39 0 0 0-.2.13l-5.38 6.35a.33.33 0 0 0-.04.37.4.4 0 0 0 .14.15.4.4 0 0 0 .2.05h1.98l-.82 4.53c-.01.08 0 .16.04.23.04.06.1.12.18.15.08.03.17.04.25.02a.39.39 0 0 0 .21-.13l5.37-6.35a.33.33 0 0 0 .04-.37z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='16.84' x2='16.84' y1='9' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23D1E6E2'/%3E%3C/linearGradient%3E%3Cfilter id='b' width='13.67' height='18' x='10' y='8' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeColorMatrix values='0 0 0 0 0.095625 0 0 0 0 0.675 0 0 0 0 0.258782 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_203_923'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_203_923' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat
}
.vendor-info-block-badge .author-badge-image-level2 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none'%3E%3Cmask id='a' width='34' height='29' x='0' y='.14' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M0 .14h34v29H0z'/%3E%3Cpath d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3C/mask%3E%3Cpath fill='%23FA6411' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z' mask='url(%23a)'/%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M19.27 12.25a.2.2 0 0 0-.24.01.22.22 0 0 0-.06.25 2.21 2.21 0 0 1-.1 1.97 13.93 13.93 0 0 0-2.2-5.4.2.2 0 0 0-.1-.07.2.2 0 0 0-.1 0 .2.2 0 0 0-.1.04.22.22 0 0 0-.06.1c-.01.02-.8 2.33-2.6 3.75a4.3 4.3 0 0 0-1.7 3.38 4.9 4.9 0 0 0 1.3 3.34 4.5 4.5 0 0 0 3.2 1.38 4.33 4.33 0 0 0 3.18-1.38A4.73 4.73 0 0 0 21 16.28c-.06-2.84-1.66-3.99-1.73-4.03zm-2.77 8.31c-.49 0-.96-.2-1.3-.56a1.98 1.98 0 0 1-.54-1.36c0-1.59 1.62-3.5 1.69-3.57a.21.21 0 0 1 .15-.07.2.2 0 0 1 .15.07c.07.08 1.7 1.98 1.7 3.57-.01.5-.2 1-.55 1.36a1.8 1.8 0 0 1-1.3.56z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='16.5' x2='16.5' y1='9' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23FFDCC2'/%3E%3C/linearGradient%3E%3Cfilter id='b' width='15' height='18' x='9' y='8' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeColorMatrix values='0 0 0 0 0.829167 0 0 0 0 0.197411 0 0 0 0 0.0587326 0 0 0 0.7 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_205_924'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_205_924' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat
}
.vendor-info-block-badge .author-badge-image-level3 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none'%3E%3Cmask id='a' width='34' height='29' x='0' y='.14' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M0 .14h34v29H0z'/%3E%3Cpath d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3C/mask%3E%3Cpath fill='%2310C4BA' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z' mask='url(%23a)'/%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M11.35 11.02c.24-.25.58-.4.93-.4h1.12V10h7.2v.62h1.12A1.29 1.29 0 0 1 23 12c-.2 3.35-1.93 5.45-4.68 5.76l.54 1.85c.63 0 1.14.51 1.14 1.14V22h-6v-1.26c0-.63.5-1.14 1.14-1.14l.53-1.85C12.93 17.44 11.2 15.34 11 12c-.02-.36.1-.7.35-.97zm10.45.9a.09.09 0 0 0-.02-.07c-.03-.03-.05-.03-.06-.03h-1.18c-.18 2.36-.7 3.7-1.2 4.46 1.92-.81 2.38-2.97 2.46-4.37zm-7.14 4.35c-.5-.76-1.02-2.1-1.2-4.45h-1.18s-.03 0-.06.03a.09.09 0 0 0-.02.06c.08 1.4.54 3.55 2.46 4.36z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='17' x2='17' y1='10' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23D1E6E2'/%3E%3C/linearGradient%3E%3Cfilter id='b' width='18' height='18' x='8' y='9' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeColorMatrix values='0 0 0 0 0.0481597 0 0 0 0 0.608333 0 0 0 0 0.573802 0 0 0 0.5 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_205_925'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_205_925' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat
}
.vendor-info-block-badge .author-badge-image-level4 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none'%3E%3Cmask id='a' width='34' height='29' x='0' y='.14' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M0 .14h34v29H0z'/%3E%3Cpath d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3C/mask%3E%3Cpath fill='%23705BF1' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z' mask='url(%23a)'/%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='url(%23c)' d='m22.99 13.4-.87 4.81H11.88l-.87-4.8a.63.63 0 0 1 .16-.56.35.35 0 0 1 .47-.04l2.65 1.94 2.35-4.5c.08-.15.2-.24.34-.25.14 0 .27.07.36.21l2.75 4.53 2.24-1.91a.35.35 0 0 1 .48 0c.15.13.22.36.18.58z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='17' x2='17' y1='10' y2='20.95' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23D1E6E2'/%3E%3C/linearGradient%3E%3Cfilter id='b' width='18' height='14.21' x='8' y='9' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeColorMatrix values='0 0 0 0 0.261467 0 0 0 0 0.18533 0 0 0 0 0.729167 0 0 0 0.5 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_205_926'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_205_926' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat
}
.vendor-info-block-badge .author-badge-image-level5 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none'%3E%3Cmask id='a' width='34' height='29' x='0' y='.14' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M0 .14h34v29H0z'/%3E%3Cpath d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3C/mask%3E%3Cpath fill='%23153553' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M29.63 13.33a14.99 14.99 0 0 1 1.37 3.9 16.14 16.14 0 0 1-3.91 5.33l-1.43-1.03.11 2.09a14.97 14.97 0 0 1-17.54 0l.11-2.1-1.43 1.04A15.8 15.8 0 0 1 3 17.22a15.1 15.1 0 0 1 1.37-3.9 14.38 14.38 0 0 1-.62-7.59l.01-.04c.1-.53.23-1.04.39-1.55l5.1 3.69a13.89 13.89 0 0 1 15.5 0l5.1-3.7c.16.52.29 1.03.39 1.56v.04a14.52 14.52 0 0 1-.6 7.6z' mask='url(%23a)'/%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M22.14 13.61a.28.28 0 0 0-.25-.2l-3.49-.08-1.14-3.6a.27.27 0 0 0-.26-.2.27.27 0 0 0-.26.2l-1.14 3.6-3.5.08a.28.28 0 0 0-.24.2c-.04.13 0 .26.09.33l2.78 2.31-1 3.66c-.04.12 0 .25.09.32.1.08.22.08.31 0L17 18.07l2.87 2.18a.245.245 0 0 0 .31-.01c.1-.07.13-.2.1-.32l-1.01-3.66 2.78-2.3c.1-.08.13-.21.1-.34z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='17' x2='17' y1='9.52' y2='20.29' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23D1E6E2'/%3E%3C/linearGradient%3E%3Cfilter id='b' width='16.32' height='16.77' x='8.84' y='8.52' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeColorMatrix values='0 0 0 0 0.103524 0 0 0 0 0.214456 0 0 0 0 0.279167 0 0 0 0.6 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_206_927'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_206_927' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat
}
.vendor-info-block-badge .author-badge-name {
  color: rgb(var(--color-background));
  font-size: 11px;
  line-height: 12px;
  max-width: 70px;
  text-align: center;
  text-transform: uppercase
}
.vendor-info-block-badge:last-child {
  margin-bottom: 10px
}
.vendor-info-block-badge-level1 {
  background: #2ac35e
}
.vendor-info-block-badge-level2 {
  background: #fa6411
}
.vendor-info-block-badge-level3 {
  background: #10c4ba
}
.vendor-info-block-badge-level4 {
  background: #705bf1
}
.vendor-info-block-badge-level5 {
  background: #153553
}
.vendor-info-label-badge {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  margin-bottom: 20px;
  margin-right: 10px
}
.vendor-info-achievements {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}
.vendor-info-title-container {
  margin-bottom: 20px;
  position: relative;
  width: 100%
}
.vendor-info-title {
  background-color: rgb(var(--color-background));
  color: #455a64;
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
  padding-right: 12px;
  position: relative;
  z-index: 1
}
.vendor-info-title-line {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}
.vendor-info-support {
  margin-top: 20px;
  width: 100%
}
.vendor-info-platform-icon {
  background-size: contain;
  display: inline-block;
  height: 36px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 36px
}
.product-general-info {
  background: #e5f4fd;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 10px 30px;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px 20px
}
.product-general-info:empty {
  display: none
}
@media (max-width: 1100px) {
  .product-general-info {
    font-size: 14px;
    gap: 10px 20px
  }
}
.product-general-info-item {
  white-space: nowrap
}
.product-general-info-data {
  color: #546e7a
}
.product-features-block:not(:last-child) {
  margin-bottom: 20px;
}
.product-features-title {
  color: rgb(var(--color-foreground));
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px
}
/*Code by Jas AI*/
/* Tooltip container */
.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* Tooltip button (icon wrapper) */
.custom-tooltip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Tooltip icon */
.cart-service-tooltip-icon {
  transition: fill 0.2s ease;
}
.custom-tooltip:hover .cart-service-tooltip-icon {
  fill: #607D8B; /* Slightly darker shade on hover */
}
/* Tooltip content */
.custom-tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background-color: #263238;
  color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  width: 220px;
  text-align: center;
  z-index: 10;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
/* Show tooltip content on hover */
.custom-tooltip:hover .custom-tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(4px);
}
/* Tooltip arrow */
.custom-tooltip-arrow {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #263238;
  z-index: 11;
  transition: opacity 0.2s ease;
}
/* Show tooltip arrow on hover */
.custom-tooltip:hover .custom-tooltip-arrow {
  visibility: visible;
  opacity: 1;
}
/* Ensure arrow is positioned above content */
.custom-tooltip-arrow::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 6px;
  background: transparent;
}
/* Cart Header Container */
.cart-header {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9fafb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* Price Heading */
.purchase-form__price.t-heading.-size-xxl {
  text-align: center;
  margin-bottom: 15px;
}
.t-currency {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2a44;
}
.js-purchase-price.final_cart_price {
  color: #3b82f6;
}
/* Cart Header Label */
.cart-header-label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1f2a44;
  text-align: center;
  margin-bottom: 20px;
}
/* Product Licenses Container */
.product-licenses-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* License Item */
.product-licenses-item {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: rgb(var(--color-background));
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-licenses-item:hover {
  border-color: #3b82f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Radio Button Styling */
.cart-licenses-radio {
  display: none;
}
.cart-licenses-radio-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #6b7280;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s ease;
}
.cart-licenses-radio:checked + .cart-licenses-radio-icon {
  border-color: #3b82f6;
  background-color: #3b82f6;
}
.cart-licenses-radio:checked + .cart-licenses-radio-icon::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* License Title */
.product-licenses-item-title {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #1f2a44;
}
/* Tooltip Styling */
.cart-service-tooltip {
  position: relative;
  margin-left: 8px;
}
.custom-tooltip-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cart-service-tooltip-icon {
  width: 16px;
  height: 16px;
}
.custom-tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1f2a44;
  color: rgb(var(--color-background));
  padding: 12px;
  border-radius: 6px;
  width: 250px;
  font-size: 0.85rem;
  line-height: 1.5;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-service-tooltip:hover .custom-tooltip-content {
  visibility: visible;
  opacity: 1;
}
.custom-tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1f2a44;
}
/* Prices */
.cart-service-prices {
  display: flex;
  align-items: center;
}
.cart-service-price.cart-service-price_license {
  font-size: 1rem;
  font-weight: 600;
  color: #16a34a;
}
.cart-service-price_license bdi {
  color: #16a34a;
}
/* Responsive Design */
@media (max-width: 600px) {
  .cart-header {
    padding: 15px;
  }
  .t-currency {
    font-size: 2rem;
  }
  .cart-header-label {
    font-size: 1.1rem;
  }
  .product-licenses-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cart-service-prices {
    justify-content: flex-start;
  }
  .custom-tooltip-content {
    width: 100%;
    left: 0;
    transform: none;
  }
}
/* Cart Services Container */
.cart-services {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9fafb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* Caption Container */
.cart-services-caption-container {
  text-align: center;
  margin-bottom: 20px;
}
.cart-services-caption {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2a44;
}
/* Cart Service Checkbox Label */
.cart-service {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  background-color: rgb(var(--color-background));
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cart-service:hover {
  border-color: #3b82f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Checkbox Styling */
.cart-service-checkbox {
  display: none;
}
.cart-service-checkbox-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #6b7280;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-service-checkbox:checked + .cart-service-checkbox-icon {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.cart-service-checkbox:checked + .cart-service-checkbox-icon::after {
  content: '\2713';
  color: rgb(var(--color-background));
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Service Label */
.cart-service-label {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #1f2a44;
}
/* Prices */
.cart-service-prices {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-service-price_original {
  font-size: 0.9rem;
  color: #6b7280;
  text-decoration: line-through;
}
.cart-service-price_discount {
  font-size: 1rem;
  font-weight: 600;
  color: #16a34a;
}
/* Tooltip Styling */
.cart-service-tooltip {
  position: relative;
  margin-left: 8px;
}
.custom-tooltip-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cart-service-tooltip-icon {
  width: 16px;
  height: 16px;
}
.custom-tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1f2a44;
  color: rgb(var(--color-background));
  padding: 12px;
  border-radius: 6px;
  width: 300px;
  font-size: 0.85rem;
  line-height: 1.5;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-service-tooltip:hover .custom-tooltip-content {
  visibility: visible;
  opacity: 1;
}
.custom-tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1f2a44;
}
/* Responsive Design */
@media (max-width: 600px) {
  .cart-services {
    padding: 15px;
  }
  .cart-services-caption {
    font-size: 1.25rem;
  }
  .cart-service {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cart-service-prices {
    justify-content: flex-start;
  }
  .custom-tooltip-content {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.product-nav-bar-info {
  padding: 10px 20px;
  border-radius: 4px;
  gap: 20px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
}
.recently-updated {
  background-color: #28a745;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-support-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.product-support-label span {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.custom-tooltip {
  position: relative;
}
.custom-tooltip-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.custom-tooltip-button:hover {
  transform: scale(1.1);
}
.header-button-icon {
  width: 18px;
  height: 18px;
}
.custom-tooltip-content {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2c3e50;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  width: 220px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.custom-tooltip-content a {
  color: #3498db;
  text-decoration: none;
}
.custom-tooltip-content a:hover {
  text-decoration: underline;
}
.custom-tooltip:hover .custom-tooltip-content {
  visibility: visible;
  opacity: 1;
}
.custom-tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #2c3e50;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-tooltip:hover .custom-tooltip-arrow {
  visibility: visible;
  opacity: 1;
}
.product-rating-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rating-product {
  display: flex;
  gap: 4px;
}
.product-sales-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #34495e;
  font-weight: 500;
}
.product-sales-info-icon {
  width: 20px;
  height: 20px;
}
.product-rating-and-sales-amount {
  font-weight: 600;
  color: #2c3e50;
}
@media (max-width: 768px) {
  .product-nav-bar-info {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }
  .custom-tooltip-content {
    width: 180px;
    font-size: 12px;
  }
}
form.cart {
  flex-direction: column;
}
form.cart > * {
    padding-block: 20px;
}
.card-content-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.card-content-flex > div {
  flex: 1;
}
/* Mobile: Stack vertically */
@media (max-width: 767px) {
  .card-content-flex {
    flex-direction: column;
  }
}
.add_to_cart_button, .product_type_external {
  display: none !important;
}
select, input:not([type='checkbox']):not([type=radio]) {
  word-wrap: normal;
  border: 1px solid rgba(var(--color-foreground), 10%);
  /* min-height: auto; */
  width: 100%;
  padding: 7px 20px;
  height: 100%;
  max-height: 50px;
  min-height: 40px !important;
}
.woocommerce .quantity, 
.buy-it-now-wrapper, 
.entry-summary .woocommerce-product-rating, 
.drawer__contents .woocommerce-product-price-subtotal-cart, 
.drawer__contents .woocommerce-product-price-cart,
form.cart div>*:empty {
  display: none !important;
}
.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.woo-single-product-featured-image {
    position: relative;
}

.card.themeshawk-woo-product-list .star-rating {
    height: 20px !important;
    line-height: 1;
    font-size: 14px;
    width: 100%;
    align-items: center;
}

.card > *:empty {
  padding-block: 0px;
}

.wc-block-cart-item__wrap {
    text-align: start;
}

.price ins {
    text-decoration: none !important;
}
.price del {
  position: relative;
  text-decoration: none; /* remove default line-through */
}

.price del::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px; /* thickness of the diagonal line */
  background: currentColor; /* matches text color */
  transform: rotate(-12deg); /* angle of the diagonal */
  transform-origin: center;
}
