.cm_show_price {
  height: 210px;
  border: rgba(195, 190, 190, 0.94) 1px solid;
  background-color: rgb(255, 255, 255);
  color: black;
  position: fixed;
  top: 300px;
  right: -200px;
  transition: 500ms ease all;
  float: right;
  margin-right: 20px;
  z-index: 110;
}

.cm_show_price.enable_show_price {
  right: 0;
}

.cm_show_price .price_div_1 span {
  text-align: center;
  width: auto !important;
  float: none !important;
}

.cm_show_price .show_price_wrapper {
  text-align: center;
  margin-top: 15px;
  width: 165px;
}

.cm_show_price .btn.btn-default {
  border: 1px solid #0cc652;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color:#fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: rgba(207,5,0,0.7);
  background-color: rgba(207,5,0,0.7);
  font-size: 12px !important;
  font-weight: 600; 
}
.cm_show_price .btn.btn-default:hover{
  box-shadow: 0px 12px 25px rgb(0 0 0 / 8%); 
}

.cm_show_price .price_div_0 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  flex-grow: 1;
  height: 10px;
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
  height: 20px;
  width: 150px;
}

.cm_show_price .price_div_1 {
  margin-top: -30px;
  margin-left: 10px;
  margin-right: 10px;
  flex-grow: 1;
  height: 10px;
  height: 100px;
  width: 150px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.cm_show_price .price_span_1 {
  display: block;
  margin: -10px 10px 23px !important;
  background-color: white !important;
  font-size: 13px;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 700;
}
.cm_show_price span.price_span_1_inner {
  font-size: 20px !important;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 3px;
}

.cm_show_price span.price_span_1_btn {
  font-size: 12px;
  margin-left: -5px !important;
  font-weight: 500;
}

.cm_show_price span.price_span_1_btn a{
  color: red;
  text-decoration: none;
  font-weight: 500;
  transition: all 0s ease 0s; 
}

.cm_show_price .price_div_2 {
  height: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-color: currentColor;
  border-width: 1px;
  border-top: 0;
  border-style: solid;
  border-radius: 0 0 3px 3px;
}