﻿.product-popup-modal {
  background: rgba(23,23,23,0.8);
  font-size: 1rem;
  padding: 0 !important;
  overflow-y: hidden !important;
}

.product-pricing {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: baseline;
}

.mug-style {
  flex-direction:column !important;
}

  .product-pricing .popup-discount-price {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-right: 0.5rem;
  }

  .product-pricing .text-ecp-pink {
    color: #e50085;
  }

.product-pricing .text-cotc-orange {
  color: #e9775c;
}

  .product-pricing .unit-price-text {
    color: #939393;
    text-decoration: line-through;
    font-size: 1rem;
  }

  .common-price-text {
    font-weight: bold;
  }

.product-pop-close {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  cursor: pointer;
  right: 0.75rem;
  top: 0.25rem;
  position: absolute;
  z-index: 10;
}

.common-close {
  display: none;
}

#product-container {
  font-family: 'Open Sans',sans-serif;
  color: #000000;
  display: flex;
  flex-direction: column;
  position: relative;
}

.qty-container {
  display: flex;
}

  .qty-container .qty-control {
    border-width: 1px;
    width: 60px;
    height: 44px !important;
    font-size: inherit;
    font-family: inherit;
    border-radius: 0px !important;
    transition: border-color 0.3s !important;
    color: black !important;
  }

    .qty-container .qty-control:focus {
      outline: none;
      border-color: black !important;
      border-radius: 3px !important;
      box-shadow: none;
      border: 2px solid black;
    }

  .qty-container .start-design-btn {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
    font-family: Signika,sans-serif;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    padding: 0.5rem 1.75rem;
  }

  .qty-container .start-design-btn-ecp {
    background-color: #e50085;
  }

  .qty-container .start-design-btn-cotc {
    background-color: #e9775c;
  }

  .qty-container .calendars-btn {
    font-size: 12px !important;
    font-family: Open Sans, sans-serif;
    border: 2px solid #e50085;
    padding: 3px 20px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

    .qty-container .start-design-btn .arrow-symb {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

.attr-label {
  font-weight: 700;
}

.calendar-label {
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-top: 0.5rem;
}

.dialog-preview-design {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.product-preview {
  display: flex;
  justify-content: center;
  padding-right: 1.25rem;
  align-items: center;
  width: 100%;
}

.mug-product {
  background-color: #F1FBFF;
  min-height: 175px;
  border: 1px solid #DFE0E0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-popup-modal-content {
  max-height: 100%;
  position: absolute;
  top: 53%;
  left: 50%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  overflow-y: hidden;
  background: #fff;
  transform: translate(-50%, -50%) scale(1) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  pointer-events: auto;
}

  .product-popup-modal-content .modal-body {
    padding: 1.25rem !important;
  }

  .product-popup-modal-content .common-body {
    padding: 0 !important;
  }

.Product-Modal_img {
  width: 100%;
  max-width: 400px;
}

.calender-image {
  max-width: 415px;
}

.Product-Page-content-block {
  display: flex;
  flex-direction: column;
}

.modal-backdrop.show {
  position: unset;
  height: unset;
  width: unset;
}

#product-container .popup-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

#product-container .mug-popup-title {
  font-size: 32px;
  line-height: unset;
  white-space: nowrap;
}

#product-container .calender-popup-title {
  font-size: 32px;
  white-space: nowrap;
}

.footer-container {
  display: flex;
  flex-direction: column;
}

.qty-label {
  font-weight: 700;
  align-self: flex-start;
  font-family: 'Open Sans',sans-serif;
}

.color-circle-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.color-circle-li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid black;
  background-color: white;
  margin-right: 0.75rem;
  position: relative;
}

.color-circle-li:last-child {
    margin-right: 0;
}

.color-circle-overlay:before {
  position: absolute;
  content: "";
  height: 140%;
  width: 140%;
  top: -20%;
  left: -20%;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #20b4e7;
}

.back-button-product-poup {
  display: none;
}

.pricing-container-mugs {
  display: flex;
  flex-flow: column !important;
  align-items: flex-start !important;
}

.form-control {
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;
  height: 38px !important;
  color: black;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
}

  .form-control:focus {
    border: 2px solid #2e7cfe;
    border-color: #2e7cfe;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
  }

  .form-control option {
    background-color: #fff;
    color: #333;
    font-size: 16px;
  }

  .form-control option:hover {
      background-color: #2e7cfe; 
      color: white; 
  }

.calendar-size-form:focus {
  border: 1px solid #000000;
}

@media (max-width: 767px) {
  .productpage-popup-mugs {
    height: 100%;
    width: 100%;
    margin: 0px;
    overflow: hidden;
  }

  .product-pop-close-mugs {
    display: none;
  }

  .product-preview-mobile {
    padding-right: 0px;
  }

  .product-popup-modal-content .modal-body-mugs {
    padding: 3rem !important;
    margin-top: 70px !important;
    display: flex;
    justify-content: center;
  }

  .mug-image {
    width: auto;
    height: 175px;
  }

  .color-circle-ul {
    margin-right: 1rem;
    margin-top: 5px;
  }

  .color-circle-li {
    height: 18px;
    width: 18px;
  }

  .color-circle-overlay:before {
    position: absolute;
    content: "";
    height: 140%;
    width: 140%;
    top: -20%;
    left: -20%;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #20b4e7;
  }

  #product-container .mug-popup-title {
    margin-bottom: 10px;
  }

  #mugs-custom-sub-title-span {
    line-height: 0px;
  }

  .mug-quantity {
    margin-top: 0 !important;
  }

  .mug-style {
    margin-top: 0 !important;
  }

  .pricing-container-mugs {
    display: flex;
    flex-flow: column !important;
    align-items: flex-start !important;
  }

  .mugs-back-button {
    background: transparent;
    color: #20b4e7;
    border: 2px solid #20b4e7;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.5rem 2.75rem;
    margin-bottom: 0.5rem;
    height: 44px;
  }

  #mugs-back-button.calendar-specific {
    background: transparent;
    color: #20b4e7;
    border: 2px solid #20b4e7;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    white-space: nowrap;
    cursor: pointer;
    padding: 6px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
  }

  .qty-container-mugs {
    display: flex;
    flex-flow: column;
  }

  .qty-calendar-container {
    flex-flow: column;
  }

  .product-popup-modal-sfp {
    margin-left: 0px;
  }

  .qty-container .start-design-btn {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 900px) {
  .qty-container .calendars-btn {
    width: 100% !important;
  }

  .qty-container .product-popup-submit-mugs {
    width: 100% !important;
  }
}



@media (min-width: 912px) {
  .product-popup-modal-content {
    min-width: 600px;
    width: auto;
    vertical-align: middle;
    max-width: 56rem;
    font-family: 'Open Sans', sans-serif;
  }
}

@media (min-width: 768px) {
  .dialog-preview-design {
    flex-direction: row;
  }

  .product-popup-modal-content .common-body {
    padding: 2.5rem !important;
  }

  .common-close {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    top: 10px;
    right: 15px;
  }

  .product-preview {
    align-self: flex-start;
    justify-content: flex-start;
    width: fit-content;
  }

  .calender-product {
    padding-right: 2.5rem;
  }

  .mug-product {
    height: 300px;
    width: 300px;
    margin-right: 2.5rem;
  }

  .calender-image {
    width: auto;
  }

  .mug-image {
    width: auto;
  }

  .Product-Page-content-block {
    width: 55%;
  }

  .common-content-block {
    margin-top: 5px;
  }

  .product-pricing {
    text-align: left;
  }

  .mug-style {
    margin-top: 0 !important;
  }

  .qty-container .product-popup-submit-mugs {
    width: auto;
    font-size: 16px !important;
    font-family: Open Sans, sans-serif !important;
    border: 2px solid #e50085 !important;
    padding: 3px 20px !important;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .qty-container .calendars-btn {
    width: auto;
    font-size: 16px !important;
  }
}

@media (min-width: 412px) {
  .ptr-3 {
    padding: 0.5rem 3.6rem !important;
  }
}

@media (min-width: 820px) {
  .ptr-3 {
    padding: 0.5rem 1.75rem !important;
  }
}

@media (max-width: 767px) {
  .form-control {
    text-align: center;
  }

  .calendar-size-form {
    text-align: left;
  }

  .product-pricing {
    justify-content: center;
  }

  #product-container .popup-title {
    text-align: center;
  }

  #product-container .calender-popup-title {
    text-align: left;
    line-height: 2.75rem;
  }

  .calender-product {
    padding-right: 0;
  }

  .ptr-6 {
    height: 100%;
    padding: 1rem;
    top: 50%;
  }

  .prod-img {
    max-width: 270px !important;
    height: auto;
  }

  .mob-mt-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mob-mt-1 {
    margin-top: 0.4rem !important;
  }

  .product-popup-modal-content {
    top: 50%;
  }

  .prod-img-1 {
    max-width: 200px !important;
  }
}

.ptr-4 {
  max-width: 47rem;
}
.ptr-5{
    max-width: 56rem;
}