a.div-link {
	color: inherit;
}

a.div-link:hover {
	opacity: 0.5;
}

#id_loyalty-email {
	margin-right: 0.5rem;
	border-color: rgb(192, 191, 191);
	border-radius: 0.2rem;
	box-shadow: 0px 0px 18px rgba(175, 174, 174, 0.3);
}

#loyalty-email-form {
	width: 50%;
}

#loyalty-email-form #loyalty-email-submit-button.home-2020 {
	/* top: -3px; */
	position: relative;
	background-color: #55A7DA;
	border: solid 1px #55A7DA;
}

#loyalty-email-form #loyalty-email-submit-button.home-2020:hover {
	background-color: black;
	border: solid 1px black;
	/* border: 0px; */
}

#loyalty-section div.input-group {
	align-items: last baseline;
}

@media (max-width: 800px) {
	#loyalty-section div.input-group {
		align-items: center;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.services .col_one_third {
		width: 29.2%;
	}
}
@media (max-width: 767px) {
	.services {
		display: flex;
		flex-direction: column;
		align-items: center;
	   }

	.services a.div-link {
		max-width: 350px;
		display: block;
	   }
}

@media (max-width: 430px) {
	#loyalty-email-form {
		width: 80%;
	}
}

#loyalty-section > div.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 15px;
}

#id_loyalty-email {
	margin-bottom: 20px;
   }

#language-chooser a {
	color: #444444;
	display: inline-block;
    width: 22px;
}

#language-chooser a.active {
	font-weight: bold;
	pointer-events: none;
	cursor: pointer;
}
#language-chooser a:not(.active):hover {
	color: #FA7268;
}

#language-chooser .divider {
	margin-right: 3px;
}

#top-search, #top-cart {
    margin: 40px 0PX 40px 20px;
}

@media (max-width: 993px) {
	#top-cart {
		flex-direction: column;
	}

	#language-chooser {
		width: 34px;
		text-align: center;
	}

	#language-chooser a.active {
		display: none;
	}

	#language-chooser span.divider {
		display: none;
	}

	#top-cart {
		/* margin: 40px 0PX 40px 20px; */
		margin: 15px 0px 15px 20px;
		height: 70px;
		justify-content: space-between;
		padding-bottom: 8px;
		padding-top: 2px;
	}

	#top-cart > a {
		height: unset;
		width: 34px;
	}

	.standard-logo > img {
		height: 90px !important;
		margin-top: 5px;
	}

	#primary-menu-trigger {
		font-size: 15.4px;
		width: 55px;
		height: 55px;
	}


}

#slider p {
	line-height: 36px !important;
}

.heading-block h4 > span > p {
	margin-bottom: 12px;
}

.ipost .entry-content .entry-summary p {
	font-weight: 200;
	font-size: 16px;
	line-height: 2.2 !important;
}

.ipost .entry-content .entry-summary {
	position: relative;
	overflow: hidden;
	height: 140px;
}

.ipost .entry-content .entry-summary .fade-effect-overlay {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, transparent, #f9f9f9);
	height: 28px;
}

#instawidget-wrap {
	margin-top: 40px;
}

#content .service-box p {
	line-height: 28px;
}

#top-cart > a > span {
	display: block;
	position: absolute;
	top: 3px;
	left: auto;
	right: 0px;
	font-size: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #FA7268;
	border-radius: 50%;
}

a.red-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid;
    white-space: nowrap;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    color: #ffffff;
    background: #e7505a;
    border-color: #e7505a;
    outline: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 6px 20px 6px 20px;
}

.red-button:hover,
.red-button:focus {
	color: #ffffff;
	background: #e12330;
	border-color: #e12330;
}

.text--styling ul.pagination li::marker {
	content: "";
}

@media(max-width: 575px) {
	.social-network-icons {
		padding: 0 15px;
	}
}
