/**  
 ** Page Initialisations
 **/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
html, body {
	color: #5C5C5C;
	background-color: #FFF;
	height: 100%;
  	margin: 0;
    font-family: 'Open Sans', sans-serif;
}
body {
  	display: flex;
  	flex-direction: column;
  	overflow: hidden;
  	overflow-y: scroll;
}
header {
	flex: none;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.page-header { /* Hide default title */
	display: none;
}
.logo.navbar-btn img {
	width: 100%;
	max-width: 250px;
}
.navbar.container-fluid.navbar-default {
	width: 100%;
	max-width: 1200px;
}
.nav.nav-tab {
	width: 100%;
	max-width: 1200px;
}
.main-container,
.main-container.container-fluid { 
	flex: 1 0 auto;
	width: 100%;
	max-width: 1200px;
}
.container {
	clear: both;
}
.region.region-sidebar-first {
	padding-top: 50px;
}
.footer {
	width: 100%;
	flex-shrink: 0;
    background: #00aef3 url(https://images.simplysay.sg/s3fs-public/site_images/blue-pattern.jpg);
    padding: 12px 0 84px;
    max-height: 10px;
    margin-top: 0px !important;
    z-index: 1;
}
.footer p {
    color: #FFF;
    padding-left: 5px;
    text-align: center;
}
.lost-dog {
	width: 100%;
	max-width: 400px;
	height: auto;
	border: 0;
}
.breadcrumb {
	margin-top: 5px;
	box-shadow: 0px 0px 2px grey;
	border-radius: 0px !important;
}

/* Mobile Page Initialisations - iPhone/Android */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : portrait) { 
	.navbar.container-fluid.navbar-default {
		width: 100%;
		max-width: 375px;
	}
	.main-container { 
		flex: 1 0 auto;
		max-width: 375px;
	}
	.logo.navbar-btn img {
		width: 100%;
		max-width: 200px;
	}
	#block-block-11 p,
	.page-title {
	   font-size: 24px;
	   padding: 10px 0 10px 0;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : landscape) { 
	.navbar.container-fluid.navbar-default {
		width: 100%;
		max-width: 812px;
	}
	.main-container { 
		flex: 1 0 auto;
		max-width: 812px;
	}
	.logo.navbar-btn img {
		width: 100%;
		max-width: 200px;
	}
	#block-block-11 p,
	.page-title {
	   font-size: 24px;
	   padding: 10px 0 10px 0;
	}
}

/* Tablet Page Initialisations - iPad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.navbar.container-fluid.navbar-default {
		width: 100%;
		max-width: 768px;
	}
	.main-container { 
		flex: 1 0 auto;
		max-width: 768px;
	}
	.main-container.container-fluid .col-sm-9 {
		width: 100% !important;
	}
	.logo.navbar-btn img {
		width: 100%;
		max-width: 250px;
	}
	#block-block-11 p,
	.page-title {
	   font-size: 32px;
	   padding: 10px 0 10px 0;
	}
 }
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : landscape) { 
	.navbar.container-fluid.navbar-default {
		width: 100%;
		max-width: 1024px;
	}
	.main-container { 
		flex: 1 0 auto;
		max-width: 1024px;
	}
	.main-container.container-fluid .col-sm-9 {
		width: 100% !important;
	}
	.logo.navbar-btn img {
		width: 100%;
		max-width: 250px;
	}
	#block-block-11 p,
	.page-title {
	   font-size: 32px;
	   padding: 10px 0 10px 0;
	}
 }


/**  
 ** Node Page Defaults
 **/
#node-625, /* Help Page */
#node-1743, /* A4 Cards Page */
#node-1746, /* Corporate Discount Page */
#node-1747, /* Schools Initaitive Page */
#node-1748 /* Buy 2 Get 1 Free Page */ {
	background: url(https://images.simplysay.sg/s3fs-public/images/other/page-bg.png);
	background-repeat: repeat;
	background-size: auto;
	position: relative;
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	left: 50%;
	margin-top: 20px; 
}
.page-title {
   font-family: 'Montserrat', sans-serif;
   font-size: 36px;
   font-weight: normal;
   text-align: center;
}
.page-content {
   background-color: rgba(255, 254, 252, 0.35);
   max-width: 1170px;
   text-align: center;
   margin: 30px auto;
   border-radius: 15px 15px 0px 0px;
   font-size: 16px;
   padding: 10px;
}
.page-content p {
	text-align: left;
	font-size: 14px;
}

/**  
 ** Navigations
 **/
.menu.nav.navbar-nav {
	padding-top: 15px;
}
.navbar-default {
	background-color: inherit;
	border-color: #FFFEFC;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: inherit;
}
.navbar-toggle {
	margin-left: 15px;
}
.nav > li > a {
	font-size: 18px;
}

/**  
 ** Banners
 **/
.front-page-large-banner img { 	
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.front-page-banner1 img { 	
	width: 100%;
	box-shadow: 1px 1px 6px grey;
	border-radius: 10px 10px;
}
.front-page-banner2 img {
	width: 100%;
	max-width: 550px;
	margin-bottom: 5px;
	box-shadow: 1px 1px 6px grey;
	border-radius: 10px 10px;
}
.front-page-banner3 img {
	width: 100%;
	height: auto;
	max-width: 550px;
	max-height: 140px;
	margin-top: 5px;
	box-shadow: 1px 1px 6px grey;
	border-radius: 10px 10px;
}
/* Mobile */
@media (max-width: 500px) {
  	.front-page-banner2 img,
  	.front-page-banner3 img {
		display: none;
		}
  	.front-page-banner1 img { 	
		min-width: 325px;
	}
}

/* Tablet */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.front-page-banner1 img { 	
		width: 100%;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.front-page-banner2 img,
  	.front-page-banner3 img {
		display: block;
		max-width: 350px;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.front-page-banner2 img,
  	.front-page-banner3 img {
		display: block;
		width: 100%;
	}
}

/* Desktop */
@media (min-width: 1200px) {
 	.front-page-banner2 img,
  	.front-page-banner3 img {
		display: block;
	}
	.front-page-banner1 img { 	
		width: 100%;
	}
}

/**  
 ** Customer Notice
 **/
#block-block-5 {
	margin-top:10px;
	background-color: #e10707;
	border-radius: 4px;
}
#block-block-5 h2 {
	margin-top: 0px;
	color: white;
}
#block-block-5 p {
	color: white;
	font-size: 16px;
	margin: 0 10px;
	padding-bottom: 10px;
}

/**  
 ** Front Page Titles / Images
 **/
#block-block-11 { /* Main title */
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
#block-block-12 { /* Sub title */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	padding: 0 10px 10px 0;
}
.front-page-start-text {
	font-size: 16px;
	padding-bottom: 5px;
 }
.front-page-start-text span {
	color:  #3698D9;
 }


/**  
 ** Front Page Categories (Buttons)
 **/
.front-page-categories {
	background: url(https://images.simplysay.sg/s3fs-public/images/other/page-bg.png);
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	margin-top: 20px; 
}
.front-page-button {
	display: inline-block;
	min-height: 200px;
	border-radius: 10px;
	margin: 5px;
	background-color: #FFF5EE;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.9);
}
.front-page-button img {
	color: #FFFFFF;
	width: auto;
	height: 165px;
	min-width: 128px;
	border-radius: 10px 10px 0px 0px;
	z-index: -2;	
}
.front-page-button p {
	color: #5C5C5C;
	font-size: 14px;
	padding-top: 5px;
	overflow-wrap: break-word;
	text-align: center;
    position: relative;
}
.front-page-button:hover,
.front-page-button:hover p,
.front-page-button:hover img {
  -webkit-filter: brightness(80%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/**  
 ** Front Page Intro/Sub Content (text/images)
 **/
#block-block-7,
#block-block-17 { /* Block 7 Simply Say intro / 17 Sub Content text*/
 	background-color: rgba(255, 254, 252, 0.35);
 	max-width: 1170px;
	text-align: center;
	margin: 0px auto;
	border-radius: 15px 15px 0px 0px;
	font-size: 16px;
}
#block-block-7,
#block-block-17 p {
 	padding: 10px;
}
.front-page-sub-content-image,
.a4-banner  {
	text-align:center; 
	margin: 0 auto;
}
.a4-banner {
	padding-top: 10px;
}
.front-page-sub-content-image img,
.a4-banner img {
	display: block;
	width: 100%;
	max-width: 800px;
 	height: auto;
	margin: 0 auto;
	box-shadow: 1px 1px 6px grey;
}
.a4-banner {
	max-width: 600px;
}

/* Mobile */
@media (max-width: 768px) {  	
  	.front-page-sub-content-image img,
  	.a4-banner img {
		display: block;
		width: 100%;
		max-width: 376px;
	 	height: auto;
		margin: 0 auto;
		box-shadow: 1px 1px 6px grey;
	}
}
.recycable-area {
	padding-top: 20px;
	text-align: center;
}
.recycable-logo {
	width: 200px;
	margin: 0 auto;
}
.recycable-logo img {
	max-width: 100%;
	height: auto;
}
.recycable-text {
 	background-color: rgba(255, 254, 252, 0.35);
 	padding: 10px;
 	max-width: 1170px;
	text-align: center;
	margin: auto;
	border-radius: 15px;
	font-size: 16px;
}
.recycable-text p {
	padding: 10px;
}
.recycable-logo-stamp {
	width: 50px;
	margin: 0 auto;
}
.recycable-logo-stamp img {
	max-width: 100%;
	height: auto;
}


/**  
 ** Footer + Social Media block
 **/
 #block-block-6 { /* Front Page Footer Title */
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.front-page-creditcards { /* Footer */
	padding-bottom: 5px;
	text-align: center;
}
.front-page-creditcards img { /* Footer */
	width: 150px;
	height: 30px;
}
.footer-social-media { /* This is Block 10 for the social networks info */
	max-width: 585px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}
.footer-social-media p {
	font-size: 28px;
	padding-top: 15px;
}
.instagram {
	width: 100%;
	max-width: 100px;
}
.facebook {
	width: 100%;
	max-width: 55px;
	padding-top: 15px;
}
.pinterest {
	width: 100%;
	max-width: 60px;
	padding-top: 12px;
}



/**  
 ** Front Page Cart Block + User Points
 **/
.user-points-status { /* User Points Status Bar */
	width: 250px;
	height: 20px;
	min-height: 20px;
	margin-top: -20px;
	margin-left: 30px;
}
.user-points-status p { /* User Points Status Bar */
	width: 100%;	
	text-align: center;
	font-style: italic;
}
.block-commerce-cart {
	display: flex; 
	justify-content: flex-end;
	margin-top: -25px;
}
.view-commerce-cart-block {
	width: 220px;
	margin-top: 8px;
	margin-right: 5px;
	z-index: 99999;
}
.view-commerce-cart-block .line-item-summary-view-cart a,
.view-commerce-cart-block .line-item-summary-checkout a,
.view-commerce-cart-block span {
	font-size: 18px;
	padding: 2px;
}
.block-commerce-cart .view-content,
.block-commerce-cart .block-title {
	display: none;
}
.line-item-summary .line-item-total-label {
	font-weight: normal;
	text-align: center;
}
.line-item-summary .line-item-total-label:before {
 	 content: 'Your Order ';
}
.user-points-status {
	height: 20px;
	min-height: 20px;
}
@media (max-width:768px){
	.cart-empty-block,
	.user-points-status {
		display: none;
	}
}



/**  
 ** Design Your Own
 **/
.design-your-own-bg {
	background: url(https://images.simplysay.sg/s3fs-public/images/other/page-bg.png);
	background-repeat: repeat;
	position: relative;
	width: 100vw;
	height: auto;
	min-height: calc(100vh - 263px);
	margin-left: -50vw;
	left: 50%;
	margin-top: 20px;
}
.design-your-own {	
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.design-your-own .subtitle {
	text-align: center;
	margin-top: 30px;
}
.design-your-own .subtitle h4 {
	line-height: 1.5em;
}
.design-your-own .select-buttons {
	margin-top: 20px;
	height: auto;
	padding: 30px;
}
.design-your-own .select-buttons .button {
	max-width: 450px;
	height: auto;
	margin: 20px auto;
	background:#f5f5f5;
	border: 3px solid #f5f5f5;
	border-radius: 10px;
	cursor: pointer;
	transition: none;
	box-shadow: 1px 1px 6px grey;
	border: 1px solid #C4C4C4;
}
.design-your-own .select-buttons .button img {
	color: #FFFFFF;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.design-your-own .select-buttons .button p {
	color: #5C5C5C;
	font-size: 18px;
	padding: 10px;
	overflow-wrap: break-word;
	text-align: center;
    position: relative;
}
.design-your-own .select-buttons .button:hover {
  -webkit-filter: brightness(80%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/**  
 ** Greeting Card Product Pages
 **/
.product-image {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.product-page-title {
	text-align: center;
}
.view-products-grid {
	width: 25%;
	float: left;
}
/* Mobile Page Initialisations - iPhone/Android */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) { 
	.view-products-grid {
		width: 50%;
		float: left;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : landscape) { 	
	.view-products-grid {
		width: 20%;
		float: left;
	}
}
/* Tablet Page Initialisations - iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.view-products-grid {
		width: 20%;
		float: left;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.view-products-grid {
		width: 12.5%;
		float: left;
	}
 }
.views-field.views-field-nid {
 	padding: 10px;
}
.cards-view .field-content {
	display: flex;
	flex-direction: column;
	height: 310px;
	-webkit-justify-content: center;
	text-align: center;
}
.cards-view .field-content img {
	box-shadow: 1px 1px 6px grey;
	vertical-align: middle;
	width:100%;
	height:auto;
	max-width:210px;
	max-height:300px;
}
.product-image {
	position: relative;
	text-align: center;
}
.add-own-photo-label {
	float: left;
	color: #5C5C5C;
	background-color: #F5F5F5;
	font-size: 16px;
	width: 100%;
	margin: auto;
	box-shadow: 1px 1px 6px grey;
}
.add-own-photo-label:hover,
.product-image:hover {
	-webkit-filter: brightness(60%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : landscape) { 
	.add-own-photo-label {		
		width: 118px;
		font-size: 11px;
	}
}
.cards-view-trending .field-content {
	display: flex;
	flex-direction: column;
	height: 430px;
	-webkit-justify-content: center;
	text-align: center;
}
.cards-view-trending .field-content img {
	box-shadow: 1px 1px 6px grey;
	vertical-align: middle;
	width: 95%;
	height: auto;
}
.cards-view-trending .add-own-photo-label {
	display: none;
}
/**  
 ** Greeting Card Help Pages
 **/
#node-593 h2,
#node-594 h2, 
#node-617 h2,
#node-618 h2  {
	display: none;
}
@media (max-width:768px) {
  .card-display-button-footer {
    padding-top: 10px;
  }
}


/**  
 ** Login / Registration page
 **/
.register .form-item.form-item-pass-pass1.form-type-password.form-group.col-sm-6.col-md-4.has-feedback {
	margin: 0;
}
.login-register-page button,
#user-pass button {
	margin-top: 20px;
	margin-bottom: 20px;
}
#edit-account input[type=text],
#edit-account input[type=password],
#user-login--2 input[type=text],
#user-login--2 input[type=password] {
	width: 300px !important;
}
#edit-name { /* forgotten password page */
	width: 400px;
}
.form-item-pass-pass2 { /* hides confirm password */
	display: none;
}
#user-register-form .btn-success {
	background-color: #337AB7;
	border-color: #2e6da4;
}
.login-register-page-background {
	background: url(https://images.simplysay.sg/s3fs-public/images/other/page-bg.png);
	background-repeat: repeat;
	position: relative;
	width: 100vw;
	height: auto;
	min-height: calc(100vh - 253px);
	margin-left: -50vw;
	left: 50%;
	margin-top: 20px;
}
.login-register-page {
	margin: auto;
  	width: 100%;
  	max-width: 1140px;
  	padding-bottom: 20px;
  	background-color: rgba(255, 254, 252, 0.35);
	border-radius: 15px;
}
.login-register-page {
	text-align: left;
	padding: 10px;
}
.login-register-page .register {
	border-left: 1px solid;
	border-color: rgb(92,92,92,0.2);
}

@media (max-width:768px){
.login-register-page {
    flex-wrap: wrap;
    text-align: center;
    box-shadow: none;
  }
.col-xs-6.register p:nth-child(2),
.login-register-page h4 {
	display: none;
}
.col-xs-6.register .site-disclaimer {
 	display: block !important;
}
#edit-site-disclaimer {
	max-width: 300px;
}
.login-register-page .login {
    width:100%;
    max-width: 767px;
  }
 #user-login--2 {
 	padding-left: 30px;
 }
.login-register-page .register {
	display: inline-flex;
	width:100%;
    max-width: 767px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-left: 0px;
	border-top: 1px solid #E8E8E8;
	}
}

/**  
 ** My Account page
 **/
 /* My Account Page - Main menu*/
.nav > li > a {
	color: #5C5C5C;
}
.myaccount-menu {
	background-color: transparent;
	margin-top: 20px;
}
.myaccount {
	background: url(https://images.simplysay.sg/s3fs-public/images/other/page-bg.png);
	background-repeat: repeat;
	background-size: auto;
	position:absolute;
	width: 100vw;
	height: calc(100vh - 262px);
	margin-left: -50vw;
	left: 50%;
}
.tab-content .tab-pane {
	background-color: rgb(255,255,255, 0.5);
	position: relative;
    margin: auto;
  	width: 100%;
  	max-width: 1140px;
  	border-radius: 10px;
  	text-align: center;
}
.tab-content .tab-pane p{
	padding-bottom: 20px;
}

 /* My Account Page - Points*/
.rewardsColumnGauge{
	padding-top: 10px;
}
.rewardsSimplyPay {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.rewardsSimplyPay img{
    width: 150px;
    height: 50px;
    opacity: 0.75;
}
.rewardsTitle {
  float: left;
  padding-left: 55px;
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  overflow: auto;
}
.rewardsTitle.blue {
  color: #0E8BC8;
}
.rewardsTitle.gold {
  color: #795B38;
}
.blue_reward_member {
  background: #3698D9;
  border-radius: 10px;
  box-shadow: 1px 1px 6px grey;
  display: block;
  height: 200px;
  width: 315px;
  margin: 0 auto;
}
.blue_reward_member p {
  text-shadow: 1px 1px 2px #000, -1px -1px 1px #fff;
  overflow:hidden;
  font-size: 30px;
  letter-spacing: 4px;
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 1px 1px #2f2f2f;
  float:left;
  padding-top: 10%;
  margin: auto;
  width: 100%;
  }
.gold_reward_member {
  background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #AA771C); /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #AA771C);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #AA771C); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3698D9', endColorstr='#00aff3',GradientType=0 ); /* IE6-9 */;
  border-radius: 10px;
  box-shadow: 1px 1px 6px grey;
  display: block;
  height: 200px;
  width: 315px;
  margin: 0 auto;
}
.gold_reward_member p {
  /*text-shadow: 1px 1px 2px #000, -1px -1px 1px #fff;*/
  overflow:hidden;
  font-size: 30px;
  letter-spacing: 4px;
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 1px 1px #2f2f2f;
  float:left;
  padding-top: 10%;
  margin: auto;
  width: 100%;
 }
.name_reward_member {
  font-size: 14px;
}
.expiry_reward_member {
  font-size: 15px;
  margin-left: 20%;
}
.rewardsTable:after {
    content: "";
    display: table;
    clear: both;
}
.rewardsTitle p {
   color:#989898;
   text-anchor: middle;
   font-family: sans-serif;
   font-size: 24px;
   font-weight: bold;
   fill-opacity: 1;
   padding-left: 50px;
}

/* My Account Page - Previous Orders */
.myaccount-grid .views-column {
	width: 100%;
	background-color: rgb(255,255,255, 0.5);
	border-radius: 10px;
}
.myaccount-orders h2 {
	font-size: 22px;
	text-align: center;
}
.myaccount-orders .views-field-created {
	font-size: 24px;
	font-style: italic;
	text-align: center;
}
.myaccount-orders .table-hover>tbody>tr:hover {
    background-color: transparent; /* Assuming you want the hover color to be white */
}
.myaccount-orders .views-field-rendered-entity {
	border-bottom: 1px solid #E8E8E8;
}
.myaccount-orders .view-content,
.myaccount-orders .table .table,
.myaccount-orders .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent !important;
	margin-bottom: 0px;
}
.myaccount-orders .table > thead > tr > th, 
.myaccount-orders .table > tfoot > tr > th, 
.myaccount-orders .table > thead > tr > td, 
.myaccount-orders .table > tbody > tr > td, 
.myaccount-orders .table > tfoot > tr > td {
	border-color: transparent !important;
}
.myaccount-orders .table > thead > tr > th, 
.myaccount-orders .table > tfoot > tr > th {
	display: none;
}
.myaccount-orders .table > tr {
	display: none;
}
.myaccount-orders .table,
.myaccount-orders .table th {
	text-align: center;
}
.myaccount-orders .views-field-field-outlay {
	width: 200px;
	min-width: 100px;
}
.myaccount-orders .field-name-commerce-order-total {
	float: left;
	width: 200px;
}
.myaccount-orders .views-field-php-2 {
	display: none;
}
.myaccount-orders .views-field .views-field-field-address,
.myaccount-orders .views-field .views-field-toolbox-new-envelope,
.myaccount-orders .views-field .views-field-toolbox-new-shipping-type,
.myaccount-orders .views-field .views-field-quantity,
.myaccount-orders .views-field .views-field-commerce-total {
	vertical-align: middle;
}
.myaccount-orders .views-field .views-field-toolbox-new-shipping-type {
	max-width: 100px;
}
.views-field.views-field-commerce-total.views-align-right {
	padding-bottom: 30px;
}

/* My Account Page - Saved Designs */
.myaccount-menu li:nth-child(3) { /* Hiding since Save Designs is not ready */
	display: none;
}
.myaccount-saved-designs {
	background-color: rgb(255,255,255, 0.1);
	min-height: 500px;
	border-radius: 10px;	
}

/* My Account Page - Addresses */
.myaccount-addressbook {
	background-color: rgb(255,255,255, 0.1);
	min-height: 500px;
	border-radius: 10px;
}
.myaccount-addressbook .views-column,
.myaccount-addressbook .views-row {
  background-color: rgba(255, 255, 255, 0.5);
  float: left;
  width: 32%;
  margin-top: 10px;
  margin-left: 1%;
  border-radius: 10px;
  box-shadow: 1px 1px 6px grey;
  padding: 20px;
  overflow: hidden;
  height: 140px;
}
.myaccount-addressbook .addressbook-links {
  float: right;
}
@media (max-width: 768px) {
  .myaccount-addressbook .views-row {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .myaccount-addressbook .views-row {
    width: 65%;
    margin: 10px 17%;
  }
}

/* My Account Page - Settings */
.myaccount-settings  {
	background-color: rgb(255,255,255, 0.1);
	min-height: 500px;
	border-radius: 10px;
}
.myaccount-settings .form-type-password-confirm {
	width: 100%;
}
.myaccount-settings #edit-account input[type=text], 
.myaccount-settings #edit-account input[type=password], 
.myaccount-settings #user-login--2 input[type=text], 
.myaccount-settings #user-login--2 input[type=password],
.myaccount-settings .form-item.form-item-pass-pass1.form-type-password.form-group.col-sm-6.col-md-4.has-feedback,
.myaccount-settings #edit-current-pass,
.myaccount-settings #edit-mail,
.myaccount-settings #edit-pass-pass1 {
	float: none;
	margin: 0 auto;
}
.myaccount-settings #edit-picture,
.myaccount-settings #edit-timezone,
#edit-picture,
#edit-timezone {
	display: none;
}
.myaccount-settings .location-wrapper,
.myaccount-settings .metatags-form {
	display: none;
}

.simplysay-advert1 {
	padding-top: 10px;
	text-align: center;
} 
.simplysay-advert1 img {
	max-width: 900px;
	width: 100%;
	height: auto;
}
/**  
 ** Product Workflow - Banners
 *
.workflow-banner1 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;	
	padding-top: 15px;	
}
.workflow-banner1 img {
	width: 100%;
	max-width: 600px;
	height: auto;
	max-height: 200px;
	box-shadow: 1px 1px 6px grey;
}
*/

/**  
 ** Product Workflow - Nav buttons
 **/
.panel-default > .panel-heading {
	background-color: #358CC6;
}

/**  
 ** Product Workflow - Nav buttons
 **/
.blue-round-btns {
	text-align: center;
 }
.blue-round-btns button{
	min-width: 90px;
	margin-top: 10px;
	font-size: 16px;
    color: #fff;
    background-color: #338DCC;
    border-color: #338DCC;
    text-align: center;
}
.blue-round-btns button:hover {
  -webkit-filter: brightness(80%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#addressbook li {
	list-style-type: none;
}


/**  
 ** Product Workflow - Card size selection
 **/
.option-container .card_price {
	font-size: 20px !important;
	font-style: normal !important;
}
.option-container .description {
	font-size: 14px !important;
	font-style: italic;
}
.form-item-card-size label {
  padding-left: 30px;
  padding-bottom: 30px;
}
.form-item-card-size .control-label {
  width: 550px;
  height: 250px;
  float: left;
}
.form-item-card-size input[type="radio"] {
  display: none;
  visibility: hidden;
}
.form-item-card-size .shipping-option-box {
  background: #f5f5f5;
  border: 3px solid #f5f5f5;
  padding: 40px 40px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: 225px;
  /* min-height: 280px; avoid that later, use flex or smth */
  cursor: pointer;
  transition: none;
  box-shadow: 1px 1px 6px grey;
}
@media only screen and (max-width: 767px) {
  .form-item-card-size label {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .form-item-card-size img {
  	display: none;
  }
}

/**  
 ** Product Workflow - Envelope selection
 **/
 .option-container p {
	font-size: 14px !important;
	font-style: italic;
}


/**  
 ** Product Workflow - Address selection area
 **/
.delivery_page_main .delivery_main {
  margin: 30px 0;
  border-radius: 10px;
  text-align: center;
  margin-top: 15px;
}
.delivery_page_main .delivery_main  h2{padding-bottom: 20px;}
.delivery_add2cart_button {
  display: inline-block;
  vertical-align: top;
}
.delivery_add2cart_button button{
  background-color: green;
}
.delivery_add2cart_button button:hover {
  background: rgba(3, 89, 122, 0.9) none repeat scroll 0 0;
  color: #fff;
}

.delivery_bottombtn .form-group{margin-bottom: 0px;}
.delivery_page_main #addressbook-select-form .radio {
  background: #f5f5f5;
  display: inline-block;
  margin-right: 1%;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  height: 140px;
  box-shadow: 1px 1px 6px grey;
}
.delivery_page_main #addressbook-select-form .radio label {
  display: block;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.delivery_page_main #addressbook{line-height: 24px;}
.delivery_page_main #addressbook-select-form .radio input:checked ~ #addressbook::after {
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border: 3px solid #b4e97a;
  border-radius: 10px;
}
.delivery_page_main #addressbook-select-form .radio label > input{
  opacity: 0;
}
.delivery_page_main .radio:last-child{
  margin-bottom: 10px;
}

.shipping-option-box span {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.shipping-option-box span p {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.noProfileButton.form-actions.form-wrapper.form-group button {
	width: 100px;
	height: 50px;
}

@media (max-width: 768px){
	#edit-add-address {
		margin-top: 20px;
	}
	.delivery_page_main .container .delivery_main #edit-profiles-nav .ln-letters {
	    padding: 15px;
	}
	.delivery_page_main .container .delivery_main #edit-profiles-nav .ln-letters a {
	    width: 11%;
	    border-bottom: 1px solid #cb9d2b;
	}
	.delivery_page_main .container .delivery_main #edit-profiles-nav {
	    padding: 0;
	    margin: 0;
	}
}


/**  
 ** Product Workflow - Delivery selection
 **/
.form-radios {
	margin-top: 15px;
 }
.form-item-shipping-options .control-label {
    float: left;
}
.shipping-option-box p {
	font-style: italic;
}


/**  
 ** Product Workflow - Cart
 **/
.page-cart .views-row {
	width: 100%
 }
.view-header {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 22px;
	text-align: center;
}
.page-cart .views-field-edit-delete .btn-info {
    display: block;
    margin-bottom: 10px;
    width: 96.7px;
}
#addressbook, .commerce-line-item-views-form .views-field-nothing p {
	font-size: 14px;
}
.delivered-to-address {
	text-align: center;
}
#addressbook-select-form {
	margin: 0 auto;
}
.field-card-size {
	text-align: center;
}
.views-field-toolbox-new-shipping-type {
	max-width: 260px;
	margin: 0 auto;
}
.view-commerce-cart-form-new .row {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.commerce-line-item-actions button {
	margin: 2px;
}
@media (max-width: 992px) {
  .col-1-7 {
  	width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .btn-update.update-address {
    display: inline-block;
  }
  .product_image img {
    margin: 0 auto;
  }
  .col-1-7.edit-quantity {
    width: 20%;
    margin: 0 auto;
    float: none;
    z-index: -1;
  }
  .col-1-7.edit-quantity .form-control {
    text-align: center;
  }
  .col-1-7.edit-delete {
    width: 100%;
    float: left;
  }
  .page-cart .edit-delete .btn-info {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .col-1-7 {
    /*width: 14%;*/
  }
}

@media (min-width: 786px) {
  .col-1-7 {
    width: auto;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-1-7.toolbox-new-shipping-type {
    width: 21%;
  }

  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 1200px) {
  .col-1-7 {
    width: 17%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-1-7.toolbox-new-shipping-type {
    width: 15%;
  }
  .col-1-7.edit-quantity {
    width: 6%;
  }
  .col-1-7.commerce-total {
    width: 6%;
  }
}
.view-with-bottom-nav {
  background-color: inherit !important;
}
.formBuilder {
  padding: 0% !important;
  padding-left: 5% !important;
}
.shipping-option-box h2 {
  color: #1d1d1d;
  font-size: 20px;
}


/**  
 ** Product Workflow - Cart Recently Viewed
 **/
#block-views-recently-viewed-block h2 {
 	font-size: 18px;
 }
#block-views-recently-viewed-block .recently-viewed-block {
  display:flex;
  justify-content: center;
  margin:auto;
  max-width: 1254px;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}
#block-views-recently-viewed-block .recently-viewed-block .views-row {
  float: left;
  padding-bottom: 25px;
  padding-right: 10px;
  margin:auto;
  overflow: hidden;
  max-width: 130px;
  max-height: 185px;
}
#block-views-recently-viewed-block img {
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    width: 100%;
    height: auto;	
    vertical-align: middle;
}


/**  
 ** Product Workflow - Checkout
 **/
 @media screen and (max-width:767px){
#commerce-checkout-form-checkout {
    max-width: 330px;
  }
}
.form-item-commerce-payment-payment-method input[type=radio] {
	display: none;
     appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
.form-item-commerce-payment-payment-method input[type=radio]:checked+span {
    outline-style: solid;
    outline-width: 3px;
    outline-color: #b4e97a;
    border-radius: 0;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) {
	.form-item-commerce-payment-payment-method input[type=radio]:checked+span {
		padding: 10px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.form-item-commerce-payment-payment-method input[type=radio]:checked+span {
		padding: 20px;
	}
}
.checkout_completion_message .panel-heading {

}
iframe {
  /*border: 1px solid #DDDDDD;*/
}
#edit-commerce-payment-payment-method {
	display: flex;
}
.stripe-logo,
.userpoints-logo {
	display: inline-block;
	width: 200px;
	height: auto;
	padding: 5px;
}

.table-responsive {
	text-align: center;
}
.table-responsive .table > thead > tr > th, 
.table-responsive .table > tbody > tr > th, 
.table-responsive .table > tfoot > tr > th, 
.table-responsive .table > thead > tr > td, 
.table-responsive .table > tbody > tr > td, 
.table-responsive .table > tfoot > tr > td {
	vertical-align: middle;
}
.views-field-field-outlay img {
	box-shadow: 1px 1px 6px grey;
	max-width: 150px;	
}


/**  
 ** Cards Page Filter Buttons (categories)
 **/
.top-level-categories {
	width: 100%;
	margin-top: 25px;
 	background: url(https://images.simplysay.sg/s3fs-public/images/other/page-bg.png);
	text-align: center;
	box-shadow: 0 0 8px 8px white inset;
	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
 }
.top-level-categories .row {
  	width: 100%;
  	display: flex;
  	flex-direction: row;
  	justify-content: left;
  	margin: 0 auto;
}
.cards-page-filter-button {
	text-align: center;
	display: inline-block;
	width: auto;
	min-height: 180px;
	min-width: 115px;
	border-radius: 10px;
	background-color: #FFF5EE;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
.cards-page-filter-button img {
	color: #FFFFFF;
	width: auto;
	height: 140px;
	min-width: 115px;
	border-radius: 10px 10px 0px 0px;
	z-index: -2;	
}
.cards-page-filter-button p {
	color: #5C5C5C;
	font-size: 14px;
	padding-top: 5px;
	overflow-wrap: break-word;
	text-align: center;
    position: relative;
}
/* Mobile Page Initialisations - iPhone/Android */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) { 
	.cards-page-filter-button {
		margin-right: 5px;
	}
}

/**  
 ** AJAX Facet filters
 **/
 .block-facetapi {
 	background-color: #F5F5F5;
 	margin: 10px;
	list-style: none;
	text-align: center;
	box-shadow: 1px 1px 6px grey
 }
 .block-facetapi a {
 	color: #777777;
 }
  .block-facetapi a:hover {
 	color: #337ab7;
 }
 .region-sidebar-first {
 	border-right: 1px solid #E8E8E8;
 }
.region-sidebar-first .product-page-more-cards,
.region-sidebar-first .product-page-instructions,
.region-sidebar-first .block-invite {
	width: 200px;
	height: auto;
	border-radius: 2px;
	box-shadow: 1px 1px 6px grey;
	background: #F1F1F1;
	margin-bottom: 20px;
}
.region-sidebar-first .product-page-more-cards p,
.region-sidebar-first .product-page-instructions p{
  	text-align: center;
  	padding: 5px 5px;
}
.region-sidebar-first .block-title {
	font-size: 18px;
}
.region-sidebar-first ul {
	padding: 0;
}


/**  
 ** Corporate page
 **/
 .table-bordered > thead > tr > th {
 	text-align:center;
 }
.corp-cards img {
	text-align: center;
  	width: 100%;
  	max-width: 300px;
  	height: auto;
}
.corp-rates {
  	clear: both;
  	padding-top: 10px;
}
/**  
** Schools initiative page
**/
.table-bordered > thead > tr > th {
 	text-align:center;
}

.school-cards img {
	text-align: center;
  	width: 100%;
  	max-width: 200px;
  	height: auto;
}
.school-cards-size img {
	text-align: center;
  	width: 100%;
  	max-width: 800px;
  	height: auto;
	padding-top: 10px;
}


/**  
 ** Search Page
 **/
.view-search .views-exposed-widgets,
.block-views .views-exposed-widgets {
	text-align: center;
}

.view-search .views-exposed-widgets label,
.block-views .views-exposed-widgets label {
	font-size: 22px;
}

.view-search .views-exposed-form .views-exposed-widget,
.block-views .views-exposed-form .views-exposed-widget {
	float: none !important;	
}

.view-search .views-exposed-form .views-exposed-widget .form-control,
.block-views .views-exposed-form .views-exposed-widget .form-control {
	margin: 0 auto;
	width: 50%;
}

.view-search .view-empty,
.block-views .view-empty {
	text-align: center;
}

.view-search .view-empty cite,
.block-views .view-empty cite {
	font-size: 18px;
}

.view-search .node a,
.block-views .node a {
	display: none;
}

