.typeofcape-wrapper {
  position: relative;
  width: max-content;
}

@media (max-width: 767px) {
  .typeofcape-wrapper {
    width: 100%;
  }
}

.typeofcape-wrapper .cross-attribute {
  color: #374145;
  font-size: 12px;
  text-transform: none;
  margin-top: 4px;
  display: flex;
  width: 172px;
  padding: 8px 10px;
  border: 1px solid #374145;
  border-radius: 15px;
  line-height: 16px;
  align-items: center;
  position: relative;
}

.typeofcape-wrapper .cross-attribute .title {
  font-weight: 600;
  /* font-size: 16px; */
  font-size: 14px;
  color: #30393c;
  text-transform: uppercase;
  word-break: break-all;
}

.typeofcape-wrapper .cross-attribute .info-icon {
  position: absolute;
  top: 8px;
  right: 6px;
  color: #777777bd;
  font-size: 10px;
  z-index: 1;
}

.typeofcape-wrapper .cross-attribute img {
  margin-left: 5px;
}

/* product miniature */
.product-miniature .typeofcape-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.product-miniature .typeofcape-wrapper .cross-attribute {
  font-size: 9px;
  width: 100px;
  padding: 5px;
  margin: 0;
  justify-content: space-between;
}
.product-miniature .typeofcape-wrapper .cross-attribute img {
  width: 30px;
  height: auto;
  margin: 0px;
}
.product-miniature .typeofcape-wrapper .cross-attribute .title,
.product-miniature .typeofcape-wrapper .cross-attribute .description {
  font-size: inherit;
  text-align: center;
}
/* end product miniature */

/* popup start */
.typeofcape-wrapper__popup {
  display: none;
}

.typeofcape-wrapper__popup {
  position: absolute;
  background: white;
  top: 30px;
  z-index: 20000;
  padding: 20px;
  width: 440px;
  left: calc(50% - 220px);
  text-transform: none;
  border-radius: 20px;
  box-shadow: 5px 10px 50px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 10px 50px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 10px 50px 5px rgba(0,0,0,0.75);
  font-size: 13px;
  color: #374145;
}

.typeofcape-wrapper__popup .close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.typeofcape-wrapper__popup .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.typeofcape-wrapper__popup .info_content {
    position: relative;
    padding: 30px 30px 50px 70px;
    font-size: 90%;
}

@media screen and (max-width: 480px) {
  .typeofcape-wrapper__popup {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .typeofcape-wrapper__popup {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .typeofcape-wrapper__popup {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
.typeofcape-wrapper__popup b {
  display: block;
  text-align: center;
  font-size: 120%;
}
.typeofcape-wrapper__popup .info_content div.txt-1 {
  position: absolute;
  top: 25px;
  right: 0;
  width: 225px;
  text-align: center;
}
.typeofcape-wrapper__popup .info_content div.txt-2 {
  position: absolute;
  top: 100px;
  right: 0;
  width: 140px;
  text-align: right;
}
.typeofcape-wrapper__popup .info_content div.txt-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  text-align: left;
  line-height: 1.4;
}
.typeofcape-wrapper__popup .info_content div.txt-3 b {
  text-align: left;
}
.typeofcape-wrapper__popup .info_content div.txt-4 {
  position: absolute;
  bottom: 45px;
  right: 0;
  width: 135px;
  text-align: center;
}
.typeofcape-wrapper__popup .info_content div.txt-5 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 110px;
  text-align: left;
}
.typeofcape-wrapper.inside .typeofcape-wrapper__popup .info_content {
  padding-bottom: 20px;
}
.typeofcape-wrapper.inside .typeofcape-wrapper__popup .info_content .txt-4 {
  bottom: 12px;
}
.typeofcape-wrapper.onto .typeofcape-wrapper__popup img {
  margin: -25px 0 0 -15px;
}
.typeofcape-wrapper.onto .typeofcape-wrapper__popup .info_content {
  padding-bottom: 30px;
}
.typeofcape-wrapper.onto .typeofcape-wrapper__popup .info_content .txt-1 {
  top: 25px;
  width: 165px;
  text-align: left;
}
.typeofcape-wrapper.onto .typeofcape-wrapper__popup .info_content .txt-2 {
  top: 58px;
  text-align: left;
  width: 150px;
}
.typeofcape-wrapper.onto .typeofcape-wrapper__popup .info_content .txt-4 {
  bottom: 30px;
  right: 15px;
}
/* popup end */
