/* TODO: Create style common. Dummy file to avoid include assets error */

.address-loader {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 10;
  display: block;
  width: auto;
  height: 100%;
  margin-right: 10px;
  transition: all 0.3s 0.5s;
  stroke: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}

.address-loader .circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center center;
  animation: rotate 2s linear infinite;
}

.address-loader .path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4px;
}

.address-loader .spinner {
  position: relative;
  top: 16%;
  width: 35px;
  margin: 0 auto;
}

.address-loader .spinner::before {
  display: block;
  padding-top: 100%;
  content: '';
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.cart-items-recommended {
  min-height: 100px;
  padding: 12px 20px;
}

.cart-items-recommended-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.cart-items-recommended-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 33%;
  max-width: 120px;
  font-size: 12px;
}

.cart-items-recommended-container .cart-item-name {
  font-size: 16px;
}

.cart-items-recommended-container .cart-image {
  width: 75%;
}

.cart-items-recommended-container .cart-add-item {
  flex: 0;
  color: #fff;
  text-align: center;
  position: relative;
  top: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cart-items-recommended-container .cart-item-price {
  width: 100%;
  padding-right: 5px;
  font-size: 16px;
}

.cart-items-recommended-header {
  width: 50%;
  padding-bottom: 10px;
  display: block;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.cart-items-recommended-container .cart-item-size {
  margin-bottom: 5px;
  font-size: 14px;
}

.cart-items-recommended-container .cart-size-select {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.cart-items-recommended-container .cart-size-select .size-option {
  list-style-type: none;
  padding: 2px 0;
}

.cart-items-recommended-container .cart-size-select ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 25px;
  max-width: 120px;
  padding: 4px;
  list-style: none;
  border: 1px solid #402020;
  background: #fff;
  z-index: 1;
}

.cart-size-select-name {
  position: relative;
}

.cart-size-select-name::after {
  position: absolute;
  top: 4px;
  right: -10px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  color: #000;
  vertical-align: top;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  content: '';
}

.plp-item-container .item-container div.img-with-switcher {
  margin-bottom: 8px;
}

.pdp-item-container .item-container div.img-with-switcher {
  height: 90%;
  margin-bottom: 8px;
}

.plp-item-container .item-container div.img-preview-wrapper,
.pdp-item-container .item-container div.img-preview-wrapper {
  display: flex;
  justify-content: center;
  min-height: initial;
  height: auto;
  margin-bottom: 0;
}

.plp-item-container .item-container div.img-preview-container,
.pdp-item-container .item-container div.img-preview-container {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: initial;
  margin-bottom: 0;
  box-sizing: content-box;
}

.plp-item-container .item-container div.img-preview-container.active,
.pdp-item-container .item-container div.img-preview-container.active {
  border-bottom: 2px solid #ff4539;
}

.plp-item-container .item-container div.img-preview,
.pdp-item-container .item-container div.img-preview {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  min-height: initial;
}
