/*
 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;
}

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;
}
.w-container { max-width:1500px;}
select { background-color:#fff;}
/* 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 {
	width: 35%;
}
.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: #808285;
	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: #808285;
    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: #808285;

    -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-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;
	float: right;
}
.r-tabs-panel .checkout-action a{
	margin:0;
	background-color: #aaa;
}
.r-tabs-panel .checkout-action a:hover{
	color:#FFF;
}

.r-tabs .p-matrix-cost, .r-tabs span.CurrencySymbol{
	color:#aaa;
	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;
}

.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;
}

.proceed_box h3{
	margin: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: #808285;
	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;
}

.template-prod-name-desc {
padding-left: 2.8rem;
}

.contactbar {
height: 100%;
    line-height: 2rem;
    padding: 1rem;
}
/* JB - 16/06/2025 -- Added to display the product image on the my account stock order page */
#stockform .cartbox-cell  a img {
	display:inline-block;
}
