.pdp-prod-overview--chm
  .pdp-prod-overview__pods
  .dynamic-offer
  > #pdpOfferContainer {
  min-width: 256px;
}
#pdpOfferContainer .close {
  font-size: 30px;
}
#pdpOfferContainer .modal-dialog.in {
  background-color: rgba(0, 0, 0, 0.5);
}
#pdpOfferContainer .modal-backdrop {
  background-color: transparent;
}

#pdpOfferContainer {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(34, 34, 34, 0.1);
  height: auto !important;
  margin: 0.2rem;
  /* height: 192px;
  border-style: solid;
  border-width: thin;
  border-color: #dcdcdc; */
}
#pdpOfferContainer.author {
  position: relative;
  bottom: unset;
}
#pdpOfferContainer #pdpOffer-title {
  width: 380px;
  height: 75px;
  font-family: HelveticaNeue, 'Helvetica Neue', 'Helvetica', 'Roboto',
    'Segoe UI', 'Arial', 'sans-serif';
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: normal;
  color: #222;
  float: left;
  padding-left: 12px;
  padding-top: 20px;
  text-align: left;
  overflow: hidden;
}
#pdpOfferContainer #pdpOffer-Content #pdp-image {
  /* overrides */
  margin-right: 8px !important;
  visibility: visible !important;
  display: block !important;
  /* overrides end */
  width: 164px;
  height: 132px;
  padding: 5px 5px 8px 7px;
  float: right;
}
#pdpOfferContainer button {
  width: auto;
  height: 30px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #555759;
  font-family: HelveticaNeue, 'Helvetica', 'Roboto', 'Segoe UI', 'Arial',
    'sans-serif';
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-left: 13px;
  margin-bottom: 24px;
  position: relative;
  margin-right: 90%;
  text-decoration: none;
}
#pdpOfferContainer .close {
  width: 12px;
  height: 22px;
  opacity: 0.5;
  color: black;
  background-color: #fff;
  float: right;
  font-weight: bold;
  line-height: 22px;
  margin-right: 15px;
}

@media (max-width: 576px) {
  #pdpOfferContainer #pdpOffer-Content #pdp-image {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 979px) {
  #pdpOfferContainer #pdpOffer-Content #pdp-image {
    display: block !important;
    height: 132px !important;
    width: 164px !important;
  }
}

/* base.css styles */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-dialog {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1205;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-dialog .modal-body {
  max-height: none;
  height: auto;
  padding: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
  height: 100%;
  width: 98%;
}
body.dialog-in {
  height: 100%;
  overflow: hidden;
}
.modal-dialog.in {
  display: block;
}
.modal {
  position: relative;
  margin: 40px auto;
  z-index: 1205;
  width: 640px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.modal.modal-wide {
  width: 750px;
}
.modal.modal-narrow {
  width: 450px;
}
.modal.modal-video {
  width: 840px;
  margin: 40px auto;
}
.modal.modal-video .modal-body {
  padding: 0;
}
.modal.modal-video .modal-header {
  border-bottom: 0;
  padding: 0;
}
.modal.modal-video .modal-header .close {
  margin-top: -35px;
}
.modal.modal-preload {
  margin-top: -20000px;
}
.modal-header {
  background-color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.modal-header .close {
  background: transparent;
  margin-top: 2px;
  padding: 2px 5px;
}
.modal-header .close:hover {
  border: 0 solid #fff;
  color: #dd1f25;
  opacity: 1;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: '';
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
h3#myModalLabel { 
  min-height: 30px; 
}
#pdpOfferContainer #pdpOffer-Content > div:nth-child(2) {
  width: 350px;
  height: 44px;
  padding-left: 10px;
  overflow: hidden;
}

#pdpOfferContainer #pdpOffer-Content > div:nth-child(3) { 
  height: 60px; 
} 
@media only screen and (max-width: 1439px) { 
  #pdpOfferContainer #pdpOffer-title { 
    width: 290px; 
  } 
  #pdpOfferContainer #pdpOffer-Content > div:nth-child(2) { 
    width: 270px;
  } 
} 
@media only screen and (max-width: 1199px) { 
  #pdpOfferContainer #pdpOffer-title { 
    width: 210px; 
  } 
  #pdpOfferContainer #pdpOffer-Content > div:nth-child(2) { 
    width: 200px; 
  } 
} 
@media only screen and (max-width: 991px) { 
  #pdpOfferContainer #pdpOffer-title { 
    width: 450px; 
  } 
  #pdpOfferContainer #pdpOffer-Content > div:nth-child(2) { 
    width: 450px; 
  } 
  #pdpOfferContainer #pdpOffer-Content > div:nth-child(3) { 
    height: 50px; 
  } 
} 
@media only screen and (max-width: 767px) { 
  #pdpOfferContainer #pdpOffer-title { 
    width: 350px; 
  } 
  #pdpOfferContainer #pdpOffer-Content > div:nth-child(2) { 
    width: 320px; 
  } 
} 
@media only screen and (max-width: 575px) { 
  #pdpOfferContainer #pdpOffer-title {
     width: 320px; 
  } 
}
