
.list-group-item {
    position: relative;
    display: block;
    padding: 0px 0px !important;
    margin-bottom: -1px;
    border: 0px solid #ddd !important;
    background-color: rgba(0,0,0,0) !important;
}


@media(min-width: 750px){ 
  #product_gallery{ position: sticky !important; 
    position: -webkit-sticky !important; 
    /* top:140px !important; */
  }
 }

.special_i { 
    display: block
 }

.dd-container{ 

display: inline-block;
 }

#payment_options_ideal{ 
display: none;

 }

 #payment_options_cc{ 
display: none;
 }

#payment_options_ideal > .dd-options > .dd-option >.dd-option-text { 
    margin-top: 0.5rem;
 }

#payment_options_ideal > .dd-select > .dd-selected > .dd-selected-text { 
    margin-top: 0.5rem;
 }

.dd-option{ 
  padding: 5px !important;
 }


.image_choice {
    width:100%;
}

.image_choice  input[type="checkbox"] {
  opacity: 0;
  margin-top:0px!important;
  margin-bottom: -5px;
}

.image_choice  label {

  padding: 10px;
  display: block;
  position: relative;
  margin-top:-20px;
  margin-bottom: 0px !important;
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.image_choice  label:before {
  
  content: " ";
  display: block;
  /* border-radius: 50%;
  border: 3px solid red;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
} */
}

.image_choice label img {
  height: 125px;
  width: 125px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.image_choice  :checked + label {
  border-color: #ddd;
}

/* .image_choice :checked + label:before {
  content: "✓";
  background-color: white;
  transform: scale(1);
} */

.image_choice  :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
  border: 4px solid green; 
}

.image_choice .hidden{ 
display:none;
}

 #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    z-index:  999;
    border: 3px solid black;
}


.dd-selected-image, .dd-option-image { width:40px; height:40px;}

.color_images{ 

  width:35px;
  height: 35px;
  margin-right: 10px;
  padding:2px;

 }


 .color_images_enlarged{ 
    width:100px;
  height: 100px;

  }

.color_images:hover {
  border-color: black !important;
  border: solid 1px ;
}




.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }


