/*
 * v2.7.19.138 — Replace generic masked cart option icons
 * with real premium icon assets validated by the user.
 */

body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-customer_type::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-device::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-app::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-adult_channels::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-channels::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-vod_language::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-vod_languages::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-connections::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-mac_address::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-mac::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-ibo_device_mac::before,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-ibo_device_key::before {
  display: none !important;
}

body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-customer_type::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-device::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-app::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-adult_channels::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-channels::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-vod_language::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-vod_languages::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-connections::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-mac_address::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-mac::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-ibo_device_mac::after,
body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-ibo_device_key::after {
  left: 0 !important;
  top: 50% !important;
  width: 30px !important;
  height: 30px !important;
  transform: translateY(-50%) !important;
  background: center / contain no-repeat var(--iptvbc-option-icon-image) !important;
  opacity: 1 !important;
  border-radius: 8px !important;
  -webkit-mask: none !important;
  mask: none !important;
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-customer_type {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/customer-type-premium.png');
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-device,
body .iptvbc-cart-final-v2719124 .iptvbc-option-row-app {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/device-premium.png');
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-adult_channels {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/adult-channels-premium.png');
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-channels {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/channels-premium.png');
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-vod_language,
body .iptvbc-cart-final-v2719124 .iptvbc-option-row-vod_languages {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/vod-language-premium.png');
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-connections {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/connections-premium.png');
}

body .iptvbc-cart-final-v2719124 .iptvbc-option-row-mac_address,
body .iptvbc-cart-final-v2719124 .iptvbc-option-row-mac,
body .iptvbc-cart-final-v2719124 .iptvbc-option-row-ibo_device_mac,
body .iptvbc-cart-final-v2719124 .iptvbc-option-row-ibo_device_key {
  --iptvbc-option-icon-image: url('../../images/cart-option-icons-premium/mac-address-premium.png');
}

@media (max-width: 680px) {
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-customer_type::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-device::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-app::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-adult_channels::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-channels::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-vod_language::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-vod_languages::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-connections::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-mac_address::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-mac::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-ibo_device_mac::after,
  body .iptvbc-cart-final-v2719124 .iptvbc-cart-options-v2719124 .iptvbc-option-row-ibo_device_key::after {
    width: 28px !important;
    height: 28px !important;
  }
}
