/* @override 
	http://www.toys.dv/shop-by-age/frontend/themes/toys/css/categories.css
	http://www.toys.dv/best-sellers/frontend/themes/toys/css/categories.css
	http://www.toys.dv/best-sellers/page-1/frontend/themes/toys/css/categories.css
	http://www.toys.dv/best-sellers/page-2/frontend/themes/toys/css/categories.css
	http://www.toys.dv/categories/pretend-and-play/frontend/themes/toys/css/categories.css
	http://www.toys.dv/categories/building-and-construction-toys/frontend/themes/toys/css/categories.css
	http://www.toys.dv/frontend/themes/toys/css/categories.css
	https://beta.jrtoycanada.ca/frontend/themes/toys/css/categories.css?*
	https://beta.jrtoycanada.ca/frontend/themes/toys_new/css/categories.css?* */


#categories.ow.toggle-open .filter-wrap {
	float: left;
	width: 20%;
	padding: 10px;
	margin: 15px 0 0 0;
}

#categories .filter-wrap .feature {
	margin: 0 0 20px 0;
}

/* SORTING */

div#categories.ow.toggle-open div.iw div.filter-bar div.sort-count {
	font-size: 12px;
	color: #777;
	margin: 0 0 10px 0;
}

/* FILTERS */

div#categories.ow.toggle-open .filter-wrap h4 {
	margin: 0 0 10px 0;
	color: #125ead;
}
div#categories.ow.toggle-open .filter-wrap h5 {
	margin: 0 0 10px 0;
	color: #125ead;
}

div#categories.ow.toggle-open .filter-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#categories.ow.toggle-open .filter-wrap ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	display: none;
}

div#categories.ow.toggle-open .filter-wrap ul li.show {
	display: block;
}

div#categories ul.show-all-filters li {
	display: block!important;
}


div#categories.ow.toggle-open ul li.show.toggle-hidden-filters {
	border: none;
	background-color: #fff;
	font-size: 13px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0 0 5px;
	line-height: 16px;
	color: #333;
}
div#categories.ow.toggle-open ul li.show.toggle-hidden-filters span.less, div#categories ul.show-all-filters li span.more  {
	display: none;
}

div#categories ul.show-all-filters li span.less {
	display: block!important;
}

div#categories.ow.toggle-open .filter-wrap li a {
	border: none;
	background-color: #fff;
	font-size: 13px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0 0 5px;
	line-height: 16px;
	color: #333;
}


div#categories.ow.toggle-open .filter-wrap li a:active {
	color: #125ead;
}

div#categories.ow.toggle-open .filter-wrap li a:before {
	content: '';
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	position: absolute;
	border: 1px solid #125ead;
	border-radius: 3px;
}

div#categories.ow.toggle-open .filter-wrap li:hover a:before {
	background-color: #70bf44!important;
}


div#categories.ow.toggle-open .filter-wrap li.active-feature a:before {
	background-color: #125ead;
}

div#categories.ow.toggle-open .filter-wrap li.active-feature a {
	font-weight: bold;
}

div#categories.ow div.iw div.new-filter-bar div.class-toggle {
	border: 1px solid #2A5DD6;
}

div#categories.ow div.iw div.new-filter-bar div.class-toggle:hover {
	background: #4F9AE5;
	border: 1px solid #4F9AE5;
}

div#categories.ow div.iw div.new-filter-bar div.class-toggle:hover span {
	color: #fff;
}

div#categories.ow div.iw div.new-filter-bar div.class-toggle span {
	color: #2A5DD6;
	font-weight: 500;
	padding: 0 10px;
}

div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show {
	background: #2A5DD6;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show span {
	color: #fff;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul {
	box-shadow: 0px 3px 4px #ccc;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul li {
	background: #fff;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul li:hover {
	background: #4F9AE5;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul li a {
	padding: 5px 10px;
	font-size: 14px;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul li.active a {
	font-weight: 700;
	color: #193E95;
}
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul li:hover a  {
	background: #fff;
	font-weight: 700;
	color: #4F9AE5;
}

div#categories.ow div.iw div.new-filter-bar div.class-toggle span i.icon-down-circle,
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul li a i.icon-ok-1,
div#categories.ow div.iw div.new-filter-bar div.class-toggle.active.show ul i.icon-no-check {
	display: none;
}

/* PAGINATION */

ul.pagination-list {
	list-style: none;
	margin: 20px 0 100px 0;
	float: right;
	text-align: center;
	padding: 0;
	border-top: 1px dashed #ccc;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

ul.pagination-list li {
	display: inline-block;
}
ul.pagination-list li a, ul.pagination-list li span {
	display: block;
	text-align: center;
	padding: 10px 12px;
	margin: 2px;
	text-decoration: none;
	background-color: #125ead;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
}
ul.pagination-list li span {
	background-color: #333;
	box-shadow:inset 0px 0px 2px #444;
	color: #f9f9f9;
}

ul.pagination-list.hide {
	display: none!important;
}

.category-description {
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
}
.category-description h1  {
	margin: 0 0 10px 0;
}
.category-description p.fine-print, .ow .iw p.fine-print {
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}

/* FEATURE PAGES GRID ITEMS */
#feature-categories .feature-list-wrap .grid-item {
	width: 20%;
	width: calc(33.3% - 10px);
	height: 300px;
	margin: 5px;
	vertical-align: top;
	float: left;
	overflow: hidden;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	transition: 0.2s;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	color: #fff;
	font-size: 14px;
}

#feature-categories .feature-list-wrap .grid-item:hover {
	border: 1px solid #ec088c;
	box-shadow: 0px 1px 2px #ccc;
}

#feature-categories .feature-list-wrap .grid-item:active {
	border: 1px solid #155fac;
	box-shadow: none;
	transition: 0s;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(x6n) {
	width: 50%;
	width: calc(50% - 10px);
	height: 410px;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(4) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(11) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(16) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(22) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}


#feature-categories .feature-list-wrap .grid-item:nth-child(28) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(34) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(40) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(46) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(52) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}

#feature-categories .feature-list-wrap .grid-item:nth-child(58) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(64) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(70) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(76) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(82) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(88) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(94) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(100) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
}
#feature-categories .feature-list-wrap .grid-item:nth-child(106) {
	width: 50%;
	width: calc(66.6% - 10px);
	height: 610px;
	float: right;
}

#feature-categories .feature-list-wrap .grid-item .product-text-wrap {
	position: absolute;
	bottom: 10px;
	padding: 6px 20px;
	width: 90%;
	width: 80%;
	left: 10%;
	background-color: #ec088c;
	/*opacity: 0;*/
	/*border-radius: 40px;*/
	border-radius: 20px;
	transition: 0.2s;
}

#feature-categories .feature-list-wrap .grid-item .product-text-wrap .price {
	margin: 0;
}

#feature-categories .feature-list-wrap .grid-item .product-text-wrap h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 2px 0;
}

#feature-categories .feature-list-wrap .grid-item:hover .product-text-wrap {
	opacity: 1.0;
	bottom: 20px;
	width: 90%;
	left: 5%;
}

/* SUB CATEGOREIS */

.categories-list-wrap {
    font-size: 0; /* Remove whitespace between inline-block elements */
}

.categories-list-wrap * {
    font-size: initial; /* Reset font-size for child elements */
}

.categories-list-wrap ul.subcategories-list {
	list-style: none;
	text-align: left;
	margin: 20px 0;
	padding: 0;
}

.categories-list-wrap ul.subcategories-list li {
	box-sizing: border-box;
	display: inline-block;
	width: 158px;
	margin:2px 13px;
	vertical-align: top;
	text-align: center;
	position: relative;
}

.categories-list-wrap ul.subcategories-list li a {
	padding:8px 5px;
	background-color: #155fac;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.categories-list-wrap ul.subcategories-list li a:hover {
	background-color: #1867bb;
}


/*** EMPTY BRAND CATEGORIES ***/

.ow#category-empty-subcategories p.new-brand-divider-link {
	font-weight: 900;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: -15px;
}
.ow#category-empty-subcategories p.new-brand-divider-link a {
	color: #ec068c;
}

/*** EDUCATORS ***/
.ow.spacewrap {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/educatorspacebg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 70px;
}
#banner.ow.toyboxcontest.inside.educatorsbanner {
	background-position: center center;
}
#banner.waves-bottom.inside.educatorsbanner:after {
	height: 85px;
}
#banner.ow.toyboxcontest.inside.educatorsbanner .iw {
	height: 600px;
}
#banner.ow.toyboxcontest.inside.educatorsbanner img {
	max-width: 80%;
	padding-top: 30px;
}
#banner.ow.toyboxcontest.inside.educatorsbanner .iw ul.category-buttons {
	display: block;
	width: 80%;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	list-style-type: none;
	padding-bottom: 20px;
	padding-top: 20px;
}
#banner.ow.toyboxcontest.inside.educatorsbanner .iw ul.category-buttons li {
	list-style: none;
	list-style-type: none;
	width: 29%;
	display: block;
	float: left;
	margin: 2%;
}
#banner.ow.toyboxcontest.inside.educatorsbanner .iw ul.category-buttons li a {
	background: #0a5fad;
	color: #fff;
	text-decoration: none;
	padding: 4% 2%;
	width: 100%;
	display: block;
	font-weight: 600;
}
.ow .iw.featured-educator-item {
	margin-top: 30px;
}
.ow .iw.featured-educator-item .image-block, .ow .iw.featured-educator-item .text-block {
	width: 46%;
	display: block;
	float: left;
	text-align: center;
	padding: 2%;
}
.ow .iw.featured-educator-item .image-block img {
	display: block;
	margin-top: 65px;
}
.ow .iw.featured-educator-item .text-block p, .ow .iw.featured-educator-item .text-block h2 {
	display: block;
}
.ow .iw.featured-educator-item .text-block p.newbadge {
	font-weight: 900;
	color: #0a5fad;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0;
}
.ow .iw.featured-educator-item h2 {
	font-weight: 900;
	color: #6b3b9b;
	text-align: center;
	text-transform: capitalize;
	font-size: 1.8em;
	margin-top: 0px;
}
.ow .iw.featured-educator-item .text-block p.original-price-badge {
	font-weight: 500;
	color: #0f3b64;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	text-decoration: line-through;
	margin: 0;
	padding: 0;
}
.ow .iw.featured-educator-item .text-block p.sale-price-badge {
	font-weight: 900;
	color: #0a5fad;
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 1px;
	margin-top: 0px;
}
.ow .iw.featured-educator-item .text-block p {
	padding: 2% 2% 1% 4%;
}
.ow .iw.featured-educator-item a.buynowbtn {
	text-align: center;
	display: block;
	width: 38%;
	margin: 0 auto;
	padding: 1% 2%;
	text-decoration: none;
	color: #fff;
	background: #0a5fad;
	border-radius: 6px;
	border-radius: 8px;
    margin-top: 12px;
    font-size: 22px;
    font-weight: 900;
}
#product-block.ow.educators {
	padding: 60px 0 100px 0;
}
#product-block.ow .iw.featured-educator-item h2 {
	margin-bottom: 25px;
	color: #0a5fad !important;
}
.ow.educators-learning-wrap {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f9f9f9;
}
.ow.educators-learning-wrap .iw {
	padding-top: 40px;
	padding-bottom: 90px;
}
.ow.educators-learning-wrap.whitetext p, .ow.educators-learning-wrap.whitetext h2, .ow.educators-learning-wrap .iw.educators h2.block-title {
	color: #fff !important;
}

/*** NEW BOOKS PAGE 2020 ***/

.ow .iw.books .value-container {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.ow .iw.books .value-container ul, .ow .iw.books .value-container ul li {
	list-style: none;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.ow .iw.books .value-container ul li {
	display: block;
	width: 20%;
	float: left;
}

@media (max-width: 767px) {
	.ow .iw.books .value-container ul li {
		display: block;
		width: 46%;
		float: left;
		margin: 2%;
	}
	.ow .iw.books .value-container ul li:nth-of-type(5) {
		width: 46%;
		margin: 0 auto;
		float: none;
		clear: both;
		text-align: center;
	}
}

.ow .iw.books .value-container ul li img {
	max-width: 75%;
	height: auto;
	display: block;
	clear: both;
	margin: 0 auto;
}
.ow .iw.books .value-container ul li p strong {
	text-align: center;
	font-size: 13px;
}

.ow.bubbles-top-grey .col {
	display: block;
	float: left;
	text-align: center;
	min-height: 200px;
	line-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: relative;
}
.ow.bubbles-top-grey .col img {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: inherit;
	transition: all .5s ease-in-out;
}
.ow.bubbles-top-grey .col:hover img {
	width: 110%;
	cursor: pointer;
	left: -5%;
	top: -5%;
}

/*.ow.bubbles-top-grey .col:hover img, .ow.bubbles-top-grey .col img:hover, .ow.bubbles-top-grey .col:hover > img, .ow.bubbles-top-grey .col a:hover > img {
	width: 120%;
	cursor: pointer;
}*/
.ow.bubbles-top-grey .col.three {
	width: 31%;
	margin: 1%;
}
.ow.bubbles-top-grey .col h3 {
	font-size: 1.8em;
	font-weight: 900;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	/*top: 100px;*/
	left: 0;
	right: 0;
}
.ow.bubbles-top-grey .col a {
	text-decoration: none;
	border: 0;
	color: #fff !important;
}

/* SHIP WITH US */

.ow.ribbon .iw {
	width: 100%;
	text-align: center;
}
.ow.ribbon div.item {
	display: inline-block;
	float: none;
	width: 200px;
	min-width: 20%;
	max-width: 40%;
	margin: 10px 0;	
	vertical-align: top;
}

.ow.grey .iw .item.four.jrpromise {
/*	width: 23%;
	margin: 1%;
	float: left;
	display: block;
	padding: 0%;
	margin-top: 4%;
	margin-bottom: 0%;*/
}
.ow.grey .iw .item.four.jrpromise img {
	display: block;
	width: 30%;
	max-width: 30%;
	float: left;
	text-align: center;
}
.ow.grey .iw .item.four.jrpromise p {
	display: block;
	width: 65%;
	padding: 3% 2.5%;
	float: left;
	text-align: left;
	font-weight: 900;
	font-size: 18px;
}
.iw.educators.leftalign h2, .iw.educators.leftalign h3 {
	text-align: left;
}
.ow.educatorblock {
	padding: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ow.educatorblock .iw img.discount-text {
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none;
	max-width: 80%;
	transition: all 0.4s ease-in-out;
}
.ow.educatorblock .iw img.discount-text:hover {
	transform: scale(1.04);
	cursor: pointer;
}
.ow .iw.educators h2 {
	color: #f16623 !important;
}
.ow .iw.educators h3 {
	color: #414f5d !important;
}
.ow.educators h2 {
	color: #f16623 !important;
}
.ow .iw.educators .item.onewide {
	display: block;
    width: 31%;
    margin: 1%;
    text-align: center;
    padding: 0;
    margin-bottom: 6%;
	min-height: inherit;
}
.ow .iw.educators .item.onewide img {
	display: block;
	width: 30%;
	max-width: 30%;
	float: left;
	text-align: center;
}
.ow .iw.educators .item.onewide p {
	display: block;
    width: 54%;
    padding: 6% 7% 2% 7%;
    float: left;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
}
body.discountpopupactive .contact-wrap-quote.discountpopup .mobiletext {
	display: none;
}

/*** PLAYMOBIL CATEGORY LANDING PAGE ***/

.scroller-wrap .scroller.playmobil {
	padding: 30px 0;
	margin: 0 auto -120px;
}

@media (max-width: 960px) {
	.scroller-wrap .scroller.playmobil {
		padding: 30px 0;
		margin: 0 auto -60px;
	}
}

/*** CORE VALUE BOOKS ***/

.ow .iw .bts-title-wrap.core-value-books {
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.scroller-wrap.core-value-books ul li.show-all {
	display: none;
}

/*** ADULT PAINTS CATEGORY LANDING PAGE ***/

.scroller-wrap.adult-paints .arrow.arrow-left, .scroller-wrap.adult-paints .arrow.arrow-right {
	display: none;
}
.scroller-wrap.adult-paints ul {
	display: none;
}

.scroller-wrap.adult-paints.minigames .arrow.arrow-left, .scroller-wrap.adult-paints.minigames .arrow.arrow-right {
	display: initial;
}
.scroller-wra.adult-paints.minigames ul {
	display: initial;
}

@media (max-width: 960px) {
	.scroller-wrap.adult-paints .arrow.arrow-left, .scroller-wrap.adult-paints .arrow.arrow-right {
		display: initial;
	}
	.scroller-wrap.adult-paints ul {
		display: initial;
	}
}

/*** GAMES WORKSHOP CATEGORY LANDING PAGE ***/

.scroller-wrap.gamesworkshop .scroller .scroller-items div {
	height: 400px;
}
.scroller-wrap.adult-paints.gamesworkshop .arrow.arrow-left, .scroller-wrap.adult-paints.gamesworkshop .arrow.arrow-right {
	display: initial;
}

/*** NEW PAINTS AND PAINT ACCESSORIES LANDING PAGE ***/
.scroller-wrap.adult-paints.new-paint-main .arrow.arrow-left, .scroller-wrap.adult-paints.new-paint-main .arrow.arrow-right {
	display: initial;
}
.scroller-wra.adult-paints.new-paint-main ul {
	display: initial;
}



/*** EDUCATORS - NEW PAGE TEMPLATES ***/
.ow.white.waves-bottom.educators {
	animation: none !important;
	-webkit-animation: none !important;
	padding: 20px 0 110px 0 !important;
}
#banner.waves-bottom.educators:after {
	height: 85px;
}
.ow.white.waves-bottom.educators .topcontent {
	display: block;
}
.ow.white.waves-bottom.educators .topcontent.mobile {
	display: none;
}
.ow.white.waves-bottom.educators .topcontent img {
	max-width: 60%;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 2.5%;
	float: none;
	clear: both;
	padding-bottom: 70px;
}
.ow .iw.educator-content {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.ow .iw.educator-content h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #0b5fdf;
	font-weight: 600;
}
.ow .iw.educator-content h2, .ow .iw.educator-content p strong {
	font-size: 1em;
	padding: 0 0 15px 0;
	color: #0b5fdf;
	font-weight: 500;
}
.ow .iw.educator-content p {
	padding: 0 0 15px 0;
	font-size: 13px;
}
.ow .iw.educator-content p strong {
	font-size: 1.4em;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1em;
}
.ow.featured-products {
	width: 100%;
	padding: 30px 0;
	background-color: #0b5fdf;
	margin: 0;
	clear: both;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ow.featured-products h2 {
	text-align: center;
	color: white;
}
.ow.featured-products p.fineprint {
	text-align: center;
	color: white;
	font-weight: 11px;
}
.ow.featured-products ul, .ow.featured-products ul li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ow.featured-products ul {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
} 
.ow.featured-products ul li {
	display: block;
	float: left;
	width: 23%;
	margin: 1%;
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
	background: rgba(3, 67, 168, .6);
	position: relative;
}
.ow.featured-products ul li .badge {
	display: block;
	width: 90px;
	height: 90px;
	background: white;
	color: #0b5fdf;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	font-size: 21px;
	font-weight: 900;
}
.ow.featured-products ul li .badge span {
	font-size: 11px;
	display: block;
	width: 100%;
	font-weight: 500;
	clear: both;
	padding-top: 25px;
}
.ow.featured-products ul li img {
	max-width: 94%;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	transition: all 0.3s ease-in-out;
}
.ow.featured-products ul li img:hover {
	opacity: 0.7;
}
.ow.featured-products ul li h3 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 1.75em;
	font-weight: 900;
	margin-top: -15px;
	min-height: 85px;
}
.ow.featured-products ul li .feature-badge {
	display: block;
	border-radius: 8px;
	float: left;
	width: 46%;
	margin: 1%;
	margin-bottom: 2.5%;
	padding: 1%;
	text-align: center;
	color: #333333;
	font-size: 12.5px;
}
.ow.featured-products ul li .feature-badge.blue {
	background-color: #5de3fe;
}
.ow.featured-products ul li .feature-badge.green {
	background-color: #51e0a5;
}
.ow.featured-products ul li .feature-badge.orange {
	background-color: #ff6b2d;
}
.ow.featured-products ul li .feature-badge.yellow {
	background-color: #ffdd00;
}
.ow.featured-products ul li a.button {
	margin-top: 5px;
}
.ow .iw.educator-products h4.centertext {
	text-align: center;
	color: #0b5fdf;
	font-size: 1.6em;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ow .iw.educator-products ul.pagination-list {
	margin: 20px 0;
}
.ow .educator-bottom-wrapper {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}

/*** TEMP HIDE ***/
.ow .educator-bottom-wrapper {
	display: none !important;
}

.ow .educator-bottom-wrapper .school-covered, .ow .educator-bottom-wrapper .feature-blog {
	display: block;
	float: left;
	width: 48%;
	box-sizing: border-box;
	padding: 1%;
	margin: 1%;
	min-height: 480px;
	background: #333;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.ow .educator-bottom-wrapper .school-covered {
	background-color: #f6e5fd;
}
.ow .educator-bottom-wrapper .school-covered h5 {
	font-size: 1.8em;
	text-align: center;
	display: block;
	clear: both;
	padding: 0;
	font-weight: 500;
	display: block;
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
}
.ow .educator-bottom-wrapper .school-covered img {
	display: block;
	max-width: 350px;
	text-align: center;
	margin: 0 auto;
	margin-top: -45px;
}
.ow .educator-bottom-wrapper .school-covered p.product-name {
	font-size: 2.2em;
	font-weight: 900;
	text-align: center;
	padding: 0 0 20px 0;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: -25px;
	clear: both;
}

.ow .educator-bottom-wrapper .school-covered.generic h5, .ow .educator-bottom-wrapper .school-covered.generic h6 {
	font-size: 3.4em;
	text-align: center;
	display: block;
	clear: both;
	padding: 0;
	font-weight: 700;
	display: block;
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
	color: #fff !important;
}

.ow .educator-bottom-wrapper .feature-blog h5 {
	font-size: 1.8em;
	text-align: center;
	display: block;
	clear: both;
	padding: 20px 0;
	font-weight: 900;
}
.ow .educator-bottom-wrapper .feature-blog h6 {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 3.4em;
	font-weight: 900;
	padding: 30px 0 60px 0;
}

@media (max-width: 1000px) {
	.ow.featured-products ul li {
		width: 46%;
		margin: 1.75%;
	}
	
	.ow .educator-bottom-wrapper .school-covered, .ow .educator-bottom-wrapper .feature-blog {
		width: 90%;
		margin: 0 auto;
		float: none;
		clear: both;
		margin-bottom: 4%;
	}
	
	.ow .educator-bottom-wrapper .school-covered img {
		max-width: 100%;
	}
	
}

@media (max-width: 767px) {
	.ow.white.waves-bottom.educators .topcontent img {
		max-width: 80%;
		margin-top: 0;
		padding-bottom: 9.5%;
	}
	.ow.white.waves-bottom.educators .topcontent {
		display: none;
	}
	.ow.white.waves-bottom.educators .topcontent.mobile {
		display: block;
	}
	.ow.featured-products ul li {
		width: 84%;
		margin: 30px auto;
		float: none;
		clear: both;
		padding-bottom: 15px;
	}
	.ow.featured-products ul li h3 {
		min-height: initial;
		margin-bottom: 10px;
	}
	.ow .educator-bottom-wrapper .school-covered, .ow .educator-bottom-wrapper .feature-blog {
		width: 96%;
		margin: 0 auto;
		float: none;
		clear: both;
		margin-bottom: 4%;
		min-height: initial;
	}
	.ow .educator-bottom-wrapper .school-covered p.product-name {
		font-size: 2em;
	}
	.ow .educator-bottom-wrapper .feature-blog h6 {
		width: 90%;
		font-size: 3em;
		padding: 30px 0;
	}
	.ow .educator-bottom-wrapper .school-covered.generic h5, .ow .educator-bottom-wrapper .school-covered.generic h6 {
		font-size: 2em;
	}
	.ow .educator-bottom-wrapper .school-covered a.button.pink, .ow .educator-bottom-wrapper .feature-blog a.button.pink {
		margin-bottom: 5%;
	}
}

/*** EDUCATORS - CODING PAGE ***/
#banner.waves-bottom.educators.coding {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/coding-banner-two.png');
}
.ow.featured-products.coding {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/featured-robot-bg.png');
}
.ow .educator-bottom-wrapper .school-covered.coding {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/school-coding-bg2.png');
}
.ow .educator-bottom-wrapper .school-covered.coding h3 {
	color: #b254d9;
}
.ow .educator-bottom-wrapper .school-covered.generic {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/school-generic-bg2.png');
}
.ow .educator-bottom-wrapper .feature-blog.coding {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/coding-blog-bg2.png');
}
.ow .educator-bottom-wrapper .school-covered.coding h5, .ow .educator-bottom-wrapper .school-covered.coding p.product-name {
	color: #b254d9 !important;
}
.ow .educator-bottom-wrapper .feature-blog.coding h5, .ow .educator-bottom-wrapper .feature-blog.coding h6 {
	color: #fff !important;
}

/*** EDUCATORS - SCIENCE PAGE ***/
#banner.waves-bottom.educators.science {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/science-banner.png');
}
.ow .iw.educator-content.science h1, .ow .iw.educator-products.science h4.centertext {
	color: #bf1276;
}
.ow.featured-products.science {
	background-color: #bf1276;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/featured-science-bg.png');
}
.ow.featured-products.science ul li {
	background: rgba(146, 4, 86, .75);
}
.ow .educator-bottom-wrapper .feature-blog.science {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/jr-education-scienceblog.png');
}
.ow .educator-bottom-wrapper .school-covered.science h5, .ow .educator-bottom-wrapper .school-covered.science p.product-name {
	color: #b254d9 !important;
}
.ow .educator-bottom-wrapper .feature-blog.science h5, .ow .educator-bottom-wrapper .feature-blog.science h6 {
	color: #fff !important;
}

/*** EDUCATORS - MATH PAGE ***/
#banner.waves-bottom.educators.math {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/math-banner2.png');
}
.ow .iw.educator-content.math h1, .ow .iw.educator-products.math h4.centertext {
	color: #16a96c;
}
.ow.featured-products.math {
	background-color: #16a96c;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/featured-math-bg.png');
}
.ow.featured-products.math ul li {
	background: rgba(14, 140, 88, .75);
}
.ow .educator-bottom-wrapper .feature-blog.math {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/jr-education-mathblog.png');
}
.ow .educator-bottom-wrapper .school-covered.math h5, .ow .educator-bottom-wrapper .school-covered.math p.product-name {
	color: #16a96c !important;
}
.ow .educator-bottom-wrapper .feature-blog.math h5, .ow .educator-bottom-wrapper .feature-blog.math h6 {
	color: #fff !important;
}

/*** EDUCATORS - LITERACY PAGE ***/
#banner.waves-bottom.educators.literacy {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/literacy-art-banner2.png');
}
.ow .iw.educator-content.literacy h1, .ow .iw.educator-products.literacy h4.centertext {
	color: #16a96c;
}
.ow.featured-products.literacy {
	background-color: #16a96c;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/featured-literacy-bg.png');
}
.ow.featured-products.literacy ul li {
	background: rgba(14, 140, 88, .75);
}
.ow .educator-bottom-wrapper .feature-blog.literacy {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/jr-education-literacyblog.png');
}
.ow .educator-bottom-wrapper .school-covered.literacy h5, .ow .educator-bottom-wrapper .school-covered.literacy p.product-name {
	color: #16a96c !important;
}
.ow .educator-bottom-wrapper .feature-blog.literacy h5, .ow .educator-bottom-wrapper .feature-blog.literacy h6 {
	color: #fff !important;
}

/*** EDUCATORS - EARLY LEARNING PAGE ***/
#banner.waves-bottom.educators.earlylearning {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/early-learning-banner2.png');
}
.ow .iw.educator-content.earlylearning h1, .ow .iw.educator-products.earlylearning h4.centertext {
	color: #bf1276;
}
.ow.featured-products.earlylearning {
	background-color: #bf1276;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/featured-earlylearning-bg.png');
}
.ow.featured-products.earlylearning ul li {
	background: rgba(147, 7, 88, .75);
}
.ow .educator-bottom-wrapper .feature-blog.earlylearning {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/feature-items/jr-education-earlylearningblog.png');
}
.ow .educator-bottom-wrapper .school-covered.earlylearning h5, .ow .educator-bottom-wrapper .school-covered.earlylearning p.product-name {
	color: #bf1276 !important;
}
.ow .educator-bottom-wrapper .feature-blog.earlylearning h5, .ow .educator-bottom-wrapper .feature-blog.earlylearning h6 {
	color: #fff !important;
}

/*** EDUCATORS - AT HOME LEARNING PAGE ***/
#banner.waves-bottom.educators.athomelearning {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/educators/landings/at-home-learning-banner.png');
}


/*** JR BABY - LANDING PAGE ***/

/*** MAIN PAGE STYLES ***/

div#banner.ow.white.waves-bottom.jr-baby-banner {
	background-color: #63879f;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/jr-baby-main-bannerbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0 70px 0;
	animation: none !important;
	background-position: center center;
}
div#banner.ow.white.jr-baby-banner.twofour {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/jr-baby-main-bannerbg-2024.png');
}
div#banner.ow.white.waves-bottom.jr-baby-banner img {
	max-width: 40%;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 0;
	float: none;
	clear: both;
	padding: 90px 0 120px 0;
}
div#banner.ow.white.jr-baby-banner.twofour img {
	max-width: 33%;
	padding: 0;
}
@media (max-width: 960px) {
	div#banner.ow.white.waves-bottom.jr-baby-banner img {
		max-width: 92%;
		padding: 60px 0 80px 0;
	}
	
	div#banner.ow.white.jr-baby-banner.twofour img {
		max-width: 87.5%;
		padding: 0;
	}
	
}

div#banner.ow.jr-baby-banner {
	background-color: #63879f;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/jr-baby-main-bannerbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 10px 0 70px 0;*/
	padding: 20px 0;
	animation: none !important;
	background-position: center center;
}
div#banner.ow.jr-baby-banner img {
	max-width: 40%;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 0;
	float: none;
	clear: both;
	padding: 90px 0 120px 0;
}
@media (max-width: 960px) {
	div#banner.ow.jr-baby-banner img {
		max-width: 92%;
		padding: 60px 0 80px 0;
	}
}

.temphideelement {
	display: none !important;
}


.ow.grey.jrbabyfeatures {
	background: #fff4de;
}
.ow.grey.jrbabyfeatures .item.four p {
	font-weight: 500;
}

.ow.educators-twenty-one.jr-baby-main {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/jr-baby-bg-main.png');
	background-position: top left;
	background-repeat: repeat;
}
.ow.educators-twenty-one.jr-baby-main .educator-subject-links ul li {
	width: 31%;
}

@media (max-width: 1100px) {
	.ow.educators-twenty-one.jr-baby-main .educator-subject-links ul li {
		width: 48%;
	}
}

.ow.educators-twenty-one.jr-baby-main .educator-subject-links ul li .text-wrapper {
	background-color: #a27eff;
}

.ow.educators-twenty-one.jr-baby-main h2.grey-title, .ow.jr-baby-secondary h2.grey-title {
	font-weight: 900;
	text-align: center;
	color: #34414d;
	padding: 20px 0;
}

.ow.jr-baby-secondary .scroller-wrap.baby-products .scroller-items {
	white-space: initial;
}
.ow.jr-baby-secondary .scroller-wrap.baby-products .scroller-items h3 {
	font-size: 14px;
	padding: 0 5px;
}
.ow.jr-baby-secondary .scroller-wrap.baby-products .scroller-items p.price.regular-price {
	display: block;
	margin-top: 5px;
	font-size: 13px;
}
.ow.jr-baby-secondary .scroller-wrap.baby-products.active .scroller .scroller-items div {
	margin: 0 0 50px;
}

.ow.jr-baby-secondary .iw .educator-logo, .ow.jr-baby-secondary .iw .education-info {
	padding: 40px 0;
}

@media (max-width: 960px) {
	.ow.jr-baby-secondary .iw .educator-logo, .ow.jr-baby-secondary .iw .education-info {
		padding: 10px 0;
	}
	.ow.jr-baby-secondary .iw .education-info {
		padding-bottom: 30px;
	}

}

.ow.bubbles-top.pink-bubs .iw h3.block-title {
	padding-top: 50px;
}

.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul, .ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li {
	list-style: none;
	list-style-type: none;
}
.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 3%;
}
.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li a, .ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li a h4 {
	color: #34414d;
	text-decoration: none;
}
.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li a:hover > h4 {
	text-decoration: underline;
}
.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li .image-wrapper {
	border-radius: 50%;
	background: #e6f6fc;	
	max-width: 80%;
	margin: 0 auto;
}
.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li img.rounded {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 62%;
	padding: 18%;
	margin-bottom: 4%;
}

@media (max-width: 1024px) {
	.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li {
		width: 50%;
	}
}

.ow.grey.jr-baby-feature-items h2.grey-title {
	font-weight: 900;
	text-align: center;
	color: #34414d;
	padding: 20px 0;
}

.ow.educators-twenty-one.jr-baby-secondary .iw .educator-logo.push-left {
	 float: left;
	 margin-left: 5%;
	 margin-right: 5%;
}
.ow.educators-twenty-one.jr-baby-secondary .iw .education-info.jr-baby-twofour {
	padding-top: 50px;
	line-height: 30px;
}
.ow.educators-twenty-one.jr-baby-secondary a.button.purple.baby-align-center {
	margin: 0 auto;
	text-align: center;
	background: #e20a89;
	display: block;
	width: auto;
	max-width: 200px;
	font-weight: 900;
	text-transform: uppercase;
	border-color: #e20a89;
}

@media (max-width: 960px) {
	.ow.educators-twenty-one.jr-baby-secondary .iw .educator-logo.push-left {
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.ow.educators-twenty-one.jr-baby-secondary .iw .education-info.jr-baby-twofour {
		padding: 20px 0;
		line-height: 26px;
		width: 100%;
	}
}

/*** JR BABY CONTACT AND BLOG BOXES ***/

.ow.jr-baby-bottom-contacts .iw {
	max-width: 1224px;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom {
	display: block;
	width: 46%;
	float: left;
	text-align: left;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom.left {
	background: #fff4de;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom.right {
	background: #edf9fe;
	float: right;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom .content-area {
	display: block;
	width: 45%;
	padding-left: 10%;
	padding-right: 5%;
	padding-top: 5%;
	text-align: left;
	float: left;
}

.ow.jr-baby-bottom-contacts .jr-baby-bottom .content-area h3, .ow.jr-baby-bottom-contacts .jr-baby-bottom .content-area p {
	font-size: 500;
	padding-bottom: 10px;
	color: #3f5060;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom .image-area {
	display: block;
	width: 45%;
	text-align: center;
	float: right;
	height: 100%;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom .image-area img {
	margin-bottom: -1%;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom a.button {
	background: #e20a89;
	font-weight: 600;
	border-color: #e20a89;
	transition: all 0.3s ease-in-out;
}
.ow.jr-baby-bottom-contacts .jr-baby-bottom a.button:hover {
	opacity: 0.8;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.ow.jr-baby-bottom-contacts .jr-baby-bottom {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 3%;
	}
	.ow.jr-baby-bottom-contacts .jr-baby-bottom .content-area {
		width: 55%;
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (max-width: 767px) {
	.ow.jr-baby-bottom-contacts .jr-baby-bottom .content-area, .ow.jr-baby-bottom-contacts .jr-baby-bottom .image-area {
		width: 100%;
		clear: both;
		float: none;
	}
	.ow.jr-baby-bottom-contacts .jr-baby-bottom .content-area {
		padding-bottom: 4%;
	}
}

.ow.adult-toy-brand-wrapper h3.block-title {
	font-weight: 900;
	text-align: center;
	color: #34414d;
	padding: 20px 0;
}
.ow.adult-toy-brand-wrapper ul.jr-baby-feature-brand-list, .ow.adult-toy-brand-wrapper ul.jr-baby-feature-brand-list li {
	list-style: none;
	list-style-type: none;
}
.ow.adult-toy-brand-wrapper ul.jr-baby-feature-brand-list li {
	display: block;
	width: 20%;
	float: left;
	margin: 1% 2.5%;
	vertical-align: middle;
}

@media (max-width: 960px) {
	.ow.adult-toy-brand-wrapper ul.jr-baby-feature-brand-list, .ow.adult-toy-brand-wrapper ul.jr-baby-feature-brand-list li {
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px;
	}
	.ow.adult-toy-brand-wrapper ul.jr-baby-feature-brand-list li {
		width: 44%;
		margin: 1% 3%;
	}
}

/*** JR BABY - BABY BJORN FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrbabybjornbanner {
	background-color: #e9e6dd !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/one/bb-desktop.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrbabybjornbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrbabybjornbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrbabybjornbanner img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrbabybjornbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrbabybjornbanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrbabybjornbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/one/bb-mobile.png');
	}
	#banner.ow.white.jrbabybjornbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrbabybjornbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrbabybjornbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrbabybjornbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrbabybjornbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR BABY - EVENFLO FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrEvenfloBanner {
	background-color: #acae80 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/evenflo/V01-24-JR-Evenflo-Banner-desktop.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrEvenfloBanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrEvenfloBanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrEvenfloBanner img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrEvenfloBanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrEvenfloBanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrEvenfloBanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/evenflo/V01-24-JR-Evenflo-Mobile-Banner.png');
	}
	#banner.ow.white.jrEvenfloBanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrEvenfloBanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrEvenfloBanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrEvenfloBanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrEvenfloBanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR BABY - SKIP-HOP FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrSkiphopbanner {
	background-color: #ded9d9 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/skiphop/Skiphop-Desktop-Banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrSkiphopbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrSkiphopbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrSkiphopbanner img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrSkiphopbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrSkiphopbanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrSkiphopbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/skiphop/Skiphop-Mobile-Banner.png');
	}
	#banner.ow.white.jrSkiphopbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrSkiphopbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrSkiphopbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrSkiphopbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrSkiphopbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR BABY - MAXI-COSI FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrmaxicosibannertwentyfour {
	background-color: #98bdc4 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/maxicosi/maxi-cosi-desktop-banner-img.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrmaxicosibannertwentyfour .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrmaxicosibannertwentyfour .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrmaxicosibannertwentyfour img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrmaxicosibannertwentyfour {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrmaxicosibannertwentyfour img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrmaxicosibannertwentyfour {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/maxicosi/maxi-cosi-mobile-banner-img.png');
	}
	#banner.ow.white.jrmaxicosibannertwentyfour .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrmaxicosibannertwentyfour .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrmaxicosibannertwentyfour .topcontent.mobile img.title.mobile, #banner.ow.white.jrmaxicosibannertwentyfour .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrmaxicosibannertwentyfour .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR BABY - VEER FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrveerbanner {
	background-color: #bab7c8!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/veer//Veer-Desktop-Banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrveerbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrveerbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrveerbanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 40%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrveerbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrveerbanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrveerbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/veer//Veer-Mobile-Banner.png');
	}
	#banner.ow.white.jrveerbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrveerbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrveerbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrveerbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 70%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 70%;
	}
	#banner.ow.white.jrveerbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** JR BABY - WONDERFOLD FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrwonderfoldbanner {
	background-color: #b9d2e0!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/wonderfold/Wonderfold-Desktop-Banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrwonderfoldbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrwonderfoldbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrwonderfoldbanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 40%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrwonderfoldbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrwonderfoldbanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrwonderfoldbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/wonderfold/Wonderfold-Mobile-Banner.png');
	}
	#banner.ow.white.jrwonderfoldbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrwonderfoldbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrwonderfoldbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrwonderfoldbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 70%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 70%;
	}
	#banner.ow.white.jrwonderfoldbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}

/*** JR BABY - CYBEX FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrcybexbanner {
	background-color: #e0bc9e !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/cybex/V01-24-JR-Cybex-Banner-desktop.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrcybexbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrcybexbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrcybexbanner img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrcybexbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrcybexbanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrcybexbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/cybex/V01-24-JR-Cybex-Mobile-Banner.png');
	}
	#banner.ow.white.jrcybexbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrcybexbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrcybexbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrcybexbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrcybexbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR BABY - KYTE-BABY FEATURE CATEGORY BANNER ***/
#banner.ow.white.JRKyteBabyBanner {
	background-color: #bcd6cb !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/kytebaby/kyte-baby-desktop-banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.JRKyteBabyBanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.JRKyteBabyBanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.JRKyteBabyBanner img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.JRKyteBabyBanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.JRKyteBabyBanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.JRKyteBabyBanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/kytebaby/kyte-baby-mobile-banner.png');
	}
	#banner.ow.white.JRKyteBabyBanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.JRKyteBabyBanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.JRKyteBabyBanner .topcontent.mobile img.title.mobile, #banner.ow.white.JRKyteBabyBanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.JRKyteBabyBanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR BABY - MEDELA FEATURE CATEGORY BANNER ***/
#banner.ow.white.jrmedelabanner {
	background-color: #e9e2d8 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/medela/medela-desktop-banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrmedelabanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrmedelabanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrmedelabanner img.title.desktop {
	display: block;
	width: auto;
	max-width: 35%;
	padding-left: 110px;
	padding-top: 60px;
	padding-bottom: 50px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrmedelabanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrmedelabanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrmedelabanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/cat-banners/medela/medela-mobile-banner.png');
	}
	#banner.ow.white.jrmedelabanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrmedelabanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrmedelabanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrmedelabanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 70%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrmedelabanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}

/*** JR BABY SUBCATEGORY SLIDER STYLES ***/

.scroller-wrap.adult-paints.baby-subcats.noscroll .arrow.arrow-left, .scroller-wrap.adult-paints.baby-subcats.noscroll .arrow.arrow-right {
	display: none;
}
.scroller-wrap.adult-paints.baby-subcats .scroller {
	padding: 30px 0;
	margin: 0 auto -60px;
}
.scroller-wrap.adult-paints.baby-subcats .scroller p {
	font-weight: 900;
}
.scroller-wrap.adult-paints.baby-subcats ul li.show-all {
	display: none;
}

.scroller-wrap.adult-paints.baby-subcats.noscroll div a p {
	font-size: 12px;
}

@media (max-width: 960px) {
	.scroller-wrap.adult-paints.baby-subcats.noscroll .arrow.arrow-left, .scroller-wrap.adult-paints.baby-subcats.noscroll .arrow.arrow-right {
		display: initial;
	}
	.scroller-wrap.adult-paints.baby-subcats .scroller {
		margin: 0 auto 70px auto;
	}
}

/*** JR STROLLERS LANDING PAGE ***/

.jrbaby.strollers#banner {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/jrbaby/strollers/strollers-bg-2024.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none;
}
.jrbaby.strollers#banner .iw {
	height: auto;
}
.jrbaby.strollers#banner img.maintitle {
	display: block;
	padding: 90px 0;
	margin: 0 auto;
	text-align: center;
	max-width: 52.5%;
}
.ow.jrbaby.strollers.one {
	background: rgba(72, 178, 176, .1);
}
.ow.jrbaby.strollers.two {
	background: white;
}
.ow.jrbaby.strollers.three {
	background: rgba(218, 199, 255, .1);
}
.ow.jrbaby.strollers.four {
	background: rgba(72, 178, 176, .1);
}
.ow.jrbaby.strollers.four h4, .ow.jrbaby.strollers.three h4 {
	text-align: center;
	font-size: 2.1em;
	padding: 10px 0 20px 0;
	color: #414f5d;
}
.ow.jrbaby.strollers .iw .logo-container {
	display: block;
	width: 40%;
	margin: 15px auto 25px auto;
	text-align: center;
	padding: 10px;
	background: white;
	border-radius: 3px;
	clear: both;
	border: 1px solid #d9d9d9;
}
.ow.jrbaby.strollers .iw .logo-container img {
	display: block;
	width: auto;
	max-height: 45px;
	margin: 0 auto;
	text-align: center;
}
.ow.jrbaby.strollers .iw p.brand-description {
	text-align: center;
}
.ow.jrbaby.strollers .scroller-wrap .scroller .scroller-items div img {
	border: 1px solid #d9d9d9;
	max-width: 90%;
	margin: 0 auto;
	padding: 1%;
	border-radius: 6px;
	margin-bottom: 5px;
}
.ow.jrbaby.strollers .scroller-wrap .scroller .scroller-items div h3 {
	word-break: break-word;
	line-break: strict;
	white-space: normal;
	font-size: 17px;
	max-width: 94%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.ow.jrbaby.strollers .scroller-wrap .scroller .scroller-items div p.price {
	font-size: 18px;
	font-weight: 900;
	color: #0057a3;
}
.ow.jrbaby.strollers .scroller-wrap .scroller .scroller-items div p.price.orig-price-strikeout {
	font-size: 13px;
	text-decoration: line-through;
	color: #575757;
	font-weight: 400;
}

.ow.jrbaby.strollers .scroller-wrap .scroller {
	padding: 50px 0 200px 0;
}
.ow.jrbaby.strollers .scroller-wrap ul li.active {
	background-color: #0057a3;
}
.ow.jrbaby.strollers .scroller-wrap .arrow span {
	border-left: 30px solid #0057a3;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
}
.ow.jrbaby.strollers .scroller-wrap .arrow.arrow-left span {
	border-left: 30px solid transparent;
	border-right: 30px solid #0057a3;
}

@media (max-width: 960px) {
	.jrbaby.strollers#banner img.maintitle {
		max-width: 70%;
	}
	.ow.jrbaby.strollers {
		padding: 10px;
	}
	.ow.jrbaby.strollers .iw {
		padding: 1px;
	}
	.ow.jrbaby.strollers .iw .logo-container {
		width: 70%;
	}
}


/* @override 
	http://www.psc.dv/frontend/themes/psc/css/common/new-filters.css?*
	https://beta.poolsuppliescanada.ca/frontend/themes/psc/css/common/new-filters.css?* */

	.new-filter-bar {
		float: left;
		width: 100%;
		padding: 0;
		display: block;
		margin: 0;
		position: sticky;
		top: 0;
		background-color: #fff;
		z-index: 98;
	}
	
	.new-filter-bar > div {	
		display: inline-block;
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #D2D9E0;
		font-size: 14px;
		margin: 5px 5px 5px 0;
		position: relative;
		cursor: pointer;
	}
	
	body.loaded .new-filter-bar > div {
		transition: .2s;
	}
	
	@media (max-width:600px) {
		
		.new-filter-bar > div {
			display: none;
		}
		.new-filter-bar .new-sort-filter, .new-filter-bar .new-per-page {
			display: inline-block;
			float: none;
		}
	}
	
	.new-filter-bar > div.show:before,
	.new-filter-bar > div:hover:before {
		position: absolute;
		content: '';
		width: 99%;
		height: 90%;
		left: 0;
		top: 0;
		z-index: -1;
		background-color: #f9f9f9;
		margin: 3px;
		border-radius: 3px;
		height: calc(100% - 6px);
		width: calc(100% - 6px);
	}
	
	.new-filter-bar > div.show:after,
	.new-filter-bar > div:hover:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: -2;
		background-color: #333;
		border-radius: 4px;
		background: #ec088c;
		background: -moz-linear-gradient(left, #ec088c 0%, #662d91 100%);
		background: -webkit-linear-gradient(left, #ec088c 0%,#662d91 100%);
		background: linear-gradient(to right, #ec088c 0%,#662d91 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec088c', endColorstr='#662d91',GradientType=1 );		
	}
	
	
	.new-filter-bar > div span {
		font-size: 14px;
	}
	
	.new-filter-bar .new-sort-filter {
		border: 1px solid #6A2C91;
		box-shadow: 0px 0px 2px #6A2C91;
	}
	
	.new-filter-bar .new-per-page {
		float: right;	
		margin: 5px 0 5px 5px;
	}
	
	.new-filter-bar i {
		color: #036fbe;
		margin: 0 0 0 5px;
	}
	
	/* SUB FILTES */ 
	
	.new-filter-bar > div ul {
		display: none;
	}
	
	.new-filter-bar > div ul {
		position: absolute;
		/*display: block;*/
		background-color: #fff;
		z-index: 999;
		top: 32px;
		margin: 10px;
		list-style: none;
		border: 1px solid #BEC9D4;
		width: 300px;
		left: -10px;
		border-radius: 5px;	
		overflow: hidden;
		padding: 0;		
	}
	
	
	.new-filter-bar > div ul:before {
		position: absolute;
		content: '';
		width: 99%;
		height: 90%;
		left: 0;
		top: 0;
		z-index: -1;
		background-color: #f9f9f9;
		margin: 3px;
		height: calc(100% - 6px);
		width: calc(100% - 6px);
	}
	
	.new-filter-bar > div ul li {
		margin: 0;
		padding: 0;
	}
	
	.new-filter-bar > div ul li a {
		display: block;
		padding: 5px;
		line-height: 27px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #333;
	}
	
	.new-filter-bar > div ul li:hover a {
		background: #ec088c;
		background: -moz-linear-gradient(left, #ec088c 0%, #662d91 100%);
		background: -webkit-linear-gradient(left, #ec088c 0%,#662d91 100%);
		background: linear-gradient(left, #ec088c 0%,#662d91 100%);
		color: #fff;
	}
	
	.new-filter-bar > div ul li .icon-no-check {
		width: 14px;
		height: 14px;
		background-color: #fff;
		display: inline-block;
		margin: 5px 10px;
		border: 1px solid #BEC9D4;
		border-radius: 2px;
		display: block;
		float: left;
	}
	
	.new-filter-bar > div ul li .icon-ok-1, 
	.new-filter-bar > div ul li.active .icon-no-check {
		width: 14px;
		height: 14px;
		background-color: #fff;
		display: inline-block;
		margin: 5px 10px;
		border: 1px solid #662d91;
		border-radius: 2px;
		display: block;
		float: left;
		background: #ec088c;
		background: -moz-linear-gradient(left, #ec088c 0%, #662d91 100%);
		background: -webkit-linear-gradient(left, #ec088c 0%,#662d91 100%);
		background: linear-gradient(left, #ec088c 0%,#662d91 100%);

	}
	
	.new-filter-bar > div ul li:hover.active .icon-no-check,
	.new-filter-bar > div ul li:hover .icon-ok-1{
		border: 1px solid #fff;
	}	
	.new-filter-bar > div.show ul {
		display: block;
		z-index: 98;
	}
	
	.new-filter-bar > div:hover ul  {
		z-index: 999;
	}
	
	/* SUB BAR */
	
	.new-filters-quick-bar {
		display: block;
		float: left;
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
	}
	
	.new-filters-quick-bar > div {
		display: inline-block;
	}
	
	.new-filters-quick-bar > div a {
		display: inline-block;
		padding: 10px 35px 10px 10px;
		border-radius: 5px;
		font-size: 14px;
		margin-right: 5px 5px 5px 0;
		position: relative;
		background: #4F9AE5;
		color: #fff;
	}
	
	.loaded .new-filters-quick-bar > div a { 
		transition: 0.2s;
	}
	
	.new-filters-quick-bar > div a:hover {
		background: #2A5DD6;
	}
	
	.new-filters-quick-bar > div i {
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 10px;
		color: #4F9AE5;
		background-color: #fff;
		border-radius: 40px;
		width: 16px;
		box-sizing: border-box;
		height: 16px;
		line-height: 16px;
		text-align: center;
		display: inline-block;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.new-filters-quick-bar a, .new-filter-bar a {
		text-decoration: none;
	}
	
	.new-filter-bar .sub-cat-list a {
		padding:5px 10px;
	}
	
	/* FILERS MENU */
	
	.filters-menu {
		position: fixed;
		top: 0;
		left: -100% !important;
		height: 100%;
		width: 300px;
		background-color: #F6FBFF;
		padding: 50px 20px 20px 20px;
		z-index: 9999;
		padding: 40px;
		box-shadow: -2px 3px 5px #ccc;
		overflow-y: auto;
		overflow-x: hidden;
		transition: 0.1s;
	}
	
	.new-filter-toggle .filters-menu {
		left: 0 !important;
	}
	
	body.new-filter-toggle {
		overflow: hidden;
	}
	.new-filter-toggle .darkness {
		opacity: 0.8;
		pointer-events: auto;
	}
	
	.filters-menu .divider {
		height: 1px;
		width: 100%;
		background-color: #D8DEE4;
		margin: 0 0 10px 0;
	}
	
	@media (max-width:600px) { 
		.filters-menu {
			width: 100%;
		}
	}
	
	/*.filters-menu >*/
	
	.filters-menu form, .filters-menu .sub-categories {
		margin: 0 0 20px 0;
	}
	
	.filters-menu h5 {
		font-weight: 600;
		margin: 0 0 5px 0;
	
	}
	
	.filters-menu span i {
		float: right;
		display: none;
	}
	
	.filters-menu .icon-cancel {
		position: relative;
		top: 0;
		right: 0;
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 20px;
		cursor: pointer;
	}
	
	.filters-menu span {
		font-size: 12px;
		font-weight: 500;
		display: block;
		margin: 15px 0 5px 0;
		line-height: 24px;
	}

	.filters-menu h5 a.clear-all,
	.filters-menu form button,
	.filters-menu a.check-link {
		background-color: transparent;
	}

	.filters-menu h5 ,
	.filters-menu span {
		color: #2E53A1;
	}
	
	.filters-menu a,
	.filters-menu button, 
	.filters-menu a.check-link {
		width: 100%;
		border: none;
		background-color: #fff;
		text-align: left;
		padding: 5px 5px 5px 25px;
		position: relative;
		font-size: 12px;
		text-decoration: none;
		margin: 0;
		line-height: 16px;
		font-weight: 300;
		display: block;
		color: #344959;
		cursor: pointer;
	}
	.filters-menu a  {
		padding: 5px;
	}
	.filters-menu a:hover {
		text-decoration: underline;
	}
	.filters-menu button:hover,
	.filters-menu a.check-link:hover {
		text-decoration: none;
	}
	
	.filters-menu a.check-link.clear-all {
		float: right;
		width: auto;
		text-decoration: underline;
	}
	
	.filters-menu form button:before, 
	.filters-menu a.check-link:before {
		position: absolute;
		width: 12px;
		height: 12px;
		content: '';
		left: 0;
		top: 6px;
		border-radius: 14px;
		border: 1px solid #CED7E0;
	}
	
	.filters-menu a.clear-all:before {
		display: none;
	}
	
	.filters-menu form button.active:after {
		position: absolute;
		width: 6px;
		height: 6px;
		content: '';
		left: 3px;
		top: 9px;
		border-radius: 14px;
		border: 1px solid #444F5C;
		background-color: #444F5C;
	}
	
	.filters-menu a.check-link:before {
		border-radius: 4px;
	}
	
	.filters-menu a.active:before {
		background-color: #2E53A1;
	}
	
	.filters-menu a i {
		position: absolute;
		left: 1px;
		font-size: 9px;
		top: 5px;
		color: #2360AC;
	}

	.filters-menu .filters-menu-controls.class-toggle {
		background-color: #2A5DD7;
		position: absolute;
		color: #fff;
		width: 100%;
		top: 0;
		left: 0;
		padding: 10px;
	}

	div#categories.ow div.iw div.new-filter-bar .filter-dropdown {
		padding: 0;
		border: none;
	}

	div#categories.ow div.iw div.new-filter-bar .filter-dropdown span {
		padding: 10px;
		display: block;
		color: #2A5DD6;
		font-weight: 500;
		border-radius: 4px;
		border: 1px solid #2A5DD6;
		transition: 0.2s;
	}
	div#categories.ow div.iw div.new-filter-bar .filter-dropdown span:hover {
		background-color: #6298DF;
		border: 1px solid #6298DF;
		color: #fff;
	}
	div#categories.ow div.iw div.new-filter-bar .show-filter-bar span {
		background-color: #2A5DD6;
		border: 1px solid #2A5DD6;
		color: #fff;
	}

	div#categories.ow div.iw div.new-filter-bar div.show-filter-bar ul {
		display: block;
	}	
	div#categories.ow div.iw div.new-filter-bar ul {
		box-shadow: 0px 3px 4px #ccc;
	}
	div#categories.ow div.iw div.new-filter-bar ul li {
		background: #fff;
	}

	div#categories.ow div.iw div.new-filter-bar ul li a {
		padding: 5px 10px;
		font-size: 14px;
	}
	.new-filter-bar > div ul li:hover a {
		background: #fff;
		color: #385CCE;
	}
	/* FIN */