/*
 Theme Name:   OPSv3 Storefront - IPW1
 Description:  OPS Storefront Child Theme for IPW1 sites such as Legal & General, Coco Di Mama, Bills, Cote & Pizza Pilgrims.
 Author: Laura Wheatman + DI/SS
 Template:     OPSv3
 Version:      1.1.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;
}
.productlisting .w-row,
#catalogue .w-row{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productlisting .w-row:after,
.productlisting .w-row:before,
#catalogue .w-row:after,
#catalogue .w-row:before{ display: none; }


.productlisting .listing-product .listing-product-image,
#catalogue .listing-category .listing-category-image{
	border: 1px solid #E0E0E0;
	}
.productlisting .listing-product .listing-product-image a,
#catalogue .listing-category .listing-category-image a{
	position: relative;
	padding-bottom: 100%;
	display: block;
}
.productlisting .listing-product .listing-product-image a img,
#catalogue .listing-category .listing-category-image a img{
	border: none;
	position: absolute;
	max-width: 99%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#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 */

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: #007faa;
    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: #007faa;
}
/* 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: #333c43;
}

.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: #007faa;
	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: #007faa;
}
.r-tabs-panel .checkout-action a:hover{
	color:#FFF;
}

.r-tabs .p-matrix-cost, .r-tabs span.CurrencySymbol{
	color:#007faa;
	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: #007faa;
	color:#FFF;
	text-shadow: none;
}

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

.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: #007faa;
	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: #007faa;
    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: #007faa;
}

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

/* Site Specific Styles */


/*New desgin*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap');


/*login Page Design*/
	.cologin-page{
		background-color: #FFFFFF;
	}
	.cologin-page .site-header,
	.cologin-page .mobile_toggle,
	.cologin-page .notvisible,
	.cologin-page .site-footer,
	.cologin-page .p-thumbs,
	.cologin-page .entry-title,
	.cologin-page #cookie-law-info-bar, 
	.cologin-page #cookie-law-info-again{
		display: none !important;
	}
	.cologin-page .w-container{
		max-width: 100%;
		padding: 0;
	}
	.cologin-page article{
		margin: 0;
	}
	.cologin-page .storefrontlogin .checkout-action{
		float: none;
	}
	.cologin-page .storefrontlogin .checkout-action .form-submit{
		width: 100%;
		margin: 0;
		background-color: #007faa;
	}
	.l-p-0{
		padding-left: 0;
		padding-right: 0; 
	}
	
	.cologin-page .storefrontlogin, 
	.cologin-page .w-col .storefrontlogin{
		margin: 0;
		background-color: #FFFFFF;
	}
	.cologin-page .slider-banner .slick-slide img{
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
	.cologin-page .slider-banner .slick-dots{
		bottom: 0;
		text-align: left;
		left: 30px;
		margin-bottom: 30px;
	}
	.cologin-page .slider-banner .slick-dots:after{
		content: '';
		background-color: #fff;
		width: 83%;
	    height: 3px;
	    position: absolute;
	    right: 50px;
	    top: 7px;
	}
	.cologin-page .slider-banner .slick-dots li button:before{
		font-size: 18px;
		opacity: 1;
		color: #fff;
	}
	.cologin-page .slider-banner .slick-dots .slick-active button:before{
		color: #EA543B;
	}
	.cologin-page .storefrontlogin .logo {
	    margin-bottom: 2rem;
	}
	.cologin-page .storefrontlogin input[type="text"], 
	.cologin-page .storefrontlogin input[type="password"] {
	    width: 100%;
	    border: 1px solid #aaa;
	    height: 45px;
	    box-shadow: 0px 4px 10px rgba(232, 68, 41, 0.1);
	    margin-bottom: 0.2rem;
	}
	.cologin-page .storefrontlogin input[type="text"]:focus, .cologin-page .storefrontlogin input[type="password"]:focus {
	    border-color: #007faa;
	    box-shadow: none;
	    outline: none;
	}
	.cologin-page .storefrontlogin .login-forgotpassword,
	.cologin-page .storefrontlogin .checkout-action{
		margin: 0;
	}
	.cologin-page .login-forgotpassword .form-submit {
	    margin-bottom: 2rem;
	        color: #000;
	}

	.cologin-page .storefrontlogin .checkout-action .form-submit {
	    height: 45px;
	    display: block;
	    float: none;
	    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	        cursor: pointer;
	}
	.cologin-page .storefrontlogin .checkout-action .form-submit:hover {
	 	background-color: rgba(232, 68, 41, 0.85);
	}
	.cologin-page .storefrontlogin .quote-cta {
	    float: none;
	    margin: 35px 0px;
	    line-height: 18px;
	    color: rgba(51, 51, 51, 0.70);
	        overflow: hidden;

	}
	.cologin-page .storefrontlogin .quote-cta p{
		margin-bottom: 0;
		font-size: 16px;
		line-height: 20px;
	}
	.cologin-page .d-flex-c{
		margin-top: 1.5rem !important;
	}
	.cologin-page .d-flex-c span {
		font-size: 16px;	
		color: #007faa;	
		font-weight: 500;
	}
	.cologin-page .d-flex-c span:first-child {
		margin-right: 10px;
	}
	.cologin-page .d-flex-c span b{
		color: #000;
	}
	.cologin-page .header-nav-call{
		float: none;
		line-height: initial;
	    margin-bottom: 20px;

	}
	.cologin-page .header-nav-call ul{
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.cologin-page .header-nav-call ul li {
	    background-color: transparent;
	    margin-right: 10px;
	}
	.cologin-page .header-nav-call ul li a{
		font-size: 16px;
		line-height: 19px;
		color: rgba(74, 53, 49, 0.52);
	}
	.cologin-page .header-nav-call ul li a:hover{
		    color: #007faa;
	}
	.cologin-page .footerlinks{
		text-align: center;
	    width: 100%;
	    float: none;
	    padding-bottom: 0;
	    margin-top: auto;
	    margin-bottom: 0;
	    height: auto;
	}
	.cologin-page .header-nav-call ul li:last-child{
		margin-right: 0;
		margin-left: auto;
	}
	.cologin-page  .copy-f{
		 width: 100%;
	    float: none;
	    line-height: initial;
	    margin: 0;
	        color: rgba(74, 53, 49, 0.52);
	}
	.cologin-page .footerlinks, .cologin-page .footerlinks a{
		
		font-size: 16px;
		line-height: inherit;
		color: rgba(74, 53, 49, 0.52);
	}
	.cologin-page .storefrontlogin.legalandgeneral-login {
	    display: flex;
	    flex-wrap: wrap;
	    height: 100vh;
	    align-items: center;
	}
	@media screen and  (max-width: 767px){
		
		.cologin-page .slider-banner,
		.cologin-page .storefrontlogin .quote-cta{
		    display: none;
		}
		.cologin-page .footerlinks{
			margin-top: 0;
		}
	}
/*login Page Design*/

	.legalandgeneral-site a:focus{
	   outline: none;
	}
	/* .legalandgeneral-site a:hover, 
	.legalandgeneral-site a:active {
	   color: #f00;
	} */
	.legalandgeneral-site {
		background-color: #FFFFFF;
		font-family: "brandon-grotesque", sans-serif;
		letter-spacing: 0.5px;
	}
	.legalandgeneral-site #cart-head {
	    background-color: #007faa;
	    height: auto;
	}
	.legalandgeneral-site.nav-top a, 
	.legalandgeneral-site a.logoff{
		color: #fff;

	}
	.legalandgeneral-site .nav-top ul{
		display: flex;
    	align-items: center;
	}
	.legalandgeneral-site .cart-li, 
	.legalandgeneral-site .cart-basket{
		font-size: 14px;
		padding: 10px 0;
	}
	.legalandgeneral-site .cart-li{
		margin-right: 20px;
		font-weight: bold;
	}
	.legalandgeneral-site .cart-li span{
		font-size: 14px;		
		font-weight: normal;
	}
	.legalandgeneral-site .cart-basket a{
		font-weight: bold;
	}
	.legalandgeneral-site .cart-basket a span{
		font-weight: normal;
	}
	.legalandgeneral-site article#home, 
	.legalandgeneral-site #content{
		clear: both;
		overflow:hidden;
		padding: 0;
	}
	.legalandgeneral-site .site-content {
	    padding: 0 0px;
	}
	
	.legalandgeneral-site .vertical .ul-nav-prod, 
	.legalandgeneral-site .search-orders .sidebar {
	    background-color: #fff;
	    padding: 0;
	    margin-top: 0;
	    text-align: left;
	    margin: 0;
	}
	.legalandgeneral-site nav.nav-cat ul li a {
	    padding: 15px 0px;
	    margin: 0 0px;
	    border-bottom: 1px dashed #ccc;
	    color: #333;
	    font-family: "Poppins",sans-serif;
	    font-weight: 300;
	}
	.legalandgeneral-site  nav.nav-cat ul li a:hover,
	.legalandgeneral-site  nav.nav-cat ul li .p-mainactive{
		color: #007faa;
	}
	.legalandgeneral-site  h2.cat-menu-header {
 	   text-transform: uppercase;
	}
	.legalandgeneral-site .p-thumbs {
	    font-size: 12px;
	    text-align: left;
	}
	.legalandgeneral-site  #home .nav-cat.vertical{
		margin-top: 0;
	}

	.legalandgeneral-site  #catalogue .listing-category .listing-category-image a img{
		max-width: 100%;
	}
	.legalandgeneral-site .listing-category-text,
	.legalandgeneral-site  .listing-product-text {
	    margin-top: 1rem;
	    margin-bottom: 1rem;
	    text-align: center;
	}
	.legalandgeneral-site  .listing-category-int, 
	.legalandgeneral-site .listing-product-int {
 	   text-align: center;
	}
	.legalandgeneral-site  #content .listing-category-name,
	 .legalandgeneral-site  #content .listing-product-name{
	    font-size: 15px;
	    color: #fff;
	    font-weight: 400;
	    font-family: "Poppins",sans-serif;
	    text-transform: uppercase;
	    display: inline-block;
	    background: red;
	    padding: 2px 10px;
	}
	.legalandgeneral-site  #content a.listing-category-name:visited,
	.legalandgeneral-site  #content a.listing-product-name:visited{
		  color: #fff;
	}
	.legalandgeneral-site  #content  span.cate-txt,
	.legalandgeneral-site  .listing-product-short-desc {
	    font-size: 12px;
    	letter-spacing: 1px;
    	display: block;
    	margin-top: .5rem;
	}
	.legalandgeneral-site  .productlisting .listing-product .listing-product-image, 
	.legalandgeneral-site  #catalogue .listing-category .listing-category-image{
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}
	.legalandgeneral-site  #catalogue .listing-category:hover .listing-category-image,
	.legalandgeneral-site  .productlisting .listing-product:hover .listing-product-image {
	    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
	.legalandgeneral-site  footer {
	    background-color: #333c43;
	}
	.legalandgeneral-site  .footerlinks, footer a{
		color: #FFFFFF;
	}
	.legalandgeneral-site .contactbar a{
		padding-right: 0;
	}
	.legalandgeneral-site .listing-product-text a.form-submit{
		margin-top: 1rem;
	}
	.legalandgeneral-site .listing-product-text a.form-submit:hover {
	    background-color: #000;
	}
	.legalandgeneral-site  .site-content {
	    padding: 3rem 0px;
	}
	.legalandgeneral-site .nav-top .cart-myaccount a{
		color: #fff;
	}
	.legalandgeneral-site .nav-top a:hover{
		color: #000;
	}
	
	@media screen and (min-width: 992px) {
	 .legalandgeneral-site  .row{
			margin-left: -10px;
			margin-right: -10px;
		}
	}
	@media screen and (max-width: 767px) {
		.legalandgeneral-site .site-title img {
		    margin: 0 auto;
		    display: block;
		}
		.w-container .w-col .w-row {
		    margin-left: 0;
		    margin-right: 0;
		}
	}
/*New desgin*/
