.ktk_avaliability_buttons{
    margin-top:10px;
    color:white;
    text-decoration: none;
    cursor: default;
    font-weight: bold;
    padding:10px;
    text-transform: uppercase;
    text-align:center;
}
.ktk-cp{
    background-color: #F0E68C;
}
.ktk-ap{
    background-color: darkgreen;
}
.ktk-na{
    background-color: darkred;
}

.ktk-title{
    text-align: left;
    display: block;
}

.ktk-price{
    text-align: left;
    display: block;
}

.ktk-dimensions{
    text-align: left;
    display: block;
}

.ktk-price .woocommerce-Price-amount{
    color:darkred;
}

.ktk-link-to-prod{
    text-align:center;
    padding-top:10px;
}

.ktk-link-to-prod a{
	text-transform:uppercase;
    width:-webkit-fill-available;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.ktk_product-detail_title hr{
    border-color:lightgrey;
    margin:top:10px;
    margin-bottom:10px;
    border-width: 0.5px;
}

.ktk_product-sku .label{
    display: inline-flex;
    width:30%;
    font-weight: bold;
}

.ktk_dimensions .label{
    display: inline-flex;
    width:30%;
    font-weight: bold;
}

.ktk_product-variations .label{
    display: inline-flex;
    width:30%;
    font-weight: bold;
}

.ktk_product-description .label{
    display: inline-flex;
    width:30%;
    font-weight: bold;
}

.ktk_product-description .ktk_product-short-description {
    display: inline-flex;
    width:70%;
}

.ktk_avanced_options .label{
    display: inline-flex;
    width:30%;
    font-weight: bold;
}

.ktk-full-description{
    margin-top:30px;
}

.ktk_total_price{
    padding-bottom:30px;
}


.woovr-variations {
	width:70%;
	margin-top:-50px;
	margin-left:30%;
}

.ktk_product-techinical-description .label{
		display: 	inline-flex;
    width: 30%;
    font-weight: bold;

}

.ktk_product-description .label{
	margin-bottom:0px;
}

input[type="radio"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  height: 16px;
  width: 16px;
  border: 1px solid lightgray;
}

input[type="radio"]:checked {
  background: white;
}

input[type="checkbox"]:hover {
  filter: brightness(90%);
}

input[type="checkbox"]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

input[type="radio"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #2e8cc1;
  background:white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type="radio"]:checked:after {
  display: block;
}

input[type="radio"]:disabled:after {
  border-color: white;
}
