.package-protection-container {
  display: flex;
  margin: 20px 0 35px;
  text-align: left;
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
    position:relative;
}

.package-protection-left {
  flex-grow: 1;
  padding-right: 10px;
}

.package-protection-title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #5c5655;
  margin: 0;
}

.package-protection-description {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #5c5655;
  margin: 0;
}

.package-protection-switch {
    display: block;
    position: relative;
    width: 69px;
    margin: 3px 0;
    padding: 0 9px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #e63757;
    border: 3px solid #cf324e;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.package-protection-icon {
    float: left;
    width: 50px;
  	margin-right: 10px;
}

.package-protection-switch:hover,
.package-protection-switch:focus,
.package-protection-switch:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #e94b68 !important;
  opacity: 1;
}

.package-protection-switch-inner {
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.package-protection-switch:hover .package-protection-switch-inner,
.package-protection-switch:focus .package-protection-switch-inner,
.package-protection-switch:active .package-protection-switch-inner {
  background: #ffffff;
}

.package-protection-switch-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.package-protection-switch-active {
    padding: 0 9px;
    text-align: left;
    color: #333;
    background: #f0e1cd;
    border-color: #f0e1cd;
  	text-decoration: none;
}

.package-protection-close-btn svg{
	margin-bottom: 10px;
    margin-lefT: 2px;
}

.package-protection-switch-active:hover,
.package-protection-switch-active:focus,
.package-protection-switch-active:active {
  text-decoration: none;
  color: #333;
  background: #f0e1cd !important;
  opacity: 1;
}

.package-protection-switch-active .package-protection-switch-inner {
  left: unset;
  right: 5px;
  background: #ffffff;
}

.package-protection-switch-active:hover .package-protection-switch-inner,
.package-protection-switch-active:focus .package-protection-switch-inner,
.package-protection-switch-active:active .package-protection-switch-inner {
  background: #ffffff;
}

.pp-img-wrapper{
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}


@media screen and (min-width: 650px) {
  .package-protection-container {
    width: 100%;
    max-width: 470px;
    margin: 20px 0 15px auto;
    font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
  }
}

  .package-protection-info-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background-color: rgba(0,0,0,0.5);
  overflow: auto;
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
  color: #5c5655;
  text-align: center;
}

.package-protection-info-popup .package-protection-content {
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  margin: 100px auto;
  width: 90%;
  position: relative;
}

.package-protection-info-popup .package-protection-content .title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/* .package-protection-info-popup .package-protection-content .package-protection-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 6px;
  background-color: #fff;
  margin-top: -10px;
  margin-right: -8px;
  border: 1px solid #aaaa;
  cursor: pointer;
}

.package-protection-info-popup .package-protection-continue-btn {
  display: inline-block;
  width: 40%;
  padding: 8px 5px;
  margin: 20px 2px 0;
  color: #fff;
  border: 2px solid #cf324e;
  background: #e63757;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.package-protection-info-popup .package-protection-cancel-btn {
  display: inline-block;
  width: 40%;
  padding: 8px 5px;
  margin: 20px 2px 0;
  color: #fff;
  border: 2px solid #00bd6e;
  background: #00d27a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.package-protection-info-popup .package-protection-continue-btn:hover,
.package-protection-info-popup .package-protection-continue-btn:focus,
.package-protection-info-popup .package-protection-continue-btn:active {
  color: white;
  background: #e94b68;
  text-decoration: none;
  outline: 0 none !important;
}

.package-protection-info-popup .package-protection-cancel-btn:hover,
.package-protection-info-popup .package-protection-cancel-btn:focus,
.package-protection-info-popup .package-protection-cancel-btn:active {
  color: white;
  background: #1ad787;
  text-decoration: none;
  outline: 0 none !important;
}

.package-protection-right.small{
       position: absolute;
    top: 45px;
    right: 0;
} */

.package-protection-info-popup .package-protection-content .title img {
  width: 250px;
  margin:auto;
}

.package-protection-info-popup .package-protection-content .package-protection-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
/*   background-color: #fff; */
  margin-top: -10px;
  margin-right: -8px;
/*   border: 1px solid #aaaa; */
  cursor: pointer;,
  color: #5e5e5e;
}

.package-protection-info-popup .package-protection-continue-btn {
  display: inline-block;
  width: 30%;
  padding: 8px 5px;
  margin: 20px 2px 0;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.package-protection-info-popup .package-protection-cancel-btn {
  display: inline-block;
  width: 30%;
  padding: 8px 5px;
  margin: 20px 2px 0;
  color: #fff;
  border: 1px solid #5e5e5e;
  background: #5e5e5e;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.package-protection-info-popup .package-protection-continue-btn:hover,
.package-protection-info-popup .package-protection-continue-btn:focus,
.package-protection-info-popup .package-protection-continue-btn:active {
  background: #f4f4f4;
  text-decoration: none;
  outline: 0 none !important;
}

.package-protection-info-popup .package-protection-cancel-btn:hover,
.package-protection-info-popup .package-protection-cancel-btn:focus,
.package-protection-info-popup .package-protection-cancel-btn:active {
  background: #6d6d6d;
  text-decoration: none;
  outline: 0 none !important;
}

.package-protection-right.small{
       position: absolute;
    top: 45px;
    right: 0;
}

/*custom*/
.ssppTR input[type="text"],
.ssppTR input[type="submit"],
.ssppTR .cart-remove a{
display:none;
}

.offcanvas-cart-remove-btn{
	display:none;
}

li[data-vendor="PackageProtection.com"].product-list-item{
	display:none;
}