.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}@font-face {
font-family: 'nbt-fonts';
src: url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/fonts/fontello.eot?3677059);
src: url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/fonts/fontello.eot?3677059#iefix) format('embedded-opentype'),
url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/fonts/fontello.woff2?3677059) format('woff2'),
url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/fonts/fontello.woff?3677059) format('woff'),
url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/fonts/fontello.ttf?3677059) format('truetype'),
url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/fonts/fontello.svg?3677059#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="nbt-icon-"]:before, [class*=" nbt-icon-"]:before {
font-family: "nbt-fonts";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.nbt-icon-basket:before { content: '\e800'; } .nbt-icon-basket-1:before { content: '\e801'; } .nbt-icon-basket-alt:before { content: '\e802'; } .nbt-icon-cancel-circled:before { content: '\e803'; } .nbt-icon-basket-2:before { content: '\e804'; } .nbt-icon-basket-3:before { content: '\e805'; } .nbt-icon-basket-4:before { content: '\e806'; } .nbt-icon-right-thin:before { content: '\e807'; } .nbt-icon-ok-circled:before { content: '\e808'; } .nbt-icon-ok:before { content: '\e809'; } .nbt-icon-cancel:before { content: '\e80a'; } .nbt-icon-down-open:before { content: '\e80b'; } .nbt-icon-left-open:before { content: '\e80c'; } .nbt-icon-right-open:before { content: '\e80d'; } .nbt-icon-up-open:before { content: '\e80e'; } .nbt-icon-search:before { content: '\e80f'; } .nbt-icon-up-open-big:before { content: '\e810'; } .nbt-icon-down-open-big:before { content: '\e811'; } .nbt-icon-spin4:before { content: '\e834'; } .nbt-icon-upload-cloud:before { content: '\f0ee'; } .nbt-icon-file-pdf:before { content: '\f1c1'; } .nbt-icon-shopping-basket:before { content: '\f291'; } .animate-spin {
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
display: inline-block;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}@font-face {
font-family: 'ajaxcart';
src: url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/core/modules/ajax-cart/assets/fonts/ajaxcart.eot?67450357);
src: url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/core/modules/ajax-cart/assets/fonts/ajaxcart.eot?67450357#iefix) format('embedded-opentype'), url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/core/modules/ajax-cart/assets/fonts/ajaxcart.woff2?67450357) format('woff2'), url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/core/modules/ajax-cart/assets/fonts/ajaxcart.woff?67450357) format('woff'), url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/core/modules/ajax-cart/assets/fonts/ajaxcart.ttf?67450357) format('truetype'), url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/core/modules/ajax-cart/assets/fonts/ajaxcart.svg?67450357#ajaxcart) format('svg');
font-weight: normal;
font-style: normal; }
[class^="ajaxcart-icon-"]:before, [class*=" ajaxcart-icon-"]:before {
font-family: "ajaxcart";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: 0.2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.ajaxcart-icon-delete:before {
content: "\e809"; }
.ajaxcart-icon-basket:before {
content: "\e800"; }
.ajaxcart-icon-basket-1:before {
content: "\e801"; }
.ajaxcart-icon-basket-alt:before {
content: "\e802"; }
.ajaxcart-icon-cancel-circled:before {
content: "\e803"; }
.ajaxcart-icon-basket-2:before {
content: "\e804"; }
.ajaxcart-icon-basket-3:before {
content: "\e805"; }
.ajaxcart-icon-basket-4:before {
content: "\e806"; }
.ajaxcart-icon-right-thin:before {
content: "\e807"; }
.ajaxcart-icon-ok-circled:before {
content: "\e808"; }
.ajaxcart-icon-shopping-basket:before {
content: "\f291"; }
.nbt-ajax-cart {
position: relative; }
.nbt-ajax-cart .nbt-ajax-cart-icon {
position: relative;
display: inline-block;
cursor: pointer;
z-index: 999; }
.nbt-ajax-cart .nbt-ajax-cart-icon i {
font-size: 20px; }
.nbt-ajax-cart .nbt-ajax-cart-icon .nbt-ajax-cart-count {
position: absolute;
right: -5px;
top: -5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
background: #000;
color: #fff;
border-radius: 50%;
font-size: 11px;
border: 1px solid #ccc; }
.nbt-ajax-cart .nbt-ajax-cart-icon:after {
opacity: 0;
position: absolute;
bottom: -10px;
left: 9px;
margin-top: -9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #25bce9;
border-left: 7px solid transparent;
content: ''; }
.nbt-ajax-cart .nbt-ajax-cart-popup {
display: none;
position: absolute;
top: 40px;
width: 300px;
background: #fff;
border: 1px solid #f3f2f2;
z-index: 999;
font: 14px/20px Lato, sans-serif;
color: #69686c;
border-top: 3px #25bce9 solid;
box-shadow: 0 5px 20px rgba(0, 0, 0, .05) !important; }
.nbt-ajax-cart .nbt-ajax-cart-popup .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
padding: 15px 0;
text-align: center; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul {
margin: 0;
padding: 0;
list-style: none;
overflow-x: hidden;
max-height: 344px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li {
position: relative;
padding: 10px !important;
border-bottom: 1px solid #ddd;
margin-bottom: -5px;
width: 100%; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-left {
float: left;
width: 75px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-left a {
padding: 0 !important; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-left a img {
display: block;
float: none !important;
margin-right: 10px;
width: 75px !important;
height: 75px !important;
max-width: inherit;
border: 1px solid #d4d4d4;
border-radius: 5px;
padding: 1px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right {
float: left;
width: calc(100% - 75px);
padding-left: 15px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right h4 {
margin: 0 0 5px 0;
font-size: 16px;
line-height: 21px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right h4 a {
color: rgba(37, 188, 233, 0.75) !important;
text-decoration: none !important;
white-space: nowrap;
padding: 0;
float: none;
font-weight: 700 !important;
font-size: 14px;
box-shadow: none !important;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right h4 a:hover {
color: rgba(37, 188, 233, 0.75); }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating {
line-height: 2;
display: block;
margin-bottom: 0; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating:after, .nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating:before {
content: ' ';
display: table; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating:after {
clear: both; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating .star-rating {
margin: 2px 4px 8px 0 !important;
float: left;
overflow: hidden;
position: relative;
height: 1.2em;
color: #fbc443;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating .star-rating:before {
content: '\73\73\73\73\73';
color: #fbc443;
float: left;
top: 0;
left: 0;
position: absolute; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .woocommerce-product-rating .star-rating span:before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .product-price span {
color: #e60000 !important; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .product-price del span {
color: #616161 !important; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right .quantity {
display: block;
font-size: 14px;
margin-top: 5px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right a.remove {
display: none;
position: absolute;
right: 0;
bottom: 16px;
color: #fff;
padding: 0 !important;
width: auto;
height: auto;
border-radius: 0;
border: 0;
font-size: 22px; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li .nbt-ajax-cart-right a.remove:hover {
background: transparent; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:first-child {
border-top: 0; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:hover {
background: #fbfbfb; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:hover h4 a {
color: rgba(37, 188, 233, 0.75); }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:hover a.remove {
display: block; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:hover a.remove i {
color: #e60000; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:before, .nbt-ajax-cart .nbt-ajax-cart-popup ul li:after {
display: table;
content: ' '; }
.nbt-ajax-cart .nbt-ajax-cart-popup ul li:after {
clear: both; }
.nbt-ajax-cart .nbt-ajax-cart-popup .total {
margin: 10px 0 20px;
text-align: right;
font-weight: 700;
padding-right: 20px; }
.nbt-ajax-cart .nbt-ajax-cart-popup .buttons {
text-align: center;
margin-bottom: 10px; }
.nbt-ajax-cart .nbt-ajax-cart-popup .buttons a {
text-transform: none;
font-size: 100%;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 10px 15px;
font-weight: 400;
background: #1d242a;
color: #fff;
white-space: nowrap;
display: inline-block;
margin: 0 10px;
text-align: center;
box-shadow: none;
border-radius: 0; }
.nbt-ajax-cart .nbt-ajax-cart-popup .buttons a:first-child {
margin-left: 0; }
.nbt-ajax-cart .nbt-ajax-cart-popup .buttons a:last-child {
margin-right: 0; }
.nbt-ajax-cart .nbt-ajax-cart-popup .buttons a:hover {
background: #25bce9;
color: #fff; }
.nbt-ajax-cart .nbt-ajax-cart-popup .buttons a:after {
position: relative;
top: 1px;
display: inline-block;
font: normal normal normal 14px/1 nbt-fonts;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e807";
margin-left: 0.54079em; }
.nbt-ajax-cart .nbt-ajax-cart-popup dl.variation {
display: none; }
.nbt-ajax-cart.active .nbt-ajax-cart-icon:after {
opacity: 1; }
.nbt-ajax-cart .mCSB_inside > .mCSB_container {
margin-right: 0px; }
.nbt-ajax-cart .mCSB_inside > .mCSB_container li a.remove {
right: 10px !important; }
.nbt-ajax-cart .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .nbt-ajax-cart .mCSB_scrollTools .mCSB_draggerRail {
position: relative;
right: -6px; }
#growls.default {
top: 40px;
right: 10px;
z-index: 9999;
position: fixed; }
.growl.growl-notice {
background: transparent !important;
color: transparent;
padding: 0; }
.admin-bar #growls.default {
top: 39px; }
.growl-message {
border: 1px solid #25bce9;
background: #f0f0f0;
border-radius: 2px;
min-height: 70px;
position: relative; }
.text-notice {
display: -ms-flexbox;
display: flex;
display: -webkit-box;
display: -webkit-flex;
-ms-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal; }
.text-notice {
padding: 15px;
color: #363636;
width: 100%;
box-sizing: border-box; }
.text-notice a {
width: 100%;
color: #fff;
background: #000;
border: 1px solid;
text-transform: none;
font-style: normal;
padding: 10px 0;
margin-top: 10px;
text-align: center;
line-height: inherit;
display: block;
height: auto;
-ms-order: 2;
order: 2;
-webkit-order: 2; }
.text-notice a:hover {
color: #fff;
background: #25bce9; }
.growl-close {
color: #000;
width: 35px;
height: 35px;
position: absolute;
top: -7px;
right: -7px;
cursor: pointer;
padding: 10px 0 0 10px; }
.header-search .nbt-icon-search {
float: right;
line-height: 50px;
color: #fff;
width: 30px;
height: 30px;
text-align: center;
font-size: 16px;
cursor: pointer; }
.nbt-search-wrapper {
display: none;
min-width: 250px;
padding: 5px 0px;
border: 1px solid #ccc;
position: absolute;
border-top: 3px #25bce9 solid;
background: #fff;
z-index: 999;
top: 73px;
right: 0; }
.nbt-search-wrapper form {
padding: 0 10px; }
.nbt-search-wrapper:before {
position: absolute;
top: 0;
right: 5px;
margin-top: -9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #25bce9;
border-left: 7px solid transparent;
content: ''; }
.nbt-search-wrapper input[type~="text"] {
width: 100%;
font-weight: normal;
font-family: Open Sans;
color: #000;
font-size: 12px;
line-height: normal !important;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
border: 0;
padding-right: 25px; }
.nbt-icon-loading {
display: none;
position: absolute;
right: 5px;
top: 6px;
font-size: 18px;
font-weight: 700; }
.nbt-icon-loading:before {
color: #000;
font-weight: 700; }
.nbt-icon-plugins.open .nbt-search-results {
border-top: 1px solid #d8d8d8;
margin-top: 6px; }
.nbt-no-result {
text-align: center;
color: #222;
margin: 10px 0 6px; }
.nbt-rs-lists {
margin: 0 10px;
padding: 0;
list-style: none;
max-height: 342px;
overflow: hidden; }
.nbt-rs-lists.mCustomScrollbar {
margin-right: 0; }
.nbt-rs-lists .mCSB_inside > .mCSB_container {
margin-right: 15px; }
.nbt-rs-lists li {
border-bottom: 1px solid #d8d8d8;
padding: 8px 0; }
.nbt-rs-lists li:last-child {
border-bottom: 0; }
.nbt-rs-lists li:after, .nbt-rs-lists li:before {
display: table;
content: " "; }
.nbt-rs-lists li:after {
clear: both; }
.nbt-rs-lists .nbts-thumb {
float: left;
width: 70px; }
.nbt-rs-lists .nbts-thumb img {
border: 1px solid #d8d8d8; }
.nbt-rs-lists .nbts-info {
float: right;
width: calc(100% - 70px);
padding-left: 10px; }
.nbt-rs-lists .nbts-info h3 {
font-size: 15px;
margin: 0;
padding: 0;
overflow: hidden;
max-height: 21px;
text-overflow: ellipsis;
white-space: nowrap; }
.nbt-rs-lists .nbts-info h3 a {
font-size: 14px;
line-height: 22px;
text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
color: #444;
font-weight: 600; }
.nbt-rs-lists .woocommerce-product-rating {
line-height: 2;
display: block; }
.nbt-rs-lists .woocommerce-product-rating::after, .nbt-rs-lists .woocommerce-product-rating::before {
content: ' ';
display: table; }
.nbt-rs-lists .woocommerce-product-rating::after {
clear: both; }
.nbt-rs-lists .star-rating {
margin: 2px 4px 8px 0 !important;
float: left;
overflow: hidden;
position: relative;
height: 1.2em;
color: #fbc443;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star; }
.nbt-rs-lists .star-rating::before {
content: '\73\73\73\73\73';
color: #fbc443;
float: left;
top: 0;
left: 0;
position: absolute; }
.nbt-rs-lists .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.nbt-rs-lists .star-rating span::before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0; }
.nbt-search-wrapper * {
outline: 0 !important; }
.nbt-page-loading {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 9999; }
.nbt-loading-svg {
position: absolute;
top: 50%;
left: 50%;
display: block;
text-indent: -9999px;
width: 100px;
height: 100px;
background: url(//www.printcrowd.co.uk/wp-content/plugins/netbase-solutions/assets/frontend/img/loading.svg);
background-size: 100px 100px;
margin-top: -2%;
margin-left: -2%; }
.nbtcs-w-wrapper .selected:after {
content: '\e80b';
font-family: "nbt-fonts";
font-weight: normal;
font-style: normal;
margin: 0px 0px 0px 10px;
text-decoration: none; }
.nbtcs-w-wrapper .selected.active:after {
content: '\e80e'; }
.nbt-currency-switcher .nbtcs-w-title {
float: left; }
.nbt-currency-switcher .widget-title {
margin: 0;
padding: 0;
font-size: 14px;
color: #fff;
line-height: 50px; }
.nbt-currency-switcher .nbt-right-cs {
float: right;
position: relative;
margin-left: 7px; }
.nbtcs-select {
display: none;
background: #fff;
position: absolute;
top: 27px;
font-size: 13px;
line-height: 19px;
z-index: 9999;
left: 0;
right: -10px; }
.nbtcs-select a {
padding: 6px 25px;
display: block;
white-space: nowrap;
color: #444 !important;
text-decoration: none !important;
text-align: left;
border-bottom: 1px solid #d7d7d7; }
.nbtcs-select span {
color: #444 !important; }
.nbtcs-select a:hover {
background: #fafafa; }
.nbtcs-w-wrapper .selected {
cursor: pointer;
margin-top: 1px;
display: block; }
.nbtcs-w-wrapper {
display: inline-block; }
.hidden {
display: none !important;
visibility: hidden !important; }
.nbtcs-swatches {
position: relative;
overflow: hidden;
padding: 5px; }
.nbtcs-swatches .swatch:not(.swatch-radio) {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
margin-right: 15px;
cursor: pointer;
border: 1px solid #999;
position: relative;
opacity: 0.7; }
.nbtcs-swatches .swatch:not(.swatch-radio).circle {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.nbtcs-swatches .swatch:not(.swatch-radio).selected {
-webkit-box-shadow: 0 0 5px;
-moz-box-shadow: 0 0 5px;
box-shadow: 0 0 5px;
border-color: #999;
opacity: 1; }
.nbtcs-swatches .swatch.disabled {
opacity: 0.1; }
.nbtcs-swatches .swatch-color {
text-indent: -9999px; }
.swatches-radio {
margin: 0;
padding: 0;
list-style: none; }
.swatches-radio li {
color: #aaa;
display: block;
position: relative;
width: 100%; }
.swatches-radio li input[type=radio] {
position: absolute;
visibility: hidden; }
.swatches-radio li label {
display: inline-block;
position: relative;
font-weight: 300;
padding: 0 21px 5px 20px;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear; }
.swatches-radio li:hover label {
color: #fff; }
.swatches-radio li .check {
display: block;
position: absolute;
border: 2px solid #aaa;
height: 15px;
width: 15px;
top: 5px;
left: 0;
z-index: 5;
transition: border 0.25s linear;
-webkit-transition: border 0.25s linear; }
.swatches-radio li .check.circle {
border-radius: 100%; }
.swatches-radio li:hover .check {
border: 2px solid #fff; }
.swatches-radio li .check::before {
display: block;
position: absolute;
content: '';
height: 7px;
width: 7px;
top: 2px;
left: 2px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear; }
.swatches-radio li .check.circle::before {
border-radius: 100%; }
.swatches-radio input[type=radio]:checked ~ .check {
border: 2px solid #000; }
.swatches-radio input[type=radio]:checked ~ .check::before {
background: #000; }
.swatches-radio input[type=radio]:checked ~ label {
color: #000; }
.nbtcs-swatches .swatch-color.selected {
border-color: transparent; }
.nbtcs-swatches .swatch-color.selected:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #ff7a7a;
border-width: 0 2px 2px 0;
position: absolute;
top: 7px;
left: 11px; }
.nbtcs-swatches .swatch-label {
background-color: #f1f1f1; }
.nbtcs-swatches .swatch-image {
overflow: hidden; }
#nbtcs-unlinebreak table.variations tbody td {
display: table-cell;
border-bottom: 1px solid #efefef;
vertical-align: middle; }
#nbtcs-unlinebreak table.variations tbody td.label {
width: 25%; }
#nbtcs-unlinebreak .nbtcs-swatches {
padding: 10px 0 5px 5px;
vertical-align: middle;
display: inline-table; }
#nbtcs-unlinebreak table.variations tbody > tr:first-child .nbtcs-swatches {
padding-top: 5px;
padding-bottom: 15px; }
.no-selected {
display: none; }
ul.nbt-brands-carousel li .nbt-bc-thumb, .nbt-brands-thumbnail li .nbt-bc-thumb {
position: relative;
border: 1px solid #959595;
display: inline-block; }
ul.nbt-brands-carousel li .nbt-bc-thumb:before, .nbt-brands-thumbnail li .nbt-bc-thumb:before {
border-bottom: 1px solid rgba(37, 188, 233, .8);
border-top: 1px solid rgba(37, 188, 233, .8);
bottom: -1px;
content: "";
left: -1px;
position: absolute;
right: -1px;
top: -1px;
transform: scale(0, 1);
pointer-events: none;
z-index: 9; }
ul.nbt-brands-carousel li .nbt-bc-thumb:after, .nbt-brands-thumbnail li .nbt-bc-thumb:after {
border-left: 1px solid rgba(37, 188, 233, .8);
border-right: 1px solid rgba(37, 188, 233, .8);
bottom: -1px;
content: "";
left: -1px;
position: absolute;
pointer-events: none;
right: -1px;
top: -1px;
transform: scale(1, 0);
z-index: 9; }
ul.nbt-brands-carousel li .nbt-bc-thumb:hover, .nbt-brands-thumbnail li .nbt-bc-thumb:hover {
border: 1px solid transparent; }
ul.nbt-brands-carousel li .nbt-bc-thumb:hover:before, .nbt-brands-thumbnail li .nbt-bc-thumb:hover:before {
transform: scale(1);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s; }
ul.nbt-brands-carousel li .nbt-bc-thumb:hover:after, .nbt-brands-thumbnail li .nbt-bc-thumb:hover:after {
transform: scale(1);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s; }
ul.nbt-brands-carousel li img {
display: block;
width: 100%; }
.nbt-brands-carousel .owl-nav .owl-prev, .nbt-brands-carousel .owl-nav .owl-next {
top: 22%; }
#secondary .widget .widget-title {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 20px; }
ul.nbt-brands-thumbnail {
margin: -7.5px -5px 0; }
ul.nbt-brands-thumbnail li {
float: left;
width: 50%;
padding: 7.5px; }