/** Shopify CDN: Minification failed

Line 53:14 Expected identifier but found "{"
Line 53:15 Unexpected "{"
Line 53:23 Expected ":"

**/

  .swatch_centeer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .swatch .swatch-element {
    position: relative;
    padding: 0px 5px;
    margin : 0px;
}
.swatch { 
  margin:0px; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
 .swatch-element a {
    display: block;
    padding: 0px;
}
  a.background_border {
    border-radius: 50% !important;
}
.product_option--Material .swatch-element {
    padding: 0 10px !important;
}
 .swatch label {
  
  border-radius:50% !important;
  float:left;
  min-width: 15px !important; 
  height: 15px !important;
  margin:0;
  border:#fff 1px solid;
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0;
    border-radius: 50% !important;
}
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 

/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}

.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}

.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
  .swatch .text-center {
    display: none;
}
  .swatch.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  .Swatches_for_product {
    display: block !important;
}
  .swatch.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}
