/* Fresh rel bf22 styles */

.bf22__tile {
	width: calc(33.333% - 10.6666667px);
	/*background-color: rgba(255, 255, 255, .9);*/
	background-image: url('/assets/images/pages/bf-silver-bg-tile.png');
	background-position: top left;
	background-repeat: repeat;
	color: #000;
	padding: 0 5px 55px 5px;
	margin: 0 8px;
	text-align: center;
	position: relative;
}

.bf22__tile__spot {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-image: url('/assets/images/pages/silver-bg-light.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #000;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	padding: 5px;
	line-height: 1.1;
}

.bf22__tile__spot span {
	font-size: 25px;
}

.bf22__tile__img {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-bottom: 15px;
	display: block;
	aspect-ratio: 261/200;
	object-fit: cover;
}

.bf22__tile__title {
	font-size: 15px;
	line-height: 1.2;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   margin: 0 0 10px;
   min-height: 36px;
}

.bf22__tile__price-now {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}

.bf22__tile__price-was {
	font-size: 16px;
	color: #CA9853;
	font-weight: bold;
	margin: 0 0 5px;
}

.bf22__tile__code {
	height: 26px;
	padding: 0 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	margin: 5px auto;
}

.bf22__tile__social-proof {
	display: block;
	width: 100%;
	min-height: 20px;
}

.bf22__tile__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bf22__tile__atb {
	width: calc(100% - 10px);
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url('../cg-bf-btn-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.bf22__tile__atb:focus,
.bf22__tile__atb:hover {
	color: #fff;
	text-decoration: none;
}

.bf22__tile__atb:focus i,
.bf22__tile__atb:hover i {
	left: 5px;
}

.bf22__tile__atb i {
	margin-left: 5px;
	left: 0;
	position: relative;
	transition: .2s all;
}

.bf22__fresh {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 60px 22px;
	margin-bottom: 0;
}

.bf22__fresh__heading {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	width: 100%;
	text-align: center;
	margin: 0 0 15px;
}

.bf22__fresh__carousel {
	width: 100%;
	padding: 0 45px;
	margin: 0;
	position: relative;
}

.bf22__fresh__carousel .bf22__tile {
	border: 1px solid #E4E4E4;
	margin: 8px!important;
	background-image: none;
}

.bf22__fresh__carousel .bf22__tile__img {
	margin-left: -5px;
}

.bf22__fresh__carousel .bf22__tile__spot {
	background-image: none;
	background-color: #000;
	color: #fff;
	height: 70px;
	width: 70px;
	font-size: 15px;
	top: 8px;
	left: 8px;
}

.bf22__fresh__carousel .bf22__tile__spot span {
	font-size: 20px;
}

.bf22__fresh__carousel .bf22__tile__price-now {
	font-size: 19px;
}

.bf22__fresh__carousel .bf22__tile__price-was {
	font-size: 14px;
}

.bf22__fresh__carousel .bf22__tile__atb {
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
	background-image: url('../cg-bf-btn-bg--light.jpg');
}

.bf22__fresh__carousel .slick-track {
	display: flex !important;
}

.bf22__fresh__carousel .slick-slide {
    height: inherit !important;
}

.bf22__fresh__carousel .slick-prev:before {
	content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-next:before {
	content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-prev:hover,
.bf22__fresh__carousel .slick-prev:focus,
.bf22__fresh__carousel .slick-next:hover,
.bf22__fresh__carousel .slick-prev:focus {
	background-color: rgba(0, 0, 0, .1);
}

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

	.bf22__tile__spot {
		width: 70px;
		height: 70px;
		font-size: 16px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 22px;
	}

	.bf22__tile__price-now {
		font-size: 19px;
	}

	.bf22__tile__price-was {
		font-size: 14px;
	}

	.bf22__tile__atb {
		font-size: 15px;
	}
}

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

	.bf22__fresh__heading {
		font-size: 25px; 
	}
}

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

	.bf22__fresh {
		padding: 15px 0;
	}

	.bf22__fresh__heading {
		font-size: 22px;
	}

	.bf22__tile__spot {
		width: 50px;
		height: 50px;
		font-size: 12px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 16px;
	}
}


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

	.bf22__fresh__carousel {
		padding: 0 35px;
		margin: 0 0 15px;
	}

	.bf22__tile__title {
		padding: 0 10px;
	}

	.bf22__tile__img {
		width: calc(100% + 10px);
		margin-left: -5px;
	}
}

/* Fresh rel styles for tools page */

.cglv .bf22__fresh {
	padding: 0;
}

.cglv .bf22__fresh__carousel .bf22__tile__spot {
	background-color: #f2b818;
	color: #000;
}

.cglv .bf22__fresh__carousel .bf22__tile__price-was {
	color: #f2b818;
}

.cglv .bf22__fresh__carousel .bf22__tile__atb {
	background-color: #f2b818!important;
	background-image: none;
}

.bf22__tile__spot--new {
	background-color: #3c7d36;
	color: #fff;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 2px 6px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.cglv .bf22__fresh--new .bf22__tile__atb {
	background-color: #3c7d36!important;
	color: #fff!important;
}

.cglv .bf22__fresh--new .bf22__tile__atb:hover,
.cglv .bf22__fresh--new .bf22__tile__atb:focus {
	background-color:;
}

/* Additions for tools page */

.theme--yellow .cglv__header__banner {
	background-color: #f2b818!important;
}

.theme--yellow .cglv__header__links li a {
	background-color: #5a5a5a!important;
}

.theme--yellow .cglv__header__links li a:hover,
.theme--yellow .cglv__header__links li a:focus {
	background-color: #000!important;
}

.cglv__header__links li a.theme--buymore {
	background-color: #c51315!important;
}

.cglv__btn-banner.theme--buymore .cglv__btn-banner__buttons a {
	background-color: #c51315!important;
}

.cglv__btn-banner.theme--buymore .cglv__btn-banner__buttons a:hover,
.cglv__btn-banner.theme--buymore .cglv__btn-banner__buttons a:focus {
	background-color: #000!important;
}

.theme--yellow .cglv__panels__copy {
	background-color: #f2b818!important;
}

.theme--yellow .fw-btn {
	background-color: #f2b818!important;
}

.theme--yellow .fw-btn:hover,
.theme--yellow .fw-btn:focus {
	background-color: #000!important;
	color: #fff!important;
}

.cglv .btn {
	z-index: 2;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 20px;
	max-width: 200px;
	width: 100%;
	border-radius: 0;
	transition: .2s all;
}

.cglv .btn:hover,
.cglv .btn:focus {
	background-color: #000;
	color: #fff;
}

.cglv__brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 30px;
}

.cglv__brands .slick-next,
.cglv__brands .slick-prev {
	width: 35px;
}

.cglv__brands .slick-next:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}


.cglv__brands .slick-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
}

.cglv__brand {
	width: calc(16.6665% - 16px);
	margin: 0 8px 8px;
	border: 1px solid #E5E3E3;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 2/1.25;
	padding: 0;
	transition: .2s all;
}

.cglv__brand:hover,
.cglv__brand:focus {
	border-color: #000;
}

.cglv__brand__img {
	max-width: 100%;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.cglv__essentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.cglv__essential {
	width: calc(25% - 34px);
	margin: 15px;
	position: relative;
	text-align: center;
}

.cglv__essential .new {
	position: absolute;
	left: 0;
	top: 15px;
	padding: 4px 6px;
	background-color: #3e7a33;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	pointer-events: none;
}

.cglv__essential__img {
	width: 100%;
	margin: 0 0 15px;
}

.cglv__essential__heading {
	text-align: center;
	margin: 0 0 20px;
	font-weight: bold;
}

.cglv__essential .btn {
	max-width: 100%;
	margin: 0;
	border: 1px solid #000;
}

.cat-block--square:before {
	padding-top: 0;
	aspect-ratio: 166/145;
}

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

	.cglv__brand {
		width: calc(33.333% - 16px);
	}

	.cglv__essential {
		width: calc(33.333% - 16px);
		margin: 8px;
	}

}

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

	.cglv__brand {
		width: calc(33.333% - 10px);
		margin: 5px;
	}

	.cglv__essential {
		width: 100%;
		margin: 10px 0;
	}

	.cglv__essential .btn {
		max-width: 200px;
	}
}

/* Original cat (wire) stylesheet */

.cglv {
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

.cglv * {
	box-sizing: border-box;
}

.cglv {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

.section.group.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.section.group.flex:before,
.section.group.flex:after {
	content: none;
}

.cglv h1,
.cglv h2,
.cglv h3,
.cglv h4,
.cglv h5,
.cglv h6 {
	color: #000;
	font-weight: normal;
}

.cglv__header {
	width: 100%;
}

.cglv__header__banner {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 50px;
	margin: 0 0 16px;
	padding: 25px;
	background-color: #f39200;
}

.cglv__header__banner h1 {
	color: #fff;
	text-align: center;
	margin: 0;
}

.cglv__header__links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.cglv__header__links li {
	display: inline-block;
	width: calc(25% - 12px);
	font-size: 16px;
}

.cglv__header__links li a {
	background-color: #f39200;
}

.cglv__header__links li a:hover,
.cglv__header__links li a:focus {
	background-color: #000;
}

.cglv__header__links li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	transition: .2s all;
}

.cglv__header__links li:nth-child(4) a {
	background-color: #000;
}

.cglv__header__links li:nth-child(4) a:hover,
.cglv__header__links li:nth-child(4) a:focus {
	background-color: #000;
}

.cglv__intro {
	width: 100%;
	margin: 20px 0!important;
	padding-right: 33.333%;
}

.cglv__intro__breadcrumbs {
	width: 100%;
	margin: 0 0 10px;
	list-style: none;
	padding: 0;
}

.cglv__intro__breadcrumbs li {
	display: inline-block;
	padding-right: 25px;
	position: relative;
	color: rgb(147,144,144);
}

.cglv__intro__breadcrumbs li:not(:nth-last-child(1)):after {
	content: '>';
	position: absolute;
	right: 7.5px;
}

.cglv__intro__breadcrumbs li a {
	color: inherit;
	text-decoration: underline;
}

.cglv__intro h1 {
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: 500;
}

.cglv__intro__readmore-container {
	max-height: 1500px;
	transition: .4s all;
	overflow: hidden;
}

.cglv__intro__readmore-container.collapsed {
	max-height: 46px;
}

.cglv__intro button {
	border: none;
	/*outline: none;*/
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
	color: #314C89;
	text-decoration: underline;
	cursor: pointer;
}

.cglv__intro button:hover,
.cglv__intro button:focus {
	color: #000;
	text-decoration: none;
}

.cglv__sidebar {
	width: 25%;
	padding-right: 30px;
	margin-bottom: 30px;
}

.cglv__price-notification {
	margin: 0 0 30px;
	padding: 0 90px;
	text-align: center;
}

.cglv__seo {
	background-color: #314C89;
	color: #fff;
	margin: 30px 0;
}

.cglv__seo__inner {
	width: 75%;
	padding: 20px 60px 60px 30px;
	margin-left: 25%;
}

.cglv__seo__inner h2,
.cglv__seo__inner h3,
.cglv__seo__inner h4,
.cglv__seo__inner h5,
.cglv__seo__inner h6 {
	color: inherit;
	margin: 30px 0 10px;
}

.cglv__seo__inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cglv__seo__inner ul li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.cglv__seo__inner ul li:not(:nth-last-child(1)):after {
	content: '|';
	position: absolute;
	right: 7px;
}

.cglv__seo__inner ul li a {
	color: #fff;
	text-decoration: underline;
}

.cglv__seo a {
	color: inherit;
	text-decoration: underline;
}

.cglv__category {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.cglv__category__intro {
	text-align: center;
}

.cglv__category__intro .h2 {
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: 500;
}

.cglv__category__intro__readmore-container {
	max-height: 600px;
	transition: .4s all;
	overflow: hidden;
}

.cglv__category__intro__readmore-container.collapsed {
	max-height: 88px;
}

.cglv__category__intro button {
	border: none;
	/*outline: none;*/
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
	color: #314C89;
	text-decoration: underline;
	cursor: pointer;
}

.cglv__category__intro button:hover,
.cglv__category__intro button:focus {
	color: #000;
	text-decoration: none;
}

.cglv__category__blocks {
	display: block;
	/*flex-wrap: wrap;*/
	width: calc(100% + 18px);
	margin-left: -9px;
	margin-right: -9px;
	/*align-items: flex-start;*/
}

.cglv__cat-block {
	display: inline-block;
	float: left;
	margin: 9px;
	background-color: #E4E4E4;
	position: relative;
}

.cglv__cat-block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cat-block--square:before {
	content: '';
	display: block;
	padding-top: 87%;
	width: 100%;
}

.cat-block--rect:before {
	content: '';
	display: block;
	padding-top: calc(43.5% - 9px);
	width: 100%;
}

.cat-block--50 {
	width: calc(50% - 18px);
}

.cat-block--33 {
	width: calc(33.333% - 18px);
}

.cat-block--25 {
	width: calc(25% - 18px);
}

.cglv__cat__titleblock {
	text-align: center;
	padding: 35px 0;
	width: 100%;
	margin: 0;
}

.cglv__cat__titleblock .h2 {
	font-size: 20px;
	font-weight: normal;
	color: #43484B;
	margin: 0;
	padding: 0;
}

.cglv__cat__carousel {
	width: 100%;
	max-height: 300px;
	padding: 0 50px;
	margin-bottom: 30px;
	overflow: hidden;
}

.cglv__cat__carousel .slick-next:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}


.cglv__cat__carousel .slick-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
}

.cglv__cat__carousel-block {
	padding: 0 6px;
	text-align: center;
}

.cglv__cat__carousel-block a:hover img,
.cglv__cat__carousel-block a:focus img {
	outline: 2px solid #DDDDDD;
}

.cglv__cat__carousel-block img {
	border: 1px solid #DDDDDD;
	outline: 2px solid #fff;
	width: 100%;
	height: auto;
	transition: .2s all;
	margin-top: 2px;
}

.cglv__cat__carousel-block h3 {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	margin: 20px 0;
	color: #43484B;
}

.cglv__cat__tabs {
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
}

.cglv__cat__tabs > ul {
	margin-bottom: 0;
}

.cglv__cat__tabs > ul > li {
	display: inline-block;
	width: 33.333%;
	float: left;
}

.cglv__cat__tabs > ul > li a {
	background-color: #FAFAFA;
	font-weight: bold;
	font-size: 20px;
	color: #707070;
	text-align: center;
	line-height: 66px;
	display: block;
	width: 100%;
}

.cglv__cat__tabs li a:focus {
	outline: none;
		box-shadow: inset 0 0 0 2px #707070;
}

.cglv__cat__tabs li [aria-selected="true"] {
	background-color: #F7F7F7;
	text-decoration: underline;
	z-index: 1;
} 

/**:focus {
  outline: none;
  box-shadow: inset 0 0 0 4px lightBlue;
}*/

.cglv__cat__tabs section {

}

.cglv__cat__tabs section > div {
	width: 33.333%;
	display: inline-block;
	float: left;
	padding: 30px 0;
}

.cglv__cat__tabs section ul {
	padding: 20px 30px 0;
	font-size: 20px;
	color: #707070;
	text-align: center;
	width: 100%;
	margin: 0;
}

.cglv__cat__tabs section ul li {
	margin-bottom: 20px;
}

.cglv__cat__tabs section ul li a {
	color: #707070;
}

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

.cglv__subcats {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.cglv__subcats .cglv__cat__carousel-block {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.cglv .fw-btn {
	background-color: #f39200;
	color: #fff;
	margin: 20px 0 40px;
	padding: 20px 30px;
	text-align: center;
	font-size: 18px;
	/*font-weight: bold;*/
	width: 100%;
	display: block;
	transition: .3s all;
}

.cglv .fw-btn i {
	position: relative;
	left: 0;
	font-weight: normal;
	transition: .3s all;
}

.cglv .fw-btn:hover,
.cglv .fw-btn:focus {
	text-decoration: none;
	background-color: #000;
}

.cglv .fw-btn:hover i,
.cglv .fw-btn:focus i {
	left: 8px;
}

.cglv__fw {
	width: 100%;
}

.cglv__bench-cta {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	width: 100%;
}

.cglv__bench-cta__intro {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
}

.cglv__bench-cta__intro p {
	font-size: 18px;
}

.cglv__bench-cta__intro-left {
	width: 50%;
	text-align: right;
	padding: 0 20px;
}

.cglv__bench-cta__intro-left img {
	display: inline-block;
}

.cglv__bench-cta__intro-right {
	width: 50%;
	padding: 0 20px;
}

.cglv__bench-cta__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.cglv__bench-cta__col {
	width: 50%;
	padding: 0 20px;
	margin: 30px 0;
}

.cglv__bench-cta__col img {
	width: 100%;
	height: auto;
}

.cglv__bench-cta__col .h2 {
	font-weight: normal;
	margin-bottom: 5px;
}

.cglv__bench-cta__col .h3 {
	font-weight: 500;
	margin-bottom: 20px;
}

.cglv__bench-cta__col .h2,
.cglv__bench-cta__col .h3 {
	font-size: 20px;
}

.cglv__bench-cta__col .readmore {
	color: inherit;
	text-decoration: underline;
}

.cglv__bench-cta__col .readmore:hover,
.cglv__bench-cta__col .readmore:focus {
	text-decoration: none;
}

.cglv__bench-cta__col-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cglv__related-products {
	max-height: 260px;
	padding: 0 50px;
	margin-bottom: 30px;
	overflow: hidden;
}

.cglv__related-products .slick-next,
.cglv__related-products .slick-prev {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #C8C8C8;
}

.cglv__related-products .slick-next:hover,
.cglv__related-products .slick-next:focus,
.cglv__related-products .slick-prev:hover,
.cglv__related-products .slick-prev:focus {
	background-color: #C8C8C8;
}

.cglv__related-products .slick-next:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}


.cglv__related-products .slick-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
}

.related-product {
	width: calc(33.333% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #C8C8C8;
	padding: 10px;
	display: flex!important;
	flex-wrap: wrap;
}

.related-product__img-wrapper {
	width: calc(50% - 5px);
	position: relative;
	margin-bottom: 5px;
}

.related-product__img-wrapper .offer {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #243d77;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 8px 2px;
	z-index: 2;
	line-height: 17px;
}

.related-product__img-wrapper img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.related-product .product-rating {
	width: 100%;
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #FFDD00;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}

.related-product .product-rating a {
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	/*text-decoration: underline;*/
	display: inline-block;
	margin-left: 2px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
}

.related-product .product-rating.rating--1:before {
	content: '\f005';
}

.related-product .product-rating.rating--2:before {
	content: '\f005 \f005';
}

.related-product .product-rating.rating--3:before {
	content: '\f005 \f005 \f005';
}

.related-product .product-rating.rating--4:before {
	content: '\f005 \f005 \f005 \f005';
}

.related-product .product-rating.rating--5:before {
	content: '\f005 \f005 \f005 \f005 \f005';
}

.related-product__info {
	width: calc(50% - 5px);
	margin-left: 10px;
	font-size: 15px;
	line-height: 20px;
	/*max-height: 140px;*/
	text-overflow: ellipsis;
}

.related-product__footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.related-product__footer input {
	width: 15%;
	height: 46px;
	text-align: center;
	line-height: 100%;
	border: 1px solid #F4F4F4;
	color: #707070;
	outline: none;
}

.related-product__footer button,
.related-product__footer .button {
	width: calc(50% - 5px);
	background-color: transparent;
	height: 46px;
	border: 1px solid #13C057;
	color: #13C057;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: .3s all;
}

.related-product__footer input + button {
	width: calc(35% - 5px);
}

.related-product__footer button:hover,
.related-product__footer button:focus,
.related-product__footer .button:hover,
.related-product__footer .button:focus {
	background-color: #13C057;
	color: #fff;
	text-decoration: none;
}

.related-product__price-wrapper {
	width: calc(50% - 5px);
	margin-left: 10px;
}

.related-product__price {
	font-size: 24px;
	font-weight: bold;
	color: #828282;
	margin: 0;
	line-height: 1;
}

.related-product__price-was {
	color: #828282;
	margin: 0;
}

.cglv__panels {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 45px 0 15px;
}

.cglv__panels__copy {
	width: 33.333%;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 90px 50px;
}

.cglv__panels__copy p:not(.cglv__panels__heading) {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 30px;
}

.cglv__panels__heading {
	font-size: 35px;
	font-weight: normal;
	margin: 30px 0;
	color: #fff!important;
}

.cglv__panels__copy a {
	color: #fff;
	text-decoration: underline;
}

.cglv__panels__panel {
	width: 33.333%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 30px 50px;
	position: relative;
	min-height: 350px;
}

.cglv__panels__panel__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cglv__panels__panel__heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 50px;
	text-align: center;
	z-index: 3;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	font-size: 25px;
}

.cglv__panels__panel .btn {
	position: relative;
	z-index: 3;
	background-color: #fff;
	color: #000;
	border: none;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 20px;
	max-width: 200px;
	width: 100%;
	border-radius: 0;
	transition: .2s all;
}

.cglv__panels__panel .btn:hover,
.cglv__panels__panel .btn:focus {
	background-color: #000;
	color: #fff;
}

.cglv__fresh-prods {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
	padding: 0 30px;
}

.cglv__fresh-prods .slick-next:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}


.cglv__fresh-prods .slick-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
}

.cglv__fresh-prod {
	width: 20%;
	text-align: center;
	padding: 0 8px;
	margin: 0 0 30px;
	display: inline-block;
	text-decoration: none;
}

.cglv__fresh-prod:hover {
	text-decoration: none;
}

.cglv__fresh-prod__img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.cglv__fresh-prod__heading {
	color: #17407c!important;
	font-size: 15px;
	line-height: 1.4;
	margin: 0 0 10px;
	text-decoration: none;
}

.cglv__fresh-prod:hover .cglv__fresh-prod__heading {
	text-decoration: underline;
}

.cglv__fresh-prod__price {
	margin: 0;
	color: #43484B;
}

.cglv__ideacat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.cglv__bglgrey {
	background-color: #f2f2f2;
	padding: 0;
	width: calc(33.333% - 16px);
	margin: 15px 0;
	position: relative;
}

.cglv__bglgrey .newprd span {
	background: #3b7d33;
    padding: 5px 10px 6px 10px;
    float: left;
    text-align: center;
    max-width: 200px;
    color: #ffffff;
    margin: 10px 0 0 0;
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    line-height: inherit;
	max-height: 40px;
}

.cglv__bglgrey a,
.cglv__bglgrey p {
	font-size: 1.250em;
	line-height: inherit;
	font-weight: normal;
	color: #707070;
}

.cglv__bglgrey img {
	width: 99%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    max-width: 100%;
    /*max-height: 290px;*/
    height: auto;
}

.cglv__bglgrey .txtwraprd {
	padding: 7%;
}

.cglv__bglgrey .headname {
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    font-size: 100%;
}

.cglv__bglgrey .txtwraprd a {
	text-decoration: underline
}

.cglv__bglgrey .txtwraprd .fas {
	font-weight: bold;
}

.cglv__fresh-prods.fourprods .cglv__fresh-prod {
	width: 25%;
}

.cglv__btn-banner {
	min-height: 310px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 30px;
	margin:  45px 0;
}

.cglv__btn-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.cglv__btn-banner .inner {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.cglv__btn-banner .inner:nth-child(1) {
	margin-top: 0;
}

.cglv__btn-banner .inner:nth-last-child(1) {
	margin-bottom: 0;
}

.cglv__btn-banner__logo {
	margin: 0 auto 20px;
	display: block;
	width: 332px;
	max-width: 100%;
	height: auto;
}

.cglv__btn-banner__heading {
	/*font-size:  50px;*/
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 20px;
}

.cglv__btn-banner__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0;
}

.cglv__btn-banner__buttons a {
	margin: 20px 8px;
	min-width: 180px;
	height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #f39200;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 0;
	transition: .2s all;
}

.cglv__btn-banner__buttons a:hover,
.cglv__btn-banner__buttons a:focus {
	background-color: #000;
	text-decoration: none;
}

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

	.cglv__header__links li {
		font-size: 16px;
	}

	.cglv__sidebar {
		width: 33.333%;
		padding-right: 15px;
	}

	.cglv__category {
		width: 66.666%;
	}

	.cglv__seo__inner {
		width: 100%;
		padding: 20px;
		margin-left: 0;
	}

	.cglv__seo__inner ul li {
		display: block;
	}

	.cglv__seo__inner ul li:not(:nth-last-child(1)):after {
		content: none;
	}

	.cglv__subcats {
		margin-left: -8px;
		margin-right: -8px;
		width: calc(100% + 18px);
	}

	.cglv__subcats .cglv__cat__carousel-block {
		width: 33.333%;
		padding: 0 8px;
	}

	.cglv__panels__copy {
		width: 100%;
		padding: 30px 40px;
	}

	.cglv__panels__panel {
		width: 50%;
	}

	.cglv__fresh-prod {
		width: 25%;
	}

	.cglv__fresh-prods > .cglv__fresh-prod:nth-child(5) {
		display: none;
		visibility: hidden;
	}
}


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

	.cglv__bench-cta__row:nth-child(even) {
		flex-direction: column;
	}

	.cglv__bench-cta__row:nth-child(odd) {
		flex-direction: column-reverse;
	}

	.cglv__bench-cta__col {
		width: 100%;
		margin: 15px 0;
	}

	.cglv__bench-cta__row {
		padding: 15px 0;
	}

	/*.cat-block--25 {
		width: calc(50% - 18px);
	}*/

	.cglv__panels__copy {
		width: 100%;
		padding: 20px;
	}

	.cglv__panels__panel {
		width: 100%;
		min-height: 250px;
	}

	.cglv__fresh-prod {
		width: 50%;
	}

	.cglv__bglgrey {
		width: 100%;
	}

	.cglv__fresh-prod,
	.cglv__fresh-prods.fourprods .cglv__fresh-prod {
		width: 33.333%;
	}

	.cglv__btn-banner__heading {
		font-size: 30px;
	}

	.cglv__btn-banner__buttons a {
		min-width: 150px;
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		margin: 15px 5px;
	}
}

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

	.section.group.flex {
		padding-left: 0;
		padding-right: 0;
	}		

	.cglv__sidebar {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}

	.cglv__category {
		width: 100%;
	}

	.cat-block--50 {
		width: calc(100% - 18px);
	}

	.cat-block--25 {
		width: calc(50% - 18px);
	}

	.cglv__cat__tabs > ul > li {
		width: 33.333%;
		margin-bottom: 30px;
	}

	.cglv__cat__tabs > ul > li a {
		font-size: 16px;
	}

	.cglv__cat__tabs li [aria-selected="true"],
	.cglv__cat__tabs {
		background-color: #f2f2f2 !important;
	}

	.cglv__cat__tabs section ul {
		padding: 0 30px;
	}

	.cglv__cat__tabs section > div {
		width: 100%;
		padding: 0;
	}

	.cglv__cat__tabs {
		padding-bottom: 15px;
	}

	.cglv__subcats .cglv__cat__carousel-block {
		width: 100%;
	}

	.cglv__cat__tabs section img {
		display: none;
	}

	.cglv__bench-cta__intro-left,
	.cglv__bench-cta__intro-right {
		width: 100%;
		text-align: center;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.cglv__bench-cta__intro {
		margin-bottom: 0;
	}

	.cglv__fresh-prod,
	.cglv__fresh-prods.fourprods .cglv__fresh-prod {
		width: 50%;
	}

	.cglv__header__banner {
		padding: 10px;
		margin: 10px 0;
	}

	.cglv__header__banner h1 {
		font-size: 30px;
	}

	.cglv__header__links {
		margin: 0;
	}

	.cglv__header__links li {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

	.cglv__header__links li a {
		padding: 7px;
	}

	.cglv__top-categories li {
		width: calc(50% - 16px);
		margin-bottom: 30px;
	}

	.cglv__btn-banner {
		padding: 30px 15px;
	}

	.cglv__btn-banner .inner {
		font-size: 16px;
	}

	.cglv__btn-banner__heading {
		font-size: 25px;
	}

	.cglv__btn-banner__logo {
		max-width: 75%;
	}

	.cglv__btn-banner__buttons {
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.cglv__btn-banner__buttons a {
		min-width: 0;
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
}

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


}