/* CSS Document */




/* ====== RESET - Initial ====== */
*, *::before, *::after { padding: 0; margin: 0; font: inherit; box-sizing: border-box; }
html { font-size: 14px; text-align: left; scroll-behavior: smooth; }
body { background: #fff; min-height: 100vh; overflow-x: hidden; }
ol, ul { list-style: none; }
/*ul > li { margin: 0 0 5px 20px; }
ul > li > ul > li { margin-left: 40px; }
ul {margin-bottom: 20px; } */
a { text-decoration: none; }


/* ====== RESET - Override ====== */
img, picture, video { display: block; width: 100%; height: auto; }




/* ================================================================================================ FONT STYLES ====== */
body { 
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #333333; }

p { 
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	line-height: 1.5em; 
	margin-bottom: 1rem; }

h1 { font-family: 'opensans', sans-serif; font-size: 28px; color: #3a4556; font-weight: 400; margin-bottom: 16px; } /* MAIN HEADINGS */
h2 { font-family: 'opensans', sans-serif; font-size: 20px; color: #3a4556; font-weight: 400; margin-bottom: 16px; } /* SUB HEADING */
h3 { font-family: 'opensans', sans-serif; font-size: 20px; color: #6c8aa4; font-weight: 400; margin-bottom: 16px; margin-top: 26px; } /* SUB SUB HEADING */
h4 { font-family: 'opensans', sans-serif; font-size: 20px; color: #3a4556; font-weight: 400; margin-bottom: 10px; margin-top: 10px; } /* SHOP AND SECTION LINKS */
h5 { font-family: 'opensans', sans-serif; font-size: 18px; color: #3a4556; font-weight: 400; margin-bottom: 10px; margin-top: 14px; } /* CALL TO ACTION */
h6 { font-family: 'opensans', sans-serif; font-size: 14px; color: #333333; font-weight: 600; margin-bottom: 6px; margin-top: 26px; } /* FOOTER & LIST HEADINGS */




/* ================================================================================================LINK STYLES ====== */
/* unvisited link */
a:link { color: #34333a; }
/* visited link */
a:visited { color: #34333a; }
/* mouse over link */
a:hover { color: #dda627; }
/* selected link */
a:active { color: #34333a; }

.text-link { display: inline-block; line-height: 14px; font-weight: 600; border-bottom: 1px solid #333333; }
.text-link:hover { font-weight: 600; border-bottom: 1px solid #dda627; }

.text-link-cta { display: inline-block; line-height: 18px; font-weight: 600; border-bottom: 1px solid #3a4556; }
.text-link-cta:hover { font-weight: 600; border-bottom: 1px solid #dda627; }


/* ================================================================================================ STRUCTURAL SELECTORS ====== */
header    { width: 100%; background-color: #3a4556; margin-bottom: 6px; margin-top: 36px; }
@media (min-width: 700px) { header { margin-top: 0; } }

nav       { width: 100%; background-color: #d4dce1; margin-bottom: 6px; z-index: 10; }
main      { display: block; }
sidebar   { display: block; }
footer    { width: 100%; background: #d4dce1; }
section   { width: 100%; }
row       { display: flex; width: 100%; min-height: 260px; }

container { display: block; width: 100%; max-width: 1240px; margin: 0 auto; padding-left: 20px;  padding-right: 20px; }
@media (min-width: 600px) { container { padding-left: 40px; padding-right: 40px; } }




/* ================================================================================================ MARGIN AND PADDING ====== */
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }

.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }

.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-60 { padding-top: 60px; }

.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }




/* ================================================================================================ LIST AND TABLE LAYOUTS ====== */
.returns-list { margin-bottom: 20px; margin-left: 20px; }
.returns-list li { margin-bottom: 10px; }
.returnsform { max-width: 640px; }

.table-terms-conditions { margin: 20px; }
.table-terms-conditions td { padding: 20px; }

.list-terms-conditions-1 li { line-height: 1.5em; margin: 0 0 10px 20px; }
.list-terms-conditions-2 li { line-height: 1.5em; margin: 0 0 8px 40px; }
.list-terms-conditions-3 li { line-height: 1.5em; margin: 0 0 8px 60px; }






/* ================================================================================================ PAGE HEADER ====== */
.header-section { display: flex; flex-wrap: wrap; justify-content: center; }
@media (min-width: 860px) { .header-section { justify-content: space-between; } }

.header-logo { width: 100%; max-width: 380px; }
.header-links { width: 100%; max-width: 380px; }
.header-contact { display: flex; justify-content: flex-end; margin-top: 18px; margin-bottom: 12px; }
.header-search { margin-bottom: 20px; visibility: hidden; }

.header-sociallinks { display: flex; visibility: hidden; }

.header-iconlink {
	position: relative;
	display: block;
    border-radius: 50%;
	border: transparent;
    background-color: #6c8aa4;
    height: 32px;
    width: 32px;
	margin-left: 8px; }

.header-iconlink:hover { background-color: #dda627; }


.header-telephone { font-size: 22px; padding: 0 40px; }
.header-telephone a:link { color: #fff; }
.header-telephone a:hover { color: #dea626; }


.search {
	width: 100%;
	position: relative;
	display: flex; }

.searchTerm {
	width: 100%;
	margin-left: 110px;
	margin-right: 0;
	border: transparent;
  	padding-left: 10px;
  	height: 32px;
  	border-radius: 16px;
  	outline: none;
  	color: #34333A; }

.searchTerm:focus{ color: #34333A; }

.searchButton {
	position: absolute;
	left: calc(100% - 32px);
 	width: 32px;
 	height: 32px;
 	border-radius: 50%;
	border: transparent;
    background-color: #6c8aa4;
  	text-align: center;
  	color: #fff;
  	cursor: pointer;
 	font-size: 16px; }

.searchButton:hover { background-color: #dda627; }





/* ================================================================================================ FONT AWESOME ICONS ======  */
.fa-linkedin-in { 
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }

.fa-facebook-f { 
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }

.fa-basket-shopping { 
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }

.fa-user { 
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }










/* ================================================================================================ BANNER AREA ====== */

.banner-area {  }

.hero-banner { 
	position: relative;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	border-radius: 8px;
    overflow: hidden; }

.banner-image {  }

.banner-box {
	position: absolute;
	padding: 60px; 
	background-color: aqua;
	bottom: 0;
	right: 0; }








/* ================================================================================================ STRUCTURAL LAYOUT ====== */
	
.grid-container-5col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
	gap: 30px;
	justify-content: center; }
		
.card {
	background-color: white;
	border-radius: 8px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%; }

.card-image {
	 background-color: grey; }
	
.card-content {
	padding: 10px 10px 10px 10px; 
	text-align: center;
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: space-between; }
	
.card-details { display: block; }
	
.card-button { padding: 8px 0; }


	
.card-details p { font-family: 'opensans', sans-serif; font-size: 14px; color: #333333; font-weight: 600; margin-bottom: 10px; }

.button-yellow {
    padding: 8px 28px;
    border-radius: 20px;
    border: 2px solid #dda627;
    font-size: 13px;
	background-color: #fff;
	color: #34333A;
    transition: all 0.3s ease-in-out; }
	
.button-yellow:hover {
	background-color: #dda627;
	color: #fff; }
	

	
	
	
	
























/* ================================================================================================ FOOTER ====== */
.footer-top { 
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 1em; }
.footer-menulinks { flex-basis: 500px; flex-grow: 9999; margin-bottom: 20px;}
.footer-grouplinks { flex-basis: 400px; flex-grow: 1; max-width: 400px; margin-inline: auto; }

.menulinks-container { display: flex; justify-content: space-around; }

.footer-linkscolumn { width: 100%; max-width: 230px; }
.footer-linkscolumn h6 { margin-bottom: 18px; }
.footer-linkscolumn li { margin-bottom: 10px; }

.ourgroup-title { width: 100%; text-align: center; }

.ourgroup {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    border: 1px solid #fff;
    border-radius: 8px; }

.group-item p { font-size: 12px; line-height: 1.2rem; margin-bottom: 5px; text-align: center; color: #222; margin-top: 10px; }
.group-item a { color: #3f3f3f; }
.group-item a:hover { color: #777; }

.footer-bottom { border-bottom: 1px solid grey;  }
.partners-title { width: 100%; margin-top: 40px; text-align: center; }
.partners { display: flex; flex-wrap: wrap; justify-content: space-around; margin: 0 0 40px 0; border: 1px solid #fff; border-radius: 8px; }
@media (min-width: 540px) { .partners { justify-content: space-between; } }
.partner-item { text-align: center; max-width: 146px; margin: 10px 20px 0 20px; }
.partner-item p { font-size: 12px; line-height: 1.2rem; margin-bottom: 5px; color: #3f3f3f; margin-top: 10px; }

.footer-sign-off {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse; }
@media (min-width: 700px) { .footer-sign-off { flex-direction: row; justify-content: space-between; } }

.footer-copyright {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin-inline: auto;
	font-size: 10px;
	padding-top: 15px; }
@media (min-width: 700px) { .footer-copyright { text-align: left; margin: 0; } }

.footer-sociallinks {
	width: 300px;
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
	margin-inline: auto;
	padding-top: 10px; }
@media (min-width: 700px) { .footer-sociallinks { justify-content: flex-end; margin: 0; } }

.footer-sociallinks-menu {
	width: 120px;
	display: flex;
	margin-left: -12px; }

.footer-iconlink {
	position: relative;
	display: block;
    border-radius: 50%;
	border: transparent;
    background-color: #3a4556;
    height: 32px;
    width: 32px;
	margin-right: 5px; }

.footer-iconlink:hover { background-color: #dda627; }

















