.cms-dynamic .margin-auto {
    margin: auto;
}

.cms-dynamic > .showcase {
    background-color: #f3f3f3;
    padding-top: 35px !important;
    background-size: cover;
    background-position: center bottom;
    box-sizing: border-box;
    min-height: 500px;
}

.cms-dynamic > .showcase .logo {
    padding-bottom: 35px;
}

/** Column widths for desktop **/

.cms-dynamic > .showcase .row.-one-column {
    width: 330px;
}

.cms-dynamic > .showcase .row.-two-columns {
    width: 770px;
}

.cms-dynamic > .showcase .row.-three-columns,
.cms-dynamic > .showcase .row.-four-columns {
    width: 1020px;
}

.cms-dynamic > .showcase .row.-four-columns.-reducePadding .col.text-center {
    padding: 0 5px;
}

.cms-dynamic > .showcase.-fullimage {
  background-position: center top;
}

.cms-dynamic .tile {
    padding-bottom: 5px;
}

.cms-dynamic .-striked {
    text-decoration: line-through;
}

.cms-dynamic .whiteBoxPrices {
    width: 29%;
    float: left;
    margin: 10px 10px 0 0;
}

.cms-dynamic .whiteBoxPrices .sub {
    color: #525253;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.cms-dynamic .whiteBoxPrices .price {
    font-size: 20px;
    color: #d40140;
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
}

.cms-dynamic .coupon .deal-title {
    font-size: .8em;
    font-weight: 700;
    text-align: left;
    margin: 0 0 5px 0;
}

.cms-dynamic .coupon .form-coupon {
    position: relative;
    margin-bottom: 5px;
}

.cms-dynamic .coupon .codeWrap {
    margin: 10px;
}

.cms-dynamic .coupon .expire-date {
    font-size: .8em;
    text-align: center;
    margin-top: 0;
}

.cms-dynamic .coupon .code {
  background-color: #fff;
  color: #35B2B6;
  font-size: 18px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px dashed #000;
  margin-bottom: 10px;
  padding: 6px 0;
  outline: none;
  box-sizing: border-box;
}

.cms-dynamic.picanova .coupon .code {
  color: #d08e3b;
}

.cms-dynamic .coupon .-copy:before {
  content: "";
  z-index: 1000;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 46%;
  bottom: -3px
}

.cms-dynamic .coupon .-copy:after {
  content: "copies";
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 700;
  left: 50%;
  bottom: -25px;
  margin-left: -54px;
  font-size: .8em;
  color: #989393;
  width: 72px;
  text-align: center;
  box-sizing: content-box;
}

.cms-dynamic .coupon .-copy:after {
  content: "copies";
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 700;
  left: 50%;
  bottom: -25px;
  margin-left: -54px;
  font-size: .8em;
  color: #989393;
  width: 72px;
  text-align: center;
  box-sizing: content-box;
}

/** Column View-specific CSS **/

.cms-dynamic.-columns {
  width: 100%;
  background-color: #f3f3f3;
  margin-top: 0;
}

.cms-dynamic.-columns .image {
  display: block;
}

.cms-dynamic.-columns .title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}

.cms-dynamic.-columns .upload-button {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  text-align: right;
}

.cms-dynamic.-columns .upload-button .-action {
  /* max-width: 190px; */
  color: #fff;
  background-color: #35b2b6;
}

.cms-dynamic.picanova.-columns .upload-button .-action {
  background-color: #d08e3b;
}

.cms-dynamic.-columns .upload-button.-noTable {
  display: block;
  text-align: right;
}

.desktop .-one-columns .upload-button .-action,
.desktop .-two-columns .upload-button .-action,
.desktop .-three-columns .upload-button .-action,
.desktop .-four-columns .upload-button .-action {
  max-width: 100%;
}

.desktop .-one-columns .upload-button.-noTable,
.desktop .-two-columns .upload-button.-noTable,
.desktop .-three-columns .upload-button.-noTable,
.desktop .-four-columns .upload-button.-noTable {
  margin: 10px 10% 20px 10%;
}

.cms-dynamic.-columns .upload-button:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+');
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  background-repeat: no-repeat;
  transform: scale(1.2);
  right: 20px;
}

.cms-dynamic.-columns.bestcanvas-se .upload-button:after {
  top: auto;
  right: 10px;
  bottom: 14px !important;
}


.cms-dynamic.-columns .description {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.cms-dynamic.-columns .features {
  padding: 0;
  list-style-type: none;
  width: fit-content;
  margin: 0 auto 20px auto;
  min-height: 75px;
  max-width: 300px;
  background: transparent;
}

.cms-dynamic.-columns .features li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}

.cms-dynamic.-columns .features li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 75'%3E%3Cpath fill='%23d40140' d='M62.75,9.625 C62.75,10.75 62.375,11.625 61.625,12.375 L32.375,41.5 L26.875,47 C26.125,47.75 25.25,48.125 24.125,48.125 C23,48.125 22.125,47.75 21.375,47 L15.875,41.5 L1.25,26.875 C0.5,26.125 0.125,25.25 0.125,24.125 C0.125,23 0.5,22.125 1.25,21.375 L6.75,15.875 C7.5,15.125 8.375,14.75 9.5,14.75 C10.625,14.75 11.5,15.125 12.25,15.875 L24.125,27.75 L50.625,1.25 C51.375,0.5 52.25,0.125 53.375,0.125 C54.5,0.125 55.375,0.5 56.125,1.25 L61.625,6.75 C62.375,7.625 62.75,8.5 62.75,9.625 L62.75,9.625 Z'/%3E%3C/svg%3E");
  content: '';
  top: 2px;
  width: 25px;
  height: 20px;
  background-size: 25px 25px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.cms-dynamic.-columns .features li:last-of-type {
  margin-bottom: 0;
}

.cms-dynamic.-columns .prices {
  display: block;
  justify-content: space-between;
  font-size: 18px;
  margin: 0 auto 10px auto;
}

.cms-dynamic.-columns .prices .column {
  font-size: 18px;
  width: 80px;
  margin-left: -10px;
  float: left;
}

.cms-dynamic.-columns .prices .column sup {
  top: -5px;
}

.cms-dynamic.-columns .prices .column.final sup {
  top: -10px;
  color: #D40140;
}

.cms-dynamic.-columns .prices .column.first {
  width: fit-content;
  padding: unset;
  margin-left: 5px;
  margin-right: 5px;
}

.cms-dynamic.-columns .prices .column.final {
  min-width: 60px;
  width: fit-content;
  padding: 0;
  margin: 0;
}

.cms-dynamic.-columns .prices.-noFinalPrice .column.final {
  min-width: unset;
}

.cms-dynamic.-columns .prices .column.last {
  padding: 0;
  width: fit-content;
  margin-right: 5px;
  padding: 0;
  margin-left: 5px;
}

.cms-dynamic.-columns .prices .column.last s {
  display: inline-block;
}

.cms-dynamic.-columns .prices .column.last sup {
  left: -3px;
}

.cms-dynamic.-columns .prices .column.first,
.cms-dynamic.-columns .prices .column.last {
  position: relative;
  top: 11px;
}

.cms-dynamic.-columns .prices .finalprice {
  font-size: 30px;
  font-weight: 700;
  color: #D40140;
}

.cms-dynamic.-columns .prices .formatCrossPriceWrap .format {
  margin-right: 5px;
}

.cms-dynamic.-columns .prices .formatCrossPriceWrap sup {
  top: 5px;
}

.cms-dynamic.-columns .formats {
  flex-direction: column;
  display: flex;
  margin: 0 0 5px 0;
  min-height: 85px;
  padding: 0;
  list-style-type: none;
}

.cms-dynamic.-columns .headline {
  font-size: 33px;
  line-height: 35px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.cms-dynamic.-columns .claim {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
  font-size: 1em;
  font-style: italic;
  line-height: 2;
}

/** Adjustment for 3 column layout **/
.cms-dynamic.-columns .row.-three-columns .prices {
  font-size: 18px;
}

.cms-dynamic.-columns .row.-three-columns .prices .column {
  font-size: 18px;
}

.cms-dynamic.-columns .row.-three-columns .prices .column.first {
  width: fit-content;
  margin-left: 5px;
  margin-right: 5px;
}

.cms-dynamic.-columns .row.-three-columns .prices .column.last {
  width: fit-content;
  margin-right: 5px;
  padding: 0;
  margin-left: 5px;
}

.cms-dynamic.-columns .row.-three-columns .prices .column.final {
  width: fit-content;
  padding: 0;
  margin: 0;
}

.cms-dynamic.-columns .row.-three-columns .prices .column.final .finalprice {
  font-size: 30px;
}
/** Adjustment for 4 column layout **/
.cms-dynamic.-columns .row.-four-columns .prices {
  font-size: 14px;
}

.cms-dynamic.-columns .row.-four-columns .prices .column {
  font-size: 14px;
}

.cms-dynamic.-columns .row.-four-columns .prices .column.first {
  width: fit-content;
  margin-left: 5px;
  margin-right: 5px;
}

.cms-dynamic.-columns .row.-four-columns .prices .column.last {
  width: fit-content;
  margin-right: 5px;
  padding: 0;
  margin-left: 5px;
}

.cms-dynamic.-columns .row.-four-columns .prices .column.final {
  width: fit-content;
  padding: 0;
  margin: 0;
}

.cms-dynamic.-columns .row.-four-columns .prices .column.final .finalprice {
  font-size: 23px;
}

.cms-dynamic.-columns .row.-four-columns .prices .column.first,
.cms-dynamic.-columns .row.-four-columns .prices .column.last {
  top: 8px;
}

/** Full-width Teaser-specific CSS **/

.cms-dynamic.-full-Width > .showcase > .body {
  width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cms-dynamic.-full-Width > .showcase > .body:before, 
.cms-dynamic.-full-Width > .showcase > .body:after {
  clear: both;
  content: " ";
  display: table
}

.cms-dynamic.-full-Width > .showcase .product {
  width: 50%;
  float: left;
  position: relative;
}

.cms-dynamic.-full-Width > .showcase .product .image.vHidden {
  display: none;
}


.cms-dynamic.-full-Width > .showcase .product .magnified-corner {
  top: -15px;
  left: -15px;
  position: absolute;
}

.cms-dynamic.-full-Width > .showcase .product > .badge {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  height: 92px;
  padding: 6px 15px 6px 5px;
  border: 2px solid #D40140;
  border-left-width: 1px;
  background-color: #D40140;
  font-size: inherit;
  position: absolute;
  right: 25px;
  top: 167px;
}

.cms-dynamic.-full-Width > .showcase .product > .badge:before, 
.cms-dynamic.-full-Width > .showcase .product > .badge:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -2px;
}

.cms-dynamic.-full-Width > .showcase .product > .badge:before {
  left: -26px;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  border-right: 26px solid #D40140;
}

.cms-dynamic.-full-Width > .showcase .product > .badge:after {
  left: -24px;
  top: 1px;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-right: 24px solid #D40140;
}

.cms-dynamic.-full-Width > .showcase .product > .badge > .price,
.cms-dynamic.-full-Width > .showcase .product > .badge > .size,
.cms-dynamic.-full-Width > .showcase .product > .badge > .sub {
  line-height: 16px;
}

.cms-dynamic.-full-Width > .showcase .product > .badge > .sub {
  font-size: 18px;
}

.cms-dynamic.-full-Width > .showcase .product > .badge > .size {
  font-size: 14px;
  max-width: 120px;
  margin: auto;
}

.cms-dynamic.-full-Width > .showcase .product > .badge > .price {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.cms-dynamic.-full-Width > .showcase .product > .badge > .sub sup {
  top: -0.5em;
}

.cms-dynamic.-full-Width > .showcase .product > .badge > .sub sub,
.cms-dynamic.-full-Width > .showcase .product > .badge > .sub sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.cms-dynamic.-full-Width > .showcase .info {
  float: left;
  box-sizing: border-box;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin-right: 12px;
  width: calc(50% - 45px);
  float: right;
}

.cms-dynamic.-full-Width > .showcase .info > .headline {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.038;
  margin-top: 0;
  margin-bottom: 5px;
}

.cms-dynamic.-full-Width > .showcase .info > .claim {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
  font-size: clamp(14px, .88em, 1em);
}

.cms-dynamic.-full-Width > .showcase .info > .smallprint,
.cms-dynamic.-full-Width > .showcase .info > .deal-condition {
  font-size: .88em;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.cms-dynamic.-full-Width > .showcase .info > .features {
  padding: 0;
  list-style-type: none;
  width: fit-content;
  margin-bottom: 20px;
  background: transparent;
}

.cms-dynamic.-full-Width > .showcase .info > .features li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
  line-height: normal;
}

.cms-dynamic.-full-Width > .showcase .info > .features li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 75'%3E%3Cpath fill='%23d40140' d='M62.75,9.625 C62.75,10.75 62.375,11.625 61.625,12.375 L32.375,41.5 L26.875,47 C26.125,47.75 25.25,48.125 24.125,48.125 C23,48.125 22.125,47.75 21.375,47 L15.875,41.5 L1.25,26.875 C0.5,26.125 0.125,25.25 0.125,24.125 C0.125,23 0.5,22.125 1.25,21.375 L6.75,15.875 C7.5,15.125 8.375,14.75 9.5,14.75 C10.625,14.75 11.5,15.125 12.25,15.875 L24.125,27.75 L50.625,1.25 C51.375,0.5 52.25,0.125 53.375,0.125 C54.5,0.125 55.375,0.5 56.125,1.25 L61.625,6.75 C62.375,7.625 62.75,8.5 62.75,9.625 L62.75,9.625 Z'/%3E%3C/svg%3E");
  content: '';
  top: 3px;
  width: 25px;
  height: 20px;
  background-size: 25px 25px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.cms-dynamic.-full-Width > .showcase .info > .features li:last-of-type {
  margin-bottom: 0;
}

.cms-dynamic.-full-Width > .showcase .info .hplogo {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 75' width='121' height='75' %3E%3Cpath fill='%230095d9' d='M64.836 69.596c16.793 0 30.4-14.437 30.4-32.243s-13.617-32.24-30.4-32.24c-.626 0-1.25.02-1.865.06L64.63 0h48.178c4.3 0 7.77 3.62 7.77 8.083v58.822c0 4.463-3.482 8.08-7.77 8.08H62.97l1.865-5.4M48.055 0H7.77C3.48 0 0 3.62 0 8.083v58.822c0 4.463 3.48 8.08 7.768 8.08h38.626l2.272-6C34.97 65.776 24.7 52.55 24.7 36.718c0-14.784 8.955-27.295 21.296-31.5L48.055 0' /%3E%3Cpath fill='%230095d9' d='M72.053 48.415h-4.056L75.62 27.01h4.06l-7.627 21.406m10.193-25.79h-13.15L50.445 75h8.08l7.947-22.318h8.083c1.787 0 4.04-.534 4.974-3.198l7.382-20.85c1.397-4.207-1.943-6.01-4.665-6.01z' /%3E%3Cpath fill='%230095d9' d='M61.914 29.304l-7.96 22.32h-8.008l8.756-24.562h-4.125l-8.756 24.562h-8.08L52.145.03h8.08L52.122 22.75h5.442c3.917 0 5.525 3.072 4.35 6.553'/%3E%3C/svg%3E");
  width: 29px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 29px 18px;
  vertical-align: bottom;
  margin-left: 0;
}

.cms-dynamic.-full-Width > .showcase .info .quotes {
  padding-left: 0px;
  padding-top: 15px;
  position: relative;
  margin-top: 0px;
  font-size: 12px;
}

.cms-dynamic.-full-Width > .showcase .info .quotes:before {
  display: none;
}

.cms-dynamic.-full-Width > .showcase .info .quotes .quote {
  margin: 1em;
}

.cms-dynamic.-full-Width > .showcase .info .quotes .quote .foot {
  font-size: 12px;
  margin-top: 12px;
}

.cms-dynamic.-full-Width > .showcase .info .quotes .quote .foot .stars {
  display: inline-block;
  width: 33%;
  height: 17px;
  margin-left: 1em;
}

.cms-dynamic.-full-Width > .showcase .info .quotes .quote .foot .from {
  display: inline-block;
  width: 48%;
  vertical-align: bottom;
}

.cms-dynamic.-full-Width > .showcase .info .quotes .quote .foot .date {
  display: block;
  font-weight: 700;
  float: right;
  clear: both;
}

.cms-dynamic.-full-Width > .showcase .info .quotes .deal-condition {
  font-size: .88em;
  text-align: center;
}

.cms-dynamic.-full-Width > .showcase .info .js-link {
  color: #fff;
  height: 57px;
  line-height: 57px;
  font-size: 22px;
  width: 100%;
  padding: 0 20px 0 10px;
  position: relative;
  background-color: #35b2b6;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  text-align: center;
}

.cms-dynamic.picanvoa.-full-Width > .showcase .info .js-link {
  background-color: #d08e3b;
}

.cms-dynamic.-full-Width > .showcase .info .js-link:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+');
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  background-repeat: no-repeat;
  transform: scale(1.9);
  right: 20px;
}

.cms-dynamic.-full-Width > .showcase .info .upload-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-top: 0;
}

.cms-dynamic.-full-Width > .showcase .info .filebutton {
  color: #fff;
  height: 55px;
  line-height: 57px;
  font-size: 22px;
  width: 100%;
  padding: 0 20px 0 10px;
  position: relative;
  background-color: #35b2b6;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  text-align: center;
}

.cms-dynamic.picanova.-full-Width > .showcase .info .filebutton {
  background-color: #d08e3b;
}

.cms-dynamic.-full-Width > .showcase .info .filebutton:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+');
  color: #fff;
  height: 18px;
  width: 11px;
  margin-left: 8px;
  right: 21px;
  margin-top: -9px;
  top: 50%;
  background-repeat: no-repeat;
}

.cms-dynamic.-full-Width > .showcase .info .js-link:hover,
.cms-dynamic.-full-Width > .showcase .info .filebutton:hover {
  background-color: #0D6A6D;
}

.cms-dynamic.-full-Width > .showcase .info .filebutton.fit {
  font-size: 15px;
  padding: 0 20px 0 10px;
}

@media screen and (min-width: 1920px) {
    .cms-dynamic > .showcase {
        background-size: auto;
        background-repeat: no-repeat;
    }

    .cms-dynamic > .-action {
      background-size: auto;
      background-repeat: no-repeat;
    }
}

/** PHONE ADJUSTMENTS **/
.cms-dynamic.-columns.phone .upload-button .-action {
    max-width: unset;
}

.cms-dynamic.-columns.phone .coupon .code {
  margin: 9px 0;
}

.cms-dynamic.-columns.phone > .showcase .row.-one-column,
.cms-dynamic.-columns.phone > .showcase .row.-two-columns,
.cms-dynamic.-columns.phone > .showcase .row.-three-columns,
.cms-dynamic.-columns.phone > .showcase .row.-four-columns {
    width: 100%;
}

.cms-dynamic.-columns.phone .features {
  margin: auto;
  max-height: 115px;
  min-height: auto;
}

/** Adjustment for mobile column layout **/
.cms-dynamic.-columns.phone .row .prices {
  font-size: 18px;
}

.cms-dynamic.-columns.phone .row .prices .column {
  font-size: 18px;
}

.cms-dynamic.-columns.phone .row .prices .column.first {
  width: fit-content;
  margin-left: 5px;
  margin-right: 5px;
}

.cms-dynamic.-columns.phone .row .prices .column.last {
  width: fit-content;
  margin-right: 5px;
  padding: 0;
  margin-left: 5px;
}

.cms-dynamic.-columns.phone .prices .column.first,
.cms-dynamic.-columns.phone .prices .column.last {
  position: relative;
  top: 8px;
}

.cms-dynamic.-columns.phone .row .prices .column.final {
  width: fit-content;
  padding: 0;
  margin: 0;
}

.cms-dynamic.-columns.phone .row .prices .column.final .finalprice {
  font-size: 28px;
}

.cms-dynamic.-columns.phone .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.phone .row.-four-columns .prices .column.last {
  top: 9px;
}

.cms-dynamic.-columns.phone .row.-four-columns .prices .column.final .finalprice {
  font-size: 30px;
}

.cms-dynamic.-full-Width.phone .whiteBoxPrices {
  margin: 0 10px 0 0;
}

.cms-dynamic.-full-Width.phone > .showcase {
  height: auto;
  padding-top: 15px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body {
  width: 98%;
}
.cms-dynamic.-full-Width.phone > .showcase > .body > .product {
  width: 100%;
  float: none;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product .image {
  box-sizing: border-box;
  max-width: 100%;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge {
  padding: 6px 3px 6px 2px;
  right: 0;
  top: 10px;
  bottom: auto;
  height: fit-content;
  border-left-width: unset;
  min-height: 102px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge:before {
  left: -28px;
  border-top: 54px solid transparent;
  border-bottom: 46px solid transparent;
  border-right: 27px solid #D40140;
  top: 0px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge:after {
  left: -26px;
  border-top: 57px solid transparent;
  border-bottom: 44px solid transparent;
  border-right: 24px solid #D40140;
  top: -2px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge .size {
  line-height: 17px;
  font-size: 15px;
  max-width: 100px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge .price {
  font-size: 28px;
  line-height: 30px;
}


.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge .sub {
  position: relative;
  top: 5px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge .text {
  font-size: 10px;
  line-height: 1;
}

.cms-dynamic.-full-Width.phone > .showcase .product > .badge.-noSize {
  min-height: 66px;
}

.cms-dynamic.-full-Width.phone > .showcase .product > .badge.-noSmallText {
  min-height: 85px;
}

.cms-dynamic.-full-Width.phone > .showcase .product > .badge.-noSize > .price {
  line-height: 26px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge.-noSize:before {
  left: -29px;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-right: 25px solid #D40140;
  top: -2px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge.-noSize:after {
  left: -29px;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-right: 26px solid #D40140;
  top: -2px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge.-noSmallText:before {
  left: -29px;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-right: 25px solid #D40140;
  top: -2px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .product > .badge.-noSmallText:after {
  left: -29px;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-right: 26px solid #D40140;
  top: -2px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info {
  float: none;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 15px;
  width: auto;
  margin: 10px;
  border-radius: 3px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info .headline {
  font-size: 20px;
  font-weight: 700;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info .features {
  background: 0 0;
  color: #4a4a4a;
  margin: 0 0 10px;
  display: table;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info .features li {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  list-style: none;
  line-height: 23px;
  margin-bottom: 0;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info .features li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 75'%3E%3Cpath fill='%23d40140' d='M62.75,9.625 C62.75,10.75 62.375,11.625 61.625,12.375 L32.375,41.5 L26.875,47 C26.125,47.75 25.25,48.125 24.125,48.125 C23,48.125 22.125,47.75 21.375,47 L15.875,41.5 L1.25,26.875 C0.5,26.125 0.125,25.25 0.125,24.125 C0.125,23 0.5,22.125 1.25,21.375 L6.75,15.875 C7.5,15.125 8.375,14.75 9.5,14.75 C10.625,14.75 11.5,15.125 12.25,15.875 L24.125,27.75 L50.625,1.25 C51.375,0.5 52.25,0.125 53.375,0.125 C54.5,0.125 55.375,0.5 56.125,1.25 L61.625,6.75 C62.375,7.625 62.75,8.5 62.75,9.625 L62.75,9.625 Z'/%3E%3C/svg%3E");
  content: '';
  top: 3px;
  width: 25px;
  height: 20px;
  background-size: 25px 25px;
  position: absolute;
  margin-left: 0;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info .filebutton {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.cms-dynamic.-full-Width.phone > .showcase > .body > .info .filebutton::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+');
  font-size: 16px;
  height: 40px;
  width: 6px;
  height: 9px;
  margin-top: -4px;
  right: 10px;
}

/** TABLET ADJUSTMENTS **/
.cms-dynamic.-columns.tablet .prices .column {
  font-size: 14px;
}

.cms-dynamic.-columns.tablet .code {
  font-size: 16px;
}

.cms-dynamic.-full-Width.tablet > .showcase {
  padding-top: 60px;
}

.cms-dynamic.-full-Width.tablet > .showcase > .product .image {
  max-width: 100%;
}

.cms-dynamic.-full-Width.tablet > .showcase > .product .badge {
  right: 0;
  top: 190px;
}

.cms-dynamic.-full-Width.tablet > .showcase > .body {
  width: 100%;
}

.cms-dynamic.tablet > .showcase .row.-three-columns,
.cms-dynamic.tablet > .showcase .row.-four-columns {
    width: 100%;
}

/** SHOP SPECIFIC ADJUSTMENTS **/

/** CanvasDiscount **/
.cms-dynamic.-columns.canvasdiscount .row.-four-columns .prices .column.final .finalprice {
  font-size: 25px;
}

/** Meinfoto **/
.cms-dynamic.-columns.meinfoto .prices .finalprice {
  font-size: 26px;
}

.cms-dynamic.-columns.meinfoto .prices .column.first,
.cms-dynamic.-columns.meinfoto .prices .column.last {
  position: relative;
  top: 7px;
}

.cms-dynamic.-columns.meinfoto .row.-three-columns .prices .column.final .finalprice {
  font-size: 28px;
}
.cms-dynamic.-columns.meinfoto .row.-four-columns .prices .column.final .finalprice {
  font-size: 18px;
}

.cms-dynamic.-columns.meinfoto .row.-three-columns .prices .column.first,
.cms-dynamic.-columns.meinfoto .row.-three-columns .prices .column.last {
  top: 9px;
}

.cms-dynamic.-columns.meinfoto .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.meinfoto .row.-four-columns .prices .column.last {
  top: 3px;
}

.cms-dynamic.-columns.meinfoto.phone .row.-four-columns .prices .column.final .finalprice {
  font-size: 30px;
}

.cms-dynamic.-columns.meinfoto.phone .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.meinfoto.phone .row.-four-columns .prices .column.last {
  top: 8px;
}

/** MeinXXL **/
.cms-dynamic.meinxxl {
  font-family: 'Ubuntu', sans-serif;
}

.cms-dynamic.meinxxl .row {
  margin: 0 auto;
}

.cms-dynamic.meinxxl .-span-3 {
  width: 25%;
}

.cms-dynamic.meinxxl .-span-4 {
  width: 33.33%;
}

.cms-dynamic.meinxxl .-span-6 {
  width: 50%;
}

.cms-dynamic.meinxxl .-span-12 {
  width: 100%;
}

.cms-dynamic.meinxxl .text-center {
  text-align: center;
}

.cms-dynamic.meinxxl .max-width {
  max-width: 100%;
}

.cms-dynamic.meinxxl .width100 {
  width: 100%;
}

.cms-dynamic.meinxxl .dFlex {
  display: flex;
}

.cms-dynamic.meinxxl .dFlexRow {
  flex-direction: row;
}

.cms-dynamic.meinxxl .dFlexColumn {
  flex-direction: column;
}

.cms-dynamic.meinxxl .dJustCenter {
  justify-content: center;
}

.cms-dynamic.meinxxl .coupon .deal-title {
  font-size: .9em;
}

.cms-dynamic.meinxxl .coupon .code {
  color: #D40140;
  border: 1px dashed #D40140;
}

.cms-dynamic.meinxxl.-columns .col.text-center {
  float: left;
  padding: 0 10px;
}

.cms-dynamic.meinxxl.-columns .prices .finalprice {
  color: #CC1717;
}

.cms-dynamic.meinxxl.-columns .headline {
  font-family: inherit;
}

.cms-dynamic.meinxxl.-columns .claim {
  font-style: normal;
}

.cms-dynamic.meinxxl.-columns .upload-button {
  float: right;
  /* max-width: 190px; */
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.cms-dynamic.meinxxl.-columns .upload-button:after {
  position: relative;
  top: -50%;
  left: 95%;
}

.cms-dynamic.meinxxl.-full-Width .upload-button {
  margin: 0;
  line-height: 57px;
  height: 55px;
  padding: 0 20px 0 10px;
}

.cms-dynamic.meinxxl.-full-Width .upload-button.fit {
  width: 68%;
}

.cms-dynamic.meinxxl.-full-Width .upload-button:after {
  content: '';
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+');
  color: #fff;
  height: 18px;
  width: 11px;
  margin-left: 8px;
  left: 95%;
  margin-top: -9px;
  top: -50%;
  background-repeat: no-repeat;
}

.cms-dynamic.meinxxl.-full-Width > .showcase > .body > .product > .badge {
  text-align: center;
  color: #fff;
  background: #cc1717;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.8);
  width: 140px;
  height: 140px;
  z-index: 200;
  position: absolute;
  right: 25px;
  top: 180px;
  line-height: 50px;
}

.cms-dynamic.meinxxl.-full-Width > .showcase .product > .badge > .size {
  line-height: 16px;
  font-size: 18px;
  display: block;
  position: relative;
  top: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.cms-dynamic.meinxxl.-full-Width > .showcase .product > .badge > .sub {
  font-weight: 500;
}

.cms-dynamic.meinxxl.-full-Width > .showcase .product > .badge:before,
.cms-dynamic.meinxxl.-full-Width > .showcase .product > .badge:after {
  display: none;
}

.cms-dynamic.meinxxl.-columns.phone .upload-button {
  max-width: unset;
}

.cms-dynamic.meinxxl.-full-Width.phone .upload-button.fit {
  width: 67%;
}

.cms-dynamic.meinxxl.-full-Width.phone > .showcase > .body > .product > .badge {
  width: 130px;
  height: 130px;
  right: 0;
  top: 0;
}

/** photosurtoile **/
.cms-dynamic.photosurtoile {
  font-family: 'Ubuntu', sans-serif;
}

.cms-dynamic.photosurtoile .row {
  margin: 0 auto;
}

.cms-dynamic.photosurtoile .-span-3 {
  width: 25%;
}

.cms-dynamic.photosurtoile .-span-4 {
  width: 33.33%;
}

.cms-dynamic.photosurtoile .-span-6 {
  width: 50%;
}

.cms-dynamic.photosurtoile .-span-12 {
  width: 100%;
}

.cms-dynamic.photosurtoile .text-center {
  text-align: center;
}

.cms-dynamic.photosurtoile .max-width {
  max-width: 100%;
}

.cms-dynamic.photosurtoile .width100 {
  width: 100%;
}

.cms-dynamic.photosurtoile .dFlex {
  display: flex;
}

.cms-dynamic.photosurtoile .dFlexRow {
  flex-direction: row;
}

.cms-dynamic.photosurtoile .dFlexColumn {
  flex-direction: column;
}

.cms-dynamic.photosurtoile .dJustCenter {
  justify-content: center;
}

.cms-dynamic.photosurtoile .coupon .deal-title {
  font-size: .9em;
}

.cms-dynamic.photosurtoile .coupon .code {
  color: #D40140;
  border: 1px dashed #D40140;
}

.cms-dynamic.photosurtoile.-columns .col.text-center {
  float: left;
  padding: 0 10px;
}

.cms-dynamic.photosurtoile.-columns .prices .finalprice {
  color: #CC1717;
}

.cms-dynamic.photosurtoile.-columns .headline {
  font-family: inherit;
}

.cms-dynamic.photosurtoile.-columns .claim {
  font-style: normal;
}

.cms-dynamic.photosurtoile.-columns .upload-button {
  float: right;
  /* max-width: 190px; */
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.cms-dynamic.photosurtoile.-columns .upload-button:after {
  position: relative;
  top: -50%;
  left: 95%;
}

.cms-dynamic.photosurtoile.-full-Width .upload-button {
  margin: 0;
  line-height: 57px;
  height: 55px;
  padding: 0 20px 0 10px;
}

.cms-dynamic.photosurtoile.-full-Width .upload-button.fit {
  width: 68%;
}

.cms-dynamic.photosurtoile.-full-Width .upload-button:after {
  content: '';
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+');
  color: #fff;
  height: 18px;
  width: 11px;
  margin-left: 8px;
  left: 95%;
  margin-top: -9px;
  top: -50%;
  background-repeat: no-repeat;
}

.cms-dynamic.photosurtoile.-full-Width > .showcase > .body > .product > .badge {
  text-align: center;
  color: #fff;
  background: #cc1717;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.8);
  width: 140px;
  height: 140px;
  z-index: 200;
  position: absolute;
  right: 25px;
  top: 180px;
  line-height: 50px;
}

.cms-dynamic.photosurtoile.-full-Width > .showcase .product > .badge > .size {
  line-height: 16px;
  font-size: 18px;
  display: block;
  position: relative;
  top: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.cms-dynamic.photosurtoile.-full-Width > .showcase .product > .badge > .sub {
  font-weight: 500;
}

.cms-dynamic.photosurtoile.-full-Width > .showcase .product > .badge:before,
.cms-dynamic.photosurtoile.-full-Width > .showcase .product > .badge:after {
  display: none;
}

.cms-dynamic.photosurtoile.-columns.phone .upload-button {
  max-width: unset;
}

.cms-dynamic.photosurtoile.-full-Width.phone .upload-button.fit {
  width: 67%;
}

.cms-dynamic.photosurtoile.-full-Width.phone > .showcase > .body > .product > .badge {
  width: 130px;
  height: 130px;
  right: 0;
  top: 0;
}

/** CanvasOnSale **/
.cms-dynamic.canvasonsale.-columns .filebutton {
  background-image: linear-gradient(#e60042,#c50039);
}

.cms-dynamic.canvasonsale.-columns .upload-button .-action {
  background-image: linear-gradient(#e60042,#c50039);
  background-color: unset;
}

.cms-dynamic.canvasonsale .coupon .code {
  color: #086BAF;
}

.cms-dynamic.canvasonsale.-columns .prices .finalprice {
  color: #086BAF;
}

.cms-dynamic.canvasonsale.-columns .features li {
  padding-left: 25px;
}

.cms-dynamic.canvasonsale.-columns .features li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='49' viewBox='0 0 64 49' %3E%3Cpath d='M62.75 9.625c0 1.125-.375 2-1.125 2.75L26.875 47c-.75.75-1.625 1.125-2.75 1.125s-2-.375-2.75-1.125L1.25 26.875C.5 26.125.125 25.25.125 24.125s.375-2 1.125-2.75l5.5-5.5c.75-.75 1.625-1.125 2.75-1.125s2 .375 2.75 1.125L24.125 27.75l26.5-26.5C51.375.5 52.25.125 53.375.125s2 .375 2.75 1.125l5.5 5.5c.75.875 1.125 1.75 1.125 2.875z' fill-rule='evenodd' fill='%23E60042'/%3E%3C/svg%3E");
  width: 25px;
  height: 20px;
  background-size: 20px 25px;
  background-repeat: no-repeat;
}

.cms-dynamic.canvasonsale.-full-Width>.showcase .product>.badge {
  position: absolute;
  right: 25px;
  top: 167px;
  text-align: center;
  color: #fff;
  background-color: #086BAF;
  border: 2px solid #086BAF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 15px;
}

.cms-dynamic.canvasonsale.-full-Width>.showcase .product>.badge .size {
  font-size: 17px;
}

.cms-dynamic.canvasonsale.-full-Width>.showcase .product>.badge .price {
  font-size: 21px;
  line-height: 30px;
  position: relative;
  left: -7px;
}

.cms-dynamic.canvasonsale.-full-Width>.showcase .product>.badge .sub {
  font-size: 16px;
}

.cms-dynamic.canvasonsale.-full-Width > .showcase .product > .badge:before,
.cms-dynamic.canvasonsale.-full-Width > .showcase .product > .badge:after {
  display: none;
}

.cms-dynamic.canvasonsale.-full-Width .whiteBoxPrices .price {
  color: #086BAF;
}

.cms-dynamic.canvasonsale.-full-Width > .showcase .info .filebutton {
  background-image: linear-gradient(#e60042,#c50039);
}

.cms-dynamic.canvasonsale.-full-Width > .showcase .info > .features li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='49' viewBox='0 0 64 49' %3E%3Cpath d='M62.75 9.625c0 1.125-.375 2-1.125 2.75L26.875 47c-.75.75-1.625 1.125-2.75 1.125s-2-.375-2.75-1.125L1.25 26.875C.5 26.125.125 25.25.125 24.125s.375-2 1.125-2.75l5.5-5.5c.75-.75 1.625-1.125 2.75-1.125s2 .375 2.75 1.125L24.125 27.75l26.5-26.5C51.375.5 52.25.125 53.375.125s2 .375 2.75 1.125l5.5 5.5c.75.875 1.125 1.75 1.125 2.875z' fill-rule='evenodd' fill='%23E60042'/%3E%3C/svg%3E");
  width: 25px;
  height: 20px;
  background-size: 20px 25px;
  background-repeat: no-repeat;
  top: 0;
}

.cms-dynamic.canvasonsale.phone.-full-Width>.showcase .product>.badge .size {
  font-size: 17px;
  max-width: 60px;
}

/** MPUK **/
.cms-dynamic.-columns.mypictureuk .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.mypictureuk .row.-four-columns .prices .column.last {
  top: 6px;
}

.cms-dynamic.-columns.mypictureuk .row.-four-columns .prices .column.final .finalprice {
  font-size: 21px;
}


/** Monoeuvre, Stampa, BCNL **/
.cms-dynamic.-columns.monoeuvre .row.-four-columns .prices .column.final .finalprice,
.cms-dynamic.-columns.stampa .row.-four-columns .prices .column.final .finalprice,
.cms-dynamic.-columns.bestecanvasnl .row.-four-columns .prices .column.final .finalprice {
  font-size: 18px;
}

.cms-dynamic.-columns.monoeuvre .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.monoeuvre .row.-four-columns .prices .column.last,
.cms-dynamic.-columns.stampa .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.stampa .row.-four-columns .prices .column.last,
.cms-dynamic.-columns.bestecanvasnl .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.bestecanvasnl .row.-four-columns .prices .column.last {
  top: 3px;
}

.cms-dynamic.-columns.monoeuvre.phone .row.-four-columns .prices .column.final .finalprice,
.cms-dynamic.-columns.stampa.phone .row.-four-columns .prices .column.final .finalprice,
.cms-dynamic.-columns.bestecanvasnl.phone .row.-four-columns .prices .column.final .finalprice {
  font-size: 30px;
}

.cms-dynamic.-columns.monoeuvre.phone .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.monoeuvre.phone .row.-four-columns .prices .column.last,
.cms-dynamic.-columns.stampa.phone .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.stampa.phone .row.-four-columns .prices .column.last,
.cms-dynamic.-columns.bestecanvasnl.phone .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.bestecanvasnl.phone .row.-four-columns .prices .column.last {
  top: 9px;
}

/** BCCA **/
.cms-dynamic.-columns.bestcanvasca .prices .finalprice {
  font-size: 26px;
}

.cms-dynamic.-columns.bestcanvasca .prices .column.first,
.cms-dynamic.-columns.bestcanvasca .prices .column.last {
  position: relative;
  top: 6px;
}

.cms-dynamic.-columns.bestcanvasca .row.-three-columns .prices .column.first,
.cms-dynamic.-columns.bestcanvasca .row.-three-columns .prices .column.last {
  top: 9px;
}

.cms-dynamic.-columns.bestcanvasca .row.-four-columns .prices .column.final .finalprice {
  font-size: 19px;
}

.cms-dynamic.-columns.bestcanvasca .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.bestcanvasca .row.-four-columns .prices .column.last {
  top: 3px;
}

.cms-dynamic.-columns.bestcanvasca.phone .prices .formatCrossPriceWrap sup {
  top: 7px;
}

.cms-dynamic.-columns.bestcanvasca.phone .row.-four-columns .prices .column.final .finalprice {
  font-size: 30px;
}

.cms-dynamic.-columns.bestcanvasca.phone .row.-four-columns .prices .column.first,
.cms-dynamic.-columns.bestcanvasca.phone .row.-four-columns .prices .column.last {
  top: 9px;
}

.cms-dynamic .stockCounter {
  font-size: 25px;
}

.cms-dynamic .stockCounter #stockProducts {
  font-weight: 700;
  color: #d40140;
}

.cms-dynamic.phone .stockCounter {
  font-size: 20px;
}