.cov2_progress_bar {
 width: 100%;
 height: 100px;
 padding: 25px 0 25px;
}

.cov2_step1,
.cov2_step2,
.cov2_step3,
.cov2_step4 {
 width: 25%;
 padding: 10px;
 font-size: 14px;
 float: left;
}

.cov2_step1 {
 border-radius: 20px 0 0 20px;
}

.cov2_step4 {
 border-radius: 0 20px 20px 0;
}

.cov2_current_step {
 background: #4499ff;
 color: #fff;
}

.cov2_available_step {
 background: #4499ff;
 color: #fff;
}

.cov2_available_step a, .cov2_available_step a:hover {
 color: #fff;
}

.cov2_disabled_step {
 background: #eee;
}

.cov2_modal_caller {
 background: #4499ff !important; 
}

.cov2_modal_caller:hover {
 background: #3584e4 !important; 
}

.cov2_input-holder {
 margin-bottom: 10px;
}

.cov2_cart_caller {
 background: #4499ff !important; 
 border: 0 !important;
 border-radius: 0 !important;
}

.form-check {
 margin-bottom: 10px;
 padding: 10px 10px 15px 10px;
 border-radius: 5px;
 border: 1px solid #ccc;
 text-align: left;
}

.control-label {
 text-align: left;
}




/* custom radio */

.customRadio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.customRadio input[type="radio"]+label {
  position: relative;
  padding: 3px 0 0 40px;
  cursor: pointer;
}

.customRadio input[type="radio"]+label:before {
  content: '';
  background: #fff;
  border: 2px solid #4499ff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.customRadio input[type="radio"]+label:after {
  content: '';
  background: #4499ff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.customRadio input[type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}



/* Boxes and such */

.selected-address {
 border: 1px solid #4499ff;
 border-radius: 5px;
 background: #4499ff;
 color: #fff !important;
}



/* Modalz n such */

.modal-dialog {
 position: relative;
 top: 40px;
}

.modal_selected_cart_item {
 margin-bottom: 20px;
 font-size: 16px;
}

.cart-related-suggestions {
 margin-bottom: 20px;
 padding: 20px;
 border-radius: 10px;
}

.cart-related-title {
 margin-bottom: 20px;
 font-size: 20px;
 text-align: left;
} 

.modal_suggested_product_item {
 height: 360px;
}

.modal_suggested_product_item .to_cart {
 text-align: center;
}

.modal_suggested_product_item .prices {
 font-size: 16px;
}

.modal_suggested_product_item .to_cart {
 height: 55px;
 display: block;
}

.modal_suggested_product_item .cart_modal_submit {
 display: inline;
 width: 70px;
 padding: 4px 6px 4px 6px;
 background: #2990ff;
 color: #fff;
 font-size: 12px; 
 text-align: center;
 border: 0;
 cursor: pointer;
    -webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius:0;    
}

.cov2_radio_block {
 border-bottom: 1px solid #ccc;
}

#cov2_radio_detail-1,
#cov2_radio_detail-2,
#cov2_radio_detail-3,
#cov2_radio_detail-4,
#cov2_radio_detail-5,
#cov2_radio_detail-6,
#cov2_radio_detail-7,
#cov2_radio_detail-8,
#cov2_radio_detail-9,
#cov2_radio_detail-11,
#cov2_radio_detail-12,
#cov2_radio_detail-13,
#cov2_radio_detail-15 {
 margin-bottom: 15px;
 display: none;
}

#cov2_radio_detail-1 {
  padding-left: 55px !important;
}

#cov2_radio_detail-5 p {
 font-size: 14px;
 margin-bottom: 15px;
}

.cov2_radio_details {
  padding-left: 55px !important;
}

.cov2_radio_details label {
  height: 50px;
  font-size: 13px;
  font-weight: normal;
}

#cov2_radio_detail-4 {
 margin-top: 10px;
}

.cov2_radio_details label span {
 position: relative;
 top: -8px;
 color: #000;
  font-size: 13px;
  font-weight: normal; 
}

.cov2_radio-holder {
 padding-top: 20px;
 padding-bottom: 10px;
 font-size: 16px;
 font-weight: normal;
}

#payingForm .errorMessage {
 padding: 10px;
 font-size: 16px;
 background: #a00;
 color: yellow;
 border-radius: 5px;
 display: none;
}

.cov2_radio-holder input {
 position: relative;
 top: 10px;
}

.cov2_radio-holder label {
 height: 30px;
}

.cov2_radio-holder .text-right {
 position: relative;
 top: -15px;
}

.cov2_invoice_title {
 margin-top: 30px;
 font-size: 30px !important;
}

.cov2_finalizer_block {
 margin: 0 auto 0 auto;
 padding: 20px;
}

.cov2_finalizer_block_content {
 height: 200px;
 margin: 0 auto 0 auto;
 padding: 20px;
 width: 90%;
 background: #eee;
 border: 1px solid #ccc;
 font-size: 14px;
 line-height: 1.6em;
}

.cov2_finalizer_block_content .pull-right {
 font-size: 14px;
}

.co2_cart_items {
 font-size: 14px;
}

.co2_cart_items td {
 padding: 10px !important;
}

.co2_cart_items .item_total {
 width: 30% !important;
}

.cov2_terms_and_such {
 margin-bottom: 30px;
 padding-top: 10px;
}

.cov2_terms_and_such input {
 width: 20px;
 height: 20px;
 float: left;
}

.cov2_terms_and_such label {
 width: 80%;
 margin-top: 3px;
 font-weight: normal;
 font-size: 14px;
 float: left;
}

.co2_wishbox {
 font-size: 14px;
 margin-bottom: 15px;
}

.cov2_finish_submit {
 text-align: center !important;
}

.cov2_submit {
 margin: 0 auto 0 auto;
 padding: 10px 30px 10px 30px !important;
 font-size: 20px !important;
}

.cov2_phonedist-holder {
 padding-top: 28px;
 font-size: 14px;
 text-align: right;
}

.cov2_warning_box {
 margin-bottom: 15px;
 padding: 10px;
 background: #a00;
 color: #fff;
 font-size: 16px;
}