#product .product-actions .positionCylindo {
  display: none;
}

#product .images-container {
  position: relative !important;
  padding-bottom: 40px;
}

#product .images-container .positionCylindo {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product .images-container .positionCylindo:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DEE2E6;
}

#product .images-container label {
  margin: 0;
  padding: 7px 8px;
  background: #f2f3f3;
  border-radius: 4px;
  color: #435d6d;
  font-weight: 500;
  white-space: nowrap;
}

#product .featureCylindo {
  position: relative;
  z-index: 1;
  width: auto;
  height: 40px;
  border-radius: 25px;
  padding-right: 35px;
  background-color: #f2f3f3;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.49841C14.0657 4.49842 14.1307 4.51138 14.1914 4.5365C14.252 4.56161 14.3071 4.59855 14.3535 4.6449C14.3999 4.69132 14.4377 4.74637 14.4629 4.80701C14.488 4.86775 14.501 4.93365 14.501 4.99939C14.5009 5.06501 14.488 5.13017 14.4629 5.1908C14.4377 5.25154 14.4 5.30642 14.3535 5.35291L8.35352 11.3529C8.30711 11.3994 8.25208 11.4361 8.19141 11.4613C8.13069 11.4865 8.06574 11.5004 8 11.5004C7.93427 11.5004 7.86931 11.4865 7.80859 11.4613C7.74785 11.4361 7.69195 11.3995 7.64551 11.3529L1.64551 5.35291C1.59909 5.30653 1.56226 5.2514 1.53711 5.1908C1.51194 5.13015 1.49906 5.06505 1.49902 4.99939C1.49902 4.93362 1.5119 4.86775 1.53711 4.80701C1.56229 4.74645 1.59909 4.69123 1.64551 4.6449C1.69195 4.59833 1.74785 4.56171 1.80859 4.5365C1.86928 4.51135 1.93431 4.49841 2 4.49841C2.06571 4.49842 2.13071 4.51132 2.19141 4.5365C2.25202 4.56165 2.30713 4.59847 2.35352 4.6449L8 10.2924L13.6455 4.6449C13.692 4.59841 13.7479 4.56166 13.8086 4.5365C13.8693 4.51141 13.9343 4.49841 14 4.49841Z' fill='%236C757D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  color: #212529;
  border-color: transparent;
}

#product .featureCylindo:focus {
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgb(239 26 120 / 10%);
  border-color: #ef1a78;
}

.cylindo-thumbnail-item {
  background: #f2f3f3;
}