.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .huetainer {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.huetainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius:2px;
}

.checkmark#red {
  border:3px solid red;
}


.checkmark#black {
  border:3px solid black;
}

.checkmark#beige {
  border:3px solid beige;
}

.checkmark#brown {
  border:3px solid brown;
}

.checkmark#grey {
  border:3px solid grey;
}

.checkmark#white {
    border: 3px solid white;
}

.checkmark#blue {
    border: 3px solid blue;
}

.checkmark-colr {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border:1px solid red;
  border-radius:2px;
}

/* On mouse-over, add a grey background color */
.huetainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.huetainer input.check  ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.huetainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
    </style>
    <style>
ul.new-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.new-menu li {
  float: left;
}

ul.new-menu li {
  display: block;
  color: white;
  text-align: center;
  padding: 2px;
  text-decoration: none;
}

ul.new-menu1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.new-menu1 li {
  float: left;
}

ul.new-menu1 li {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 10px 50px 0px;
  text-decoration: none;
}
img {
  width:60px;
}

/*custom select */
.custom-select {
  position: relative;
  font-family: Arial;
  margin-bottom: 10px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  /*background-color: DodgerBlue;*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 0px 16px;
  font-size: 10px;
  /*border: 1px solid transparent;*/
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.colx {
  padding:1px;
}

.new-list {
        
        position: relative;
        display: inline-block;
    }

.new-list .img-top {
 
        display: none;
        top: 0;
        left: 0;  
}

/*.new-list:hover .img-top  {
        display: inline;
    }*/

.new-list1 .img-top {
 
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;   
}

/*.new-list1:hover .img-top  {
        display: inline;
    }*/

 .new-list2 .img-top {
 
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;   
}

/*.new-list2:hover .img-top  {
        display: inline;
    }*/ 

 .new-list3 .img-top {
 
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;   
}

/*.new-list3:hover .img-top  {
        display: inline;
    }*/  

 .new-list4 .img-top {
 
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;   
}

.colx .normal-size img {
  width:40px;height: 40px;
}

.over_colr {
display: block;
    width: 100px;
    position: absolute;
    line-height: 1;
    font-size: 21px;
    z-index: 1000;
    top: 25px;
    left: 22px;
    box-shadow: 0 0 20px #000;
}

.over_colr img {
    width: inherit !important;
    height: 72px !important;
}

.over_colr .box-content {
  background: white;
  text-align: center;

}

.over_colr .box-content {
  font-size: 12px;
  padding:5px;
  font-weight: bold;

}


@media (min-width: 220px){
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
}

.colr_box {
  padding-bottom: 10%;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

@media (min-width: 576px){
.jumbotron {
    padding: 1rem 2rem;
}
}