﻿.container-popup-attribute {
    width: 1300px;
    height: auto;
    background-color: white;
    box-shadow: 0 0 4px 3px #7a7a7aa1;
}

.title-popup-attribute {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
    border-bottom: 2px solid black;
    width: 90%;
    margin: auto;
    line-height: 2;
}

md-toolbar._md._md-toolbar-transitions {
    background-color: white;
}

.text-popup-attribute {
    color: black;
}

.popup-attribut-Choose {
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
    align-content: center;
    justify-content: center;
    width: 130px
}

.color-popup-attribute {
    font-size: 14px;
    color: black;
    text-align: left;
    padding: 11px;
    width: 100%;
    height: 120px;
    background-size: cover;
}

    .color-popup-attribute.ng-scope span.ng-binding {
        padding-left: 10px;
    }

.cube-color {
    background-color: lightgray;
    width: 165px;
    margin: 10px;
}

.attribute-square-popup {
    height: 165px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
}

.attribute-square-button {
    margin: 0;
    padding: 0;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

button.attribute-square-button.md-button.md-ink-ripple:focus {
    box-shadow: 1px 1px 6px 1px #888888;
    border: 4px solid white;
}

.buttonAttributeSelected {
    box-shadow: 1px 1px 6px 1px #888888;
    border: 4px solid white;
}

.inner-text-popup-attribute {
    color: black;
    font-size: 20px;
}

#dialogContent_7 .inner-text-popup-attribute, #dialogContent_0 .inner-text-popup-attribute, #dialogContent_1 .inner-text-popup-attribute, #dialogContent_3 .inner-text-popup-attribute {
    font-size: 16px;
    white-space: normal;
}

.container-cube-color {
  padding: 2% 4% 2% 2%;
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  white-space: normal;
}

button.button-1.popup-attribut-Choose.md-button.md-ink-ripple {
    align-self: flex-end;
    left: 4%;
    margin-top: 5%;
    color: white;
    width: auto;
}

.button-open-popup-attribute {
    width: 150px;
    height: 45px;
}

.choose-color-attribute {
    width: auto;
    min-width: 100px;
    height: 45px;
    padding: revert;
    font-size: 16px;
    font-weight: 600;
}

input.choose-color-attribute.ng-pristine.ng-untouched.ng-valid {
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

input.choose-image-attribute.button-attribute-disable {
    opacity: 0.3;
}

.cube-photo-attribute {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.container-choose-color-attribute {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.selected-button-attribute {
    border: 1px solid black;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 40%);
    color: black;
    font-size: 18px;
}

.ng-pristine.ng-valid.valid.ng-touched.selected-button-attribute {
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000 color: white !important;
}

.container-attributes select option[disabled] {
    background-color: lightgray;
}

.selected-image-attribute {
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 40%);
    color: white;
    font-size: 18px;
    border: 3px solid #000 !important;
}

.button-attribute-disable {
    filter: grayscale(70%);
    font-size: 18px;
    text-shadow: none !important;
}

.productAttributesModelCntr .attributes dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 7px;
  flex-direction: column;
}

.attributes dt, .attributes dd {
  min-width: 50px;
}

.attributes dd {
  min-width: 50px;
  width: 100%;
  margin-right: 1%;
}

  .attributes-wrapper {
  margin-top: 5%;
  margin-bottom: 0;
}

.sold-by-unit-container {
  margin-top: 2%;
}

.attributes {
  width: 600px;
}

.select-option {
    width: 250px;
}

.choose-color {
    display: flex;
    gap: 5%;
}

.column-center {
    z-index: 2;
}

input.choose-image-attribute, input.choose-image-attribute.ng-untouched {
    height: 100px !important;
    width: 100px !important;
    background-size: cover;
    border: 0;
}

.image-attribute-Choose {
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 40%);
}

.container-attributes label {
    margin-bottom: 0;
}

span.invalid-value.ng-binding {
    color: red;
    text-align: center;
    margin-right: 35%;
}

input.choose-color-attribute[aria-hidden="true"] {
    display: none !important;
}

input.button-open-popup-attribute {
    width: 300px;
}

.container-popup-attribute md-toolbar._md._md-toolbar-transitions {
    width: -webkit-fill-available;
    padding: 2%;
    height: 100vh;
}

.line-in-attribute {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 3%;
}

.attributes-wrapper > div {
  max-width: none;
}

  @media (max-width: 1024px) {
    .choose-color-attribute {
      min-width: 100px;
    }

    .attributes {
      width: 100%;
    }

    dl.container-attributes dt {
      text-align: right;
    }

    .container-choose-color-attribute {
      max-width: 350px;
    }

    input.choose-color-attribute.ng-pristine.ng-untouched.ng-valid.ng-empty {
      width: 80px;
    }

    span.invalid-value.ng-binding {
      margin-right: -6%;
    }

    .container-cube-color {
      padding: 0;
      height: 100vh;
    }

    .cube-color {
      width: 143px;
      height: fit-content;
    }

    .attribute-square-container {
      padding: 5px;
      line-height: 20px;
    }
  }

  @media (min-width: 1024px) and (max-width:1400px) {
    .container-choose-color-attribute {
      display: flex;
      gap: 10px;
      justify-content: flex-start;
      flex-wrap: wrap;
      max-width: 350px;
    }
  }