.hidden {
  display: none !important;
  visibility: hidden !important; }

.variations_form .variations .label {
  display: none; }

.attribute-labels {
  overflow: hidden;
  padding: 5px;
  width: 100%;
  margin-top: 10px;
  -webkit-box-shadow: 0 10px 0 0 rgba(68, 68, 68, 0.2) inset;
  box-shadow: 0 10px 0 0 rgba(68, 68, 68, 0.2) inset; }
  .attribute-labels .title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 1px;
    font-weight: 600; }
  .attribute-labels .panels {
    margin-left: 120px;
    padding: 0;
    list-style: none; }
    .attribute-labels .panels .panel {
      position: relative;
      margin: 0;
      padding-bottom: 4px;
      border-top: 1px dotted #dce7eb; }
      .attribute-labels .panels .panel .wrapper {
        opacity: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 0;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .attribute-labels .panels .panel.active .wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .attribute-labels .panels .panel.active .shevron:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .attribute-labels .panels .panel-title {
      width: 100%;
      padding: 15px 0 5px 5px;
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #444444;
      margin: 0;
      cursor: pointer; }
      .attribute-labels .panels .panel-title .shevron:after {
        content: "\276F";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        color: inherit;
        margin-left: 10px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-font-smoothing: antialiased; }
    .attribute-labels .panels .panel-content {
      overflow: hidden; }
  .attribute-labels .swatch-label {
    background-color: #f1f1f1; }
  .attribute-labels .swatch {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px;
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid black;
    position: relative;
    opacity: 0.5; }
    .attribute-labels .swatch.selected {
      -webkit-box-shadow: 0 0 5px;
      box-shadow: 0 0 5px;
      border-color: #000;
      opacity: 1; }
    .attribute-labels .swatch.disabled {
      opacity: 0.1; }

.blue-mark::after {
  content: '';
  z-index: 2;
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 3px solid deepskyblue;
  border-radius: 5px; }

.green-mark::after {
  content: '';
  z-index: 2;
  position: absolute;
  height: 38px;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 3px solid limegreen;
  border-radius: 5px; }

.alw-40 {
  width: 40px; }

.alw-48 {
  width: 48px; }

.alw-56 {
  width: 56px; }

.alw-64 {
  width: 64px; }

.alw-72 {
  width: 72px; }

.alw-80 {
  width: 80px; }

.alw-88 {
  width: 88px; }

.alw-96 {
  width: 96px; }

.alw-104 {
  width: 105px; }

.alw-112 {
  width: 112px; }

@media (max-width: 600px) {
  .attribute-labels .panels {
    margin-left: 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .attribute-labels .panels {
    margin-left: 0; } }