html.bp-m .uk-heading-d1\@m {
  font-size: 34px !important;
}

html.bp-m .uk-heading-d2\@m {
  font-size: 36px !important;
}
html.bp-m .uk-h5\@m {
  font-size: 20px !important;
}

html.bp-m * + .uk-grid-margin-2xlarge\@m,
html.bp-m .uk-grid + .uk-grid-2xlarge\@m,
html.bp-m .uk-grid + .uk-grid-row-2xlarge\@m,
html.bp-m .uk-grid-2xlarge\@m > .uk-grid-margin,
html.bp-m .uk-grid-row-2xlarge\@m > .uk-grid-margin {
  margin-top: 30px !important;
}
.more-space {
  height: 50px;
  width: 1px;
}
.uni-header-navbar .uk-navbar-nav > li > a {
  font-size: 17px;
}
.uk-section-2xlarge {
  padding-top: 100px;
}
html.bp-m .uni-header-navbar .uk-navbar {
  min-height: 0;
}
.uk-navbar-top {
  height: 75px;
}

:root {
  --main-color: #121216;
}

/* full screen landing page */
.full-page {
  background-color: #f9f9ff;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 15090;
}

.full-page header {
  text-align: center;
  margin: 15px;
}

.full-page .body {
  max-width: 1400px;
  margin: auto;
  padding: 100px 10px;
}
.full-page .body .bubbles {
  display: flex;
  justify-content: space-around;
  gap: 100px;
  flex-wrap: wrap;
}
.full-page .body .bubbles .item {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  flex-basis: 40%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgb(219, 219, 219);
  border: 4px solid white;
}
.full-page .body .bubbles .item:hover {
  transform: scale(1.04);
  transition: all 0.5s ease;
}
.full-page .body .bubbles .item .half {
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.full-page .body .bubbles .item .half .discount {
  color: white;
  position: absolute;
  font-weight: 700;
  right: 10px;
  background-color: rgb(255, 130, 27);
  border-radius: 100px;
  font-size: 16px;
  padding: 0 10px;
  transform: rotate(10deg);
}

.full-page .body .bubbles .item .half .stats .left {
  color: white;
}
.full-page .body .bubbles .item .half .stats .left.unavailable {
  font-weight: bold;
  text-decoration: underline;
}
.full-page .body .bubbles .item .title {
  color: rgb(30, 31, 42);
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  background-color: rgb(238, 238, 238);
  border-radius: 0 0 10px 10px;
}
/* full screen landing page */

.mycontainer .price {
  font-size: 34px;
  color: var(--main-color);
  font-weight: bold;
}

.mycontainer .price .new {
  display: inline-block;
}

.mycontainer .price .old {
  color: #121216;
  font-size: 20px;
  position: relative;
  text-decoration: line-through 2px;
  opacity: 0.6;
}
.mycontainer .price .save {
  color: #121216;
  font-size: 16px;
}

.mycontainer .submit-email .wrapper {
  display: inline-block;
  border: 2px solid var(--main-color);
  border-radius: 5px;
}
.email,
.submit-btn {
  display: inline-block;
}
.uk-card.uk-card-2xsmall.uk-card-default.uk-radius-xlarge {
  max-width: 450px;
  margin: auto;
  width: 100%;
}
#email {
  padding-left: 10px;
  border: none;
  outline: none;
  width: 250px;
  font-size: 16px;
}

.email-btn {
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  background-color: transparent;
  border-radius: 0 5px 5px 0;
  font-size: 22px;
}
.email-btn:hover {
  transform: translateX(7px);
  transition: 1s ease;
}
.submit-email {
  padding: 20px;
  margin: 0 10px;
}

.dett {
  font-size: 20px;
  margin: 10px 0;
}

.dett span {
  margin-left: 15px;
  font-size: 18px;
}

.dett svg {
  height: 24px;
  width: 24px;
  vertical-align: -0.2em;
}

.bi-arrow-right-circle-fill {
  width: 28px;
  height: 28px;
}
/* custom made */

.blobs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
.blobs .sides .side img {
  border-radius: 10px;
}
.blobs .sides .side {
  height: 115px;
  width: 115px;
  background-color: white;
  margin: 20px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 4px rgb(197, 197, 197);
  cursor: pointer;
  opacity: 0.3;
}
.blobs .sides .side.selected {
  box-shadow: none;
  opacity: 1;
}
.blobs .sides .side:hover {
  transition: 0.8s ease;
  opacity: 1;
  box-shadow: none;
}

.main-blob .mycontainer {
  background-color: white;
  box-shadow: 0px 0px 10px 2px rgb(219, 219, 219);
  border-radius: 10px;
}
.color-banner {
  background-color: var(--main-color);
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 5px;
}

.color-banner.options {
  height: auto;
  display: flex;
  font-size: 15px;
  margin: 10px;
  background-color: transparent;
  justify-content: space-between;
  font-weight: bold;
}
.color-banner .opt {
  text-align: center;
  flex-basis: 38%;
  padding: 8px 0;
  border-radius: 5px;
  background-color: #9351f7;
  cursor: pointer;
  box-shadow: 4px 4px 0px 0px #d3b7fd;
}
.color-banner .opt:hover {
  transform: 1s ease all;
  opacity: 0.9;
}
.color-banner .opt.selected {
  background-color: var(--main-color);
  box-shadow: none;
}

.details {
  margin: 30px 0 30px 30px;
}
.blob-head .logo {
  display: flex;
  align-items: center;
}
.blob-head {
  margin: 30px 0 0 30px;
}
.blob-head .item {
  margin: 10px 0;
}
.blob-head .title {
  color: white;
  background-color: rgb(34, 123, 233);
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
}

hr {
  margin: 0;
}

.checkout {
  padding: 15px 30px;
  text-align: center;
  width: 325px;
}

.checkout .checkout-btn,
.demo-btn {
  display: inline-block;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  color: white;
  border-radius: 5px;
  background-color: var(--main-color);
  opacity: 0.9;
}
.checkout .upgrade-btn {
  margin-top: 8px;
  background-color: #9351f7;
}
.checkout .checkout-btn {
  width: 75%;
}

.checkout .demo-btn {
  background-color: #001f7f;
}
.checkout .checkout-btn:hover {
  opacity: 1;
  transition: 1s ease;
}
.checkout-btn.disabled {
  background-color: grey;
}
/* not avaialable */

.not-available > * {
  visibility: hidden;
}
.not-available {
  visibility: visible;
  position: relative;
}
.not-available .not-available-message {
  visibility: visible;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-msg {
  color: #ffc107;
  margin-bottom: 20px;
}
.icon-msg svg {
  width: 80px;
  height: 80px;
}
.subheading {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
/* subheading */

.subheading p {
  font-size: 17px;
  text-align: center;
}
.subheading a {
  color: black;
  border-bottom: 1px solid black;
  text-decoration: none;
}

/* subheading */

.quantity .container .values {
  text-align: center;
}
.quantity .container p {
  margin: 0;
  font-size: 16px;
  color: #707070;
  padding: 5px 50px;
}
.quantity .container .sold {
  color: #e0103a;
  font-weight: bold;
  display: inline-block;
  border-left: 1px solid #ddd;
}
.quantity .container .available {
  display: inline-block;
}
/* clue */

/* tv design*/
.tve_responsive_video_container {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
}
.tve_responsive_video_container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.tve_responsive_video_container .top-left {
  cursor: pointer;
  top: 50px;
  left: 50px;
  z-index: 99999;
  position: fixed !important;
}
.thrv_icon {
  line-height: 0;
}
.thrv_icon.tcb-icon-display {
  display: table;
  border-collapse: initial;
}
.thrv_icon.thrv_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.thrv_responsive_video.thrv_wrapper {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thrv_responsive_video.thrv_wrapper.rv_style_grey_monitor {
  position: relative;
}
.thrv_responsive_video.thrv_wrapper.rv_style_grey_monitor::before {
  background-image: url('data:image/png;base64,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');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: -7%;
  right: -4%;
  bottom: -34%;
  left: -4%;
}
.video_overlay {
  cursor: pointer;
}
[data-css='tve-u-181fc63fb1d'] {
  max-width: 80% !important;
  --tve-applied-max-width: 80% !important;
  margin-bottom: 150px !important;
  margin-top: 100px !important;
}
/*end tv design*/
.find-order-success-area {
  padding: 2rem 0 4rem;
}
.justify-content-center {
  justify-content: center !important;
}
.text-center {
  text-align: center !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.find-order-success h6 {
  background: rgba(64, 171, 93, 0.25);
  border: 1.5px solid #40ab5d;
  color: #40ab5d;
}

.find-order-empty h6 {
  background: rgba(216, 31, 38, 0.25);
  border: 1.5px solid #d81f26;
  border-radius: 8px;
  display: inline-block;
  font-style: normal;
  font-size: 14.3888px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #d81f26;
  font-family: Satoshi-Medium;
  padding: 0.8rem;
}
.find-order-success h6 {
  background: rgba(64, 171, 93, 0.25);
  border: 1.5px solid #40ab5d;
  color: #40ab5d;
}
.find-order-empty h1 {
  /* font-style: normal; */
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: #242424;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.find-order-empty h1 span {
  color: #9351f7;
}
.find-order-empty p {
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.5);
  margin-bottom: 1rem;
}
.find-order-empty {
  text-align: center;
}
.feeback-box-wrap .img-fluid {
  position: absolute;
  right: 17px;
  top: -15px;
}
.feeback-box-wrap ul li svg {
  color: #40ab5d;
  font-size: 14px;
}
.feeback-box-wrap {
  background: rgba(64, 171, 93, 0.1);
  border: 1.5px solid rgba(64, 171, 93, 0.25);
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  margin-top: 2rem;
  min-height: 180px;
}
.feeback-box-wrap ul li {
  display: inline-block;
}
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feeback-box-wrap p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.005em;
  color: rgba(36, 36, 36, 0.75);
  margin-top: 1rem;
}
/*Image Gallrey*/
.img-gallrey .img {
  padding: 1px;
}

.btn-review {
  color: #40ab5d !important;
  font-weight: bold;
  width: 200px;
  margin: auto;
}
.btn-review i {
  vertical-align: middle;
  font-size: 24px;
}
.mx-auto a {
  color: white;
  text-decoration: none;
}
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.row.my-4 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.feeback-box-wrap {
  flex-basis: 30%;
}
.read-more {
  text-align: center;
  margin-top: 10px;
}
.read-more a {
  display: inline-block;
  border-radius: 5px;
  text-decoration: transparent;
  color: white;
  background-color: #58b370;
  padding: 10px 20px;
}
@media (max-width: 1000px) {
  .row.my-4 {
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feeback-box-wrap {
    flex-basis: 100%;
    max-width: 600px;
  }
}
/* feedback landing page */
.clue {
  font-size: 14px;
  color: rgb(126, 126, 126);
  text-align: center;
  margin-bottom: 15px;
}
.clue svg {
  height: 14px;
  width: 14px;
  vertical-align: -0.125em;
}
.feedback-inv {
  color: rgb(58, 58, 58);
  text-align: center;
  font-size: 15px;
}
.feedback-inv a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
}

/* process */

.process-steps .process-list {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5rem;
}
.process-steps .process-list .step {
  position: relative;
  flex-basis: 30%;
  text-align: center;
  padding: 15px;
}
.process-steps .process-list .step .number {
  padding: 0 1px;
  border-radius: 100px;
  border: 2px solid #ba3bd1;
  display: inline-block;
  color: #ba3bd1;
  font-weight: bold;
  width: 25px;
}
.process-steps .process-list .step .image {
  padding: 20px;
}
.process-steps .process-list .step h3 {
  font-family: var(--header-nav-font-typeface);
  margin-top: 10px;
  font-size: 18px;
}
.process-steps .process-list .step p {
  font-size: 16px;
}
footer ul {
  padding-left: 0;
  text-align: center;
}
footer ul li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin: 5px;
}

/* explain */
.cheap-price {
  padding: 1rem;
}
.cheap-price .images {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
}
.cheap-price .images img {
  border-radius: 5px;
}
@media (max-width: 875px) {
  .cheap-price .images {
    justify-content: center;
  }
  .cheap-price p {
    font-size: 1rem;
    text-align: center;
  }
}
/* content */

.showcase .all {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.showcase .all .item {
  padding: 10px;
  border-radius: 6px;
}
.showcase .all .item .main {
  margin: 20px 0;
  border-radius: 6px;
}
.showcase .all .item .main img {
  border-radius: 6px;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 26px 30px -10px,
    rgba(0, 0, 0, 0.3) 0px 16px 10px -10px;
}
.showcase.appletv .all .item .main {
  margin-bottom: 10px;
}
.showcase.appletv .all .item .main img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 26px 30px -10px,
    rgba(0, 0, 0, 0.2) 0px 16px 10px -10px;
}
.showcase .all .item .brand {
  background: linear-gradient(rgb(48, 50, 62), rgb(30, 31, 42));
  border-radius: 6px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 26px 30px -10px,
    rgba(0, 0, 0, 0.5) 0px 16px 10px -10px;
}
.showcase .all .item .brand img {
  width: 125px;
}
.showcase .all .item .info .title {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.88);
}
.showcase .all .item .info .genre {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.56);
}
/* end content*/
/* more product */
.more-products {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.more-products a {
  text-decoration: none;
}
.product {
  display: flex;
  align-items: center;
  background-color: rgb(243, 243, 243);
  border-radius: 5px;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ddd;
}
.product .logo img {
  border-radius: 5px 0 0 5px;
}
.product .info {
  padding: 10px;
  padding-right: 30px;
}
.product .info .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.88);
}
.product .info .genre {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.56);
}

.product .info .duration {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0;
  margin-top: 1.8rem;
  color: rgba(0, 0, 0, 0.56);
}
/* how it works */

.how-it-works {
  margin-top: 5.5rem;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.how-it-works .how {
  flex-basis: 100%;
  display: flex;
  gap: 50px;
}
.how-it-works .how:nth-child(2) .image:nth-child(1) {
  order: 2;
}
.how-it-works .how:nth-child(4) .image:nth-child(1) {
  order: 2;
}
.how-it-works .how .title {
  font-size: 24px;
  font-weight: 700;
}
.how-it-works .how p {
  font-size: 17px;
  line-height: 34px;
  color: #67616e;
}
.how-it-works .how .image {
  flex-basis: 50%;
}
.how-it-works .how .image img {
  max-width: 400px;
}
.how-it-works .how .how-details {
  flex-basis: 50%;
  padding: 60px 30px;
}
.cta .checkout-btn {
  text-decoration: none;
  display: inline-block;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border-radius: 50px;
  background-color: var(--main-color);
  opacity: 0.9;
}
.cta .checkout-btn:hover {
  opacity: 1;
}
/* end how it works */

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  position: absolute;
  left: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2rem;
}

.faq-container .details-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin: 1rem 2rem;
}

.faq-container details {
  border: 1px solid #b9b9b9;
  font-size: 1rem;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  max-width: 500px;
}

.faq-container details .summary-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-container details:hover {
  cursor: pointer;
}

.faq-container details .summary-content {
  cursor: default;
  padding: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.faq-container details summary {
  list-style: none;
  padding: 1em;
  font-size: 1.05rem;
  padding-right: 40px;
}

.faq-container details summary:focus {
  outline: none;
}

.faq-container details summary:hover .summary-chevron-up svg {
  opacity: 1;
}

.faq-container details p {
  border-top: 1px solid #b9b9b9;
  padding: 1em;
  line-height: 28px;
  color: #2e2e2e;
}

.faq-container details .summary-chevron-up svg {
  opacity: 0.5;
  width: 20px;
  height: 20px;
}

.faq-container details .summary-chevron-up,
.faq-container details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  right: 1em;
  background: #ffffff;
}

.faq-container details .summary-chevron-up svg,
.faq-container details .summary-chevron-down svg {
  display: block;
}

.faq-container details[open] svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1275px) {
  .process-steps .process-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .process-steps .process-list .step {
    flex-basis: 40%;
    margin-bottom: 40px;
    flex-basis: 70%;
  }
}

@media (max-width: 960px) {
  .uk-h2.uk-h1\@s.uk-heading-d1\@m.uk-text-uppercase {
    font-size: 44px !important;
  }
  .blobs {
    justify-content: space-between;
  }
  .uk-container {
    padding: 8px;
  }
  .uk-panel.uk-overflow-hidden.uk-flex-middle {
    display: none;
  }
  .full-page .body {
    padding: 40px 10px;
  }
  .full-page .body .bubbles {
    justify-content: center;
    gap: 20px;
  }
  .full-page .body .bubbles .item {
    flex-basis: 45%;
  }
  .full-page .body .bubbles .item .title {
    font-size: 16px;
  }
  .full-page .body .bubbles .item .half .discount {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .how-it-works .how .image {
    order: 2;
    flex-basis: 100%;
  }
  .how-it-works .how .how-details {
    flex-basis: 100%;
    max-width: 500px;
    padding: 30px 15px;
  }
  .how-it-works .how .image img {
    width: 100%;
  }
  .how-it-works .how {
    flex-wrap: wrap-reverse;
    gap: 0;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  [data-css='tve-u-181fc63fb1d'] {
    max-width: 85% !important;
    --tve-applied-max-width: 85% !important;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
}
@media (max-width: 720px) {
  .blobs .sides .side {
    height: 100px;
    width: 100px;
  }
  .full-page .body .bubbles .item {
    flex-basis: auto;
    max-width: 450px;
    width: 100%;
  }
}

@media (max-width: 660px) {
  .process-steps .process-list .step {
    flex-basis: 100%;
    padding: 10px;
  }
  .blobs .sides .side {
    height: 80px;
    width: 80px;
  }
  .blobs {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .blobs .main-blob {
    order: 3;
  }
  .blobs .sides {
    margin: 5px;
  }
  .blobs .sides .side {
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .my-title-div {
    font-size: 26px !important;
  }
  .my-title-div .below-header {
    font-size: 20px !important;
  }
}

@media (max-width: 510px) {
  .uk-h2.uk-h1\@s.uk-heading-d1\@m.uk-text-uppercase {
    font-size: 38px !important;
  }
}

@media (max-width: 430px) {
  .checkout {
    max-width: 395px;
    padding: 15px 10px;
    margin: auto;
  }

  .checkout .checkout-btn,
  .checkout .demo-btn {
    font-size: 16px;
  }
  .blobs .sides .side {
    margin-bottom: 5px;
    height: 60px;
    width: 60px;
  }
  .uk-h2.uk-h1\@s.uk-heading-d1\@m.uk-text-uppercase {
    font-size: 32px !important;
  }
  #email {
    width: 200px;
  }
  .submit-email {
    padding: 10px;
  }
  .details {
    margin: 20px 0 0 20px;
  }
  .blob-head {
    margin: 20px 0 0 20px;
  }
  .mycontainer .price {
    font-size: 30px;
  }
}

@media (max-width: 370px) {
  .checkout {
    max-width: 275px;
  }
  #email {
    width: 165px;
  }
  .quantity .container p {
    margin: 0;
    font-size: 16px;
    color: #707070;
    padding: 5px 30px;
  }
}
