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

/* 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: #808285;
	height: 60px;
	font-size: 16px; 
	color: #fff; 
	padding: 0 20px; 
	text-align: left; 
	line-height: 60px; 
	font-weight: normal; 
	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.
.centerthis .discountcontent { 
	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 { 


}
.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;
   
    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;
}
.centerthis .discountcontent {
	    position: relative;
    max-width: 385px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ops_discount #discountcode {
	width: 100%;
}
.discountcontent h1 {
	margin-top: 0px;
}
.discountcontent .logo a {text-align:center;}
/* 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;
}

.p-maincontent-image{
	margin-bottom:1rem;
}

.vo-btns button.moreButton{
display:none;}

#myTab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	color:#FFF;
}

.cate-txt{
	display:block;
}

a.form-submit,
a.cta,
a.readmore,
#myaccount a.reloadOrder{
	border-radius:5px;
}

/* 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;
	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;
    max-width: 250px;
    text-align: center;
    display: inline-block;
    padding: 0;

}
.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(0, 0, 0, 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 {

}

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

.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: "brandon-grotesque", sans-serif;
	letter-spacing: 0.5px;
}
.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"],
.cologin-page .storefrontlogin input[type="password"] {
	width: 100%;
	border: 1px solid #eee;
	height: 50px;
	box-shadow: none;
	margin-bottom: 0.2rem;
	background: #eee;
	border-radius: 0;
	color: #000;
	text-transform: none;
}

.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: none;
}
.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 {
	background: #014fa1 !important;
	color: #fff;
	float: right;
	margin: 10px 0 0 10px;
}

a.cta:hover,
#content a.readmore:hover,
#reloadOrderProduct:hover {
	background: #e40613 !important;
	color: #fff;
}
section.process_section {
	padding: 1rem 0 !important;
}
       
.login-page #content {
  width: 100%;
   	
  max-width: 100%;
}  
.storefrontlogin .backgroundimg, #ops_discount .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: 2rem;
  background: #fff; 
  border-radius: 1rem;  
  max-width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
}  
.storefront-box b {     font-family: 'Comfortaa', cursive; font-weight: 700; }       

.cologin-page .storefrontlogin input[type="text"], .cologin-page .storefrontlogin input[type="password"], 
.cologin-page .storefrontlogin input[type="text"]:focus, .cologin-page .storefrontlogin input[type="password"]:focus {
border-top: 0;
border-left: 0;
border-right: 0;}
 .storefront-box .checkout-action #action, #ops_discountform .cta {
  border-radius: 55px;
  text-transform: none;
  margin-top: 1rem;
  display: inline-block; 

} 
.cologin-page .storefrontlogin input[type="text"]:focus, .cologin-page .storefrontlogin input[type="password"]:focus { border-bottom: 2px solid #fff!important; color: #fff!important; } 

.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, .discountcontent .logo {
  margin: 0;
  max-width: 250px;
  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 input[type="text"], .cologin-page .storefrontlogin input[type="password"], 
.cologin-page .storefrontlogin input[type="text"]:focus, .cologin-page .storefrontlogin input[type="password"]:focus {
  border-radius: 0;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 17px;
}   
.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: 200px;
  margin: 40px auto 80px !important;
  display: inline-block;
}  
.storefront-box {
  padding: 2rem;
  border-radius: 1rem;
  max-width: 325px!important;
  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, #ops_discountform .cta {
  font-weight: 700 !important;
  max-width: 200px;
  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;}   }


#ops_discountform .cta {
    display: block;
    width: 100%;
}

#ops_discount .discountcontent .logo {display:block;}
#ops_discount .discountcontent .logo img {display:inherit;}
#ops_discountform .w-col-12 .cta {margin-bottom:40px!important;}