#breadcrumb,
h1.boxed {
  display: none;
}
.plain.void,
.sectioncloser {
  background: none;
}

#mail-out-success {
  font-family:"SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:normal;
  font-style:normal;
  color: #83838f;
  line-height: 1.3;
  font-size: 15px;
}

#mail-out-success h1 {
  font-size: 3em;
  line-height: 1.125;
  margin-bottom: 45px;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-style: normal;
  color: #2F353D;
}

#simplemodal-overlay {
  background-color: #222;
  opacity: .75;
}

#playstation-popup {
  text-align: center;
  display: none;
	font-family:"SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size: 14px;
  width: 90%;
  max-width: 380px;
  background-color: #fff;
  padding: 40px 50px;
  position: relative;
}

#playstation-popup a {
   text-decoration: none;
   -webkit-transition: all 250ms;
  transition: all 250ms;
}

#playstation-popup a:hover {
   color: #4572ed;
}

#playstation-popup a.close-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  background-color: #969a9d;
  color: #fff;
  font-size: 18px;
}

#playstation-popup a.close-modal:hover {
  background-color: #8a8b93;
  color: #fff;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

#playstation-popup .btn {
  display: inline-block;
  border-radius: 1px;
  margin: 0 0 15px 0!important;
  padding: 11px 24px 13px;
  margin-bottom: 0;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  background: #5887f5;
  border: none;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

#playstation-popup .btn:hover {
  background-color: #4572ed;
  color: #fff;
}

#playstation-popup .l1 {
  margin: 0 0 10px 0;
  padding: 0!important;
  font-family: "SST W01 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}

#playstation-popup .p3 {
  margin: 0 0 25px 0;
  color: #83838f;
  line-height: 1.3;
  padding: 0!important;
  font-size: 14px;
}

.iframeSA{
	width: 100%;
	max-width: 900px;
    height: auto;
    min-height: 675px;
}

.blockMiniPdp{
    border:5px solid #49d07d;
    width:70%;
    padding:10px;
}

@media (max-width: 767px){
    .blockMiniPdp{
        border:5px solid #49d07d;
        width:100%;
        padding:10px;
    }
}