#c5dk-store-product-block-standard .store-original-price {
    text-decoration: line-through;
}

#c5dk-store-product-block-standard .no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#c5dk-store-product-block-standard .store-product-price {
    font-size: 20px;
}

#c5dk-store-product-block-standard .no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#c5dk-store-product-block-standard .store-product-image img {
    
}

#c5dk-store-product-block-standard .store-product-image-list {
    margin: 40px 19px 0 19px;
}

#c5dk-store-product-block-standard .c5dk-back-link a.store-page-back-button {
    color: #888888;
}
#c5dk-store-product-block-standard .c5dk-back-link {
    text-align: right;
}
#c5dk-store-product-block-standard .c5dk-back-link a.store-page-back-button:hover {
    color: #000000;
}
#c5dk-store-product-block-standard .black-on-yellow {
	background-color: yellow;
	padding: 2px 4px;
	margin-right: 6px;
	border: 1px solid;
	border-radius: 5px;
	text-transform: uppercase;
}


/* C5DK Pixel radio buttons */
#c5dk-store-product-block-standard .store-product-option-group {
    width: 100%;
    display: inline-block;
}
#c5dk-store-product-block-standard .store-product-option-group label {
    width: 100%;
}
#c5dk-store-product-block-standard .store-product-option-group .radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

#c5dk-store-product-block-standard .store-product-option-group .radio-group label {
  color: #555;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  margin: 0 3px 0 0;
  width: auto;
  min-width: 30px;
  text-align: center;
  border: solid 1px #ddd;
}
#c5dk-store-product-block-standard .store-product-option-group .radio-group label.out-of-stock {
  color: #eee;
  border: dashed 1px #eee;
  cursor: default;
}

#c5dk-store-product-block-standard .store-product-option-group .radio-group input[type=radio]:checked + label{
  color: #333;
  background: #ddd;
}

#c5dk-store-product-block-standard .store-product-option-group .radio-group label + input[type=radio] + label {
  
}
#c5dk-store-product-block-standard .store-product-option-group .radio-group {
  
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  float: left;
}
/* C5DK Pixel radio buttons */

