.main-page-wrapper > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.product-row-container,
.product-detail-container {
  max-width: 1320px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.woocommerce-breadcrumb {
  padding: 0 20px;
  display: block;
  margin: 0 auto 18px auto;
  font-size: 10px;
  line-height: 1.5;
  color: #747477;
  max-width: 1320px;
}
.woocommerce-breadcrumb .breadcrumb-link-last {
  padding-right: 0 !important;
}
.woocommerce-breadcrumb span.breadcrumb-last::before {
  content: none;
}
@media(min-width: 1200px) {
  .woocommerce-breadcrumb {
    font-size: 12px;
    margin-bottom: 30px;
  }
}


.product-detail-main {
  flex-direction: column;
}
.product-detail-media {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}
.product-detail-gallery-main {
  position: relative;
}
.product-detail-gallery-main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.product-detail-gallery-main-item {
  position: relative;
  width: 100%;
  border-radius: 14px;
  padding-bottom: 100%;
  border: 1px solid #D3D4DA;
  background-color: #fafafa;
}
.product-detail-gallery-main-item::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  margin: -1px;
  position: absolute;
  border-radius: 14px;
  transition: opacity 0.15s ease-in;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
  background: linear-gradient(127deg, #00664b 0%, #00926b 100%);
}
.product-detail-gallery-main-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  object-position: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transform-origin: center center;
  transition: transform 0.15s;
}
.product-detail-gallery-main:hover .product-detail-gallery-main-item {
  transform: scale(101%);
}
.product-detail-gallery-main:hover .product-detail-gallery-main-item::before {
  opacity: 1;
}
@media(max-width: 991.98px) {
  .product-detail-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 1200px) {
  .product-detail-main {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-detail-media {
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-row-container,
  .product-detail-container {
    padding-right: 325px;
  }
}
@media(min-width: 1500px) {
  .product-row-container,
  .product-detail-container {
    padding-right: 365px;
  }
}


@media(min-width: 1200px) {
  .product-detail-buy-widget-container {
    position: sticky;
    display: flex;
    top: 110px; /* was 145  */
    flex-direction: column;
    z-index: 4; /* was 6  */
  }
  body.main-navigation-open .product-detail-buy-widget-container {
    z-index: 4;
  }
}



.product-detail-information {
  max-width: 576px;
  position: relative;
  margin: 20px auto 0 auto;
}
.product-detail-name-wrapper {
  margin-bottom: 8px;
}
.product-detail-name {
  color: #303033;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
@media(min-width: 576px) {
    .product-detail-information {
      margin-top: 30px;
    }
}
@media(min-width: 1200px) {
  .product-detail-name-wrapper {
    margin-bottom: 20px;
  }
  .product-detail-name {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 54px;
    height: 54px;
  }
  .product-detail-information {
    margin: 0;
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media(min-width: 1400px) {
  .product-detail-name {
    font-size: 22px;
  }
}


.product-online-users {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D4DA;
}
.product-online-users-info {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16;
  font-weight: 600;
  color: #747477;
}
.product-online-users-indicator {
  width: 12px;
  height: 12px;
  background-color: #3cc261;
  opacity: 0;
  vertical-align: -0.125em;
  border-radius: 99px;
  animation: spinner-grow infinite 0.75s linear;
}
.product-online-users-text {
  margin-left: 5px;
  line-height: 1.2;
}
@keyframes spinner-grow {
  0% { transform: scale(0); }
  50% { transform: none; opacity:1 }
}
@media(min-width: 1200px) {
  .product-online-users {
    display: flex;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
    justify-content: center;
  }
}



.product-detail-buy-widget {
  position: relative;
}
.product-detail-price-container {
  position: relative;
}
.product-detail-price-list {
  color: #747477;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: line-through;
}
.product-detail-badge-discount {
  left: auto;
  right: -9px;
  bottom: -11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 53px;
  line-height: 1.45;
  font-weight: 600;
  font-size: 14px;
  color: #303033;
  margin: 0;
  padding: 11px 15px 25px 15px;
  position: absolute;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA4OCA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjlfNTk1NykiPgo8cGF0aCBkPSJNMTAgOS4yVjIyLjg1MUM5Ljk5OTg2IDIzLjYyMjcgMTAuMTIyNCAyNC4zODY4IDEwLjM2MDYgMjUuMDk5OEMxMC41OTg4IDI1LjgxMjcgMTAuOTQ4IDI2LjQ2MDUgMTEuMzg4MiAyNy4wMDZMMTguMTA5MiAzNS4zMzhDMTguNTQ5MyAzNS44ODM3IDE5LjA3MTggMzYuMzE2NSAxOS42NDY5IDM2LjYxMThDMjAuMjIxOSAzNi45MDcxIDIwLjgzODMgMzcuMDU5MSAyMS40NjA4IDM3LjA1OUg3NC42MTE5Qzc1LjUxMDUgMzcuMDU5IDc2LjM3MjIgMzYuNjE2NSA3Ny4wMDc1IDM1LjgyODhDNzcuNjQyOSAzNS4wNDEyIDc3Ljk5OTggMzMuOTcyOSA3Ny45OTk4IDMyLjg1OVY5LjJDNzcuOTk5OCA4LjA4NjA5IDc3LjY0MjkgNy4wMTc4IDc3LjAwNzUgNi4yMzAxNUM3Ni4zNzIyIDUuNDQyNSA3NS41MTA1IDUgNzQuNjExOSA1SDEzLjM4NzlDMTIuNDg5NCA1IDExLjYyNzYgNS40NDI1IDEwLjk5MjMgNi4yMzAxNUMxMC4zNTY5IDcuMDE3OCAxMCA4LjA4NjA5IDEwIDkuMloiIGZpbGw9IiNGRkJBMzAiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzM2OV81OTU3IiB4PSIwIiB5PSIwIiB3aWR0aD0iODgiIGhlaWdodD0iNTIuMDU5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAxIDAgMCAwIDAgMC43Mjk0MTIgMCAwIDAgMCAwLjE4ODIzNSAwIDAgMCAwLjMwMiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2OV81OTU3Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzM2OV81OTU3IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
}
.product-detail-price-regular {
  font-size: 42px;
  line-height: 1.1;
  color: #303033;
  font-weight: 700;
}
@media(max-width: 1199.98px) {
  #product-detail-sidebar {
    height: initial !important;
  }
}
@media(min-width: 1200px) {
  .product-detail-price-regular {
    font-size: 35px;
    padding-right: 45px;
    line-height: 1;
  }
  .product-detail-badge-discount {
    right: -30px;
    bottom: -14px;
  }
}


.product-only-few-copies-left {
  margin-top: 16px;
}
.product-only-few-copies-left-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 700;
  color: #303033;
}
.product-only-few-copies-left-text {
  margin-left: 5px;
}
.product-only-few-copies-left-text b {
  font-weight: 600;
  color: #00926b;
}
.product-only-few-copies-left-icon {
  width: 12px;
  height: 12px;
}
.product-only-few-copies-left-icon svg,
.product-only-few-copies-left-icon img {
  width: 100%;
  height: 100%;
  vertical-align: text-top;
}
@media(min-width: 1200px) {
  .product-detail-buy-widget-wrapper {
    top: 0px;
    width: 285px;
    height: 100%;
    right: -295px;
    position: absolute;
  }
  .product-detail-buy-widget {
    border: 1px solid #D3D4DA;
    border-radius: 24px;
    padding: 24px 12px 20px 12px;
    box-shadow: 4px 16px 73px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    transition: top 0.3s;
  }
}
@media(min-width: 1500px) {
  .product-detail-buy-widget {
    padding: 28px 20px 20px;
  }
  .product-detail-buy-widget-wrapper {
    width: 335px;
    right: -350px;
  }
}



.product-detail-form-container {
  margin: 8px 0 16px 0;
}
.product-btn-outline-primary {
  height: 40px;
  border-radius: 40px;
  font-size: 13px;
  line-height: 1.25;
  color: #303033;
  padding: 0;
  position: relative;
  border: 0;
}
.product-btn-outline-primary::before,
.product-btn-outline-primary::after {
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  border: 2px solid transparent;
  border-radius: 40px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #00926b 0%, #00664b 100%) border-box;
}
.product-btn-outline-primary::after {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00926b 0%, #00664b 100%) border-box !important;
  opacity: 0;
}
.product-btn-outline-primary:hover::before,
.product-btn-outline-primary:focus::before,
.product-btn-outline-primary:active::before {
  opacity: 0;
}
.product-btn-outline-primary:hover::after,
.product-btn-outline-primary:focus::after,
.product-btn-outline-primary:active::after {
  opacity: 1;
}
#prod-buy-now {
  margin-bottom: 10px;
}
.product-detail-add-to-cart-btn-base,
.product-btn-outline-primary-base {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.product-detail-payment-logo {
  display: flex;
  justify-content: center;
}
.product-detail-payment-logo-icon {
  height: 18px;
  height:37px;
  display: inline-flex;
  align-self: center;
  overflow: visible;
}
.product-detail-payment-logo-icon svg {
  top: auto;
  width: 100%;
  height: 100%;
}


.product-detail-buy-info {
  padding: 14px 0;
  margin-top: 24px;
  border-top: 1px solid #D3D4DA;
  border-bottom: 1px solid #D3D4DA;
}
.product-detail-buy-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.product-detail-buy-info-item {
  display: flex;
  align-items: center;
}
.product-detail-buy-info-item-icon-money-back-guarantee,
.product-detail-buy-info-item-icon-instant-delivery {
  width: 20px;
  margin-right: 10px;
  display: inline-flex;
  align-self: center;
}
.product-detail-buy-info-item-icon-money-back-guarantee {
  height: 20px;
}
.product-detail-buy-info-item-icon-instant-delivery {
  height: 22px;
}
.product-detail-buy-info-item-icon-instant-delivery img {
  width: inherit;
}
.product-detail-buy-info-item-text {
  color: #747477;
  font-size: 10px;
  line-height: 16px;
}
.product-detail-buy-info-item-text p {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
  color: #303033;
  line-height: 18px;
}
.product-detail-buy-info-separator {
  left: 50%;
  width: 1px;
  height: 22px;
  position: absolute;
  background-color: #D3D4DA;
}
@media(min-width: 1200px) {
  .product-detail-buy-info {
    padding: 12px 0 0 0;
    margin-top: 16px;
    border-bottom: 0;
  }
  .product-detail-buy-info-item-text p {
    font-size: 13px;
  }
  .product-detail-buy-info-separator {
    position: static;
  }
  .product-detail-buy-info-item-icon-money-back-guarantee,
  .product-detail-buy-info-item-icon-instant-delivery {
    margin-right: 6px;
  }
}
@media(min-width: 1500px) {
  .product-detail-buy-info-item-icon-money-back-guarantee,
  .product-detail-buy-info-item-icon-instant-delivery {
    margin-right: 10px;
  }
  .product-detail-buy-info-item-text p {
    font-size: 14px;
  }
}



.product-detail-variant-availability {
  margin-top: 24px;
  margin-bottom: 4px;
  background-color: #F6F5F5;
}
.product-detail-variant-availability-container {
  display: flex;
  padding: 11px 0;
}
.product-detail-variant-availability-item {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
}
.product-detail-variant-availability-item:first-child::after {
  content: "";
  position: absolute;
  right: -0.5px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #D3D4DA;
}
.product-detail-variant-availability-item.region {
  padding-right: 20px;
}
.product-detail-variant-availability-item.platform {
  padding-left: 20px;
}
.product-detail-availability-item-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-availability-item-icon img {
/*  height: 20px;*/
/*  min-width: 20px;*/
/*  max-width: 20px;*/
/*  max-height: 20px;*/
  max-width: 100%;
  max-height: 100%;
}
.product-detail-variant-availability-label {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  color: #303033;
}
.product-detail-availability-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  max-height: 44px;
}
.product-detail-variant-availability-item .product-detail-availability-item {
  margin: 5px 0 0 0;
  display: flex;
  color: #303033;
  font-weight: 400;
  justify-content: center;
}
.product-detail-availability-item-content {
  padding: 5px 0 0 15px;
  width: 100%;
}
.product-detail-availability-item-label {
  font-size: 14px;
  line-height: 1.25;
  color: #747477;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.product-detail-availability-item-label b {
  font-weight: 600;
  color: #303033;
}
.product-detail-availability-item-action {
  margin-top: 4px;
  display: flex;
}
.product-detail-availability-item-action a {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #303033;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: underline;
  transition: color 0.15s;
}
.product-detail-availability-item-action a:hover {
  color: #ffba30;
}
.product-detail-availability {
  display: flex;
  margin: 20px 0 -20px 0;
  flex-direction: column;
}
.product-detail-variant-availability-item .product-detail-availability-item {
  width: 256px;
  max-width: 100%;
/*  margin-left: 15px;*/
}
.product-detail-variant-availability-item .dropdown-search.no-variants {
  display: flex;
  gap: 0 5px;
  flex-grow: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.dropdown-search-item-icon img {
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  max-height: 20px;
}
.product-detail-variant-availability-item .dropdown-search.no-variants .dropdown-search-item-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 5px;
}
#product-detail-variant-pc {
  display: none;
}
@media(min-width: 576px) {
  .product-detail-variant-availability {
    background-color: unset;
  }
  .product-detail-variant-availability-container {
    background-color: #F6F5F5;
    border-radius: 14px;
  }
  .product-detail-availability {
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    margin: 20px -10px -20px -10px;
  }
  .product-detail-availability-item {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
  .product-detail-variant-availability-item .dropdown-search.no-variants {
    width: auto;
    flex: none;
  }
  .product-detail-availability-item.is-platform {
    order: 0;
  }
  .product-detail-availability-item.is-edition {
    order: 1;
  }
  .product-detail-availability-item.is-region {
    order: 3;
  }
  .product-detail-availability-item.is-works-in {
    order: 2;
  }
  .product-detail-variant-availability-item {
    padding-right: 0;
  }
}
@media(min-width: 992px) {
  .product-detail-variant-availability-box {
    display: none !important;
  }
  #product-detail-variant-pc {
    display: block;
  }
  .product-detail-variant-availability {
    flex: 0 0 576px;
    max-width: 576px;
    margin: 25px auto 0 auto;
  }
  .product-detail-variant-availability-container {
    background-color: unset;
    border-radius: 0;
  }
  .product-detail-variant-availability-item .product-detail-availability-item {
    height: 40px;
    margin-top: 0;
    flex-grow: 1;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
  }
  .product-detail-variant-availability-item .dropdown-search.no-variants {
    flex: 1;
    margin-top: 0;
    height: 40px;
    padding: 2px 18px;
    border: 1px solid #D3D4DA;
    background-color: #F1F1F3;
    border-radius: 20px;
    justify-content: flex-start;
    width: 100%;
  }
  .product-detail-variant-availability-item .dropdown-search.no-variants .dropdown-search-item-label {
    gap: 0 10px;
  }
}
@media(min-width: 1200px) {
  .product-detail-availability {
    flex-direction: column;
  }
  .product-detail-variant-availability {
    flex: unset;
    max-width: unset;
  }
  .product-detail-variant-availability-container {
    display: flex;
    justify-content: flex-start;
    gap: 45px;
  }
  .product-detail-variant-availability-item {
    align-items: center;
    flex-direction: row;
    width: auto;
    gap: 0;
  }
  .product-detail-variant-availability-item .product-detail-availability-item {
    margin-left: 15px;
    width: 256px;
  }
  .product-detail-variant-availability-item:first-child::after {
    display: none;
  }
  .dropdown-search-item-icon img {
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    max-height: 25px;
  }
}
@media(min-width: 1200px) and (max-width:1400px) {
  .product-detail-availability-item {
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
  }
  .product-detail-availability-item.is-platform,
  .product-detail-availability-item.is-edition,
  .product-detail-availability-item.is-region,
  .product-detail-availability-item.is-works-in {
    order: initial;
  }
}
@media(min-width: 1400px) {
  .product-detail-availability {
    flex-direction: row;
  }
}








.product-detail-properties {
  margin-top: 30px;
  padding-top: 20px;
}
.product-detail-properties-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-detail-properties-item-label {
  color: #747477;
  font-size: 14px;
  line-height: 1.25;
  margin-right: 10px;
}
.product-detail-properties-item-content {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.product-detail-properties-item-options {
  display: flex;
  align-items: center;
}
.product-detail-properties-item-options-item {
  font-size: 14px;
  line-height: 1.25;
  color: #303033;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.product-detail-properties-item-options-item a {
  color: inherit;
}
@media(min-width: 1400px) {
  .product-detail-properties-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media(min-width: 1500px) {
  .product-detail-properties-item {
    margin-bottom: 24px;
  }
}
.product-detail-properties-item:last-child {
  margin-bottom: 0;
}


.product-detail-important-info {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  border: 1px solid #D3D4DA;
  border-radius: 19px;
  margin-top: 30px;
}
.product-detail-important-info-icon {
  width: 32px;
  min-width: 32px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-important-info-icon img {
  min-height: 100%;
  min-width: 100%;
}
.product-detail-important-info-content {
  font-size: 10px;
  line-height: 1.45;
  color: #303033;
  padding-left: 15px;
}
@media(min-width: 1200px) {
  .product-detail-important-info {
    padding: 20px 40px 20px 25px;
    border-radius: 50px;
  }
  .product-detail-important-info-content {
    font-size: 14px;
  }
}
@media(min-width: 1500px) {
  .product-detail-important-info {
    padding: 20px 130px 20px 25px;
  }
}




.product-detail-buy-widget-trustpilot {
  margin-top: 6px;
  padding-top: 14px;
  cursor: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px 0;
}
.product-detail-buy-widget-trustpilot-logo {
  width: 97px;
}
.product-detail-buy-widget-trustpilot-text {
  color: #747477;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}
@media(min-width: 576px) {
  .product-detail-buy-widget-trustpilot {
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media(min-width: 1200px) {
  .product-detail-buy-widget-trustpilot {
    box-shadow: 4px 16px 73px rgba(0, 0, 0, 0.08);
    padding: 15px;
    border: 1px solid #D3D4DA;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 18px;
    flex-direction: column;
    gap: 7px 0;
  }
}



.product-detail-section {
  margin-top: 15px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.product-detail-section-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #303033;
}
.product-detail-requirements-content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-detail-requirements-content > ul > li > strong {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #303033;
}
.product-detail-requirements-content > ul > li > ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.product-detail-requirements-content > ul > li > ul > li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #303033;
  display: flex;
  align-items: flex-start;
}
@media(min-width: 768px) {
  .product-detail-section-title {
    margin-bottom: 30px;
  }
  .product-detail-requirements-content > ul {
    display: flex;
    align-items: start;
    margin: 0 -10px;
  }
  .product-detail-requirements-content > ul > li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .product-detail-requirements-content > ul > li > ul > li {
    margin-bottom: 15px;
  }
}
@media(min-width: 1200px) {
  .product-detail-section {
    margin-top: 30px;
    padding-top: 60px;
  }
  .product-detail-requirements-content > ul > li > ul > li {
    font-size: 14px;
    line-height: 1.4;
  }
}




.product-detail-description-content {
  position: relative;
  max-height: 270px;
  overflow: hidden;
}
.product-detail-description-content[data-visible="short"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-detail-description-content[data-visible="full"] {
  max-height: initial;
}
.product-detail-description-content h1:first-child,
.product-detail-description-content .h1:first-child,
.product-detail-description-content h2:first-child,
.product-detail-description-content .h2:first-child,
.product-detail-description-content h3:first-child,
.product-detail-description-content .h3:first-child,
.product-detail-description-content h4:first-child,
.product-detail-description-content .h4:first-child {
  margin-top: 0;
}
.product-detail-description-content h1,
.product-detail-description-content .h1,
.product-detail-description-content h2,
.product-detail-description-content .h2,
.product-detail-description-content h3,
.product-detail-description-content .h3,
.product-detail-description-content h4,
.product-detail-description-content .h4 {
  font-weight: 600;
  color: #303033;
  margin: 18px 0;
}
.product-detail-description-content h1,
.product-detail-description-content .h1 {
  font-size: 24px;
  line-height: 1.25;
}
.product-detail-description-content h2,
.product-detail-description-content .h2 {
  font-size: 18px;
  line-height: 1.25;
}
.product-detail-description-content h3,
.product-detail-description-content .h3 {
  font-size: 14px;
  line-height: 1.25;
}
.product-detail-description-content p,
.product-detail-description-content ul,
.product-detail-description-content ol  {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #303033;
  margin: 0 0 15px;
}
.product-detail-description-content p + h2,
.product-detail-description-content p + .h2,
.product-detail-description-content p + h3,
.product-detail-description-content p + .h3,
.product-detail-description-content p + h4,
.product-detail-description-content p + .h4 {
  margin-top: 25px;
}
.product-detail-description-content-moments-item {
  margin-bottom: 30px;
}
.product-detail-description-content-moments-item p {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #303033;
  margin: 0;
}
.product-detail-description-content-moments-item-media img {
  border-radius: 14px;
  transition: 0.15s;
  max-width: 100%;
}
.product-detail-description-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.product-detail-description-action-button .icon {
  width: 15px;
  color: #303033;
}
.product-detail-description-action-button.is--active .icon {
  transform: rotate(-180deg);
}
.product-detail-description-action-button .icon svg {
  top: 0;
}
.product-detail-description-action-button span:not(.icon):after {
  content: attr(data-text-show-more);
}
.product-detail-description-action-button.is--active span:not(.icon):after {
  content: attr(data-text-show-less);
}
.product-detail-description-content-moments-item-media {
  margin-bottom: 12px;
}
@media(min-width: 576px) {
  .product-detail-description-action-button {
    width: 200px;
  }
}
@media(min-width: 768px) {
  .product-detail-description-content {
    max-height: 210px;
  }
  .product-detail-description-content.is-with-moments .product-detail-description-content-inner {
    display: flex;
  }
  .product-detail-description-content.is-with-moments .product-detail-description-content-text {
    padding-right: 30px;
  }
  .product-detail-description-content-moments {
    flex: 0 0 250px;
    width: 250px;
  }
  .product-detail-description-content-moments-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .product-detail-description-content-moments-item-media img {
    width: 100%;
  }
}
@media(min-width: 992px) {
  .product-detail-description-content {
    max-height: 235px;
  }
  .product-detail-description-content p,
  .product-detail-description-content ul,
  .product-detail-description-content ol {
    font-size: 14px;
    line-height: 1.4;
  }
  .product-detail-description-content-moments {
    flex: 0 0 280px;
    width: 280px;
  }
  .product-detail-description-content-moments-item p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media(min-width: 1200px) {
  .product-detail-description-content-moments-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .product-detail-description-content-moments-item-media:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media(min-width: 1400px) {
  .product-detail-description-content {
    max-height: 263px;
  }
  .product-detail-description-content.is-with-moments .product-detail-description-content-text {
    padding-right: 46px;
  }
  .product-detail-description-content-moments {
    flex: 0 0 315px;
    width: 315px;
  }
}



.product-detail-menu-inner {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  z-index: 2;
}
.product-detail-menu-back-top {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZyBpZD0nXzI0eDI0X09uX0xpZ2h0X0Fycm93LVRvcCcgZGF0YS1uYW1lPScyNHgyNC9PbiBMaWdodC9BcnJvdy1Ub3AnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDI0KSByb3RhdGUoOTApJz4KICAgICAgICA8cmVjdCBpZD0ndmlldy1ib3gnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgZmlsbD0nbm9uZScvPgogICAgICAgIDxwYXRoIGlkPSdTaGFwZScKICAgICAgICAgICAgICBkPSdNLjIyLDEwLjIyQS43NS43NSwwLDAsMCwxLjI4LDExLjI4bDUtNWEuNzUuNzUsMCwwLDAsMC0xLjA2MWwtNS01QS43NS43NSwwLDAsMCwuMjIsMS4yOGw0LjQ3LDQuNDdaJwogICAgICAgICAgICAgIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDE0Ljc1IDE3Ljc1KSByb3RhdGUoMTgwKScgZmlsbD0nI0QzRDREQScvPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  height: 32px;
  width: 32px;
  min-height: auto;
  min-width: 32px;
  border-radius: 32px;
  padding: 0;
  border: 2px solid #D3D4DA;
  position: relative;
  margin-right: 24px;
  transition: opacity 0.3s;
}
.product-detail-menu-back-top:hover {
  opacity: 0.7;
  background-color: transparent;
}
.product-detail-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
.product-detail-menu-item {
  margin-right: 24px;
  margin-bottom: 0;
}
.product-detail-menu-item:last-child {
  margin-right: 0;
}
.product-detail-menu-link {
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  color: #303033;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s;
}
.product-detail-menu-link:hover {
  color: #303033;
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .product-detail-menu {
    height: 54px;
    margin-top: 30px;
  }
  .product-detail-menu-inner {
    padding: 10px 20px;
    border-top: 1px solid #D3D4DA;
    border-bottom: 1px solid #D3D4DA;
    box-shadow: 0 3px 6px #00000029;
    overflow: hidden;
  }
  .product-detail-menu-list {
    margin-right: -20px;
    padding-right: 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start !important;
  }
  .product-detail-menu-list::-webkit-scrollbar {
    display: none;
  }
}
@media(min-width: 992px) {
  .product-detail-menu {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .product-detail-menu-back-top {
    display: none;
  }
  .product-detail-menu-list.justify-content-start .product-detail-menu-item {
    margin-right: 200px;
  }
}
@media (min-width: 1500px) {
  .product-detail-menu-list.justify-content-start .product-detail-menu-item {
    margin-right: 220px;
  }
}



.product-detail-languages-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin: 0 -10px 0 -10px;
}
.product-detail-languages-item {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  display: flex;
  align-items: flex-start;
  max-height: 20px;
}
.product-detail-languages-item-label {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #303033;
  padding-top: 2px;
}
.product-detail-languages-item-flag {
  flex-shrink: 0;
  min-width: 28px;
  height: 20px;
  border: 1px solid #D3D4DA;
  overflow: hidden;
  margin-right: 8px;
}
@media(min-width: 450px) {
  .product-detail-languages-item {
    width: calc(33.333% - 20px);
  }
}
@media(min-width: 768px) {
  .product-detail-languages-item {
    width: calc(25% - 20px);
  }
}
@media(min-width: 992px) {
  .product-detail-languages-item {
    width: calc(20% - 20px);
  }
}
@media(min-width: 1200px) {
  .product-detail-languages-item-label {
    font-size: 14px;
    padding-top: 1px;
  }
}
@media(min-width: 1500px) {
  .product-detail-languages-item {
    width: calc(16.666% - 20px);
  }
}





.product-detail-buy-widget-bottom-sticky {
  position: fixed;
  bottom: -110%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 8px 20px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  z-index: 5;
  transition: bottom 0.3s;
}
.product-detail-buy-widget-bottom-sticky.is--show {
  bottom: 0;
}
.product-detail-buy-widget-bottom-sticky-price-container {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.product-detail-buy-widget-bottom-sticky .product-detail-price-list {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: #747477;
  text-decoration: line-through;
  text-align: left;
}
.product-detail-buy-widget-bottom-sticky-form-container {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-grow: 1;
}
.product-detail-buy-widget-bottom-sticky .badge-discount {
  display: none;
}
.product-detail-buy-widget-bottom-sticky .product-detail-price-regular {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #303033;
  text-align: left;
}
@media(min-width: 1200px) {
  .product-detail-buy-widget-bottom-sticky {
    display: none !important;
  }
}




.product-detail-gallery-modal .modal-dialog {
  transform: none !important;
}
.product-detail-gallery-modal .modal-content {
  color: #ffffff;
  background-color: #000000;
}
.product-detail-gallery-modal .modal-body {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 20px 20px;
}
.product-detail-gallery-modal-btn-close {
  top: 10px;
  opacity: 1;
  z-index: 1;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  color: #ffffff;
  padding: 2px 2px;
  min-height: auto;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: opactiy 0.15s;
  background-color: rgba(0, 0, 0, 0) !important;
}
.product-detail-gallery-modal-btn-close svg,
.product-detail-gallery-modal-btn-close svg path {
  fill: #ffffff;
}
.product-detail-gallery-modal-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.product-detail-gallery-modal-main {
  height: 100%;
}
.product-detail-gallery-modal-main-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  max-width: 1250px;
  margin: 0 auto;
}
.product-detail-gallery-modal-main-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
@media(max-width: 767.98px) {
  .product-detail-gallery-modal-title {
    display: none;
  }
}
@media(min-width: 992px) {
  .product-detail-gallery-modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-detail-gallery-modal-main {
    max-height: calc(100% - 140px);
  }
}
@media(min-width: 1200px) {
  .product-detail-gallery-modal-main {
    max-height: calc(100% - 150px);
  }
}
@media(min-width: 1500px) {
  .product-detail-gallery-modal-main {
    max-height: calc(100% - 190px);
  }
}



.activation-guide-modal.modal {
  padding: 18px 18px 60px 18px;
}
.activation-guide-modal .modal-dialog {
  margin-top: 0;
  max-width: 700px;
  margin-bottom: 0;
}
.activation-guide-modal .modal-content {
  border-radius: 20px;
  padding: 20px 20px 24px 20px;
}
.activation-guide-modal .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(127deg, #00926b 0%, #00664b 100%);
}
.activation-guide-modal-btn-close {
  top: 5px;
  z-index: 1;
  right: 5px;
  color: #303033;
  min-height: auto;
  padding: 10px 10px;
  position: absolute;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.activation-guide-modal-btn-close:hover {
  background-color: rgba(0, 0, 0, 0);
}
.activation-guide-modal .support-static-card-head {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d3d4da;
}
.activation-guide-modal .support-static-card-head-title {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.activation-guide-modal .activation-guide-logo {
  width: 44px;
  height: 44px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activation-guide-modal .activation-guide-logo-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.activation-guide-modal .support-static-card-head-title h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
@media(min-width: 576px) {
  .activation-guide-modal .support-static-card-head-title {
    padding-right: 0;
  }
}
@media(min-width: 768px) {
  .activation-guide-modal.modal {
    padding: 60px 18px 60px 18px;
  }
  .activation-guide-modal .modal-content {
    padding: 40px 40px 40px 40px;
  }
}


.activation-guide-modal .activation-guide-item {
  position: relative;
  padding-left: 68px;
  padding-top: 12px;
}
.activation-guide-modal .activation-guide-item:not(:last-child) {
  padding-bottom: 30px;
}
.activation-guide-modal .activation-guide-item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0f8f70;
  transform: translateX(-5px);
}
.activation-guide-modal .activation-guide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 21px;
  height: 100%;
  width: 2px;
  background-color: #0f8f70;
}
.activation-guide-modal .activation-guide-item-index {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #303033;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0f8f70;
  width: 44px;
  height: 44px;
  font-weight: 700;
  z-index: 1;
}
.activation-guide-modal .activation-guide-item-description {
  font-weight: 500;
  font-size: 14px;
}
.activation-guide-modal .activation-guide-item-media {
  margin-top: 24px;
  max-width: 480px;
}
.activation-guide-modal .activation-guide-item-image:not(:last-child) {
  margin-bottom: 20px;
}
.cms-block-support-static-head {
  overflow: initial;
}

.activation-guide-modal .activation-guide-item-description ol ol {
  list-style: disc;
}


.is-product-country-restriction-modal-btn-close {
  top: 5px;
  z-index: 1;
  right: 5px;
  color: #303033;
  min-height: auto;
  padding: 10px 10px;
  position: absolute;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.is-product-country-restriction-modal-btn-close:hover {
  background-color: rgba(0, 0, 0, 0);
}
.is-product-country-restriction-modal .modal-dialog {
  max-width: 685px;
}
.is-product-country-restriction-modal .modal-content {
  border-radius: 14px;
}
.is-product-country-restriction-modal .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(127deg, #00926b 0%, #00664b 100%);
}
.is-product-country-restriction-modal.modal .modal-body {
  padding: 20px 20px 35px;
}
@media (min-width: 768px) {
  .is-product-country-restriction-modal.modal .modal-body {
    padding: 30px 40px 35px;
  }
}
@media (min-width: 1200px) {
  .is-product-country-restriction-modal.modal .modal-body {
    padding: 40px;
  }
}
.product-country-restriction-modal-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #303033;
}
.product-country-restriction-modal-works-in {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.product-country-restriction-modal-works-in-flag {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #D3D4DA;
  margin-right: 13px;
}
.product-country-restriction-modal-works-in-label {
  font-size: 14px;
  line-height: 18px;
  color: #747477;
  padding: 5px 0;
}
.product-country-restriction-modal-works-in-label b {
  font-weight: 600;
  color: #303033;
}
.product-country-restriction-modal-search {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #D3D4DA;
  border-bottom: 1px solid #D3D4DA;
}
@media (min-width: 768px) {
  .product-country-restriction-modal-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (min-width: 1200px) {
  .product-country-restriction-modal-search {
    margin: 35px 0;
  }
}
.product-country-restriction-modal-search-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: #303033;
}
@media (max-width: 575.98px) {
  .product-country-restriction-modal-search-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .product-country-restriction-modal-search-form {
    max-width: 290px;
    width: 100%;
  }
}
.product-country-restriction-modal-search-form .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 4;
  height: 100%;
}
.product-country-restriction-modal-search-form-input {
  height: 40px;
  font-size: 14px;
  border-radius: 40px !important;
  padding: 0 20px;
}
#productCountryModal .product-country-restriction-modal-search-form-input:focus {
  box-shadow: none !important;
}
.product-country-restriction-modal-search-form-btn {
  height: 100%;
  width: 62px;
  border-radius: 40px !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-country-restriction-modal-search-form-btn .icon {
  color: inherit;
}
.product-country-restriction-modal-search-form-btn .icon svg {
  top: auto;
}
.product-country-restriction-modal-list {
  max-height: 364px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-country-restriction-modal-list::-webkit-scrollbar {
  width: 3px;
}
.modal::-webkit-scrollbar {
  width: 0;
}
.product-country-restriction-modal-list li {
  font-size: 14px;
  line-height: 18px;
  color: #303033;
  padding: 5px 0;
}
.product-country-restriction-modal-list li.not-found {
  text-align: center;
  font-weight: 600;
}



.product-detail-editions {
  background-color: rgba(237, 237, 237, 0.55);
  padding: 40px 0;
  overflow: hidden;
}
.product-slider-head-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #303033;
}
.product-slider-wrapper {
  margin: 0 -20px -20px -20px;
  padding: 25px 20px 20px 12px;
}
.product-slider-item {
  margin: 0 12px 24px !important;
  width: 265px !important;
  height: auto !important;
}
.product-slider-card {
  height: 100%;
  border-radius: 14px;
  will-change: transform;
  background-color: #ffffff;
  border: 1px solid #D3D4DA;
  transition: transform 0.15s;
  transform-origin: center center;
  transform: translate3d(0, 0, 0);
}
.product-slider-card::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  margin: -2px;
  position: absolute;
  border-radius: inherit;
  box-shadow: 0 8px 10px #00000014;
  transition: opacity 0.15s ease-in;
  background: linear-gradient(127deg, #00926b 0%, #00664b 100%);
}
.product-slider-card:hover {
  border-color: transparent;
  transform: translateY(-4px);
}
.product-slider-card:hover::before {
  opacity: 1;
}
.product-slider-card-body {
  display: flex;
  height: 100%;
  border-radius: inherit;
  flex-direction: column;
  background-color: #ffffff;
}
.product-slider-image-wrapper {
  position: relative;
}
.product-slider-image-wrapper-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 70.18%;
  border-radius: 14px 14px 0 0;
}
.product-slider-image-wrapper-link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  transition: transform 0.15s;
}
.product-slider-image-wrapper-link:hover img {
  transform: scale(102%);
}
.product-slider-badge-discount {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 53px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #303033;
  margin: 0;
  padding: 11px 15px 25px;
  position: absolute;
  left: -16px;
  bottom: -25px;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA4NSA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF80MzhfMTIpIj4KPHBhdGggZD0iTTc0LjYgOS4yVjIyLjg1MUM3NC42MDAxIDIzLjYyMjcgNzQuNDQ4MiAyNC4zODY4IDc0LjE1MjkgMjUuMDk5OEM3My44NTc2IDI1LjgxMjcgNzMuNDI0NyAyNi40NjA1IDcyLjg3OSAyNy4wMDZMNjQuNTQ3IDM1LjMzOEM2NC4wMDE0IDM1Ljg4MzcgNjMuMzUzNiAzNi4zMTY1IDYyLjY0MDcgMzYuNjExOEM2MS45Mjc3IDM2LjkwNzEgNjEuMTYzNiAzNy4wNTkxIDYwLjM5MiAzNy4wNTlIMTQuMkMxMy4wODYxIDM3LjA1OSAxMi4wMTc4IDM2LjYxNjUgMTEuMjMwMSAzNS44Mjg4QzEwLjQ0MjUgMzUuMDQxMiA5Ljk5OTk4IDMzLjk3MjkgOS45OTk5OCAzMi44NTlWOS4yQzkuOTk5OTggOC4wODYwOSAxMC40NDI1IDcuMDE3OCAxMS4yMzAxIDYuMjMwMTVDMTIuMDE3OCA1LjQ0MjUgMTMuMDg2MSA1IDE0LjIgNUg3MC40QzcxLjUxMzkgNSA3Mi41ODIyIDUuNDQyNSA3My4zNjk4IDYuMjMwMTVDNzQuMTU3NSA3LjAxNzggNzQuNiA4LjA4NjA5IDc0LjYgOS4yIiBmaWxsPSIjRkZCQTMwIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF80MzhfMTIiIHg9IjAiIHk9IjAiIHdpZHRoPSI4NC42IiBoZWlnaHQ9IjUyLjA1OSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI1Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDAuNzI5NDEyIDAgMCAwIDAgMC4xODgyMzUgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfNDM4XzEyIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzQzOF8xMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
}
.product-slider-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 16px;
  border-top: 1px solid #D3D4DA;
}
.product-slider-name {
  font-size: 12px;
  line-height: 1.45;
  height: 36px;
  font-weight: 600;
  margin-bottom: 0;
  color: #303033;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.product-slider-info .product-edition-benefits {
  margin-bottom: auto;
}
.product-slider-benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
.product-slider-benefits-list li {
  font-size: 10px;
  color: #747477;
  line-height: 1.45;
  padding-left: 19px;
  position: relative;
}
.product-slider-benefits-list li::before {
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNycgaGVpZ2h0PScxNycgdmlld0JveD0nMCAwIDE3IDE3Jz48ZyBpZD0nR3JvdXBfMjI0MScgZGF0YS1uYW1lPSdHcm91cCAyMjQxJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtODQ2IC00OTApJz48cGF0aCBpZD0nWE1MSURfNF8nIGQ9J004LjUsMS44MjFhNi42NzksNi42NzksMCwwLDAtNC43MjIsMTEuNCw2LjY3OSw2LjY3OSwwLDEsMCw5LjQ0NS05LjQ0NUE2LjYzNSw2LjYzNSwwLDAsMCw4LjUsMS44MjFNOC41LDBBOC41LDguNSwwLDEsMSwwLDguNSw4LjUsOC41LDAsMCwxLDguNSwwWicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoODQ2IDQ5MCknIGZpbGw9JyMxZGIxMjgnLz48cGF0aCBpZD0nUGF0aF8yNDA1JyBkYXRhLW5hbWU9J1BhdGggMjQwNScgZD0nTS0yMzYzOS45NzMtMTYzOC40MzJhLjkwNy45MDcsMCwwLDEtLjY2OC0uMjk0bC0yLjIxNS0yLjRhLjkxMi45MTIsMCwwLDEsLjA1My0xLjI4Ny45MTMuOTEzLDAsMCwxLDEuMjg5LjA1M2wxLjUxNCwxLjY0NywzLjY0MS00LjI4NGEuOTA4LjkwOCwwLDAsMSwxLjI4MS0uMS45MTMuOTEzLDAsMCwxLC4xMDUsMS4yODRsLTQuMyw1LjA2OGEuOTExLjkxMSwwLDAsMS0uNjc2LjMyMVonIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDI0NDkzLjQ0MyAyMTQwLjM3NyknIGZpbGw9JyMxZGIxMjgnLz48L2c+PC9zdmc+);
}
.product-slider-badge-platform {
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: #ffffff;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
  border-radius: 99px;
  align-items: center;
  justify-content: center;
}
.product-slider-badge-platform img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s;
}
.product-slider-badge-platform:hover img {
  transform: scale(1.05);
}
.product-slider-badge-platform span {
  display: none;
  position: absolute;
  min-width: 72px;
  height: 27px;
  text-align: center;
  bottom: calc(100% - 6px);
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  background-color: #454549;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  white-space: nowrap;
  border-radius: 4px;
}
.product-slider-badge-platform:hover span {
  display: block;
}
.product-slider-badge-platform span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #454549;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -4px;
  transform: rotate(45deg);
}
.product-slider-price-action-wrapper {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}
.product-slider-price-info {
  display: flex;
  flex-direction: column;
}
.product-slider-price-list {
  font-size: 14px;
  line-height: 14px;
  color: #747477;
  font-weight: 500;
  text-decoration: line-through;
}
.product-slider-price-regular {
  font-size: 22px;
  line-height: 24px;
  color: #303033;
  font-weight: 600;
}
@media(min-width: 992px) {
  .product-slider-item {
/*    width: ;*/
  }
  .product-slider-info {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .product-slider-name {
    font-size: 15px;
    height: 45px;
  }
  .product-slider-benefits-list li {
    font-size: 12px;
    padding-left: 24px;
  }
  .product-slider-benefits-list li::before {
    width: 17px;
    height: 17px;
  }
}




.product-slider-action-wrapper .add_to_cart_inline,
#product-detail-add-to-cart .add_to_cart_inline,
#product-detail-buy-now .add_to_cart_inline,
#prod-buy-now .add_to_cart_inline,
#prod-add-to-cart .add_to_cart_inline {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.product-slider-action-wrapper .add_to_cart_inline del,
#product-detail-add-to-cart .add_to_cart_inline del,
#product-detail-buy-now .add_to_cart_inline del,
#prod-add-to-cart .add_to_cart_inline del,
#prod-buy-now .add_to_cart_inline del,
.product-slider-action-wrapper .add_to_cart_inline span,
#product-detail-add-to-cart .add_to_cart_inline span,
#product-detail-buy-now .add_to_cart_inline span,
#prod-buy-now .add_to_cart_inline span,
.product-slider-action-wrapper .add_to_cart_inline ins,
#product-detail-add-to-cart .add_to_cart_inline ins,
#product-detail-buy-now .add_to_cart_inline ins,
#prod-add-to-cart .add_to_cart_inline ins,
#prod-buy-now .add_to_cart_inline ins,
.product-slider-action-wrapper .added_to_cart,
#product-detail-add-to-cart .added_to_cart,
#product-detail-buy-now .added_to_cart,
#prod-add-to-cart .added_to_cart,
#prod-buy-now .added_to_cart,
.product-slider-action-wrapper .currency-code-1,
#product-detail-add-to-cart .currency-code-1,
#product-detail-buy-now .currency-code-1,
#prod-add-to-cart .currency-code-1,
#prod-buy-now .currency-code-1,
#prod-add-to-cart .woocommerce-Price-amount,
#prod-buy-now .woocommerce-Price-amount
{
  display: none !important;
  visibility: hidden !important;
}
#editions .product-slider-item .product-slider-info .product-slider-action-wrapper .add_to_cart_inline a.button {
  height: 25px;
  width: 38px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
  color: #ffffff !important;
  background: transparent linear-gradient(151deg, #00926b 0%, #00664b 100%) 0% 0% no-repeat padding-box !important;
}

#product-detail-add-to-cart .add_to_cart_inline a.button {
  width: 65px !important;
  height: 50px !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00926b !important;
  background-color: #ffffff;
  border: 2px solid #00926b !important;
  border-radius: 40px !important;
}

#prod-add-to-cart .add_to_cart_inline a.button {
  height: 50px;
  flex-grow: 1;
  width: 100%;
  border-radius: 40px !important;
  color: #00926b !important;
  border: 2px solid #00926b !important;
  background-color: #ffffff !important;
}
#prod-add-to-cart .add_to_cart_inline a.button span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

#product-detail-buy-now .add_to_cart_inline a.button,
#prod-buy-now .add_to_cart_inline a.button {
  height: 50px;
  flex-grow: 1;
  width: 100%;
  border-radius: 40px !important;
  color: #ffffff !important;
  background: transparent linear-gradient(151deg, #00926b 0%, #00664b 100%) 0% 0% no-repeat padding-box !important;
}
#product-detail-buy-now .add_to_cart_inline a.button:hover,
#prod-buy-now .add_to_cart_inline a.button:hover {
  background: transparent linear-gradient(151deg, #00664b 0%, #00926b 100%) 0% 0% no-repeat padding-box !important;
}

#editions .product-slider-item .product-slider-info .product-slider-action-wrapper .add_to_cart_inline a.button:hover {
  background: #FFBA30;
}
#editions .product-slider-item .product-slider-info .product-slider-action-wrapper .add_to_cart_inline a.button.loading::before,
#product-detail-add-to-cart .add_to_cart_inline a.button.loading::before,
#product-detail-buy-now .add_to_cart_inline a.button.loading::before,
#prod-buy-now .add_to_cart_inline a.button.loading::before,
#prod-add-to-cart .add_to_cart_inline a.button.loading span {
  opacity: 0;
}
#editions .product-slider-item .product-slider-info .product-slider-action-wrapper .add_to_cart_inline a.button.loading::after,
#product-detail-add-to-cart .add_to_cart_inline a.button.loading::after,
#product-detail-buy-now .add_to_cart_inline a.button.loading::after,
#prod-buy-now .add_to_cart_inline a.button.loading::after,
#prod-add-to-cart .add_to_cart_inline a.button.loading::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background-image: none;
    border: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    animation: productCartBtnLoader 1s linear infinite;
    position: absolute;
}
#product-detail-add-to-cart .add_to_cart_inline a.button.loading::after,
#prod-add-to-cart .add_to_cart_inline a.button.loading::after {
    border: 2px solid #00926b;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.product-slider-action-wrapper .add_to_cart_inline a.button::before,
#product-detail-add-to-cart .add_to_cart_inline a.button::before,
#prod-add-to-cart .add_to_cart_inline a.button::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transform: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19' fill='none' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m17.527 10.301-.622 2.073a1.62 1.62 0 0 1-1.559 1.162H5.18a1.36 1.36 0 0 0-1.393 1.327 1.344 1.344 0 0 0 1.055 1.288 2.441 2.441 0 0 1 2.415-1.968 2.444 2.444 0 0 1 2.432 2.053h2.572a2.439 2.439 0 0 1 2.428-2.053 2.431 2.431 0 0 1 2.46 2.398 2.43 2.43 0 0 1-2.46 2.398 2.457 2.457 0 0 1-2.265-1.476H9.526a2.46 2.46 0 0 1-2.27 1.476 2.454 2.454 0 0 1-2.29-1.533 2.622 2.622 0 0 1-2.446-2.583 2.628 2.628 0 0 1 2.495-2.588L2.53 4.66a.359.359 0 0 0-.342-.249H.961V3.145h1.228a1.618 1.618 0 0 1 1.544 1.124l.33 1.008h8.947a4.891 4.891 0 0 0 .13 1.27H4.476l1.787 5.476a.364.364 0 0 0 .345.25h8.735v-.004a.358.358 0 0 0 .345-.26l.592-1.972c.395.14.813.23 1.247.264Zm-3.667 7.09a1.162 1.162 0 0 1-.36-.81h.003a1.16 1.16 0 0 1 1.184-1.131 1.165 1.165 0 0 1 1.191 1.131 1.163 1.163 0 0 1-1.191 1.131 1.16 1.16 0 0 1-.826-.32Zm-7.432 0a1.162 1.162 0 0 1-.36-.81h.001a1.163 1.163 0 0 1 1.186-1.131 1.163 1.163 0 0 1 1.19 1.131 1.163 1.163 0 0 1-1.19 1.131 1.164 1.164 0 0 1-.827-.32Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.915 10.316a4.906 4.906 0 1 0 0-9.812 4.906 4.906 0 0 0 0 9.812Zm.75-7.602a.75.75 0 0 0-1.5 0V4.66h-1.946a.75.75 0 0 0 0 1.5h1.946v1.946a.75.75 0 0 0 1.5 0V6.16h1.946a.75.75 0 0 0 0-1.5h-1.946V2.714Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#prod-add-to-cart .add_to_cart_inline a.button::before {
  position: absolute;
  left: 16px;
}
#product-detail-add-to-cart .add_to_cart_inline a.button::before,
#prod-add-to-cart .add_to_cart_inline a.button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19' fill='none' viewBox='0 0 23 19'%3E%3Cpath fill='%2300926b' fill-rule='evenodd' d='m17.527 10.301-.622 2.073a1.62 1.62 0 0 1-1.559 1.162H5.18a1.36 1.36 0 0 0-1.393 1.327 1.344 1.344 0 0 0 1.055 1.288 2.441 2.441 0 0 1 2.415-1.968 2.444 2.444 0 0 1 2.432 2.053h2.572a2.439 2.439 0 0 1 2.428-2.053 2.431 2.431 0 0 1 2.46 2.398 2.43 2.43 0 0 1-2.46 2.398 2.457 2.457 0 0 1-2.265-1.476H9.526a2.46 2.46 0 0 1-2.27 1.476 2.454 2.454 0 0 1-2.29-1.533 2.622 2.622 0 0 1-2.446-2.583 2.628 2.628 0 0 1 2.495-2.588L2.53 4.66a.359.359 0 0 0-.342-.249H.961V3.145h1.228a1.618 1.618 0 0 1 1.544 1.124l.33 1.008h8.947a4.891 4.891 0 0 0 .13 1.27H4.476l1.787 5.476a.364.364 0 0 0 .345.25h8.735v-.004a.358.358 0 0 0 .345-.26l.592-1.972c.395.14.813.23 1.247.264Zm-3.667 7.09a1.162 1.162 0 0 1-.36-.81h.003a1.16 1.16 0 0 1 1.184-1.131 1.165 1.165 0 0 1 1.191 1.131 1.163 1.163 0 0 1-1.191 1.131 1.16 1.16 0 0 1-.826-.32Zm-7.432 0a1.162 1.162 0 0 1-.36-.81h.001a1.163 1.163 0 0 1 1.186-1.131 1.163 1.163 0 0 1 1.19 1.131 1.163 1.163 0 0 1-1.19 1.131 1.164 1.164 0 0 1-.827-.32Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300926b' fill-rule='evenodd' d='M17.915 10.316a4.906 4.906 0 1 0 0-9.812 4.906 4.906 0 0 0 0 9.812Zm.75-7.602a.75.75 0 0 0-1.5 0V4.66h-1.946a.75.75 0 0 0 0 1.5h1.946v1.946a.75.75 0 0 0 1.5 0V6.16h1.946a.75.75 0 0 0 0-1.5h-1.946V2.714Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#product-detail-buy-now .add_to_cart_inline a.button::before,
#prod-buy-now .add_to_cart_inline a.button::before {
  content: "BUY NOW";
  transform: none !important;
  font-size: 13px;
  font-weight: 700;
}
@media(min-width: 992px) {
  #editions .product-slider-item .product-slider-info .product-slider-action-wrapper .add_to_cart_inline a.button {
    width: 48px;
    height: 35px;
  }
  .product-slider-action-wrapper .add_to_cart_inline a::before {
    background-size: 28px;
  }
}




#simple-translate {
  display: none !important;
}
