@import url("https://use.typekit.net/pdy3bmb.css");
body { margin: 0; padding: 0;
	font-family: azo-sans-web, sans-serif;
	font-weight: 400;
	font-style: normal; font-size: 14px; line-height: initial; color: #000;	 
}
.site-body { overflow: visible;}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: initial;
}
a:hover { color: #ac2c2c;}
input, button, select, textarea {
	font-family:inherit;
}

/*---------- BUTTONS ------*/
a, button, .btn-all, .img-box, .thumbnail {
	transition: all 0.4s ease;
}


.btn-all  { background: #ac2c2c; display: inline-block;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;}
.btn-all:hover {color: #fff; background: #4c7abc;} 

.btn-red {
	background: #ac2c2c;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	padding: 5px 15px;
}
.btn-red:hover { color:#fff; text-decoration: none;}

.mob-search-btn {
	display: none;
}

.widget_menu_btn {
	float: right; border: none;
	height: 2px;
	background: none;
	margin-bottom: 5px;
	width: 30px;
}


.service-info .service-buttons {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	align-content: center;
	margin-top: 30px;
}


.site-banner .buttons { 
	margin-top: 50px;
	font-weight: 500;
}

.site-banner .buttons a {
	background: #fff;
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
	color: #ac2c2c;
	/*border: 2px solid #ac2c2c;*/
	border-radius: 3px;
	margin: 0 15px 15px 0; font-weight: 600; font-size: 18px;
}
.site-banner .buttons a:hover {background: #ac2c2c; color: #fff;}



/*---------- BUTTONS END ------*/

.row { width: initial; display: flex; flex-wrap: wrap; max-width: initial; margin-left: -15px; margin-right: -15px;}
.col-3 { width:25%; padding-left: 15px;  padding-right: 15px;} 
.col-6 { width:50%; padding-left: 15px;  padding-right: 15px;} 
.col-9 { width:75%; padding-left: 15px;  padding-right: 15px;} 
.col-4  { width:33.333%; padding-left: 15px;  padding-right: 15px;} 

.mt40 { margin-bottom: 40px;}
.mb40 { margin-bottom: 40px;}


/*---------- MAIN MENU ------*/
.site-body header {
	box-shadow: 0 0px 5px rgba(0,0,0,0.2); margin-bottom: 40px;
}

.home-page .site-body header {margin-bottom: 0px;}
.small-header span a {
	color: #fff;
	background: #ac2c2c;
}

.small-header span a:hover { background: #4c7abc; text-decoration: none; padding: 5px 10px;} 
p.cart-button {
    width: 100%;
    clear: both;
    display: inline-block;
}

.container { max-width:1450px; padding-left: 15px; padding-right: 15px; box-sizing: border-box; margin-left: auto; margin-right: auto;}

.header-top {
	background: #4c7abc;
}

.header-top ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header-top ul li {
	display: inline-block;
	padding: 10px 0; font-size: 16px;
}
.header-top ul li a {
	color: #fff;
	padding: 0 12px;
	display: block;
	text-decoration: none;
}
.header-top ul li a:hover { color: #ddd;}
.header-msg-alert {
	background: #575756;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	clear: both; font-size: 18px;
}
.header-msg-alert strong { font-weight: 800; text-transform: uppercase;}
.close-btn {
	display: inline-block;
	background: #ad2b2d;
	vertical-align: middle;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	color: #fff;
	text-align: center;
	margin-left: 20px; line-height: 20px; cursor: pointer;
}

.header-main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0; position: relative;
}

.logo {
	margin: 0;
}
.logo img {
	max-width: 200px;
}
.site-menu {
	flex-grow: 1;
}
.site-menu ul {
	margin: 0;
	padding: 0 30px; box-sizing: border-box;
}
.site-menu > ul > li{
	display: inline-block; margin: 0; padding:0 ; float: left;
}
.site-menu  > ul  > li + li { border-left: 1px solid #000;}
.site-menu > ul > li > a {
	padding:29px  15px ; box-sizing: border-box;
	color: #000;
	text-decoration: none;
	font-size: 16px; vertical-align: middle;
}
.site-menu ul li:hover a {color: #fff;  background: #4c7abc; }


.site-menu ul ul {
	display: none;
}
.site-menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 40px;
	z-index: 111;
	background: #4c7abc;
	top: 77px; column-count: 3;
}

.site-menu ul li:hover ul::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	background: #4c7abc;
	top: 0;
}

.site-menu ul li:hover ul::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	background: #4c7abc;
	top: 0;
}

.site-menu ul li  li  { display: block;}
.site-menu ul li  li  a { padding:7px 0; display: inline-block;	font-size: 16px; border-bottom: 2px solid rgba(0,0,0,0);}
.site-menu ul li  li  a:hover { color:#ac2c2c; text-decoration: none; border-bottom: 2px solid #ac2c2c;}
.site-search {
	position: relative;
}
#suggestions {top: 40px;width: 100%;border-top: none;}
.searchbox form {
	display: flex;margin: 0;
}
.searchbox input[type="text"] {
	border: 1px solid #ddd;
	padding: 10px; border-right: none; flex-grow: 1; margin: 0;
	height: 40px;
	border-radius: 0; box-shadow: none; transition:none; font-size: 14px; width: 100%;
}
.searchbox input[type="submit"] {
	background: #ac2c2c;
	border: none;
	padding: 0 20px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px; border-radius: 0;
}
.searchbox input[type="submit"]:hover{ opacity: 0.8;}
.searchbox {
	width: 375px;
}
/*---------- MAIN MENU END ------*/


/*--------- TOP BANNER -------*/
.site-banner {
	display: flex;  position: relative; overflow: hidden; height: calc(100vh - 200px); min-height: 450px; margin-bottom: 40px;
}
.site-banner .banner-part {
	width: 50%; position: relative;
}
.site-banner .banner-part-1 { border-right: 4px solid #4c7abc;}

.baner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	margin: 0 auto;
	left: 0;
right: 0; z-index: 2; color: #fff;
}
.site-banner h1 { font-size: 60px; font-weight: 800; margin: 0 0 0px 0; color: #fff;}
.site-banner p { font-size: 18px;}
.site-banner img {
	display: block;
	min-height: 100%;
	width: auto;
	max-width: initial;
	filter: blur(2px);
}

.site-banner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(76,122,188,0.5);
	top: 0;
	height: 100%;
	z-index: 1;
}
/*--------- TOP BANNER END -------*/


/*---------- FOOTER ------*/
.footer-top {
	background: #575756;
	color: #fff; border-top:5px solid #ac2c2c; padding-bottom: 30px;
}
.footer-copyright {
	background: #484847;
	color: #fff;
}
.newslatter {
	display: flex;
	justify-content: space-between; align-content: center; padding: 15px 0; margin-bottom: 30px;
}

.newslatter-label {
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 18px;
}
.newslatter-label img { margin-right: 10px;}

.newslatter-form Form {
	display: flex; gap: 15px; width: 600px;
	max-width: 100%; margin: 0;
}

.newslatter-form  button { background: #ac2c2c;
	border: none;
	border-radius: 3px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;}

.newslatter-form  button:hover {background: #4c7abc;}

.newslatter-form input[type="email"] {
	border: 1px solid #ddd;
	padding: 10px;
	border-right: none;
	flex-grow: 1;
	margin: 0;
	height: 40px;
	border-radius: 0;
	box-shadow: none;
	transition: none;
	font-size: 14px; width: 100%;
}

footer { text-align: left;}


.footer-menu h3 { font-size: 20px; font-weight: bold; padding:0 0 10px 0; margin: 0 0 20px 0; color: #fff; border-bottom: 2px solid #ac2c2c; display: inline-block;}

.footer-menu ul { margin: 0; padding: 0;}
.footer-menu li { font-size: 14px; color: #fff; display: block; margin-bottom: 10px;}
.footer-menu li a {color: #fff;}
.footer-menu li a:hover {color: #ddd;}
.footer-menu .service-info ul li { background:url(../images/checj-icon.jpg) no-repeat left top; padding-left: 34px; line-height: 24px; margin-bottom: 15px;} 
.footer-menu-links ul li { background:url(../images/chevron-right.png) no-repeat left top; padding-left: 25px; line-height: 18px;} 

.service-info h4 {font-size: 18px; color: #fff; margin: 0 0 20px 0;}
.service-info h4 strong { font-size: 24px; text-transform: uppercase; display: block;}

.footer-copyright {color: #fff; padding: 15px; font-size: 12px;}
.footer-copyright ul { margin: 0; padding: 0;}
.footer-copyright ul li { display: inline-block; padding: 0 10px; margin: 0;}
.footer-copyright ul li + li { border-left: 1px solid #fff; }
.footer-copyright ul li a { color: #fff;}
/*---------- FOOTER END ------*/



/* ----------- product-slider  ---------- */

.product-slider ul.nav-tabs li {
	margin: 0;
	line-height: inherit;
}

.product-slider ul.nav-tabs li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 15px;
	margin-right: 5px;
	display: inline-block;
	color: #575756;
	border: none;
	border-radius: 10px;
	line-height: initial;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.product-slider ul.nav-tabs li a:hover {
	background: #4c7abc;
	color: #fff;
	transform: translateY(-3px);
}

.product-slider ul.nav-tabs li.active a {
	border-radius: 10px;
	background: #4c7abc;
	color: #fff;
}

.product-slider .nav-tabs > li.active > a,
.product-slider .nav-tabs > li.active > a:hover,
.product-slider .nav-tabs > li.active > a:focus {
	border: none;
}

.product-slider ul.footer-banner li {
	margin: 0;
}

.product-slider ul.nav-tabs {
	border-bottom: 4px solid #4c7abc;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
}

.product-slider .tab-content {
	padding: 0;
	margin: 0;
	border: none;
}

.product-slider .tab-content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.product-slider {
	border: none;
	margin-bottom: 15px;
	background: #fff;
	min-height: 200px;
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.product-slider .thumb-inner h5 {
	min-height: 60px;
}

.product-slider .switch-swatchs {
	min-height: 90px;
}

.product-list {
	height: 200px;
}


.prod-list-swatch {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.thumbnail {
	border: 1px solid #f5f5f5;
	padding: 20px;
	height: 100%;
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
}

.thumbnail:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}


.thumbnail h5 a {
	font-weight: 400;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.thumbnail h5 a:hover {
	color: #4c7abc;
}

.thumbnail p {
	font-size: 16px;
	margin: 0;
	color: #666;
}

/*stops all this... from getting underlined when the product card is hovered*/
.product-card-link:hover {
  text-decoration: none;
}

.product-card-link:hover h5,
.product-card-link:hover p,
.product-card-link:hover .prod-list-swatch {
  text-decoration: none;
}

.product-card-link h5,
.product-card-link p,
.product-card-link .prod-list-swatch {
  text-decoration: none;
}

/* ----------- product-slider END ---------- */

.payment-img {
    text-align: center;
    padding: 10px 0;
}
.payment-img p { margin: 0; padding: 0;}

#breadcrumb {
	max-width: 1450px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.form-search input[type="text"] {
	height: 44px;
	border-radius: 0;
	font-size: 16px;
	width: 100%;
	box-shadow: none;
	border: 1px solid #ddd;
	padding: 0px 15px;
}

.form-search {
	display: flex;
}

.form-search {
	display: flex;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.small-header {
	font-size: 24px;
	padding: 0 0 15px 0;
}


#breadcrumb .twelve.columns {
	padding: 0;
}

.navbar-toggler {
	display: none;
	border: none;
	background: none;
	width: 30px;
}

.navbar-toggler-icon {
	display: block;
	height: 2px;
	width: 100%;
	background: #000; margin-bottom: 5px;
}

/*--------- SCHOOL SEARCH --------*/

.alphaschools ul {
  clear: both;
  display: block;
  min-height: 40px;
  padding: 5px;
  text-align: center;
}

.alphaschools li {
  display: inline-block;
  margin: 10px 0 !important;
  text-align: center;
  font-size: 1.35em;
}

.alphaschools li:not(:last-child) {
  margin-right: 5px;
}

.alphaschools li a {
  display: inline-block;
  background: #fff;
  color: #4c7abc;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.alphaschools li.active a {
  background: #4c7abc;
  color: #fff;
  border-color: #4c7abc;
}

.alphaschools li a:hover {
  background: #af3133;
  color: #fff;
  transform: translateY(-2px);
  border-color: #af3133;
}



.top-school-serach {
	background: #4c7abc;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
}

.current-search {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

.form-school-serach {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%; position: relative;
}
.form-school-serach input {
	border-radius: 0;
	padding: 10px 15px;
	height: auto;
	max-width: 100%;
	width: 100%;
	font-size: 18px;
}

.form-school-serach #school_search_list {
	position: absolute;
	color: #fff; background: #fff;  padding: 0px; width: 100%; 
}

.form-school-serach #school_search_list li, .form-school-serach #school_search_list li a {color: #000; display: block; text-align: left; padding: 5px;}

.form-school-serach #school_search_list ul {
	margin: 0;
	padding: 10px;  border: 1px solid #ddd; max-height: 300px; overflow: auto;
}
.pagination ul li.next_page a, .pagination ul li.previous_page a {  padding: 5px 10px; border-radius: 0;}
.pagination ul li.disabled a, .pagination ul li.disabled a:hover {
	color: #ccc !important;
	cursor: default;
	border: 1px solid #4c7abc !important; padding: 5px 10px; border-radius: 0; color: #4c7abc; text-decoration: none;
}
.pagination ul li.active a, .pagination ul li.active a:hover {
	color: #fff; background: #4c7abc;;
	cursor: default;
	padding: 5px 10px; text-decoration: none;
}
.pagination ul li a { padding: 5px 10px;}
.pagination ul li.next_page a:hover, .pagination ul li.previous_page a:hover {text-decoration: none;}

/*stops all this getting undlined on school tile hover*/
.school-link-tile {
  display: block;
  color: inherit;
  text-decoration: none;
}

.school-link-tile:hover {
  text-decoration: none;
}
/*--------- SCHOOL SEARCH END --------*/


/*-------- FOOOTER --------*/
#footer-featured-product {
	margin-top: 50px;

}
.thumb-con { border: none;}
#main-section aside ul li a {font-size: 14px;}
#main-section aside ul li ul li a {	font-size: 14px;}
a{ color: #4c7abc;}
.category-list {
	display: flex;
	flex-wrap: wrap;
}
body, input[type="text"], input[type="password"], input[type="email"], label, select, textarea {
	font-size: 14px;
}


/* WP site CSS */ 

.landing_pages .landing_sub_pages .landing_sub_pages_left, .landing_pages .landing_sub_pages .landing_sub_pages_right {
	width: 50%;
	float: left;
}
.landing_pages .landing_sub_pages .landing_sub_pages_left {
	padding: 25px;
}
.landing_pages .landing_sub_pages {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.landing_pages .landing_sub_pages:nth-child(even) {
	background: #eee;
}
.landing_pages .landing_sub_pages:nth-child(even) .landing_sub_pages_left { float: right;}

.landing_pages .landing_sub_pages .title_link_btn a {
	background: #ac2c2c;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	margin-top: 20px;
}

.landing_sub_pages_right img {
	display: block;
	margin: 0 auto;
}

.blog-lst-homme {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.blog-lst-homme .inline_posts {
	width: calc(100% / 4 - 20px);
	margin: 10px;
	box-sizing: border-box;
}
.category-blog-list.blog-lst-homme .inline_posts {
	width: calc(100% / 3 - 20px);}
.paging {
	width: 100%;
	margin-top: 20px;
}

.landing_pages-content img {
	width: 100%;
	max-height: 450px;
	margin: -40px 0 0px 0;
}
.sidebar-menu { display: none; }


.post_date {background: #ac2c2c;}

.footer-menu-list ul li {
	display: inline-block;
}
.footer-menu-list {
	text-align: right;
}
.footer-menu-list.footer-menu-links ul li { background: none;}
.row.align-items-center {	align-items: center;}

/* ----------- Responsive CSS  ---------- */


@media (max-width:1199px) {
	.logo {	max-width: 150px;}
	.searchbox {width: 300px;}
	.site-banner { height: auto; min-height: initial;}
	.site-menu ul li a {padding:26px 8px;}
	.site-menu ul {padding: 0 10px;}
	.newslatter .newslatter-label, .newslatter .newslatter-form {width: 50%;}
	.site-banner .buttons a {font-size: 16px; padding: 10px 20px;}
	.product-slider .large-block-grid-5 > li { width:33.333%}
	.logo img {
		max-width: 100%;
	}
	.site-menu ul li:hover ul {top:70px}
}


@media (max-width:991px) {
	.logo {	max-width: 130px;}
	.site-menu ul {padding: 0 10px;}
	.site-menu ul li a {font-size: 13px; padding: 28px 8px;}
	
	.site-menu ul li li a {	font-size: 13px;}
	
	.searchbox {width: 230px;}
	.newslatter { flex-wrap: wrap;}
	.newslatter .newslatter-label, .newslatter .newslatter-form {width: 100%; justify-content: center;}
	.newslatter-form Form {	margin: 0 auto;	}
	.newslatter .newslatter-label {	margin-bottom: 10px;}
	.footer-menu .col-3,  .footer-menu .col-9  {width: 50%;}
	.service-info .service-buttons {margin-top: 60px;}
	.footer-copyright { text-align: center;}
	.footer-copyright ul {text-align: center;margin-top: 7px; margin-bottom: 7px;	}
	.footer-menu h3 {margin-top: 30px;	}
	.site-banner .banner-part {	width: 100%; max-height: 280px; }
	.site-banner {flex-wrap: wrap;}
	.site-banner .banner-part-1 {border-right: none;}
	.thumbnail h5 a {font-size: 16px;}
	.thumbnail p {font-size: 14px;}
	.site-banner img {height: auto;	width: 100%;}
	.category-list li { width:50%}
	.footer-copyright ul {width: 100%;}
	.blog-lst-homme .inline_posts {width:calc(100% / 3 - 20px)}
	.footer-menu-list.footer-menu-links ul li {	display: block;	}
	
}

@media (max-width:767px) {
.sidebar-menu { display: block; border-top:1px solid #ddd; border-bottom:1px solid #ddd;  padding: 10px;}
.widget_menu { display: none;}
.header-main {flex-wrap: wrap;	/*justify-content: center;*/}
.site-search, .header-main, .logo {	width: 100%;flex-grow: 1;	max-width: 100%;text-align: center;}
.logo {	margin-bottom: 0px;}
.logo img {	max-width: 150px;}
.searchbox {width: 300px;margin: 0 auto;}
.site-menu {margin: 15px 0;}
.site-banner .banner-part {	width: 100%;position: relative;}
.baner-content {width: 100%;}
.site-banner h1 {font-size: 24px;}
.site-banner .buttons a {font-size: 14px;font-weight: normal;padding: 5px 10px;}
.product-slider ul.footer-banner li a {	width: 100%;margin-bottom: 10px;}
.product-slider .large-block-grid-5 > li { width:50%}
.also-like-product  li { width:50%}
.row .large-9.like-product-block {width:100%}
.site-menu ul li { float: none;}
.navbar-toggler {
	display: block;
	position: absolute;
	left: 0px;
	top: 24px;
}

.site-menu {
	margin: 0;
	position: absolute;
	left: 0;
	z-index: 111;
	top: 50px; background: #4c7abc; padding:10px;
}
.site-menu ul li {
	display: block;
}
.site-menu ul {
	padding: 0;
	text-align: left;
}
.site-menu > ul > li + li { border-left: none;}
.site-menu ul li a {
	font-size: 14px;
	padding: 8px;
	display: block; color: #fff;
}
.navbar-collapse {
	max-height: initial; height: auto !important;
}
.navbar-collapse.in {
	overflow: initial; height: auto !important;
}
.site-menu ul li:hover ul {
	position: initial;
	padding: 5px 10px 5px 30px;
	column-count: 1;
}
.site-menu ul li:hover ul::before, .site-menu ul li:hover ul::after { display: none;}
.home-small-banner [class*="col-"] { width:100%}
.home-small-banner  .img-box { text-align: center;}

.inner-container .row .large-5.product_image, .inner-container .row .large-7.product_description {
	position: relative;
	width: 100%;
}
.inner-container .row .large-5.product_image { margin-bottom: 30px;}
.cat_sidebar label::after {top: -6px;}
.header-top ul {
	justify-content: center;
}
.blog-lst-homme .inline_post { width:calc(100% / 2 - 20px)}
.landing_pages .landing_sub_pages .landing_sub_pages_left, .landing_pages .landing_sub_pages .landing_sub_pages_right  { width:100%}
.landing_pages .landing_sub_pages .landing_sub_pages_right { margin-top: 20px;}
.logo img {
	max-width: 150px;
}
.mob-search-btn {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}
.mob-search-btn button {
	background: url(../images/search-icon.png);
	width: 24px;
	border: none;
	background-repeat: no-repeat;
	height: 24px;
	background-size: 24px;
}
.site-search {
	display: none;
	position: absolute;
	right: 0;
	max-width: 300px;
	top: 60px;
	z-index: 111;
}
.searchbox {
	width: 100%;
	margin: 0 auto;
}
.header-top ul li a {padding: 0 5px;font-size: 12px;}
.row .large-9, .row .large-3 { width:100%}
.category-blog-list.blog-lst-homme .inline_posts {	width: calc(100% / 2 - 20px);}
.footer-menu .col-3,  .footer-menu .col-9  {width: 100%;}
.service-info .service-buttons {margin-top: 40px;}
.footer-menu-list {	text-align: left;}
.footer-menu-list.footer-menu-links ul li {	padding-left: 0;}
.footer-copyright .col-6 {	width: 100%;}
.footer-copyright .col-4 {	width: 100%;}

}





@media (max-width:567px) {
	.newslatter-form Form {justify-content: center;	flex-wrap: wrap;}
	.product-slider .large-block-grid-5 > li { width:100%}
	.also-like-product  li { width:100%}
	.category-list li { width:100%}
	.blog-lst-homme .inline_posts {
		width: 100%;
	}
	.category-blog-list.blog-lst-homme .inline_posts {
		width: 100%;}
}



/*CONNORS ADDITIONS 2025 -- sorry*/

.img-box {
	overflow: hidden;
	border-radius: 5px;
	transition: transform 0.6s ease, filter 0.6s ease;
	will-change: transform, filter;
}

.img-box:hover {
	transform: scale(1.01);
	filter: brightness(1.05) contrast(1.1);
}

/*more add-ons --cart free delivery notice (2026)*/
.free-delivery-notice {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}
.free-delivery-notice--achieved {
    background: #eaf7ea;
    border-color: #aad4aa;
    color: #2a6a2a;
}
.delivery-bar-track {
    background: #ddd;
    border-radius: 3px;
    height: 6px;
    margin-top: 8px;
}
.delivery-bar-fill {
    background: #c00;
    border-radius: 3px;
    height: 6px;
    transition: width 0.3s ease;
}
