@font-face {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  src: url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  font-display: swap;
  font-variation-settings: "wdth" 100;
}
@font-face {
  font-size: 12px,
  font-family: 'Urbanist';
  font-weight: 400;
  src: url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Urbanist", sans-serif;
}
h1 {
  font-size: 32px;
}
h2 {
  font-weight: 300;
  font-size: 28px;
}
h3 {
  font-weight: 300;
  font-size: 26px;
}
h4 {
  font-weight: 300;
  font-size: 21px;
}
h5 {
  font-weight: 500;
  font-size: 16px;
}
h6 {
  font-weight: 500;
  font-size: 14px;
}
#dt-pnk-frame-div .flex {
  display: flex;
}
#dt-pnk-frame-div #dt-pnk-formcart {
  font-family: "Inter", sans-serif !important;
  font-weight: normal;
  margin: 60px auto;
  width: auto;
  max-width: 800px;
}
#dt-pnk-frame-div .punk-order-field {
  display: table;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  vertical-align: middle;
  margin-bottom: 20px;
}
#dt-pnk-frame-div .punk-order-field .first {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 40%;
  text-align: right;
  font-weight: 300;
}
#dt-pnk-frame-div .punk-order-field .second {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 10px;
  font-weight: 400;
  text-align: left;
}
#dt-pnk-frame-div .punk-order-field .second a {
  color: #1f99c2;
}
#dt-pnk-frame-div .punk-order-field .second select {
  width: 98%;
  height: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}
#dt-pnk-frame-div .punk-order-field .custom-input {
  cursor: text;
  line-height: 0px;
  text-align: left;
}
#dt-pnk-frame-div .punk-order-field .custom-input textarea,
#dt-pnk-frame-div .punk-order-field .custom-input input {
  background-color: inherit;
  border: none;
  width: 98%;
  resize: none;
  margin: 3px;
  box-shadow: none;
}
#dt-pnk-frame-div .punk-order-field .custom-input textarea,
#dt-pnk-frame-div .punk-order-field .custom-input input[type="text"] {
  font-size: 16px;
  box-shadow: none;
}
#dt-pnk-frame-div .punk-order-field.TEXTAREA-htmltype-field .second,
#dt-pnk-frame-div .punk-order-field.INPUT-htmltype-field .second {
  background-color: #fafafa;
  padding: 5px 10px !important;
  transition: 0.2s;
}
#dt-pnk-frame-div .punk-order-field.TEXTAREA-htmltype-field .second:hover,
#dt-pnk-frame-div .punk-order-field.INPUT-htmltype-field .second:hover {
  background-color: #e0e0e0;
  transition: 0.2s;
}
/*#dt-pnk-frame-div .editable-true-field .second {
  background-color: #fafafa;
  padding: 5px 10px !important;
  transition: 0.2s;
}
#dt-pnk-frame-div .editable-true-field .second:hover {
  background-color: #e0e0e0;
  transition: 0.2s;
}*/

#dt-pnk-frame-div .punk-order-field.SELECT-htmltype-field .second {
  padding: 0px 0px 0px 5px !important;
  background-color: #fafafa;
  transition: 0.2s;
}
#dt-pnk-frame-div .punk-order-field.SELECT-htmltype-field .second:hover {
  background-color: #e0e0e0;
  transition: 0.2s;
}
#dt-pnk-frame-div .required-flash {
  background-color: #edabab !important;
  transition: 0.2s;
}
#dt-pnk-frame-div .not-determ {
  color: #a3a3a3;
  font-weight: bold;
}
#dt-pnk-frame-div a.terms-and-cond {
  border-bottom: 1px solid black;
  color: black !important;
  text-decoration: none;
}
/* Img upload form styles */
#dt-pnk-drag-img {
  position: absolute;
  width: 100%;
  z-index: -1;
  max-width: none !important;
  max-height: none !important;
  border: 0;
}
.dt-pnk-drag-img-container {
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #d8d8d8;
  height: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: move;
}
.dt-pnk-reset-slider {
  display: block !important;
  margin: 10px auto;
}
.dt-pnk-slider {
  text-align: left;
  background: #d8d8d8;
  width: 310px;
  height: 5px;
  margin: 20px auto;
}
.dt-pnk-slider-container {
  position: relative;
  z-index: 0;
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}
.dt-pnk-slider-thumb {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: relative;
  left: 150px;
  top: -6px;
  background: black;
  cursor: pointer;
}
.dt-pnk-send-btn {
  cursor: pointer;
  color: white !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  border-collapse: separate !important;
  border: none;
  padding: 10px 25px;
  outline: none;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #70c6d6;
  opacity: 0.8;
}
.dt-pnk-send-btn:hover {
  opacity: 1;
}
.dt-pnk-send-btn:focus {
  opacity: 1;
}
.cart-item-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.cart-item-left-col {
  flex-basis: 60%;
}
.cart-item-param {
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 5px;
  line-height: 15px;
}
.cart-item-param-amount {
  flex-basis: 20%;
}
.cart-item-param-price {
  flex-basis: 20%;
  justify-content: flex-end;
}
.cart-item-param td {
  white-space: normal;
}
@media (max-width: 768px) {
  .cart-item-row {
    flex-direction: column;
  }
  .cart-item-left-col {
    margin-bottom: 10px;
  }
  .cart-item-param-amount {
    flex-basis: 100%;
  }
  .cart-item-param-price {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.adaprive-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.basket-items {
  font: normal 12px "Urbanist", sans-serif;
  background-color: white;
}
.basket-item {
  display: flex;
  padding: 8px 10px 10px 10px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid #f2f2f2;
  zoom: 0.8;
}
.basket-item-title {
  padding-right: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}
.basket-item-card {
  display: flex;
  width: 100%;
}
.basket-item-image {
  line-height: 0px;
  margin-top: 3px;
  margin-right: 10px;
}
.basket-item-image a img {
  width: 100%;
  max-width: none;
}
.basket-item-image img {
  max-width: none;
}
.basket-item-image-link {
  display: block;
  width: 100px;
}
@media (max-width: 768px) {
  .basket-item {
    font-size: 14px;
    zoom: 1;
  }
  .basket-item-title {
    font-size: 16px;
    white-space: normal;
  }
  .basket-item-image-link {
    display: block;
    width: 50px;
  }
}
.order-item a.filter {
  color: #128ab3;
}
.order-item-max a.filter {
  color: #128ab3;
}
.amount-change {
  font-size: 20px;
  color: #bfbfbf;
  font-weight: 300;
}
.amount-change:hover {
  color: black;
}
.total-to-pay,
.delivery-price,
.total-price,
.dynamic-price {
  font-weight: bold;
}
.hidden-by-func-enum {
  display: none !important;
  transition: 0.8s;
}
.crt-frm-msg {
  text-align: center;
  font: normal 20px "Urbanist", sans-serif;
  margin: 50px auto;
}
.dt-pnk-btn {
  cursor: pointer;
  color: white !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  border-collapse: separate !important;
  border: none;
  padding: 10px 25px;
  outline: none;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #70c6d6;
  opacity: 0.8;
  line-height: normal;
}
.dialog {
  width: auto;
  height: auto;
  padding: 50px;
  background-color: #ffffff;
  border-top: 5px solid #c9c9c9;
  position: fixed;
  display: none;
  z-index: 9999;
  box-shadow: 0px 3px 5px rgba(92, 92, 92, 0.7);
}
.dialog .close-dialog {
  cursor: pointer;
  line-height: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
