/*
 Theme Name:   OPSv3 Tanden House Storefront
 Description:  Child of OPS Storefront Theme, for the Tanden House storefront
 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: #f8f8fa;
}

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 */
.site-title {
	line-height: normal;
	font-size: 30px;
	margin:1rem 0;
}

.site-title img {
	max-height:120px;
}
.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: 19px;
	margin: 0px;
	color: #4d4d4f;
}

input#Search {
    padding: 12px 20px;
    border-radius: 0px;
    color: #000;
    margin-right: 12px;
}

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;
    font-family:inherit;
}

@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 28px;
}

.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: 14px;
}
.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: 21px; 
	border-bottom:none; 
	color: #fff; 
	font-family: "Roboto Slab";
	margin: 0 0 10px 0; 
	padding: 0 0 5px;   
	font-weight :400;
}
.storefrontlogin div { 

}
.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) {

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

.listing-product-text a.form-submit,
.listing-category-text a.form-submit{
	margin-top:1rem;
	font-family: inherit;
	width:100%;
	line-height:1.3;
}

#content a.listing-category-name,
#content a.listing-product-name{
	font-size:1.1rem;
	line-height:1.3;
	margin-bottom:0.5rem;
}

span.cate-txt{
	display:block;
}

.p-thumbs{
	font-size:12px;
	margin:0;
}

.listing-product-text a.form-submit:hover,
.listing-category-text a.form-submit:hover,
.search_form input[type="submit"]:hover,
#myaccount .cartbox-checkout .checkout-action a.cta:hover,
#myaccount .myaccount-action a:hover,
#myaccount .readmore:hover,
.vo-btns button.moreButton:hover, .vo-btns button#reloadOrderProduct:hover, #content .vo-btns a.readmore.cta:hover,
#myaccount a.reloadOrder:hover,
.checkout-action a:hover,
input.form-submit:hover,
.proceed_box > *:hover,
span.split-toggle:hover{
	opacity:0.8;
}

.listing-product-name{
	margin-bottom:0.5rem;
}
#myTab.r-tabs{
	background-color:transparent;
}
#myTab.r-tabs .r-tabs-panel{
	padding:20px;
	background-color:#f7f7f7;
}

.p-matrix-options{
	margin:0;
}

#p-matrix-options-container, #p-matrix-container, .p-matrix-container-title{
	margin:0;
}

.p-matrix-attributes select,
.p-matrix-attributes input[type="text"],
.p-matrix-attributes input[type="number"],
.attr-T-container .p-matrix-attribute{
	width:100%;
}

.p-matrix-attributegroup, .p-matrix-attributes{
	padding:10px 0;
}

.p-matrix td.p-matrix-price{
	background-color:#FFF;
}

.filter_block{
	background-color:#f7f7f7;
	padding:10px;
}
#designs #myTab.r-tabs{
	background-color:transparent;
}
#designs #myTab.r-tabs .r-tabs-panel{
	padding:20px;
	background-color:#f7f7f7;
}

.proceed_box{
	background-color:#FFF;
	margin-top:1rem;
}
.proceed_box > *{
	margin:0;
}

#myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
	border:none;
	border-radius:0px;
	background-color:#ccc;
	color:#333;
}
#myTab .r-tabs-tab.r-tabs-state-active{
border:none;
}
#myTab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	color:#FFF;
	border:none;
}

.p-matrix td, .p-matrix th{
	border:1px solid #cecece;
}

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

.cart-container{
	background-color:#f7f7f7;
}

table{
	margin:0;
}

.vo-btns button.moreButton, .vo-btns button#reloadOrderProduct, #content .vo-btns a.readmore.cta{
	font-weight:normal;
	font-size:0.9rem;
	font-family:inherit;
	padding:10px 5px;
	margin:0;
	margin-bottom:10px;
	line-height:1.2;
}

#myaccount a.reloadOrder,
#myaccount .checkout-action a{
padding:5px 10px;
}
#myaccount a.readmore{
	padding:5px 30px;
}

.listing-category-text,
.listing-product-text{
background-color:#f7f7f7;
padding:10px;
}

#designs .listing-product-image:hover{
	opacity:0.8;
}

.faq h2{
	margin:0;
}

.page-template-flexible #content.w-container{
	padding:0;
}

.page-template-flexible #content article{
	margin:0;
}

.page-template-flexible #content .whitesection,
.page-template-flexible #content .greysection{
	padding:2rem 20px;
}

.page-template-flexible #content.w-container .w-container,
.page-template-flexible #content.w-container .w-container{
	max-width:none;
	padding:0;
}

#content p a.nolive.cta{
	text-decoration:none;
}

span.split-toggle.btn{
	margin-bottom:0;
	
}


/* Site Specific Styles */


#myTab li.r-tabs-tab{
	border-top-right-radius: 6px;
    	border-top-left-radius: 6px;
}
video {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
   /*login Page Design*/
.cologin-page {
	background-color: #ffffff;  
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0!important;
    padding: 0!important;
}
.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;
	height: 50px;
	border-radius: 0;
	box-shadow: none !important;
}
.l-p-0 {
	padding-left: 0;
	padding-right: 0;
}

.cologin-page .storefrontlogin,
.cologin-page .w-col .storefrontlogin {
	margin: 0;
	background-color: transparent;
}
.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: 0 auto;
    max-width: 350px;
    text-align: center;
    display: block;

}

.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 .quote-cta {
	float: none;
	margin: 35px 0px;
	line-height: 18px;
	color: rgba(51, 51, 51, 0.7);
	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;
}
.d-flex-c a {
	color: #fff !important;
	text-decoration: underline;
}
.d-flex-c a:hover {
	color: #00ff00 !important; 
		text-decoration: none;
}
}
.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.ops-login {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    z-index: 9999;
    position: relative; 
    align-items: center;
    justify-content: center;	
}  
.centerthis {  
height: 100vh;
    width: 100%;
display: flex;
    align-items: center;
    justify-content: 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*/

.ops-login a:focus {
	outline: none;
}
/* .ops-login a:hover, 
	.ops-login a:active {
	   color: #f00;
	} */
.ops-login {
	background-color: #ffffff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.5px;
	z-index:999;
}
.ops-login #cart-head {
	background-color: #007faa;
	height: auto;
}
.ops-login.nav-top a,
.ops-login a.logoff {
	color: #fff;
}
.ops-login .nav-top ul {
	display: flex;
	align-items: center;
}
.ops-login .cart-li,
.ops-login .cart-basket {
	font-size: 14px;
	padding: 10px 0;
}
.ops-login .cart-li {
	margin-right: 20px;
	font-weight: bold;
}
.ops-login .cart-li span {
	font-size: 14px;
	font-weight: normal;
}
.ops-login .cart-basket a {
	font-weight: bold;
}
.ops-login .cart-basket a span {
	font-weight: normal;
}
.ops-login article#home,
.ops-login #content {
	clear: both;
	overflow: hidden;
	padding: 0;
}
.ops-login .site-content {
	padding: 0 0px;
}

.ops-login .vertical .ul-nav-prod,
.ops-login .search-orders .sidebar {
	background-color: #fff;
	padding: 0;
	margin-top: 0;
	text-align: left;
	margin: 0;
}
.ops-login 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;
}
.ops-login nav.nav-cat ul li a:hover,
.ops-login nav.nav-cat ul li .p-mainactive {
	color: #007faa;
}
.ops-login h2.cat-menu-header {
	text-transform: uppercase;
}
.ops-login .p-thumbs {
	font-size: 12px;
	text-align: left;
}
.ops-login #home .nav-cat.vertical {
	margin-top: 0;
}

.ops-login #catalogue .listing-category .listing-category-image a img {
	max-width: 100%;
}
.ops-login .listing-category-text,
.ops-login .listing-product-text {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
.ops-login .listing-category-int,
.ops-login .listing-product-int {
	text-align: center;
}
.ops-login #content .listing-category-name,
.ops-login #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;
}
.ops-login #content a.listing-category-name:visited,
.ops-login #content a.listing-product-name:visited {
	color: #fff;
}
.ops-login #content span.cate-txt,
.ops-login .listing-product-short-desc {
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin-top: 0.5rem;
}
.ops-login .productlisting .listing-product .listing-product-image,
.ops-login #catalogue .listing-category .listing-category-image {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ops-login #catalogue .listing-category:hover .listing-category-image,
.ops-login .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);
}
.ops-login footer {
	background-color: #333c43;
}
.ops-login .footerlinks,
footer a {
	color: #ffffff;
}
.ops-login .contactbar a {
	padding-right: 0;
}
.ops-login .listing-product-text a.form-submit {
	margin-top: 1rem;
}
.ops-login .listing-product-text a.form-submit:hover {
	background-color: #000;
}
.ops-login .site-content {
	padding: 3rem 0px;
}
.ops-login .nav-top .cart-myaccount a {
	color: #fff;
}
.ops-login .nav-top a:hover {
	color: #000;
}

@media screen and (min-width: 992px) {
	.ops-login .row {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media screen and (max-width: 767px) {
	.ops-login .site-title img {
		margin: 0 auto;
		display: block;
	}
	.w-container .w-col .w-row {
		margin-left: 0;
		margin-right: 0;
	}
}

.slider-banner {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}



.cologin-page .storefrontlogin input[type="text"]:focus,
.cologin-page .storefrontlogin input[type="password"]:focus {
	width: 100%;
	border: 1px solid rgb(1, 79, 161);
	height: 50px;
	box-shadow: none;
	margin-bottom: 0.2rem;
	background: #fff;
	border-radius: 0;
	color: #000;
	text-transform: UPPERCASE;
}
.slider-banner img {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}
/*New desgin*/

.cologin-page .storefrontlogin .quote-cta {
	float: none;
	margin: 35px 0px;
	line-height: 18px;
	color: rgba(51, 51, 51, 0.7);
	overflow: hidden;
	width: 100% !important;
}

a.cta,
#content a.readmore,
#reloadOrderProduct {color: #fff;}

a.cta:hover,
#content a.readmore:hover,
#reloadOrderProduct:hover {
	background: #e40613;
	color: #fff;
}
section.process_section {
	padding: 1rem 0 !important;
}
       
.login-page #content {
  width: 100%;
   	
  max-width: 100%;
}  
.storefrontlogin .backgroundimg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}  
.loginpagelogo { max-height: 60px; margin-bottom: 1rem;}
   
.storefront-box {   
  padding: 0;
  background: transparent; 
  border-radius: 1rem;  
}  


 .storefront-box .checkout-action #action {
  border-radius: 0;
  text-transform: none;
  margin-top: 1rem;
  display: inline-block; 

} 

.cologin-page .login-forgotpassword .form-submit {
  margin-bottom: 0;

} 
.cologin-page .storefrontlogin .quote-cta {
  float: none;
  margin: 0;
  line-height: 18px;
  color: rgba(51, 51, 51, 0.7);
  overflow: hidden;
  width: 100% !important;
}  
.cologin-page .d-flex-c {
  margin-top: 1rem !important;
}        
.cologin-page .storefrontlogin .logo {
  margin: 0;
  max-width: 350px;
  text-align: center;
  display: inline-block;
} 
.cologin-page .d-flex-c span {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.3rem;
}   
.cologin-page .login-forgotpassword .form-submit {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
}           
.cologin-page .d-flex-c span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.3rem;
  letter-spacing: 0;
}
.cologin-page .d-flex-c b {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3rem;
  letter-spacing: 0;
}   

.cologin-page .storefrontlogin .login-forgotpassword, .cologin-page .storefrontlogin .checkout-action {
  margin: 0;
  text-align: center;
}       
.storefront-box .checkout-action #action { 
font-size: 17px;
  max-width: 100%;
  margin: 40px auto 80px !important;
  display: inline-block;
}  
.storefront-box {
  text-align: center!important;
}    
.cologin-page .login-forgotpassword .form-submit {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}  
.cologin-page a#reset-password {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
} 
.cologin-page a#reset-password:hover {
    text-decoration: underline;
}

.storefront-box .checkout-action #action {
  font-weight: 700 !important;
  max-width: 100%;
  margin: 40px auto 80px !important;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0;
} 

/* Change the white to any color */
/* Change Autocomplete styles in Chrome*/
.storefrontlogin input:-webkit-autofill,
.storefrontlogin input:-webkit-autofill:hover, 
.storefrontlogin input:-webkit-autofill:focus,
.storefrontlogin textarea:-webkit-autofill,
.storefrontlogin textarea:-webkit-autofill:hover,
.storefrontlogin textarea:-webkit-autofill:focus,
.storefrontlogin select:-webkit-autofill,
.storefrontlogin select:-webkit-autofill:hover,
.storefrontlogin select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s; 

}   
::-webkit-input-placeholder { /* Edge */
  color: #779dc1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #779dc1;
}

::placeholder {
  color: #779dc1;
}

@media screen and (max-width: 1250px) {  	   
.login-page #mobile_nav {display: none!important;}   } 

.d-flex-c a {
	color: #fff !important;
	text-decoration: underline;
}
.d-flex-c a:hover {
	color: #00ff00 !important; 
		text-decoration: none;
}

.storefrontlogin h3 {
    font-size: 26px;
    border-bottom: none;
    color: #fff;
    font-family: "Roboto Slab";
    margin: 0 0 10px 0;
    padding: 0 0 5px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    top: -15px;
}

.storefrontlogin h3 span {
   
    color: #00ff00;
    
}
.cologin-page .storefrontlogin input[type="text"], .cologin-page .storefrontlogin input[type="password"], ::-webkit-input-placeholder, :-webkit-autofill {
    border-bottom: none!important;
    font-size: 17px!important;
    height: 50px!important;
    border-radius: 0px!important;
    margin-bottom: 5px;
}  
.cologin-page .storefrontlogin input[type="text"]:focus, .cologin-page .storefrontlogin input[type="password"]:focus {
    border-bottom: none!important;
    font-size: 17px!important;
    height: 50px!important;
    border-radius: 0px!important;
    margin-bottom: 5px!important;
    text-transform: none!important }   
    
    .storefront-box .checkout-action #action {
    font-family: "Roboto Slab"!important;
}


.slide_content h2 {
    color: #FFF;
    display: block;
    padding: 5px 10px;
    font-size: 3.4rem;
    letter-spacing: -1;
    font-weight: normal;
    margin: 0;
    background: transparent;
}
.slide_content a.cta {
    font-size: 1.3rem;
}  
.slide_content a.cta:hover {
    font-size: 1.3rem;
    background: #1e1b1c;
}     
.slick.slider.slick-initialized.slick-slider.slick-dotted {
    height: 500px;
    overflow: hidden;
}   
.slide {
    height: 500px;
    padding: 4rem 4rem;
}   


/* Tanden House Customisation */

body{
	font-family:'Montserrat', sans-serif;
}

#cart-head{
	background-color: #CED3DD;
    text-transform: uppercase;
    height: auto;
    position: absolute;
    z-index: 11;
    height: 39px;
}

.ul-nav li.cart-li,
.ul-nav li.cart-basket{
	font-weight:600;
	font-size: 14px;
	padding: 15px 20px;
}

.main-navigation li a, .main-navigation li a:visited{
	text-transform:uppercase;
}
.customer-logo p.help{
	font-weight:400;
	font-size: 29px;
}
.header-container{
	background-color:#F8F8FA;
	display:flex;
	justify-content:flex-end;
	border-bottom-right-radius:100px;
	width:100%;
	position:relative;
	padding-right:50px;
	padding-bottom:50px;
	margin-top:39px;
	padding-top: 10px;
}
.site-title{
	position:absolute;
	left: -40px;
	bottom:0;
	margin:0;
	z-index:1;
}

.nav-top ul{
	display:block;
	margin-right:50px;
}


.site-title img{
	max-height: 280px;
}

#masthead .main-header{
	position:relative;
}

.strapline{
	padding: 20px 0;
	display:flex;
	justify-content:flex-end;
	padding-right:50px;
	text-transform:uppercase;
	font-size: 20px;
	color: #4d4d4f;
}

footer .contactbar{
	background-color:#CED3DD;
	color:#4d4d4f;
}
footer .contactbar a{
	color:#4d4d4f;
}

#search_form input[type="submit"]{
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	padding: 15px 20px;
}


input#Search::-webkit-input-placeholder { /* Edge */
  color: #4d4d4f;
}

input#Search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4d4d4f;
}

input#Search::placeholder {
  color: #4d4d4f;
}

.cdetails a{
  color: #4d4d4f;
}

.whitesection{
	background-color:#f8f8fa;
}

.slider-section{
	border-bottom-right-radius:200px;
	overflow:hidden;
	background-color:#f8f8fa;
}
.slide{
	padding: 6.2rem 3.5rem;
}
.slide_content{
	text-align:center;
}
.slide_content:before{
	content:'';
	width: 200px;
	height: 100px;
	background-color: transparent;
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
	border: 3px solid #FFF;
	border-bottom: 0;
	transform: scale(2.5);
	transform: scale(2.8) rotate(-45deg);
	position:absolute;
	top: 6px;
	left: 101px;
}

.slide_content h2{
	padding:0;
	line-height:1;
}
.message{
	background-color:transparent;
	padding:0;
	color:#FFF;
}
.slide_content a.cta{
	display:inline-block;
	float:none;
	margin:0;
	margin-top: 3rem;
	background-color: #FFF;
	color: #e5077d;
	text-transform: uppercase;
}
.slide_content a.cta:hover{
	background-color:#FFF;
	opacity:0.9;
}
article#designs{
	margin:0;
}
section.process_section{
	margin:0;
}
.order_step{
	opacity:1;
}
.title_span,
.order_step_description{
	color:#4d4d4f;
}
.order_step  i{
	background-color:#CED3DD;
	color:#4d4d4f;
}

.order_step.active i{
	background-color:#e5077d;
	color:#FFF;
}

@media screen and (max-width: 480px) {
	div#cart-head{
		display:none;
	}
	.site-title{
		top:10px;
		left:10px;
	}
	.site-title img{
		max-height:100px;
	}
	.header-container{
		padding-bottom:60px;
		margin: 0;
	}
	.strapline{
		font-size:1rem;
		padding:10px 0;
		padding-right:20px;
	}
	.mobile_button.fa{
		right: 40px;
		font-size: 1.5rem;
		top: 8px;
	}
	.slider-section{
		border-bottom-right-radius:100px;
	}
	.slide{
		height: 200px;
		padding: 31px 20px;
	}
	.slide_content h2{
		font-size:1.2rem;
	}
	.message{
		font-size:1rem;
	}
	.slide_content:before{
		transform: scale(1) rotate(-45deg);
		top: -50px;
		left: -50px;
	}
	.slide_content a.cta{
		float:none;
		font-size:0.9rem;
		margin-top:1rem;
		width:auto;
	}
	a.cta, #content a.readmore, #reloadOrderProduct{
		float:none;
		width:100%;
	}
	.contactbar,
	.footerlinks{
		height:auto;
		padding:10px 20px;
		line-height:1.2;
	}
}