/*
Theme Name: TYI/AT Child Theme
Description: Child Divi Theme
Author: Studio One
Template: Divi
Version: 1.0

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain) */
.rpt_plan.sale::after {
    content: '';
    background-image: url(/wp-content/themes/tyi-child-theme/salesflash/hongkong-sale.svg);
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 110px;
    height: 100%;
}
.rpt_plan {
    position: relative;
}


/* Custom */
.product-info-summary {
	color: #283039;
}

#snippet-box {
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 20px 0 !important;
}

 #snippet-box::after {
  content: "";
  clear: both;
  display: table;
}

.snippet-title, .snippet-markup {
  width: 700px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0.5em 0 0.5em 0.9em !important;
}

.snippet-label{
  text-align: left !important;
  width: 20% !important;
  padding-left: 0 !important;
}

.snippet-data{
  width: 75% !important;
}

@media (max-width: 700px) {
  .snippet-title, .snippet-markup {
		width: 100% !important;
  }
}

/* Copyright */
.copyright { color: #666; }
.copyright a { color: #666; }
.copyright a:hover { color: #fff; }