.popup-modal .modal-dialog {
  max-width: 50%;
  border-radius: 0 !important;
}

.popup-modal img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.popup-modal .modal-content {
  border-radius: 0 !important;
  border: none !important;
}


.popup-modal .modal-body {
  position: relative;
}

.popup-modal .modal-body button.colse {
  position: absolute !important;
  background: #000 !important;
  opacity: 1 !important;
}

.popup-modal .modal-body .content {
  padding: 30px;
}

.popup-modal .modal-body .content .content-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.popup-modal .modal-body .content p {
  font-size: 16px;
  line-height: 30px;
  color: #777;
  font-weight: 400;
}

.popup-modal .modal-body .content .popup-content-btn {
  background: #ed5e4f;
  color: #fff;
  border-radius: 50px;
  min-width: 150px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
}

.popup-modal .modal-left{
  position: relative;
}
.popup-modal .modal-left .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #076ca1;
  color: #fff;
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}

button.close:hover,
button.close{
  opacity: 1 !important;
}
button.close span:hover,
button.close span{
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  background: #fff;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  opacity: 1 !important;
  color: #202020;
  border-radius: 30px;
}

.modal-avater img{
  height: 60px;
  width: 60px;
  border-radius: 50px;
}
.author-content{
  padding-left: 10px;
}
.author-content p,
.author-content h4{
  margin: 0;
}
.author-content h4{
  font-size: 16px;
  margin-bottom: 3px;
}

.popup-option-list{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.popup-option-list li:not(:last-child){
  margin-right: 10px;
}
.popup-option-list li img{
  width: 20px;
  height: 20px;
}


/*New Code*/

.cb-buy-btn {
  border-radius: 5px;
  background-color: rgb(255, 68, 68);
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.cb-cupon span.cb-cupon-txt {
  font-size: 14px !important;
  padding: 10px 32px;
  background: #e0ffff;
  width: 200px;
  margin: 15px auto;
}

.product-details h4 span {
  font-size: 34px;
  color: #011627;
  margin-top: 10px;
  display: block;
  font-weight: 900;
  letter-spacing: 0px;
}

.product-details h4 {
  color: #f77300;
  font-size: 18px;
  font-weight: 900;
  display: block;
  margin-bottom: 30px;
}
.cb-cupon:hover .cb-cut {
  color: #ff8989;
}
.cb-cut {
  transform: rotate(
          180deg
  );
  position: absolute;
  right: 17%;
  top: 58%;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.product-details {
  background: #f8f8fa;
  height: 100%;
  padding: 40PX 20px;
  text-align: center;
  width: 100%;
  display: table;
}
.product-details h4 span {
  font-size: 34px;
  color: #011627;
  margin-top: 10px;
  display: block;
  font-weight: 900;
  letter-spacing: 0px;
}
div#staticBackdrop {
  padding-left: 0 !IMPORTANT;
}
a.btn.cb-buy-btn {
  color: #fff !important;
  padding: 10px 40px;
}
.modal-dialog.modal-dialog-centered {
  left: auto !IMPORTANT;
}
h4.cb-cupon {
  font-size: 14px;
}

ul.social_share li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
img.share_img {
  width: 35px;
}
ul.social_share {
  left: 0;
  padding: 0;
  margin-top: 40px;
}
input#myInput {
  display: none;
}
li.copy_text p {
  display: initial;
}
@media only screen and (max-width: 768px) {
  .popup-modal .modal-dialog {
    max-width: 100% !important;
  }
  h2.entry-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
  }
  .cuopon_section{
    padding-bottom: 30px;
  }
}