#masthead,
body {
  background-color: #fff;
}
.selected-line::before,
.trodat-customiser-wrapper.temporarily-disabled .customiser-header {
  opacity: 0;
  pointer-events: none;
}
body {
  font-family: Montserrat, sans-serif;
}
body > * {
  max-width: 1920px;
  margin: auto;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}
.max-width-container {
  max-width: 1175px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/* #content {
margin-top: 125px;
} */
body.home #content {
  margin-top: 100px;
}
.show-logged-out,
body.logged-in .show-logged-in {
  display: inline-block;
}
.entry-footer,
.main-navigation .show-logged-in,
body.logged-in .show-logged-out {
  display: none;
}
.entry-title {
  color: #ed3338;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  box-shadow: 0px 2px 13px 0px #cacaca;
}
#masthead .max-width-container {
  position: relative;
  height: 100%;
}
.site-branding {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 1;
}
.site-branding * {
  display: block;
}
#site-navigation {
  float: none;
  position: absolute;
  top: 27px;
  right: 0;
  width: 100%;
  text-align: right;
}
#site-navigation .ccs-contact-btn-nav a {
  padding: 10px 20px;
}
.main-navigation li {
  float: none;
  display: inline-block;
  margin-left: 20px;
}
.main-navigation li .sub-menu li {
  margin-left: 0px;
}
.main-navigation li li {
  background-color: #fff;
  text-align: left;
}
.main-navigation li a {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
}
.main-navigation li a:hover,
.main-navigation li.menu-item-398 a {
  color: #ed3338;
}
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: #ed3338;
  font-weight: 500;
}
.cart-menu-item a {
  position: relative;
  z-index: 1;
}
.trodat-cart-count {
  position: absolute;
  background-color: #ed3338;
  color: #fff;
  font-size: 11px;
  display: block;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  top: 2px;
  right: -1px;
}
.trodat-customiser {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
.trodat-customiser::before {
  content: "";
  position: absolute;
  background-color: #ebebeb;
  width: 100vw;
  height: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.trodat-customiser-wrapper {
  border: 5px solid #ed3338;
  position: relative;
  padding: 50px 50px 0;
  -webkit-transition: border-color 0.2s ease-out 0s;
  -ms-transition: border-color 0.2s ease-out 0s;
  -o-transition: border-color 0.2s ease-out 0s;
  transition: border-color 0.2s ease-out 0s;
}
.trodat-customiser-wrapper.temporarily-disabled {
  border-color: #002157;
}
.customiser-header {
  background-color: #002157;
  color: #fff;
  border-radius: 50px;
  height: 100px;
  position: absolute;
  padding: 0 50px;
  width: 95%;
  left: 2.5%;
  top: -52px;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
body:not(.home) .hidden-customiser .customiser-header,
body:not(.home) .hidden-customiser .product-counter,
body:not(.home) .hidden-customiser .shape-selector {
  display: none;
}
body:not(.home) .hidden-customiser .trodat-customiser-wrapper {
  background-color: #ebebeb;
  padding-top: 15px;
}
.customiser-header .left {
  float: left;
  width: 30%;
  height: 100px;
}
.customiser-header h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 28px;
  text-align: right;
}
.customiser-header .left p {
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 300;
  margin-bottom: 0;
}
.customiser-header .right {
  width: 70%;
  float: left;
  height: 100px;
}
.customiser-header ul {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  text-align: center;
}
.customiser-header li {
  display: inline-block;
  border: 2px solid #fff;
  background-color: #002157;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  width: 125px;
  margin: 0 5px;
  letter-spacing: 1px;
  cursor: pointer;
}
.customiser-header li.active,
.customiser-header li:hover {
  color: #002157;
  background-color: #fff;
}
.trodat-customiser-wrapper > .left {
  width: calc(100% - 436px);
  float: left;
  padding-top: 35px;
  padding-right: 25px;
}
.trodat-customiser-wrapper > .right {
  float: right;
  padding-top: 35px;
  position: relative;
  padding-bottom: 120px;
}
.trodat-customiser-wrapper > .customiser-header[data-type="badge"] ~ .right {
  padding-bottom: 150px;
}
body:not(.home) .hidden-customiser .trodat-customiser-wrapper > .right {
  padding-top: 10px;
  padding-bottom: 0;
}
body:not(.home) .hidden-customiser .trodat-customiser-wrapper > .left {
  padding-top: 10px;
}
.font-family-selector,
.font-size-selector {
  float: left;
  position: relative;
}
.font-family-selector {
  margin-left: 5px;
}
.customised-ink-pad-colour {
  position: relative;
  display: block;
  float: left;
  margin-top: 4px;
  margin-left: 5px;
}
.customised-name-badge-colour {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-left: 5px;
  display: none;
}
.canvas-zoom-wrapper select,
.customised-ink-pad-colour select,
.customised-name-badge-colour select,
.font-families,
.font-sizes {
  border: 1px solid #000;
  width: 65px;
  font-size: 13px;
  height: 25px;
  font-family: Montserrat;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
}
.canvas-zoom-wrapper select {
  border-width: 0;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}
.font-sizes {
  width: 65px;
}
.font-families {
  width: 150px;
}
.canvas-zoom-wrapper::after,
.customised-ink-pad-colour::after,
.customised-name-badge-colour::after,
.font-family-selector::after,
.font-size-selector::after {
  content: "v";
  font-weight: 700;
  color: #ed3338;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.font-style-button,
.text-aligner i {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  height: 25px;
  width: 25px;
  text-align: center;
}
.font-style-block {
  margin-left: 5px;
  float: left;
}
.font-style-button {
  line-height: 23px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.font-style-button.bold {
  font-weight: 700;
}
.font-style-button.italic {
  font-style: italic;
  font-family: Times New Roman;
}
.font-style-button.underline {
  text-decoration: underline;
}
.text-aligner {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.text-aligner i {
  line-height: 24px;
  font-weight: 0;
}
.font-style-button.active,
.font-style-button:hover,
.text-aligner.active i,
.text-aligner:hover i {
  background-color: #ed3338;
  color: #fff;
  border-color: #ed3338;
}
.customiser-textarea {
  position: relative;
  margin-top: 5px;
}
.selected-line {
  position: absolute;
  border-left: 12px solid #ed3338;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 0;
  left: -6px;
  -webkit-transition: top 0.3s ease-out 0s;
  -ms-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
  z-index: 3;
}
.selected-line::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 610px;
  left: -6px;
  background-color: #000;
  top: -10px;
}
.customiser-textarea textarea {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
  border-color: #fff;
  resize: none;
  height: 200px;
  padding: 15px;
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
}
.canvas-wrapper::after,
.text-block .customiser-textarea::after {
  right: 10px;
  font-size: 10px;
  color: #929292;
  font-weight: 600;
  letter-spacing: 2px;
}
.customiser-textarea.line-highlight .selected-line {
  border-color: transparent;
  z-index: 1;
}
.customiser-textarea.line-highlight .selected-line::before {
  opacity: 1;
}
.customiser-textarea.line-highlight {
  overflow: hidden;
}
.customiser-textarea.line-highlight textarea {
  background-color: rgba(255, 255, 255, 0.9);
}
#text-block-1 .customiser-textarea::after {
  content: "TEXT ABOVE";
}
#text-block-2 .customiser-textarea::after {
  content: "TEXT BELOW";
}
.text-block .customiser-textarea::after {
  position: absolute;
  bottom: 10px;
}
.canvas-wrapper,
.stamp-wrapper {
  position: relative;
  overflow: hidden;
}
.canvas-wrapper {
  width: 435px;
  min-height: 230px;
  background-color: #f6f6f6;
  padding: 35px 25px;
  margin-bottom: 5px;
}
#preview,
.stamp-wrapper {
  background-color: #fff;
  margin: auto;
}
.stamp-wrapper {
  padding: 5px;
  box-shadow: 0 0 2px 0 #ccc;
}
.stamp-wrapper[data-circular="true"] {
  border-radius: 100%;
}
body:not(.home) .stamp-wrapper {
  outline: 0;
  box-shadow: 0 0 2px 0 #ccc;
}
#preview {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#circular,
.canvas-zoom-wrapper {
  left: 0;
  top: 0;
  position: absolute;
}
#circular {
  display: none;
}
#circular.active {
  display: block;
}
.canvas-zoom-wrapper {
  cursor: pointer;
  z-index: 9;
  display: none;
}
.canvas-wrapper::after {
  content: "PREVIEW";
  position: absolute;
  top: 10px;
}
.pdf-preview {
  background-color: #002157;
  color: #fff;
  border: 2px solid #002157;
  width: 300px;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}
.hidden-customiser .pdf-preview {
  margin-bottom: 5px;
}
.pdf-preview i {
  margin-right: 10px;
}
.pdf-preview:hover {
  background-color: #fff;
  color: #002157;
}
.product-counter {
  position: absolute;
  bottom: 165px;
  right: 15px;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #929292;
  text-transform: uppercase;
}
.trodat-customiser-wrapper > .customiser-header[data-type="badge"] ~ .right .product-counter {
  bottom: 195px;
}
.product-counter a {
  color: #929292;
}
.product-counter a:hover {
  color: #ed3338;
}
.product-counter span {
  color: #000;
  font-weight: 700;
}
.customiser-logo-buttons {
  font-size: 12px;
}
.customiser-logo-buttons > div {
  float: left;
  background-color: transparent;
  padding: 4px 5px 4px 25px;
  margin-right: 5px;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  height: 28px;
}
.customiser-logo-buttons > div:hover {
  background-color: #fff;
}
.logo-explanatory {
  display: block;
  float: left;
  line-height: 25px;
  margin-top: 5px;
  font-size: 9px;
  font-style: italic;
  margin-right: 10px;
  color: #777;
}
.customiser-logo-buttons[data-logo="true"] .customiser-logo-upload,
.customiser-logo-buttons[data-logo="true"] .logo-explanatory,
.customiser-logo-change,
.customiser-logo-remove {
  display: none;
}
.customiser-logo-upload {
  margin-right: 0 !important;
}
.customiser-add-date.disabled,
.customiser-logo-buttons.disabled > * {
  pointer-events: none;
  opacity: 0.5;
  display: none;
}
.customiser-logo-buttons i {
  border: 1px solid #000;
  width: 15px;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 16px;
  text-align: center;
  line-height: 13px;
}
.customiser-logo-buttons[data-logo="true"] .customiser-logo-change,
.customiser-logo-buttons[data-logo="true"] .customiser-logo-remove {
  display: block;
}
.customiser-add-date {
  font-size: 13px;
  background-color: transparent;
  float: left;
  padding: 4px 5px 4px 30px;
  position: relative;
  margin-top: 2px;
  line-height: 20px;
  height: 28px;
  cursor: pointer;
  display: none;
}
.customiser-add-date:hover {
  background-color: #fff;
}
.customiser-add-date span {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
}
.customiser-add-date span::after,
.customiser-add-date span::before {
  content: "";
  height: 2px;
  background-color: #ed3338;
  position: absolute;
}
.customiser-add-date span::before {
  top: 6px;
  left: 0;
  width: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customiser-add-date span::after {
  width: 17px;
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.customiser-add-date span::after,
.customiser-add-date span::before {
  display: none;
}
.customiser-add-date.active span::after,
.customiser-add-date.active span::before {
  display: block;
}
#text-block-2 {
  margin-top: 4px;
  display: none;
  padding-bottom: 25px;
}
.customised-ink-pad-colour.name-badge-text-colour,
.customiser-header[data-type="badge"] + .left .customised-ink-pad-colour.stamp-text-colour,
.customiser-header[data-type="badge"] + .left .customiser-add-date,
.customiser-header[data-type="badge"] + .left .shape-selector,
.customiser-header[data-type="embosser"] + .left .customised-ink-pad-colour,
.customiser-header[data-type="embosser"] + .left .customiser-add-date,
.customiser-header[data-type="embosser"] + .left .customiser-label.text-colour,
.customiser-header[data-type="embosser"] + .left .customiser-logo-buttons,
.customiser-header[data-type="embosser"] + .left .shape-selector {
  display: none;
}
.customiser-header[data-type="badge"] + .left .customised-ink-pad-colour.name-badge-text-colour,
.customiser-header[data-type="badge"] + .left .customised-name-badge-colour,
.customiser-header[data-type="badge"] + .left .customiser-label.badge-colour {
  display: inline-block;
}
.add-final-to-cart,
.continue-to-customiser,
.done-editing {
  padding: 25px;
}
.continue-to-customiser {
  width: 1065px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.customiser-header[data-type="date-stamp"] ~ .right .continue-to-customiser {
  width: 100%;
}
.add-final-to-cart a,
.continue-to-customiser a,
.done-editing a {
  background-color: #ed3338;
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 40px;
  border-radius: 20px;
  padding: 0;
  text-align: center;
  max-width: 500px;
  margin: auto;
  font-weight: 500;
  letter-spacing: 1px;
}
.add-final-to-cart a:hover,
.continue-to-customiser a:hover,
.done-editing a:hover {
  background-color: #002157;
}
.continue-to-customiser.disabled a {
  background-color: #999;
  pointer-events: none;
}
.continue-to-customiser a::after {
  content: "Don't forget to change your font size to fit your text area";
  position: absolute;
  display: inline-block;
  color: #777;
  font-size: 12px;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.add-final-to-cart + .continue-to-customiser,
.hidden-customiser .continue-to-customiser a::after {
  display: none;
}
body.post-type-archive-product .continue-to-customiser {
  position: static;
}
.add-final-to-cart.disabled + .continue-to-customiser {
  display: block;
  width: 50%;
  float: left;
}
.add-final-to-cart.disabled {
  width: 50%;
  float: left;
  position: relative;
}
.add-final-to-cart.disabled::before {
  content: "Content can't fit inside selected product size. Choose new product, or try adjusting your font sizes.";
  position: absolute;
  top: 95px;
  left: 10px;
  width: 200%;
  text-align: center;
  font-size: 14px;
  background-color: #002157;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
}
.customiser-reset-content,
.tdlb-wrapper {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.add-final-to-cart.disabled a {
  background-color: #999;
  pointer-events: none;
  margin-right: 0;
  opacity: 0.5;
}
.add-final-to-cart.disabled + .continue-to-customiser a {
  margin-left: 0;
}
.customiser-reset-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002157;
  color: #fff;
  text-align: center;
  display: none;
  z-index: 4;
}
.customiser-reset-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  max-width: 100%;
}
.customiser-reset-content h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.customiser-reset-content p {
  font-size: 13px;
}
.customiser-reset-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customiser-reset-content li {
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 10px;
}
.customiser-reset-content li a {
  color: #ed3338;
  height: 50px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  width: 150px;
  padding-top: 8px;
}
.customiser-reset-content li .customer-reset-addtocart-link {
  padding-top: 18px;
}
.customiser-reset-content li a:hover {
  background-color: #ed3338;
  color: #fff;
}
#text-block-1.circular-active #text-area-1 {
  height: 150px;
}
.customised-circular-text-block {
  position: relative;
  z-index: 9;
  margin-top: 1px;
  display: none;
}
#text-block-1.circular-active + .customised-circular-text-block {
  display: block;
}
.customiser-label.circular-text-input-label {
  width: 100px;
  float: left;
  margin-top: 3px;
}
.customised-circular-text-block .circular-text-input {
  width: calc(100% - 100px);
  float: left;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  margin-top: 3px;
}
.td-lightbox,
.tdlb-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#text-block-1.stop-alignment .text-aligner i {
  background-color: #444 !important;
  border-color: transparent !important;
  pointer-events: none;
  opacity: 0.5;
  color: #000;
}
.td-lightbox {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  display: none;
}
.tdlb-overlay {
  position: absolute;
}
.td-loader,
.tdlb-wrapper {
  top: 50%;
  left: 50%;
  position: absolute;
}
.tdlb-wrapper {
  width: 95%;
  background-color: #ebebeb;
  max-width: 600px;
  transform: translate(-50%, -50%);
  padding: 25px;
}
.tdlb-content {
  background-color: #fff;
}
.td-loader {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 87, 0.9);
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.td-loader i {
  font-size: 80px;
  color: #ed3338;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.tdlb-close {
  position: absolute;
  left: 100%;
  top: 0;
  height: 36px;
  width: 36px;
  background-color: var(--color-red);
  cursor: pointer;
}
.tdlb-close:hover {
  background-color: #002157;
}
.tdlb-close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 17px;
  left: 8px;
}
.tdlb-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tdlb-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.allowed-files p {
  margin: 0;
  text-align: center;
  font-size: 14px;
}
.allowed-files p:first-child {
  background-color: #ed3338;
  color: #fff;
  padding: 5px;
}
.allowed-files p:nth-child(2) {
  font-style: italic;
  line-height: 1em;
  font-size: 12px;
}
.allowed-files p:last-child {
  color: #002157;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1em;
  padding-top: 10px;
}
.example-images {
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}
.example-images img {
  max-width: 80%;
}
.tdc-box__dragndrop,
.tdc-box__error,
.tdc-box__success,
.tdc-box__uploading {
  display: none;
}
.tdc-box.has-advanced-upload {
  background-color: #fff;
  outline: #ed3338 dashed 2px;
  outline-offset: -10px;
}
.tdc-box.has-advanced-upload .tdc-box__dragndrop {
  display: inline;
}
.tdc-box.is-dragover {
  background-color: grey;
}
.tdc-box.has-advanced-upload #tdc-box-file,
.tdc-box.has-advanced-upload .tdc-box__button {
  display: none;
}
.tdc-box__input {
  padding: 100px 25px;
  text-align: center;
}
.tdc-box__input strong {
  color: #fff;
  background-color: #002157;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.tdc-box__input strong:hover {
  background-color: #ed3338;
}
.customiser-label {
  color: #002157;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
}
.customiser-label.text-block-label.one span span {
  display: none;
}
.customiser-label.text-block-label {
  margin-bottom: 5px;
}
.customiser-label.text-colour {
  display: block;
  float: left;
  margin-top: 4px;
  line-height: 25px;
}
.customiser-label.badge-colour {
  display: none;
  float: left;
  margin-top: 4px;
  line-height: 25px;
}
.customiser-label.text-block-label.two {
  margin-top: 10px;
  display: none;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.customiser-header[data-type="date-stamp"]
  + .left
  .customiser-label.text-block-label.one
  span
  span {
  display: inline;
}
.customiser-header[data-type="date-stamp"] + .left .customiser-label.text-block-label.two {
  display: block;
}
.customiser-label.shape-selector-label,
.single-shape-selector {
  display: inline-block;
  margin-right: 10px;
}
.single-shape-selector {
  color: #002157;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 15px;
  border: 2px solid #002157;
}
.single-shape-selector.active,
.single-shape-selector:hover {
  background-color: #002157;
  color: #fff;
}
.icon-intro {
  margin-top: 10px;
  margin-bottom: 20px;
}
.icon-intro ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-intro ul li {
  width: 25%;
  position: relative;
  font-weight: 700;
  color: #002157;
  font-size: 40px;
}
.icon-intro ul li:nth-child(n + 2)::after,
.icon-intro ul li:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  background-color: #ed3338;
  height: 8px;
  width: 20px;
  right: 107%;
  border-radius: 10px;
}
.icon-intro ul li:nth-child(n + 2)::before {
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-intro ul li:nth-child(n + 2)::after {
  top: 31px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-intro ul li img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.home-page-content,
.home-page-left,
.home-page-text {
  position: relative;
}
.icon-intro ul li:nth-child(1) {
  width: 22%;
  padding-left: 35px;
}
.icon-intro ul li:nth-child(2) {
  width: 27%;
  padding-left: 46px;
}
.icon-intro ul li:nth-child(3) {
  width: 22%;
  padding-left: 40px;
}
.icon-intro ul li:nth-child(4) {
  width: 18%;
  padding-left: 38px;
}
.home-page-left {
  z-index: 2;
}
.home-page-text {
  padding: 25px;
  width: 500px;
}
.home-page-text::after,
.home-page-text::before {
  position: absolute;
  content: "";
}
.home-page-text::after {
  border: 5px solid #ed3338;
  height: 100%;
  width: 200%;
  top: 0;
  right: -25px;
}
.home-page-text::before {
  top: -25px;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: calc(100% + 50px);
}
.home-page-text *,
.home-page-text a {
  position: relative;
}
.home-page-left .max-width-container {
  padding: 25px 0;
}
.home-page-text > :first-child {
  font-size: 24px;
  color: #ed3338;
}
.home-page-text p {
  font-size: 14px;
  color: #000;
}
.home-page-text a {
  background-color: #002157;
  color: #fff;
  padding: 5px 25px;
  z-index: 1;
}
.home-page-text a:hover,
.product-type-customise {
  background-color: #ed3338;
}
.home-page-right,
.overflowing-image {
  position: absolute;
  right: 0;
  height: 100%;
}
.home-page-right {
  top: 0;
  width: 50%;
  z-index: 11;
}
.overflowing-image {
  top: 70px;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.example-impression,
.product-type {
  background-size: contain;
  background-repeat: no-repeat;
}
.overflowing-image video {
  max-width: 680px;
}
.product-type {
  height: 200px;
  border: 2px solid #ccc;
  width: calc(50% - 12px);
  text-align: right;
  padding: 25px;
  position: relative;
  float: left;
  margin-bottom: 24px;
  background-position: top left;
}
.product-type.name-badges {
  background-image: url(/wp-content/uploads/2019/02/new-namebadge.jpg);
}
.product-type.date-stamps {
  background-image: url(/wp-content/uploads/2019/02/new-date-stamps.jpg);
}
.product-type.stamps {
  background-image: url(/wp-content/uploads/2019/02/new-stamps.jpg);
}
.product-type.embossers {
  background-image: url(/wp-content/uploads/2019/02/new-embosser.jpg);
}
.product-type:nth-child(2n + 2) {
  margin-left: 24px;
}
.product-type-content {
  position: absolute;
  width: calc(100% - 50px);
  right: 25px;
  bottom: 25px;
}
.product-type h2 {
  margin: 0;
  line-height: 1.1em;
  color: #002157;
  font-size: 28px;
}
.product-type-customise {
  display: block;
  width: 100px;
  margin-left: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 25px;
}
.product-type a,
.product-type-customise:hover {
  background-color: #002157;
}
.product-type a {
  color: #fff;
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-top: 10px;
}
.product-type a:hover {
  background-color: #ed3338;
}
.trodat-customised-options-available {
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: #002157;
  text-align: center;
  margin-bottom: 50px;
  display: none;
}
.trodat-customised-options-available h2 {
  color: #fff;
  margin-top: 0;
  background-color: #002157;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  padding: 5px 0;
}
.trodat-customised-options-available p {
  margin-bottom: 1em;
  color: #002157;
  line-height: 1em;
  font-size: 14px;
}
.close-available-options-message,
.trodat-customised-options-available a {
  color: #ed3338;
  display: inline-block;
  font-weight: 700;
  border-bottom: 1px solid #ed3338;
  cursor: pointer;
}
.close-available-options-message:hover,
.trodat-customised-options-available a:hover {
  color: #002157;
  border-color: #002157;
}
/* body.post-type-archive-product #content,
body.tax-product_cat #content {
margin-top: 125px;
width: 80%;
max-width: 1175px;
margin-left: auto;
margin-right: auto;
} */
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
  color: #ed3338;
  font-size: 24px;
  margin-top: 0;
  max-width: 245px;
  float: left;
  width: 300px;
}
body.page-id-12 .customise-header {
  color: #ed3338;
  font-size: 24px;
  margin-top: 0;
  max-width: 300px;
  width: 300px;
  padding-right: 60px;
  line-height: 1.1em;
}
body.post-type-archive-product #primary,
body.tax-product_tag #primary,
body.tax-product_cat #primary {
  width: calc(100% - 300px);
  float: right;
  padding: 50px;
  position: relative;
  z-index: 1;
}
/* body.post-type-archive-product #primary::before,
body.tax-product_cat #primary::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
border: 5px solid #ed3338;
left: 0;
top: 0;
} */
body.page-id-12 .entry-header {
  display: none;
}
.textwidget > p:first-child {
  margin: 0;
}
/* .refine-your-search {
background-color: #ebebeb;
padding: 25px 85px 25px 0;
position: relative;
border-right: 15px solid #fff;
} */
/* .refine-your-search::before {
content: "";
position: absolute;
width: 150px;
right: 100%;
height: 100%;
background-color: #ebebeb;
top: 0;
} */
.refine-your-search h3 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
}
.refine-your-search h3.search-header {
  line-height: 1.2em;
}
.refine-your-search ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
.refine-your-search li {
  position: relative;
  line-height: 22px;
  padding-left: 22px;
  cursor: pointer;
}
.refine-your-search li span {
  border: 2px solid #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.refine-your-search li.active span::before {
  content: "✓";
  color: #ed3338;
  position: absolute;
  font-size: 24px;
  left: -2px;
  bottom: -5px;
}
.searchblockleft {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.searchblockleft input {
  width: 70%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  padding-left: 5px;
}
.searchblockleft button {
  border: 0;
  background-color: transparent;
  font-size: 18px;
}
.search-button {
  margin-top: 20px;
}
.search-button a {
  display: block;
  background-color: #002157;
  color: #fff;
  border-radius: 15px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.search-button a:hover {
  background-color: #ed3338;
}
.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 49.5% !important;
  margin: 0;
  border: 5px solid #fff;
  text-align: center;
}
.woocommerce-cart.woocommerce-page ul.products li.product {
  width: 24.5% !important;
}
.woocommerce ul.products li.product.selected::before {
  outline: #ed3338 solid 2px;
  outline-offset: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  content: "";
  z-index: 1;
  pointer-events: none;
}
/* .woocommerce ul.products li.product:nth-child(n + 5),
.woocommerce-page ul.products li.product:nth-child(n + 5) {
margin-top: 25px;
} */
.woocommerce ul.products li.product a img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-height: 140px;
}
.product-short-description {
  font-size: 12px;
  min-height: 25px;
}
.product-short-description p {
  margin: 0;
  line-height: 1em;
  padding-bottom: 5px;
}
.woocommerce ul.products li.product .price {
  color: #ed3338;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #ed3338;
  pointer-events: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.1em;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}
.woocommerce-placeholder.wp-post-image {
  width: 140px !important;
}
.woocommerce ul.products li.product .button.add-to-cart-custom-button,
.woocommerce ul.products li.product .button.customise-this-button {
  background-color: #002157;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  display: inline-block;
  padding: 5px 13px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.button.customise-this-button {
  position: static !important;
}
.button.customise-this-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce ul.products li.product .button.add-to-cart-custom-button:hover,
.woocommerce ul.products li.product .button.customise-this-button:hover {
  background-color: #ed3338;
}
.woocommerce-pagination {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
}
.woocommerce nav.woocommerce-pagination ul {
  border-width: 0;
  padding: 0 20px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-width: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #666;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers::after {
  content: " Previous";
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers::before {
  content: "Next ";
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
  color: #ed3338;
}
.woocommerce .cart_item .product-name a,
.woocommerce .order_item .product-name a {
  pointer-events: none;
  color: #000;
}
.woocommerce-cart table.cart .product-thumbnail {
  text-align: center;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #002157;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  border-radius: 100px;
}
.fluff.red span,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ed3338;
}
#colophon a:hover,
#colophon h3 {
  color: #ed3338;
}
body.woocommerce-cart .coupon .button {
  margin-top: 5px;
}
.fluff span {
  height: 5px;
  margin-top: 8px;
  width: 100%;
  display: block;
}
.fluff.blue span {
  background-color: #002157;
}
.header-fluff.fluff.blue {
  position: absolute;
  width: 100px;
  right: -50px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  bottom: 0;
}
.home-page-fluff-top.fluff.blue {
  position: absolute;
  width: 70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
  left: 50px;
  top: -20px;
}
.home-page-fluff-bottom.fluff.red {
  position: absolute;
  bottom: -5px;
  width: 70px;
  right: -70px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.shop-fluff.fluff.red {
  width: 75px;
  position: absolute;
  top: 400px;
  left: -100px;
}
.shop-fluff.fluff.blue {
  position: absolute;
  bottom: 50px;
  width: 123px;
  left: calc(100% - 35px);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.footer-fluff.fluff.red {
  position: absolute;
  bottom: 50px;
  width: 25px;
  left: 0;
}
.fluff {
  display: none;
}
#colophon {
  background-color: #ebebeb;
  position: relative;
}
#colophon a {
  color: #000;
}
#colophon h3 {
  font-size: 16px;
}
.footer-left {
  width: 30%;
  float: left;
}
.footer-left p {
  margin: 0;
  font-size: 12px;
}
.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.footer-left li {
  display: inline-block;
}
.footer-middle {
  width: 40%;
  float: left;
}
#gform_fields_1 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#gform_fields_1 > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
#gform_1 .gfield_label {
  display: none;
}
#gform_1 li.gfield {
  margin: 0;
  padding: 0;
}
body .gform_wrapper #gform_1 .top_label div.ginput_container {
  margin: 0;
}
#input_1_1,
#input_1_2,
#input_1_3 {
  border-width: 2px;
  border-radius: 0;
  border-color: #ebebeb;
  width: 100%;
  font-size: 11px;
}
#input_1_1,
#input_1_2 {
  height: 30px;
  padding-left: 10px;
}
#input_1_3 {
  height: 60px;
}
#gform_1 .gform_footer.top_label {
  margin: 0;
  padding: 0;
  text-align: right;
}
#gform_1 .gform_footer.top_label #gform_submit_button_1 {
  margin: 0 2px;
  padding: 8px 20px;
  background-color: #002157;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  cursor: pointer;
}
#gform_1 .gform_footer.top_label #gform_submit_button_1:hover {
  background-color: #ed3338;
}
.footer-right {
  width: 30%;
  float: left;
  text-align: right;
}
.footer-right ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.footer-right ul li {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  border-right: 2px solid #ed3338;
  padding-right: 5px;
  margin-bottom: 5px;
  line-height: 1em;
}
.coffee-creative-studio p {
  margin: 0;
  background-color: #002157;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px;
}
.coffee-creative-studio a {
  color: #fff;
  display: block;
  text-align: center;
}
.coffee-creative-studio img {
  vertical-align: -4px;
  margin-right: 5px;
}
.assistance-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.assistance-cta a {
  background-color: #ed3338;
  color: #fff !important;
  font-weight: 500;
  line-height: 28px;
  display: block;
  padding: 0 20px;
  border: 2px solid #ed3338;
}
.assistance-cta a:hover {
  background-color: #fff;
  color: #ed3338 !important;
}
.sidebar-preview {
  padding: 25px 100px 25px 0;
  position: relative;
}
.hidden-customiser {
  position: fixed;
  top: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  -webkit-transition: top 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
  -ms-transition: top 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
  -o-transition: top 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
  transition: top 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
  overflow: scroll;
}
.hidden-customiser.open {
  opacity: 1;
  pointer-events: auto;
  top: 0;
}
.hidden-customiser-title {
  position: absolute;
  width: 100%;
  bottom: 100%;
  margin: 0;
}
.hidden-customiser-title h2 {
  color: #002157;
  margin: 0;
}
.hidden-customiser-title h2 span {
  color: #ed3338;
}
.sidebar-preview h3 {
  font-size: 16px;
  color: #000;
  margin-top: 0;
}
.preview-quick-view {
  background-color: #002157;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  margin-top: 20px;
  cursor: pointer;
}
.hidden-customiser-close,
.preview-quick-view:hover {
  background-color: #ed3338;
}
.hidden-customiser .trodat-customiser {
  margin-top: 100px;
}
.hidden-customiser-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 70px;
  height: 50px;
  cursor: pointer;
}
.hidden-customiser-close:hover {
  background-color: #002157;
}
.hidden-customiser-close span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  top: 22px;
  left: 23px;
}
.hidden-customiser-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hidden-customiser-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quick-preview.the-button {
  display: block;
  line-height: 22px;
  width: 100px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  margin: auto;
  background-color: #ed3338;
  color: #fff;
}
.quick-preview.the-button:hover {
  background-color: #002157;
}
.quick-preview.click-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  cursor: pointer;
}
.canvas-preview-lightbox.activated {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 230, 230, 0.95);
  z-index: 999;
}
.canvas-preview-lightbox.activated .canvas-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.canvas-preview-lightbox.activated .canvas-preview-container {
  background-color: #fff;
  box-shadow: 0 0 4px 0 #a6a6a6;
  position: relative;
}
.canvas-preview-lightbox.activated #sidebar-preview-canvas {
  max-width: none;
  outline: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
}
.canvas-preview-lightbox.activated .canvas-preview-closer,
.selection-switch-to {
  font-size: 12px;
  width: 135px;
  padding: 10px 0;
  border-radius: 100px;
  right: 15px;
  position: absolute;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.canvas-preview-closer {
  display: none;
}
.canvas-preview-lightbox.activated .canvas-preview-closer {
  background-color: #ed3338;
  top: 50px;
  display: block;
}
.selection-switch-to {
  top: 95px;
  background-color: #002157;
  display: none;
}
.selection-switch-to:hover {
  background-color: #ed3338;
}
.canvas-preview-lightbox.activated .selection-switch-to {
  display: block;
}
.canvas-preview-lightbox.activated .canvas-preview-closer:hover {
  background-color: #001257;
}
.canvas-preview-lightbox.activated .canvas-preview-closer span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  top: 23px;
  left: 13px;
}
.canvas-preview-container[data-circular="true"] {
  border-radius: 100%;
}
.canvas-preview-lightbox.activated .canvas-preview-container::after {
  content: "stamp preview - scale 1:1";
  position: absolute;
  top: calc(100% + 20px);
  font-size: 13px;
  background-color: #999;
  color: #fff;
  padding: 5px 25px;
  min-width: 240px;
  text-align: center;
}
.canvas-preview-lightbox:not(.activated) .canvas-preview-container {
  position: relative;
  box-shadow: 0 0 2px 2px #dcdcdc;
}
.canvas-preview-lightbox:not(.activated) .canvas-preview-container #sidebar-preview-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sidebar-preview-canvas-circular {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#sidebar-preview-canvas-circular.active {
  display: block;
}
.canvas-size-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 51, 56, 1);
  z-index: 9;
  display: none;
}
.canvas-size-error.active,
.trodat-customiser-wrapper.no-available-products .canvas-size-error {
  display: block;
}
.canvas-size-error h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
}
.canvas-size-error h3 span {
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.sidebar-preview-text {
  font-size: 11px;
  line-height: 1.3em;
  margin-top: 0;
  color: #666;
  letter-spacing: 0.03em;
}
.sidebar-preview-text span {
  color: #ed3338;
  font-weight: 700;
}
.example-image-switcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 50px;
}
.example-image-switcher h4 {
  display: inline-block;
  color: #002157;
  text-transform: uppercase;
  font-size: 14px;
}
.example-image-switcher > div {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.example-image-switcher input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.example-image-switcher label {
  cursor: pointer;
  background-color: #acacac;
  color: #fff;
  font-size: 13px;
  width: 150px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  border-radius: 100px;
  padding: 5px 0;
}
.example-image-switcher label:hover {
  background-color: #8c8c8c;
}
.example-image-switcher input:checked + label {
  background-color: #002157;
}
.example-image-switcher .preview-legend {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002157;
  position: absolute;
  left: calc(100% + 10px);
  top: 6px;
  width: 140px;
  display: none;
}
.example-impression {
  position: absolute;
  width: 100%;
  height: 145px;
  top: 0;
  background-position: center;
  opacity: 0;
}
.example-impression,
.woocommerce ul.products li.product a img {
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.woocommerce ul.products li.product[data-image_example="example"] a img {
  opacity: 0;
}
.woocommerce ul.products li.product[data-image_example="example"] .example-impression {
  opacity: 1;
}
.canvas-preview-title {
  display: none;
}
.canvas-preview-lightbox.activated .canvas-preview-content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px 165px 65px 15px;
}
.canvas-preview-lightbox.activated .canvas-preview-title {
  display: block;
  color: #002157;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.canvas-preview-title span {
  color: #ed3338;
  font-weight: 700;
}
.canvas-preview-lightbox.activated .canvas-preview-nav {
  display: block;
}
.canvas-preview-nav {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  cursor: pointer;
  display: none;
}
.canvas-preview-next span,
.canvas-preview-prev span {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 5px;
  position: absolute;
}
.canvas-preview-prev {
  right: 100%;
}
.canvas-preview-next {
  left: 100%;
}
.canvas-preview-prev span {
  border-right: 25px solid #ed3338;
  right: 15px;
}
.canvas-preview-next span {
  border-left: 25px solid #ed3338;
  left: 15px;
}
.canvas-preview-prev:hover span {
  border-right-color: #002157;
}
.canvas-preview-next:hover span {
  border-left-color: #002157;
}
.canvas-preview-closer-2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #ed3338;
  cursor: pointer;
  display: none;
}
.canvas-preview-lightbox.activated .canvas-preview-closer-2 {
  display: block;
}
.canvas-preview-closer-2:hover {
  background-color: #002157;
}
.canvas-preview-closer-2 span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 10px;
  top: 19px;
}
.canvas-preview-closer-2 span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.canvas-preview-closer-2 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.name-badge-cta {
  background-color: #ed3338;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 100px;
  color: #fff;
  display: none;
}
a.name-badge-cta:hover {
  background-color: #002157;
}
.customiser-header[data-type="badge"] + .left .name-badge-cta {
  display: block;
}
body.caffeine_search_scheme_light .caffeine_search-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
}
body.caffeine_search_scheme_light .caffeine_search-form .search-submit {
  border-radius: 20px !important;
  border-width: 0 !important;
  border-color: transparent !important;
  background-color: #002157 !important;
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  text-transform: unset;
  letter-spacing: 1px;
  font-size: 14px;
  width: 200px;
  cursor: pointer;
}
.caffeine_search-close:hover,
body.caffeine_search_scheme_light .caffeine_search-form .search-submit:hover {
  background-color: #ed3338 !important;
}
.caffeine_search-form .search-field {
  font-family: Montserrat, sans-serif;
}
.caffeine_search-close {
  background-color: #002157;
  border-radius: 100%;
}
body.caffeine_search_scheme_light .caffeine_search-close > span {
  background-color: #fff;
}
.caffeine_search-close > span {
  width: 20px;
  left: 15px;
  top: 24px;
}
.caffeine-div.contact-left {
  width: 50%;
  float: left;
  background-color: #ebebeb;
  padding: 25px;
  position: relative;
  z-index: 2;
}
.caffeine-div.contact-left h2 {
  color: #002157;
  margin: 0;
  font-size: 22px;
}
.caffeine-div.contact-left p {
  font-size: 14px;
}
#gform_wrapper_2 {
  margin: 0;
}
.gform_wrapper #gform_2 label.gfield_label {
  width: 100px !important;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  background-color: #ed3338;
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.gform_wrapper #gform_2 #field_2_4 label.gfield_label {
  height: 100px;
  line-height: 100px;
}
#gform_fields_2 > li {
  width: 100% !important;
  padding-right: 0;
}
#gform_2 .ginput_container.ginput_container {
  width: calc(100% - 100px) !important;
  margin-left: 100px !important;
}
#gform_2 .gfield_required {
  position: absolute;
  color: #fff !important;
  top: -5px;
  right: 5px;
}
#input_2_1,
#input_2_2,
#input_2_3,
#input_2_4 {
  border-radius: 0;
  border-width: 0;
  width: 100%;
  height: 30px;
}
#input_2_4 {
  height: 100px;
}
#gform_2 .gform_footer.left_label {
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
#gform_submit_button_2 {
  color: #fff;
  background-color: #002157;
  border-radius: 35px;
  border-width: 0;
  font-family: Montserrat, sans-serif;
  padding: 0 50px;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}
#gform_submit_button_2:hover {
  background-color: #ed3338;
}
.contact-iframe {
  border-style: solid;
  border-width: 5px 0;
  border-color: #ed3338;
}
.contact-iframe iframe {
  display: block;
}
body.page-id-14 #colophon {
  margin: 0;
}
.caffeine-div.contact-right {
  width: 50%;
  padding: 25px 50px;
  float: left;
}
.caffeine-div.contact-right h2 {
  color: #002157;
  margin: 0;
  font-size: 22px;
}
.caffeine-div.contact-right ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  max-width: 200px;
}
.caffeine-div.contact-right li {
  line-height: 1.1em;
  margin-bottom: 10px;
}
.caffeine-div.contact-right ul strong {
  display: block;
  color: #ed3338;
}
.caffeine-div.contact-right ul a {
  background-color: #002157;
  color: #fff;
  border-radius: 30px;
  line-height: 30px;
  display: block;
  max-width: 200px;
  margin: auto;
  font-size: 14px;
  position: relative;
  z-index: 9;
}
.caffeine-div.contact-right ul a:hover {
  background-color: #ed3338;
}
.caffeine-div.contact-right .caffeine-div-container {
  position: relative;
}
.caffeine-div.contact-right .caffeine-div-container::after {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(-50% + 50px);
  width: calc(100% + 20px);
  height: calc(100% + 130px);
  border: 5px solid #ed3338;
  z-index: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 200px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 35px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  background-color: #002157;
  color: #fff;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background-color: #ed3338;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #002157;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  text-align: center;
  font-family: Montserrat, sans-serif;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ed3338;
}
#coupon_code {
  width: 200px !important;
  text-align: center;
  font-size: 14px;
  height: 36px;
  border-radius: 0;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  background-color: #ebebeb;
  padding: 25px;
}
.woocommerce form .form-row label {
  line-height: 1.3em;
  font-size: 14px;
}
.woocommerce-billing-fields__field-wrapper > p {
  height: 50px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-width: 0;
  border-radius: 0;
  font-size: 14px;
}
#customer_details h3 {
  color: #002157;
  font-size: 20px;
  margin: 0 0 15px;
}
#place_order {
  padding: 10px 35px;
  font-size: 16px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
}
.woocommerce form.checkout_coupon {
  background-color: #ebebeb;
  color: #002157;
  border-radius: 0;
  padding: 10px 50px;
  border-width: 0;
  max-width: 800px;
  width: 48%;
}
.woocommerce form.checkout_coupon p {
  margin-top: 10px;
  font-size: 14px;
  padding: 0;
}
.woocommerce form.checkout_coupon p .button {
  background-color: #002157;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  border-radius: 50px;
  padding: 0;
  line-height: 37px;
  width: 180px;
}
a.continue-shopping-button {
  background-color: #ed3338;
  color: #fff;
  font-weight: 500;
  display: block;
  width: 250px;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  border: 2px solid #ed3338;
}
a.continue-shopping-button:hover {
  color: #ed3338;
  background-color: #fff;
}
body.woocommerce-cart .product-short-description {
  min-height: 4em;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body.woocommerce-cart .product-short-description:hover {
  max-height: 300px;
}
body.woocommerce-cart .product-short-description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -2px 3px 0 #fff;
  z-index: 5;
}
.woocommerce-EditAccountForm.edit-account {
  background-color: #f2f2f2;
  padding: 10px;
}
.woocommerce-EditAccountForm.edit-account > p:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-EditAccountForm.edit-account button.button {
  background-color: #002157;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  border-radius: 100px;
  padding: 10px 30px;
}
.woocommerce-cart.woocommerce-page ul.products li.product {
  padding-bottom: 24px;
}
.cart-collaterals .cross-sells .woocommerce-loop-product__title {
  min-height: 2.5em;
  padding: 0 !important;
}
.cart-collaterals .cross-sells a.button.add-to-cart-custom-button {
  position: absolute !important;
  width: 100%;
  left: 0;
  bottom: 0;
}
body.search #content {
  margin-top: 100px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.search .woocommerce-products-header__title {
  color: #ed3338;
  font-size: 24px;
  margin-top: 0;
  max-width: 300px;
  float: left;
  width: 300px;
}
body.search #primary {
  width: calc(100% - 300px);
  float: right;
  padding: 50px;
  position: relative;
  z-index: 1;
}
body.search #primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #ed3338;
  left: 0;
  top: 0;
  pointer-events: none;
}
#secondary {
  padding: 0;
  width: 300px;
  float: left;
}
.search-results-content article {
  width: 25% !important;
  margin: 0;
  border: 5px solid #fff;
  text-align: center;
  float: left;
}
.search-results-content article:hover {
  border-color: #ebebeb;
}
.search-results-content article .entry-title a {
  line-height: 1.1em;
  font-size: 14px;
  text-transform: uppercase;
  color: #ed3338;
}
.search-results-content article .entry-summary {
  display: none;
}
.search-results-content article .entry-title {
  margin: 0;
  line-height: 1em;
  background-color: #fff;
}
.search-results-content article .post-thumbnail img {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
}
body.error404 .page-title {
  border-style: solid;
  border-color: #002157;
  border-width: 5px 0;
  text-align: center;
  color: #ed3338;
  font-size: 100px;
  margin: 0;
  line-height: 150px;
}
body.error404 .page-header p {
  text-align: center;
  background-color: #ed3338;
  color: #fff;
  margin: 0;
  padding: 5px;
  border-bottom: 5px solid #002157;
}
.fof {
  text-align: center;
}
.fof p {
  margin-bottom: 1em;
}
.fof i {
  color: #ed3338;
}
.fof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fof ul a {
  background-color: #ed3338;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
}
.fof ul a:hover {
  background-color: #002157;
}
.fof > span {
  font-size: 24px;
  position: relative;
  color: #002157;
}
.fof > span::after,
.fof > span::before {
  position: absolute;
  width: 200px;
  background-color: #002157;
  height: 1px;
  top: 15px;
  content: "";
}
.fof > span::before {
  left: calc(100% + 25px);
}
.fof > span::after {
  right: calc(100% + 25px);
}
.example-image {
  box-shadow: 0 0 4px 0 #ccc;
  position: relative;
  margin: auto;
}
.example-image[data-circular="true"] {
  border-radius: 100%;
}
.example-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.example-image[data-circular="true"] img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 100%;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #002157;
  font-weight: 700;
  margin: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  max-width: 300px;
}
.trodat-single-product {
  overflow: hidden;
}
.trodat-single-product .summary.entry-summary {
  float: left !important;
  padding-left: 100px;
}
.trodat-single-product .product {
  width: calc(100% - 250px);
  float: left;
}
a.customise-blank {
  background-color: #ed3338;
  color: #fff;
  margin-top: 25px;
  display: inline-block;
  padding: 5px 20px;
}
a.customise-blank:hover {
  background-color: #002157;
}
.trodat-single-product .up-sells {
  position: relative;
  width: 250px;
  float: left;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.trodat-single-product .up-sells > h2 {
  display: none;
}
.woocommerce .trodat-single-product .up-sells ul li {
  width: 100% !important;
}
.trodat-single-product .up-sells .price {
  display: none !important;
}
.trodat-single-product .up-sells::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -25px;
  width: 50vw;
  height: 100%;
  border: 5px solid #ed3338;
}
.trodat-single-product .up-sells::after {
  content: "Related Products";
  position: absolute;
  top: -15px;
  left: -25px;
  background-color: #fff;
  color: #ed3338;
  font-weight: 600;
  padding: 0 20px 10px 0;
  font-size: 20px;
}
.templates-heading {
  color: #002157;
  font-size: 24px;
  margin: 20px 0 10px;
  font-weight: 600;
  position: relative;
}
.templates-heading::before {
  content: "TEMPLATES";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -30px;
  color: #002157;
  z-index: 9;
  padding: 0 30px 5px 0;
}
.single-product-templates {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  position: relative;
  width: calc(100% - 40px);
}
.single-product-templates::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -25px;
  width: 100%;
  height: calc(100% + 56px);
  background-color: transparent;
  border: 5px solid #ccc;
  pointer-events: none;
}
.single-product-templates > li {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  margin-right: 25px;
}
.single-product-templates img {
  display: block;
}
.single-product-templates a {
  background-color: #002157;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  display: block;
  text-align: center;
}
#coffeerm-button span,
.single-product-templates a:hover {
  background-color: #ed3338;
}
#coffeerm-button.open span,
#responsive-menu-items {
  background-color: #002157;
}
#coffeerm-button {
  position: absolute;
  top: calc(50% - 23px);
  right: -9px;
  background-color: #fff;
  display: none;
  border-radius: 0;
}
#coffeerm-button span {
  width: 28px;
  border-radius: 0;
  left: 9px;
}
#responsive-menu-items {
  padding-top: 110px;
  max-width: 320px;
}
#responsive-menu-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  background-image: url(/wp-content/themes/trodat/images/trodat-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.coffeerm-overlay {
  background-color: rgba(225, 225, 225, 0.7);
}
ul.responsive-menu-items li a {
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0;
}
ul.responsive-menu-items li.open > a {
  background-color: #ed3338;
}
ul.responsive-menu-items li.menu-item-has-children::after {
  border-color: transparent #fff;
  border-width: 9px 0 9px 14px;
  top: 7px;
}
ul.responsive-menu-items li ul.sub-menu {
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.responsive-menu-items li ul.sub-menu li:nth-child(n + 2) {
  border-top: 1px dashed #ebebeb;
}
ul.responsive-menu-items li ul.sub-menu a {
  color: #ed3338;
  font-weight: 500;
}
.responsive-menu-items .trodat-cart-count {
  top: 0;
  right: 0;
  border-radius: 0;
  height: 100%;
  padding-top: 6px;
  width: 31px;
}
.sidebar-opener {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #002157;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  z-index: 998;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px 7px;
  cursor: pointer;
  line-height: 1em;
  display: none;
}
.sidebar-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 997;
  transition: all 0.2s ease 0s;
}
/* ----------------------------------------------------------------- 
NEW STYLES
---------------------------------------------------------------------*/
:root {
  --color-red: #ff0033;
  --color-navy: #002157;
  --color-grey: #f6f6f6;
}
#content {
  margin-top: 100px;
}
.swiper.advertise {
  padding: 0 150px;
}
.swiper.advertise .swiper-slide-prev,
.swiper.advertise .swiper-slide-next {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
section#advert {
  margin-bottom: 30px;
}
.post-type-archive section#advert {
  margin-bottom: 40px;
}
.ad-container img {
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}
.swiper.advertise .swiper-button-prev {
  background-repeat: no-repeat;
  right: 190px;
  bottom: 20px;
  top: auto;
  left: auto;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAACXBIWXMAAC4jAAAuIwF4pT92AAADuUlEQVRIiZ2XXUgUURSAz53dmV1n1dVt19/Ylt2VQITQKCTQJHBBUPKhFnzwxQcTXyWol56kXix68qmHfQikngqCEIKMBGEVcoXyj3ItIYV+bHNynV1nemivnrlzZ2ftwuHODPee75xzf84ZMjQ0BCdspMRxOu+j8z8hdlCdGXMELwVIbHormM57twNi5TzBY3RGuEYUA7IwgelZMAVpBeHCeUDCPFOAo/AsgBmKYfSbht6pQSYgD0bFgYSFUthhQWhj19MA5K0XBjmZXkBzsDfYIzYKhAKLwZxIRArs7u6u6+3tvS3LcjsA6Nlsdm5nZ+fJ+Pj4qwJcKPSGZrWGLEwEAIkCI5FIeSwWu1FeXt5HJ8myfLW+vl4EgNfwL6w45FSv7izBOwqTAEBqamryDg8Pj/l8vmsm653OKByvL44c10OrUFKYq62trWZgYGDM5/P1sYo0TcsoijLHiRgXSC1hd6VIPezs7Dzd399/0+v1dnNgPzc3N+/PzMy8ZLzS2Weeh/TMHe3OWCwW6unpuVVZWXmZheXz+e/r6+sPJiYmngPAPpgPvO3BP/IwEAi4Ozo6ol1dXXc8Hk87OzCXy31bWlp6ODk5Oc3RY4JhIPeuHB0d7ff7/X2FrW9o+/v7nxYWFh4lEom3YH+hG7yxasTv918pKyu7aDJb1/W1tbUXiUQiicfbweyAeiaTmVdV9YPJEkIgGo3G4vF4Cx4PFkkXN0draysOh+HeXF5eXnW73as1NTVnRVGsw0xJkvzBYLAlEAikFxcXPwNAHgm9U01ZgwLZQy8AgLC3twepVOqHy+V639jYGJYkqdFgrcNR2dDQcC4UCn1JJpMfTwoECzBZWVn5dXBwsBgKhYIul+sMA62ora290NzcvK1p2vbW1tYegrG50RRSywy/sbHxW1GUd+FwuN7tdkcwlBAiV1dXn49Go/L09PQbOE5VBhiAcdNg17VCaHIFUQFAnZ2d3Zqamhrf3d19BkwTBOGUx+O5xAC4dylOkhQGaALOb9r8/PxXVVXvDg4O/qmqqrpOCBEBAHRdV3O53AYUKS8oEDc6gM1j2JjDVCr1LZvN3hsZGdErKiriAEAURXmaTqcfg3VNowMAEFQIl5LxnWAsM9iMj3cp7fHmMXhoqj+Qp9hDtqbBYw+hyJEATpnIrie76BRarGo7cZmIQVQJVsirS/Has3MMUKtCGG9rrOyo+gLjmuONUawCty31rf4TADhnjDGW25fyM1P058QGanov9XcNK7CDWUEBAOAvR/aE6YvWyEoAAAAASUVORK5CYII=") !important;
}

.swiper.advertise .swiper-button-next {
  background-repeat: no-repeat;
  right: 160px;
  bottom: 20px;
  top: auto;
  left: auto;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAAACXBIWXMAAC4jAAAuIwF4pT92AAADxUlEQVRIiZWXT0hbSRzHv/P+jA8fkU0b0dBKUkJkrSWLLRYKQsVLKRRKPS2LiOTooazUU689WCi9Zz0uC4LsQehBSEGsIhShIm2hSiIWG1biymONRrtN9O2hmfh78+Yl7g9+vGd+43zmO/P7zcxj6XQaAcaCApK5F2wHADCaQJpBXalNUzgFsibPIJgb8HdDoAoiu/idAqhfCCpPKQBoBKKRJwVSPyNPChXvgUCqRlO4iMkw4Yy8u6RPD1SVNBSqE9dIOwo7rTmkuHAP1IB63SjMqLlQSoECVq39nwCL6RVt61DVGtIpNSYmJm7G4/ER27Z/BuAeHh7OZjKZ55ubm2UCo1MuTAnV+/r6VGtXVzYyMvKstbX1IWPMZIzpnPOe3t7eS8Vi8X2xWAyCyVafUk0R9AzANM1rjDFeDzJmhsPhX0ZHR5/29/dHAbTUnAMwawOl6+4pK5VCRhUODQ0lOOdxxlgrHZVlWT8mk8mr5XL5w87OzrGkRK7PekwAqTIxpRoAo1QqbYZCoUI4HL6lgCYSicS1SqXycXt7+xD+cvGBVUAKNQqFQnVlZeVzLBYrRCKRn3RdD1FoS0tLLJFIJC3L+rSxseEEwOrQRgppSZirq6t/RSKRL9Fo9Iau620Uyjm/0tXV1dPe3r6xt7fnHB0dVSTw2f8GAjDX19f/tm37czQajXPOL4NkpmmanZ2dnclUKmUtLCy8w/eSkXceV5WlsnlSfnZ29mM+n8+6rn9/5pxfb2tr60eDErkIEGSEGBsbu93d3f2AMebr9OTkZHV/f38B3uz0mGqnCYK54+Pjd1Op1K+maUbkRuVy+e3i4uLU8vJyHuqEabi1+WxycvJeMpmcMAzjshwrlUpv5ufnn2ez2S0AX+Fdv4YKfSUyMDDww+Dg4P1YLPZE07Sw3MHBwcHrubm5F0tLS1/wfV89Je6rQ/nEl9/d4eHhx6FQ6JGmaZ5SAADHcV7NzMy8XFtb2wPwDUCl5lQhPZibr6Ft23cUMNdxnD+np6df5nK5gxpMeJUopRsAAHWWiuAZgLNqtZpXKPs9k8lM5XI5B8C/BFYJgNUTTyikh6TnNN/d3f2jo6OjYlnWHQDs+Pj4bTab/W1ra+sfnJ+HAqRS5zGWTqfFmtH7C91lxHvQiV+VnoHqUOtIVif8lDR0cX50+WZBAsnbGaDIUhqgVz6qptmt7ZT8poTJQCpdnhIBBPwzIZ8IrtSfx1RlIV/vqDp5YMrtKwhGgUFXdPljRY41ejYEqqBNvxMCBtjQVEkjrOmX0EUh1P4D8ym8vPa2aEcAAAAASUVORK5CYII=") !important;
}
.swiper.advertise .swiper-button-next::after,
.swiper.advertise .swiper-button-prev::after {
  display: none;
}
/* ---------- Featured Products ------------- */
.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px;
}
.items .single-item {
  border: 1px solid #b5b5b5;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}
.items .single-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 7px 10px 0px #f1f1f1;
}
.items .single-item .img-container img {
  height: 200px;
  object-fit: contain;
}
.items .single-item .featured-url {
  padding: 10px 25px;
  background-color: #001257;
  color: #fff;
  text-transform: capitalize;
}
.items .single-item .featured-url.red {
  padding: 10px 25px;
  background-color: var(--color-navy);
  color: #fff;
  text-transform: capitalize;
}

/* ---------- About Area ------------- */
.about-area {
  text-align: center;
}
.about-area .about-title {
  position: relative;
  border-bottom: 1px solid var(--color-red);
  max-width: fit-content;
  margin: 80px auto 30px;
}

/* ---------- How to create ------------- */
.how-to-create {
  display: flex;
  margin-top: 100px;
}
.how-to-create .col-steps .max-width-container {
  max-width: 650px;
  width: 100%;
  padding: 100px 30px;
}
.how-to-create .create-title {
  color: var(--color-red);
  letter-spacing: 2px;
}
.col-steps {
  background-color: #ebebeb;
  width: 70%;
}
.how-to-create .steps-container {
  position: relative;
}
.how-to-create .steps-container .single-step {
  display: flex;
  column-gap: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.how-to-create .steps-container .single-step span.step-num {
  color: var(--color-red);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.how-to-create .col-content {
  position: relative;
  width: 30%;
}
.how-to-create .col-content .img-container {
  height: 100%;
}
.how-to-create .col-content .img-container .img-placeholder {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.play-btn,
#openBtn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#openBtn {
  top: 60%;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background-color: #001257;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 1px;
}
.how-to-create .col-content .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.how-to-create .col-content .popup .closeBtn {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
/* .how-to-create .col-content .popup iframe {
width: 100%;
height: 100%;
} */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9998;
  display: none;
  cursor: pointer;
}
.overlay.active {
  display: block;
}
.file-vid {
  width: 100%;
  height: 90%;
}

/* ---------- Search bar ------------- */
.lookingFor {
  background-color: var(--color-red);
  padding: 50px 30px;
}
.lookingFor .search-container {
  text-align: center;
}
.lookingFor .search-container h2 {
  color: #fff;
  margin-top: 0;
}
.lookingFor .widget_search .wp-block-search__inside-wrapper {
  background: #fff;
  border: 0;
  margin: 0 auto;
  max-width: 40%;
}
.lookingFor .widget_search .wp-block-search__inside-wrapper input {
  border: 0;
  padding: 10px 10px;
}
.lookingFor .widget_search .wp-block-search__inside-wrapper input::placeholder {
  color: #a5a5a5;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}
.lookingFor .widget_search .wp-block-search__button {
  background: #fff;
  border: 0;
  padding: 0;
}
.lookingFor .widget_search .wp-block-search__button svg {
  transform: scale(-1, 1);
  font-size: 22px;
  fill: var(--color-navy);
}
/* CCS search global */
.ccs-search .wp-block-search__inside-wrapper {
  background: #fff;
  border: 0;
}
.ccs-search .wp-block-search__inside-wrapper input {
  border: 0;
  padding: 5px 10px;
}
.ccs-search .wp-block-search__inside-wrapper input::placeholder {
  color: #a5a5a5;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}
.ccs-search .wp-block-search__button {
  background: #fff;
  border: 0;
}
.ccs-search .wp-block-search__button svg {
  transform: scale(-1, 1);
}
/* ---------- Footer ------------- */
#colophon {
  background-color: #001257;
  position: relative;
  padding: 90px 30px;
}
#colophon a {
  color: #fff;
}
#colophon h3 {
  font-size: 16px;
  color: #fff;
}
#colophon h2 {
  color: #fff;
}
#colophon .assistance-cta {
  position: fixed;
  right: 0;
  z-index: 9;
  box-shadow: none;
  border: 1px solid #ebebeb;
  bottom: 0;
  height: auto;
}
#colophon .assistance-cta a {
  background-color: #fff;
  color: #001257 !important;
  font-weight: 600;
  display: block;
  padding: 10px 25px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 15px;
}
#colophon .assistance-cta a:hover {
  background-color: #fff;
  color: var(--color-red) !important;
}
#colophon.assist .assistance-cta {
  width: auto;
  bottom: 47px;
  transition: all 0.3s ease-in-out;
}

#colophon .footer-left {
  width: 50%;
  float: left;
}
#colophon .footer-right {
  width: 50%;
  float: left;
  text-align: left;
}
#colophon .footer-left .container {
  display: flex;
  gap: 40px;
}
#colophon .footer-left .container li {
  display: block;
}
#colophon .footer-left .container .contact-us-content .red-line {
  margin-bottom: 0;
}
#colophon .footer-left .container .contact-us-content > div {
  margin-left: 10px;
}
#colophon .footer-left .container .contact-us-content p {
  color: #fff;
  font-size: 14px;
}
#colophon .footer-left .container #menu-quick-links > li:not(.menu-item-has-children),
#colophon .footer-left .container #menu-quick-links > li.menu-item-has-children > a,
#colophon .footer-left .container .red-line {
  font-weight: bold;
  border-left: 2px solid var(--color-red);
  padding-left: 6px;
  display: block;
}
#colophon .footer-left .container #menu-quick-links > li:not(.menu-item-has-children),
#colophon .footer-left .container .red-line {
  margin-bottom: 20px;
}
#colophon .footer-left .container ul {
  margin: 0 0 0 0px;
}
#colophon .footer-left .container ul.sub-menu {
  margin: 0 0 0 10px;
}
#colophon .footer-left .container ul.sub-menu li a::before {
  content: "-";
  position: relative;
  padding-right: 2px;
}
#colophon .footer-left .container .foot-search .red-line {
  margin-bottom: 5px;
}
#colophon .footer-left .container .foot-search .wp-block-search__inside-wrapper {
  background-color: #fff;
  border: 0;
}
#colophon .footer-left .container .foot-search .wp-block-search__inside-wrapper input {
  border: 0;
}
#colophon .footer-left .container .foot-search .wp-block-search__inside-wrapper input::placeholder {
  color: #fff;
}
#colophon
  .footer-left
  .container
  .foot-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  border: 0;
  background-color: #fff;
  padding: 0;
}
#colophon
  .footer-left
  .container
  .foot-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button
  svg {
  fill: var(--color-red);
  transform: scale(-1, 1);
}
#colophon .footer-left .container .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#colophon .footer-right .gravity-foot-form .gform_required_legend {
  display: none;
}
#colophon .footer-right .gravity-foot-form .gform_fields {
  column-gap: 20px;
}
#colophon .footer-right .gravity-foot-form #gform_1 .gform_footer.top_label {
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 32px;
}
#colophon .footer-right .gravity-foot-form #gform_1 .gform_footer.top_label #gform_submit_button_1 {
  background-color: var(--color-red);
  display: block;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 14px;
}
.gform_wrapper.gravity-theme * {
  position: relative;
}
#colophon .gform_wrapper.gravity-theme input[type="color"],
#colophon .gform_wrapper.gravity-theme input[type="date"],
#colophon .gform_wrapper.gravity-theme input[type="datetime-local"],
#colophon .gform_wrapper.gravity-theme input[type="datetime"],
#colophon .gform_wrapper.gravity-theme input[type="email"],
#colophon .gform_wrapper.gravity-theme input[type="month"],
#colophon .gform_wrapper.gravity-theme input[type="number"],
#colophon .gform_wrapper.gravity-theme input[type="password"],
#colophon .gform_wrapper.gravity-theme input[type="search"],
#colophon .gform_wrapper.gravity-theme input[type="tel"],
#colophon .gform_wrapper.gravity-theme input[type="text"],
#colophon .gform_wrapper.gravity-theme input[type="time"],
#colophon .gform_wrapper.gravity-theme input[type="url"],
#colophon .gform_wrapper.gravity-theme input[type="week"],
#colophon .gform_wrapper.gravity-theme select,
#colophon .gform_wrapper.gravity-theme textarea {
  border-radius: 0;
}
#company.coffee-creative-studio {
  background-color: #ebebeb;
  margin: 0;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px;
}
#company.coffee-creative-studio .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#company.coffee-creative-studio p {
  background-color: #ebebeb;
  display: flex;
  gap: 5px;
}
#company.coffee-creative-studio p a {
  color: #000;
}
#company.coffee-creative-studio .menu-container ul {
  list-style: none;
  display: flex;
  margin: 0;
  gap: 5px;
}
#company.coffee-creative-studio .menu-container ul li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 5px;
}
#company.coffee-creative-studio .menu-container ul li a {
  color: #000;
}
/* ---------- Archive page ------------- */
#site-shop .woocommerce-products-header__title.page-title {
  color: #001257;
}
#site-shop small.woocommerce-price-suffix {
  display: none;
}
#site-shop a.prev.page-numbers,
#site-shop a.next.page-numbers {
  color: var(--color-red);
}
#site-shop #secondary {
  background-color: var(--color-grey);
  padding: 25px 40px 50px;
}
#site-shop #secondary .refine-your-search {
  margin-left: 10px;
}
#site-shop #secondary .widget_text {
  margin-bottom: 0;
}
#site-shop #secondary .widget_text p.filter-text {
  margin-bottom: 5px;
  color: #001257;
  font-weight: bold;
}
.woocommerce #site-shop .woocommerce-result-count {
  position: absolute;
  top: 10px;
}
.woocommerce #site-shop .woocommerce-ordering {
  position: absolute;
  top: 10px;
  right: 20px;
}
.woocommerce #site-shop .woocommerce-ordering select {
  border: 0;
  font-weight: 300;
}
.woocommerce #site-shop .woocommerce-ordering select:focus-visible {
  outline: none;
}
.woocommerce #site-shop .woocommerce-ordering select option {
  font-weight: bold;
}
#site-shop .example-image-switcher {
  background-color: #001257;
  padding: 15px 20px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#site-shop .example-image-switcher h4 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
#site-shop .example-image-switcher input:checked + label {
  color: #fff;
  background-color: var(--color-red);
  border-radius: 0px;
  border: 2px solid var(--color-red);
}
#site-shop .example-image-switcher label {
  color: #fff;
  background-color: #001257;
  border-radius: 0px;
  border: 2px solid #fff;
}
#site-shop .woocommerce-pagination {
  position: relative;
}
body.post-type-archive-product #site-shop #primary,
body.tax-product_cat #site-shop #primary {
  padding: 53px 40px;
}
.woocommerce #site-shop .products ul,
.woocommerce #site-shop ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-row-gap: 40px;
  padding-top: 20px;
}
.woocommerce #site-shop ul.products li.product {
  width: 100% !important;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 0 30px;
}
.woocommerce #site-shop ul.products li.product a {
  position: relative;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}
/* --------- Sidebar ---------- */
/* ==== Filters ======== */
section#block-13 > p {
  display: none;
}
/* product_tag */
body
  .wpc-filters-widget-containers-wrapper
  .wpc-filter-product_tag
  ul
  li
  .wpc-term-item-content-wrapper
  a {
  display: block;
  padding: 7px 25px;
  background-color: transparent;
  border: 2px solid var(--color-navy);
  color: var(--color-navy);
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
body
  .wpc-filters-widget-containers-wrapper
  .wpc-filter-product_tag
  ul
  li
  .wpc-term-item-content-wrapper
  a:hover {
  background-color: var(--color-navy);
  color: #fff;
}
.wpc-filters-main-wrap .wpc-filter-product_tag li.wpc-term-selected a {
  background-color: var(--color-navy) !important;
  color: #fff !important;
}
.wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
  visibility: hidden;
  display: none;
}
body .wpc-filters-main-wrap .wpc-filter-product_tag li.wpc-term-item label {
  width: 100%;
  line-height: unset;
  padding-left: 0px;
}
body .wpc-filter-product_tag,
body .wpc-filter-product_tag ul {
  margin-bottom: 0 !important;
}
/* List */
body .wpc-filters-main-wrap .wpc-filters-checkboxes li.wpc-term-item {
  margin-bottom: 3px;
}
.wpc-filters-ul-list .wpc-term-item-content-wrapper {
  column-gap: 5px;
}
.wpc-filters-ul-list li.wpc-term-item a {
  color: #000;
  line-height: 22px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
}
.wpc-filters-ul-list .wpc-term-item-content-wrapper input[type="checkbox"] {
  border-radius: 0px;
  background-color: transparent;
}
.wpc-filters-ul-list .wpc-term-item-content-wrapper input[type="checkbox"]:after {
  content: "✓";
  color: var(--color-red);
  border: none;
  transform: scale(1.7) rotate(6deg) translate(-3px, -7px);
}
.wpc-filters-main-wrap input[type="checkbox"] {
  border-color: #000000 !important;
}
.wpc-filter-has-selected .wpc-see-less-control,
.wpc-filter-has-selected.wpc-show-less .wpc-see-more-control,
.wpc-filter-more-less .wpc-see-more-control,
.wpc-filter-more-less.wpc-show-more .wpc-see-less-control,
.wpc-show-more-reverse.wpc-filter-more-less .wpc-see-less-control,
.wpc-show-more-reverse.wpc-filter-more-less.wpc-show-less .wpc-see-more-control {
  color: #000 !important;
  border-bottom: none !important;
}

ul.ccs-prod-cats {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.ccs-prod-cats li {
  position: relative;
  line-height: 22px;
  padding-left: 25px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
}

ul.ccs-prod-cats li span {
  border: 2px solid #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
ul.ccs-prod-cats li span.active::before {
  content: "✓";
  color: var(--color-red);
  position: absolute;
  font-size: 24px;
  left: -2px;
  bottom: -5px;
}
ul.ccs-prod-cats li p.catName {
  margin-top: 0px;
  text-transform: capitalize;
}
ul.ccs-prod-cats li:not(:last-child) p.catName {
  margin-bottom: 4px;
}
.prod-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -15px;
}
.prod-tags li:not(:last-child) {
  margin-bottom: 10px;
}
.prod-tags li .single-tag {
  display: block;
  padding: 7px 25px;
  background-color: transparent;
  color: #001257;
  border: 2px solid #001257;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.prod-tags li .single-tag:hover {
  background-color: #001257;
  color: #fff;
}
.prod-tags li.active .single-tag {
  background-color: #001257;
  color: #fff;
}
.ccs-filter-search .wp-block-search__inside-wrapper {
  position: relative;
}
.ccs-filter-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 38px;
  background: var(--color-red);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  padding: 5px 15px;
}
/* ---------- Page Banner ------------- */
#pg_banner {
  background-color: #ebebeb;
}
.page-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
  align-items: center;
}
.page-banner .col {
  width: 43%;
  text-align: left;
  position: relative;
}
.page-banner .col.txt-col .banner-title {
  color: var(--color-navy);
}
.page-banner .col.img-col {
  width: 100%;
  position: absolute;
  padding: 0;
  right: 0%;
  text-align: right;
}
@media (min-width: 1600px) {
  .page-banner .col.img-col {
    right: 10%;
  }
}
/* ---------- Page Content -------------- */
.the-content {
  display: flex;
  column-gap: 100px;
  padding: 80px 0;
}
.the-content .content-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.the-content .content-cta .cta {
  padding: 7px 25px;
  color: #fff;
  text-transform: capitalize;
  background-color: #001257;
  font-weight: 500;
}
.the-content .content-cta .cta:nth-child(even) {
  background-color: var(--color-red);
}
/* ---------- Contact info -------------- */
.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 80px;
}
.container .col-dets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px 10px;
  align-content: start;
  margin-top: 21px;
}
.container .col-dets .single-loc p {
  margin: 0;
  font-weight: bold;
  border-left: 2px solid var(--color-red);
  padding-left: 5px;
  font-size: 20px;
  color: var(--color-navy);
}
.container .col-dets .single-loc span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 8px;
}
.container .col-dets .single-loc span img {
  margin-right: 5px;
  font-weight: bold;
}
.container .col-dets .single-loc span a {
  color: #000;
}
.container .col-dets .map-cta {
  padding: 8px 25px;
  border: 1px solid #000;
  text-align: center;
  display: inline-block;
  height: fit-content;
  width: fit-content;
  color: #000;
}
.container #contact-us .gform_footer {
  justify-content: flex-end;
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 23px;
  padding: 0;
}
.container #contact-us .gform_footer .gform_button {
  border: 1px solid var(--color-red);
  border-radius: 0;
  background: var(--color-red);
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 14px;
}
.container #contact-us .gfield--type-captcha {
  display: flex;
  justify-content: center;
  margin-right: 30px;
}
#contact h1 {
  color: var(--color-navy);
}
#contact-us .gform_wrapper.gravity-theme input[type="color"],
#contact-us .gform_wrapper.gravity-theme input[type="date"],
#contact-us .gform_wrapper.gravity-theme input[type="datetime-local"],
#contact-us .gform_wrapper.gravity-theme input[type="datetime"],
#contact-us .gform_wrapper.gravity-theme input[type="email"],
#contact-us .gform_wrapper.gravity-theme input[type="month"],
#contact-us .gform_wrapper.gravity-theme input[type="number"],
#contact-us .gform_wrapper.gravity-theme input[type="password"],
#contact-us .gform_wrapper.gravity-theme input[type="search"],
#contact-us .gform_wrapper.gravity-theme input[type="tel"],
#contact-us .gform_wrapper.gravity-theme input[type="text"],
#contact-us .gform_wrapper.gravity-theme input[type="time"],
#contact-us .gform_wrapper.gravity-theme input[type="url"],
#contact-us .gform_wrapper.gravity-theme input[type="week"],
#contact-us .gform_wrapper.gravity-theme select,
#contact-us .gform_wrapper.gravity-theme textarea {
  background-color: var(--color-grey);
  border: 0;
}
/* Block out responsiveness */
body .responsive_lockout-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040707;
  z-index: 2147483647;
  color: #fff;
  background-image: url(/wp-content/plugins/caffeine/images/coffee-logo-large.png);
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: center 92%;
  display: none;
}
body .responsive_lockout-cover .responsive_lockout-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
}
body .responsive_lockout-cover .responsive_lockout-container p {
  font-size: 22px;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.entry-footer {
  display: none;
}
body.search #primary::before {
  display: none;
}

/* START Block out responsiveness */
/* @media (max-width: 1340px) {
body .responsive_lockout-cover {
display: block !important;
}
} */
/* END Block out responsiveness */

/* ============== Responsive ================ */
@media (max-width: 1440px) {
  .swiper.advertise .ad-container img {
    height: 250px;
    min-height: auto;
    object-fit: contain;
    width: 100%;
    background-color: #e9e9e9;
  }
  #openBtn {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .site-footer .max-width-container {
    display: flex;
    gap: 20px;
  }
  #colophon .footer-left,
  #colophon .footer-right {
    width: auto;
    float: none;
  }
  #colophon .footer-right .gravity-foot-form #gform_1 .gform_footer.top_label {
    justify-content: flex-start;
    position: relative;
    right: auto;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
  #colophon .footer-left .container {
    gap: 10px;
  }
  .container #contact-us .gfield--type-captcha {
    justify-content: flex-start;
  }
}
@media (max-width: 1130px) {
  .swiper.advertise .ad-container img {
    height: auto;
    min-height: auto;
    object-fit: cover;
    width: 100%;
  }
  .icon-intro ul {
    justify-content: space-between;
  }
  #pg_banner {
    flex-direction: column;
    padding: 0% 0;
  }
  .page-banner .col.img-col {
    position: relative;
    text-align: center;
  }
  .page-banner .col.img-col img {
    width: 90%;
  }
  .page-banner .col.txt-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .the-content {
    column-gap: 50px;
  }
  .example-image-switcher > div {
    display: flex;
  }
  #site-shop .example-image-switcher {
    flex-direction: column;
    row-gap: 10px;
  }
  #site-shop #secondary {
    padding: 25px 20px 30px;
  }
  body.post-type-archive-product #site-shop #primary,
  body.tax-product_cat #site-shop #primary {
    padding: 53px 20px;
  }
  body.post-type-archive-product #content,
  body.search #content,
  body.tax-product_cat #content {
    width: auto !important;
  }
  body #site-shop {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  section#advert {
    margin-bottom: 50px;
  }
  .swiper.advertise {
    padding: 0 60px;
  }
  .site-footer .max-width-container {
    justify-content: space-between;
    gap: 40px;
  }
  #colophon .footer-left .container {
    gap: 0px;
    flex-direction: column;
  }
  .how-to-create .col-content .popup {
    width: 100%;
    height: auto;
    padding: 0px 10px;
  }
  .container #contact-us .gform_footer {
    justify-content: flex-start;
    position: relative;
    right: auto;
    margin: 0;
    bottom: 0;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .swiper.advertise .swiper-button-next {
    right: 70px;
  }
  .swiper.advertise .swiper-button-prev {
    right: 100px;
  }
  body
    .wpc-filters-widget-containers-wrapper
    .wpc-filter-product_tag
    ul
    li
    .wpc-term-item-content-wrapper
    a {
    padding: 7px 7px;
  }
  .wpc-filters-main-wrap li.wpc-term-item label {
    padding-left: 0;
  }
  .wpc-filters-ul-list li.wpc-term-item a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .swiper.advertise .swiper-button-next {
    right: 30px;
  }
  .swiper.advertise .swiper-button-prev {
    right: 60px;
  }
  .lookingFor .widget_search .wp-block-search__inside-wrapper {
    max-width: 70%;
  }
  .items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .items .single-item {
    padding: 10px;
  }
  .items .single-item .img-container img {
    height: 150px;
  }
  .items .single-item .text-container h2 {
    margin-top: 0;
  }
  .items .single-item .text-container {
    padding-bottom: 20px;
  }
  .col-steps {
    width: 60%;
  }
  .how-to-create .col-content {
    width: 40%;
  }
  #contact .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 80px;
  }
  .container #contact-us .gform_footer .gform_button,
  .container .col-dets .map-cta {
    width: 100%;
  }
  body.post-type-archive-product #site-shop #primary,
  body.tax-product_cat #site-shop #primary {
    padding: 20px 0px 53px;
  }
  #site-shop .mobile-filter-btn {
    padding: 7px 45px;
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    height: fit-content;
    width: fit-content;
    color: #000;
  }
  #site-shop #secondary {
    padding: 25px 20px 50px;
    width: 80%;
    position: fixed;
    top: 12%;
    height: 590px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }
  #secondary .widget,
  #secondary .widget .textwidget {
    height: auto !important;
  }
  #site-shop #secondary.open-filter {
    transform: translateX(0%);
    box-shadow: 100px 0px 0px 250px #00000073;
  }
  #site-shop #secondary span.shopbarClose {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #ffff;
    background: #011158;
    padding: 5px 10px;
  }
  .woocommerce #site-shop .woocommerce-result-count {
    position: relative;
    top: 0;
    font-size: 15px;
  }
  .woocommerce #site-shop .woocommerce-ordering {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 5px;
  }
  .woocommerce #site-shop .products ul,
  .woocommerce #site-shop ul.products {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  #site-shop .woocommerce-products-header__title.page-title {
    padding: 0 0;
  }
}
@media (max-width: 640px) {
  #process .icon-intro ul li {
    padding-left: 60px !important;
  }
  #process .icon-intro ul li:nth-child(1) img {
    left: 20px !important;
  }
  #process .icon-intro ul li:nth-child(2) img {
    left: 14px !important;
  }
  #process .icon-intro ul li:nth-child(3) img {
    left: 12px !important;
  }
  #process .icon-intro ul li:nth-child(4) img {
    left: 12px !important;
  }
  #colophon {
    padding: 50px 0px;
  }
  .site-footer .max-width-container {
    gap: 0px;
    flex-direction: column-reverse;
  }
  #colophon .footer-left .container {
    gap: 0px;
    flex-direction: column;
    padding-bottom: 20px;
    text-align: left;
  }
  #colophon
    .footer-right
    .gravity-foot-form
    #gform_1
    .gform_footer.top_label
    #gform_submit_button_1 {
    width: 100%;
  }
  .footer-right {
    margin-bottom: 50px;
  }
  .footer-left h2 {
    text-align: left;
  }
  #colophon.assist .assistance-cta {
    width: 100%;
    bottom: 77px;
    transition: all 0.3s ease-in-out;
  }
  #colophon .assistance-cta {
    bottom: 0;
    height: auto;
  }
  #colophon .assistance-cta a {
    font-size: 14px;
  }
  #company.coffee-creative-studio .txt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #company.coffee-creative-studio p {
    display: block;
  }
  #company.coffee-creative-studio .menu-container ul {
    gap: 20px;
  }
  #company.coffee-creative-studio .menu-container ul li:not(:last-child) {
    padding-right: 13px;
  }
  .lookingFor {
    padding: 40px 20px;
  }
  .lookingFor .widget_search .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
  .how-to-create {
    flex-direction: column;
  }
  .how-to-create .col-steps .max-width-container {
    padding: 50px 30px;
  }
  .col-steps {
    width: 100%;
  }
  .how-to-create .col-content {
    width: 100%;
  }
  .how-to-create .col-content .img-container {
    height: 300px;
  }
  .play-btn {
    top: 40%;
  }
  #openBtn {
    top: 70%;
  }
  .the-content {
    column-gap: 0px;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #company.coffee-creative-studio .menu-container ul {
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }
  #company.coffee-creative-studio .menu-container ul li:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
  #company.coffee-creative-studio .menu-container ul li a {
    font-weight: bold;
  }
  #colophon.assist .assistance-cta {
    bottom: 147px;
  }
}

/* ----------------------------------------------------------------- 
END NEW STYLES
---------------------------------------------------------------------*/
@media (max-width: 1350px) {
  .icon-intro ul li {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 1279px) {
  #coffee-design-wizard {
    width: 90%;
  }
  .home-page-text {
    width: 400px;
  }
}
@media (max-width: 1200px) {
  #site-navigation,
  .cdw-create-export-data {
    display: none;
  }
  #coffeerm-button {
    display: block;
  }
  .site-branding {
    top: 15px;
  }
  .site-branding img {
    width: 170px;
  }
  #masthead {
    height: 80px;
  }
  #content,
  body.home #content,
  body.post-type-archive-product #content,
  body.tax-product_cat #content {
    margin-top: 80px;
  }
  body.page-id-16 .entry-content img {
    max-width: 400px;
  }
  body.post-type-archive-product #primary,
  body.tax-product_tag #primary,
  body.tax-product_cat #primary {
    padding-top: 100px;
  }
  .example-image-switcher {
    padding: 0;
    text-align: center;
  }
  .example-image-switcher h4 {
    margin-bottom: 10px;
  }
  .example-image-switcher > div {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    max-width: 200px;
  }
  .trodat-single-product .summary.entry-summary {
    padding-left: 20px;
  }
  .page-id-12 #content {
    margin-top: 100px;
  }
  .cdw-properties-block .inner-left,
  .cdw-properties-block .inner-right {
    width: 100%;
    padding-right: 5px;
  }
  .cdw-layers {
    height: 120px;
  }
  .cdw-textarea {
    height: 100px;
    font-size: 12px;
  }
  .cdw-properties-block h4 {
    padding: 5px 25px;
  }
  .cdw-properties-block .inner-left {
    margin-top: 5px;
  }
  .new-layer {
    background-color: var(--color-red);
  }
  .cdw-dimensions-block {
    top: 72px;
  }
  .cdw-preview-block {
    margin-top: 44px;
  }
  .caffeine-div.contact-left {
    width: 400px;
  }
  .caffeine-div.contact-right {
    width: 300px;
  }
  .caffeine-div.contact-right .caffeine-div-container::after {
    width: calc(100% + 250px);
    left: -150px;
  }
}
@media (max-width: 1024px) {
  .icon-intro ul li {
    font-size: 26px;
  }
  .icon-intro ul li img {
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    -o-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
  }
  .cdw-canvas-wrapper::before {
    display: none;
  }
  .home-page-right {
    position: absolute;
    width: calc(100% - 530px);
  }
}
@media (max-width: 1023px) {
  .icon-intro ul li:nth-child(n + 2)::after,
  .icon-intro ul li:nth-child(n + 2)::before,
  .qty-btn.change {
    display: none;
  }
  .max-width-container,
  body.post-type-archive-product #content,
  body.search #content,
  body.tax-product_cat #content {
    width: 90%;
  }
  .icon-intro ul {
    list-style: decimal;
  }
  .icon-intro ul li {
    width: calc(50% - 30px) !important;
    margin-left: 30px;
  }
  .product-type h2 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0 0 10px;
  }
  .product-type a,
  .product-type h2 {
    float: right;
    clear: both;
  }
  .coffee-creative-studio a {
    text-align: left;
  }
  .refine-your-search {
    padding-right: 20px;
  }
  #secondary {
    width: 220px;
  }
  body.post-type-archive-product #primary,
  body.search #primary,
  body.tax-product_tag #primary,
  body.tax-product_cat #primary {
    width: calc(100% - 220px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
  }
  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title {
    width: auto;
    max-width: none;
    float: none;
  }
  .trodat-single-product .up-sells {
    width: 180px;
  }
  .trodat-single-product .product {
    width: calc(100% - 180px);
  }
  .trodat-single-product .summary.entry-summary {
    width: calc(100% - 200px) !important;
    float: left !important;
    clear: none !important;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: left;
  }
  .woocommerce div.product .product_title {
    line-height: 1em;
    font-size: 24px;
  }
  .woocommerce-product-details__short-description {
    font-size: 14px;
  }
  .single-product-templates > li {
    max-width: 150px;
    margin-right: 10px;
  }
  .single-product-templates a {
    font-size: 12px;
    background-color: #002157 !important;
  }
  .templates-heading {
    font-size: 18px;
  }
  .templates-heading::before {
    top: -3px;
    left: -25px;
    padding: 0 20px 5px 0;
  }
  .trodat-single-product .up-sells::after {
    font-size: 16px;
  }
  a.customise-blank {
    background-color: #ed3338 !important;
  }
  #coffee-design-wizard {
    width: 95%;
  }
  #coffee-design-wizard::before {
    width: 100%;
    left: 0;
    border-width: 4px 0 0;
  }
  #coffee-design-wizard > h2 {
    font-size: 30px;
    top: -53px;
  }
  .cdw-image-layer-prop-angle {
    float: none;
    text-align: left;
  }
  .cdw-image-layer-prop-size {
    clear: both;
    float: none;
    margin: 3px 0 0;
  }
  .cdw-image-layer-auto-adjust > div,
  .cdw-image-layer-prop-angle > div {
    text-align: center;
  }
  .cdw-image-layer-auto-adjust {
    float: none;
    clear: both;
    text-align: left;
    margin: 0;
  }
  .cdw-font-bold {
    clear: left;
    margin-left: 0;
  }
  .cdw-align-center,
  .cdw-align-left,
  .cdw-align-right,
  .cdw-font-bold,
  .cdw-font-italic,
  .cdw-font-underline {
    margin-top: 4px;
  }
  .cdw-doubleinputs-block,
  .pre-doubleinputs {
    text-align: left;
  }
  .cross-sells > h2 {
    background-color: #002157;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 5px;
  }
  .home-page-text {
    width: 100%;
  }
  .home-page-right {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ececec;
    padding: 50px;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .overflowing-image {
    position: static;
    margin: auto;
  }
  .overflowing-image video {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 825px) {
  .caffeine-div.contact-right {
    width: 250px;
    padding: 20px;
  }
  .caffeine-div.contact-left {
    width: calc(100% - 250px);
    padding: 20px;
  }
  .caffeine-div.contact-right .caffeine-div-container::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #002157;
    border-top: 1px solid #002157;
    padding-top: 25px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    width: 200px;
    display: inline-block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    border-radius: 100px;
    background-color: #002157 !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background-color: #ed3338 !important;
  }
}
@media (max-width: 767px) {
  #secondary {
    position: fixed;
    z-index: 998;
    top: 80px;
    left: 0;
    width: 300px;
    height: calc(100% - 80px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.2s ease 0s;
  }
  #secondary.open .sidebar-closer {
    width: 100vw;
  }
  #secondary.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .refine-your-search {
    position: relative;
    z-index: 998;
    width: 300px;
    border-right: 0;
    background-color: #fafafa;
    padding: 25px;
    height: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .sidebar-opener {
    display: block;
  }
  #secondary .widget,
  #secondary .widget .textwidget {
    height: 100%;
    margin: 0;
  }
  body.post-type-archive-product #primary,
  body.search #primary,
  body.tax-product_tag #primary,
  body.tax-product_cat #primary {
    width: 100%;
  }
  .example-image-switcher label {
    margin-left: 5px;
    margin-right: 5px;
  }
  .single-product-templates,
  .trodat-single-product .product,
  .trodat-single-product .up-sells {
    width: 100%;
    float: none;
    clear: both;
  }
  .single-product-templates::after,
  .trodat-single-product .up-sells::before {
    width: calc(100% + 50px);
    border-width: 3px;
  }
  .trodat-single-product .up-sells::after {
    text-transform: uppercase;
    font-size: 18px;
  }
  .woocommerce .trodat-single-product .up-sells ul li {
    width: 150px !important;
  }
  .woocommerce .trodat-single-product .up-sells ul li img {
    max-height: 100px !important;
  }
  .cdw-dimensions-block {
    top: 25px;
  }
  .cdw-properties-block .inner-left,
  .cdw-properties-block .inner-right {
    padding: 0;
  }
  .cdw-properties-block {
    width: 100%;
    float: none;
  }
  .cdw-align-center,
  .cdw-align-left,
  .cdw-align-right,
  .cdw-font-bold,
  .cdw-font-italic,
  .cdw-font-underline {
    margin-top: 0;
  }
  .cdw-font-bold {
    clear: none;
    margin-left: 2px;
  }
  .cdw-preview-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .cdw-cart-table {
    display: none;
  }
  .cdw-mobile-cart-tables {
    display: table;
    border-width: 1px;
    border-color: #002157;
    border-collapse: collapse;
  }
  .cdw-mobile-cart-tables tr {
    border: unset;
  }
  .cdw-mobile-cart-tables img {
    max-width: 90px;
    width: auto;
    height: auto;
  }
  .cdw-mobile-cart-tables tr:first-child td:last-child {
    background-color: #002157;
  }
  .cdw-mobile-cart-tables td h5 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
  }
  .cdw-mobile-cart-tables td {
    border-width: 1px;
    border-color: #002157;
  }
  /* Swiper */
  .swiper.advertise {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .gform_wrapper #gform_2 label.gfield_label {
    display: block;
    width: 100% !important;
    text-align: left;
    line-height: 20px;
    height: 20px;
    padding: 0 0 0 10px;
  }
  .gform_wrapper #gform_2 #field_2_4 label.gfield_label {
    height: 20px;
    line-height: 20px;
  }
  #gform_2 .gfield_required {
    display: none;
  }
  #gform_2 .ginput_container.ginput_container {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 639px) {
  .assistance-cta,
  .coffee-creative-studio a {
    text-align: center;
  }
  .icon-intro ul {
    padding-left: 40px;
  }
  .icon-intro ul li {
    width: 100% !important;
    margin: 0;
    padding-left: 100px !important;
  }
  .icon-intro ul li:nth-child(1) img {
    left: 30px;
  }
  .icon-intro ul li:nth-child(2) img {
    left: 28px;
  }
  .icon-intro ul li:nth-child(3) img {
    left: 9px;
  }
  .icon-intro ul li:nth-child(4) img {
    left: 16px;
  }
  .product-type {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 19px;
    height: 150px;
  }
  .home-page-text {
    width: auto;
  }
  .home-page-text::after,
  .home-page-text::before {
    display: none;
  }
  .qty-btn.change,
  .qty-updater.active .qty-number-changer {
    display: block;
  }
  .home-page-left .max-width-container,
  .home-page-text {
    padding: 0;
  }
  .footer-left,
  .footer-middle,
  .footer-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-right ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .assistance-cta {
    width: 100%;
    height: 32px;
    font-size: 14px;
  }
  .coffee-creative-studio {
    margin-bottom: 32px;
  }
  body.page-id-16 .entry-content img {
    float: none;
    max-width: 100%;
  }
  .example-image-switcher label {
    width: 125px;
  }
  .woocommerce-loop-product__title {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    max-width: 150px;
  }
  .trodat-single-product .summary.entry-summary {
    width: calc(100% - 150px) !important;
  }
  .single-product-templates::after,
  .trodat-single-product .up-sells::before {
    width: 100%;
    left: 0;
    border-width: 3px 0 0;
  }
  .templates-heading::before {
    top: -6px;
    left: 0;
  }
  .trodat-single-product .up-sells::after {
    left: 0;
    top: -17px;
  }
  .cdw-dimensions-block {
    font-size: 12px;
    top: 55px;
  }
  .cdw-font-bold {
    clear: left;
    margin-left: 0;
  }
  .cdw-align-center,
  .cdw-align-left,
  .cdw-align-right,
  .cdw-font-bold,
  .cdw-font-italic,
  .cdw-font-underline {
    margin-top: 4px;
  }
  .caffeine-div.contact-right {
    padding: 20px 0 0 10px;
    width: 180px;
  }
  .caffeine-div.contact-left {
    width: calc(100% - 180px);
    padding: 20px 15px;
  }
  #coupon_code {
    width: 100% !important;
    height: 26px;
  }
  .woocommerce-cart.woocommerce-page ul.products li.product {
    width: 150px !important;
  }
  .qty-updater {
    position: relative;
  }
  .cdw-mobile-cart-tables .qty-btn {
    right: 0;
    position: absolute;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    bottom: 0;
    width: 60px;
  }
  .qty-updater.active .qty-btn.update {
    right: 25px;
    bottom: 3px;
  }
  .qty-closer {
    top: 4px;
  }
}
@media (max-width: 480px) {
  .cdw-preview-block {
    width: 100%;
  }
  #cdw-preview {
    max-width: 100%;
    height: auto;
  }
  .single-order-details h3 {
    font-size: 12px;
    padding-left: 10px;
    text-transform: none;
  }
  .total-order-cost {
    font-size: 11px;
    right: 10px;
  }
  .order-product-page-preview {
    display: block;
    margin: 4px auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    width: calc(50% - 5px);
  }
  .caffeine-div.contact-left,
  .caffeine-div.contact-right,
  .woocommerce form .form-row {
    width: 100%;
  }
  .caffeine-div.contact-right {
    text-align: center;
  }
  .caffeine-div.contact-right ul {
    margin: 15px auto 0;
  }
  #input_1_3 {
    height: 64px;
  }
}
@media (max-width: 419px) {
  .max-width-container,
  body.post-type-archive-product #content,
  body.tax-product_cat #content {
    width: calc(100% - 42px);
  }
  body.post-type-archive-product .woocommerce-products-header__title,
  body.search #content .page-title,
  body.tax-product_cat .woocommerce-products-header__title {
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 10px;
  }
  .single-product-templates > li {
    max-width: calc(50% - 12px);
  }
  .woocommerce .trodat-single-product .up-sells ul li {
    width: 48% !important;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 120px;
  }
  .trodat-single-product .summary.entry-summary {
    width: calc(100% - 120px) !important;
  }
  .product-short-description p {
    min-height: 3.4em;
  }
}
@media (max-height: 667px) {
  #responsive-menu-items,
  .refine-your-search {
    overflow: scroll;
  }
}
