.pro_sec2 .features {
  display: none;
}
.cource-video:before {
  box-shadow: 0px 4px 20px 0px #0000001a;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.cource-video {
  box-shadow: 0px 4px 20px 0px #0000001a;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.product-sidebar {
  box-shadow: 0px 4px 20px 0px #0000001a;
  padding: 15px;
  border-radius: 4px;
}
.product-sidebar .product-sidebar__author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.product-sidebar .product-sidebar__author:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.product-sidebar .product-sidebar__author .product-sidebar__author__image {
  max-width: 40px;
  border-radius: 50%;
  max-height: 40px;
  overflow: hidden;
}
.product-sidebar .product-sidebar__author .product-sidebar__author__name h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.product-sidebar .product-sidebar__packages-list {
  /*padding-top: 14px;*/
}
.product-sidebar .product-sidebar__product-thumbnail {
  margin-bottom: 14px;
}
.product-sidebar .product-sidebar__product-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.product-sidebar .product-sidebar__packages-list > h4 {
  color: #384458;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0px 0px 14px 0px;
}
.product-sidebar .product-sidebar__packages-list .package-name {
  color: #384458;
  font-size: 14px;
  flex: 1;
  line-height: 20px;
  font-weight: 600;
}
.product-sidebar .product-sidebar__packages-list .package-name > span {
  position: relative;
}
.product-sidebar .product-sidebar__packages-list .top-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 14px;
}
.product-sidebar .product-sidebar__packages-list .package-price del .amount {
  color: #3844584d !important;
  margin-right: 5px;
}
.product-sidebar .product-sidebar__packages-list .package-price .amount,
.product-sidebar .product-sidebar__packages-list .package-price .price {
  color: #384458;
  font-size: 13px;
  line-height: 20px;
}
.product-sidebar .product-sidebar__packages-list .onsale-badge {
  display: inline-block;
  background: #fe347d;
  color: #fff;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  margin-left: 5px;
  font-size: 12px;
  padding: 0px 5px;
}
.product-sidebar .package_item {
  background: #f3f3f3;
  cursor: pointer;
  padding: 8px;
  transition: 0.3s ease;
  box-shadow: 3px 5px 8px #00000017;
  border: 1.5px solid transparent;
}
.product-sidebar .product-sidebar__packages-list .package_item > div:last-child {
  margin-bottom: 0px;
}
.product-sidebar .product-sidebar__packages-list .features-list .label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #000;
  background: #21b17c21;
  padding: 4px 10px;
  margin-bottom: 3px;
  display: inline-block;
}
.product-sidebar .package_item.active {
  border: 1.5px solid #0081f3;
  box-shadow: 3px 5px 8px #0000003b;
  transition: 0.3s ease;
  border-radius: 4px;
}
.product-sidebar .package_item:hover {
  box-shadow: 3px 5px 8px #0000003b;
  transition: 0.3s ease;
}
.product-sidebar .product-sidebar__packages-list .package_item {
  margin-bottom: 15px;
}
.product-sidebar .product-sidebar__packages-list .package_item .features-list li {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.product-sidebar .product-sidebar__packages-list .package_item .features-list li:last-child {
  margin-bottom: 0px;
}
.product-sidebar .features-title h4,
.product-sidebar .features-title {
  color: #384458;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.product-sidebar .product-sidebar__features-list ul {
  list-style: disc;
  padding-left: 15px;
  font-size: 12px;
}
.product-sidebar .product-sidebar__features-list ul li {
  list-style: disc;
}
.product-sidebar.product-type-variable .product-sidebar__features-list {
  display: none;
}
.product-sidebar.product-type-variable .product-sidebar__features-list.active {
  display: block;
}
.product-sidebar .price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-sidebar .price-block .label {
  font-size: 18px;
  line-height: 20px;
}
.product-sidebar .price-block del .amount {
  color: #3844584d !important;
  margin-right: 5px;
}
.product-sidebar .price-block .amount {
  color: #384458;
}
.product-sidebar .price-block {
  margin-bottom: 20px;
}
.product-sidebar.product-type-variable .price-block .value {
  display: none;
}
.product-sidebar.product-type-variable .price-block .value.active {
  display: block;
}
.product-sidebar.product-type-variable .variable_add_to_cart_button {
  display: none;
}
.product-sidebar.product-type-variable .variable_add_to_cart_button.active {
  display: inline-block;
}
.product_hero_section > div:first-child {
  margin-bottom: 25px;
}
@media (max-width: 1160px) {
  .product-sidebar .product-sidebar__packages-list .top-section {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 990px) {
  .product_hero_section {
    margin-bottom: 25px;
  }
}
.package_type.hide_desktop.sticky {
  display: none !important;
}
