/* CUSTOM BLUE THEME */

@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(//fonts.googleapis.com/css?family=Nunito:300,400);

/* RESETS AND MAIN STYLES */

.bg { padding-top: 99px; background-color: #fff; height: auto; color: #333333; font-size: 14px; line-height: 1.428571429;}
* { font-family: 'Roboto', sans-serif;}


.hidden { display: none; }
.hide-element { display: none; }
small {
  font-size: 13px;
}


[type=text],
[type=number],
[type=email],
[type=text]:active,
[type=number]:active,
[type=email]:active,
[type=text]:focus,
[type=number]:focus,
[type=email]:focus,
select {
  border-width: 1px !important;
}

select#contries {
  padding: 5px 10px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.disabled[type=text],
.disabled[type=number] {
  background-color: #fff !important;
  color: #282828 !important;
  cursor: default;
}
.form-control {
  height: auto;
  border: 1px solid #aaa;
  padding: 6px 5px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff !important;
  color: #282828 !important;
  border-color: #cacaca !important;
}

.is-invalid-input:not(:focus) {
  border-color: #c96666;
}

.btn-action.disabled {
  background-color: #9b9b9b;
}

.has-tooltip {
  cursor: help;
  color: #000000;
  border-bottom: 1px dotted #000000;
}
.tooltip-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 10px;
  background: #9f9f9f;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: none;
}
.tooltip-icon:hover {
  background: #008EE2;
}

form.big {
  margin-bottom: 35px;
}

form.big select {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #565656;
  margin: 0;
}

form.big input[type=text],
form.big input[type=number] {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #565656;
}

.alert {
  padding: 5px 20px;
  font-size: 14px;
  text-align: center;
}

.form-group .alert-danger {
  padding: 10px 0 13px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border-width: 0 0 1px 0;
  border-style: none none dashed none;
  border-color: #c96666;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

section {
  padding: 0;
}
section header {
  margin-bottom: 0;
}
.bg-light {
  padding: 40px 0;
}
.panel {
  box-shadow: none;
}



/* Hiding the Google remarketing iframe */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/* CUSTOM SELECT */

.select-hidden {
  display: none;
  visibility: hidden;
}
.select {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 77px;
  padding: 0.6rem;
  margin: 0 auto;
  border: 2px solid #CACACA;
  border-radius: 4px;
}
.select:hover {
  border-color: #98aecc;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.6rem;
  font-size: 30px;
  color: #008EE2;
  font-weight: bold;
  text-align: center;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #282828 transparent transparent transparent;
  position: absolute;
  top: 33px;
  right: 20px;
}
.select-styled:active, .select-styled.active {
  border-color: #8a8a8a;
}
.select-styled:active:after, .select-styled.active:after {
  top: 26px;
  border-color: transparent transparent #282828 transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: #CACACA;
  border-width: 0 2px 2px 2px;
  list-style: none;
  font-size: 25px;
  font-weight: bold;
  color: #565656;
  background: #fff;
  text-align: center;
}
.select-options li {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #CACACA;
}
.select-options li:hover {
  color: #fff;
  background: #272B38;
}
.select-options li[rel="hide"] {
  display: none;
}

/* END CUSTOM SELECT */

.panel.panel-default.success {
  background-color: #cbeabd;
  border-color: #a1c392;
  color: #133f00;
  padding: .5em .2em;
}
.panel.panel-default.error {
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color: #3f0000;
  background: #eec9c9;
  border: 2px solid #c96666;
}
.button.large {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.button.warning {
  background-color: #008EE2;
}
.button.warning:hover,
.button.warning:focus {
  color: #fff;
  background-color: #272B38;
}
.button.warning.disabled {
  background-color: #444;
}

#page {
}

.highlighted {
  color: #008EE2;
  line-height: 1;
}

/* QUOTE PAGE */

#section-logos {
  padding: 50px 0;
}
#section-price,
#section-progress {
  padding: 50px 0 0 0;
}
#section-quote {
  padding: 0;
}
#section-quote .col h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #272B38;
}

#section-quote input.form-control,
#section-quote select.form-control,
#section-quote .select {
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 40px;
  color: #008EE2;
  font-weight: bold;
  text-align: center;
}
#section-quote .select {
  height: 91px;
}

#section-logos .logos ul {
  width: 100%;
  margin: 50px auto 0 auto;
  overflow: hidden;
  text-align: center;
}
#section-logos .logos li {
  display: inline-block;
  height: 69px;
  padding: 0 10px;
  overflow: hidden;
  color: #616161;
  text-align: center;
  vertical-align: top;
}
#section-logos .logos .title {
  padding-top: 20px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

/* Custom Select */
#section-quote .select-styled {
  font-size: 40px;
  padding: 0;
}
#section-quote .select-styled:after {
  content: "";
  top: 40px;
  right: 20px;
}
#section-quote .select-styled:active:after,
#section-quote .select-styled.active:after {
  top: 33px;
  border-color: transparent transparent #282828 transparent;
}
#section-quote .select-options li {
  line-height: 40px;
}
#section-quote .notice {
  margin: 30px 0;
  font-weight: bold;
}

/* HEADER */

.header-row {
  border-bottom: 4px solid #ddd;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.header-row p {
  margin-bottom: 0;
}
.header-row > h1 {
  float: left;
  font-size: 40px;
  line-height: 1;
  margin-right: 40px;
}

/* ORDER PAGE */

.select-total {
  margin-bottom: 5px;
}
.select-total .select-styled {
  padding: 0.8rem 2.6rem 0.6rem 0.6rem;
  font-size: 26px;
}
.select-total .form-control {
  height: 77px;
}
.select-total p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
.select-total h3 {
  font-size: 18px;
  text-transform: none;
}
.select-total h3 small {
  font-size: 14px;
}
.select-total .hr {
  margin: 0 15px;
  clear: both;
  height: 25px;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #dddddd;
}

.select-sizes {
  margin-bottom: 30px;
}
.select-sizes .input-group {
  width: 100%;
  margin-top: 10px;
}
.select-sizes .select {
  height: 40px;
}
.select-sizes .select-styled {
  padding: 6px 33px 6px 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
}
.select-sizes select.form-control {
  height: 30px !important;
  line-height: 1;
}
.select-sizes .select-styled:after {
  border-width: 6px;
  top: 15px;
  right: 10px;
}

.select-sizes .select-styled:active:after,
.select-sizes .select-styled.active:after {
  top: 8px;
}
.select-sizes .select-options {
  max-height: 300px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.1;
}
.select-sizes .select-options li {
  padding: 8px 15px;
}
.select-sizes .input-group-addon,
.select-sizes .input-group input[disabled] {
  min-width: 50px;
  background: #dddddd;
  color: #666666 !important;
  font-weight: bold;
}

.select-sizes .checkbox-options .columns.active .input-group-addon {
  min-width: 50px;
  background: #cacaca;
  color: #272b38;
  font-weight: bold;
}

.select-sizes p {
  margin-top: 0;
}

.select-sizes h4 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.select-sizes .checkbox-options header label {
  background: #dddddd;
  color: #999999;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}

.select-sizes .checkbox-options .columns.active header label {
  background: #008ee2;
  color: #fff;
}

.select-sizes .checkbox-options header input {
  margin-right: 5px;
}

.select-sizes .form-control {
  font-size: 16px !important;
  padding: 3px 12px;
  font-weight: bold;
  text-align: center;
  color: #cacaca;
}

.select-sizes .checkbox-options .columns.active .form-control {
  font-size: 16px !important;
  padding: 3px 12px;
  font-weight: bold;
  text-align: center;
  color: #008EE2;
  border-color: #cacaca;
  border-left: none;
}

.select-sizes .columns {
  margin-top: 10px;
}

.img-thumbnail { margin-bottom: 5px; }

.mfp-bottom-bar {
  font-size: 14px;
  padding-bottom: 20px;
}

#order-text-section .panel-heading {
  padding: 0;
  background: #edf1f6;
  color: #008EE2;
}

#order-text-section h3 {
  margin-top: 35px;
}
#order-text-section h3:first-of-type {
  margin-top: 5px;
}

.order-summary {
  overflow: hidden;
  margin-top: 40px;
  padding: 25px;
  background: #f1f1f1;
  border: 2px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.order-summary h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.order-summary ul {
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
}
.order-summary li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  border-right: 1px solid #cacaca;
}

.order-summary li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.order-summary li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #272b38;
}

.order-summary .order-buttons {
  float: right;
}

.order-summary .order-buttons .alert,
.order-summary .error-checkout {
  clear: both;
  overflow: hidden;
  background: transparent;
  border: none;
  margin: 0;
  padding: 25px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.accordion {
  margin-bottom: 25px;
  background: transparent;
  border-color: #cacaca;
  border-width: 1px 0 0 0;
}
.accordion-item {
  margin-top: 10px !important;
}
.accordion-title {
  padding: 15px;
  border-bottom-color: #cacaca;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.accordion-content {
  padding: 10px 15px 0 15px;
  border-bottom-color: #cacaca;
  background: transparent;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.strike > span {
  position: relative;
  display: inline-block;
  line-height: 0.8;
  font-family: 'Nunito', sans-serif;
}
.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2000px;
  height: 4px;
  background: #dddddd;
}
.strike > span:before {
  right: 100%;
  margin-right: 20px;
}
.strike > span:after {
  left: 100%;
  margin-left: 20px;
}

.strike.dotted > span:before,
.strike.dotted > span:after {
  top: 33%;
  border-top: 4px dotted #edf1f6;
  background: none;
}
.strike.dotted > span > * {
  display: inline-block;
}

.panel.panel-default input {
  background-color: #fff !important;
  margin: 0;
}
.panel.panel-default.horizontal input {
  border: none;
}
.panel.panel-default .meta {
  border: none;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  clear: both;
}
.panel.panel-default .meta p {
  margin: 0;
}

.accordion-content .gallery {
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion-content .gallery a {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: zoom-in;
}

#email-me-quote {
  padding: 17px 26px;
  margin-right: 15px;
  background: transparent;
  border: 2px solid #008ee2;
  color: #008ee2;
  font-size: 14px;
  text-transform: uppercase;
}
#email-me-quote:hover {
  border-color: #272b38;
  color: #272b38;
}
#email-me-quote:focus {
  color: #272b38;
}
#email-me-quote.disabled {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

/* SUCCESS PAGE */

.tracker {
  margin: 25px 0 20px 0;
}

.tracker .panel {
  width: 16%;
  padding: .4em;
  border-width: 2px;
  font-size: 1em;
  min-height: 4em;
  display: table;
}
.tracker .panel.panel-success {
  background-color: #cbeabd;
  border-color: #a1c392;
  color: #133f00;
}

.tracker .panel,
.tracker .chevron {
  float: left;
  position: relative;
}

.tracker .panel > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.chevron {
  margin: 0;
  width: 5%;
  line-height: 1.2;
  font-size: 6em !important;
  font-weight: 100;
  text-align: center;
  color: #ccc;
}

.tracker .chevron {
  line-height: 0.8em;
  font-size: 3em !important;
}

.team-order {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  border: 2px solid #cacaca;
  color: #008EE2;
  font-size: 14px;
  line-height: 1.2;
}
.team-order i {
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #b5b5b5;
}
.team-order:hover, .team-order:active, .team-order:focus {
  background: #edf1f6;
  border-color: #008ee2;
  color: #272b38;
}
.team-order.checked {
  background: #008EE2;
  border-color: #008EE2;
  color: #fff;
}
.team-order.checked i {
  background: #fff url(../images/check-icon.png) center center no-repeat;
  border-color: #008EE2;
}
.team-order.checked:hover, .team-order.checked:active, .team-order.checked:focus {
  background: #008EE2;
  border-color: #008EE2;
  color: #fff;
}
.team-message {
  display: none;
}
.team-message p {
  margin: 0;
  padding: 10px 0 25px;
  text-align: center;
}

#summary .row {
  border-bottom: 1px solid #ccc;
  padding: .6em 0;
  color: #272B38;
  line-height: 1.4;
}
#summary .row.subtotal div:last-child {
  text-decoration: line-through;
}
#summary .row.subtotal div:last-child small {
  margin-left: 15px;
}
#summary .row.ending { border: none; }
#summary .row.highlighted,
#summary .row.highlighted.ending {
  padding: 15px 0;
}
#summary .row.highlighted {
  color: #008EE2;
}
#summary .row.highlighted h3 {
  margin: 0;
  line-height: 1;
  color: #008EE2;
}
#summary .row.highlighted.ending .medium-3 {
  line-height: 1.2;
}

#summary .medium-3 {
  font-weight: bold;
  text-align: right;
}

#summary .strike > span:before,
#summary .strike > span:after {
  top: 33%;
  height: 2px;
}

/* DESIGN UPLOAD */

.summary {
  margin-bottom: 40px;
  background: #f1f1f1;
  border: 2px solid #dddddd;
}

#designer .error, #designer-back .error {
  width: 100%;
  padding: 6px 20px 8px 20px;
  font-size: 14px;
  color: #3f0000;
  background: #eabdbd;
  border-bottom: 2px solid #c96666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

#designer .remove-image, #designer-back .remove-image {
  float: right;
  background: #edf1f6;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  cursor: pointer;
  display: none;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #7d94b0;
}

.summary .meta {
  padding: 30px 40px 20px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #272b38;
}
.summary .meta .row {
  padding: 13px 0;
  border-bottom: 1px solid #cacaca;
}
.summary .meta .price,
.summary .meta .you-save {
  padding: 13px 0 17px 0;
  border-left: 2px solid #edf1f6;
  color: #008EE2;
}
.summary .meta .price div:last-child {
  line-height: 0.8;
}
.summary .meta .price p,
.summary .meta .old-price p,
.summary .meta .you-save p {
  margin: 0;
}
.summary .meta .price .accent {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  float: left;
  margin-right: 15px;
}
.summary .meta .price small {
  line-height: 0.8;
}
.summary .meta .old-price div:last-child {
  text-decoration: line-through;
}
.summary .meta .old-price div:last-child small {
  margin-left: 15px;
}
.summary .meta .vat {
  font-size: 12px;
  border-bottom: none;
}
.summary .meta .form-group {
  position: relative;
  margin-bottom: 0;
}
.summary .meta .form-group .form-control {
  padding: 4px 45px 4px 10px;
}
.summary .meta .form-group .alert-danger {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.summary .meta .shipping-type input[type="checkbox"],
.summary .meta .shipping-type input[type="radio"] {
  vertical-align: top;
  margin-right: 4px;
}
.summary .meta .shipping-type .disabled-option {
  color: #999999;
}
.summary .meta .shipping-type .disabled-option .has-tooltip {
  color: #999999;
  border-bottom-color: #999999;
}
.summary .meta #coupon {
  position: absolute;
  width: 35px;
  height: 28px;
  top: 2px;
  right: 2px;
  background: #9b9b9b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.summary .meta #remove-coupon {
  display: inline-block;
  width: 35px;
  margin-left: 15px;
  padding: 5px 0 7px 0;
  background: #9b9b9b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
  vertical-align: top;
}
.summary .meta #coupon:hover,
.summary .meta #coupon:active,
.summary .meta #remove-coupon:hover,
.summary .meta #remove-coupon:active {
  background: #008EE2;
}

.checkout-form {
  border-bottom: 4px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.checkout-form h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
}
.checkout-form h3 p {
  color: #565656;
  text-transform: none;
  display: inline;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.checkout-form .select {
  height: 36px;
}
.checkout-form .select-styled {
  padding: 6px 33px 6px 12px;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
}
.checkout-form select.form-control {
  height: 30px !important;
  line-height: 1;
}
.checkout-form .select-styled:after {
  border-width: 6px;
  top: 14px;
  right: 10px;
}
.checkout-form .select-styled:active:after, .checkout-form .select-styled.active:after {
  top: 7px;
}
.checkout-form .select-options {
  max-height: 300px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.1;
  color: #555;
  font-weight: normal;
  text-align: left;
}
.checkout-form .select-options li {
  padding: 8px 15px;
}
.checkout-form .rush-only-in-uk-warning {
  padding: 10px 0 0 0;
  color: #803000;
  font-size: 12px;
  line-height: 1.4;
}

#dj-editor,#dj-editor-back {
height:591px;
}

.dj-editor {
  border: none !important;
  background-size: 100% !important;
}

.dj-editor * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dj-editor-container {
  max-width: 394px;
  margin: 40px auto 25px auto;
  overflow: hidden;
  display: none;
}
.dj-editor-container p,
.upload-container p {
  color: #272B38;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 10px 0;
  clear: both;
}

.dj-editor-container .colors {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 394px;
}

.dj-editor-container .colors .color {
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #dddddd;
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
}

.dj-editor-container .colors .color.active {
  border: 2px solid #008EE2;
}

.upload-container {
  margin: 10px auto 25px auto;
  background: red;
  overflow: hidden;
  color: #fff;
  background: transparent url(../images/samples/generic-white.png) center center no-repeat;
  background-position: top center !important;
  background-size: 394px 591px !important;

}

.upload-container p {
  margin-top: 48px;
}

.upload-container .colors {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  max-width: 394px;
}

.upload-container .colors .color {
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #dddddd;
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
}

.upload-container .colors .color.active {
  border: 2px solid #008EE2;
}

.upload-container .h1, .upload-container .h2, .upload-container .h3 {
  font-family: 'Roboto', sans-serif;
}

.upload-container .loading span.h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 0 15px 0;
  text-align: center;
}
.upload-container label span.h2 {
  margin-top: 0;
}

.upload-container .loading .progress {
  height: 11px;
  background: transparent url(../images/upload/progress.gif) center center no-repeat;
}

.upload-container .loading,
.upload-container label {
  width: 260px;
  padding: 35px 35px;
  margin: 50px auto 0px auto;
  background: rgba(0, 142, 226, 0.85);
  border-radius: 4px;
  cursor: pointer;
}

.upload-container .loading {
  margin-top: 130px;
  margin-bottom: 95px;
}

.upload-container .loading span,
.upload-container label span {
  display: block;
  color: #fff;
}

.upload-container label span.h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
}

.upload-container label span.h2 {
  font-size: 13px;
  line-height: 18px;
}

.upload-container label span.h3 {
  font-size: 16px;
  line-height: 24px;
  border-top: 2px solid #fff;
  margin-top: 17px;
  padding-top: 17px;
}

.upload-footer{
  background-color: #edf1f6;
}

.upload-footer .text-center{
  color:black;
  font-weight: 700;
}

.upload-container.disabled {
  pointer-events:none;
}

.upload-container.disabled .loading,
.upload-container.disabled label {
  background: rgba(165, 165, 165, 0.85);
}

.upload-container.disabled .loading span,
.upload-container.disabled label span {
  color: #e2e2e2;
}

.upload-container.disabled label span.h3 {
  border-top-color: #e2e2e2;
}

.upload-container.disabled .colors .color {
  opacity: 0.4;
}

/* INLINE POP-UP STYLES */

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px 30px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
.white-popup h2 {
  font-size: 25px;
}
.white-popup h3 {
  font-size: 18px;
  text-transform: normal;
}

.editor-tabs{
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.editor-tabs > li {
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #edf1f6;
  color: #008EE2;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.editor-tabs > li.active {
  border: none;
  margin:0;
}

.editor-tabs > li.active:first-child{
  border-right: 1px solid #ddd;
}

.editor-tabs > li.active:last-child{
  border-left: 1px solid #ddd;
}

.editor-tabs > li > a {
  border: none;
  color:#7d94b0;
}

.editor-tabs > li.active > a,
.editor-tabs > li.active > a:hover,
.editor-tabs > li.active > a:focus {
  color:#008ee2;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.editor-tabs > li > a > .fa {
  display: none;
  margin-left: 5px;
}


#designer, #designer-back {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.number-of-colours {
  padding: 7px 20px 7px 20px;
  border-bottom: 1px solid #ddd;
}

.number-of-colours-text {
  font-size: 14px;
  color: #272B38;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}

.number-of-colours-print {
  font-size: 14px;
  color: #008ee2;
  display: inline-block;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
  vertical-align: top;
}

.number-of-colours-print  i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #b5b5b5;
  margin-top:5px;
  vertical-align: top;
}

.number-of-colours-print.checked i {
  background: #fff url(../images/check-icon.png) center center no-repeat;
}

.number-of-colours .select-right {
  float: right;
}

.number-of-colours.disabled .number-of-colours-print{
  color: black;
}

.number-of-colours.disabled .number-of-colours-text{
  color: #c9c9c9;
  pointer-events: none;
}

.number-of-colours.disabled .select .select-styled{
  color: #c9c9c9;
  pointer-events: none;
  visibility: hidden;
}

.number-of-colours.disabled .select .select-styled:after{
  border-color: #c9c9c9 transparent transparent transparent;
  visibility: visible;
}

.edit-tab-pane .select {
  width: 68px;
  height: 28px;
  border: 1px solid #CACACA;
  display: inline-block;
  padding: 0;
}

.edit-tab-pane .select-styled{
  padding: 0;
  font-size: 17px;
  line-height: 1;
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
}

.edit-tab-pane .select-styled:after {
  border: 5px solid transparent;
  border-color: #282828 transparent transparent transparent;
  position: absolute;
  top: 10px;
  right: 11px;
}

.edit-tab-pane .select-options li {
  font-size: 17px;
  padding: 0;
}

.checkout-tabs{
  width: 394px;
  margin:40px auto 0 auto;
  padding-bottom: 20px;
  background-color: white;
}

.checkout-tabpanel .dj-editor-container{
  margin-top:0;
}

.checkout-tabpanel .dj-editor{
  border:1px solid #ddd !important;
  border-top: 0 !important;
}

.editor-tabs .single-tab{
  border: 0 !important;
  width:100%;
}

.editor-tabs .hide-tab {
  display:none;
}

#error-checkout {
  display: none;
}

.quantity-size-error {
  color: #ca0000;
}

#size_error {
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
  overflow: hidden;
}

#size_error span{
  font-size: 14px;
  color: #ca0000;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  font-family: 'Nunito', sans-serif;
}

/*#size_error span:before, #size_error span:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 2000px;
  height: 2px;
  background: #ca0000;
}

#size_error span:before {
  right: 100%;
  margin-right: 20px;
}

#size_error span:after{
  left: 100%;
  margin-left: 20px;
}*/

.billing-details .checkbox-option input {
  margin-right: 5px;
}

/* MODAL */
.modal-backdrop{
  opacity: 0 !important;
  z-index: 1;
}

/* RESPONSIVE */

@media (max-width: 1023px) {
  .bg {padding-bottom: 30px;}
  #section-logos .logos ul {
  margin-top: 40px;
  }
  #section-quote .col p {
  font-size: 35px;
  }
  .button.secondary {
  margin-bottom: 15px;
  }
  .header-row > h1 {
  font-size: 40px;
  width: 100%;
  }
  #summary .large-3 {
  text-align: left;
  }
  #footer {
  margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .select-sizes .col-md-4 {
  width: 15%;
  }
  .select-sizes .col-md-4:nth-child(2) {
  width: 25%;
  }
}

@media (max-width: 991px) {
  #section-quote .col h2 {
  font-size: 22px;
  }

  .logo.mobile-center-block {
  float: none;
  margin: 0 auto;
  display: block;
  width: 170px;
  }

  .summary .meta {
    padding: 0;
    border-top: 1px solid #CACACA;
  }

  #order-text-section h3:first-of-type {
    margin-top: 30px;
  }

  .order-summary {
    margin-top: 30px;
  }

  .order-summary ul {
    width: 100%;
  }

  .order-summary .order-buttons {
    width: 100%;
    margin-top: 20px;
  }

  .order-summary .order-buttons .btn-action {
    float: right;
  }

  #size_error{
    width: 95%;
    margin: 15px 2.5% 0 2.5%;
  }
}

@media (max-width: 900px) {
  .tracker {
  margin-bottom: 0;
  }
  .tracker .panel {
  width: 100%;
  display: block;
  min-height: auto;
  }

  .tracker .panel > * {
  display: block;
  }

  .tracker .chevron {
  display: none;
  }
}

@media (max-width: 767px) {
  .bg-light {
  padding: 20px 0;
  }
  h1, .h1 {
  font-size: 30px;
  }
  #section-progress {
  padding: 30px 0 0 0;
  }
  .checkout-form h3 p {
  display: block;
  margin: 5px 0 0 0;
  }
  #pay {
  margin-top: 20px;
  }
}

@media (max-width: 639px) {
  #header {
  margin-bottom: 20px;
  }
  .order-summary li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .order-summary li:nth-child(even) {
    margin-right: 0;
    border-right: none;
  }
  #summary .medium-3 {
  text-align: left;
  }
  #summary .row.highlighted.ending h3 {
  margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .number-of-colours-print {
  width: 100%;
  text-align: center;
  }
  .number-of-colours .select-right {
  float: none;
  width: 100%;
  text-align: center;
  }
  .order-summary .order-buttons .btn {
    width: 100%;
  }
  .order-summary .order-buttons #email-me-quote {
    margin: 0 0 20px 0;
  }
  .order-summary .order-buttons .alert {
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  #section-logos .logos ul {
  display: none;
  }
  #footer {
  margin-top: 40px;
  }
}
.download_div{
    z-index: -1;
    opacity: 0.5;
}
#download_button, .download_div .btn{
  width: 100%;  
}
.upload-container >form:first-of-type{
    min-height: 545px;
}
.chatonline li a span, .form-control{
    color:#565656;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
        letter-spacing: 0.5px;
    font-size: 16px;
}
.form-control{
    min-height:36px !important;
    max-height: 36px !important;
}