/*
Theme Name: Glazing Vault
Author: Consultancy
Description: Bespoke theme from The Consultancy
Version: 0.0.1
Tags: consultancy
*/

* {
	outline: none !important;
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 1em;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 4.8em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 200;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h1 strong {
	font-weight: 700;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 3.4em;
	font-weight: 200;
	color: #000000;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

ul, ol {
	padding-left: 20px;
	margin: 0px 0px 15px;
}

li {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
}

table {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

a {
	color: #a48b84;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.vc_btn3-container {
	padding-top: 10px;
	margin: 0px;
}

a.linkbtn {
	width: 240px;
	max-width: 100%;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 300;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 30px 0px;
	border: 0px;
	border-radius: 0px;
}

a.linkbtn:hover {
	color: #ffffff;
	text-decoration: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.contentspace {
	padding: 100px 0px;
}

.contentspacetop {
	padding-top: 100px;
}

.contentspacebot {
	padding-bottom: 100px;
}

.contentmargin {
	margin: 100px 0px;
}

.contentmargintop {
	margin-top: 100px;
}

.contentmarginbot {
	margin-bottom: 100px;
}

.showcase {
	background: #ececec;
	margin-bottom: 10px;
}

.showcase .img,
.showcase .txt {
	width: 50%;
	display: inline-block;
	margin-left: -4px;
	vertical-align: middle;
}

.showcase .wrapper .img:last-child,
.showcase .wrapper .txt:last-child {
	margin-left: 0px;
}

.showcase .txt {
	padding: 25px 80px;
}

.showcase .txt a.linkbtn {
	margin-top: 10px;
}

.showcase .img img {
	display: block;
	margin: 0px auto;
}

.lgreybg {
	background: #ececec;
}

.centertxt,
.centertxt * {
	text-align: center;
}

.righttxt,
.righttxt * {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}

.contentbox {
	width: 100%;
	float: left;
}

.mobileonly {
	display: none !important;
}

.wrapper {
	width: 1600px;
	margin: 0 auto;
}








.socialbox {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.socialbox a {
	width: 35px;
	height: 35px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: #292929;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}

.socialbox a:hover {
	color: #ffffff;
}

.socialbox a i {
	line-height: 35px;
}

.headertop .wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px solid #d1d1d1;
}

.headertop .headertopl p {
	font-weight: 600;
	line-height: 50px;
	margin: 0px;
}

.headertop .headertopr {
	text-align: right;
}

.headertop .headertopr .socialbox a {
	width: 40px;
	height: auto;
	font-size: 18px;
	color: #000000;
	background: none;
}

.headertop .headertopr .socialbox a i {
	line-height: 50px;
}

.header .wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: 200px auto 200px;
	align-items: center;
}

.header .logo {
	width: 200px;
	padding: 10px 0px;
}

.header .headerright .mobilenavbtn,
.header .headerright .mobilenavlink {
	display: none;
}

.navigation {
	width: 100%;
	display: inline-block;
}

.navigation div > ul {
	width: 100%;
	display: inline-block;
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation div > ul > li {
	width: auto;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	border-bottom: 3px solid #ffffff;
}

.navigation div > ul > li > a {
	width: auto;
	display: inline-block;
	color: #000000;
	line-height: 70px;
	padding: 0px 15px;
}

.navigation div > ul > li > a > i {
	width: 40px;
	height: 40px;
	color: #000000;
	text-align: center;
	line-height: 72px;
	background: #ffffff;
}

.navigation div > ul > li > ul {
	width: 300px;
	display: none;
	position: absolute;
	top: 72px;
	left: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

.navigation div > ul > li:hover > ul {
	display: inline-block;
}

.navigation div > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	text-align: left;
}

.navigation div > ul > li > ul > li > a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
}

.maincontent .maincontentinner {
	width: 100%;
	display: inline-block;
	background: #ffffff;
	padding: 9px 6px;
}

.maincontent .wrapper .wrapper {
	width: 100% !important;
	padding: 0px !important;
}

.footercallus {
	text-align: center;
}

.footercallus h2 {
	font-size: 2.6em;
	margin: 0px;
}

.footercallus p {
	font-weight: 600;
	margin: 30px 0px 0px;
}

.footercallus p span {
	color: #797979;
}

.socialcta {
	text-align: center;
	border-top: 1px solid #e9e5e4;
	border-bottom: 1px solid #e9e5e4;
}

.socialcta a {
	float: left;
	font-size: 35px;
	color: #000000;
	padding: 75px 0px;
	border-right: 1px solid #e9e5e4;
}

.socialcta a:last-child {
	border-right: 0px;
}

.socialcta a.one {
	width: 100%;
}

.socialcta a.two {
	width: 50%;
}

.socialcta a.three {
	width: 33.333333333%;
}

.socialcta a.four {
	width: 25%;
}

.socialcta a.five {
	width: 20%;
}

.socialcta a.six {
	width: 16.66666666666%;
}

.footertop {
	background: #f7f7f7;
	padding: 60px 0px 40px;
}

.footertop .footerwidgets {
	width: 100%;
	display: flex;
}

.footertop .footerwidgets h3 {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: none;
}

.footertop .footerwidgets p {
	color: #858c95;
	margin: 10px 0px 0px;
}

.footertop .footerwidgets ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px;
}

.footertop .footerwidgets ul li {
	color: #858c95;
}

.footertop .footerwidgets a {
	color: #858c95;
}

.footertop .footerwidgets .footerwidget1,
.footertop .footerwidgets .footerwidget2 {
	width: 300px;
	margin-right: 15px;
}

.footertop .footerwidgets .footerwidget3 {
	flex: 2;
	text-align: right;
}

.footertop .copyright {
	margin-top: 50px;
}

.footertop .copyright p {
	color: #858c95;
	margin: 0px;
}

.footerbot {
	background: #464646;
	padding: 35px 0px;
}

.footerbot .wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.footerbot .privacy {
}

.footerbot .privacy ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footerbot .privacy ul li {
	width: auto;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 20px;
}

.footerbot .privacy ul a {
	color: #ffffff;
}

.footerbot .designed p {
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 600;
	text-align: right;
	margin: 0px;
}

.footerbot .designed p a {
	color: #ffffff;
}

.cookiebar {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	line-height: 1.4em;
	background: #ffffff;
	padding: 15px 0px;
	border-top: 7px solid;
	z-index: 9999;
	box-sizing: border-box;
}

.cookiebar p {
	width: auto;
	float: left;
	font-size: 0.85em;
	margin: 0px !important;
}

.cookiebar p a {
	color: #9d8e87;
	font-weight: 600;
}

.cookiebar .links {
	width: auto;
	float: right;
}

.cookiebar .links a.cookieaccept {
	width: 175px;
	display: inline-block;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	padding: 15px 15px 15px 27px;
}

.cookiebar .links a.cookieaccept i {
	float: right;
	line-height: 15px;
}

.homebanner {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.homebanner.loaded {
	opacity: 1;
}

.homebanner .slick-slide {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-color: #000000;
	padding: 250px 0px 200px;
}

.homebanner .slick-slide .txt {
	width: 100%;
	max-width: 900px;
	display: inline-block;
}

.homebanner .slick-slide h1 {
	color: #ffffff;
	margin: 0px;
}

.homebanner .slick-slide p {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0px 0px;
}

.homebanner .slick-slide .btns {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.homebanner .slick-slide .btns a.linkbtn {
	margin: 45px 10px 0px;
}

.homebanner .slick-slide .btns a.linkbtn.contact {
	color: #000000;
	background: #ffffff;
}

.homebanner .slick-slide .btns a.linkbtn.contact:hover {
	color: #ffffff;
	background: #333333;
}

.homebanner .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

.homebanner .slick-arrow i {
	font-size: 40px;
}

.homebanner .slick-prev {
	left: -60px;
}

.homebanner .slick-next {
	right: -60px;
}

.homebanner .slick-dots {
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 60px 0px 0px;
	margin: 0px;
}

.homebanner .slick-dots li {
	width: 70px;
	height: 3px;
	display: inline-block;
	background: #cccccc;
	margin: 0px 5px;
}

.homebanner .slick-dots li button {
	display: none;
}

.homeintro .wrapper {
	text-align: center;
	max-width: 700px;
}

.homeintro h2 {
	width: 100%;
	max-width: 500px;
	display: inline-block;
	position: relative;
	padding-bottom: 70px;
	margin: 0px 0px 50px;
}

.homeintro h2:after {
	width: 70px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	margin-left: -35px;
	z-index: 1;
}

.homeintro p {
	font-size: 1.2em;
	line-height: 1.8em;
}

.homeintro a.linkbtn {
	margin-top: 45px;
}

.homeproducts .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.homeproducts .wrapper > a {
	width: calc(33.3333333% - 40px);
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
}

.homeproducts .wrapper > a:nth-of-type(even) {
	flex-direction: column-reverse;
}

.homeproducts .img {
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}

.homeproducts .txt {
	width: 100%;
	padding: 100px 60px;
}

.homeproducts .txt h3 {
	font-size: 2em;
	color: #ffffff;
	font-weight: 400;
}

.homeproducts .txt p {
	color: #ffffff;
	margin: 15px 0px 0px;
}

.homebenefits {
	margin-top: 150px;
}

.homebenefits .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #cccccc;
	padding: 0px 0px 60px;
}

.homebenefits .wrapper > div {
	width: 300px;
	background: #ffffff;
	padding: 0px 25px 25px;
	margin: -100px 15px 0px;
}

.homebenefits i {
	width: 120px;
	height: 120px;
	font-size: 50px;
	color: #ffffff;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	margin: 0px auto;
}

.homebenefits h3 {
	font-weight: 400;
	margin: 35px 0px 0px;
}

.homebenefits p {
	margin: 20px 0px 0px;
}

.homeinterestedtitle {
	margin-top: 35px;
}

.homeinterestedtitle .wrapper {
	background-color: #cccccc;
	background-image: url(images/homeinterested-bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0px 300px;
}

.homeinterestedtitle h2 {
	width: 850px;
	max-width: 100%;
	display: inline-block;
	color: #ffffff;
	margin: 0px;
}

.homeinterestedcta {
	margin-top: -200px;
}

.homeinterestedcta .wrapper {
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
}

.homeinterestedcta .wrapper > div {
	width: calc(50% - 30px);
	background: #ffffff;
	padding: 70px 15px 0px;
	margin: 0px 15px;
}

.homeinterestedcta .wrapper > div > div {
	width: 100%;
	max-width: 350px;
	margin: 0px auto;
}

.homeinterestedcta i {
	font-size: 100px;
}

.homeinterestedcta h3 {
	font-size: 2em;
	font-weight: 400;
	margin: 20px 0px 0px;
}

.homeinterestedcta p {
	width: 100%;
	max-width: 285px;
	display: inline-block;
	margin: 20px 0px 0px;
}

.homeinterestedcta a.linkbtn {
	margin: 25px 0px 0px;
}

.innerbanner {
	text-align: center;
}

.innerbanner h1 {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 2.8em;
	line-height: 1.4em;
	padding-bottom: 60px;
	margin: 0px 0px 90px;
}

.innerbanner h1:before {
	width: 486px;
	height: 4px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	margin-left: -243px;
	z-index: 1;
}

.innerbanner p {
	width: 1000px;
	max-width: 100%;
	display: inline-block;
	font-size: 1.2em;
	color: #353535;
}

.innerbanner .designerlink {
	width: 100%;
	display: inline-block;
	margin-top: 25px;
}

.loopintro {
	padding-bottom: 50px;
}

.loopintro .wrapper {
	max-width: 900px;
}

.loopintro p {
	font-size: 1.1em;
	text-align: center;
	margin: 0px !important;
}

.blogcontainer {
}

.blogcontainer .blog-list {
	width: 66%;
	float: left;
}

.postlistbox {
	width: 100%;
	display: inline-block;
	padding: 45px;
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
}

.postlistbox h2 {
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.postlistbox p {
	margin: 0px !important;
}

.postlistbox p.by {
	font-size: 0.9em;
}

.postlistbox .excerpt {
	width: 100%;
	display: inline-block;
	font-size: 1.1em;
	margin: 45px 0px 0px;
}

.postlistbox .postimg {
	width: 100%;
	height: 360px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.postlistbox .postimg.noimg {
	background-size: auto;
}

.blogcontainer .blogpagination {
	width: 100%;
	display: inline-block;
}

.blogcontainer .blogpagination .past-page {
	width: auto;
	float: left;
}

.blogcontainer .blogpagination .next-page {
	width: auto;
	float: right;
}

.blogcontainer .blogsidebar {
	width: 31%;
	float: right;
}

.blogcontainer .blogsidebar > div {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

.blogcontainer .blogsidebar h3 {
	font-size: 1em;
	color: #171717;
	font-weight: 600 !important;
}

.blogcontainer .blogsidebar ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0px !important;
}

.blogcontainer .blogsidebar ul li {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
}

.blogcontainer .blogsidebar ul li a {
	width: 100%;
	display: inline-block;
	color: #000000;
	padding: 10px 15px;
	margin: 3px 0px;
}

.blogcontainer .blogsidebar ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #2c2a2a;
}

.blogbanner {
	height: 600px;
	background-color: #000000;
	background-position: center;
	background-size: cover;
}

.blogintro {
	padding: 50px 0px;
}

.blogintro .wrapper {
	max-width: 1000px;
}

.blogintro h1 {
	font-size: 1.2em;
	font-weight: 600 !important;
	text-transform: none;
	text-align: center !important;
	margin: 0px !important;
}

.blogintro p {
	font-size: 1.2em;
	text-align: center !important;
	margin: 0px !important;
}

.blog-post .wrapper {
	max-width: 900px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
	font-size: 1.2em;
	text-transform: none;
	text-align: center !important;
	margin: 35px 0px 0px !important;
}

.blog-post h1:first-child,
.blog-post h2:first-child,
.blog-post h3:first-child {
	margin-top: 0px !important;
}

.blog-post .newscontent {
	padding: 0px 15px;
}

.blog-post .alignnone {
	display: block;
}

.blog-post .aligncenter {
	display: block;
	margin: 0px auto 15px;
}

.blog-post .alignleft {
	max-width: 50%;
	float: left;
	margin: 0px 15px 15px 0px;
}

.blog-post .alignright {
	max-width: 50%;
	float: right;
	margin: 0px 0px 15px 15px;
}

.socialicons {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.blog-post .wrapper {
	max-width: 900px;
}

.contacttop {
	background: url(/wp-content/themes/consultancy/images/contactcontainer-bg.jpg) right no-repeat;
	background-size: 50% 100%;
}

.contacttop .contactdetails,
.contacttop .contactform  {
	padding: 75px 35px;
}

.contactdetails {
	width: 50%;
	float: left;
}

.contactdetails .socialbox a {
	color: #ffffff;
}

.contactform {
	width: 50%;
	float: right;
}

.formbox {
	width: 100%;
	display: inline-block;
}

.formfields {
	width: 48%;
}

.formbox p {
	margin: 15px 0px 0px !important;
}

.formbox .input input,
.formbox .textarea textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3a4144;
	line-height: 20px;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

.formbox .textarea textarea {
	height: 130px;
}

body.contact-us .formbox .textarea textarea {
	height: 75px;
}

.formbox .checkboxes span.wpcf7-list-item {
	width: 32.3333333%;
	display: inline-block;
	font-size: 0.9em;
	margin: 2px 0px 0px !important;
}

.formbox .checkboxes input {
	margin-right: 5px;
}

.formbox .privacy {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0.8em;
	font-weight: 400;
	padding-bottom: 25px !important;
}

.formbox .privacy * {
	position: static;
}

.formbox .privacy .wpcf7-list-item-label {
	display: none;
}

.formbox .privacy .wpcf7-list-item {
	margin: 0px;
}

.formbox .privacy span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.submitbox {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 15px;
}

.submitbox input {
	width: 265px;
	max-width: 100%;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 30px 0px;
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
}

.submitbox input:hover {
	color: #ffffff;
	text-decoration: none;
}

.submitbox p.note {
	font-size: 0.8em;
	color: #4e4e4e;
	text-align: left;
	margin: 0px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 15px !important;
	font-style: italic;
}

div.wpcf7-response-output {
	font-size: 0.9em;
	color: #808080;
	text-align: center;
	padding: 10px !important;
	margin: 25px 0px 0px !important;
}

.wpcf7-form.sent .formbox,
.wpcf7-form.sent .submitbox {
	display: none;
}

.contactmap {
	margin-bottom: 10px;
}

.contactmap h2 {
	margin-bottom: 35px;
}

.contactmap iframe {
	width: 100% !important;
	height: 550px !important;
}

.ngg-galleryoverview {
	margin: 0px !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 25%;
	padding: 5px;
}

.ngg-galleryoverview .ngg-navigation span,
.ngg-galleryoverview .ngg-navigation a {
	width: 25px;
	height: 25px;
	display: inline-block !important;
	color: #70706e !important;
	line-height: 23px;
	font-weight: 400 !important;
	padding: 0px !important;
	border: 1px solid #c8c8c8 !important;
	border-radius: 0px !important;
	margin: 0px 3px !important;
}

.ngg-galleryoverview .ngg-navigation span {
	color: #ffffff !important;
	font-weight: 600 !important;
}

.ngg-galleryoverview .ngg-navigation a {
	background: #ffffff !important;
}

.ngg-galleryoverview .ngg-navigation a.next,
.ngg-galleryoverview .ngg-navigation a.prev {
	display: none !important;
}

.privacycontent .wrapper {
	max-width: 900px;
}

.privacycontent h2 {
	font-size: 1.4em;
}

.rangebanner {
	width: 100%;
	height: 600px;
	display: inline-block;
	background-position: center;
	background-size: cover;
}

.innercta {
	padding: 50px 25px;
	margin-bottom: 10px;
}

.innercta .wrapper > div {
	width: 33.333333333%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.innercta p {
	margin: 0px;
}

.innercta h3{
    font-size :1.6em;
}

.innercta ul {
	margin: 0px 0px 0px 2em;
}

.innercta a {
	color: #606060;
}

.innercta a.linkbtn {
	border: 1px solid #606060;
}

.swatches{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
	row-gap: 15px;
	padding-top: 20px;
}

.swatches > div{
	text-align: center;
}