/*
.header {
	background-color: white;
}


*/

.site {
	padding-top: 70px;
}
.site + .section {
	padding-top:1rem;
}

.form-styling {
	padding-bottom: 20px;
}

.location-link {
}

.savespree-logo, .navbar-item img.savespree-logo {
	position: absolute;
    top: 8px;
    left: 10px;
    width: 105px;
    height: auto;
    max-width: 220px;
    max-height: 110px !important;
}

.flyerify-logo, .navbar-item img.flyerify-logo {
	position: absolute;
    top: 8px;
    left: 10px;
    width: 105px;
    height: auto;
    max-width: 220px;
    max-height: 110px !important;
}


.expired-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 20px;
	font-style: normal;

}

.app {
	padding-top: 126px;
	padding-bottom: 27px;
	background-color: #008df9;
}

.app-image {
	max-height: 450px;
	text-align: center;
	margin-bottom: 30px;
}

.slanted {
    height:660px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.model-style {
	    background-color: rgba(10, 10, 10, 0.16);
}


.is-vertical-center {
  display: flex;
  align-items: center;
}

.title-format {
	color: white;
	font-size: 50px;
	font-weight: 300;
}


.subtitle-format {
	color: white;
	font-size: 30px;
	font-weight: 300;
}


.column-logo-style {
	width: 100%;
  	height: auto;
}

.sign-button {
	background-color: #fc511d;
	color: white;
}


.button.is-sign {
	background-color: #fc511d;
	color: white;
}

.forgot-password-link {
	margin-top: 30px;
	color: #fc511d;
}

.link-color-sign {
	color: #fc511d;
}

.column-logo-div-style {
	position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 12px;
  border-color: #e8e9ed;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0.1em 0.3em -0.125em rgba(10, 10, 10, 0.1);
  border-radius: 5px;
}


.navbar.is-spaced {
	padding-top: 7px;
	padding-bottom: 7px;
	/*box-shadow: 0 0.2em 0.3em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);*/
	box-shadow: none;
}


.see-more-style {
	font-size: 40px;
	text-align: center;
	color: #aaa;
}

.deal-body-text {
	font-size: 24px;
	padding-bottom: 20px;
}

.brand-description-style h3 {
	font-size: 16px;
	font-weight: 600;
}

.brand-description-style p {
	font-size: 14px;
}

.a-brand-review {
	padding-bottom: 20px;
}

.brand-review-style p {
	font-size: 14px;
}

.brand-review-username-style {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 3px;
}

.brand-review-title-style {
	font-size: 16px;
	font-weight: 600;
}

.review-button-style { 
	background-color: transparent;
  border-color: #3f89ea;
  color: #3f89ea;
}

.review-button-style.is-outlined { 
	background-color: transparent;
  border-color: #3f89ea;
  color: #3f89ea;
}


.review-button-style:hover { 
	background-color: #3f89ea;
	color: white;
}

.description-style img {
	background-color: pink;
	width: 100%;
}

.deal-button-offer-page {
	background-color: #3f89ea;
	border: 1px solid #3f88ea;
	color: white;
	font-weight: 600;
}

.deal-button-offer-page:hover {
	background-color: #3b7fd9;
	border: 1px solid #3b7fd9;
	color: white;
	font-weight: 600;
}


.ad-style-card {
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.article-brand-ad {
	text-align: left;
	margin-bottom: 20px;
}

.offers-card-style-horiz {
	border-width: 1px;
    border-color: #e8e9ed;
    border-style: solid;
    box-shadow: none;
    overflow: hidden;

}
.card-items-list .offers-card-style-horiz {
    border-radius: 5px;
}

.offers-card-style {
/*		border-width: 1px;
    border-color: #e8e9ed;
    border-style: solid;
    box-shadow: 0 0.2em 0.3em -0.125em rgba(10, 10, 10, 0.1);*/
    border-width: 1px;
    border-color: #dcdde0;
    border-style: solid;
    box-shadow: none;
}


.download-button-style, #confirmCountryModal .button.is-success {
	/*background-color: #3f89ea;*/
	color: white;
	/*border: 1px solid #3f88ea;*/
    border: 1px solid #fff;
    box-sizing: border-box;
    background: none;



}

.download-button-span {
	/*background-color: #3f88ea;*/
	color: white;
}
@media screen and (max-width: 497px) {
	.download-button-span-download {
		display: none;
	}
}

.download-button-style:hover, #confirmCountryModal .button.is-success:hover {
	/*background-color: #3f89ea;*/
	background-color: #a53412;
	background: none;
	border-color: #fff;
	color: white;
}

.download-button-style:focus, #confirmCountryModal .button.is-success:focus {
	color: white;
}


.home-title {
	font-size: 40px;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #1a1a1a;
	line-height: 1.25;
}



.line-style-seperator {
	border-top: 1px solid #ddd;
	margin-bottom: 42px;
	margin-top: -3px;
}


/* Old */
.flyer-main-container {
	background-color: white;
}

body {
	--primary-color: #B33038;
	--secondary-color: #9ac310;
	font-family: 'Open Sans', sans-serif;
	/*background-color: #f1f2f6;*/
	background-color: #f9f9fb;

/*	background-color: #efefef;
*/

}

/*body a {
	color: #B33038;
}*/

.box {
  	position: relative;
}

.box:hover {
  	background-color: #fff;
}

.offer-price {
	margin-top: -16px;
}

/*.offer-date {
	position: absolute;
  bottom: 0;
  margin-bottom: 22px;
}
*/

.brand-style {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.offer-type-style {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #22d1b2;
	  text-transform: uppercase;

}

.code-style {
	padding-bottom: 0px;
	text-align: center;
}


.code-style-columns {

}

.code-style-column {
	margin: 5px 10px 10px 0;
}
@media screen and (min-width: 900px) {
	.code-style-column {

		align-self: center;
	}
	.code-style-columns {
		display: flex;
	}
}

.code-text-style {
	font-weight: 800;
	font-size: 18px;
}

.flyer-img-style {
	width: 100%;
}


.offer-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-right: 10px;
	/*	margin-bottom: 0px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-bottom: 0.2em;
  padding-top: 10px;
}

.offer-title-with-price {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-right: 10px;
	/*	margin-bottom: 0px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-bottom: 0.2em;
  padding-top: 10px;
}

.price-style {
	font-weight: 600;
	font-size: 18px;	
	color: #cf0d0d;
}


@media only screen and (min-width: 601px) {
	.offer-title {
	  max-height: 5.8rem;
	  -webkit-line-clamp: 3;
	}

	.offer-title-with-price {
  	max-height: 5.8rem;
	  -webkit-line-clamp: 2;	
	}
}

h1.details-card-offer-title {
	margin-top: 0.4rem;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.2em;
	padding-bottom: 7px;
}

.store-page-container {
	background-color: white;
	padding: 20px;
}

.hide-button {
	 display: none;
}

.show-button {
	display: block;
}

.list-letter {
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
}

.centered-text {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 800;
  color: #ddd;
  padding-bottom: 10px;
}

.box-style {
	border-radius: 0px;
}

.offer-card-link {
	background-color: green;
}

.offer-card-box a:hover {
	background-color: blue;
}

/*.profile-style {
	background-color: white;
	border-radius: 20px;
	margin-left: 5px;
	margin-right: 5px;
}*/

.offer-image img { 
	height: 150px; 
	width: 220px;
	object-fit: cover; 
	object-position: 50% 50%;
	object-position: 0 0;
}

.full-offer-image {
/*	margin-right: 18px
*/}
.full-offer-image figure {

}
.full-offer-image img { 
/*	margin-top: 4px;
*/	margin-bottom: 4px;
/*	margin-left: 4px;*/
	height: 170px; 
	width: 250px;
	object-fit: cover; 
	object-position: center top;

}

.full-offer-image-flyer figure {

}
.full-offer-image-flyer img { 
/*	margin-top: 4px;
*/	margin-bottom: 4px;
/*	margin-left: 4px;
*/	
	height: 170px; 
	width: 250px;
	object-fit: cover; 
	object-position: 50% 0;
}

.full-offer-image-generic figure {

}
.full-offer-image-generic img { 
	/*margin-top: 4px;*/
/*	margin-left: 4px;
*/	
	/*object-fit: contain; */
	/*margin: 4px; */

    display: block;
		
}

@media only screen and (min-width: 601px) {
	.full-offer-image-generic img {
			height: 170px; 
			width: 250px;
			object-fit: cover;
			object-position: 50% 50%;
			object-position: 0 0;
	}
}

.container-for-offer {
	 position: relative;
  	text-align: center;
  	height: 170px; 
		width: 250px;
		object-position: center top;
}
@media only screen and (max-width: 600px) {
	.full-offer-image-generic  {
		margin-right: 0;
	}
	.full-offer-image-generic img {
		width: 100%;
	}
	.container-for-offer {
		margin: 0 auto;
	}
}


.full-offer-image-icon img { 
	height: 170px; 
	width: 250px;
	object-fit: contain; 

}



.profile-title {
	font-size: 32px;
	font-weight: 400;
	margin-top: 10px;
}

.media-right.brand-image {
	margin-left: 0;
}
.brand-image img { 
	max-height: 36px; 
	max-width: 100px;
	object-fit: scale-down; 
	object-position: right top;
	display: block;
	    margin-top: 3px;
}

.deal-button {
	position: absolute; 
	bottom: 0;
}

.media-right-custom {
	position: relative;
}



.media-content-header {
	display: flex;
  justify-content: space-between;
  margin: 10px 16px 5px 0;
  min-height: 1.6em;
  align-items: center;
}
.media-content-header p {
	padding: 0;
}

.box-offer-card {
	padding: 0;
}
.box-offer-card .full-offer-image img {
	display: block;
}



.navbar-item  {
	font-weight: 700;
}

.navbar-item>.navbar-item {
    padding: 0;
    margin: 0;
}

.navbar-top {
	background-color: var(--primary-color);
}


.navbar-bottom {
	background-color: var(--secondary-color);
}

.content-style {
	font-size: 20px;
}


.navbar-burger {
	color: white;
	display: none;
}

.card-section { 
	padding-bottom: 0px;
}

@media only screen and (max-width: 770px) {
	  .card-section > .container > .columns {
	  	display: flex;
		  flex-direction: column;
	}

	.card-section > .container > .columns > .column.is-3 {
		     order: 1;
	}
}


.navbar-item.is-tab.is-active {
	  background-color: transparent;
    border-bottom-color: #B33038;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: black;
    padding-bottom: calc(0.5rem - 3px);
}

.tabs li.is-active a {
	color: #B33038;
}

.footer-align {
	text-align: left;
}

.footer-title {
	font-size: 14px;
	font-weight: 800;
}

.footer-logo {
	margin-top: -5px;
	margin-left: 7px;
}

.footer-text-style {
	  list-style-type: none;
	  margin-left: -2em;
}

.footer-style {
	background-color: #444;
	color: #fff;
	font-size: 20px;
	padding-bottom: 25px;
	margin-top: 30px;
}

.footer-style a {
	color: white;
}

.footer-style .dropdown-content a {
    color: #222;
    line-height: 1em;
    display: flex;
    align-items: center;
}
.footer-style .dropdown-content a span:first-child {
	margin-right: 7px;
}

.footer {
	padding: 20px;
}

.country-menu-style {
	margin-top: 10px;
}

.country-menu-button {
	padding-left: 7px;
	padding-right: 7px;
	background-color: #898989;
	border-color: transparent;
	border-width: 0px;
}

.footer-style a:hover {
	text-decoration: underline;
}

.copyright-text {
	font-size: 16px;
}

.offer-card-ad {
	height: 175px;
}


@media only screen and (max-width: 770px) {
	.footer-align {
		text-align: center;
	}
}


@media only screen and (max-width: 1023px) {


	.offer-image img { 
		height: 150px; 
		width: 150px;
		object-fit: cover; 
		object-position: 0 0;
	}

	.full-offer-image img { 
/*		height: 150px; 
		width: 150px;
		object-fit: scale-down;; */
	}

	.brand-image img { 
/*		max-height: 30px; 
		max-width: 40px;
		object-fit: scale-down; 
		object-position: right top;*/
	}

	.navbar-burger {
    background: transparent;
    border: none;
   }

	.navbar-item.is-tab {
		border-bottom: none;
	}
	
	.navbar-item.is-tab:hover {
		/*color: #9ac310;*/
	}


	.navbar > .container .navbar-brand, .container > .navbar .navbar-brand,
	.navbar > .container .navbar-menu, .container > .navbar .navbar-menu
	{
		margin-left: 0;
	}


}




.navbar.is-info .navbar-start .navbar-item .navbar-item:hover {
		background: transparent !important;
}

.navbar-item.is-active .navbar-dropdown {
	display: none;
}
.navbar.is-info .navbar-start .navbar-dropdown .navbar-item {
	color: #222 !important;
}
.navbar-item.has-dropdown.is-tab {
	align-items: center !important;
	padding: 0.5rem 0.75rem calc(0.5rem - 3px);
}
.navbar-item.has-dropdown.is-tab:hover, .navbar-item.has-dropdown.is-tab:hover > .navbar-item {
	border-bottom-width: 1px;
}

.has-dropdown-smart:hover .navbar-dropdown {
	display: block;
}
.navbar.is-info .navbar-start .has-dropdown-smart .navbar-dropdown .navbar-item:hover {
	background-color: #fbfbfb !important;
}
.has-dropdown-smart .navbar-dropdown .navbar-item:hover {
	/*background-color: #fbfbfb;*/
	/*background-color: #ccc !important;*/
}


@media only screen and (min-width: 1024px) {

.offer-date {
	position: absolute;
  bottom: 0;
  margin-bottom: 22px;
}



}



/* $navbar-breakpoint */
@media screen and (min-width: 700px) {
	.navbar.is-info .navbar-start .navbar-item {
		color: #fff !important;
	}


	.navbar-item img {
	    max-height: 35px;
	}

	.navbar-menu {
		margin-left: -10px;
	}

	.navbar-item {
		font-size: 18px;
		font-weight: 600;
		margin-right: 8px;
	}

	.navbar-item.is-tab:hover {
	  background-color: transparent;
    /*border-bottom-color: #69850b;*/
    border-bottom-color: #B33038;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #B33038;
    padding-bottom: calc(0.5rem - 3px);}



	.navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active{
			background-color: pink;
	}


}
@media screen and (max-width: 699px) {
	.navbar-item.is-tab.is-active, .navbar-item.is-tab.is-active .navbar-item {
	  background-color: transparent;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    /*color: #9ac310;*/
    padding-bottom: calc(0.5rem - 3px);
    color: #B33038;	
	}

	.has-dropdown-smart .navbar-item {
		padding: 0;
	}
	.navbar-dropdown .navbar-item {
		    padding: 5px 20px;
    font-size: 120%;
    font-weight: 400;
	}
	.navbar-item.is-active .navbar-dropdown {
		display: block;
	}
}









/* Coupons */

	.card-items{
		display: grid;
		grid-gap: 24px;
	}


	.card-items-left{
	}

	.card-left{
		padding-top: 20px;
	}

	@media only screen and (min-width: 400px) {
		.card-items{
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 16px;
		}
	}

	@media only screen and (min-width: 500px) {
		.card-items{
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 16px;
		}
	}

	@media only screen and (min-width: 650px) {
		.card-items{
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 16px;
		}
		.card-items .title.is-6 {
			height: 3.8rem;
		  -webkit-line-clamp: 3;
		  -webkit-box-orient: vertical;
		}	
	}


	@media only screen and (min-width: 900px) {
		.card-items{
			grid-template-columns: repeat(3, 1fr);
			grid-gap: 16px;
		}
	}

	@media only screen and (min-width: 1216px) {
		.card-items{
			grid-template-columns: repeat(6, 1fr);
			grid-gap: 16px;
		}
	}


	@media only screen and (min-width: 769px) {
		.coupon-filter {
			padding-top: 30px;
			padding-bottom: 20px;
		}

		.view-times {
			text-align: right;
		}



	}

	.coupon-filter {
		padding-top: 20px;
	}

	@media only screen and (max-width: 768px) {
		.flyer-info {
			padding-top: 0px;
			padding-bottom: 0px;
		}
	}

	.view-times-number {
		font-weight: 700;
	}

.info-flyer-column{
	padding-left: 7px;
}




	@media only screen and (max-width: 600px) {
		.card-items .image.is-4by3{
			padding-top: 0;
		}
		.card-items figure.image.is-4by3 img {
			    height: auto;
			    position: relative;
		}


		.box-offer-card .media {
			display: block;
		}
		.box-offer-card .media .media-content {
			padding: 0 12px 16px 10px;
		}
		.box-offer-card .media-left.full-offer-image {
			margin-right: 0;
		}
		.box-offer-card .media-left.full-offer-image img {
			margin: 0 auto;
			object-fit: cover;
			width: 100%;
			height: auto;;
		}


	}

	.card-image {
		background-color: white;
/*		background-color: white;
*/	 	border-bottom-style: solid;
  	border-bottom-width: 1px;
  	border-bottom-color: #eee;
	}


	.card-image-no-gray {
		background-color: white;
/*		background-color: white;
*/	 	border-bottom-style: solid;
  	border-bottom-width: 1px;
  	border-bottom-color: #eee;
	}


.card-logo-in-offer-page{
	max-height: 70px;
}

.card-content .card-logo-container {
		height: 25px;
		max-width: 38%;
		margin-bottom: 0.6rem;
	}


	.card-content .card-logo {
		max-height: 100%;
	}

	.card-content {
		padding: 1.2rem;
/*		padding-left: 1.0rem;
		padding-right: 1.0rem;
*/	}

	.coupon-filter-brand {
		padding-bottom: 10px;
		font-weight: 800;
	}


.view-more {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
}

.view-more-right {
	padding-top: 10px;
	padding-left: 5px;
	font-weight: 600;
}




/*.card-items figure.image.is-4by3.full-offer-image img {
	object-fit: cover;
  object-position: center;
}*/
/*.card-items figure.image.is-4by3 img {
	object-fit: cover;
  object-position: 0 0;
}*/

.card-items .title.is-6 {
	font-size: 0.9rem;
  line-height: 1.33;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
}


.profile-column {
	min-width: 170px;
}

.profile-column .follow-button {
	background: #fff;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding: 4px 0;
  cursor: pointer;
  color: #a2a2a2;
  margin-bottom: 8px;
}

.offer-count {
	padding-top: 12px;
}

.profile-column .offer-count {
	font-size: 22px;
	margin: 8px 0;
}
.profile-column h4 {
	margin-top: 16px;
}
.profile-column .coltitle {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 8px;
	color: #555;
}
.profile-column label {
	font-size: 15px;
}
.profile-column .control-checkbox {
	margin-bottom: 11px;
}

.profile-column .control-checkbox input {
	    margin-right: 4px;
    position: relative;
    top: -1px;
}
.see-all {
	text-align: right;

	   display: flex;
    justify-content: flex-end;
}
.see-all .subtitle {
	border-radius: 70px;
    display: flex;
    align-items: flex-end;
}
.see-all .subtitle a {
	font-size: 20px;
    color: #fc511d;
    font-weight: 600;
}

.profile-image {
	background-color: white;
	border-radius: 50%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.circletag {
    display: block;
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    height: 150px;
    background: white;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

div.squaretag {
	display: block;
    height: 210px;
    width: 100%;
    margin-bottom: 20px;
    background: white;
    text-align: center;
    align-content: center;
    align-items: center;
    /*box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);*/
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e8e9ed;

}

div.circletag > img, div.squaretag > img {
	vertical-align: middle;
 	max-height: 70%;
 	max-width: 70%;
}


.description-content img {
    max-height: 300px;
    width: auto;
    display: block;
    margin: auto;
}

.grid-section {
	margin-bottom: 46px;
}

.see-more-text {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 00;
}

.section-title {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
}

.section-title-more {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
}

.description-content.description-content-5 img {
	    max-height: 400px;
}

.image-open-modal {
	background-color: white;
}

.image-open-modal-thumb {
	cursor: pointer;
}

.modal-content .image.is-4by3 {
	padding-top: 0;
}
.modal-content .image-open-modal-full {
	max-height: 80vh !important;
    position: relative !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
    height: auto !important;
}
.modal-content .button.is-fullwidth.is-primary {
	margin-top: 10px;
}
.image-open-modal-thumb.button.is-fullwidth.is-primary {
	margin: 10px 0 40px 0;
}

.ad-offer-page {
	padding-top: 20px;
	padding-bottom: 20px;
}

.card {
	height: 100%;
	max-width: 400px;
    margin: 0 auto;
}



/*change hamburger menu breakpoint */
@media screen and (min-width: 1024px) {
	
	/* in the framework
	.navbar-burger {
	    display: none;
	}
	.navbar, .navbar-menu, .navbar-start, .navbar-end {
	    display: flex;
	}
	*/
}
/*@media screen and (min-width: 800px) {
	.navbar-burger {
	    display: none;
	}
	.navbar, .navbar-menu, .navbar-start, .navbar-end {
	    display: flex;
	    align-items: stretch;
	}
	.navbar > .container .navbar-menu, .container > .navbar .navbar-menu {
    margin-right: -.75rem;
	}
	.navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
	}
}
*/



/*.box-offer-card-ad .media {
    min-height: 170px;
}

*/


.navbar, .navbar > .container, .navbar-item.is-tab {
  	min-height: 45px !important;
}
.navbar-burger {
  	height: 45px;

}


.image.is-4by3 {
    padding-top: 63%;
}

.signUpForm {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.signUpForm h1 {
	text-align: center;
}
#signUpForm {
	min-width: 50vw;
	margin-left: auto;
}






.navbar > .navbar-container {
	align-items: stretch;
    display: flex;
    width: 100%;
}

.navbar-menu-search {
	    justify-content: stretch;
    flex: 1;
}

.navbar-menu-search .navbar-start {

}

.navbar-menu-search .navbar-item {
	flex-grow: 1;
}



.navbar-menu-search .control {
	width: 60%;
	transition: width 0.2s;
}

.navbar-menu-search .control input {
	  background-color: #fff;
    border: none;
    box-shadow: none;
}


.navbar-menu-search .control input::placeholder {
	color: #a0a2a3;
}


.navbar-menu-search .control .icon {
	color: #8b9095;
}


.navbar > .navbar-container .navbar-end {
	    align-items: center;
    display: flex;
}


.navbar.is-spaced {
	padding: 0.4rem 1.5rem 0.4rem 0.7rem;
}
@media only screen and (min-width: 880px) {
	.navbar.is-spaced {
		xxpadding-left: 2.1rem;
		padding-left: 0.9rem;
	}
}
@media only screen and (min-width: 1024px) {
	.navbar.is-spaced {
		padding-left: 1.8rem;
	}
}



.navbar-menu-search .navbar-item {
    justify-content: flex-end;
}

/*.control.has-icons-right {*/
#expand-search-button.control.has-icons-right {
	/*width: 48px;*/
  border-radius: 4px;
  background: transparent;
}

/*.control.has-icons-right {*/
#expand-search-button.control.has-icons-right {
	position: absolute;
  top: 6px;
  right: 220px;
  z-index: 7;
  width: 350px;
}

@media only screen and (max-width: 900px) {
	#expand-search-button.control.control.has-icons-right {
		width: 46px;
		position: absolute;
	    top: 6px;
	    left: calc(100% - 268px);
	    z-index: 7;
	    transition: left 0.2s;
 
	}
	#expand-search-button.control.control.has-icons-right.active {
		xwidth: 220px;
		left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 497px) {
	#expand-search-button.control.control.has-icons-right {
    	left: calc(100% - 191px);
	}
}

.navbar-item img {
	max-height: 1.75rem !important;
}

.brand-grid-z {
	display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.brand-grid-z .column {
	padding: 0.5rem;
}
.brand-grid-z .column > a{
	display: block;
}
.brand-grid-z .column .see-more-style {
	font-size: 25px;
}

.brand-grid-z .column .column-logo-div-style:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
@media only screen and (min-width: 900px) {
	.brand-grid-z {
		grid-template-columns: repeat(10, 1fr);
	}
}




a.box:hover, a.box:focus {
	box-shadow: none;;
}






@media screen and (min-width: 1408px) {
	.container {
		max-width: 1156px;
	}
}



.top-autocomplete-results {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    border: 1px solid #cccccc8c;
    box-sizing: border-box;
    box-shadow: 0 2px 2px #6d6d6d4d;
    border-top: none;
}
.top-autocomplete-results .autocomplete-result {
    display: block;
    width: 100%;
    height: 70px;
    position: relative;
    xbackground: #87c7ff;
    border-bottom: 1px solid #ececec;
}
.autocomplete-result:hover {
    background-color: #0a0a0a08;
}

.top-autocomplete-results .autocomplete-logo {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
}
.top-autocomplete-results .autocomplete-logo img {
		max-width: 100%;
    max-height: 100%;
    display: block;
}
.top-autocomplete-results .autocomplete-title {
    position: absolute;
    xbackground: yellow;
    width: 100%;
    height: 100%;
    right: 0;
    padding-right: 10px;
    padding-left: 90px;
    line-height: 70px;
    color: #222;
    overflow: hidden;
}













.deal-image-container {
	position: relative;
	    min-height: 450px;
}

.deal-image-container .pagination-next, .deal-image-container .pagination-previous {
    position: absolute;
    right: -48px;
    top: calc(50% - 25px);
    width: 80px;
    height: 80px;
    display: block;
    border-color: transparent;
    /*background-color: rgba(63, 136, 234, 0.8);*/
    background-color: rgb(252 81 29 / 0.75);
    font-size: 55px;
    border-radius: 80px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 10px;
    min-height: 10px;
}
.deal-image-container .pagination-previous {
	right: auto;
	left: -48px;
}

.deal-image-container .pagination-next i, .deal-image-container .pagination-previous i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #fff;
    transition: right 0.2s, transform 0.2s;
}
.deal-image-container .pagination-next i:hover, .deal-image-container .pagination-previous i:hover {
	/*right: 10px;*/
	transform: scale(1.1);
	text-shadow: 0 2px 2px #5583c17a;
}


@media only screen and (max-width: 601px) {
	.deal-image-container .pagination-next, .deal-image-container .pagination-previous { 
    width: 50px;
    height: 50px;
    right: -40px;
    font-size: 33px;
  }
  .deal-image-container .pagination-previous {
  	right: auto;
  	left: -40px;
  }
  .deal-image-container .pagination-next i, .deal-image-container .pagination-previous i {
    right: 9px;
    top: 8px;
  }
}


.offer-page-image {
	min-width: 100%;
}



@media screen and (max-width: 768px) {
	.media-content {
	    overflow: hidden;
	}
}



#confirmCountryModal {
	text-align: center;
}
#confirmCountryModal .modal-card-head, #confirmCountryModal .modal-card-foot{
	background-color: #fff;
	border: none;
}

#confirmCountryModal .modal-card-foot {
	justify-content: center;
}

.modal-content-logo-p {
	margin: 20px 0 0 0;
	font-size: 21px;

}
.modal-content-logo-p span {
	display: inline-block;
	margin: 0 0 0 1px;
}
#confirmCountryModal .modal-content-logo {
	display: inline-block;
	width: 100px;
	position: relative;
	top: 6px;
}

#confirmCountryModal .button.is-success {
  background-color: #3f89ea;
  color: white;
  border: 1px solid #3f88ea;
}







		/*  
		 * Rating styles
		 */
	.rating {
		width: 226px;
		margin: 0 auto 1em;
		font-size: 45px;
		overflow:hidden;
	}
.rating input {
  float: right;
  opacity: 0;
  position: absolute;
}
		.rating a,
    .rating label {
			float:right;
			color: #aaa;
			text-decoration: none;
			-webkit-transition: color .4s;
			-moz-transition: color .4s;
			-o-transition: color .4s;
			transition: color .4s;
		}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
		.rating a:hover,
		.rating a:hover ~ a,
		.rating a:focus,
		.rating a:focus ~ a		{
			color: orange;
			cursor: pointer;
		}
		.rating2 {
			direction: rtl;
		}
		.rating2 a {
			float:none
		}




#reviewText {
	margin-bottom: 16px;
	border-color: white;
	border-width: 0px;
	box-shadow: none;
	border-radius: 5px;
	color: #363636;
}

#usernameText {
	margin-bottom: 3px;
	border-color: white;
	border-width: 0px;
	box-shadow: none;
	border-radius: 5px;
	color: #363636;
}

#reviewExtendedForm {
	height: 0px;
	transition: height 0.4s;
	overflow: hidden;
}
#reviewExtendedForm.active {
	height: 120px;
}

.ratings-stars {
	color: orange;
}


#reviewText::-webkit-input-placeholder, #usernameText::-webkit-input-placeholder {
  color: #a0a2a3;
}
#reviewText::-moz-placeholder, #usernameText::-moz-placeholder {
  color: #a0a2a3;
}
#reviewText:-ms-input-placeholder, #usernameText:-ms-input-placeholder {
  color: #a0a2a3;
}
#reviewText:-moz-placeholder, #usernameText:-moz-placeholder {
  color: #a0a2a3;
}




.notification.is-success.is-light {
    background-color: #effaf3;
    color: #257942;
}

#reviewFormSuccessNotification {
	display: none;
}


.page-store {

}
.page-store .card-items {
  grid-template-columns: repeat(7, 1fr);
}
.page-store .column {
	padding: 0;
	height: 130px;
}
@media screen and (max-width: 1215px) {
	.page-store .column {
		height: 106px;
	}
}

@media screen and (max-width: 1024px) {
	.page-store .list-letter,.page-store .card-items  {
		width: 720px;
		margin: 0 auto;	
	}
	.page-store .card-items {
	  grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (max-width: 770px) {
	.page-store .list-letter,.page-store .card-items  {
		width: 594px;
	}
	.page-store .card-items {
	  grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (max-width: 640px) {
	.page-store .list-letter,.page-store .card-items  {
		width: 472px;
	}
	.page-store .card-items {
	  grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 510px) {
	.page-store .list-letter,.page-store .card-items  {
		width: 350px;
	}
	.page-store .card-items {
	  grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 405px) {
	.page-store .list-letter,.page-store .card-items  {
		width: auto;
	}
	.page-store .card-items {
	  grid-template-columns: repeat(2, 1fr);
	}
}




.page-store .column-logo-div-style {

}
.page-store .column-logo-div-style img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}


.home-title + .page-store {
    margin-top: -30px;
}

label[for="top-autocomplete-input"] {
	display: none;
}





.content ol.locations-aside-list {

  max-width: 350px;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0px;
}
.content ol.locations-aside-list li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.content ol.locations-aside-list li::before {
		content: counter(my-awesome-counter);
    color: #000000;
    font-size: 1rem;
    position: absolute;
    --size: 27px;
    left: calc(-1 * var(--size) - 10px);
    line-height: calc(var(--size) - 3px);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #f75349;
    border-radius: 50%;
    text-align: center;
    border: 1px solid black;
}



.avatar-login-container .download-button-style {
	    margin-left: 10px;
    border-radius: 30px;
    width: 40px;
    background-color: #fff;
    color: #fd501b;
    border-width: 1px;
}

.avatar-login-container .download-button-style .value-initials {
	    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 40px;
    text-align: center;
    line-height: 38px;
        font-weight: 700;
    font-size: 16px;
}

#dropdown-menu-avatar {
	right: 0;
	left: auto;
	min-width: 4em;
}


.save-profile-button {
	margin-top: 20px;
}

.button.is-primary {
	    background-color: #3f88ea;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
	    background-color: #2d6bbe;

}


.section.card-section {
	padding: 10px 1.5rem 3rem 1.5rem;
}

.app-column {
	/*margin-bottom: -0.40rem;*/
	padding-bottom: 0;
	display: flex;
  justify-content: flex-end;
	align-items: flex-end;
}
.app-column img {
	max-width: 430px;
	max-height: 400px; 
	/* margin-right: 70px; */
	/* margin-top: 84px; */

	position: relative;
	left: -43px;


}
@media screen and (max-width: 768px) {
.app-column img {
	left: -6px;
}

}
@media screen and (max-width: 1215px) {
	.app-column img {
		max-width: 100%;
	}

}

.app-section {
	background-color: white;
	margin-top: -7px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.home-hero-body {
	padding-bottom: 0;
}
.home-hero-body > .container > .columns {
	border-bottom: 1px solid #e6e6e6;
}

.home-hero-body .subtitle {
	margin-top: 30px !important;
    margin-bottom: 12px;
}

.brand-card {
	margin-bottom: 60px;
}
.brand-card .offer-count-badge {
    height: 16px;
    line-height: 16px;
    width: 16px;
    color: #fc511d;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #eaeaea;
    font-size: 12px;
    border-radius: 16px;
    padding-top: 0;
    text-align: center;
    font-weight: 800;
}

.brand-logo-title {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
}


.title.app-title {
	/*padding-top: 50px;*/
	padding-top: 20px;
	font-weight: 300;
	/*font-size: 70px;*/
	font-size: 62px;
	/*margin-bottom: 4.5rem;*/
	margin-bottom: 3.5rem;

}
@media screen and (max-width: 768px) {
	.title.app-title {
		padding-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 790px) {
	.app-title {

		text-align: center;
		font-size: 50px;
	}
	.app-subtitle {
		text-align: center;
	}
}

@media screen and (max-width: 790px) {
	.store-buttons {
		    margin: 0 auto;
	}
	.store-buttons > a {
	    margin: 0 5px;
	    padding-right: 0;
	}
	.app-column img {
		margin: 0 auto;
		max-height: 500px;
	}
	.field.has-addons {
		justify-content: center;
	}
}


.store-buttons {
	display: flex;
	/*max-width: 390px;*/
	max-width: 310px;
	/*margin-top: 68px !important;*/
	margin-top: 0px !important;
}
.store-buttons > a {
	padding-right: 10px;
}




.letter-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.letter-list .letter {
    min-width: 34px;
    text-align: center;
    cursor: pointer;
}

.pagination-list {
	flex-wrap: nowrap;
	flex-grow: 0;
}

.pagination-previous, .pagination-next {
	min-width: 6em;
}

.pagination {

	/*border: 1px solid gray;*/
	/*max-width: 600px;*/
	justify-content: center;
}
.pagination li {
	/*border: 1px solid gray;*/
    padding: 8px 16px;
    font-style: normal;
}
.pagination-previous, .pagination-next, .pagination-link {
	border: none;
	    background: #f3f3f3;
	    border-radius: 0;
	        color: #fc511d;
	        margin:0;
	
}
.pagination.pagination-centered li {
	    background: #f3f3f3;
	    margin: 6px 8px;
}
.pagination li.active {
	background-color: #fc511d;
}
.pagination li a {
	color: #fc511d;
}
.pagination li.active a {
	
	color: #fff;
}

.pagination-link.is-current {
	background-color: #fc511d;
	border-color: #fc511d;
	opacity: 1;
}

.flyer-main-container .box {
	box-shadow: none;
	border:none;
}

@media screen and (min-width: 771px) {
	.banner-container-2 {
		padding-top: 230px;
	}
	.ad-col-4 {
		padding-top: 470px;
	}
}