/*
 Theme Name:   OPSv3 Storefront
 Description:  OPS Storefront Theme
 Author:       Laura Wheatman
 Author URI:   http://www.onlineprintsolution.co.uk
 Template:     OPSv3
 Version:      1.0.0
*/

body {
	background-color: #f0f0f0;
	font: 14px/1.6 Arial,Helvetica,sans-serif;
}

.products_menu{
	background-color: #f5f5f5;
}

.site-content{
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}

article {
    margin: 20px 0;
}

article#home, #content{
	background-color: #FFFFFF;
}

article#designs section{
	padding:0;
}


#home h1, #catalogue h1, #designs h1{
	margin:0;
	margin-bottom: 0.5rem;
}

h1.entry-title {
    margin: 0;
}

a, a:visited, a:focus, a:active{
	color:#000;
}

/*header .w-container{
padding:0;
}*/

/* Header */

header{
	background-color:#fff;
}
#cart-head {
	width: 100%;
	height: 39px;
	background-color: #f0f0f0;
}

/* Logo */
h1.site-title {
	line-height: normal;
	font-size: 30px;
}

.site-title img {
	max-width:300px;
}
.website-logo {
	margin: 20px 0;
}
.customer-logo{
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
}

/* Mega Menu */

.products_menu_container{
	top: 78px;
}

.products_menu_container .products_menu li a{
	padding:0;
}
.products_menu_container .products_menu li a:hover{
	background-color: transparent;
}

/* Search Bar*/

.customer-logo {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.help {
	font-size: 23px;
	margin: 0px;
	font-weight: bold;
}
.cdetails {
	font-size: 18px;
	margin: 0px;
}

input#Search {
    padding: 0.3rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    zoom: 1;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 10px;
    margin-left:  0;
    background-color: #aaa;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    border:none;
}

@media screen and (max-width: 991px) {
	.customer-logo{
		display: none;
	}
}


/* Navigation */


.main-navigation{
	background-color: #aaa;
}
/* FW 12-08-2019: changed to li a because it was being overridden by a parent theme style */
.main-navigation li a, .main-navigation li a:visited{
	color:#FFF;
	padding: 20px 30px;
}

.current_page_item, .main-navigation a:hover{
	background-color: #aaa;
}

.main-navigation li{
	padding:0;
}

nav.nav-top {
	float: right;
}
.nav-top ul {
	padding: 0px;
	margin: 0;
	/* margin-top: 10px; */
	/* padding: 10px 0; */
	display:  inline-block;
}
ul.ul-nav li {
	float: left;
	list-style: none;
	line-height:  normal;
}
.nav-top a { 
	color: #2E3A3F; 
	text-decoration: none; 
	font-size: 14px; 
}

/* Account Links */

.cart-myaccount{
	padding:10px 0;
}

.cart-li, .cart-basket, .cart-li span {
	font-size: 1rem;
}
.cart-li, .cart-basket {
	background-color: #aaa;
	padding: 11px 40px 15px;
	color: #fff;
}

.cart-basket a{
	color: #fff;
}

.cart-li {
	padding-right: 0px;
	/* -webkit-border-bottom-left-radius: 5px; */
	-moz-border-radius-bottomleft: 5px;
	/* border-bottom-left-radius: 5px; */
}
.cart-basket {
	/* -webkit-border-bottom-right-radius: 5px; */
	-moz-border-radius-bottomright: 5px;
	/* border-bottom-right-radius: 5px; */
}
.cart-myaccount {
	margin-right: 20px;
}
a.logoff {
	float: right;
	margin: 7px 25px 0 0;
	color: #2E3A3F;
	text-decoration: none;
}

/* Footer */

footer{
	background-color: transparent;
}
.contactbar {
	background-color: #939599;
	height: 60px;
	font-size: 16px; 
	color: #fff; 
	padding: 0 20px; 
	text-align: left; 
	line-height: 60px; 
	font-weight: bold; 
	border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px; 
}
.contactbar a {
	padding: 0 25px 0 0;
	float: right;
	color: #fff;
}

.footerlinks{ 
	color:#000;
	height: 50px; 
	line-height: 50px; 
	padding: 0 20px;  
}

/* Storefront Login */
.site-content{ 
	background-color: white;
	 }
.storefrontlogin,
.w-col .storefrontlogin { 
	margin-top: 50px;  
	margin-bottom: 50px; 
	background-color: #f8f8f8; 
	text-align: left; 
	padding: 20px 40px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.storefrontlogin h3 { 
	font-size: 16px; 
	border-bottom: 2px solid #2e3a3f; 
	color: #2E3A3F; 
	font-weight: bold; 
	margin: 0 0 10px 0; 
	padding: 0 0 5px;
}
.storefrontlogin div { 
	float: left; 
	margin: 5px 0; 
	line-height: 37px;
}
.storefrontlogin input[type="text"],
.storefrontlogin input[type="password"] { 
	font-size: 13px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
.storefrontlogin input[type="text"], .storefrontlogin input[type="password"] { 
	width: 99%; 
	border: 1px solid #e3e3e3; 
	height: 37px; 
	line-height: 37px; 
	padding: 0 5%; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.storefrontlogin .checkout-action { 
	margin: 10px 0 0 10px;
}
.storefrontlogin .login-forgotpassword {
	margin: 20px 0 0;
}
.storefrontlogin .checkout-action .form-submit {
	float: right; 
	cursor: pointer; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.login-forgotpassword .form-submit { 
	background-color: transparent; 
	color: #2e3a3f; 
	font-size: 13px;
	padding: 0; }
.storefrontlogin .checkout-action {
	float: right;
}

.storefrontlogin .checkout-action .form-submit{
	zoom: 1;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    margin: 10px 0 0 5px;
    background-color: #939599;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Account Page */

#createform legend{
	font-size: 1.2rem;
    font-weight: bold;
}

#createform input{
	width: 100%;
}

/* Vertical Menu */
h2.cat-menu-header {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #939599;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

    padding: 10px 0 10px 15px;
    margin-bottom: 0;
}
/* FW 12-08-2019: added .vertical because the padding was being overridden by a parent theme style */
.vertical .ul-nav-prod, .search-orders .sidebar {
    background-color: #F7F7F7;
    padding: 10px;
    margin-top: 0;
    text-align: left;
    margin: 0;
}

.search-orders input[type="text"],
.search-orders select{
	width:100%;
}

nav.nav-cat ul li a {
    font-size: 14px;
    padding: 10px 0px;
    margin: 0 5px;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-decoration: none;
}

nav.nav-cat ul li:last-child a{
	border:none;
}

.vertical .prodmenu{
	display: none;
}

/* Catalogue */

section#catalogue{
	padding:0;
}
section#catalogue h1.title{
	margin:0;
}

.category-content {
    margin: 1rem 0;
}

/* Print Page */

.p-matrix-attributes{
   width: 60%;
}


/*.r-tabs-panel.r-tabs-state-default {
    display: none;
}*/
.r-tabs#myTab2{
	/* background-color: transparent; */
}

.r-tabs{
	background-color: transparent;
	border:none;
	/* border-bottom: 1px solid #ddd;
	background-color: #eee; */
}

.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #eee;
}

.r-tabs-panel.r-tabs-state-active{
	padding:20px 0;
}

.r-tabs-panel h2{
	margin:0;
	display: inline-block;
}

.r-tabs-panel .checkout-action{
	display: inline-block;

}
.r-tabs-panel .checkout-action a{
	margin:0;
	/*background-color: #8fc740;*/
}
.r-tabs-panel .checkout-action a:hover{
	color:#FFF;
}

.r-tabs .p-matrix-cost, .r-tabs span.CurrencySymbol{
	font-weight: bold;
	font-size: 1rem;
}

.r-tabs-tab.r-tabs-state-active{
	border:1px solid #ddd;
	border-bottom:1px solid #fff;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	color:#000000;
	/* border-bottom: 1px solid #FFF; */
}

.r-tabs .r-tabs-nav .r-tabs-anchor{
	text-shadow: none;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	background-color: #eeeeee;
	color:#000000;
	text-shadow: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
	background-color: #aaa;
	color:#FFF;
	text-shadow: none;
}

/* Designs Page */
.editor_navigation h3{
	margin:0;
}
.editor_tool.next{
	background-color: #aaa;
}

.listing-product-name, .listing-category-name, #designs .listing-name{
	margin:0;
	margin-top:6px;
}

.listing-name{
	font-weight: bold;
	display: none;
}

.listing-link a.template-create-link{
	padding:10px 15px;
	background-color: #aaa;
	color:#FFF;
	font-weight: normal;
}

.listing-product-text a.form-submit{
	margin-left:0;
}

.w-col.w-col-4.listing-category {
    margin-bottom: 1rem;
	width: 24% !important;
}

.proceed_box h3{
	margin: 10px 0;
}

.filter_block, form#filters{
	padding:0;
}

.filter_block h2, .filter_block h3{
	margin:0;
}

.optionbutton {
    display: block;
    vertical-align: middle;
    background: #aaa;
    border-right: 1px solid lightgrey;
    padding: 0.5rem 10px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}
.optionbutton:visited{
	color:#FFF;
}

.optionbutton:hover{
	color:#FFF;
    opacity: 0.8;
}

a.p-matrix-proceed:active, a.p-matrix-proceed:focus{
	color:#FFF;
}

.form-submit, .form-submit:visited{
	background-color: #aaa;
}

a.secondary{
	background-color: #939599;
	color:#FFF;
}

/* Checkout */

.checkout-action a#checkout-continue:hover{
	color:#FFF;
}

/* Proofs */
.template-actions{
	background-color: transparent;
}

.template-actions .checkout-action a{
	margin-left:1rem;
}

/* Mobile Menu */
@media screen and (max-width: 991px) {
	.nav-top, .logoff{
		display: none;
	}
	.mobile_icons #cart-head-mobile{
		display: block;
		background-color: transparent;
	}
	#mobile_nav ul li.current-menu-item a{
		color:#FFF;
	}
	.mobile_button.fa-close{
		color:#FFF;
	}
}

/* Boxinfo*/

.box-info p, .box-error p{
	margin:0;
}

.template-matrix-options .tot-mat span{
font-weight:bold;
font-size:16px;
}

/* Site Specific Styles */


#myTab li.r-tabs-tab{
	border-top-right-radius: 6px;
    	border-top-left-radius: 6px;
}

/* Theme 5 Header */
body{
	font-family:'Outfit', sans-serif;
}
header#masthead{
	background-color:#FFF;
}

.top-header{
	background-color:#8fc740;
}
a.social {
    padding: 6px 13px;
    background-color: transparent;
    margin: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    display:inline-block;
}
a.social i {
    font-size: 0.9rem;
    text-align: center;
    color: #FFF;
    vertical-align: middle;
}
.account_links {
    text-align: right;
}
a.account_link {
	cursor: pointer;
	vertical-align: middle;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    height: auto;
    width: auto;
    line-height: normal;
    padding: 10px;
    display: inline-block;
    font-size: 0.9rem;
    overflow: initial;
    text-decoration: none;
    color: #FFF;
    margin-left:0;
}

.account_link:hover {
    position: relative;
    background: rgba(0,0,0,0.5);
}

.site-title {
    margin: 0rem 0;
    padding: 1.5rem 0;
}
.site-title img {
    max-height: 80px;
}
.search_block {
    margin-top: 42px;
}
.input-wrapper {
    width: 100%;
    position: relative;
    display:inline-block;
}
button.search_button {
    height: 46px;
    display: inline-block;
    width: 46px;
    border: 0;
    color: #fff;
    position: relative;
    background-color:#999;
    margin:0;
    padding:0;
}

.searchform {
    background-color: transparent;
    position: relative;
    right: 0;
    top: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    border: 0;
    width: 100%;
    display: inline-block;
    height: 46px!important;
    color:#666;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}
.headersearch{
    display: flex;
    justify-content: center;
}

.header-contact {
    margin: 38px 0 0 0;
    text-align: right;
}
.contact-text {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
}
.floatlinks {
    float: right;
    margin-left: 0.5em;
}
a.phone {
    font-size: 1.1em;
    display: block;
    line-height: 1;
    margin-bottom: 0.25rem;
}
a.email {
    font-size: 1.1em;
    display: block;
    line-height: 1;
}
span.floatlinks {
	    float: right;
    margin-left: 0.5em;
    font-size: 1.2em;
    line-height: 1em;
}
#site-navigation ul#primary-menu {
	display:block;
	text-align: left;
    font-size: 0;
    float: left;
    width: 100%;
}
.main-navigation li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0;
    transition: 0.5s;
}
.main-navigation li a {
    padding: 15px;
    color: #FFF;
    font-size: 1rem;
    transition: 0.2s;
    line-height: 1.2;
}
.menucart.account_link.cart_link.tool-tip {
    display: none;
}
.fixed-top .menucart.account_link.cart_link.tool-tip {
    float: right;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 10px;
}
#desktopsearch-icon{
	display:none;
}
/* Actions Button*/
.action-options{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	max-width:120px;
	float:right;
}
.action-options span{
	color:#FFF;
	display:inline-block;
	
	padding:10px;
	text-align:center;
	width:100%;
	line-height:1;
}
.action-options span.dropdown-toggle{
	border-left:1px solid #FFF;
	padding:10px;
	width: 38px;
	color:#FFF;
	cursor:pointer;
}
.action-options span.dropdown-toggle i{
	color:#FFF;
	line-height:1;
	font-size:1rem;
}

ul.action-dropdown{
	display:none;
	position:absolute;
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#FFF;
	top:38px;
	right:0;
	min-width:200px;
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	z-index: 1;
}
ul.action-dropdown li a,
ul.action-dropdown li div{
	padding:10px;
	border:1px solid #ddd;
	border-bottom:none;
	display:block;
	font-weight:400;
	color:#000;
	cursor: pointer;
}
ul.action-dropdown li a i,
ul.action-dropdown li div i{
	color:#000;
	font-size:1rem;
}
ul.action-dropdown li:last-child a,
ul.action-dropdown li:last-child div{
	border-bottom:1px solid #ddd;
}

ul.action-dropdown li a:hover,
ul.action-dropdown li div:hover{
	text-decoration:none;
	background-color:#f7f7f7;
}
ul.action-dropdown.active{
	display:inline-block;
}

/* Actions Button End */

/* Account Search */
/*
.search-orders{
	background-color: #faf8f4;
	padding: 15px;
	display:none;
	margin-top:1rem;
}
.myaccount-orders .search-orders{
	display:block;
}
.search-orders .sidebar{
	padding:0;
	background-color: transparent;
}
.search-orders h2.cat-menu-header{
	background-color:transparent;
	color:inherit;
	padding:0;
	font-size:1rem;
}
.search-orders form{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: flex-start;
	column-gap:5px;
	font-size:0.9rem;
	row-gap: 5px;
	text-align: right;
}
.search-orders .formcell:nth-child(odd){
	width: 11%;
}
.search-orders .formcell:nth-child(even){
	width: 21.3%;
}
.search-orders form input[type="text"],
.search-orders form select{
	font-family:inherit;
	font-size:0.9rem;
	padding:5px;
	background-color:#FFF;
}
.search-orders form input[type="submit"]{
	padding:5px 15px;
	font-family:inherit;
	font-size:0.9rem;
}
.formcell-sumbit{
	display:flex;
	align-items: center;
	column-gap:20px;
	width:100%;
	justify-content:flex-end;
}
a.advanced-search,
a.advanced-search:visited{
	text-decoration:underline;
	color:#000;
}
a.advanced-search i{
 	font-size:1rem;
	position:relative;
	top:0;
	left:0;
	color:#000;
	opacity:1;
}
.advanced-container{
	display:none;
	text-align:left;
	width:100%;
}
.advanced-container .formcell{
	text-align:right;
}
.advanced-flex{
	display:flex;
	align-items:center;
	column-gap:5px;
}
*/
.myaccount .search-toggle {
    font-weight: bold;
    cursor: pointer;
    background-color: #ac6ad6;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 50px;
}
.myaccount .tab-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.myaccount #search-template-drafts{
	display:none;
}
.myaccount #template-draft-container.cart-container{
	padding:0px;
}
.myaccount.featherlight-inner {
	padding-top:20px;
	padding-bottom: 0px;
}
.myaccount #search-btn {
  zoom: 1;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  margin-top: 10px;
  margin-left: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  border: none;
}
.featherlight .featherlight-content .featherlight-close-icon.featherlight-close{
    top: 5px;
    right: 20px;
    line-height: 40px;
    width: 40px;
    background: #3c79d2;
    color: #fff;
    border-radius: 20px;
    font-weight: 700;
}
.featherlight-loading .lightbox-loader.myaccount.templatedrafts {
	text-align: center;
	font-size:48px;
	width:100%;
	float:left;
}
/* Account Search End*/
.cartbox-heading {
    background-color: #3c79d2;
    font-weight: bold;
}

/* START my account pagination */
.myaccount .pages {
	cursor:pointer;
	padding: 5px;
}
span#pages-active {
    background: #ccc;
	border-radius: 8px;
}

.myaccount .pages:hover {
	text-decoration: underline;
}

.myaccount .pages-conatiner {
    text-align: right;
    padding: 0.25rem;
}
.myaccount  .pages-list {
    margin-bottom: 0.25rem;
}
.myaccount  span.pages-active {
    font-weight: bold;
    border-bottom: 1px solid;
}
.myaccount  span.pages-previous:after {
    content: '\f053';
    font-family: fontawesome;
}
.myaccount  span.pages-next:after {
    content: '\f054';
    font-family: fontawesome;
}
.myaccount  span.pages-first:after {
    content: '\f053 \f053';
    font-family: fontawesome;
}
.myaccount  span.pages-last:after {
    content: '\f054 \f054';
    font-family: fontawesome;
}
/*a.pages-first:after {
    content: '\f0bd';
    font-family: 'Fa5Regular';
}
a.pages-last:after {
    content: '\f0be';
    font-family: 'Fa5Regular';
}*/
.myaccount  span.pages-first,.myaccount  span.pages-previous,.myaccount  span.pages-next,.myaccount  span.pages-last {
	color: #FFF;
	display: inline-block;
	padding: 10px;
	text-align: center;
	line-height: 1;
}
.myaccount  span.pages-first {
    margin-right: 0.25rem;
}
.myaccount  span.pages-last {
    margin-left: 0.25rem;
}
input.gotoInput {
    width: 50px;
    margin-right: 0.5rem;
	height: 24px;
}
form.gotoForm {
	display: inline-block;
    margin-right: 0.5rem;
}
/* END myaccount pagination */


/* The Edge Systems Edits */
.home .w-col-9 {width:100%;}
.home h1.entry-title { display: none; }

#designs .editor_tool.next.addmore {
	margin-right:10px;
	background-color:#e48503;
	
}

.form-submit { border-radius: 8px; }
.fields .form-submit { margin-bottom: 10px; background: #e48503; padding: 5px 10px; }

.templateimage { border-radius: 8px; }

.featherlight .featherlight-content {
	min-width: 60%;
	max-width: 60%;
	/*padding-bottom: 200px !important;*/
}

.checkout-action {
	margin-top: 20px;
}

.w-col.w-col-12 a.imageUpload {
	display: none;
}

.ops-template a.form-submit.lonebutton {
	display: none;
}

.ops-template .box-success {
	display: none;
}

.editor_toolbar_right a#editor_preview {
	display: none;
}

#footer {
	margin-top: 40px;
}
#templates .checkout-action {
	display: none !important;
}
.listing-product-text .form-submit {
	display: none;
}
.tool-tip:hover:after {
	display: none;
}

#template-actions.w-row.proceed_box {
	display:none;
}

.tab-head h2 {
    margin: 0 0 10px;
    font-size: 1.2em;
}
table#templatedrafts .cartbox-cell {
    font-size: 0.8em;
}

span.p-matrix-total {
    font-size: 1rem;
	color:#1979c3;
}

article#myaccount.w-col-12 {
    width: 100%;
}
article#myaccount.w-col-9 {
    width: 75%;
}

table#templatedrafts .cartbox-cell {
	padding: 5px !important;
}
#ActiveStockLevel {

	float:left;
	padding: 20px;
	font-weight:700;
}
form#stockform td.cartbox-top {
	display: none;
}
a#editor_save_draft {
    display: none !important;
}

div#template-draft-container .pages-first, div#template-draft-container .pages-last {
    display: none;
}

form.headersearch {
    display: none;
}

table.p-matrix-options h2 { 
	display: none; 
}

.w-col.w-col-4.listing-product { width: 24.5%; }

a.listing-product-name { font-size: 1em; font-weight: normal; color: #1979c3; }

#designs .editor_tool.next.p-matrix-proceed { background-color: #8fc740 !important; border-radius: 0 8px 8px 0px; }

#designs .editor_tool.next.add_more { background-color: #e48503 !important; border-radius: 0; }

img.template-layout-thumb { display: none !important; }

#designs .editor_extras_content a { width: 100% !important;	height: auto !important; }

.editor_layout .editor_extras_content { width: 300px; }

.editor_layout .editor_extras { left: -100px; }

a.editor_tool.editor_layout_link:hover { background: #eee; }

div#templates h2 { display: none !important;}

.p-matrix-attributes.tot-mat { line-height: inherit !important;}

.p-matrix-attributegroup {width: 25% !important;}

.p-matrix-attributegroup, .p-matrix-attributes { padding: 0 0 20px !important; }

#content a.listing-category-name { font-size: 1rem !important; }

.templateform textarea { height: auto !important; }

div.template-image-pos { height: auto !important; }

a.image-pos-savecustom { background: #8fc740; color: #fff; }

section#home-intro { padding: 20px 40px 40px; }

section#home-intro .w-col { padding: 0 20px; }

#tc-matched .listing-price { display: none; }

#tc-matched .listing-name { font-size: 1em; }

#tc-matched a.optionbutton { background: #8fc740; }

.r-tabs .r-tabs-nav .r-tabs-tab { background-color: #196db3; }

#content .r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor { color: #fff; }

.proceed_box a.form-submit { background: #8fc740; }

.w-col.w-col-3.w-col-medium-4.tc-filters { display: none; }

span.reset-tool { display: none !important; }

.cart-container { padding:0 !important; }

#checkout p { margin: 0 !important; }

.proceed_box .proceed_box { padding: 0; text-align: center; }

.file-upload-cont #dropFile { padding: 0;}

#wallet-payment #opayopaymentformholder {padding: 10px !important; margin-bottom: 0px;}

#wallet-payment #opayoSubmit {margin:0px;}

/* -- Removed as conflicting with inline style in file for payment gateway
form#opayopaymentform { border: 1px solid #ddd; border-radius: 8px; padding: 20px; }

input#opayoSubmit { background: #8fc740; }

#opayopaymentformholder input { padding-left: 20px !important; }
-- */
.p-maincontent-image { border: 1px solid #ddd; }

.p-thumbs { font-size: 0.7rem;}

h1.product-name { font-size: 1.3rem; }

li.r-tabs-tab.r-tabs-state-default.tc-matching, li.r-tabs-tab.r-tabs-state-default.tc-similar { display: none; }

.page-template-ops-checkout .w-col-3 { display: none; }

#checkout { width: 100% !important; }

#ReferenceSubmit.SaveReferenceEditing { background: #e48503 !important; color: #fff !important; border-radius: 8px; font-size: 14px; }

.slide .w-col-6 { width: 45%; }

.w-col.w-col-4.w-col-medium-12.w-col-small-12.w-col-tiny-12.headersearchblock {
    display: none;
}
.headercontactblock.mobilehide {
    float: right;
}

section.templatesection .field.field-textarea{
	white-space: pre-wrap;
}

.proceed_box h3 {
    margin: 10px 0;
    background: url(/wp-content/themes/Storefront/img/step1.png) no-repeat 0 0;
	background-size: 50px 50px;
    padding: 10px 0 25px 60px;
}

.proceed_box .proceed_box h3 {
    background: url(/wp-content/themes/Storefront/img/step2.png) no-repeat 0 0 !important;
	background-size: 50px 50px !important;
	text-align: left;
}

.file-upload-cont .dropFile .w-col:first-child { width: 100%; }


.upload-queue { padding: 0 0 20px !important; }
.upload-queue h3 {
    display: none;
}

.filesOutputProof .fa {
    display: inline;
    margin-left: 5px;
}

.tupload-container .proceed_box h3 {
    background: none;
    padding: 0;
}

.tc-template.w-col.w-col-12 .p-matrix-attributegroup {
    width: 10%;
}

.tc-template.w-col.w-col-12 .p-matrix-attributes {
    width: 20%;
}

.attr-container.format-container {
    display: none;
}

#product-upload- .w-col-4 {
    width: auto !important;
}
#product-upload- .w-col-8 {
    width: auto !important;
}
.templatesection .ops-template a.form-submit.lonebutton {
     display: inline-block;
}

#template-draft-container {
    padding: 20px !important;
}

.message { font-size: 1.3em !important; }

td.cartbox-top.width-20.text-right
, .basket-summary td.cartbox-cell.text-center.vo-btns {

}

.cartbox-cell-total {
    width: 100px;
}
#designs a#editor_preview_download {
	color:#fff;
	background-color:#A020F0;
	border-radius: 8px 0 0 8px;
}

#designs .editor_tool.next.add_more {
    	margin-right: 0px;
 	margin-left: 0px;   
}

.faq h3 { 
	color: #000 !important;
}

.w-col.w-col-6.template-preview {
    width: 56%;
	margin-top: -40px;
}

.w-col.w-col-8.template-preview {
	width: 72.666667%;
}

.inline-enabled .field.editable label, .inline-enabled .field-textarea.editable > div, .inline-enabled .field.editable input.hasDatepicker, .field-textarea.editable .cke_editable {
	border: none;
}

.w-col.w-col-2.templateform {
	margin-top: -40px;
}

.w-col.w-col-4.templateform {
	width: 27%;
    padding-right: 0;
	margin-top: 10px;
}

#designs .editor_tool {
	width: 90px !important;
	height: 90px;
}
.idcards #designs .w-col.w-col-12.editor_toolbar_left .editor_tool {
	height: auto;
	padding-top: 0;
}
#p-matrix-options-container {
	margin: 20px 10px 20px 10px !important;
}


/*body.page-template-ops-designs .featherlight .featherlight-content {
    max-width: 30% !important;
    min-width: 30% !important;
}*/

body.page-template-ops-designs table#templatedrafts .cartbox-cell {
    padding: 5px !important;
    width: 50%;
    display: inline-block;
}

body.page-template-ops-designs #template-draft-container {
    font-size: 1.2em;
}

body.page-template-ops-designs ul.action-dropdown {
	display: block !important;
	position: initial !important;
}

body.page-template-ops-designs .action-options {
	max-width: none !important;
}

body.page-template-ops-designs .action-options span {
    display: none;
}

body.page-template-ops-designs ul.action-dropdown li {
    display: inline-block;
	position: relative;
}

/*.action-options span.cancel-confirm {
    position: absolute;
    top: 52px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 222px;
*/

.w-col-2 {
    width: 16.66666667%;
    /*background: url(/wp-content/themes/Storefront/img/step1.png);
    background-repeat: no-repeat;
    background-position: 6% 2%;
    background-size: 15%;
	border: 1px solid #E0E0E0;*/
	padding-bottom: 20px;
}

/*.w-col-2 .fields {
    padding-top: 35px;
}*/

/*form#SaveReference {
    background: url(/wp-content/themes/Storefront/img/step2-white.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 10%;
    padding-left: 20px;
}*/

.w-col.w-col-4.templateform {
    /*background: url(/wp-content/themes/Storefront/img/step3.png);
    background-repeat: no-repeat;
    background-position: 96% 5%;
    background-size: 9%;
	min-height: 0;*/
	border: 1px solid #E0E0E0;
}

td.cartbox-cell.width-20 {
    font-weight: 600;
}

.myaccount .w-col.w-col-2 {
    background: none;
    width: 100%;
    border: none;
    padding: 0;
}

.page-id-300 .greysection h2 {
    display: none;
}

.nav-cat.vertical { margin-bottom: 20px; }

#designs .editor_navigation {
	background: none;
}
.editor_navigation .w-col.w-col-12 {
    padding: 5px 4px 0 0;
}
.editor_navigation span {
	margin: 0;
}
form#SaveReference { 
	width: 314px;
	text-align: right;
	padding: 0 3px 2px 0;
	border: 1px solid #E0E0E0;
	margin-top: 6px;
}
#SaveReference.SaveReferenceEditing input[type="text"] { 
	width: 74% !important;
}

/*.templatefields .field-masksquare.editable {
    background: url(/wp-content/themes/Storefront/img/photo-here.png) !important;
}*/

.arm-form-container .arm_form_101.arm-default-form:not(.arm_admin_member_form),
.arm-form-container .arm_form_102.arm-default-form:not(.arm_admin_member_form) {
	margin: 0 !important;
}
.p-matrix-attribute.image-attribute { width: 100px; }

.ops-template.w-col.w-col-12 h1, .ops-template.w-col.w-col-12 h2 {
    display: none;
}

h3.upload-draft-heading-question {
    background: none;
    padding: 0;
}

.tupload-container .continue-add-basket {
    margin-top: 20px;
}

form#enquiryform {
    margin: 0 !important;
}
form#enquiryform .cartbox-top {
    display: none;
}
span.editor_tool.editor_layout {
    background: url(/wp-content/themes/Storefront/img/layouts-instruction4.png) no-repeat 60px 13px;
    padding-right: 370px !important;
    background-size: 322px 40px;
}
i.fa.fa-files-o {
    margin-left: 7px;
}
.storefrontlogin h3 {
    display: none;
}

.storefrontlogin, .w-col .storefrontlogin { left: 0; }

.proceed_box .tc-template.w-col.w-col-12 .p-matrix-attributegroup {
 	width:45%;
}

.proceed_box .tc-template.w-col.w-col-12 .p-matrix-attributes {
 	width:55%;
}

.template-box-sets #stock {
    display: none !important;
}

#image-library #image-library-upload-library .upload-row {
	display: block;
}

.proceed_box a.btn.secondary.lonebutton {
    display: none;
}

.optionbuttons { position: relative; height: 90px; }
a.optionbutton.customisebtn, a.optionbutton.bulkuploadbtn { background: #8fc740; border-radius: 8px; }
a.optionbutton.productdetailsbtn {
    position: absolute;
    bottom: 0;
	border-radius: 8px;
}
a.optionbutton.customisebtn {
    position: absolute;
    top: 5px;
}
a.optionbutton.bulkuploadbtn {
    position: absolute;
    top: 5px;
}

.w-col.w-col-2.templateform {
    background: url(/wp-content/themes/Storefront/img/arrow-one.png) no-repeat 0 0;
    background-position-y: bottom;
    padding-bottom: 70px;
	background-size: 80%;
}

.w-col.w-col-12.editor_toolbar_left {
    background: url(/wp-content/themes/Storefront/img/arrow-two.png) no-repeat 0 0;
    background-size: 19%;
    background-position: right 50px center;
}

div#p-matrix-options-container {
    background: url(/wp-content/themes/Storefront/img/arrow-three.png) no-repeat 0 0;
    background-size: 60%;
    background-position: bottom;
    padding-bottom: 100px;
}

#myTab div#p-matrix-options-container {
    background: none;
	padding-bottom: 0;
}
#content a.readmore {
    color: #000;
}
table.cartbox-checkout.quote-history.cartbox-checkout-3 {
    display: none;
}

.idcards .main-header .w-col-4 {
    width: 100%;
	padding: 0;
}
.idcards .site-title img {
	max-height: 220px;
	max-width: 100%;
}
.idcards .site-title {
	padding: 0;
}
/*.idcards .w-col.w-col-4.w-col-medium-4.w-col-small-6.w-col-tiny-12 {
    width: 50%;
}*/
.idcards .listing-name {
    display: none !important;
}
.idcards .proceed_box {
	margin: 0;
	float: left;
	width: 100%;
}
.idcards .w-col.w-col-6.w-col-push-3.storefrontlogin {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin: 0 0 20px;
    float: right;
}

.idcards ul.sub-menu a {
    background: #74b5d4;
}
.main-navigation ul ul {
	display: none;
}
.main-navigation li:hover ul.sub-menu {
    display: block;
}
.idcards .r-tabs .r-tabs-nav {
	display: none;
}
.idcards form#stockform table {
    border-top: 1px solid #ccc;
}
.idcards form#stockform .cartbox-cell {
	border: none;
}
.idcards td.cartbox-cell.img-display.width-15 {
    display: none;
}
section.txt, section.img-w-txt {
	padding: 0 2rem !important;
}
section.img-w-txt .w-col.w-col-4.sideimage img {
    padding: 30px;
}
section.img-w-txt .w-col-8 {
	width: 74%;
	padding: 30px 0;
}
section.img-w-txt .w-col.w-col-4.sideimage {
	width: 25%;
}
.fadeInUpShort {
	opacity: 1 !important;
}
.idcards .main-navigation li a {
	font-size: 1.2rem;
}
.idcards .slide_content a.cta {
    font-size: 1rem;
    border-radius: 8px;
    width: 60%;
    margin: 100px 0 0 150px;
}
.idcards .dropFile a.cta {
    font-size: 1rem;
    border-radius: 8px;
    width: 60%;
}
/*.idcards .p-matrix-attributegroup, .idcards .p-matrix-attributes {
	display: none;
}*/
.idcards .tupload-container a.form-submit.lonebutton, .idcards .tupload-container h3 {
    display: none;
}
.idcards .tupload-container div#p-matrix-options-container {
    background: none;
    padding: 0;
}
.idcards #designs .editor_tool.back {
}
.idcards .proceed_box a.form-submit {
	font-size: 1.2rem;
	float: left;
	margin-top: 20px;
}
.idcards form.TemplateUpload {
    text-align: left;
}
.idcards .file-upload .w-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.idcards .w-col p, .w-col .checkout-action {
	margin: 0;
}

.idcards .w-col .checkout-action {
	display: flex;
	justify-content: flex-end;
	width: 100%;
    margin: 10px 0 0 0; /* This moves the button to the right */
}
div#add_address {
    justify-content: flex-start;
}
.idcards #image-library-upload-library .w-col .checkout-action {
    justify-content: flex-start;
}
.idcards.page-template-ops-products .w-col .checkout-action {
    justify-content: flex-start;
}
.idcards.page-template.ops-logged-out .main-header .w-container {
	display: none;
}
.idcards.page-template-default.ops-logged-out #content {
	margin-top: 0;
}
.idcards .arm_reg_links_wrapper.arm_reg_options.arm_reg_login_links {
	display: none;
}
body.wp-singular.page-template-default.page.page-id-2585.wp-theme-OPSv3.wp-child-theme-Storefront.idcards.ops-logged-out .main-navigation {
	display: none;
}
body.wp-singular.page-template.page-template-page-templates.page-template-ops-myaccount.page-template-page-templatesops-myaccount-php.page.page-id-13.wp-theme-OPSv3.wp-child-theme-Storefront.idcards.ops-logged-out .main-navigation {
	display: none;
}
body.page-template.page-template-page-templates.page-template-ops-designs.page-template-page-templatesops-designs-php.idcards.ops-logged-out .main-navigation {
    display: none;
}
body.idcards {
	background: none;
}
.idcards .site-content {
	border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
body.page-template.idcards.ops-logged-out .site-content, body.page-template-default.idcards.ops-logged-out .site-content {
    border-top: 1px solid #ebebeb;
}
.idcards.ops-logged-out article#designs {
    background: url(/wp-content/themes/Storefront/img/banner4.png) no-repeat 0px -80px;
    float: left;
    background-size: 90%;
    width: 100%;
}
.idcards.ops-logged-out article#myaccount {
    background: url(/wp-content/themes/Storefront/img/banner4.png) no-repeat 0px -80px;
    float: left;
    background-size: 90%;
    width: 100%;
}
.idcards.ops-logged-out header#masthead {

}

.idcards.page-template-page-templatesops-myaccount-php.ops-logged-out h1, .idcards.page-template-page-templatesops-myaccount-php.ops-logged-out .p-thumbs {
	display: none;
}
.idcards .contactbar {
	background-color: #939599;
	font-weight: normal;
}
.idcards .contactbar a {
}
.idcards .footerlinks {
	display: none;
}
body.page-template.page-template-page-templates.page-template-flexible.page-template-page-templatesflexible-php.page.page-id-15.logged-in.idcards.ops-logged-out header#masthead {
    display: block;
}
body.page-template.page-template-page-templates.page-template-flexible.page-template-page-templatesflexible-php.page.page-id-15.logged-in.idcards.ops-logged-out .account_links {
    display: none;
}
body.page-template.page-template-page-templates.page-template-flexible.page-template-page-templatesflexible-php.page.page-id-15.logged-in.idcards.ops-logged-out .top-header {
    height: 40px;
}
body.page-template.page-template-page-templates.page-template-flexible.page-template-page-templatesflexible-php.page.page-id-15.logged-in.idcards.ops-logged-out #content {
    margin-top: 0;
}
.image-filter {
    margin-bottom: 20px;
}
.idcards tr.profile-option .checkout-action a {
    color: #fff !important;
    margin-right: 10px;
}
table.cartbox-checkout.quote-history {
    display: none;
}
.idcards .myaccount-action a.readmore {
    color: #fff !important;
}
.idcards a#cart-proceed-link {
    margin-left: 20px;
}
.idcards a#cart-save-basket {
    display: none;
}

.idcards a.optionbutton.productdetailsbtn {
    display: none;
}

p.cart-costcentre.text-right {
    padding-bottom: 20px;
}

.idcards.page-template-ops-products .w-col.w-col-3 {
    display: none;
}
.idcards.page-template-ops-products .w-col.w-col-9 {
    width: 100%;
}
.idcards .p-matrix-attributegroup.mob-hide {
	display: none;
}
.idcards.ops-logged-out a.account_link.cart_link.tool-tip {
	display: none;
}
.idcards a#library-tool {
    display: none;
}
.page-id-2585.idcards .w-col-9 {
    width: 100%;
}

.idcards h1 { font-size: 1.5em; }
.idcards .w-col-9 ul { padding: 0px 0 0 20px; }
.idcards .headercontactblock { display: none; }
.idcards a.account_link { padding: 5px 10px; }

.idcards .top-header, .idcards .main-navigation {
	background-color:#fff;
}
.idcards .top-header .w-container{
    background-color: #939599;
}
.idcards .main-navigation .w-container {
    background-color: #939599;
}
.idcards .main-header .w-container {
	/*border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;*/
	padding: 0 10px;
}
.idcards.page-id-2627 .w-col-9 {
	width: 100%;
}
.idcards td.cartbox-cell-total {
    display: none;
}
.idcards td.cartbox-cell.cartbox-subtotal {
    display: none;
}
.idcards .cartbox-cell, .idcards .cartbox-top {
	border: none;
	padding: 0;
}
.idcards table.cartbox-checkout.cart-confirm {
    display: none;
}
table.cartbox-checkout.cartbox-checkout-4  {
    display: none;
}
.idcards a.account_link.cart_link.tool-tip .value {
    display: none;
}
.idcards form#cartform .checkout-action .form-submit {
    background: #8fc740;
	border-radius: 0;
}
.idcards .topbaraccountlink {
    width: 30%;
    float: right;
}
.idcards .topbaraccountlink a {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 15px;
}
.idcards .cartbox-heading { 
	background: #aaa;
}

.idcards .cartbox-checkout table.width-100 {
    width: 60%;
}

.idcards article#checkout .cartbox-cell {
    padding: 0 10px;
}
.idcards.page-id-7 article#checkout .cartbox-cell {
	padding: 0;
}
.idcards.page-id-5 article#checkout .cartbox-cell {
    padding: 5px 10px;
}
.idcards article#checkout .cartbox-cell.width-20 {
    padding: 5px 10px;
    background: #efefef;
}
table.cartbox-checkout.cartbox-checkout-2 .cartbox-cell.width-20 {
    background: none !important;
}
.idcards a#checkout-continue {
    background: #8fc740;
}
.idcards .p-thumbs {
	display: none;
}
.idcards #template-designs .w-col {
	margin-bottom: 0;
}

.idcards .cartsteps-cell-active {
	background: #74b5d4;
}
.idcards p.cart-costcentre.text-right {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.idcards table.approval-list {
    margin-top: 20px;
}
.idcards a#MakePayment {
    background: #27c24c;
    color: #fff !important;
}
.idcards input#opayoSubmit {
    background: #27c24c;
}
.idcards.page-id-5 table.cartbox-checkout.cartbox-checkout-2 {
    width: 40%;
    display: inline-block;
    float: left;
    clear: left;
    padding-top: 10px;
}
table.cartbox-checkout.cartbox-checkout-3, table.cartbox-checkout.cartbox-checkout-3 label {
    margin-top: 10px;
    display: inline-block;
}
.idcards.page-id-7 .cart-container, .idcards.page-id-7 td.cartbox-top {
    display: none;
}
.idcards.page-id-7 p {
    font-size: 18px;
}
.idcards .cart-container {
	font-size: 16px;
}
table.cartbox-checkout.cartbox-checkout-1 td.cartbox-top.text-right {
    display: none;
}
table.cartbox-checkout.cartbox-checkout-1 td.cartbox-top {
    margin-bottom: 10px;
    display: block;
}

table.cartbox-checkout.cartbox-checkout-3 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
table.cartbox-checkout.cartbox-checkout-1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    display: block;
}
.idcards table.cartbox-checkout {
    text-align: left;
}
.idcards form#paymentform #submit {
    background: #8fc740;
}
.idcards.page-id-6 table.cartbox-checkout.cart-home.cartbox-checkout-1 {
    border: none !important;
    display: table;
}
.idcards.page-id-9 table.cartbox-checkout.cartbox-checkout-2 {
    display: none;
}
.idcards.page-id-9 .cart-container.checkout-action {
    display: none;
}
.idcards #opayopaymentformholder, .idcards #opayopaymentformholder input {
	background-color: #fff;
}
.idcards.page-id-13 td.cartbox-cell.width-20.text-center, .idcards.page-id-13 td.cartbox-cell.width-15.text-center, .idcards.page-id-13 td.cartbox-cell.width-10.text-center {
    text-align: left;
}
.idcards.page-id-2591 .w-col-9 {
	width: 100%;
}
.idcards.page-id-2636 h3.arm_setup_form_title, .idcards.page-id-2636 .arm_current_user_plan_info {
    display: none;
}
.idcards h1 {
    border-bottom: 1px solid #ccc;
}
.idcards .cart-container.current-budget h2, .idcards .cart-container.current-budget .fund-container {
    display: inline-block;
    font-size: 1.3em;
}
.idcards .fund-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.idcards .fund-container h2 {
    margin: 0;
	font-size: 1em !important;
}
.idcards .fund-container {
    margin-right: 40px;
}
.idcards table.cartbox-checkout.orders-incomplete.cartbox-checkout-3 {
    display: none;
}
.ops-logged-out header#masthead {
    margin-top: 100px;
}
.idcards #template-editor, .template-image-pos, .template-image-delete, .idcards .template-editor > div:after {
    display: none !important;
}
.idcards div.template-image-upload {
	height: 2.5rem;
}
.idcards .template-image-upload .form-submit {
    background: #8fc740;
    height: 40px;
    line-height: 40px;
}
.idcards div#templateimage {
    margin: 0;
}
.idcards .w-col.w-col-8.template-preview {
    padding: 0;
	margin-top: -40px;
}
.idcards #template-editor-image {
	top: -40px;
	right: 20px;
}
.idcards .w-row.editor_toolbar.w-clearfix,
.idcards .w-col.w-col-2.templateform,
.idcards .w-col.w-col-12.editor_toolbar_left,
.idcards div#p-matrix-options-container {
    background: none;
}
.idcards div#p-matrix-options-container {
    padding: 0px 0 0 47px;
    display: inline-block;
    margin: 0 !important;
    background: url(/wp-content/themes/Storefront/img/circle-three.png) no-repeat;
    width: 420px;
    background-size: 9%;
}
.idcards .w-col.w-col-2.templateform {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(/wp-content/themes/Storefront/img/circle-two.png) no-repeat;
    background-size: 9%;
    padding-left: 47px;
}
.idcards .w-row.editor_toolbar.w-clearfix {
    float: right;
}
.idcards .w-col.w-col-4.templateform {
	float: right;
	padding-top: 10px;
	width: 420px;
}
.idcards .editor_navigation .w-col.w-col-12 {
	padding-right: 0;
}
.idcards .w-col.w-col-2.templateform .form-submit {
	font-size: 14px;
}
.idcards .templateimage {
    border: 1px solid #939599;
}
/*.idcards form#SaveReference {
    border: none;
}*/
.idcards #designs .fields .form-submit {
    background: #000;
}
.idcards #designs a#editor_preview_download {
    color: #5F6573;
    background-color: #eee;
}
.idcards #designs .editor_tool.next.add_more {
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.idcards #designs .editor_tool.next.p-matrix-proceed {
    background-color: #eee !important;
    color: #5F6573;
}
.idcards .fields br {
    display: none;
}

.idcards .fields strong {
    margin-top: 15px;
    display: inline-block;
	width: 35%;
	/*text-align: right;
	margin-right: 10px;*/
}
.idcards .templateform input[type=text], .idcards .templateform textarea {
	width: 60%;
}
.idcards form#SaveReference {
	border: none;
	width: 410px;
	background: url(/wp-content/themes/Storefront/img/circle-one.png) no-repeat;
	background-size: 9%;
	padding-left: 47px;
	color: #333;
	text-align: left;
}
.idcards #SaveReference.SaveReferenceEditing input[type="text"] {
    border: 1px solid #ccc;
	height: 2.1em;
	width: 246px !important;
}
.idcards form#SaveReference strong {
    display: inline-block;
    color: #333;
    margin-right: 10px;
}
.idcards .w-col.w-col-4.templateform {
	border: none;
}
.idcards #ReferenceSubmit.SaveReferenceEditing {
	background: #000 !important;
}
.idcards .w-col.w-col-2.templateform .fields {
    border: 1px solid #ccc;
    padding: 0 10px 10px;
}
.idcards #designs .editor_tool {
	width: 121px !important;
}
.idcards .ops-template.w-col.w-col-12 {

}
.idcards .w-col.w-col-6.template-preview {
	margin-top: -105px;
}
.idcards section.templatesection .w-row .ops-template {
    background: url(/wp-content/themes/Storefront/img/grey-steps-wide-1200-thin-mid.png) !important;
    display: block;
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
	padding: 90px 20px 0 !important;
	margin-top: 0;
}
.idcards #designs .editor_tool.next.add_more i::before {
    content: "\f217";
}
.idcards #designs .editor_tool.next i::before {
    content: "\f07a";
}
.editor_tool i { font-size: 2em;}

@media screen and (max-width: 800px) {
    .idcards.page-template.ops-logged-out .main-header .w-container{
        display: block;
    }
	.idcards.ops-logged-out .headercontactblock.mobilehide {
		display: none;
	}
}
