

/* Start:/local/components/ihnatovi4/product.gifts/templates/.default/style.css?17644343095815*/
.product-gift {
  display: inline-flex;
  border: 0.5px solid #1d1d1d;
  color: #767676;
  border-radius: 10px;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
}
.product-gift i {
  display: inline-flex;
  width: 70px;
  min-height: 70px;
  padding: 15px;
  border-right: 0.5px solid #1d1d1d;
  vertical-align: middle;
  overflow: hidden;
  background-color: #1d1d1d;
  flex-shrink: 0;
}
.product-gift i svg {
  width: 100%;
  fill: #ffffff;
}
.product-gift.product-gift-admin {
  border-color: red;
}
.product-gift.product-gift-admin i svg {
  fill: red;
}
.product-gift:hover {
  color: #1d1d1d;
  transition: all 0.3s ease 0s;
}
.product-gift .product-gift-description {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-gift .product-gift-description > div {
  width: 100%;
  padding: 7px 15px;
}
.product-gift .product-gift-description ul {
  list-style-type: square;
  padding-left: 16px;
  margin-bottom: 0;
}
.product-gift .product-gift-description > div:first-child {
  position: relative;
  background-color: #f2f2f2;
  padding-bottom: 10px;
  border-top-right-radius: 10px;
}
.product-gift .product-gift-description > div:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: 15px 15px;
  background-repeat: repeat-x;
  height: 15px;
  bottom: -7px;
  background-image: linear-gradient(320deg, #fff 10px, transparent 11px), linear-gradient(40deg, #fff 10px, transparent 11px);
}
.product-gift .product-gift-description > div:nth-child(2) {
  padding-top: 4px;
}

.product-gift-link {
  display: inline-flex;
  margin-top: 6px;
  cursor: pointer;
}
.product-gift-link i {
  position: relative;
  display: inline-flex;
  width: 70px;
  flex-shrink: 0;
}
.product-gift-link i:before {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: -6px;
  bottom: 50%;
  border-left: 0.5px solid #1d1d1d;
  border-bottom: 0.5px solid #1d1d1d;
  border-bottom-left-radius: 10px;
}
.product-gift-link span {
  display: inline-flex;
  border: 0.5px solid #1d1d1d;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #1d1d1d;
  color: #fff;
}

.product-page-gifts {
  margin-bottom: 25px;
}

.popup-window.gift-dialog {
  position: fixed !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  font: inherit;
  background: none;
}
.popup-window.gift-dialog .dialog-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  width: auto;
  margin: 0.5rem;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .popup-window.gift-dialog .dialog-wrapper {
    min-height: calc(100% - 3.5rem);
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.popup-window.gift-dialog .dialog-wrapper .dialog-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #1d1d1d;
  background: #ffffff;
}
.popup-window.gift-dialog .modal-body {
  padding: 0;
}
.popup-window.gift-dialog .modal-content {
  border-radius: 0;
}
.popup-window.gift-dialog .popup-window-titlebar {
  padding: 1rem;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #1d1d1d;
}
.popup-window.gift-dialog .popup-window-titlebar > div {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.popup-window.gift-dialog .popup-window-titlebar .dialog-title {
  font-size: 16px;
  font-weight: bold;
  color: #1d1d1d;
}
.popup-window.gift-dialog .popup-window-titlebar .popup-close {
  display: flex;
  width: calc(25px + 2rem);
  height: calc(25px + 2rem);
  margin-top: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  align-self: flex-start;
}
.popup-window.gift-dialog .popup-window-titlebar .popup-close svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #1d1d1d;
}
.popup-window.gift-dialog .popup-window-titlebar .popup-close:hover svg {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  transform: scale(1.15);
}
.popup-window.gift-dialog.empty-content .popup-window-titlebar {
  border-bottom: none;
}
.popup-window.gift-dialog .popup-window-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #1d1d1d;
  gap: 15px;
}
.popup-window.gift-dialog .popup-window-buttons .popup-window-button {
  font: inherit;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 13px 15px;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  height: auto;
  color: #1d1d1d;
  box-shadow: none;
}
.popup-window.gift-dialog .popup-window-buttons .popup-window-button.popup-window-button-accept {
  background: #fff;
  border: 1px solid #1d1d1d;
}
.popup-window.gift-dialog .popup-window-buttons .popup-window-button.popup-window-button-accept:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.popup-window.gift-dialog .popup-window-buttons .popup-window-button.popup-window-button-cancel {
  background: none;
  color: #1d1d1d;
  text-decoration: underline;
}
.popup-window.gift-dialog .gifts-picture {
  display: flex;
  width: 100%;
  height: auto;
  padding: 25px 20px;
  justify-content: center;
  background-color: #1d1d1d;
}
.popup-window.gift-dialog .gifts-picture svg {
  width: 200px;
  fill: #ffffff;
}
.popup-window.gift-dialog .gifts-container {
  padding: 2rem;
}
.popup-window.gift-dialog .gifts-container .product-gift {
  width: 100%;
  color: #1d1d1d;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* End */
/* /local/components/ihnatovi4/product.gifts/templates/.default/style.css?17644343095815 */
