

.child-custom-product-options .ceo-color-4 [type=radio] ,
.child-custom-product-options .ceo-color-3 [type=radio] ,
.child-custom-product-options .ceo-color-2 [type=radio] ,
.child-custom-product-options .ceo-color-1 [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.child-custom-product-options .ceo-color-4 [type=radio] + img ,
.child-custom-product-options .ceo-color-3 [type=radio] + img ,
.child-custom-product-options .ceo-color-2 [type=radio] + img ,
.child-custom-product-options .ceo-color-1 [type=radio] + img {
  cursor: pointer;
}

.child-custom-product-options .ceo-color-4 [type=radio]:checked + img ,
.child-custom-product-options .ceo-color-3 [type=radio]:checked + img ,
.child-custom-product-options .ceo-color-2 [type=radio]:checked + img ,
.child-custom-product-options .ceo-color-1 [type=radio]:checked + img {
  outline: 3px solid #323232;
}

.child-custom-product-options .ceo-color-4 ul,
.child-custom-product-options .ceo-color-3 ul,
.child-custom-product-options .ceo-color-2 ul,
.child-custom-product-options .ceo-color-1 ul{
	margin-left: 0;
}
.child-custom-product-options .ceo-color-4 ul li,
.child-custom-product-options .ceo-color-3 ul li,
.child-custom-product-options .ceo-color-2 ul li,
.child-custom-product-options .ceo-color-1 ul li{
	margin-bottom: 15px;
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
	position: relative;
}
.child-custom-product-options .ceo-color-4 ul li .tooltiptext ,
.child-custom-product-options .ceo-color-3 ul li .tooltiptext ,
.child-custom-product-options .ceo-color-2 ul li .tooltiptext ,
.child-custom-product-options .ceo-color-1 ul li .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 75%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.child-custom-product-options .ceo-color-4 ul li .tooltiptext::after ,
.child-custom-product-options .ceo-color-3 ul li .tooltiptext::after ,
.child-custom-product-options .ceo-color-2 ul li .tooltiptext::after ,
.child-custom-product-options .ceo-color-1 ul li .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.child-custom-product-options .ceo-color-4 ul li:hover .tooltiptext,
.child-custom-product-options .ceo-color-3 ul li:hover .tooltiptext,
.child-custom-product-options .ceo-color-2 ul li:hover .tooltiptext,
.child-custom-product-options .ceo-color-1 ul li:hover .tooltiptext{
  visibility: visible;
  opacity: 1;
}
.child-custom-product-options .ceo-color-4 ul li img,
.child-custom-product-options .ceo-color-3 ul li img,
.child-custom-product-options .ceo-color-2 ul li img,
.child-custom-product-options .ceo-color-1 ul li img{
	width: 50px;
	border: 1px solid #DDD;
}

.child-custom-product-options .ceo-fonts-field select{
	width: 100%;
	margin-bottom: 15px;
}
.child-custom-product-options .ceo-file-upload-field{
	    width: 100%;
    padding: 20px 20px;
    border: 1px dotted;
    margin-bottom: 20px;
}
.ceo_option_content{
	margin-bottom: 20px;
    margin-top: 20px;
}
.child-custom-product-options .ceo-text-field [type=text]{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    margin-top: 15px;
}
.child-custom-product-options-price-field{
	margin-bottom: 10px;
}
form.woocommerce-cart-form dl.variation > dd{
	font-weight: 400;
}
/* .ceo-hide-show-custom-option{
    display: none;
} */
/*.child-custom-product-options{
    display: none;
}*/