/* @override 
	http://www.toys.dv/new-toys/frontend/themes/toys/css/banner.css
	http://www.toys.dv/frontend/themes/toys/css/banner.css
	http://www.psc.dv/frontend/themes/toys/css/banner.css
	http://www.toys.dv/best-sellers/frontend/themes/toys/css/banner.css
	https://beta.jrtoycanada.ca/frontend/themes/toys_new/css/banner.css?* */

#banner {
	text-align: center;
    text-decoration: none;
	padding: 0 0 0 0;
	float: left;
	background-color:#663091;
	background-image: url('/images/jrtoyco/patterns/Dot_Purple2.png');
	background-repeat: repeat;
	overflow: hidden;
	animation: animatedBackground 800s linear infinite;
	-webkit-animation: animatedBackground 800s linear infinite;
	color: #fff;
	position: relative;

}
#banner .iw {
	position: relative;
	height: 400px;
}

#banner .iw a {
    text-decoration: none;
    color: #ffffff;
}

.ow.halfheight.universal-header .iw {
	padding: 0 20px;
}
#sc-wrap.ow.halfheight.universal-header {
	background: #539DA0!important;
	height: auto;
	padding: 60px;	
}
.ow.halfheight.universal-header h1.head-title {
	padding: 0;
	margin: 0;
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 2.45em !important;
}

.ow.halfheight.universal-header h1.head-title.darktitles {
	color: #414f5d !important;
}

@media (max-width: 960px) {
	.ow.halfheight.universal-header h1.head-title {
		font-size: 2.1em !important;
	}
}

@media (max-width: 321px) {
	#sc-wrap.ow.halfheight.universal-header {
		padding: 40px 0;
	}
	.ow.halfheight.universal-header h1.head-title {
		font-size: 1.9em !important;
		padding-left: 10px;
		padding-right: 10px;
	}
}

#banner .banner-image {
	position: absolute;
	z-index: 91;
	left: 0;
	bottom: 0;
}

#banner.waves-bottom:after {
	height: 160px;
}

#banner h1 {
	margin: 0;
	color: #fff;
    text-decoration: none;
}

/* VIDEO BANNER */
#video-banner {
  background: #fff;
  position: relative;
  max-height: 600px;
  z-index: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#video-banner.waves-bottom:after {
	height: 100px;
	z-index: 99;
}

#video-banner .video-wrap { 
	position: relative;
	padding-bottom: 54.6%; /* 16:9 */
	padding-top: 25px;
	margin-top: -2%;
	height: 0;
}

#video-banner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.video-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 99;
	opacity: 0.5;
}

.video-content-wrap {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 50%;
	margin: -80px 0 0 0;
	height: 140px;
	text-align: center;
}

.video-content-wrap h1 {
	color: #fff;
	margin: 0;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
	text-shadow: 0px 1px 4px #333;
}

.video-content-wrap h2 {
	font-weight: 300;
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 1px 3px #333;
}

.video-content-wrap .button {
	box-shadow: 0px 2px 5px #000!important;
}
.video-content-wrap .button:active {
	box-shadow: 0px 1px 3px #333!important;
}

@media (min-width: 1440px) {
	#video-banner {
		min-height: 800px;
	}
}


.scroll-bg {
/*	animation: animatedBackground 90s linear infinite;
	-webkit-animation: animatedBackground 90s linear infinite;*/
	animation: animatedBackground 800s linear infinite;
	-webkit-animation: animatedBackground 800s linear infinite;
	background-repeat: repeat;
}

#product-banner.scroll-bg {
	animation: none !important;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 250%; }
}

@keyframes animatedBackgroundBack {
	from { background-position: 0 0; }
	to { background-position: -100% -50%; }
}


.waves-bottom:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:" ";
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
}
.waves-bottom-grey:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:" ";
	background: radial-gradient(circle at 50% 0%, transparent 25%, #f8f9fa 10%, #f8f9fa 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
}

.grey-wave-home-bottom:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:" ";
	background: radial-gradient(circle at 50% 0%, transparent 25%, #f8f9fa 10%, #f8f9fa 10%);
	background-size:120px 300px;
	height:120px;
	background-repeat: repeat-x;
}
#banner.grey-wave-home-bottom:after {
	height: 80px;
	z-index: 2;
}
.ow.ribbon {
	padding: 0;
	background-color: var(--color-green);
}
.ow.ribbon .item.five {
	display: block;
	width: 18%;
	padding: 1.5% 1% 0% 1%;
	text-align: left;
	float: left;
}
.ow.ribbon .item.five img {
	display: block;
	width: 30%;
	max-width: 30%;
	float: left;
	text-align: center;
}
.ow.ribbon .item.five p {
	display: block;
	width: 65%;
	padding: 3% 2.5%;
	float: left;
	text-align: left;
	font-weight: 900;
	font-size: 16px;
}

@media (max-width: 760px) {
	.ow.ribbon .item.five {
		width: 50%;
		padding: 2%;
		max-width: initial;
	}
	.ow.ribbon .item.five.last {
		width: 90% !important;
		max-width: initial;
		margin: 0 auto !important;
		margin-top: 1% !important;
		float: none !important;
	}
	.ow.ribbon .item.five img {
		max-width: 50px;
	}
	.ow.ribbon .item.five p {
		font-size: 14px;
	}
	.ow.ribbon .item.five.last p {
		margin-left: 2.5%;
	}
}
@media (max-width: 321px) {
	.ow.ribbon .item.five {
		padding: 4% !important;
	}
}

.ow.ribbon .item.four {
	display: block;
	width: 25%;
	padding: 1.5% 1% 0% 1%;
	text-align: left;
	float: left;
}
.ow.ribbon .item.four img {
	display: block;
	width: 30%;
	max-width: 30%;
	float: left;
	text-align: center;
}
.ow.ribbon .item.four p {
	display: block;
	width: 65%;
	padding: 5% 1% 5% 4%;
	float: left;
	text-align: left;
	font-weight: 900;
	font-size: 16px;
}

@media (max-width: 760px) {
	.ow.ribbon .item.four {
		width: 50%;
		padding: 2%;
		max-width: initial;
	}
	.ow.ribbon .item.four.last {
		width: 90% !important;
		max-width: initial;
		margin: 0 auto !important;
		margin-top: 1% !important;
		float: none !important;
	}
	.ow.ribbon .item.four img {
		max-width: 50px;
	}
	.ow.ribbon .item.four p {
		font-size: 14px;
	}
	.ow.ribbon .item.four.last p {
		margin-left: 2.5%;
	}
	
	.ow.grey.jrbabyfeatures.shopwithus .item.four {
		min-height: 70px;
	}
	.ow.grey.jrbabyfeatures .item.four p {
		font-size: 13px;
	}
	
}
@media (max-width: 321px) {
	.ow.ribbon .item.four {
		padding: 4% !important;
	}
	
	.ow.grey.jrbabyfeatures.shopwithus .item.four {
		min-height: 60px;
		padding: 2% !important;
	}
	.ow.grey.jrbabyfeatures .item.four p {
		font-size: 11px;
	}
	.ow.jr-baby-secondary .educator-subject-links.baby.twofour ul li {
		clear: none;
	}
	
}

.ow.countdowntimer {
	background: #0e59a3;
	min-height: 75px;
	padding: 16px;
}
.ow.countdowntimer .iw {
	max-width: 800px;
}
.ow.countdowntimer .iw img {
	display: block;
	width: auto;
	float: left;
	height: auto;
	max-height: 100px;
	margin-left: 5%;
}
.ow.countdowntimer .iw .countdown-timer-wrap {
	display: block;
	width: auto;
	float: left;
	margin-left: 2.5%;
	text-align: left;
}
.ow.countdowntimer .iw span {
	font-size: 21px;
	padding-top: 5px;
}
.ow.countdowntimer .iw span, .ow.countdowntimer .iw strong {
	color: #fff;
	display: block;
	clear: both;
}
.ow.countdowntimer .iw strong {
	letter-spacing: 1px;
	font-size: 22px;
}
@media (max-width: 960px) {
	.ow.countdowntimer {
		min-height: 245px;
	}
	.ow.countdowntimer .iw {
		padding: 5px;
	}
	.ow.countdowntimer .iw .countdown-timer-wrap {
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	.ow.countdowntimer .iw img {
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.ow.countdowntimer .iw span {
		font-size: 17px;
	}
	.ow.countdowntimer .iw span, .ow.countdowntimer .iw strong {
		text-align: center;
	}
	.ow.countdowntimer .iw strong {
		font-size: 19px;
	}
}

.bubbles-top:before {
	position:absolute;
	top: 0;
	left: 0px;
	width: 100%;
	content:"";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
	background-color: #f9f9f9;
}

.bubbles-top-grey {
	padding-top: 120px;
	position: relative;
}
.bubbles-top-grey:before {
	position:absolute;
	top: 0;
	left: 0px;
	width: 100%;
	content:"";
	/*-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);*/
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
	background-color: #f9f9f9;
}

.bubbles-top-blue:before {
	position:absolute;
	top: 0;
	left: 0px;
	width: 100%;
	content:"";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
	background-color: #1ac2f9;
}

.bubbles-bottom:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:"";
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
	background-color: #f9f9f9;
}
.ow.grey.stempage.bubbles-bottom {
	margin-bottom: 50px;
}
.ow.grey.stempage.bubbles-bottom:after {
	bottom: -50px;
}

#color-block.ow.bubbles-top:before, #footer.ow.bubbles-top:before  {
	background: radial-gradient(circle at 50% 0%, transparent 25%, #f9f9f9 10%, #f9f9f9 10%);
	background-size:120px 300px;
}

/*** SUMMER TOY SALE BANNER ***/

#banner.ow.summersale {
    background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/confetti_red.png');
}
#banner .iw.summersale {
	height: 400px;
}

#banner.ow.summersale .iw .banner-left-align {
	display: block;
	float: left;
	width: 35%;
	text-align: center;
}
#banner.ow.summersale .iw .banner-left-align h1 {
	font-size:8em;
	letter-spacing: 2px;
	transform: scale(1, 0.95);
	line-height: 110px;
}
#banner.ow.summersale .iw .banner-left-align h2 {
	font-size: 2.8em;
	transform: scale(1, 0.95);
	letter-spacing: 2px;
	line-height: 40px;
}
#banner.ow.summersale .iw .banner-left-align span.button {
	display: block;
	border-radius: 8px;
	width: 80px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0;
}
#banner.ow.summersale .iw .banner-left-align span.button.orange {
	background-color: #ffcb07;
	color: #0e5fad !important;
}
#banner.ow.summersale .iw .banner-left-align span.blue-banner-ribbon {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: white;
	font-size: 2em;
	font-weight: 100 !important;
	background: #0e5fad;
}
#banner.ow.summersale .iw .banner-right-align {
	display: block;
	float: right;
	width: 62%;
	text-align: center;
	position: relative;
	height: 330px;
}

/*** DINO SALE BANNER ***/

#banner.dinosale {
	animation: none;
}
#banner.ow.dinosale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/dino-banner-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

#banner.ow.dinosale.inside {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/dino-banner-cat-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

#banner.ow.dinosale iw.dinosale {
	height: 400px !important;
}

#banner.ow.dinosale .iw .banner-left-align {
	display: block;
	float: none;
	width: 40%;
	margin-top: 4%;
	margin-left: auto !important;
	margin-right: auto !important;
}
#banner.ow.dinosale .iw .banner-left-align .badge {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: -5%;
}
#banner.ow.dinosale .iw .banner-left-align .badge img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	padding-top: 5px;
}
#banner.ow.dinosale .iw .banner-left-align .content {
	display: block;
	background: rgba(114, 127, 140, .90);
	position: relative;
	width: 96%;
	text-align: center;
	padding: 2%;
	text-transform: uppercase !important;
	margin-top: -4%;
}
#banner.ow.dinosale .iw .banner-left-align .content h1 {
	color: #f2ca31;
	font-size: 6em !important;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center !important;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
}
#banner.ow.dinosale .iw .banner-left-align .content h2 {
	color: #fff;
	font-size: 1.5em !important;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center !important;
	margin: 0;
    padding: 0;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
	margin-top: 2% !important;
}
#banner.ow.dinosale .iw .banner-left-align .content p {
	font-size: 1.2em;
	letter-spacing: 0.5px;
	font-weight: 100 !important;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 0;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	margin-bottom: 2% !important;
}
#banner.ow.dinosale .iw .banner-left-align a.btn {
	display: block;
	float: none;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #f2ca31;
	border-radius: 8px;
	width: 100px;
	color: #385fa9 !important;
	padding: 2% 1%;
	font-weight: 900;
}

/*** SPHERO MINI SALE BANNER ***/

#banner.spherominisale {
	animation: none;
}
#banner.ow.spherominisale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/spheromini.gif');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#banner.ow.spherominisale.inside {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/spheromini.gif');
	background-size: cover;
	background-repeat: no-repeat;
}

#banner.ow.spherominisale iw.spherominisale {
	height: 400px !important;
}

#banner.ow.spherominisale .iw .banner-left-align {
	display: block;
	float: left;
	width: 40%;
	margin-top: 4%;
	margin-left: auto !important;
	margin-right: auto !important;
}
#banner.ow.spherominisale .iw .banner-left-align .content {
	display: block;
	background: transparent;
	position: relative;
	width: 96%;
	text-align: left;
	padding: 2%;
	text-transform: uppercase !important;
	margin-top: -8%;
}
#banner.ow.spherominisale .iw .banner-left-align .content h1 {
	color: #000;
	font-size: 6em !important;
	font-weight: 900;
	letter-spacing: 0;
	text-align: left !important;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
}
#banner.ow.spherominisale .iw .banner-left-align .content h2 {
	color: #000;
	font-size: 1.3em !important;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: left !important;
	margin: 0;
    padding: 0;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
	margin-top: 2% !important;
}
#banner.ow.spherominisale .iw .banner-left-align .content p {
	font-size: 1.0em;
	letter-spacing: 0;
	font-weight: 100 !important;
	color: #000;
	margin: 0;
	text-align: left;
	padding: 0;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	margin-bottom: 1% !important;
}
#banner.ow.spherominisale .iw .banner-left-align a.btn {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	width: 100px;
	background: #000 !important;
	color: #fff !important;
	padding: 2% 1%;
	font-weight: 900;
}

/*** BACK TO SCHOOL SALE BANNER ***/

#banner.ow.btssale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bts2018/btsbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#banner.ow.btssale.nineteen {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bts2019/bts-bg.png') !important;
}
#banner.ow.btssale.inside .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.btssale.homebanner {
	padding: 0 !important;
}
#banner.ow.btssale.homebanner .iw {
	max-width: 100%;
	padding: 0 !important;
	position: relative;
}
#banner.ow.btssale.homebanner .iw .banner-left-align {
	width: 50%;
	display: block;
	float: left;
	height: auto;
}
#banner.ow.btssale.homebanner .iw .banner-right-align {
	width: 50%;
	display: block;
	float: left;
	height: auto;
	text-align: right;
}
#banner.ow.btssale.homebanner .iw .banner-left-align img, #banner.ow.btssale.homebanner .iw .banner-right-align img {
	max-width: 100%;
	box-sizing: border-box;
}
#banner.ow.btssale.homebanner .iw .banner-left-align img {
	padding-left: 4%;
	padding-top: 13%;
}
#banner.ow.btssale.nineteen.homebanner .iw .banner-left-align img {
	padding-top: 7%;
}
#banner.ow.btssale.homebanner .iw .banner-left-align a.btn {
	background: #ea0a8c !important;
	color: #fff !important;
	float: left;
	display: block;
	padding: 2% 3%;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	margin-left: 4%;
	margin-top: 2%;
}
#banner.ow.btssale.homebanner .iw .banner-right-align img {
	display: block;
	float: right;
	text-align: right;
}
#banner.ow.btssale .iw .badge {
	position: absolute;
	right: 0;
	top: 0;
	width:  20%;
}
#banner.ow.btssale .iw .badge img {
	max-width: 75%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#banner.ow.btssale .iw .content {
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#banner.ow.btssale .iw .content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*** HARRY POTTER BANNER ***/

#banner.ow.hpsale {
    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/castle.png');
	animation: none;
	background-size: cover;
	background-repeat: no-repeat;
}
#banner.ow.hpsale {
	height: 525px;
}

#banner.ow.hpsale .iw .banner-left-align {
	display: block;
	float: left;
	width: 60%;
	margin-left: 0%;
	text-align: center;
	position: relative;
	z-index: 4;
}
#banner.ow.hpsale .iw .banner-left-align img.badge {
	position: absolute;
	right: -75px;
	top: 0;
	border-radius: 50%;
	max-width: 100px;
}
#banner.ow.hpsale .iw .banner-left-align span.badge.orange {
	background: #f16623;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
}
#banner.ow.hpsale .iw .banner-left-align a {
	text-decoration: none !important;
	color: inherit !important;
}
#banner.ow.hpsale .iw .banner-left-align h1 {
	font-size:7em;
	letter-spacing: 2px;
	line-height: 50px;
	color: #ffcc06;
	text-transform: uppercase;
}
#banner.ow.hpsale .iw .banner-left-align h2 {
	font-size: 1.7em;
	letter-spacing: 0px;
	line-height: 40px;
	color: #ffcc06;
	text-transform: uppercase;
	text-shadow: 2px 1px 2px #000;
}
#banner.ow.hpsale .iw .banner-left-align img {
	max-width: 75%;
	height: auto;
}
#banner.ow.hpsale .iw .banner-left-align span.button {
	display: block;
	border-radius: 8px;
	width: 80px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0;
}
#banner.ow.hpsale .iw .banner-left-align span.button.orange {
	background-color: #f16623;
	color: #fff !important;
}
#banner.ow.hpsale img.wand-image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 90%;
	z-index: 0;
}

/*** TOYBOX CONTEST BANNER ***/

#banner.ow.toyboxcontest {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contest2018/toy-giveaway-bg-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	animation: none !important;
	padding: 0;
	min-height: inherit;
}
#banner.ow.toyboxcontest.nineteenone {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contestone2019/toy-giveaway-bg-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	animation: none !important;
	padding: 0;
	min-height: inherit;
}
#banner.ow.toyboxcontest.toysforgirls {
	background-position: top center;
}
#banner.ow.toyboxcontest.inside .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.toyboxcontest img, .iw.toyboxcontest img.toyboxcontest {
	max-width: 75%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.iw.toyboxcontest img.toyboxcontest.topbanner {
	padding-top: 2%;
}
#banner.ow.toyboxcontest.nineteenone img {
	padding-top: 8%;
}
.ow.toyboxbottom {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contest2018/toy-contest-bottom-bg.png');
	background-size: cover;
}
.ow.toyboxbg {
	background-color: #f8f9ff;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contest2018/toy-contest-bottom-bg-pattern.png');
	background-repeat: repeat;
}
.ow.toyboxbg.nineteenone {
	background-color: #28a2a6;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contestone2019/toy-contest-bottom-bg-pattern.png');	
}
.ow .iw.toyboxcontest.nineteenone .button.contest{
	background-color: #ea0a8c !important;
	margin-top: 25px;
	transition: all 0.3s ease-in-out;
}
.ow .iw.toyboxcontest.nineteenone .button.contest:hover {
	opacity: 0.7;
}
.ow.toyboxcontestmotifs.bubbles-bottom.white.nineteenone:after {
	position: absolute;
	bottom: -0px;
    left: 0px;
    width: 100%;
    content: "";
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #3b868a 10%);
    background-size: 120px 300px;
    height: 80px;
    background-repeat: repeat-x;
    background-color: transparent !important;
}
#banner.ow.toyboxcontest.bfcmnew img {
	max-width: 95%;
	margin-top: 2%;
}

/*** HALLOWEEN 2018 BANNER ***/

#banner.ow.halloweeneighteen {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/halloween18/halloween-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#banner.ow.halloweeneighteen .iw {
	position: relative;
}
#banner.ow.halloweeneighteen .banner-center-content {
	display: block;
	z-index: 1;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	clear: both;
	text-align: center;
}
#banner.ow.halloweeneighteen .banner-center-content img {
	width: 96%;
	height: auto;
	margin: 2%;
}
#banner.ow.halloweeneighteen .bat {
	position: absolute;
	left: -8%;
	width: 22%;
	height: auto;
	top: -30%;
}
#banner.ow.halloweeneighteen .ghost {
	position: absolute;
	right: -14%;
	width: 18%;
	height: auto;
	bottom: 15%;
}
#banner.ow.halloweeneighteen .ghostbody {
  -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -moz-animation: fly cubic-bezier(0.645, 0.045, 0.355, 1) 5s infinite;
  -webkit-animation: fly cubic-bezier(0.645, 0.045, 0.355, 1) 5s infinite;
  animation: fly cubic-bezier(0.645, 0.045, 0.355, 1) 5s infinite;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 80px 80px 0 0;
  -webkit-border-radius: 80px;
  border-radius: 80px 80px 0 0;
  background-color: #FFFFFF;
  top: 50%;
  right: 1%;
  float: right;
  z-index: 4;
  width: 130px;
  height: 190px;
  overflow: hidden;
}
#banner.ow.halloweeneighteen .ghostbody:hover #banner.ow.halloweeneighteen .eye:before, #banner.ow.halloweeneighteen .ghostbody:active #banner.ow.halloweeneighteen .eye:before, #banner.ow.halloweeneighteen .ghostbody:focus #banner.ow.halloweeneighteen .eye:before {
  display: block;
}
#banner.ow.halloweeneighteen .ghostbody:hover #banner.ow.halloweeneighteen .lips, #banner.ow.halloweeneighteen .ghostbody:active #banner.ow.halloweeneighteen .lips, #banner.ow.halloweeneighteen .ghostbody:focus #banner.ow.halloweeneighteen .lips {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 20px;
  top: 75px;
}

#banner.ow.halloweeneighteen .eye {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 30px;
  height: 30px;
}
#banner.ow.halloweeneighteen .eye + .eye {
  left: 80px;
}
#banner.ow.halloweeneighteen .eye:before {
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none;
  background-color: #F9F9F9;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner.ow.halloweeneighteen .eye:after {
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F9F9F9;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  z-index: 999;
}

#banner.ow.halloweeneighteen .smile {
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 22px;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -15px;
  z-index: 3;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
#banner.ow.halloweeneighteen .lips {
  background-color: #313131;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}

#banner.ow.halloweeneighteen .ghostclothes {
  background-color: #ff7901;
  -moz-animation: waveLeft linear 4s infinite;
  -webkit-animation: waveLeft linear 4s infinite;
  animation: waveLeft linear 4s infinite;
  position: absolute;
  bottom: 0;
  left: -130px;
  z-index: 9999;
  width: 260px;
  height: 30px;
}

#banner.ow.halloweeneighteen .ghostcloth {
  -moz-border-radius: 0 0 30px 15px;
  -webkit-border-radius: 0;
  border-radius: 0 0 30px 15px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 32.5px;
  height: 30px;
}
#banner.ow.halloweeneighteen .ghostcloth:after {
  content: "";
  -moz-border-radius: 0 0 30px 15px;
  -webkit-border-radius: 0;
  border-radius: 0 0 30px 15px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 30px;
}
#banner.ow.halloweeneighteen .ghostcloth.nd {
  left: 65px;
}
#banner.ow.halloweeneighteen .ghostcloth.rd {
  left: 130px;
}
#banner.ow.halloweeneighteen .ghostcloth.th {
  left: 195px;
}
#banner.ow.halloweeneighteen .button {
	font-weight: 900 !important;
}

/*** TOP HUNDRED TOYS BANNER ***/

#banner.ow.tophundredtoys {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/tophundred/top100bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0 60px 0;
	animation: none;
}
#banner.ow.tophundredtoys .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.tophundredtoys.halfheight .iw img {
	max-width: 60%;
}
#banner.ow.tophundredtoys.halfheight {
	padding: 20px 0 100px 0;
	background-position: 50% 40%;
}
#banner.ow.tophundredtoys.halfheight .iw {
	height: auto !important;
}
#banner.ow.tophundredtoys.home img {
	max-width: 90%;
}

/*** BLACK FRIDAY CYBER MONDAY SALE 2018 ***/

#banner.ow.bfcm {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bfcm/bfbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0 60px 0;
	animation: none;
}
#banner.ow.bfcm.cybmon {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bfcm/cybmonbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0 60px 0;
	animation: none;
}
#banner.ow.bfcm .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.bfcm.halfheight .iw img {
	max-width: 60%;
}
#banner.ow.bfcm.halfheight {
	padding: 20px 0 100px 0;
	background-position: 50% 40%;
}
#banner.ow.bfcm.halfheight .iw {
	height: auto !important;
}
#banner.ow.bfcm.home img {
	max-width: 90%;
}

/*** KANO WAND SALE BANNER ***/

#banner.ow.floatingwand {
	background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/showcase/kanowandbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0 60px 0;
	animation: none;
}
#banner.ow.floatingwand .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.floatingwand.halfheight .iw img {
	max-width: 60%;
}
#banner.ow.floatingwand.halfheight {
	padding: 20px 0 100px 0;
	background-position: 50% 40%;
}
#banner.ow.floatingwand img {
	max-width: 80%;
}
#banner.ow.floatingwand img.floataroo {
	-moz-animation: FloatingWand ease-in-out 4s infinite;
	-webkit-animation: FloatingWand ease-in-out 4s infinite;
	animation: FloatingWand ease-in-out 4s infinite;
}

/*** ADVENT CALENDAR BANNER / LANDING PAGE CONTENT ***/

#banner.ow.adventcal {
	background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/showcase/adventbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40% 30%;
	padding: 60px 0 60px 0;
	animation: none;
}

#banner.ow.adventcal .iw {
	min-height: auto;
}

#banner.home.halfheight {
	padding: 0;
}
#advent-blocks.ow {
	padding-bottom: 80px;
}
#advent-blocks.ow .iw h2 {
	color: #dc1d2b;
	font-weight: 900;
	text-align: center;
	font-size: 2em;
	margin-bottom: 10px;
}
#advent-blocks.ow .iw p {
	color: #dc1d2b;
	font-weight: 100;
	text-align: center;
	font-size: 19px;
}
#advent-blocks.ow .iw p strong#timer {
	color: black !important;
}
#advent-blocks.ow .iw .deal {
	width: 23%;
	margin: 1%;
	display: block;
	float: left;
}
#advent-blocks.ow .iw .deal img {
	width: 100%;
	text-align: center;
	display: block;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
#advent-blocks.ow .iw .deal img:hover {
	opacity: 0.8;
	transform: scale(1.03);
	cursor: pointer;
}
#advent-blocks.ow .iw .deal img.greyscale {
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: gray; /* IE6+ */
	opacity: 0.25;
}
#advent-blocks.ow .iw .deal img.greyscale:hover {
	transform: none !important;
	opacity: 0.25;
}

/*** HAPPY HOLIDAY BANNER ***/

#banner.ow.happyholiday {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/holiday18/happyholidaybg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0 60px 0;
	animation: none;
}
#banner.ow.happyholiday .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.happyholiday .iw img.title {
	max-width: 99%;
	height: auto;
	display: block;
	text-align: center;
}
#banner.ow.happyholiday .iw .santa {
	width: 10%;
	display: block;
	float: left;
	margin-left: 7.5%;
	margin-right: 7.5%;
	text-align: center;
	height: 200px;
	opacity: 1;
}
#banner.ow.happyholiday .iw .santa:nth-of-type(2) {
	opacity: 0;
}
#banner.ow.happyholiday .iw .santa:nth-of-type(3) {
	opacity: 0;
}
#banner.ow.happyholiday .iw .santa:nth-of-type(4) {
	opacity: 0;
}
#banner.ow.happyholiday .iw .santa img {
	max-width: 100%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}

/*** BOXING DAY BANNER ***/

#banner.ow.boxingdaysale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingday/boxingdaybg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0 60px 0;
	animation: none;
}
#banner.ow.boxingdaysale .iw {
	max-width: 1000px;
	position: relative;
}
#banner.ow.boxingdaysale .iw .thex {
/*	height: 30px;
	width: 30px;*/
	position: absolute;
	z-index: 1;
	-webkit-animation: rotate 15s linear infinite; 
	animation: rotate 15s linear infinite;
	transform-origin: center center;
}
#banner.ow.boxingdaysale .iw .thex:after {
	position:relative;
    content:"\d7";
    font-size:60px;
    color:white;
    font-weight:bold; 
	transform-origin: center center;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(2n+1) {
	-webkit-animation: rotate 22s linear infinite; 
	animation: rotate 22s linear infinite; 
	transform-origin: center center;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(2n+1):after {
	color: black;
	transform-origin: center center;
	font-size:50px;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(1) {
	left: 1%;
	top: 3%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(2) {
	right: 1%;
	top: 7%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(3) {
	left: 0%;
	top: 40%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(4) {
	left: 2%;
	top: 20%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(5) {
	left: 4%;
	top: 60%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(6) {
	right: 6%;
	top: 70%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(7) {
	right: 0%;
	top: 26%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(8) {
	left: -2%;
	top: 80%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(9) {
	right: -3%;
	top: 55%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(10) {
	right: 4%;
	top: 40%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(11) {
	left: 9%;
	top: 77%;
}
#banner.ow.boxingdaysale .iw .thex:nth-of-type(12) {
	left: -4%;
	top: 57%;
}

#banner.ow.boxingdaysale.halfheight .iw img {
	max-width: 60%;
	position: relative;
	z-index: 5;
}
#banner.ow.boxingdaysale.halfheight {
	padding: 20px 0 100px 0;
	background-position: 50% 40%;
}
#banner.ow.boxingdaysale.halfheight .iw {
	height: auto !important;
}
#banner.ow.boxingdaysale.home img {
	max-width: 80%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.boxingdaysale.home img:hover {
	opacity: 0.85;
}

/*** BUILDING TOY NEW YEAR SALE BANNER ***/

#banner.ow.buildingtoysale {
    background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/showcase/buildingtoy/buildingtoybg.png');
	padding: 0 !important;
	height: 425px;
}

#banner.ow.buildingtoysale .iw .banner-left-align {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}
#banner.ow.buildingtoysale .iw .banner-left-align img {
	width: 100%;
	margin-top: 40px;
	margin-left: 25px;
}
#banner.ow.buildingtoysale .iw .banner-left-align span.button {
	display: block;
	border-radius: 8px;
	width: 80px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0;
}
#banner.ow.buildingtoysale .iw .banner-left-align span.button.blue {
	background-color: #08458e;
	color: #fff !important;
	float: left !important;
	margin-left: 25px;
}
#banner.ow.buildingtoysale .iw .banner-left-align span.blue-banner-ribbon {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: white;
	font-size: 2em;
	font-weight: 100 !important;
	background: #0e5fad;
}
#banner.ow.buildingtoysale .iw .banner-right-align {
	display: block;
	float: right;
	width: 50%;
	text-align: center;
	position: relative;
	height: 330px;
}
#banner.ow.buildingtoysale .iw .banner-right-align img {
	max-height: 100%;
	float: right;
}

/*** JR FAVOURITE HOME BANNER ***/

#banner.ow.jrfavhome span.button {
	background: #ec2027 !important;
	color: #fff !important;
	border: 1px solid #c9c9c9 !important;
}

#banner.ow.jrfavhome {
	min-height: 430px;
	padding: 0;
	margin: 0;
}
#banner.ow.jrfavhome .topcontent {
	width: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: auto;
	clear: both;
	position: absolute;
	left: 25%;
	padding-top: 1%;
	z-index: 5;
}
#banner.ow.jrfavhome .topcontent img {
	max-width: 85%;
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#banner.ow.jrfavhome #cf {
  position:relative;
  width:100%;
  height: auto;
  padding: 0;
  margin: 0;
}

#banner.ow.jrfavhome #cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  max-width: 125%;
  height: auto;
}

#banner.ow.jrfavhome #cf img.top:hover {
  opacity:0;
}

#banner.ow.jrfavhome.gamesale .topcontent img {
	max-width: 90%;
	margin-top: 2%;
}

#banner.ow.jrfavhome.gamesale span.button {
	background: #ea0a8c !important;
	border: 0 !important;
}
#banner.ow.jrfavhome.gamesale #cf img {
	width: 105%;
}

#banner.ow.jrfavhome.stemtasticcontest {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contestone2019/stemtasticbg.png');
	animation: none;
	background-position: center center;
	background-size: cover;
}
#banner.ow.jrfavhome.stemtasticcontest .topcontent img {
	margin-top: 1%;
}
#banner.ow.jrfavhome.stemtasticcontest span.button {
	background: #ea0a8c !important;
}
#banner.ow.jrfavhome.getupandplay {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/getupandplay/getupandplaybg.png');
	animation: none;
	background-position: center center;
	background-size: cover;
}
#banner.ow.jrfavhome.getupandplay .topcontent img {
	margin-top: 1%;
}
#banner.ow.jrfavhome.getupandplay span.button {
	background: #0b5fad !important;
}
#banner.ow.jrfavhome.rocknroll {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/earthscience/earthsciencebg.png');
	animation: none;
	background-position: center center;
	background-size: cover;
}
#banner.ow.jrfavhome.rocknroll .topcontent img {
	margin-top: 1%;
}
#banner.ow.jrfavhome.summerfest {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/summerfest19/summerfestbannerbg.png');
	animation: none;
	background-position: center center;
	background-size: cover;
}
#banner.ow.jrfavhome.summerfest .topcontent img {
	margin-top: 10%;
	max-width: 99%;
}

/*** SUMMER CLEAROUT SALE 2019 ***/
#banner.ow.jrfavhome.summerclearout {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/summerclearout19/summer-clearout-bg.png');
	background-position: center center;
	background-size: cover;
	background-color: #ee2026;
}
#banner.ow.jrfavhome.summerclearout .topcontent {
	width: 94%;
	left: 3%;
}
#banner.ow.jrfavhome.summerclearout .topcontent img {
	max-width: 93%;
}
#banner.ow.jrfavhome.summerclearout .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.summerclearout span.button {
	background-color: #0b5fad !important;
	border: 2px solid #0b5fad !important;
	position: absolute;
    top: 80%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
}

/*** HARRY POTTER BDAY SALE AUG 2019 ***/
#banner.ow.jrfavhome.hpbdaysale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hpbdaysale19/hpcloudbg.png');
	background-position: top center;
	background-size: initial;
	background-color: #1070b5;
	background-repeat: no-repeat;
	animation: StraightSlide 800s linear infinite;
}
#banner.ow.jrfavhome.hpbdaysale .topcontent {
	width: 90%;
	left: 5%;
}
#banner.ow.jrfavhome.hpbdaysale .topcontent img {
	max-width: 88%;
}
#banner.ow.jrfavhome.hpbdaysale .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.hpbdaysale span.button {
	background-color: #ffcc06 !important;
	border: 2px solid #ffcc06 !important;
	position: absolute;
	color: #662f90 !important;
	font-weight: 900 !important;
    top: 88%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
}

/*** EDUCATORS PROMO AUGUST 2019 ***/

#banner.ow.jrfavhome.educatorpromo {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/educatorpromoaug19/edu-bg.png');
	background-position: center center;
	background-size: cover;
	background-color: #ee2026;
	animation: none !important;
}
#banner.ow.jrfavhome.educatorpromo .topcontent {
	width: 70%;
	left: 15%;
}
#banner.ow.jrfavhome.educatorpromo .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.educatorpromo span.button {
	background-color: #ea0a8c !important;
	border: 2px solid #ea0a8c !important;
	position: absolute;
    bottom: -25%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
}

/*** PLUFFLE / NEW PRODUCT FEATURES 2019 ***/
#banner.ow.jrfavhome.pluffles {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/pluffles/plufflebg.png');
	background-position: center center;
	background-size: cover;
	background-color: #da017f;
}
#banner.ow.jrfavhome.pluffles .topcontent {
	width: 94%;
	left: 3%;
}
#banner.ow.jrfavhome.pluffles .topcontent img {
	max-width: 93%;
}
#banner.ow.jrfavhome.pluffles .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.pluffles span.button {
	background-color: #73bf44 !important;
	border: 2px solid #73bf44 !important;
	position: absolute;
    top: 80%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
}

/*** STORE OPENING SALE 2019 ***/
#banner.ow.jrfavhome.storeopening {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/storeopening/storeopeningbg.png');
	background-position: center center;
	background-size: cover;
	background-color: #ea0a8b;
	animation: none !important;
}
#banner.ow.jrfavhome.storeopening .topcontent {
	width: 94%;
	left: 3%;
}
#banner.ow.jrfavhome.storeopening .topcontent img {
	max-width: 65%;
    margin-bottom: 50px;
    margin-top: 25px;
}
#banner.ow.jrfavhome.storeopening .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.storeopening span.button {
	background-color: #ea0a8b !important;
	border: 2px solid #ea0a8b !important;
	position: absolute;
    top: 80%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
}

/*** HALLOWEEN SALE 2019 ***/
#banner.ow.jrfavhome.halloweennineteen {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/halloween19/halloweenbg.png');
	background-position: center center;
	background-size: cover;
	background-color: #ea0a8b;
	animation: none !important;
}
#banner.ow.jrfavhome.halloweennineteen .topcontent {
	width: 94%;
	left: 3%;
}
#banner.ow.jrfavhome.halloweennineteen .topcontent img {
	max-width: 65%;
    margin-bottom: 50px;
    margin-top: 25px;
}
#banner.ow.jrfavhome.halloweennineteen .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.halloweennineteen span.button {
	background-color: #662f8f !important;
	border: 2px solid #662f8f !important;
	position: absolute;
    top: 80%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
}

/*** EDUCATOR WEEK SALE 2019 ***/
#banner.ow.jrfavhome.educatorweeknineteen {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/eduweek19/teacherweekbg.png');
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	animation: none !important;
}
#banner.ow.jrfavhome.educatorweeknineteen .topcontent {
	width: 94%;
	left: 3%;
}
#banner.ow.jrfavhome.educatorweeknineteen .topcontent img {
	max-width: 65%;
    margin-bottom: 50px;
    margin-top: 25px;
}
#banner.ow.jrfavhome.educatorweeknineteen .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.educatorweeknineteen span.button {
	background-color: #ec2027 !important;
	border: 2px solid #ec2027 !important;
	position: absolute;
    top: 80%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
	color: #fff !important;
}

/*** BRANDS SALE - NOVEMBER 2019 ***/
#banner.ow.jrfavhome.brandsale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brandsale19/brandsalebg.png');
	background-position: center center;
	background-size: contain;
	background-color: #fff;
	animation: animatedBackground 180s linear infinite;
	-webkit-animation: animatedBackground 180s linear infinite;
}
#banner.ow.jrfavhome.brandsale .topcontent {
	width: 90%;
	left: 5%;
}
#banner.ow.jrfavhome.brandsale .topcontent img {
	width: auto;
	max-height: 300px;
    margin-top: 5px;
	margin-bottom: 25px;
}
#banner.ow.jrfavhome.brandsale .topcontent.mobile {
	display: none;
}
#banner.ow.jrfavhome.brandsale span.button {
	background-color: #ec2027 !important;
	border: 2px solid #ec2027 !important;
	position: absolute;
    top: 99%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
	color: #fff !important;
}

/*** LEGO LANDING PAGE BANNER ***/
#banner.ow.lego-launch .topcontent.mobile {
	display: none;
}

/*** BF / CM LANDING PAGE - HOME BANNER 2019 ***/

#banner.ow.bfcmnineteen {
	background-color: #ea0a8b;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bfcm19/bfcmnineteenbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: none !important;
}
#banner.ow.bfcmnineteen.purple {
	background-color: #662f8f;
}
#banner.ow.bfcmnineteen .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}
#banner.ow.bfcmnineteen .topcontent.mobile {
	display: none;
}
.black-waves-bottom:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:" ";
	background: radial-gradient(circle at 50% 0%, transparent 25%, #000 10%, #000 10%);
	background-size:120px 300px;
	height:140px;
	background-repeat: repeat-x;
}
#banner.ow.bfcmnineteen span.button {
	background-color: #ea0a8b !important;
	border: 2px solid #ea0a8b !important;
	position: absolute;
    top: 80%;
    width: 6.5%;
    padding: 0.5%;
    left: 45.5%;
	color: #000 !important;
	z-index: 2;
}

/*** JR PRE-CHRISTMAS SALE 2019 ***/

#banner.ow.prexmasnineteen {
	background-color: #ea0a8b;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/prexmas19/prexmassale19bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: none !important;	
}
#banner.ow.prexmasnineteen .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}
#banner.ow.prexmasnineteen .topcontent.mobile {
	display: none;
}
#banner.ow.prexmasnineteen span.button {
	background-color: #f8ca15 !important;
	border: 2px solid #f8ca15 !important;
	position: absolute;
	top: 80%;
	width: 6.5%;
	padding: 0.5%;
	left: 45.5%;
	color: #2c61ac !important;
	z-index: 2;
}

/*** JR HAPPY HOLIDAYS BANNER 2019 ***/

#banner.ow.happyholidaysnineteen {
	background-color: #1169af;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholiday19/holidays19bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: none !important;	
}
#banner.ow.happyholidaysnineteen .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}
#banner.ow.happyholidaysnineteen .topcontent.mobile {
	display: none;
}

/*** JR BOXING DAY 2019 ***/

#banner.ow.boxingweeksalenineteen {
	background-color: #ea0a8b;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingweek19/boxingday19bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: none !important;	
}
#banner.ow.boxingweeksalenineteen .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}
#banner.ow.boxingweeksalenineteen .topcontent.mobile {
	display: none;
}
#banner.ow.boxingweeksalenineteen span.button {
	background-color: #EC2027 !important;
	border: 2px solid #EC2027 !important;
	position: absolute;
	top: 80%;
	width: 10%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 61.5%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}
#banner.ow.boxingweeksalenineteen .topcontent.desktop.landingpage img {
	margin-top: 30px;
	margin-bottom: 50px;
}

/*** JR PUZZLE SALE JAN 2020 ***/

#banner.ow.puzzlesalejantwenty {
	background-color: #ea0a8b;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/puzzlesalejan20/puzzlesalebg.png');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: contain;
	animation: none !important;
}
#banner.ow.puzzlesalejantwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 52.5%;
	margin-top: 40px;
}
#banner.ow.puzzlesalejantwenty .topcontent.mobile {
	display: none;
}
#banner.ow.puzzlesalejantwenty span.button {
	background-color: #ea0a8c !important;
	border: 2px solid #ea0a8c !important;
	position: absolute;
	top: 82.5%;
	width: 10%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 44%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}
#banner.ow.puzzlesalejantwenty .topcontent.desktop.landingpage img {
	margin-top: 30px;
	margin-bottom: 50px;
}

/*** NEW LEGO BANNER JANUARY 2020 ***/

#banner .inventory {
	position: relative;
	top: 20px;
	width: 90%;
	padding: 10px;
	max-width: 80%;
	margin: 10px auto 30px auto;
	min-height: 48px;
	border-radius: 4px;
	border: 1px solid #000;
	text-align: left;
	background-color: #fff;
	text-align: center;
	color: red !important;
}

#banner.ow.newlegojanuarytwenty {
	background-color: #000;
	background-position: center center;
	background-size: cover;
	animation: legobgswap 15s ease-in-out infinite !important;
	animation-delay: 0s !important;
}
#banner.ow.newlegojanuarytwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 40%;
	margin-top: 50px;
	margin-bottom: 225px;
	min-height: 200px;
}
#banner.ow.newlegojanuarytwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.newlegojanuarytwenty .topcontent img.top {
	/*animation-name: legotopfader;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;*/
	animation: none !important;
}
#banner.ow.newlegojanuarytwenty .topcontent img.mid {
	/*animation-name: legomidfader;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;	*/
	
	animation: none !important;
}
#banner.ow.newlegojanuarytwenty .topcontent img.bottom {
/*	animation-name: legobottomfader;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;	*/
	
	animation: none !important;
}
#banner.ow.newlegojanuarytwenty .topcontent.mobile {
	display: none;
}
#banner.ow.newlegojanuarytwenty span.button {
	background-color: #e21e26 !important;
	border: 2px solid #e21e26 !important;
	position: absolute;
	bottom: -80%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}

/*** MARCH BREAK SALE 2020 ***/
#banner.ow.marchbreaktwenty {
	background-color: #4f13ac !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/marchbreaktwenty/bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.marchbreaktwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 40%;
	margin-top: 50px;
	margin-bottom: 225px;
	min-height: 200px;
}
#banner.ow.marchbreaktwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.marchbreaktwenty .topcontent.mobile {
	display: none;
}
#banner.ow.marchbreaktwenty span.button {
	background-color: #ea0a8c !important;
	border: 2px solid #ea0a8c !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}

/*** GRAVITRAX LANDING PAGE 2020 ***/
#banner.ow.gravitraxpage {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/gravitraxpage/bg.png');
	background-position: bottom center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.gravitraxpage.waves-bottom:after {
	height: 80px !important;
}
#banner.ow.gravitraxpage .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 40%;
	margin-top: 50px;
	margin-bottom: 300px;
	min-height: 100px;
}
#banner.ow.gravitraxpage .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.gravitraxpage .topcontent.mobile {
	display: none;
}
#banner.ow.gravitraxpage span.button {
	background-color: #ea0a8c !important;
	border: 2px solid #ea0a8c !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}
.ow .iw.gravitrax h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

/*** MARCH BREAK SALE 2020 ***/
#banner.ow.brandsaletwenty {
	background-color: #065188 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brandsalemarch2020/bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.brandsaletwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 70%;
	margin-top: 50px;
	margin-bottom: 225px;
	min-height: 200px;
}
#banner.ow.brandsaletwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.brandsaletwenty .topcontent.mobile {
	display: none;
}
#banner.ow.brandsaletwenty span.button {
	background-color: #ea0a8c !important;
	border: 2px solid #ea0a8c !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}

/*** HUBELINO PROMO 2020 ***/
#banner.ow.hubelino {
	background-color: #065188 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hubelino2020/hubelino-bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.hubelino .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 70%;
	margin-top: 50px;
	margin-bottom: 225px;
	min-height: 200px;
}
#banner.ow.hubelino .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.hubelino .topcontent.mobile {
	display: none;
}
#banner.ow.hubelino span.button {
	background-color: #663091 !important;
	border: 2px solid #663091 !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}

@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.hubelino .topcontent {
		min-height: 100px;
	}
	#banner.ow.hubelino span.button {
		bottom: -140%;
	}
}

/*** MINIONS PROMO 2020 ***/
#banner.ow.minions {
	background-color: #065188 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/minions2020/minions-bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.minions .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 70%;
	margin-top: 50px;
	margin-bottom: 225px;
	min-height: 200px;
}
#banner.ow.minions .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.minions .topcontent.mobile {
	display: none;
}
#banner.ow.minions span.button {
	background-color: #155fad !important;
	border: 2px solid #155fad !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}

@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.minions .topcontent {
		min-height: 100px;
	}
	#banner.ow.minions span.button {
		bottom: -140%;
	}
}

/*** PLAYMOBIL 15% OFF SALE MAY 2020 ***/
#banner.ow.playmobilfifteen {
	background-color: #065188 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/playmobilfifteen20/newplaymobilbg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.playmobilfifteen .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 70%;
	margin-top: 50px;
	margin-bottom: 225px;
	min-height: 200px;
}
#banner.ow.playmobilfifteen .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.playmobilfifteen .topcontent.mobile {
	display: none;
}


@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.playmobilfifteen .topcontent {
		min-height: 100px;
	}
}

/*** OUTDOOR PLAY BANNER JUNE 2020 ***/
#banner.ow.outdoorplay {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/outdoorplay2020/outdoorplaybg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.outdoorplay .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 50%;
	margin-top: 100px;
	margin-bottom: 200px;
	min-height: 200px;
}
#banner.ow.outdoorplay .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.outdoorplay .topcontent.mobile {
	display: none;
}
#banner.ow.outdoorplay span.button {
	background-color: #0a5fac !important;
	border: 2px solid #0a5fac !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}


@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.outdoorplay .topcontent {
		min-height: 100px;
	}
}

/*** CRAFT SALE JUNE 2020 ***/
#banner.ow.craftsale {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/craftsale20/craftsalebg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.craftsale .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 80%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.craftsale .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.craftsale .topcontent.mobile {
	display: none;
}
#banner.ow.craftsale span.button {
	background-color: #0a5fac !important;
	border: 2px solid #0a5fac !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}


@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.craftsale .topcontent {
		min-height: 100px;
	}
}

/*** BACK IN STOCK LEGO JULY 2020 ***/
#banner.ow.newlegojulytwenty {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojuly20/newlegojuly20bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.newlegojulytwenty.versiontwo {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojuly20/newlegojuly20bg2.png');
}
#banner.ow.newlegojulytwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 80%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.newlegojulytwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.newlegojulytwenty .topcontent.mobile {
	display: none;
}
#banner.ow.newlegojulytwenty span.button {
	background-color: #0a5fac !important;
	border: 2px solid #0a5fac !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}


@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.newlegojulytwenty .topcontent {
		min-height: 100px;
	}
}

/*** FAT BRAIN TOYS SALE JULY 2020 ***/

#banner.ow.fatbrainsale {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/fatbrainsalejuly20/fatbrainsalejuly20bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.fatbrainsale .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 80%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.fatbrainsale .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.fatbrainsale .topcontent.mobile {
	display: none;
}
#banner.ow.fatbrainsale span.button {
	background-color: #0a5fac !important;
	border: 2px solid #0a5fac !important;
	position: absolute;
	bottom: -90%;
	width: 25%;
	padding: 0.5%;
	/*left: 38%;*/
	left: 36%;
	color: #fff !important;
	z-index: 2;
	font-weight: 900 !important;
}


@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.fatbrainsale .topcontent {
		min-height: 100px;
	}
}

/*** MARIO LEGO PROMO AUGUST 2020 ***/

#banner.ow.mariolego {
	background-color: red !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/mariolego20/mariobg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}

#banner.ow.mariolego.grey-wave-home-bottom:after {
	z-index: 2;
}

#banner.ow.mariolego .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 98%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.mariolego .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	vertical-align: middle;
}
#banner.ow.mariolego .topcontent.mobile {
	display: none;
}

#banner.ow.mariolego .mario-left, #banner.ow.mariolego .mario-right {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
}
#banner.ow.mariolego .mario-right {
	display: block;
	width: 50%;
	float: right;
	text-align: center;
	position: relative;
}
#banner.ow.mariolego .mario-right img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.mariolego .mario-right img:hover {
	 opacity: 0.7;
}

#banner.ow.mariolego .mario-left img, #banner.ow.mariolego .mario-right img {
	max-width: 100%;
}
#banner.ow.mariolego .mario-right img {
	padding-top: 6%;
}
#banner.ow.mariolego .mario-left .bubble {
	position: absolute;
	left: 46%;
	width: 10%;
	z-index: 3;
	top: 10px;
}
#banner.ow.mariolego .mario-left .bubble img {
	max-width: auto !important;
	animation: dotheharlemshake 6s cubic-bezier(.36,.07,.19,.97) infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@media (min-width: 1368px) and (max-width: 1700px) {
	#banner.ow.mariolego .topcontent {
		min-height: 150px;
	}	
}

@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.mariolego .topcontent {
		min-height: 60px;
	}
}

@media (max-width: 961px) {
	#banner.ow.mariolego {
		padding: 0;
	}
	#banner.ow.mariolego .topcontent {
		display: none;
	}
	#banner.ow.mariolego .topcontent.mobile {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	#banner.ow.mariolego .mario-left {
		float: right;
		width: 100%;
		margin: 0;
	}
	#banner.ow.mariolego .mario-left img {
		width: 100% !important;
		margin-top: -40px !important;
	}
	#banner.ow.mariolego .mario-right {
		float: left;
		width: 98%;
		margin: 1%;
		height: 100px;
	}
	#banner.ow.mariolego .mario-left .bubble {
		left: 38%;
		width: 15%;
		top: 130px;
	}
}

/*** BACK TO SCHOOL SALE 2020 ***/
#banner.ow.btstwenty {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bts20/btsbg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.btstwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 80%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.btstwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 55%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 35px;
	bottom: 0;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
	z-index: 4;
}
#banner.ow.btstwenty .topcontent img:hover {
	opacity: 0.7;
}
#banner.ow.btstwenty .topcontent.mobile {
	display: none;
}

@media (min-width: 1148px) and (max-width: 1367px) {
	#banner.ow.btstwenty .topcontent {
		min-height: 100px;
	}
}

@media (min-width: 961px) and (max-width: 1147px) {
	#banner.ow.btstwenty .topcontent {
		min-height: 35px;
	}
}

@media (max-width: 967px) {
	#banner.ow.btstwenty {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bts20/btsbg-mobile.png');	
	}
	#banner.ow.btstwenty .topcontent {
		display: none;
	}
	#banner.ow.btstwenty .topcontent.mobile {
		min-height: 220px;
	}
	#banner.ow.btstwenty .topcontent.mobile {
		display: block;
	}
	#banner.ow.btstwenty .topcontent.mobile img {
		width: 92%;
		top: 1px;
	}
}



/*** OSMO PROMO SEPT 2020 ***/
#banner.ow.osmotwenty {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/osmo20/osmobg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.osmotwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 80%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.osmotwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 15px;
	bottom: 0;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
	z-index: 4;
}
#banner.ow.osmotwenty .topcontent img:hover {
	opacity: 0.7;
}
#banner.ow.osmotwenty .topcontent.mobile {
	display: none;
}

@media (min-width: 1148px) and (max-width: 1367px) {
	#banner.ow.osmotwenty .topcontent {
		min-height: 100px;
	}
}

@media (min-width: 961px) and (max-width: 1147px) {
	#banner.ow.osmotwenty .topcontent {
		min-height: 35px;
	}
}

#banner.ow.osmotwenty.waves-bottom:after {
	z-index: 5;
}

@media (max-width: 967px) {
	#banner.ow.osmotwenty {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/osmo20/osmobg-mobile.png');	
	}
	#banner.ow.osmotwenty .topcontent {
		display: none;
	}
	#banner.ow.osmotwenty .topcontent.mobile {
		min-height: 220px;
	}
	#banner.ow.osmotwenty .topcontent.mobile {
		display: block;
	}
	#banner.ow.osmotwenty .topcontent.mobile img {
		width: 88%;
		top: 1px;
		z-index: 7;
	}
}
@media (max-width: 321px) {
	#banner.ow.osmotwenty {
		height: 430px;
	}
	#banner.ow.osmotwenty .topcontent.mobile img {
		width: 98%;
	}
}


/*** END OF SUMMER CLEARANCE SALE SEPT 2020 ***/
#banner.ow.summerclearancetwenty {
	background-color: green !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/summerclearance20/summerclearance20bg.png');
	background-position: center center;
	background-size: cover;
	animation: none !important;
}
#banner.ow.summerclearancetwenty .topcontent {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	/*max-width: 40%;*/
	max-width: 80%;
	/*margin-top: 100px;*/
	margin-bottom: 250px;
	min-height: 200px;
}
#banner.ow.summerclearancetwenty .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 83%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 0;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
	z-index: 6;
}
#banner.ow.summerclearancetwenty .topcontent img:hover {
	opacity: 0.7;
}
#banner.ow.summerclearancetwenty .topcontent.mobile {
	display: none;
}

@media (min-width: 1148px) and (max-width: 1367px) {
	#banner.ow.summerclearancetwenty .topcontent {
		min-height: 100px;
	}
}

@media (min-width: 961px) and (max-width: 1147px) {
	#banner.ow.summerclearancetwenty .topcontent {
		min-height: 35px;
	}
}

#banner.ow.summerclearancetwenty.waves-bottom:after {
	z-index: 5;
}

@media (max-width: 967px) {
	#banner.ow.summerclearancetwenty {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/summerclearance20/summerclearance20bg-mobile.png');	
	}
	#banner.ow.summerclearancetwenty .topcontent {
		display: none;
	}
	#banner.ow.summerclearancetwenty .topcontent.mobile {
		min-height: 100px;
	}
	#banner.ow.summerclearancetwenty .topcontent.mobile {
		display: block;
	}
	#banner.ow.summerclearancetwenty .topcontent.mobile img {
		width: 90%;
		top: 5px;
		z-index: 7;
	}
}
@media (max-width: 321px) {
	#banner.ow.summerclearancetwenty {
		height: 305px;
	}
	#banner.ow.summerclearancetwenty .topcontent.mobile img {
		width: 98%;
	}
}

/*** HALLOWEEN 2020 BANNER ***/

#banner.ow.halloweentwenty {
	padding: 0;
	background: black;
	height: auto;
}
#banner.ow.halloweentwenty .topcontent.tablet, #banner.ow.halloweentwenty .topcontent.mobile {
	display: none;
}
#banner.ow.halloweentwenty .topcontent img {
	max-width: 100%;
	height: auto;
	display: block;
	clear: both;
}
#banner.ow.halloweentwenty .topcontent a {
	z-index: 3;
}
@media (max-width: 967px) {
	#banner.ow.halloweentwenty .topcontent.desktop {
		display: none;
	}
	#banner.ow.halloweentwenty .topcontent.tablet {
		display: block;
		max-height: 80vh;
	}
	#banner.ow.halloweentwenty .topcontent.tablet img {
		margin-top: -75px;
	}
}
@media (max-width: 801px) {
	#banner.ow.halloweentwenty .topcontent.tablet {
		max-height: 97vh !important;
	}
	#banner.ow.halloweentwenty .topcontent.tablet img {
		margin-top: -135px !important;
	}
}
@media (max-width: 620px) {
	#banner.ow.halloweentwenty .topcontent.tablet {
		display: none;
	}
	#banner.ow.halloweentwenty .topcontent.mobile {
		display: block;
	}
	#banner.ow.halloweentwenty .topcontent.mobile img {
		max-width: 140%;
		margin-left: -20%;
	}
}


/*** START JR PRE-HOLIDAY SALE BANNERS 2020 ***/

#banner.ow.white.preholidaysaletwenty {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/preholidaysale20/preholidaysalebg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 500px;
	overflow: visible !important;
}
#banner.ow.white.preholidaysaletwenty .topcontent {
	position: relative;
}
#banner.ow.white.preholidaysaletwenty .topcontent .elf {
	position: absolute;
	width: 8%;
	height: auto;
	text-align: center;
	left: 0;
	bottom: 0;
}
#banner.ow.white.preholidaysaletwenty .topcontent .elf img {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
#banner.ow.white.preholidaysaletwenty .topcontent .elf.one {
	left: 135px;
	bottom: 45px;
	opacity: 1;
	animation-name: dotheharlemshake;
	-webkit-animation-name: dotheharlemshake;
	
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}
#banner.ow.white.preholidaysaletwenty .topcontent .elf.two {
	left: initial;
	right: 160px;
	bottom: 85px;
	opacity: 1;
	animation-name: dotheharlemshake;
	-webkit-animation-name: dotheharlemshake;
	
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;
	
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}

@media (min-width: 961px) and (max-width: 1367px) {
	#banner.ow.white.preholidaysaletwenty .offers {
		max-width: 820px !important;
	}

	#banner.ow.white.preholidaysaletwenty .topcontent .elf.one {
		bottom: 15px;
		left: 60px;
	}
	#banner.ow.white.preholidaysaletwenty .topcontent .elf.two {
		right: 20px;
		bottom: 40px;
	}
}

#banner.ow.white.preholidaysaletwenty img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 45%;
	padding: 30px 0 15px 0;
}
#banner.ow.white.preholidaysaletwenty img.title.mobile {
	display: none;
}
#banner.ow.white.preholidaysaletwenty .offers {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	max-width: 960px;
	padding: 15px 0;
}
#banner.ow.white.preholidaysaletwenty .offers ul, #banner.ow.white.preholidaysaletwenty .offers ul li {
	list-style: none;
	list-style-type: none;
}
#banner.ow.white.preholidaysaletwenty .offers ul li {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

#banner.ow.white.preholidaysaletwenty .offers.thirds ul li {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}

#banner.ow.white.preholidaysaletwenty .offers ul li img {
	display: block;
	margin: 0 auto;
	max-width: 70%;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

#banner.ow.white.preholidaysaletwenty .offers.thirds ul li img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

#banner.ow.white.preholidaysaletwenty .offers ul li img:hover {
	opacity: 0.7;
	cursor: pointer;
	border: 0;
}

@media (max-width: 960px) {
	#banner.ow.white.preholidaysaletwenty img.title {
		max-width: 94%;
		padding: 25px 0 5px 0;
	}
	
	#banner.ow.white.preholidaysaletwenty .offers ul li, #banner.ow.white.preholidaysaletwenty .offers.thirds ul li {
		width: 88%;
		float: none;
		clear: both;
		padding: 20px 0;
	}
	#banner.ow.white.preholidaysaletwenty .offers ul li img, #banner.ow.white.preholidaysaletwenty .offers.thirds ul li img {
		max-width: 88%;
		margin-bottom: 10px;
	}
	
	#banner.ow.white.preholidaysaletwenty .topcontent .elf {
		display: none!important;
	}
}

.ow.bfcmtwenty.bftop.frontpage .topcontent.desktop {
	width: 80%;
	position: relative;
}
.ow.bfcmtwenty.bftop.frontpage .topcontent.desktop span.button {
	position: absolute;
	bottom: 25px;
	background: #ea0a8c;
	border-color: #ea0a8c;
}
.ow.bfcmtwenty.bftop.cybmon.frontpage .topcontent.desktop span.button {
	background: #ffcc05;
	border-color: #ffcc05;
	color: black !important;
}
@media (max-width: 960px) {
	.ow.bfcmtwenty.bftop.frontpage .topcontent.mobile a {
		text-decoration: none !important;
		border: 0 !important;
	}
	.ow.bfcmtwenty.bftop.frontpage .topcontent.mobile span.button {
		position: relative;
		display: block;
		bottom: initial;
		background: #ea0a8c;
		border-color: #ea0a8c;
		margin: 0 auto;
		width: 175px;
		text-align: center;
		text-decoration: none !important;
	}
	.ow.bfcmtwenty.bftop.cybmon.frontpage .topcontent.mobile span.button {
		position: relative;
		display: block;
		bottom: initial;
		margin: 0 auto;
		width: 175px;
		text-align: center;
		text-decoration: none !important;
		background: #ffcc05;
		border-color: #ffcc05;
		color: black !important;
	}
}

#banner.ow.white.happyholidaystwentytwenty {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays20/jrhaps22020bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 500px;
	overflow: visible !important;
}
#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent img.title {
	margin-top: 5.5%;
	max-width: 40%;
	margin-bottom: 10.5%;
	margin-right: 5%;
	float: right;
}
#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent .santa.right {
	top: 15%;
}
#banner.ow.white.happyholidaystwentytwenty .topcontent img {
	display: block;
	margin: 30px auto 30px auto;
}
#banner.ow.white.happyholidaystwentytwenty .topcontent img.title {
	max-width: 56%;
	display: block;
	margin: 0;
	float: left;
	text-align: left;
	margin-left: 8.5%;
	margin-top: 5%;
}
#banner.ow.white.happyholidaystwentytwenty .topcontent.mobile {
	display: none;
}
#banner.ow.white.happyholidaystwentytwenty .topcontent .santa {
	display: block;
	position: absolute;
	text-align: center;
	width: 50%;
}
#banner.ow.white.happyholidaystwentytwenty .topcontent .santa img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#banner.ow.white.happyholidaystwentytwenty .topcontent .santa.right {
	right: 0;
	left: initial;
	top: 8.5%;
}

@media (max-width: 1367px) and (min-width: 961px) {
	#banner.ow.white.happyholidaystwentytwenty {
		min-height: 440px;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent img.title {
		margin-top: 0%;
		max-width: 70%;
		margin-bottom: 10.5%;
		margin-right: 5%;
		float: right;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent .santa.right {
		 top: 33%;
	}
	#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent {
		display: none;
	}
	#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent.mobile {
		display: block;
		min-height: 450px;
	}
	#banner.ow.white.happyholidaystwentytwenty.homeversion {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays20/jrhaps22020bg-mobile.png');
	}
	#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent.mobile img {
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 70%;
		margin-top: 12%;
		clear: both;
		margin-bottom: 30%;
	}
}

@media (max-width: 376px) {
	#banner.ow.white.happyholidaystwentytwenty.homeversion .topcontent.mobile {
		min-height: 360px;
	}
}

/*** BOXING WEEK SALE 2020 ***/

#banner.ow.white.boxingdaytwenty {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingday20/jrboxingday20bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 500px;
	overflow: visible !important;
}
#banner.ow.white.boxingdaytwenty.homeversion .topcontent img.title {
	max-width: 40%;
	margin: 0 auto;
	margin-top: 2.5%;
	text-align: center;
	display: block;
	float: none;
}
#banner.ow.white.boxingdaytwenty .topcontent img {
	display: block;
	margin: 30px auto 30px auto;
}
#banner.ow.white.boxingdaytwenty .topcontent.mobile {
	display: none;
}

@media (max-width: 1367px) and (min-width: 961px) {
	#banner.ow.white.boxingdaytwenty {
		min-height: 440px;
	}
	#banner.ow.white.boxingdaytwenty.homeversion .topcontent img.title {
		max-width: 50%;
		margin: 0 auto;
		margin-top: 3.75%;
		text-align: center;
		display: block;
		float: none;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.boxingdaytwenty.homeversion .topcontent img.title {
		margin-top: 0%;
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.boxingdaytwenty.homeversion .topcontent {
		display: none;
	}
	#banner.ow.white.boxingdaytwenty.homeversion .topcontent.mobile {
		display: block;
		min-height: 450px;
	}
	#banner.ow.white.boxingdaytwenty.homeversion {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingday20/jrboxingday20bg-mobile.png');
	}
	#banner.ow.white.boxingdaytwenty.homeversion .topcontent.mobile img {
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 70%;
		margin-top: 10%;
		clear: both;
		margin-bottom: 30%;
	}
	#banner.ow.white.boxingdaytwenty.homeversion.waves-bottom:after {
		height: 110px !important;
	}
}

@media (max-width: 376px) {
	#banner.ow.white.boxingdaytwenty.homeversion .topcontent.mobile {
		min-height: 360px;
	}
}

/*** BOARD GAME PROMO BANNER JAN 2021 ***/

#banner.ow.white.boardgamestwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boardgamebanner21/boardgamebg2.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 450px;
	overflow: visible !important;
}
#banner.ow.white.boardgamestwentyone .topcontent img.title {
	max-width: 33%;
	margin: 0 auto;
	margin-top: 2%;
	text-align: center;
	display: block;
	float: none;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone .topcontent img.title:hover {
	opacity: 0.7;
}
#banner.ow.white.boardgamestwentyone .topcontent img {
	display: block;
	margin: 30px auto 30px auto;
}
#banner.ow.white.boardgamestwentyone .topcontent.mobile {
	display: none;
}
#banner.ow.white.boardgamestwentyone.waves-bottom:after {
	height: 140px !important;
}

@media (max-width: 1441px) and (min-width: 1113px) {
	#banner.ow.white.boardgamestwentyone {
		min-height: 410px;
	}
	#banner.ow.white.boardgamestwentyone .topcontent img.title {
		max-width: 40%;
		margin: 0 auto;
		margin-top: 3%;
		text-align: center;
		display: block;
		float: none;
	}
}

@media (max-width: 1112px) and (min-width: 961px) {
		#banner.ow.white.boardgamestwentyone {
		min-height: 305px;
	}
	#banner.ow.white.boardgamestwentyone .topcontent img.title {
		max-width: 31%;
		margin: 0 auto;
		margin-top: 2.5%;
		text-align: center;
		display: block;
		float: none;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.boardgamestwentyone .topcontent img.title {
		margin-top: 0%;
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone .topcontent {
		display: none;
	}
	#banner.ow.white.boardgamestwentyone .topcontent.mobile {
		display: block;
		min-height: 450px;
	}
	#banner.ow.white.boardgamestwentyone {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boardgamebanner21/boardgamebg-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone .topcontent.mobile img {
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 65%;
		margin-top: 7.5%;
		clear: both;
		margin-bottom: 17.5%;
	}
	#banner.ow.white.boardgamestwentyone.waves-bottom:after {
		height: 110px !important;
	}
}

@media (max-width: 376px) {
	#banner.ow.white.boardgamestwentyone .topcontent.mobile {
		min-height: 360px;
	}
}

/*** NEW LEGO BANNER JANUARY 2021 ***/

#banner.ow.white.boardgamestwentyone.newlegojantwentyone {
	background-color: #0060ff !important;
}
#banner.ow.white.boardgamestwentyone.newlegojantwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.newlegojantwentyone .topcontent img.title {
	width: 46%;
	float: left;
	display: block;
	position: absolute !important;
	left: 2.5%;
	top: 10%;
}
#banner.ow.white.boardgamestwentyone.newlegojantwentyone .topcontent img.product {
	width: auto;
	max-height: 400px;
	float: right;
	display: block;
	position: absolute !important;
	z-index: 3;
	right: 0;
	top: 0%;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (min-width: 960px) and (max-width: 1223px) {
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone .topcontent img.product {
		top: 0%;
		max-height: 310px !important;
	}
}
@media (min-width: 1440px) {
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone .topcontent img.product {
		top: 0%;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.mobile {
		display: block !important;
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone .topcontent img.product {
		top: initial;
		right: 0;
		bottom: -60px;
		left: 0;
		z-index: 1;
		max-height: inherit;
		max-width: 100% !important;
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.mobile .topcontent.mobile img.titlemobile {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		/*max-width: 75% !important; */
		margin-top: 4.5% !important;
		clear: both !important;
		/*margin-bottom: 2.5% !important;*/
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.mobile .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone .topcontent img.product {
		bottom: 0px;
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale.mobile {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/4msalejan21/4msalebackground-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale.mobile img.titlemobile {
		max-width: 88% !important;
		margin-bottom: 40% !important;
	}
}

/*** 4M SALE BANNER JAN 2021 ***/

#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/4msalejan21/4msalebackground.png');
}
#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale img.title {
	top: 6.5%;
}
#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale img.product {
	max-height: 380px;
}

@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale.mobile {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/4msalejan21/4msalebackground-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.fouremsale.mobile img.titlemobile {
		max-width: 80% !important;
		margin-bottom: 40% !important;
	}
}

/*** CONTEST ONE BANNER FEB 2021 ***/

#banner.ow.white.boardgamestwentyone.newlegojantwentyone.contestonetwentyone {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/contestone2021/contestone2021bg.png');
}
#banner.ow.white.boardgamestwentyone.newlegojantwentyone.contestonetwentyone img.title {
	top: 0%;
	width: 100%;
	max-width: 960px;
	z-index: 1;
/*	left: 20%;*/
	position: relative !important;
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none !important;
}

@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.newlegojantwentyone.contestonetwentyone.mobile img.titlemobile {
		max-width: 80% !important;
		margin-bottom: 40% !important;
	}
}

/*** BUILDING SALE FEB 2021 ***/

#banner.ow.white.boardgamestwentyone.builditupsaletwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/buildingsalefeb21/buildingsalebg.png');
}
#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.title {
	width: 46%;
	max-width: 35%;
	float: left;
	display: block;
	position: absolute !important;
	left: 2.5%;
	top: 10%;
}
#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.product {
	width: auto;
	max-height: 400px;
	float: right;
	display: block;
	position: absolute !important;
	z-index: 3;
	right: 2.5%;
	top: 0%;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.product:hover {
	 opacity: 0.7;
}
@media (min-width: 960px) and (max-width: 1223px) {
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.product {
		top: 0%;
		max-height: 270px !important;
	}
}
@media (min-width: 1440px) {
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.product {
		top: 0%;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.mobile {
		display: block !important;
	}
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.product {
		top: initial;
		right: 0;
		bottom: -60px;
		left: 0;
		z-index: 1;
		max-height: inherit;
		max-width: 100% !important;
	}
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.mobile .topcontent.mobile img.titlemobile {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		max-width: 100% !important;
		margin-top: 2.5% !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
	}
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.mobile .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone .topcontent img.product {
		bottom: 0px;
	}
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.fouremsale.mobile {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/4msalejan21/4msalebackground-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone.builditupsaletwentyone.fouremsale.mobile img.titlemobile {
		max-width: 88% !important;
		margin-bottom: 40% !important;
	}
}


/*** CREATE AND INSPIRE SALE MARCH 2021 ***/

#banner.ow.white.boardgamestwentyone.createsaletwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/createsalemarch21/createsalebg.png');
}
#banner.ow.white.boardgamestwentyone.createsaletwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.title {
	width: 46%;
	max-width: 35%;
	float: left;
	display: block;
	position: absolute !important;
	left: 2.5%;
	top: 8%;
}
#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.product {
	width: auto;
	max-height: 400px;
	float: right;
	display: block;
	position: absolute !important;
	z-index: 3;
	right: 2.5%;
	top: 0%;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.product:hover {
	 opacity: 0.7;
}
@media (min-width: 960px) and (max-width: 1223px) {
	#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.product {
		top: 0%;
		max-height: 270px !important;
	}
}
@media (min-width: 1440px) {
	#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.product {
		top: 0%;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.createsaletwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.createsaletwentyone.mobile {
		display: block !important;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/createsalemarch21/createsalebg-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.product {
		top: initial;
		right: 0;
		bottom: -60px;
		left: 0;
		z-index: 1;
		max-height: inherit;
		max-width: 100% !important;
	}
	#banner.ow.white.boardgamestwentyone.createsaletwentyone.mobile .topcontent.mobile img.titlemobile {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		max-width: 76.5% !important;
		margin-top: 2.5% !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
	}
	#banner.ow.white.boardgamestwentyone.createsaletwentyone.mobile .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.createsaletwentyone .topcontent img.product {
		bottom: 0px;
	}
}

/*** EASTER PROMO MARCH 2021 ***/

#banner.ow.white.boardgamestwentyone.eastertwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/eastermarch21/easter21bg.png');
}
#banner.ow.white.boardgamestwentyone.eastertwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.title {
	width: 44%;
	max-width: 31%;
	float: left;
	display: block;
	position: absolute !important;
	left: 8%;
	top: 0%;
	z-index: 2;
}
#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.product {
	width: auto;
	max-height: 400px;
	float: right;
	display: block;
	position: absolute !important;
	z-index: 1;
	right: 8%;
	top: 0%;
	margin: 0 !important;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.product:hover {
	 opacity: 0.7;
}
@media (min-width: 960px) and (max-width: 1223px) {
	#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.product {
		top: 0%;
		max-height: 270px !important;
	}
}
@media (min-width: 1440px) {
	#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.product {
		top: 0%;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.eastertwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.eastertwentyone.mobile {
		display: block !important;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/eastermarch21/easter21bg-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.product {
		top: initial;
		right: 0;
		bottom: -60px;
		left: 0;
		z-index: 1;
		max-height: inherit;
		max-width: 100% !important;
	}
	#banner.ow.white.boardgamestwentyone.eastertwentyone.mobile .topcontent.mobile img.titlemobile {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		max-width: 76.5% !important;
		margin-top: 2.5% !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
	}
	#banner.ow.white.boardgamestwentyone.eastertwentyone.mobile .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.eastertwentyone .topcontent img.product {
		bottom: 0px;
	}
}

/*** SPRING BREAKE SALE APRIL 2021 ***/

#banner.ow.white.boardgamestwentyone.springbreaktwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springbreaksale21/jrspringbreakbg.png');
}
#banner.ow.white.boardgamestwentyone.springbreaktwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.title {
	width: 50%;
	float: left;
	display: block;
	position: absolute !important;
	left: 8%;
	top: 5%;
	z-index: 2;
}
#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.product {
	width: auto;
	max-height: 400px;
	float: right;
	display: block;
	position: absolute !important;
	z-index: 1;
	right: 8%;
	top: 0%;
	margin: 0 !important;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.product:hover {
	 opacity: 0.7;
}
@media (min-width: 960px) and (max-width: 1223px) {
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.product {
		top: 0%;
		max-height: 270px !important;
	}
}
@media (min-width: 1440px) {
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.product {
		top: 0%;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone.mobile {
		display: block !important;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springbreaksale21/jrspringbreakbg.png');
	}
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.product {
		top: initial;
		right: 0;
		bottom: -60px;
		left: 0;
		z-index: 1;
		max-height: inherit;
		max-width: 100% !important;
	}
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone.mobile .topcontent.mobile img.titlemobile {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		max-width: inherit;
		margin-top: 2.5% !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: -10%;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
		width: 120%;
	}
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone.mobile .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.springbreaktwentyone .topcontent img.product {
		bottom: 0px;
	}
}

/*** HAPE SALE APRIL 2021 ***/

#banner.ow.white.boardgamestwentyone.hapesaletwentyone {
	background-color: red !important;
	background-image: none;
	overflow: hidden !important;
}
#banner.ow.white.boardgamestwentyone.hapesaletwentyone:after {
	z-index: 3;
}

#banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgone {
	z-index: 2;
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	animation: fadeInOut1 10s ease reverse forwards infinite;
}
@keyframes fadeInOut1 {
    0% { opacity: 1 }
    1% { opacity: 1 }
    25% {opacity: 1 }
    30% { opacity: 0 }
    80% {opacity: 0	}
    85% { opacity: 1 }
}
#banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgtwo {
	z-index: 1;
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}

@media (max-width: 960px) { 
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgone, #banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgtwo {
		width: 130%;
		left: -15%;
	}
}

#banner.ow.white.boardgamestwentyone.hapesaletwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.hapesaletwentyone .topcontent img.title {
	max-width: initial;
	width: 55%;
	float: left;
	display: block;
	position: absolute !important;
	left: 12%;
	top: -2%;
	z-index: 4;
}

@media (max-width: 960px) {
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone {
		min-height: 340px;
	}
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone .topcontent img.title {
		width: 65%;
		left: 7%;
		top: 5%;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone.mobile {
		display: block !important;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hapesale21/halesale21bg-mobile.png');
	}
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone.mobile .topcontent.mobile img.titlemobile {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		max-width: inherit;
		margin-top: 2.5% !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
		width: 80%;
	}
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone.mobile .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
	
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgone, #banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgtwo {
		width: 110%;
		max-width: 110%;
		left: -5%;
		right: 0;
	}
	
}

@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgone, #banner.ow.white.boardgamestwentyone.hapesaletwentyone img.bgtwo {
		width: 115%;
		max-width: 115%;
		left: -7.5%;
		right: 0;
	}
}


/*** EDUCATORS PROMO MAY 2021 ***/

#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/educatorsmay21/jredu-bg.png');
}
#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent {
	max-width: 1224px;
	position: relative;
	margin: 0 auto;
	display: block;
}
#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent img.title {
	display: block;
	width: 54%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	float: left;
	max-width: inherit;
	margin-top: 7.5%;
	height: auto !important;
	z-index: 3;
}
#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent img.product {
	display: block;
	width: 42%;
	text-align: center;
	float: right;
	position: relative;
	z-index: 3;
	height: auto !important;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent img.product:hover {
	 opacity: 0.7;
}
@media (max-width: 960px) {
	#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone {
		min-height: 320px !important;
		padding: 10px 0;
	}
	#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone.mobile {
		display: block !important;
	}
	
	#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent.mobile img.titlemobile {
		display: block;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
		float: none;
		position: relative;
		z-index: 3;
		transition: all 0.3s ease-in-out;
	}
	#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
	
}
@media (max-width: 767px) {

}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.educatorsmaytwentyone .topcontent.mobile img.titlemobile {
		bottom: 0px;
	}
}


/*** BRUDER SALE MAY 2021 ***/

#banner.ow.white.boardgamestwentyone.brudermaytwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalemay21/brudersalebg.png');
}
#banner.ow.white.boardgamestwentyone.brudermaytwentyone.mobile {
	display: none !important;
}
#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent {
	max-width: 1224px;
	position: relative;
	margin: 0 auto;
	display: block;
}
#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent img.title {
	display: block;
	width: 50%;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
	float: left;
	max-width: inherit;
	margin-top: 5%;
	height: auto !important;
	z-index: 3;
}
#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent img.product {
	display: block;
	width: 45%;
	text-align: center;
	float: right;
	position: relative;
	z-index: 3;
	margin-top: 6.5%;
	padding-right: 1%;
	height: auto !important;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent img.product:hover {
	 opacity: 0.7;
}
@media (max-width: 960px) {
	#banner.ow.white.boardgamestwentyone.brudermaytwentyone.desktop {
		display: none !important;
	}
	#banner.ow.white.boardgamestwentyone.brudermaytwentyone {
		min-height: 320px !important;
		padding: 10px 0;
	}
	#banner.ow.white.boardgamestwentyone.brudermaytwentyone.mobile {
		display: block !important;
	}
	
	#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent.mobile img.titlemobile {
		display: block;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
		float: none;
		position: relative;
		z-index: 3;
		transition: all 0.3s ease-in-out;
	}
	#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent.mobile img.titlemobile:hover {
		opacity: 0.7;
	}
	
}
@media (max-width: 767px) {

}
@media (max-width: 321px) {
	#banner.ow.white.boardgamestwentyone.brudermaytwentyone .topcontent.mobile img.titlemobile {
		bottom: 0px;
	}
}


/*** AT HOME SCIENCE SALE JUNE 2021 ***/

#banner.ow.white.sciencesaletwentyone {
	height: 76vh;
	overflow: visible;
	margin-bottom: 2.5%;
}

#banner.ow.white.sciencesaletwentyone .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.sciencesaletwentyone .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.sciencesaletwentyone .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.sciencesaletwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/sciencesalejune21/athomesciencebg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
}
#banner.ow.white.sciencesaletwentyone .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 50%;
	padding: 30px 0;
}
@media (min-width: 1023px) and (max-width: 1367px) {
	#banner.ow.white.sciencesaletwentyone {
		height: 55vh;
		margin-bottom: 2.5%;
	}
}

@media (min-width: 1441px) {
	#banner.ow.white.sciencesaletwentyone {
		height: 67vh;
		margin-bottom: 2.5%;
	}
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.sciencesaletwentyone {
		height: 65vh;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.sciencesaletwentyone .topcontent img {
		max-width: 72%;
		padding: 15px 0;
	}
}

#banner.ow.white.sciencesaletwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 767px) {
	#banner.ow.white.sciencesaletwentyone .topcontent {
		display: none;
	}
	#banner.ow.white.sciencesaletwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.sciencesaletwentyone .topcontent img {
		max-width: 85%;
		padding: 10px 0;
	}
	
}


/*** SUMMER CLEARANCE JULY 2021 ***/

#banner.ow.white.summerclearancetwentyone {
	height: auto;
	overflow: visible;
}

#banner.ow.white.summerclearancetwentyone .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.summerclearancetwentyone .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.summerclearancetwentyone .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.summerclearancetwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/summerclearance21/jrsummersalebg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
}
#banner.ow.white.summerclearancetwentyone .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 57.5%;
	padding: 30px 0;
}
@media (min-width: 1023px) and (max-width: 1367px) {
	#banner.ow.white.summerclearancetwentyone {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
}

@media (min-width: 1441px) {
	#banner.ow.white.summerclearancetwentyone {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.summerclearancetwentyone {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.summerclearancetwentyone .topcontent img {
		max-width: 72%;
		padding: 15px 0;
	}
}

#banner.ow.white.summerclearancetwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.summerclearancetwentyone {
		padding: 10px 0 50px 0;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.summerclearancetwentyone .topcontent {
		display: none;
	}
	#banner.ow.white.summerclearancetwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.summerclearancetwentyone .topcontent img {
		max-width: 85%;
		padding: 10px 0;
	}
	
}


/*** NEW LEGO PROMO AUGUST 2021 ***/

#banner.ow.white.newlegoaugusttwentyone {
	height: auto;
	overflow: visible;
}

#banner.ow.white.newlegoaugusttwentyone .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.newlegoaugusttwentyone .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.newlegoaugusttwentyone .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.newlegoaugusttwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegoaug21/newlegoaug21bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
}
#banner.ow.white.newlegoaugusttwentyone .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 88%;
	padding: 30px 0;
}
@media (min-width: 1023px) and (max-width: 1367px) {
	#banner.ow.white.newlegoaugusttwentyone {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
}

@media (min-width: 1441px) {
	#banner.ow.white.newlegoaugusttwentyone {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.newlegoaugusttwentyone {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.newlegoaugusttwentyone .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.newlegoaugusttwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.newlegoaugusttwentyone {
		padding: 10px 0 50px 0;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.newlegoaugusttwentyone .topcontent {
		display: none;
	}
	#banner.ow.white.newlegoaugusttwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.newlegoaugusttwentyone .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
}


/*** STAR TREK PROMO BANNER 2021 ***/

#banner.ow.white.playmobilstartrek {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/playmobilstartrekaugust21/playmobilstartrekbg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	position: relative;
}

#banner.ow.white.playmobilstartrek .topcontent {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 1440px;
}

#banner.ow.white.playmobilstartrek .topcontent img.title {
	position: relative;
	display: block;
	float: left;
	width: 34%;
	margin-top: 4.25%;
	margin-left: 2px;
	padding-bottom: 160px;
}

#banner.ow.white.playmobilstartrek .topcontent img.product {
	position: relative;
	display: block;
	float: right;
	width: 61%;
	margin-top: 3%;
	margin-right: 2px;
	padding-bottom: 160px;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

@media (min-width: 1023px) and (max-width: 1367px) {
	#banner.ow.white.playmobilstartrek {
		height: auto;
		padding: 10px 0;
/*		margin-bottom: 2.5%;*/
	}
	#banner.ow.white.playmobilstartrek .topcontent img.product {
		padding-bottom: 60px;
	}
}

@media (min-width: 1441px) {
	#banner.ow.white.playmobilstartrek {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.playmobilstartrek {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.playmobilstartrek .topcontent img {
		max-width: 72%;
		padding: 15px 0;
	}
	#banner.ow.white.playmobilstartrek .topcontent img.product {
		padding-bottom: 60px;
	}
}

#banner.ow.white.playmobilstartrek .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.playmobilstartrek {
		padding: 10px 0 10px 0;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.playmobilstartrek .topcontent {
		display: none;
	}
	#banner.ow.white.playmobilstartrek .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.playmobilstartrek .topcontent img {
		max-width: 85%;
		padding: 10px 0;
	}
	
	#banner.ow.white.playmobilstartrek .topcontent img.title, #banner.ow.white.playmobilstartrek .topcontent img.product {
		float: none;
		clear: both;
		width: 94%;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 5%;
		padding-bottom: 5px;
	}
	#banner.ow.white.playmobilstartrek .topcontent img.product {
		padding-bottom: 100px;
	}
	
}

/*** COROLLE DOLLS SALE SEPTEMBER 2021 ***/

#banner.ow.white.corollesaletwentyone {
	height: auto;
	overflow: visible;
}

#banner.ow.white.corollesaletwentyone .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.corollesaletwentyone .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.corollesaletwentyone .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.corollesaletwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/corollesalesept21/corollesale21bg2.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
}
#banner.ow.white.corollesaletwentyone .topcontent img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 80%;
	padding: 30px 0;
}
@media (min-width: 1023px) and (max-width: 1367px) {
	#banner.ow.white.corollesaletwentyone {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
}

@media (min-width: 1441px) {
	#banner.ow.white.corollesaletwentyone {
		height: auto;
/*		margin-bottom: 2.5%;*/
	}
	#banner.ow.white.corollesaletwentyone .topcontent img {
		max-width: 1368px;
	}
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.corollesaletwentyone {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.corollesaletwentyone .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.corollesaletwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.corollesaletwentyone {
		padding: 10px 0 50px 0;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.corollesaletwentyone .topcontent {
		display: none;
	}
	#banner.ow.white.corollesaletwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.corollesaletwentyone .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
}

/*** PLAYMOBIL SALE BANNER SEPTEMBER 2021 ***/

#banner.ow.white.playmobilsaletwentyone {
	background-color: #0060ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/playmobilsalesept21/playmobilsalebg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 425px;
	animation: none !important;
}
#banner.ow.white.playmobilsaletwentyone .topcontent img.title {
	width: 45.5%;
	float: left;
	display: block;
	position: absolute !important;
	left: 3.5%;
	top: 11%;
}
#banner.ow.white.playmobilsaletwentyone .topcontent img.product.mobile {
	display: none;
}
#banner.ow.white.playmobilsaletwentyone .topcontent img.product {
	width: auto;
	max-height: 400px;
	float: right;
	display: block;
	position: absolute !important;
	/*z-index: 3;*/
	right: 5%;
	top: 0%;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
#banner.ow.white.playmobilsaletwentyone .topcontent.mobile {
	display: none !important;
}
@media (min-width: 960px) and (max-width: 1223px) {
	#banner.ow.white.playmobilsaletwentyone {
		min-height: 325px;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.title {
		width: 40%;
		top: 8.5%;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.product {
		top: 0%;
		max-height: 310px !important;
		right: 4%;
	}
}
@media (min-width: 1440px) {
	#banner.ow.white.playmobilsaletwentyone {
		min-height: 525px;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.title {
		width: 43.5%;
		float: left;
		display: block;
		position: absolute !important;
		left: 3.5%;
		top: 10%;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.product {
		top: 0%;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.playmobilsaletwentyone {
		animation: none !important;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.product {
		display: none;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.product.mobile {
		top: initial;
		right: 0;
		left: 0;
		bottom: 32px;
		z-index: 1;
		max-height: inherit;
		max-width: 90%!important;
		width: auto;
		margin: 0 auto;
		display: block;
		z-index: 0;
	}
	#banner.ow.white.playmobilsaletwentyone .topcontent img.title {
		z-index: 3 !important;
		position: relative !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
		/*max-width: 75% !important; */
		margin-top: 4.5% !important;
		clear: both !important;
		/*margin-bottom: 2.5% !important;*/
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
		width: 96%;
		float: none;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.playmobilsaletwentyone {
		min-height: 360px;
	}
	
}

#banner.ow.halloweentwenty.twentyone.homepage .titlecontainer {
	width: 65%;
	left: 17.5%;
}
#banner.ow.halloweentwenty.twentyone.homepage .titlecontainer img {
	padding: 150px 0;
	transition: all 0.3s ease-in-out;
}
#banner.ow.halloweentwenty.twentyone.homepage .titlecontainer img:hover {
	opacity: 0.7;
	cursor: pointer;
}
#banner.ow.halloweentwenty.twentyone.homepage .handcontainer img.handmove {
	max-width: 22%;
}
@media (max-width: 767px) {
	#banner.ow.halloweentwenty.twentyone.homepage .titlecontainer {
		width: 98%;
		left: 1%;
	}
	#banner.ow.halloweentwenty.twentyone.homepage .titlecontainer img {
		padding: 100px 0;
	}
	#banner.ow.halloweentwenty.twentyone.homepage .handcontainer img.handmove {
		max-width: 36%;
	}
}


/*** NEW CALICO CRITTERS PROMO 2021 ***/

#banner.ow.white.calicosaletwentyone {
	height: auto;
	overflow: visible;
}

#banner.ow.white.calicosaletwentyone .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.calicosaletwentyone .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.calicosaletwentyone .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.calicosaletwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/calicosaleoct21/calicosalebg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 535px;
	margin-bottom: 50px;
}

#banner.ow.white.calicosaletwentyone .topcontent img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 56%;
	padding: 30px 0;
	position: absolute;
	left: 10%;
	top: 6.5%;
	z-index: 1;
}

#banner.ow.white.calicosaletwentyone .topcontent img.product {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 32%;
	padding: 0;
	position: absolute;
	right: 10%;
	top: 3.5%;
	z-index: 2;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.calicosaletwentyone {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.calicosaletwentyone .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.calicosaletwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.calicosaletwentyone {
		padding: 10px 0 50px 0;
		min-height: auto;
		margin-bottom: 0;
	}
	
	#banner.ow.white.calicosaletwentyone .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
	#banner.ow.white.calicosaletwentyone img.title, #banner.ow.white.calicosaletwentyone img.product {
		position: relative !important;
		max-width: 80% !important;
		display: block !important;
		width: 80% !important;
		margin: 0 auto !important;
		text-align: center !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: initial !important;
		right: initial !important;
		top: initial !important;
	}
	
	#banner.ow.white.calicosaletwentyone img.title {
		max-width: 99% !important;
		width: 99% !important;
	}
	
	#banner.ow.white.calicosaletwentyone img.product {
		margin-top: -50px !important;
	}
	
	
}

@media (min-width: 1224px) and (max-width: 1624px) {
	#banner.ow.white.calicosaletwentyone {
		min-height: 425px;
		margin-bottom: 0;
	}
}

@media (min-width: 961px) and (max-width: 1223px) {
	#banner.ow.white.calicosaletwentyone {
		min-height: 360px;
		margin-bottom: 0;
	}
}

/*** GIFT GUIDE HOME BANNER ***/

#banner.ow.white.giftguidetwentyone.homepage {
	min-height: 550px;
}

#banner.ow.white.giftguidetwentyone.homepage .topcontent img.title {
	width: 24%;
	margin-left: 38%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.giftguidetwentyone.homepage .topcontent img.title:hover {
	opacity: 0.7;
	cursor: pointer;
}

@media (max-width: 1440px) and (min-width: 1224px) {
	#banner.ow.white.giftguidetwentyone.homepage {
		min-height: 430px;
	}
}

@media (max-width: 1223px) and (min-width: 961px) {
	#banner.ow.white.giftguidetwentyone.homepage {
		min-height: 360px;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.giftguidetwentyone.homepage {
		min-height: 350px;
		background-position: left center;
	}
	#banner.ow.white.giftguidetwentyone.homepage .topcontent img.title {
		width: 88%;
		margin-left: 6%;
		margin-top: 1.5%;
	}
}

@media (max-width: 767px) {
	
}

/*** PRE-BLACK FRIDAY BANNER 2021 ***/

#banner.ow.white.prebftwentyone {
	height: auto;
	min-height: ;
	overflow: visible;
}

#banner.ow.white.prebftwentyone .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.prebftwentyone .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.prebftwentyone .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.prebftwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bf2021/prebf2021bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 535px;
	/*margin-bottom: 50px;*/
}
#banner.ow.white.prebftwentyone.mainbf {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bf2021/mainbf2021bg.png');
}

#banner.ow.white.prebftwentyone.cybmon {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bf2021/maincybmon2021bg.png');
}

#banner.ow.white.prebftwentyone .topcontent img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 56%;
	padding: 0;
	position: absolute;
	left: 25%;
	top: 0%;
	z-index: 1;
}

#banner.ow.white.prebftwentyone.mainbf .topcontent img.title {
	left: 23%;
}

#banner.ow.white.prebftwentyone.cybmon .topcontent img.title {
	left: 26%;
	top: 5%;
}

#banner.ow.white.prebftwentyone .topcontent img.product {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 32%;
	padding: 0;
	position: absolute;
	right: 10%;
	top: 3.5%;
	z-index: 2;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.prebftwentyone {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.prebftwentyone .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.prebftwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.prebftwentyone {
		padding: 10px 0 50px 0;
		min-height: auto;
		margin-bottom: 0;
	}
	
	#banner.ow.white.prebftwentyone .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
	#banner.ow.white.prebftwentyone .topcontent {
		display: none;
	}
	
	#banner.ow.white.prebftwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.prebftwentyone img.title, #banner.ow.white.prebftwentyone img.product {
		position: relative !important;
		max-width: 80% !important;
		display: block !important;
		width: 80% !important;
		margin: 0 auto !important;
		text-align: center !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: initial !important;
		right: initial !important;
		top: initial !important;
	}
	
	#banner.ow.white.prebftwentyone img.title {
		max-width: 99% !important;
		width: 99% !important;
	}
	
	#banner.ow.white.prebftwentyone img.product {
		margin-top: -50px !important;
	}
	
	
}

@media (min-width: 1224px) and (max-width: 1624px) {
	#banner.ow.white.prebftwentyone {
		min-height: 425px;
		margin-bottom: 0;
	}
	#banner.ow.white.prebftwentyone .topcontent img.title {
		left: 22%;
	}
}

@media (min-width: 961px) and (max-width: 1223px) {
	#banner.ow.white.prebftwentyone {
		min-height: 360px;
		margin-bottom: 0;
	}
}

/*** HAPPY HOLIDAYS BANNER 2021 ***/

#banner.ow.white.happyholidaystwentyone {
	height: auto;
	min-height: initial;
	overflow: visible;
}
#banner.ow.white.happyholidaystwentyone {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays2021/jrhappyholidaysbg21.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
/*	min-height: 535px;*/
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.happyholidaystwentyone .topcontent {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 1440px;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

#banner.ow.white.happyholidaystwentyone .topcontent img.titleimg {
	display: block;
	position: relative;
	float: right;
	width: auto;
	max-width: 40%;
	padding-top: 2.5%;
}
#banner.ow.white.happyholidaystwentyone .topcontent img.santa {
	display: block;
	position: relative;
	float: left;
	width: auto;
	max-width: 58%;
	padding-top: 3.5%;
	animation: bounce 1.25s infinite alternate;
	-webkit-animation: bounce 1.25s infinite alternate;
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.happyholidaystwentyone {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.happyholidaystwentyone .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.happyholidaystwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.happyholidaystwentyone {
		padding: 10px 0 50px 0;
		min-height: auto;
		margin-bottom: 0;
	}
	
	#banner.ow.white.happyholidaystwentyone .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
	#banner.ow.white.happyholidaystwentyone .topcontent {
		display: none;
	}
	
	#banner.ow.white.happyholidaystwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.happyholidaystwentyone .topcontent img.titleimg, #banner.ow.white.happyholidaystwentyone .topcontent img.santa {
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		max-width: 90%;
	}
	#banner.ow.white.happyholidaystwentyone .topcontent img.titleimg {
		padding-top: 15px;
	}
	#banner.ow.white.happyholidaystwentyone .topcontent img.santa {
		max-width: 98%;
		width: 98%;
		padding-bottom: 75px;
	}
	
	
}

@media (min-width: 1224px) and (max-width: 1624px) {
	#banner.ow.white.happyholidaystwentyone {
/*		min-height: 525px;*/
		margin-bottom: 0;
	}
	#banner.ow.white.happyholidaystwentyone .topcontent img.title {
		left: 22%;
	}
}

@media (min-width: 961px) and (max-width: 1223px) {
	#banner.ow.white.happyholidaystwentyone {
/*		min-height: 360px;*/
		margin-bottom: 0;
	}
}

#banner.ow.white.happyholidaystwentyone {
	overflow: hidden;
}
#banner.ow.white.happyholidaystwentyone .topcontent img.santa {
	z-index: 1;
}
#banner.ow.white.happyholidaystwentyone .topcontent img.titleimg {
	z-index: 1;
}
#banner.ow.white.happyholidaystwentyone .snowflake {
	--size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}
#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(1) {
  --size: 0.6vw;
  --left-ini: 4vw;
  --left-end: 8vw;
  left: 10vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(2) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: 6vw;
  left: 41vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(3) {
  --size: 0.4vw;
  --left-ini: -7vw;
  --left-end: -6vw;
  left: 93vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -2s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(4) {
  --size: 0.2vw;
  --left-ini: -6vw;
  --left-end: 0vw;
  left: 43vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(5) {
  --size: 0.6vw;
  --left-ini: 7vw;
  --left-end: 7vw;
  left: 61vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -8s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(6) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: -4vw;
  left: 45vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(7) {
  --size: 0.2vw;
  --left-ini: -7vw;
  --left-end: 5vw;
  left: 62vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(8) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: 3vw;
  left: 79vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -1s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(9) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: 9vw;
  left: 48vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(10) {
  --size: 0.8vw;
  --left-ini: 0vw;
  --left-end: 1vw;
  left: 51vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -6s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(11) {
  --size: 0.4vw;
  --left-ini: 9vw;
  --left-end: 1vw;
  left: 71vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(12) {
  --size: 1vw;
  --left-ini: 1vw;
  --left-end: 9vw;
  left: 48vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(13) {
  --size: 1vw;
  --left-ini: -8vw;
  --left-end: 0vw;
  left: 93vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -8s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(14) {
  --size: 0.4vw;
  --left-ini: -6vw;
  --left-end: 1vw;
  left: 64vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(15) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: -5vw;
  left: 5vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(16) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: 1vw;
  left: 35vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -9s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(17) {
  --size: 0.6vw;
  --left-ini: -3vw;
  --left-end: -3vw;
  left: 2vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -1s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(18) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: -5vw;
  left: 59vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(19) {
  --size: 0.8vw;
  --left-ini: -1vw;
  --left-end: 8vw;
  left: 25vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -2s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(20) {
  --size: 0.8vw;
  --left-ini: -8vw;
  --left-end: 8vw;
  left: 98vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -5s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(21) {
  --size: 0.4vw;
  --left-ini: 8vw;
  --left-end: -8vw;
  left: 68vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(22) {
  --size: 1vw;
  --left-ini: 1vw;
  --left-end: -1vw;
  left: 91vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(23) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 3vw;
  left: 95vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(24) {
  --size: 0.6vw;
  --left-ini: 1vw;
  --left-end: -1vw;
  left: 67vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -5s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(25) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: -5vw;
  left: 10vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -10s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(26) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: -9vw;
  left: 9vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(27) {
  --size: 1vw;
  --left-ini: -1vw;
  --left-end: -8vw;
  left: 48vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(28) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -7vw;
  left: 5vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(29) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: -3vw;
  left: 41vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(30) {
  --size: 0.4vw;
  --left-ini: -1vw;
  --left-end: 3vw;
  left: 28vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -6s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(31) {
  --size: 1vw;
  --left-ini: -8vw;
  --left-end: -1vw;
  left: 42vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(32) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -8vw;
  left: 79vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(33) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -9vw;
  left: 7vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(34) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -9vw;
  left: 29vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -8s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(35) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: 1vw;
  left: 12vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(36) {
  --size: 0.6vw;
  --left-ini: 7vw;
  --left-end: 4vw;
  left: 72vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -9s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(37) {
  --size: 1vw;
  --left-ini: 1vw;
  --left-end: 2vw;
  left: 93vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(38) {
  --size: 0.2vw;
  --left-ini: 10vw;
  --left-end: 8vw;
  left: 57vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -2s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(39) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: -2vw;
  left: 51vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -4s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(40) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -9vw;
  left: 66vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(41) {
  --size: 0.4vw;
  --left-ini: 9vw;
  --left-end: 6vw;
  left: 74vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -10s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(42) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: 3vw;
  left: 100vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -2s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(43) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: -6vw;
  left: 44vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -2s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(44) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: 2vw;
  left: 74vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -8s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(45) {
  --size: 0.8vw;
  --left-ini: 8vw;
  --left-end: 0vw;
  left: 25vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(46) {
  --size: 0.2vw;
  --left-ini: 1vw;
  --left-end: 2vw;
  left: 59vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(47) {
  --size: 0.6vw;
  --left-ini: 2vw;
  --left-end: 10vw;
  left: 52vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -1s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(48) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: 7vw;
  left: 78vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -1s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(49) {
  --size: 0.8vw;
  --left-ini: 8vw;
  --left-end: 0vw;
  left: 44vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(50) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: 6vw;
  left: 23vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -1s;
}

/* added small blur every 6 snowflakes*/
#banner.ow.white.happyholidaystwentyone .snowflake:nth-child(6n) {
  filter: blur(1px);
}

/*** BOXING WEEK SALE 2021 ***/

#banner.ow.white.boxingweeksaletwentyone {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingweek21/jrboxingsale21bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
/*	min-height: 535px;*/
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.boxingweeksaletwentyone .topcontent img.title {
	width: 90%;
	/*margin-left: 5%;*/
	padding-top: 25px;
	padding-bottom: 25px;
}
#banner.ow.white.boxingweeksaletwentyone .topcontent img.title:hover {
	cursor: pointer;
}

#banner.ow.white.boxingweeksaletwentyone .topcontent.mobile {
	display: none;
}

@media (max-width: 1440px) and (min-width: 1224px) {
	#banner.ow.white.boxingweeksaletwentyone {
		min-height: 430px;
	}
}

@media (max-width: 1223px) and (min-width: 961px) {
	#banner.ow.white.boxingweeksaletwentyone {
		min-height: 360px;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.boxingweeksaletwentyone {
		min-height: 350px;
		background-position: left center;
	}
	#banner.ow.white.boxingweeksaletwentyone .topcontent img.title {
		width: 88%;
		margin-left: 6%;
		margin-top: 1.5%;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.boxingweeksaletwentyone .topcontent {
		display: none;
	}
	
	#banner.ow.white.boxingweeksaletwentyone .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.boxingweeksaletwentyone .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 98%;
		width: 98%;
		margin: 0 auto;
		padding: 0;
	}
	#banner.ow.white.boxingweeksaletwentyone .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
}

/*** PUZZLE SALE JANUARY 2022 ***/

#banner.ow.white.puzzlesaletwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/puzzlesalejan22/jrpuzzlesalejan22bg2.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
/*	min-height: 535px;*/
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.puzzlesaletwentytwo .topcontent img.title {
	width: auto;
	max-width: 900px;
	/*margin-left: 5%;*/
	padding: 30px 0;
}
#banner.ow.white.puzzlesaletwentytwo .topcontent img.title:hover {
	cursor: pointer;
}
#banner.ow.white.puzzlesaletwentytwo .topcontent a.button.yellow {
	color: #003bbb !important;
	font-weight: 900 !important;
	font-size: 19px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.puzzlesaletwentytwo .topcontent a.button.yellow:hover {
	background: #ffffff !important;
	opacity: 0.8 !important;
}

#banner.ow.white.puzzlesaletwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 1440px) and (min-width: 1224px) {
	#banner.ow.white.puzzlesaletwentytwo .topcontent img.title {
		max-width: 525px;
		padding: 25px 0;
	}
}

@media (max-width: 1223px) and (min-width: 961px) {
	#banner.ow.white.puzzlesaletwentytwo {
		padding-bottom: 130px;
	}
	#banner.ow.white.puzzlesaletwentytwo .topcontent img.title {
		max-width: 400px;
		padding: 20px 0;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.puzzlesaletwentytwo {
		min-height: 350px;
		background-position: center center;
	}
	#banner.ow.white.puzzlesaletwentytwo .topcontent img.title {
		width: 88%;
		margin-left: 6%;
		margin-top: 1.5%;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.puzzlesaletwentytwo {
		background-position: center center;
	}
	#banner.ow.white.puzzlesaletwentytwo .topcontent {
		display: none;
	}
	
	#banner.ow.white.puzzlesaletwentytwo .topcontent.mobile {
		display: block;
	}
	
	#banner.ow.white.puzzlesaletwentytwo .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#banner.ow.white.puzzlesaletwentytwo .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
	#banner.ow.white.puzzlesaletwentytwo .topcontent a.button.yellow {
		color: #003bbb !important;
		font-weight: 900 !important;
		font-size: 19px !important;
		text-transform: capitalize !important;
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin-top: -50px;
		z-index: 2;
		left: 25%;
		right: 25%;
		width: 40%;
		display: block;
	}
	
}


/*** NEW LEGO PROMO JANUARY 2022 ***/

#banner.ow.white.legopromojantwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legopromojan22/newlegojan22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 575px;
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.legopromojantwentytwo .topcontent img.title {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#banner.ow.white.legopromojantwentytwo .topcontent img.title:hover {
	cursor: pointer;
}
#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 19px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	margin-top: 440px;
	position: relative;
}
#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue:hover {
	background: #ffffff !important;
	opacity: 0.8 !important;
	color: #0b5fad !important;
}

#banner.ow.white.legopromojantwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width:1920px) and (min-width: 1441px) {
	#banner.ow.white.legopromojantwentytwo {
		min-height: 300px;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
		margin-top: 315px;
	}
}

@media (max-width: 1440px) and (min-width: 1224px) {
	#banner.ow.white.legopromojantwentytwo {
		min-height: 300px;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent img.title {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
		margin-top: 255px;
	}
}

@media (max-width: 1223px) and (min-width: 961px) {
	#banner.ow.white.legopromojantwentytwo {
		/*padding-bottom: 130px;*/
		min-height: 225px;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent img.title {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
		margin-top: 185px;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.legopromojantwentytwo {
		min-height: 200px;
		background-position: center center;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
		margin-top: 145px;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent img.title {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.legopromojantwentytwo {
		background-position: center center;
		padding: 0;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent {
		display: none;
	}
	
	#banner.ow.white.legopromojantwentytwo .topcontent.mobile {
		display: block;
		padding-bottom: 35px;
	}
	
	#banner.ow.white.legopromojantwentytwo .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#banner.ow.white.legopromojantwentytwo .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
	#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
		font-weight: 900 !important;
		font-size: 19px !important;
		text-transform: capitalize !important;
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin-top: -200px;
		z-index: 2;
		left: 28%;
		width: 30%;
		color: #fff !important;
		display: block;
	}
	
}
@media (max-width: 321px) {
	#banner.ow.white.legopromojantwentytwo .topcontent a.button.darkblue {
		margin-top: -165px;
	}
}


/*** VALENTINES SALE FEBRUARY 2022 ***/

#banner.ow.white.valentinessaletwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/valentinessale22/valentinessale22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	height: auto;
	min-height: inherit;
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.valentinessaletwentytwo .topcontent img.title {
	width: 85%;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 0;
	text-align: center;
	margin-bottom: -60px;
}
#banner.ow.white.valentinessaletwentytwo .topcontent img.title:hover {
	cursor: pointer;
}
#banner.ow.white.valentinessaletwentytwo .topcontent a.button.red {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 19px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	position: absolute;
	left: 7.5%;
	bottom: 25%;
	padding: 8px 18px;
}
#banner.ow.white.valentinessaletwentytwo .topcontent a.button.darkblue:hover {
	background: #ffffff !important;
	opacity: 0.8 !important;
	color: #0b5fad !important;
}

#banner.ow.white.valentinessaletwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 1440px) and (min-width: 1024px) {
	#banner.ow.white.valentinessaletwentytwo .topcontent img.title {
		width: 90%;
	}
	#banner.ow.white.valentinessaletwentytwo .topcontent a.button.red {
		left: 5%;
		padding: 8px 17px;
		bottom: 28.75%;
	}
}

@media (max-width: 1023px) and (min-width: 961px) {
	#banner.ow.white.valentinessaletwentytwo .topcontent img.title {
		width: 95%;
	}
	#banner.ow.white.valentinessaletwentytwo .topcontent a.button.red {
		left: 2.5%;
		padding: 7px 15px;
		bottom: 28.75%;
	}
}


@media (max-width: 960px) {
	#banner.ow.white.valentinessaletwentytwo {
		background-position: center center;
		padding-top: 0;
	}
	
}

@media (max-width: 767px) {
	#banner.ow.white.valentinessaletwentytwo {
		background-position: center center;
		padding: 0;
	}
	#banner.ow.white.valentinessaletwentytwo .topcontent {
		display: none;
	}
	
	#banner.ow.white.valentinessaletwentytwo .topcontent.mobile {
		display: block;
		padding-bottom: 35px;
	}
	
	#banner.ow.white.valentinessaletwentytwo .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		padding-top: 10px;
	}
	#banner.ow.white.valentinessaletwentytwo .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
	#banner.ow.white.valentinessaletwentytwo .topcontent a.button.red {
		font-weight: 900 !important;
		font-size: 19px !important;
		text-transform: capitalize !important;
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin-top: -200px;
		z-index: 2;
		left: 28%;
		width: 30%;
		color: #fff !important;
		display: block;
		bottom: 50%;
	}
	
}
@media (max-width: 321px) {
	#banner.ow.white.valentinessaletwentytwo .topcontent a.button.darkblue {
		margin-top: -165px;
	}
}


/*** BRIO BUILDING SALE FEBRUARY 2022 ***/

#banner.ow.white.buildingsaletwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/briosalefeb22/briosalefeb22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	height: auto;
	min-height: inherit;
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.buildingsaletwentytwo .topcontent img.title {
	width: 85%;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 0;
	text-align: center;
	margin-bottom: -120px;
}
#banner.ow.white.buildingsaletwentytwo .topcontent img.title:hover {
	cursor: pointer;
}
#banner.ow.white.buildingsaletwentytwo .topcontent a.button.red {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	position: absolute;
	left: 7.75%;
	bottom: 25%;
	padding: 5px 18px;
}
#banner.ow.white.buildingsaletwentytwo .topcontent a.button.darkblue:hover {
	background: #ffffff !important;
	opacity: 0.8 !important;
	color: #0b5fad !important;
}

#banner.ow.white.buildingsaletwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 1440px) and (min-width: 1024px) {
	#banner.ow.white.buildingsaletwentytwo .topcontent img.title {
		width: 90%;
	}
	#banner.ow.white.buildingsaletwentytwo .topcontent a.button.red {
		left: 5%;
		padding: 8px 17px;
		bottom: 28.75%;
	}
}

@media (max-width: 1023px) and (min-width: 961px) {
	#banner.ow.white.buildingsaletwentytwo .topcontent img.title {
		width: 95%;
	}
	#banner.ow.white.buildingsaletwentytwo .topcontent a.button.red {
		left: 2.5%;
		padding: 7px 15px;
		bottom: 28.75%;
	}
}


@media (max-width: 960px) {
	#banner.ow.white.buildingsaletwentytwo {
		background-position: center center;
		padding-top: 0;
	}
	#banner.ow.white.buildingsaletwentytwo .topcontent img.title {
		margin-bottom: -80px;
	}
	#banner.ow.white.buildingsaletwentytwo .topcontent a.button.red {
		bottom: 31%;
	}
	
}

@media (max-width: 767px) {
	#banner.ow.white.buildingsaletwentytwo {
		background-position: center center;
		padding: 0;
	}
	#banner.ow.white.buildingsaletwentytwo .topcontent {
		display: none;
	}
	
	#banner.ow.white.buildingsaletwentytwo .topcontent.mobile {
		display: block;
		padding-bottom: 35px;
	}
	
	#banner.ow.white.buildingsaletwentytwo .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		padding-top: 10px;
	}
	#banner.ow.white.buildingsaletwentytwo .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
	#banner.ow.white.buildingsaletwentytwo .topcontent a.button.red {
		font-weight: 900 !important;
		font-size: 19px !important;
		text-transform: capitalize !important;
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin-top: -200px;
		z-index: 2;
		left: 28%;
		width: 30%;
		color: #fff !important;
		display: block;
		bottom: 50%;
	}
	
}
@media (max-width: 321px) {
	#banner.ow.white.buildingsaletwentytwo .topcontent a.button.darkblue {
		margin-top: -165px;
	}
}


/*** CREATIVITY FOR KIDS SALE - MARCH 2022 ***/

#banner.ow.white.cfksaletwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cfksale22/cfksale22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	height: auto;
	min-height: inherit;
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.cfksaletwentytwo .topcontent {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

#banner.ow.white.cfksaletwentytwo .topcontent img.title {
	width: 72.5%;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 0;
	text-align: center;
	float: left;
	padding-top: 40px;
	padding-bottom: 100px;
	margin-left: 0;
}
#banner.ow.white.cfksaletwentytwo .topcontent img.title:hover {
	cursor: pointer;
}
#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	position: absolute;
	left: 1%;
	bottom: 8%;
	padding: 5px 18px;
	background-color: #014ab9 !important;
	border-color: #fff !important;
}
#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue:hover {
	background: #014ab9 !important;
	opacity: 0.8 !important;
	color: #fff !important;
}

#banner.ow.white.cfksaletwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 1440px) and (min-width: 1024px) {
	#banner.ow.white.cfksaletwentytwo .topcontent img.title {
		width: 90%;
	}
	#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue {
		/*left: 5%;*/
		padding: 8px 17px;
		/*bottom: 28.75%;*/
	}
}

@media (max-width: 1023px) and (min-width: 961px) {
	#banner.ow.white.cfksaletwentytwo .topcontent img.title {
		width: 95%;
	}
	#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue {
		/*left: 2.5%;*/
		padding: 7px 15px;
		/*bottom: 28.75%;*/
	}
}


@media (max-width: 960px) {
	#banner.ow.white.cfksaletwentytwo {
		background-position: center center;
		padding-top: 0;
	}
	#banner.ow.white.cfksaletwentytwo .topcontent img.title {
		margin-bottom: -80px;
	}
	#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue {
		bottom: -15%;
	}
	
}

@media (max-width: 767px) {
	#banner.ow.white.cfksaletwentytwo {
		background-position: center center;
		padding: 0;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cfksale22/cfksale22bg-mobile.png');
	}
	#banner.ow.white.cfksaletwentytwo .topcontent {
		display: none;
	}
	
	#banner.ow.white.cfksaletwentytwo .topcontent.mobile {
		display: block;
		padding-bottom: 35px;
	}
	
	#banner.ow.white.cfksaletwentytwo .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		padding-top: 10px;
	}
	#banner.ow.white.cfksaletwentytwo .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
	#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue {
		font-weight: 900 !important;
		font-size: 19px !important;
		text-transform: capitalize !important;
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin-top: -200px;
		z-index: 2;
		left: 28%;
		width: 30%;
		color: #fff !important;
		display: block;
		bottom: 50%;
	}
	
}
@media (max-width: 321px) {
	#banner.ow.white.cfksaletwentytwo .topcontent a.button.blue {
		margin-top: -165px;
	}
}


/*** LEGO MARCH BREAK / AFTERPAY DAYS SALE - MARCH 2022 ***/

#banner.ow.white.legosalemarchtwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legosale0322/legosalemarch22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	height: auto;
	min-height: inherit;
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}

#banner.ow.white.legosalemarchtwentytwo .topcontent {
	position: relative;
	margin: 0 auto;
}

#banner.ow.white.legosalemarchtwentytwo .topcontent img.title {
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 0;
	text-align: center;
	float: left;
	padding: 0;
	margin-bottom: -120px;
	z-index: 6;
}

#banner.ow.white.legosalemarchtwentytwo.inner-page .topcontent img.title {
	margin-bottom: 0;
	padding: 60px 0;
}
#banner.ow.white.legosalemarchtwentytwo .topcontent img.title:hover {
	cursor: pointer;
}
#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
	z-index: 11;
	position: absolute;
	left: 47%;
	bottom: 5%;
	padding: 5px 18px;
	background-color: #ec2027 !important;
	border-color: #fff !important;
}
#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue:hover {
	opacity: 0.8 !important;
	color: #fff !important;
}

#banner.ow.white.legosalemarchtwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 1440px) and (min-width: 1224px) {
	#banner.ow.white.legosalemarchtwentytwo .topcontent img.title {
/*		width: 90%;*/
	}
	#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue {
		left: 45%;
		bottom: -15%;
		padding: 8px 17px;
		/*bottom: 28.75%;*/
	}
}

@media (max-width: 1223px) and (min-width: 961px) {
	#banner.ow.white.legosalemarchtwentytwo .topcontent img.title {
/*		width: 95%;*/
	}
	#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue {
		left: 43.5%;
		bottom: -35%;
		padding: 7px 15px;
		/*bottom: 28.75%;*/
	}
}


@media (max-width: 960px) {
	#banner.ow.white.legosalemarchtwentytwo {
		background-position: center center;
		padding-top: 0;
	}
	#banner.ow.white.legosalemarchtwentytwo .topcontent img.title {
		margin-bottom: -80px;
	}
	#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue {
		bottom: -55%;
		left: 43%;
		font-size: 16px !important;
	}
	
}

@media (max-width: 767px) {
	#banner.ow.white.legosalemarchtwentytwo {
		background-position: center center;
		padding: 0;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legosale0322/legosalemarch22bg-mobile.png');
	}
	#banner.ow.white.legosalemarchtwentytwo .topcontent {
		display: none;
	}
	
	#banner.ow.white.legosalemarchtwentytwo .topcontent.mobile {
		display: block;
		padding-bottom: 35px;
	}
	
	#banner.ow.white.legosalemarchtwentytwo .topcontent.mobile img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		/*padding-top: 10px;*/
	}
	#banner.ow.white.legosalemarchtwentytwo .topcontent.mobile img:hover {
		cursor: pointer;
	}
	
	#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue {
		font-weight: 900 !important;
		font-size: 19px !important;
		text-transform: capitalize !important;
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin-top: -175px;
		z-index: 9;
		left: 28%;
		width: 30%;
		color: #fff !important;
		display: block;
		bottom: 50%;
	}
	
}
@media (max-width: 767px) {
	#banner.ow.white.legosalemarchtwentytwo .topcontent.mobile {
		padding-bottom: 100px;
	}
	#banner.ow.white.legosalemarchtwentytwo.inner-page .topcontent img.title {
		margin-bottom: 0;
		padding: 60px 0;
		max-width: 90%;
		margin: 0 auto;
		float: none;
		display: block;
		text-align: center;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.legosalemarchtwentytwo .topcontent a.button.blue {
		margin-top: -165px;
	}
}


/*** EASTER SALE 2022 ***/

#banner.ow.white.eastersaletwentytwo {
	height: auto;
	overflow: visible;
}

#banner.ow.white.eastersaletwentytwo .topcontent a {
	display: block;
	margin: 0 auto;
	max-width: 1660px;
	position: relative;
}

#banner.ow.white.eastersaletwentytwo .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.eastersaletwentytwo .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.eastersaletwentytwo .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.eastersaletwentytwo {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/eastersale22/eastersale22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 535px;
	margin-bottom: 50px;
}

#banner.ow.white.eastersaletwentytwo .topcontent img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 52.5%;
	padding: 15px 0 30px 0;
	position: absolute;
	left: 2.5%;
	top: 1%;
	z-index: 1;
}
#banner.ow.white.eastersaletwentytwo .topcontent img.title.mobile {
	display: none;
}

#banner.ow.white.eastersaletwentytwo .topcontent img.product {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 33.5%;
	padding: 0;
	position: absolute;
	right: 5%;
	top: 1%;
	z-index: 2;
	padding: 10px 5px;
	/*animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;*/
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.eastersaletwentytwo {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.eastersaletwentytwo .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.eastersaletwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.eastersaletwentytwo {
		padding: 10px 0 50px 0;
		min-height: auto;
		margin-bottom: 0;
	}
	
	#banner.ow.white.eastersaletwentytwo .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
	#banner.ow.white.eastersaletwentytwo img.title, #banner.ow.white.eastersaletwentytwo img.product {
		position: relative !important;
		max-width: 80% !important;
		display: block !important;
		width: 80% !important;
		margin: 0 auto !important;
		text-align: center !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: initial !important;
		right: initial !important;
		top: initial !important;
	}
	
	#banner.ow.white.eastersaletwentytwo img.title {
		display: none !important;
	}
	
	#banner.ow.white.eastersaletwentytwo img.title.mobile {
		display: block !important;
		max-width: 70% !important;
		width: 70% !important;
		padding: 7.5px 0 45px 0;
	}
	
	#banner.ow.white.eastersaletwentytwo img.product {
		margin-top: -50px !important;
	}
	
	
}

@media (min-width: 1224px) and (max-width: 1624px) {
	#banner.ow.white.eastersaletwentytwo {
		min-height: 425px;
		margin-bottom: 0;
	}
}

@media (min-width: 961px) and (max-width: 1223px) {
	#banner.ow.white.eastersaletwentytwo {
		min-height: 360px;
		margin-bottom: 0;
	}
}

/*** BRUDER SALE - 20% OFF - APRIL 2022 ***/

#banner.ow.white.brudersaleapriltwentytwo {
	height: auto;
	overflow: visible;
}

#banner.ow.white.brudersaleapriltwentytwo .topcontent a {
	display: block;
	margin: 0 auto;
	max-width: 1660px;
	position: relative;
}

#banner.ow.white.brudersaleapriltwentytwo .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.brudersaleapriltwentytwo .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.brudersaleapriltwentytwo .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.brudersaleapriltwentytwo {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersaleapr22/brudersale22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 535px;
/*	margin-bottom: 50px;*/
}

#banner.ow.white.brudersaleapriltwentytwo .topcontent img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 50%;
	padding: 15px 0 30px 0;
	position: absolute;
	left: 1%;
	top: 1%;
	z-index: 1;
}
#banner.ow.white.brudersaleapriltwentytwo .topcontent img.title.mobile {
	display: none;
}

#banner.ow.white.brudersaleapriltwentytwo .topcontent img.product {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 39%;
	padding: 0;
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 2;
	padding: 20px 5px;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.brudersaleapriltwentytwo {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.brudersaleapriltwentytwo .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.brudersaleapriltwentytwo .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.brudersaleapriltwentytwo {
		padding: 10px 0 50px 0;
		min-height: auto;
		margin-bottom: 0;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersaleapr22/brudersale22bg-mobile.png');

	}
	
	#banner.ow.white.brudersaleapriltwentytwo .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
	#banner.ow.white.brudersaleapriltwentytwo img.title, #banner.ow.white.brudersaleapriltwentytwo img.product {
		position: relative !important;
		max-width: 80% !important;
		display: block !important;
		width: 80% !important;
		margin: 0 auto !important;
		text-align: center !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: initial !important;
		right: initial !important;
		top: initial !important;
	}
	
	#banner.ow.white.brudersaleapriltwentytwo img.title {
		display: none !important;
	}
	
	#banner.ow.white.brudersaleapriltwentytwo img.title.mobile {
		display: block !important;
		max-width: 88% !important;
		width: 88% !important;
		padding: 7.5px 0 45px 0;
	}
	
	#banner.ow.white.brudersaleapriltwentytwo img.product {
		margin-top: -50px !important;
		max-width: 88% !important;
		width: 88% !important;
	}
	
	
}

@media (min-width: 1224px) and (max-width: 1624px) {
	#banner.ow.white.brudersaleapriltwentytwo {
		min-height: 425px;
		margin-bottom: 0;
	}
	#banner.ow.white.brudersaleapriltwentytwo .topcontent img.title {
		max-width: 42.5%;
		left: 2%;
	}
	#banner.ow.white.brudersaleapriltwentytwo .topcontent img.product {
		right: 2%;
	}
}

@media (min-width: 961px) and (max-width: 1223px) {
	#banner.ow.white.brudersaleapriltwentytwo {
		min-height: 360px;
		margin-bottom: 0;
	}
	#banner.ow.white.brudersaleapriltwentytwo .topcontent img.title {
		max-width: 43%;
		left: 3%;
	}
	#banner.ow.white.brudersaleapriltwentytwo .topcontent img.product {
		right: 3%;
	}
}


/*** MANHATTAN TOY SALE - MAY 2022 ***/

#banner.ow.white.manhattantoysale {
	height: auto;
	overflow: visible;
}
#banner.ow.white.manhattantoysale .topcontent {
	display: block;
	margin: 0 auto;
	max-width: 1660px;
	position: relative;
}
#banner.ow.white.manhattantoysale .topcontent a {

}

#banner.ow.white.manhattantoysale .topcontent a img {
	z-index: 3;
	position: relative;
}

#banner.ow.white.manhattantoysale .topcontent a img {
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.manhattantoysale .topcontent a img:hover {
	opacity: 0.7;
}

#banner.ow.white.manhattantoysale {
	background-color: #fff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/manhattantoy22/manhattantoy22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: 535px;
/*	margin-bottom: 50px;*/
}

#banner.ow.white.manhattantoysale .topcontent img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 60%;
	padding: 45px 0;
	position: absolute;
	left: 1%;
	top: 1%;
	z-index: 1;
}
#banner.ow.white.manhattantoysale .topcontent img.title.mobile {
	display: none;
}

#banner.ow.white.manhattantoysale .topcontent img.product {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 33%;
	padding: 0;
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 2;
	padding: 20px 5px;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.manhattantoysale .topcontent a.button.blue {
	color: #0061b3 !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
	z-index: 11;
	position: absolute;
	display: block;
	width: 160px;
	margin-top: 20%;
	left: 1.5%;
	padding: 8px 12px;
	background-color: #fff !important;
	border-color: #0061b3 !important;
}
#banner.ow.white.manhattantoysale .topcontent a.button.blue:hover {
	opacity: 0.65 !important;
	color: #003663 !important;
}

@media (min-width: 768px) and (max-width: 801px) {
	#banner.ow.white.manhattantoysale {
		height: auto;
		padding: 5px 0 0 0;
	}
	#banner.ow.white.manhattantoysale .topcontent img {
		max-width: 86%;
		padding: 15px 0;
	}
}

#banner.ow.white.manhattantoysale .topcontent.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.white.manhattantoysale {
		padding: 10px 0 50px 0;
		min-height: auto;
		margin-bottom: 0;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/manhattantoy22/manhattantoy22bg-mobile.png');

	}
	
	#banner.ow.white.manhattantoysale .topcontent img {
		max-width: 100%;
		padding: 0;
	}
	
	#banner.ow.white.manhattantoysale img.title, #banner.ow.white.manhattantoysale img.product {
		position: relative !important;
		max-width: 80% !important;
		display: block;
		width: 80% !important;
		margin: 0 auto !important;
		text-align: center !important;
		clear: both !important;
		margin-bottom: 2.5% !important;
		left: initial !important;
		right: initial !important;
		top: initial !important;
	}
	
	#banner.ow.white.manhattantoysale .topcontent img.title.desktop {
		display: none !important;
	}
	
	#banner.ow.white.manhattantoysale .topcontent img.title.mobile {
		display: block !important;
		max-width: 88% !important;
		width: 88% !important;
		padding: 7.5px 0 45px 0;
	}
	
	#banner.ow.white.manhattantoysale .topcontent img.product {
		margin-top: -50px !important;
		max-width: 88% !important;
		width: 88% !important;
		padding: 40px 5px;
	}
	
	#banner.ow.white.manhattantoysale .topcontent a.button.blue {
		margin: 0;
		top: 37.5%;
		width: 38%;
		left: 26.5%;
	}
	
	
}

@media (min-width: 1224px) and (max-width: 1624px) {
	#banner.ow.white.manhattantoysale {
		min-height: 425px;
		margin-bottom: 0;
	}
	#banner.ow.white.manhattantoysale .topcontent img.title {
		max-width: 56%;
		left: 2%;
		padding: 25px 0;
		
	}
	#banner.ow.white.manhattantoysale .topcontent img.product {
		right: 2%;
		max-width: 30%;
	}
	#banner.ow.white.manhattantoysale .topcontent a.button.blue {
		margin-top: 18%;
		margin-left: 1%;
	}
}

@media (min-width: 961px) and (max-width: 1223px) {
	#banner.ow.white.manhattantoysale {
		min-height: 360px;
		margin-bottom: 0;
	}
	#banner.ow.white.manhattantoysale .topcontent img.title {
		max-width: 55%;
		left: 3%;
		padding: 30px 0;
	}
	#banner.ow.white.manhattantoysale .topcontent img.product {
		right: 3%;
	}
	#banner.ow.white.manhattantoysale .topcontent a.button.blue {
		margin-top: 19%;
		margin-left: 2%;
	}
}

/*** SUMMER BLOWOUT SALE - MAY / JUNE 2022 ***/

#banner.ow.white.summersaletwentytwo {
	background-color: #4B47FC !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/summersale22/jrsummersale22bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	height: auto;
	min-height: inherit;
/*	margin-bottom: 50px;*/
	padding-bottom: 140px;
}
#banner.ow.white.summersaletwentytwo img.title.mobile {
	display: none;
}
#banner.ow.white.summersaletwentytwo img.title.desktop {
	width: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 50px 0 30px 0;
	max-width: 66%;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
#banner.ow.white.summersaletwentytwo a.button.white {
	background: #fff !important;
	border-color: red !important;
	color: red !important;
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize !important;
}

@media (max-width: 1024px) {
	#banner.ow.white.summersaletwentytwo img.title.desktop {	
		max-width: 82.5%;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.summersaletwentytwo {
		background-position: left center;
	}
	#banner.ow.white.summersaletwentytwo img.title.desktop {
		display: none;
	}
	#banner.ow.white.summersaletwentytwo img.title.mobile {
		display: block;
		max-width: 88%;
		margin: 0 auto;
		text-align: center;
		padding: 40px 0;
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
}

@media (max-width: 321px) {
	#banner.ow.white.summersaletwentytwo img.title.mobile {
		max-width: 96%;
	}
}


/*** PLAYMOBIL SALE - JUNE/JULY 2022 ***/
#banner.ow.white.playmobilsalejunett {
	background-color: #0075ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/playmobilsalejune22/playmobilsalejune22bg-v4.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/* margin-bottom: 50px;*/
	padding-bottom: 100px;
}

#banner.ow.white.playmobilsalejunett .topcontent {
	display: block;
	max-width: 1920px;
	margin: 0 auto;
}

#banner.ow.white.playmobilsalejunett img.title.mobile {
	display: none;
}

#banner.ow.white.playmobilsalejunett img.title.desktop {
	width: auto;
	/*position: absolute;*/
	display: block;
	/*margin: 0 auto;*/
	padding: 50px 0px 30px 30px;
	max-width: 50%;
}

#banner.ow.white.playmobilsalejunett a.button.white {
	display: inline;
	float: left;
	background: #ff008e !important;
	border-color: #ff008e !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 25px;
	margin-left: 50px;
	text-transform: capitalize !important;
}

#banner.ow.white.playmobilsalejunett.waves-bottom:after {
	height: 120px;
}


@media (max-width: 1024px) {
	#banner.ow.white.playmobilsalejunett img.title.desktop {
		max-width: 82.5%;
	}
}


@media (max-width: 960px) {
	#banner.ow.white.playmobilsalejunett {
		background-position: right center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/playmobilsalejune22/playmobilsalejune22bg-mobile.png');
	}
	#banner.ow.white.playmobilsalejunett img.title.desktop {
		display: none;
	}
	#banner.ow.white.playmobilsalejunett img.title.mobile {
		display: block;
		max-width: 98%;
		margin: 0 auto;
		text-align: center;
		padding: 50px 0 130px 0;
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.playmobilsalejunett a.button.white {
		display: block;
		width: 50%;
		margin: 0 auto;
		/*margin-bottom: 30px;*/
		float: none;
	}
	
	#banner.ow.white.playmobilsalejunett.waves-bottom:after {
		height: 120px;
	}
}


@media (max-width: 321px) {
	#banner.ow.white.playmobilsalejunett img.title.mobile {
		max-width: 96%;
		padding: 40px 0;
		margin-bottom: 60px;
	}
}


/* BOARD GAME SALE JUNE 2022 */
#banner.ow.white.boardgamesalejulytt {
	background-color: #90d13d !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boardgamesale22/boardgamesale-background-dsktop.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	padding-bottom: 125px;
}

#banner.ow.white.boardgamesalejulytt img.title.mobile {
	display: none;
}

#banner.ow.white.boardgamesalejulytt img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 50px 0px 20px 0px;
	max-width: 60%;
	float: left;
}

#banner.ow.white.boardgamesalejulytt .topcontent {
	display:block;
	max-width: 1620px;
	margin:0 auto;
}

#banner.ow.white.boardgamesalejulytt a.button.white {
	background: #1d5291 !important;
	border-color: #fff !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize !important;
	display:inline;
	float:left;
	margin-left: 10px;
}

#banner.ow.white.boardgamesalejulytt .topcontent.products {
	float:right;
	display:block;
	width: auto;
	max-width: 36%;
}
#banner.ow.white.boardgamesalejulytt .topcontent.products img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 0 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.boardgamesalejulytt .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.boardgamesalejulytt img.title.desktop {
		max-width: 62.5%;
		display: inline-block;
	}
	#banner.ow.white.boardgamesalejulytt .topcontent.products {
		max-width: 29%;
		display: inline-block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.boardgamesalejulytt {
	background-position: left center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boardgamesale22/boardgamesale-background-mobile.png');
	}
	#banner.ow.white.boardgamesalejulytt img.title.desktop {
	display: none;
	}
	#banner.ow.white.boardgamesalejulytt img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.boardgamesalejulytt .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.boardgamesalejulytt .topcontent.productsmobile {
		display: block;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	
	#banner.ow.white.boardgamesalejulytt .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.boardgamesalejulytt a.button.white {
		position: absolute;
		top: 29%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
	}
}


/*Thames Kosmos Sale */
#banner.ow.white.tksalejulytt {
	background-color: #0b3775 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/tkpromojuly2022/op-tksale-background-dsktop.png');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	padding-bottom: 30px;
	padding-top: 5px;
}

#banner.ow.white.tksalejulytt img.title.mobile {
	display: none;
}

#banner.ow.white.tksalejulytt img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 80px 40px 40px 1%;
	max-width: 57.5%;
	float:left;
}

#banner.ow.white.tksalejulytt .topcontent.desktop {
	display: block;
	max-width:1620px;
	margin:0 auto;
}

#banner.ow.white.tksalejulytt a.button.white {
	background: #ffc900 !important;
	border-color: transparent !important;
	color: #0b3775 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-left: 1%;
	margin-top: -85px;
	margin-bottom: 125px;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.tksalejulytt a.button.white:hover {
	opacity: 0.7;
	cursor: pointer;
}

#banner.ow.white.tksalejulytt .topcontent.products {
	float:right;
	display:block;
	width: auto;
	max-width: 38%;
}

#banner.ow.white.tksalejulytt .topcontent.products img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 0 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.tksalejulytt .topcontent.productsmobile {
	display: none;
}

@media (max-width: 1368px) {
	#banner.ow.white.tksalejulytt img.title.desktop {
		padding-top: 25px;
	}
	#banner.ow.white.tksalejulytt .topcontent.products {
		max-width: 33%;
	}
	#banner.ow.white.tksalejulytt a.button.white {
		margin-top: -80px;
	}
}

@media (max-width: 1024px) {
	#banner.ow.white.tksalejulytt img.title.desktop {
		max-width: 56%;
		display: block;
	}
	#banner.ow.white.tksalejulytt .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
}

@media (max-width: 960px) {
	#banner.ow.white.tksalejulytt {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#banner.ow.white.tksalejulytt .topcontent.products img {
		padding-top: 10px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.tksalejulytt {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/tkpromojuly2022/op-tksale-background-mobile.png');
		padding: 0 0 55px 0;
	}
	#banner.ow.white.tksalejulytt img.title.desktop {
	display: none;
	}
	#banner.ow.white.tksalejulytt img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.tksalejulytt .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.tksalejulytt .topcontent.productsmobile {
		display: block;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	
	#banner.ow.white.tksalejulytt .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 0px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.tksalejulytt a.button.white {
		position: absolute;
		top: 32%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}


/* RAVENSBURGER PROMO JULY 2022 */

#banner.ow.white.ravensburgerjulytt {
	background-color: #0b3775 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/ravensburgerpromojuly22/ravensburger-desktop-background.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.ravensburgerjulytt img.title.mobile {
	display: none;
}

#banner.ow.white.ravensburgerjulytt img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 60px 0px 15px 25px;
	max-width: 50%;
	float:left;
}

#banner.ow.white.ravensburgerjulytt .topcontent.desktop {
	display: block;
	max-width:1620px;
	margin:0 auto;
}

#banner.ow.white.ravensburgerjulytt a.button.white {
	background: #3211cf !important;
	color: #ffffff !important;
	border-color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-left: 2.5%;
	margin-top: 0px;
	margin-bottom: 115px;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.ravensburgerjulytt a.button.white:hover {
	opacity: 0.7;
	cursor: pointer;
}

#banner.ow.white.ravensburgerjulytt .topcontent.products {
	float:right;
	display:block;
	width: auto;
	max-width: 36%;
}

#banner.ow.white.ravensburgerjulytt .topcontent.products img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 55px 0 0 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.ravensburgerjulytt .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.ravensburgerjulytt img.title.desktop {
		max-width: 62.5%;
		display: block;
	}
	#banner.ow.white.ravensburgerjulytt .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.ravensburgerjulytt {
	background-position: left center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/ravensburgerpromojuly22/ravensburger-mobile-background.png');
	}
	#banner.ow.white.ravensburgerjulytt img.title.desktop {
	display: none;
	}
	#banner.ow.white.ravensburgerjulytt img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.ravensburgerjulytt .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.ravensburgerjulytt .topcontent.productsmobile {
		display: block;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	
	#banner.ow.white.ravensburgerjulytt .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.ravensburgerjulytt a.button.white {
		position: absolute;
		top: 35%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}

/*** BACK TO SCHOOL SALE HOME BANNER AUGUST 2022 ***/

#banner.ow.white.backtoschoolaugtt {
  background-color: #6e2b95 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bts2022/b2s-background-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.backtoschoolaugtt img.title.mobile {
	display: none;
}

#banner.ow.white.backtoschoolaugtt img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 80px 0px 30px 30px;
	max-width: 50%;
	float:left;
}

#banner.ow.white.backtoschoolaugtt .topcontent.desktop {
	display: block;
	max-width:1620px;
	margin:0 auto;
}

#banner.ow.white.backtoschoolaugtt a.button.white {
	background: #6e2b95 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-left: 2.5%;
	margin-top: -50px;
	margin-bottom: 125px;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.backtoschoolaugtt a.button.white:hover {
	opacity: 0.7;
	cursor: pointer;
}

#banner.ow.white.backtoschoolaugtt .topcontent.products {
  float:right;
	display:block;
	width: auto;
	max-width: 36%;
}

#banner.ow.white.backtoschoolaugtt .topcontent.products img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 0 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.backtoschoolaugtt .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.backtoschoolaugtt img.title.desktop {
		max-width: 62.5%;
		display: block;
		padding: 20px 0 25px 25px;
	}
	#banner.ow.white.backtoschoolaugtt .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
	#banner.ow.white.backtoschoolaugtt .topcontent.products img {
		padding: 20px 0 0 0;
	}
	#banner.ow.white.backtoschoolaugtt a.button.white {
		margin-left: 3.5%;
		margin-top: 0;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.backtoschoolaugtt {
	background-position: left center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bts2022/b2s-background-mobile.png');
	}
	#banner.ow.white.backtoschoolaugtt img.title.desktop {
	display: none;
	}
	#banner.ow.white.backtoschoolaugtt img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	
	#banner.ow.white.backtoschoolaugtt.waves-bottom:after {
		height: 135px;
	}
	
	#banner.ow.white.backtoschoolaugtt .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.backtoschoolaugtt .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;

	}
	
	#banner.ow.white.backtoschoolaugtt .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin-top: 40px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.backtoschoolaugtt a.button.white {
		position: absolute;
		top: 32%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}

/*EARL Coding Robot Promo Banner August 2022 */
#banner.ow.white.earlfeatureaugtt {
  background-color: #e33e0e!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/earl2022/desktop-earl-background.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.earlfeatureaugtt img.title.mobile {
display: none;
}

#banner.ow.white.earlfeatureaugtt img.title.desktop {
width: auto;
display: inline-block;
padding: 80px 0px 30px 30px;
max-width: 50%;
float:left;
}

#banner.ow.white.earlfeatureaugtt .topcontent.desktop {
display: block;
max-width: 1620px;
margin:0 auto;
}

#banner.ow.white.earlfeatureaugtt a.button.white {
	background: #e33e0e !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-left: 21%;
	margin-top: -80px;
	margin-bottom: 125px;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.earlfeatureaugtt a.button.white:hover {
	opacity: 0.7;
	cursor: pointer;
}

#banner.ow.white.earlfeatureaugtt .topcontent.products {
  float:right;
	display:block;
	width: auto;
	max-width: 36%;
}

#banner.ow.white.earlfeatureaugtt .topcontent.products img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 0 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.earlfeatureaugtt .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.earlfeatureaugtt img.title.desktop {
		max-width: 62.5%;
		display: block;
		padding: 60px 0 30px 30px;
	}
	#banner.ow.white.earlfeatureaugtt .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
	#banner.ow.white.earlfeatureaugtt a.button.white {
		margin-top: -20px;
		margin-left: 27.5%;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.earlfeatureaugtt {
	background-position: left center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/earl2022/mobile-earl-background.png');
	}
	#banner.ow.white.earlfeatureaugtt img.title.desktop {
	display: none;
	}
	#banner.ow.white.earlfeatureaugtt img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.earlfeatureaugtt .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.earlfeatureaugtt .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;

	}
	
	#banner.ow.white.earlfeatureaugtt .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin-top: 40px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.earlfeatureaugtt a.button.white {
		position: absolute;
		top: 29%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}


/*New Lego September Feature */
#banner.ow.white.legofeaturesepttt {
  background-color: #ffcc05!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegosept22/lego-background-desktop.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
/*	padding-bottom: 100px;*/
	overflow:hidden;
/*	min-height: 400px;*/
}

#banner.ow.white.legofeaturesepttt img.title.mobile {
	display: none;
}
#banner.ow.white.legofeaturesepttt .topcontent.desktop {
	display: block;
	max-width:1960px;
	margin:0 auto;
	position: relative;
}
#banner.ow.white.legofeaturesepttt .leftproducts {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	z-index: 4;
}
#banner.ow.white.legofeaturesepttt .leftproducts img {
	display: block;
	max-width: 100%;
	text-align: left;
	height: auto;
	animation: bounce 10s infinite alternate;
	-webkit-animation: bounce 10s infinite alternate;
	padding-top: 5px;
}

#banner.ow.white.legofeaturesepttt img.title.desktop {
	display: block;
	width: 42.5%;
	margin: 0 auto;
	padding: 75px 0 40px 0;
	text-align: center;
	position: relative;
	z-index: 5;
}
#banner.ow.white.legofeaturesepttt a.button.white {
	background: #ffcc05 !important;
	color: #5f0097 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline-block;
	margin-bottom: 120px;
	z-index: 4;
	position: relative;
}
#banner.ow.white.legofeaturesepttt a.button.white:hover {
	cursor: pointer;
	opacity: 0.7;
}

#banner.ow.white.legofeaturesepttt .rightproducts {
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
	z-index: 4;
}
#banner.ow.white.legofeaturesepttt .rightproducts img {
	display: block;
	max-width: 100%;
	text-align: right;
	height: auto;
	animation: bounce 6s infinite alternate;
	-webkit-animation: bounce 6s infinite alternate;
	padding-top: 5px;
}

#banner.ow.white.legofeaturesepttt .topcontent.productsmobile {
display: none;
}

@media (max-width: 1024px) {
	#banner.ow.white.legofeaturesepttt {
		padding: 10px 0 0 0;
	}
}

@media (max-width: 767px) {
	#banner.ow.white.legofeaturesepttt img.title.desktop {
		display: block;
		width: 98%;
		clear: both;
	}
	#banner.ow.white.legofeaturesepttt .rightproducts, #banner.ow.white.legofeaturesepttt .leftproducts {
		display: none !important;
	}
	#banner.ow.white.legofeaturesepttt img.title.desktop {
		padding: 30px 0;
		animation: bounce 4.5s infinite alternate;
		-webkit-animation: bounce 4.5s infinite alternate;
	}
	#banner.ow.white.legofeaturesepttt a.button.white {
		margin-bottom: 5px;
	}
	#banner.ow.white.legofeaturesepttt .topcontent.productsmobile {
		display: block;
		margin-top: -77.5px;
		margin-bottom: 60px;
	}
	#banner.ow.white.legofeaturesepttt .topcontent.productsmobile img {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/*CCC Banner Sept 22 */
#banner.ow.white.cccfeaturesept22 {
	background-color: #e33e0e!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cccf2022/desktop-ccc-background.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.cccfeaturesept22 img.title.mobile {
	display: none;
}

#banner.ow.white.cccfeaturesept22 img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 80px 0px 30px 30px;
	max-width: 50%;
	float:left;
}

#banner.ow.white.cccfeaturesept22 .topcontent.desktop {
	display: block;
	max-width:1620px;
	margin:0 auto;
	position: relative;
	padding-bottom: 75px;
}

#banner.ow.white.cccfeaturesept22 a.button.white {
	background: #fff400 !important;
	color: #0d1abb !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	position: absolute;
	bottom: 120px;
	left: 2.2%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.cccfeaturesept22 a.button.white:hover {
	opacity: 0.7;
	cursor: pointer;
}

#banner.ow.white.cccfeaturesept22 .topcontent.products {
    float:right;
	display:block;
	width: auto;
	max-width: 36%;
    margin: 0 80px 0 0;
}

#banner.ow.white.cccfeaturesept22 .topcontent.products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.cccfeaturesept22 .topcontent.productsmobile {
	display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.cccfeaturesept22 img.title.desktop {
		max-width: 62.5%;
		display: block;
		padding: 10px 0px 30px 15px;
	}
	#banner.ow.white.cccfeaturesept22 .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
	#banner.ow.white.cccfeaturesept22 .topcontent.products img {
		padding: 0px 0px 60px 0;
		margin-top: -15px;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.cccfeaturesept22 {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cccf2022/mobile-ccc-background.png');
	}
	#banner.ow.white.cccfeaturesept22 img.title.desktop {
		display: none;
	}
	#banner.ow.white.cccfeaturesept22 img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.cccfeaturesept22 .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.cccfeaturesept22 .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;

	}
	
	#banner.ow.white.cccfeaturesept22 .topcontent.productsmobile img {
		max-width: 215px;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 20px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.cccfeaturesept22 a.button.white {
		background: #fff400 !important;
		color: #0d1abb !important;
		position: absolute;
		top: 29%;
		width: 40%;
		left: 24%;
		float: none;
		margin: 0;
		bottom: initial;
  }
}
@media (max-width: 321px) {
	#banner.ow.white.cccfeaturesept22 a.button.white {
		top: 25%;
		width: 50%;
		left: 18%;
  }
}


/*CCC Banner Sept 22 */
#banner.ow.white.calicocritterspromo22 {
  background-color: #e27ffb!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/calicocritterssept22/calicocritters-desktopbackground.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.calicocritterspromo22 img.title.mobile {
display: none;
}

#banner.ow.white.calicocritterspromo22 img.title.desktop {
width: auto;
display: inline-block;
padding: 80px 0px 30px 30px;
max-width: 53%;
float:left;
}

#banner.ow.white.calicocritterspromo22 .topcontent.desktop {
	display: block;
	max-width:1720px;
	margin:0 auto;
}

#banner.ow.white.calicocritterspromo22 a.button.white {
	background: #ff006c !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 120px;
	margin-left: 40px;
	margin-top: -60px;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.calicocritterspromo22 a.button.white:hover {
	opacity: 0.7;
	cursor: pointer;
}

#banner.ow.white.calicocritterspromo22 .topcontent.products {
    float:right;
	display:block;
	width: auto;
	max-width: 36%;
    margin: 0 80px 0 0;
}

#banner.ow.white.calicocritterspromo22 .topcontent.products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.calicocritterspromo22 .topcontent.productsmobile {
	display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.calicocritterspromo22 img.title.desktop {
		max-width: 62.5%;
		display: block;
		padding: 30px 0 30px 30px;
	}
	#banner.ow.white.calicocritterspromo22 .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
	#banner.ow.white.calicocritterspromo22 .topcontent.products img {
		padding-top: 25px;
		padding-bottom: 45px;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.calicocritterspromo22 {
	background-position: left center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/calicocritterssept22/mobile-calicocritters-background.png');
	}
	#banner.ow.white.calicocritterspromo22 img.title.desktop {
	display: none;
	}
	#banner.ow.white.calicocritterspromo22 img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.calicocritterspromo22 .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.calicocritterspromo22 .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;

	}
	
	#banner.ow.white.calicocritterspromo22 .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin-top: 33px;
		padding-bottom: 33px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.calicocritterspromo22 a.button.white {
		background: #ff006c !important;
		color: #ffffff !important;
		position: absolute;
		top: 32.5%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}


/*Hape Sale Banner September 2022 */
#banner.ow.white.hapefeature22 {
  background-color: #73c9fc!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hapesalesept22/hape-desktopbck.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.hapefeature22 img.title.mobile {
display: none;
}

#banner.ow.white.hapefeature22 img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 45px 1% 0 0;
	max-width: 60%;
	float: left;
}

#banner.ow.white.hapefeature22 .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}

#banner.ow.white.hapefeature22 a.button.white {
	background: #180E79 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	display: inline;
	float: left;
	margin-bottom: 120px;
	margin-left: 1%;
	margin-top: -15px;
	transition: all .3s ease-in-out;
	border-color: transparent !important;
}

#banner.ow.white.hapefeature22 .topcontent.products {
    float:right;
	display:block;
	width: auto;
	max-width: 37.5%;
    margin: 0 1% 0 0;
}

#banner.ow.white.hapefeature22 .topcontent.products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.hapefeature22 .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.hapefeature22 {
		padding: 30px 0;
	}
	#banner.ow.white.hapefeature22 img.title.desktop {
		max-width: 62.5%;
		display: block;
		padding: 30px 1% 0 0;
	}
	#banner.ow.white.hapefeature22 .topcontent.products {
		max-width: 35%;
		display: block;
		margin-right: 1%;
		padding: 25px 0 0 0;
	}
	#banner.ow.white.hapefeature22 .topcontent.products img {
		padding: 0;
	}
	#banner.ow.white.hapefeature22 a.button.white {
		margin-top: 15px;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.hapefeature22 {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hapesalesept22/hape-mobilebck.png');
		padding: 15px 0;
	}
	#banner.ow.white.hapefeature22 img.title.desktop {
	display: none;
	}
	#banner.ow.white.hapefeature22 img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0px 0 60px 0;
	}
	#banner.ow.white.hapefeature22 .topcontent.products {
	    display:none;
	}
	#banner.ow.white.hapefeature22 .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;

	}
	#banner.ow.white.hapefeature22 .topcontent.productsmobile img {
		max-width: 100%;
		text-align: center;
		margin-top: 40px;
		padding-bottom: 15px;
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.hapefeature22 a.button.white {
		background: #180E79 !important;
		color: #ffffff !important;
		position: absolute;
		top: 37%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}


/*** JR'S FAVOURITES BANNER 2022 ***/

#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo {
	background-position: top center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/favourite/jrfavs-desktop.png');
}

#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo img.desktop {
	padding: 110px 0;
}

#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo img.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/favourite/jrfavs-mobile.png');
	}
	#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo .iw {
		height: 430px !important;
	}
	#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo img.mobile {
		display: block;
		padding: 110px 0;
	}
	#banner.ow.toyboxcontest.toysforgirls.jrfavstwentytwo img.desktop {
		display: none;
	}
}

/*** JR NEW TOYS BANNER 2022 ***/

#banner.ow.toyboxcontest.newtoystwentytwo {
	background-position: top center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/newtoys/newtoys-background-desktop.png');
}

#banner.ow.toyboxcontest.newtoystwentytwo img.desktop {
	padding: 110px 0;
}
#banner.ow.toyboxcontest.newtoystwentytwo img.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.toyboxcontest.newtoystwentytwo {
		background-position: bottom right;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/newtoys/newtoys-background-mobile.png');
	}
	#banner.ow.toyboxcontest.newtoystwentytwo .iw {
		height: 430px !important;
	}
	#banner.ow.toyboxcontest.newtoystwentytwo img.mobile {
		display: block;
		padding: 90px 0;
	}
	#banner.ow.toyboxcontest.newtoystwentytwo img.desktop {
		display: none;
	}
}

/*** JR CORE VALUE BOOKS BANNER 2022 ***/

#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo {
	background-position: top center;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/books/corevaluesbooks-desktop.png');
}

#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo img.desktop {
	padding: 110px 0;
}

#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo img.mobile {
	display: none;
}

@media (max-width: 960px) {
	#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo {
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/books/corevaluesbooks-mobile.png');
	}
	#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo .iw {
		height: 430px !important;
	}
	#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo img.mobile {
		display: block;
		padding: 90px 0;
	}
	#banner.ow.toyboxcontest.toysforgirls.corevaluebookstwentytwo img.desktop {
		display: none;
	}
}



/*** HAPPY HOLIDAYS BANNER 2022 ***/

#banner.ow.white.happyholidaystwentytwo {
  background-color: #73c9fc!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays22/holidays22-bg-v4.png');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
/*	padding-bottom: 30px;*/
  overflow:hidden;
}

#banner.ow.white.happyholidaystwentytwo img.title.mobile {
display: none;
}

#banner.ow.white.happyholidaystwentytwo img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 45px 1% 25px 0;
	max-width: 50%;
	float: left;
	z-index: 2;
	position: relative;
}

#banner.ow.white.happyholidaystwentytwo .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}

#banner.ow.white.happyholidaystwentytwo a.button.white {
	background: #180E79 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	display: inline;
	float: left;
	margin: 1% 1% 4% 0;
	transition: all .3s ease-in-out;
	border-color: transparent !important;
	z-index: 2;
	position: relative;
}

#banner.ow.white.happyholidaystwentytwo .topcontent.products {
    float:right;
	display:block;
	width: auto;
	max-width: 47.5%;
    margin: 0 1% 0 0;
	z-index: 2;
	position: relative;
}

#banner.ow.white.happyholidaystwentytwo .topcontent.products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
	position: relative;
	z-index: 2;
}

#banner.ow.white.happyholidaystwentytwo .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.happyholidaystwentytwo {
		padding: 5px 0 0 0;
	}
	#banner.ow.white.happyholidaystwentytwo img.title.desktop {
		max-width: 45%;
		display: block;
		padding: 20px 1% 0 0;
		margin-left: 1%;
	}
	#banner.ow.white.happyholidaystwentytwo .topcontent.products {
		max-width: 50%;
		display: block;
		margin-right: 1%;
		padding: 25px 0 0 0;
	}
	#banner.ow.white.happyholidaystwentytwo .topcontent.products img {
		padding: 0;
	}
	#banner.ow.white.happyholidaystwentytwo a.button.white {
		margin-top: -15px;
		margin-bottom: 15px;
		margin-left: 1%;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.happyholidaystwentytwo {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays22/holidays22-bgmobile.png');
		padding: 5px 0;
	}
	#banner.ow.white.happyholidaystwentytwo img.title.desktop {
	display: none;
	}
	#banner.ow.white.happyholidaystwentytwo img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0px 0 60px 0;
		position: relative;
		z-index: 2;
	}
	#banner.ow.white.happyholidaystwentytwo .topcontent.products {
	    display:none;
	}
	#banner.ow.white.happyholidaystwentytwo .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;
		z-index: 2;
		position: relative;
	}
	#banner.ow.white.happyholidaystwentytwo .topcontent.productsmobile img {
		max-width: 77%;
		text-align: center;
		margin-top: 5px;
		padding-bottom: 5px;
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
		z-index: 2;
		position: relative;
	}
	#banner.ow.white.happyholidaystwentytwo a.button.white {
		background: #180E79 !important;
		color: #ffffff !important;
		position: absolute;
		top: 45%;
		width: 66%;
		left: 11%;
		float: none;
		margin: 0;
		z-index: 2;
  }
}

#banner.ow.white.happyholidaystwentytwo .snow {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

#banner.ow.white.happyholidaystwentytwo .flake {
  position: absolute;
  border-radius: 50%;
  transform: translateY(0) rotateX(0) rotateY(0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(45deg, rgba(255, 255, 255, 0) 33%, #ffffff 53%, #ffffff 57%, rgba(255, 255, 255, 0) 65%), linear-gradient(135deg, rgba(255, 255, 255, 0) 33%, #ffffff 53%, #ffffff 57%, rgba(255, 255, 255, 0) 65%);
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(1) {
  width: 7px;
  height: 7px;
  top: -48px;
  left: 68%;
  opacity: 0.83;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(2) {
  width: 15px;
  height: 15px;
  top: -392px;
  left: 44%;
  opacity: 0.68;
  filter: blur(3px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(3) {
  width: 16px;
  height: 16px;
  top: -301px;
  left: 27%;
  opacity: 0.91;
  filter: blur(3px);
  -webkit-animation: 47s flakes linear infinite;
  animation: 47s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(4) {
  width: 19px;
  height: 19px;
  top: -366px;
  left: 84%;
  opacity: 0.65;
  filter: blur(3px);
  -webkit-animation: 59s flakes linear infinite;
  animation: 59s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(5) {
  width: 15px;
  height: 15px;
  top: -550px;
  left: 74%;
  opacity: 0.81;
  filter: blur(3px);
  -webkit-animation: 36s flakes linear infinite;
  animation: 36s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(6) {
  width: 15px;
  height: 15px;
  top: -421px;
  left: 7%;
  opacity: 1;
  filter: blur(3px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(7) {
  width: 12px;
  height: 12px;
  top: -10px;
  left: 28%;
  opacity: 0.8;
  filter: blur(3px);
  -webkit-animation: 68s flakes linear infinite;
  animation: 68s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(8) {
  width: 14px;
  height: 14px;
  top: -14px;
  left: 70%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(9) {
  width: 7px;
  height: 7px;
  top: -427px;
  left: 38%;
  opacity: 0.79;
  filter: blur(3px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(10) {
  width: 15px;
  height: 15px;
  top: -153px;
  left: 11%;
  opacity: 0.66;
  filter: blur(4px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(11) {
  width: 6px;
  height: 6px;
  top: -235px;
  left: 66%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(12) {
  width: 6px;
  height: 6px;
  top: -371px;
  left: 5%;
  opacity: 0.52;
  filter: blur(4px);
  -webkit-animation: 50s flakes linear infinite;
  animation: 50s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(13) {
  width: 19px;
  height: 19px;
  top: -63px;
  left: 58%;
  opacity: 0.59;
  filter: blur(3px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(14) {
  width: 14px;
  height: 14px;
  top: -262px;
  left: 46%;
  opacity: 0.7;
  filter: blur(3px);
  -webkit-animation: 38s flakes linear infinite;
  animation: 38s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(15) {
  width: 13px;
  height: 13px;
  top: -473px;
  left: 26%;
  opacity: 0.88;
  filter: blur(4px);
  -webkit-animation: 28s flakes linear infinite;
  animation: 28s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(16) {
  width: 15px;
  height: 15px;
  top: -557px;
  left: 11%;
  opacity: 0.82;
  filter: blur(4px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(17) {
  width: 19px;
  height: 19px;
  top: -67px;
  left: 99%;
  opacity: 0.58;
  filter: blur(4px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(18) {
  width: 8px;
  height: 8px;
  top: -540px;
  left: 73%;
  opacity: 0.84;
  filter: blur(4px);
  -webkit-animation: 39s flakes linear infinite;
  animation: 39s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(19) {
  width: 10px;
  height: 10px;
  top: 0px;
  left: 100%;
  opacity: 0.84;
  filter: blur(4px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(20) {
  width: 20px;
  height: 20px;
  top: -464px;
  left: 30%;
  opacity: 0.58;
  filter: blur(4px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(21) {
  width: 15px;
  height: 15px;
  top: -176px;
  left: 82%;
  opacity: 0.93;
  filter: blur(4px);
  -webkit-animation: 54s flakes linear infinite;
  animation: 54s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(22) {
  width: 20px;
  height: 20px;
  top: -191px;
  left: 98%;
  opacity: 0.57;
  filter: blur(4px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(23) {
  width: 6px;
  height: 6px;
  top: -97px;
  left: 77%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(24) {
  width: 7px;
  height: 7px;
  top: -174px;
  left: 30%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 48s flakes linear infinite;
  animation: 48s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(25) {
  width: 17px;
  height: 17px;
  top: -10px;
  left: 67%;
  opacity: 0.53;
  filter: blur(3px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(26) {
  width: 18px;
  height: 18px;
  top: -592px;
  left: 16%;
  opacity: 0.94;
  filter: blur(4px);
  -webkit-animation: 17s flakes linear infinite;
  animation: 17s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(27) {
  width: 10px;
  height: 10px;
  top: -128px;
  left: 90%;
  opacity: 0.65;
  filter: blur(3px);
  -webkit-animation: 59s flakes linear infinite;
  animation: 59s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(28) {
  width: 18px;
  height: 18px;
  top: -129px;
  left: 43%;
  opacity: 0.75;
  filter: blur(3px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(29) {
  width: 8px;
  height: 8px;
  top: -400px;
  left: 20%;
  opacity: 0.85;
  filter: blur(3px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(30) {
  width: 11px;
  height: 11px;
  top: -165px;
  left: 88%;
  opacity: 0.86;
  filter: blur(4px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(31) {
  width: 13px;
  height: 13px;
  top: -598px;
  left: 85%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 41s flakes linear infinite;
  animation: 41s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(32) {
  width: 13px;
  height: 13px;
  top: -488px;
  left: 2%;
  opacity: 0.68;
  filter: blur(4px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(33) {
  width: 6px;
  height: 6px;
  top: -652px;
  left: 56%;
  opacity: 0.9;
  filter: blur(3px);
  -webkit-animation: 22s flakes linear infinite;
  animation: 22s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(34) {
  width: 7px;
  height: 7px;
  top: -352px;
  left: 59%;
  opacity: 0.77;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(35) {
  width: 8px;
  height: 8px;
  top: -691px;
  left: 60%;
  opacity: 0.61;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(36) {
  width: 8px;
  height: 8px;
  top: -669px;
  left: 14%;
  opacity: 0.54;
  filter: blur(4px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(37) {
  width: 9px;
  height: 9px;
  top: -605px;
  left: 72%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 38s flakes linear infinite;
  animation: 38s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(38) {
  width: 11px;
  height: 11px;
  top: -272px;
  left: 12%;
  opacity: 0.53;
  filter: blur(3px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(39) {
  width: 9px;
  height: 9px;
  top: -331px;
  left: 12%;
  opacity: 0.72;
  filter: blur(3px);
  -webkit-animation: 38s flakes linear infinite;
  animation: 38s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(40) {
  width: 8px;
  height: 8px;
  top: -161px;
  left: 35%;
  opacity: 0.91;
  filter: blur(4px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(41) {
  width: 9px;
  height: 9px;
  top: -570px;
  left: 43%;
  opacity: 0.85;
  filter: blur(4px);
  -webkit-animation: 59s flakes linear infinite;
  animation: 59s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(42) {
  width: 20px;
  height: 20px;
  top: -377px;
  left: 44%;
  opacity: 0.92;
  filter: blur(4px);
  -webkit-animation: 21s flakes linear infinite;
  animation: 21s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(43) {
  width: 14px;
  height: 14px;
  top: -691px;
  left: 76%;
  opacity: 0.62;
  filter: blur(3px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(44) {
  width: 18px;
  height: 18px;
  top: -140px;
  left: 59%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 68s flakes linear infinite;
  animation: 68s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(45) {
  width: 12px;
  height: 12px;
  top: -693px;
  left: 7%;
  opacity: 0.66;
  filter: blur(3px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(46) {
  width: 15px;
  height: 15px;
  top: -166px;
  left: 14%;
  opacity: 0.64;
  filter: blur(3px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(47) {
  width: 10px;
  height: 10px;
  top: -55px;
  left: 58%;
  opacity: 0.87;
  filter: blur(4px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(48) {
  width: 12px;
  height: 12px;
  top: -121px;
  left: 65%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(49) {
  width: 20px;
  height: 20px;
  top: -418px;
  left: 87%;
  opacity: 0.57;
  filter: blur(4px);
  -webkit-animation: 30s flakes linear infinite;
  animation: 30s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(50) {
  width: 14px;
  height: 14px;
  top: -639px;
  left: 77%;
  opacity: 0.57;
  filter: blur(3px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(51) {
  width: 20px;
  height: 20px;
  top: -560px;
  left: 15%;
  opacity: 0.85;
  filter: blur(3px);
  -webkit-animation: 55s flakes linear infinite;
  animation: 55s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(52) {
  width: 18px;
  height: 18px;
  top: -358px;
  left: 35%;
  opacity: 0.79;
  filter: blur(4px);
  -webkit-animation: 70s flakes linear infinite;
  animation: 70s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(53) {
  width: 10px;
  height: 10px;
  top: -626px;
  left: 71%;
  opacity: 0.87;
  filter: blur(3px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(54) {
  width: 10px;
  height: 10px;
  top: -163px;
  left: 42%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 56s flakes linear infinite;
  animation: 56s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(55) {
  width: 9px;
  height: 9px;
  top: -346px;
  left: 36%;
  opacity: 0.96;
  filter: blur(4px);
  -webkit-animation: 63s flakes linear infinite;
  animation: 63s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(56) {
  width: 16px;
  height: 16px;
  top: -228px;
  left: 35%;
  opacity: 0.66;
  filter: blur(4px);
  -webkit-animation: 30s flakes linear infinite;
  animation: 30s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(57) {
  width: 6px;
  height: 6px;
  top: -100px;
  left: 74%;
  opacity: 0.7;
  filter: blur(4px);
  -webkit-animation: 48s flakes linear infinite;
  animation: 48s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(58) {
  width: 18px;
  height: 18px;
  top: -415px;
  left: 46%;
  opacity: 0.67;
  filter: blur(3px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(59) {
  width: 13px;
  height: 13px;
  top: -608px;
  left: 71%;
  opacity: 0.96;
  filter: blur(3px);
  -webkit-animation: 60s flakes linear infinite;
  animation: 60s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(60) {
  width: 19px;
  height: 19px;
  top: -436px;
  left: 77%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 53s flakes linear infinite;
  animation: 53s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(61) {
  width: 19px;
  height: 19px;
  top: -436px;
  left: 47%;
  opacity: 1;
  filter: blur(3px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(62) {
  width: 8px;
  height: 8px;
  top: -632px;
  left: 69%;
  opacity: 0.86;
  filter: blur(4px);
  -webkit-animation: 37s flakes linear infinite;
  animation: 37s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(63) {
  width: 19px;
  height: 19px;
  top: -334px;
  left: 65%;
  opacity: 0.95;
  filter: blur(3px);
  -webkit-animation: 69s flakes linear infinite;
  animation: 69s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(64) {
  width: 19px;
  height: 19px;
  top: -101px;
  left: 50%;
  opacity: 0.96;
  filter: blur(3px);
  -webkit-animation: 47s flakes linear infinite;
  animation: 47s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(65) {
  width: 16px;
  height: 16px;
  top: -245px;
  left: 2%;
  opacity: 0.56;
  filter: blur(4px);
  -webkit-animation: 60s flakes linear infinite;
  animation: 60s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(66) {
  width: 20px;
  height: 20px;
  top: -605px;
  left: 48%;
  opacity: 0.74;
  filter: blur(4px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(67) {
  width: 13px;
  height: 13px;
  top: -2px;
  left: 53%;
  opacity: 0.74;
  filter: blur(4px);
  -webkit-animation: 41s flakes linear infinite;
  animation: 41s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(68) {
  width: 7px;
  height: 7px;
  top: -198px;
  left: 36%;
  opacity: 1;
  filter: blur(3px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(69) {
  width: 15px;
  height: 15px;
  top: -169px;
  left: 56%;
  opacity: 0.86;
  filter: blur(3px);
  -webkit-animation: 68s flakes linear infinite;
  animation: 68s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(70) {
  width: 18px;
  height: 18px;
  top: -376px;
  left: 90%;
  opacity: 0.84;
  filter: blur(4px);
  -webkit-animation: 35s flakes linear infinite;
  animation: 35s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(71) {
  width: 6px;
  height: 6px;
  top: -91px;
  left: 33%;
  opacity: 0.72;
  filter: blur(3px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(72) {
  width: 6px;
  height: 6px;
  top: -17px;
  left: 5%;
  opacity: 0.95;
  filter: blur(3px);
  -webkit-animation: 53s flakes linear infinite;
  animation: 53s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(73) {
  width: 17px;
  height: 17px;
  top: -617px;
  left: 66%;
  opacity: 0.7;
  filter: blur(3px);
  -webkit-animation: 28s flakes linear infinite;
  animation: 28s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(74) {
  width: 12px;
  height: 12px;
  top: -678px;
  left: 44%;
  opacity: 0.87;
  filter: blur(4px);
  -webkit-animation: 46s flakes linear infinite;
  animation: 46s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(75) {
  width: 16px;
  height: 16px;
  top: -40px;
  left: 9%;
  opacity: 0.53;
  filter: blur(3px);
  -webkit-animation: 31s flakes linear infinite;
  animation: 31s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(76) {
  width: 12px;
  height: 12px;
  top: -359px;
  left: 83%;
  opacity: 0.97;
  filter: blur(4px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(77) {
  width: 8px;
  height: 8px;
  top: -175px;
  left: 5%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 34s flakes linear infinite;
  animation: 34s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(78) {
  width: 6px;
  height: 6px;
  top: -427px;
  left: 27%;
  opacity: 0.72;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(79) {
  width: 6px;
  height: 6px;
  top: -65px;
  left: 63%;
  opacity: 0.79;
  filter: blur(3px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(80) {
  width: 16px;
  height: 16px;
  top: -261px;
  left: 31%;
  opacity: 0.82;
  filter: blur(4px);
  -webkit-animation: 18s flakes linear infinite;
  animation: 18s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(81) {
  width: 11px;
  height: 11px;
  top: -459px;
  left: 57%;
  opacity: 0.63;
  filter: blur(3px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(82) {
  width: 13px;
  height: 13px;
  top: -433px;
  left: 59%;
  opacity: 0.65;
  filter: blur(4px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(83) {
  width: 8px;
  height: 8px;
  top: -269px;
  left: 85%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 34s flakes linear infinite;
  animation: 34s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(84) {
  width: 6px;
  height: 6px;
  top: -666px;
  left: 47%;
  opacity: 0.8;
  filter: blur(3px);
  -webkit-animation: 32s flakes linear infinite;
  animation: 32s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(85) {
  width: 20px;
  height: 20px;
  top: -239px;
  left: 50%;
  opacity: 0.61;
  filter: blur(4px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(86) {
  width: 9px;
  height: 9px;
  top: -393px;
  left: 50%;
  opacity: 0.67;
  filter: blur(4px);
  -webkit-animation: 68s flakes linear infinite;
  animation: 68s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(87) {
  width: 12px;
  height: 12px;
  top: -672px;
  left: 42%;
  opacity: 0.72;
  filter: blur(4px);
  -webkit-animation: 34s flakes linear infinite;
  animation: 34s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(88) {
  width: 17px;
  height: 17px;
  top: -535px;
  left: 40%;
  opacity: 0.63;
  filter: blur(4px);
  -webkit-animation: 18s flakes linear infinite;
  animation: 18s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(89) {
  width: 8px;
  height: 8px;
  top: -332px;
  left: 13%;
  opacity: 0.84;
  filter: blur(3px);
  -webkit-animation: 65s flakes linear infinite;
  animation: 65s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(90) {
  width: 18px;
  height: 18px;
  top: -189px;
  left: 10%;
  opacity: 0.61;
  filter: blur(4px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(91) {
  width: 15px;
  height: 15px;
  top: -607px;
  left: 71%;
  opacity: 0.52;
  filter: blur(4px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(92) {
  width: 6px;
  height: 6px;
  top: -659px;
  left: 48%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 17s flakes linear infinite;
  animation: 17s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(93) {
  width: 14px;
  height: 14px;
  top: -615px;
  left: 69%;
  opacity: 0.83;
  filter: blur(3px);
  -webkit-animation: 59s flakes linear infinite;
  animation: 59s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(94) {
  width: 15px;
  height: 15px;
  top: -226px;
  left: 67%;
  opacity: 0.73;
  filter: blur(3px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(95) {
  width: 6px;
  height: 6px;
  top: -572px;
  left: 5%;
  opacity: 0.6;
  filter: blur(4px);
  -webkit-animation: 63s flakes linear infinite;
  animation: 63s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(96) {
  width: 13px;
  height: 13px;
  top: -478px;
  left: 82%;
  opacity: 0.97;
  filter: blur(4px);
  -webkit-animation: 65s flakes linear infinite;
  animation: 65s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(97) {
  width: 19px;
  height: 19px;
  top: -320px;
  left: 99%;
  opacity: 0.55;
  filter: blur(4px);
  -webkit-animation: 32s flakes linear infinite;
  animation: 32s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(98) {
  width: 11px;
  height: 11px;
  top: -163px;
  left: 19%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 48s flakes linear infinite;
  animation: 48s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(99) {
  width: 17px;
  height: 17px;
  top: -480px;
  left: 54%;
  opacity: 0.67;
  filter: blur(4px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(100) {
  width: 10px;
  height: 10px;
  top: -187px;
  left: 45%;
  opacity: 0.67;
  filter: blur(3px);
  -webkit-animation: 60s flakes linear infinite;
  animation: 60s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(101) {
  width: 13px;
  height: 13px;
  top: -218px;
  left: 68%;
  opacity: 0.98;
  filter: blur(4px);
  -webkit-animation: 58s flakes linear infinite;
  animation: 58s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(102) {
  width: 8px;
  height: 8px;
  top: -348px;
  left: 5%;
  opacity: 0.67;
  filter: blur(3px);
  -webkit-animation: 50s flakes linear infinite;
  animation: 50s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(103) {
  width: 11px;
  height: 11px;
  top: -151px;
  left: 16%;
  opacity: 0.89;
  filter: blur(4px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(104) {
  width: 12px;
  height: 12px;
  top: -188px;
  left: 30%;
  opacity: 0.93;
  filter: blur(3px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(105) {
  width: 6px;
  height: 6px;
  top: -591px;
  left: 83%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 50s flakes linear infinite;
  animation: 50s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(106) {
  width: 13px;
  height: 13px;
  top: -51px;
  left: 8%;
  opacity: 0.83;
  filter: blur(4px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(107) {
  width: 11px;
  height: 11px;
  top: -652px;
  left: 59%;
  opacity: 0.86;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(108) {
  width: 19px;
  height: 19px;
  top: -307px;
  left: 37%;
  opacity: 0.51;
  filter: blur(3px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(109) {
  width: 13px;
  height: 13px;
  top: -629px;
  left: 90%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 55s flakes linear infinite;
  animation: 55s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(110) {
  width: 14px;
  height: 14px;
  top: -646px;
  left: 82%;
  opacity: 0.85;
  filter: blur(4px);
  -webkit-animation: 38s flakes linear infinite;
  animation: 38s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(111) {
  width: 10px;
  height: 10px;
  top: -386px;
  left: 90%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(112) {
  width: 14px;
  height: 14px;
  top: -501px;
  left: 35%;
  opacity: 0.69;
  filter: blur(3px);
  -webkit-animation: 35s flakes linear infinite;
  animation: 35s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(113) {
  width: 20px;
  height: 20px;
  top: 0px;
  left: 23%;
  opacity: 0.6;
  filter: blur(3px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(114) {
  width: 17px;
  height: 17px;
  top: -532px;
  left: 93%;
  opacity: 0.8;
  filter: blur(3px);
  -webkit-animation: 46s flakes linear infinite;
  animation: 46s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(115) {
  width: 12px;
  height: 12px;
  top: -345px;
  left: 64%;
  opacity: 0.78;
  filter: blur(3px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(116) {
  width: 19px;
  height: 19px;
  top: -443px;
  left: 58%;
  opacity: 0.68;
  filter: blur(4px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(117) {
  width: 16px;
  height: 16px;
  top: -605px;
  left: 93%;
  opacity: 0.55;
  filter: blur(3px);
  -webkit-animation: 35s flakes linear infinite;
  animation: 35s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(118) {
  width: 6px;
  height: 6px;
  top: -660px;
  left: 51%;
  opacity: 0.62;
  filter: blur(3px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(119) {
  width: 16px;
  height: 16px;
  top: -43px;
  left: 61%;
  opacity: 0.88;
  filter: blur(4px);
  -webkit-animation: 39s flakes linear infinite;
  animation: 39s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(120) {
  width: 19px;
  height: 19px;
  top: -695px;
  left: 41%;
  opacity: 0.88;
  filter: blur(4px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(121) {
  width: 16px;
  height: 16px;
  top: -441px;
  left: 24%;
  opacity: 0.92;
  filter: blur(4px);
  -webkit-animation: 36s flakes linear infinite;
  animation: 36s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(122) {
  width: 18px;
  height: 18px;
  top: -521px;
  left: 12%;
  opacity: 0.52;
  filter: blur(3px);
  -webkit-animation: 17s flakes linear infinite;
  animation: 17s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(123) {
  width: 18px;
  height: 18px;
  top: -101px;
  left: 85%;
  opacity: 0.68;
  filter: blur(4px);
  -webkit-animation: 70s flakes linear infinite;
  animation: 70s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(124) {
  width: 19px;
  height: 19px;
  top: -366px;
  left: 7%;
  opacity: 0.6;
  filter: blur(4px);
  -webkit-animation: 22s flakes linear infinite;
  animation: 22s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(125) {
  width: 12px;
  height: 12px;
  top: -634px;
  left: 90%;
  opacity: 0.89;
  filter: blur(4px);
  -webkit-animation: 35s flakes linear infinite;
  animation: 35s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(126) {
  width: 9px;
  height: 9px;
  top: -695px;
  left: 15%;
  opacity: 0.99;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(127) {
  width: 20px;
  height: 20px;
  top: -188px;
  left: 90%;
  opacity: 0.7;
  filter: blur(4px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(128) {
  width: 8px;
  height: 8px;
  top: -633px;
  left: 59%;
  opacity: 0.51;
  filter: blur(4px);
  -webkit-animation: 30s flakes linear infinite;
  animation: 30s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(129) {
  width: 15px;
  height: 15px;
  top: -147px;
  left: 94%;
  opacity: 0.81;
  filter: blur(4px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(130) {
  width: 14px;
  height: 14px;
  top: -87px;
  left: 16%;
  opacity: 0.6;
  filter: blur(3px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(131) {
  width: 12px;
  height: 12px;
  top: -673px;
  left: 8%;
  opacity: 0.72;
  filter: blur(3px);
  -webkit-animation: 25s flakes linear infinite;
  animation: 25s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(132) {
  width: 11px;
  height: 11px;
  top: -434px;
  left: 23%;
  opacity: 0.92;
  filter: blur(4px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(133) {
  width: 20px;
  height: 20px;
  top: -276px;
  left: 71%;
  opacity: 0.57;
  filter: blur(4px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(134) {
  width: 15px;
  height: 15px;
  top: -431px;
  left: 8%;
  opacity: 0.77;
  filter: blur(4px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(135) {
  width: 9px;
  height: 9px;
  top: -678px;
  left: 33%;
  opacity: 0.9;
  filter: blur(4px);
  -webkit-animation: 46s flakes linear infinite;
  animation: 46s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(136) {
  width: 18px;
  height: 18px;
  top: -226px;
  left: 74%;
  opacity: 0.51;
  filter: blur(3px);
  -webkit-animation: 21s flakes linear infinite;
  animation: 21s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(137) {
  width: 7px;
  height: 7px;
  top: -126px;
  left: 96%;
  opacity: 0.71;
  filter: blur(4px);
  -webkit-animation: 46s flakes linear infinite;
  animation: 46s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(138) {
  width: 12px;
  height: 12px;
  top: -267px;
  left: 100%;
  opacity: 0.82;
  filter: blur(4px);
  -webkit-animation: 70s flakes linear infinite;
  animation: 70s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(139) {
  width: 18px;
  height: 18px;
  top: -66px;
  left: 30%;
  opacity: 0.54;
  filter: blur(3px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(140) {
  width: 10px;
  height: 10px;
  top: -352px;
  left: 10%;
  opacity: 0.54;
  filter: blur(3px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(141) {
  width: 11px;
  height: 11px;
  top: -18px;
  left: 29%;
  opacity: 0.75;
  filter: blur(3px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(142) {
  width: 10px;
  height: 10px;
  top: -119px;
  left: 9%;
  opacity: 0.51;
  filter: blur(4px);
  -webkit-animation: 54s flakes linear infinite;
  animation: 54s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(143) {
  width: 15px;
  height: 15px;
  top: -290px;
  left: 41%;
  opacity: 0.94;
  filter: blur(4px);
  -webkit-animation: 62s flakes linear infinite;
  animation: 62s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(144) {
  width: 15px;
  height: 15px;
  top: -538px;
  left: 75%;
  opacity: 0.71;
  filter: blur(4px);
  -webkit-animation: 34s flakes linear infinite;
  animation: 34s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(145) {
  width: 8px;
  height: 8px;
  top: -348px;
  left: 56%;
  opacity: 0.68;
  filter: blur(4px);
  -webkit-animation: 36s flakes linear infinite;
  animation: 36s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(146) {
  width: 9px;
  height: 9px;
  top: -197px;
  left: 99%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 36s flakes linear infinite;
  animation: 36s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(147) {
  width: 17px;
  height: 17px;
  top: -47px;
  left: 28%;
  opacity: 0.59;
  filter: blur(4px);
  -webkit-animation: 37s flakes linear infinite;
  animation: 37s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(148) {
  width: 20px;
  height: 20px;
  top: -311px;
  left: 95%;
  opacity: 0.87;
  filter: blur(3px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(149) {
  width: 19px;
  height: 19px;
  top: -370px;
  left: 46%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 47s flakes linear infinite;
  animation: 47s flakes linear infinite;
}

#banner.ow.white.happyholidaystwentytwo .flake:nth-child(150) {
  width: 9px;
  height: 9px;
  top: -275px;
  left: 2%;
  opacity: 0.61;
  filter: blur(4px);
  -webkit-animation: 56s flakes linear infinite;
  animation: 56s flakes linear infinite;
}

@-webkit-keyframes flakes {
  100% {
    transform: translateY(1000px) rotateX(35deg) rotateY(35deg);
    opacity: 0;
  }
}

@keyframes flakes {
  100% {
    transform: translateY(1000px) rotateX(35deg) rotateY(35deg);
    opacity: 0;
  }
}

/*** JR PUZZLE SALE HOME BANNER JANUARY 2023 ***/
#banner.ow.white.puzzlesalejantwentythree {
	background-color: #73c9fc !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/puzzlesalejan23/desktop-puzzle-bckgrd.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.puzzlesalejantwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.puzzlesalejantwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.puzzlesalejantwentythree a.button.white {
	background: #155eff !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 115px;
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.puzzlesalejantwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.puzzlesalejantwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}
#banner.ow.white.puzzlesalejantwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.puzzlesalejantwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.puzzlesalejantwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.puzzlesalejantwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.puzzlesalejantwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/puzzlesalejan23/mble-puzzle-bckgrd.png');
	}
	#banner.ow.white.puzzlesalejantwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.puzzlesalejantwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.puzzlesalejantwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.puzzlesalejantwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.puzzlesalejantwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.puzzlesalejantwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}


/*** JR NEW LEGO HOME BANNER JANUARY 2023 ***/
#banner.ow.white.newlegofeaturetwentythree {
	background-color: #2fb564 !important;
	background-image: url("https://www.jrtoycanada.ca/images/companies/4/banners/newlegojan23/desktop-lego-bckgrd.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	padding-bottom: 20px;
	overflow:hidden;
}
#banner.ow.white.newlegofeaturetwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.newlegofeaturetwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}
#banner.ow.white.newlegofeaturetwentythree .topcontent.desktop img.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 55%;
	padding: 60px 0 20px 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
#banner.ow.white.newlegofeaturetwentythree a.button.white {
	background: #1150a3 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	border: 1px solid #fff !important;
	display: inline;
	float:left;
	margin-bottom: 9%;
	margin-top: 20px;
	margin-left: 45%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.newlegofeaturetwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.newlegofeaturetwentythree .new-prods-bg-img {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
}
#banner.ow.white.newlegofeaturetwentythree .new-prods-bg-img img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
@media (max-width: 1367px) {
	#banner.ow.white.newlegofeaturetwentythree .topcontent.desktop img.title {
		padding: 45px 0 10px 0;
		max-width: 40%;
	}
	#banner.ow.white.newlegofeaturetwentythree a.button.white {
		margin-bottom: 7%;
	}
}
@media (max-width: 1114px) {
	#banner.ow.white.newlegofeaturetwentythree .topcontent.desktop img.title {
		padding: 30px 0 10px 0;
		max-width: 40%;
	}
	#banner.ow.white.newlegofeaturetwentythree a.button.white {
		margin-bottom: 7%;
		margin-top: 5px;
	}
}
@media (max-width: 1024px) {
	#banner.ow.white.newlegofeaturetwentythree a.button.white {
		margin-bottom: 6%;
	}
}
@media (max-width: 960px) {
	#banner.ow.white.newlegofeaturetwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojan23/mobile-lego-bckgrd.png');
	}
	#banner.ow.white.newlegofeaturetwentythree .new-prods-bg-img {
		display: none;
	}
	#banner.ow.white.newlegofeaturetwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.newlegofeaturetwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.newlegofeaturetwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.newlegofeaturetwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 99%;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
	}
	#banner.ow.white.newlegofeaturetwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.newlegofeaturetwentythree .topcontent.mobile img.products.mobile {
		padding-top: 0;
		padding-bottom: 60px;
	}
}

/*** JR VALENTINES PROMO 2023 ***/

#banner.ow.white.valentinesfeaturetwentythree {
	background-color: #ff016a !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/valentines2023/desktop-vday-bckgrd.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.valentinesfeaturetwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.valentinesfeaturetwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.valentinesfeaturetwentythree a.button.white {
	background: #F2086C !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 105px;
	margin-top: -60px;
	margin-left: 1.6%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.valentinesfeaturetwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.valentinesfeaturetwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 10px;
	padding-top: 70px;
	padding-bottom: 15px;
}
#banner.ow.white.valentinesfeaturetwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.valentinesfeaturetwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

@media (max-width: 1367px) {
	#banner.ow.white.valentinesfeaturetwentythree .topcontent.desktop .products {
		margin-right: 2%;
	}
}

@media (max-width: 1024px) {
	#banner.ow.white.valentinesfeaturetwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.valentinesfeaturetwentythree .topcontent.desktop .products {
		max-width: 42%;
		margin-right: 2%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.valentinesfeaturetwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/valentines2023/mble-vday-bckgrd.png');
	}
	#banner.ow.white.valentinesfeaturetwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.valentinesfeaturetwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.valentinesfeaturetwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.valentinesfeaturetwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.valentinesfeaturetwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.valentinesfeaturetwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}


/*** JR LEARNING RESOURCES SALE FEB 2023 ***/
#banner.ow.white.learningresourcessaletwentythree {
	background-color: #bde4fd !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/learningresourcessalefeb23/lr-desktop-background.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.learningresourcessaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.learningresourcessaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.learningresourcessaletwentythree a.button.white {
	background: #0367a6!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 120px;
	margin-top: -75px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.learningresourcessaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.learningresourcessaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 10px;
	padding-top: 70px;
	padding-bottom: 15px;
}
#banner.ow.white.learningresourcessaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.learningresourcessaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.learningresourcessaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.learningresourcessaletwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.learningresourcessaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/learningresourcessalefeb23/lr-mobile-background.png');
	}
	#banner.ow.white.learningresourcessaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.learningresourcessaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.learningresourcessaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.learningresourcessaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.learningresourcessaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.learningresourcessaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}


/*** JR HAPE SALE BANNER - MARCH 2023 ***/

#banner.ow.white.hapesaletwentythree {
	background-color: #37b2f6 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hapesalemarch23/hape-desktop-background.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.hapesaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.hapesaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.hapesaletwentythree a.button.white {
	background: #ffffff!important;
	color: #ee0012 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 115px;
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.hapesaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.hapesaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}
#banner.ow.white.hapesaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.hapesaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.hapesaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.hapesaletwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.hapesaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/hapesalemarch23/hape-mbl-background.png');
	}
	#banner.ow.white.hapesaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.hapesaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.hapesaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.hapesaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.hapesaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.hapesaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}


/*** JR EASTER SALE MAR 2023 ***/
#banner.ow.white.eastersaletwentythree {
	background-color: #ff4a66 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/eastersale2023/easter-desktop-bckgrd.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.eastersaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.eastersaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.eastersaletwentythree a.button.white {
	background: #ffffff!important;
	color: #ff4a66 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 115px;
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
	border: 2px solid #00bcd1;
}
#banner.ow.white.eastersaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.eastersaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 10px;
	padding-top: 70px;
	padding-bottom: 15px;
}
#banner.ow.white.eastersaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 40%;
}
#banner.ow.white.eastersaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.eastersaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.eastersaletwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.eastersaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/eastersale2023/easter-mble-background.png');
	}
	#banner.ow.white.eastersaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.eastersaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.eastersaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.eastersaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.eastersaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.eastersaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}


/*** JR MANHATTAN TOY SALE APR 2023 ***/
#banner.ow.white.manhattantoysaletwentythree {
	background-color: #13bbde !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/manhattantoysaleapr23/mt-promo-background.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.manhattantoysaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.manhattantoysaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.manhattantoysaletwentythree a.button.white {
	background: #fd0544!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 115px;
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.manhattantoysaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.manhattantoysaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 70px;
	padding-bottom: 15px;
}
#banner.ow.white.manhattantoysaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.manhattantoysaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.manhattantoysaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.manhattantoysaletwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.manhattantoysaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/manhattantoysaleapr23/mt-promo-mblebackground.png');
	}
	#banner.ow.white.manhattantoysaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.manhattantoysaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.manhattantoysaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.manhattantoysaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.manhattantoysaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.manhattantoysaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}


/*** SPRING CLEAROUT BANNER APR 2023 ***/
#banner.ow.white.springclearoutsaletwentythree {
	background-color: #13bbde !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springclearout23/springclearout-dsktop-bckgrd.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.springclearoutsaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.springclearoutsaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.springclearoutsaletwentythree a.button.white {
	background: #ff1328!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-left: 45.5%;
	transition: all 0.3s ease-in-out;
	margin-bottom: 140px;
}
#banner.ow.white.springclearoutsaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.springclearoutsaletwentythree img.title.desktop {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 60%;
	padding-left: 10px;
	padding-top: 50px;
	padding-bottom: 5px;
}

@media (max-width: 1200px) {
	#banner.ow.white.springclearoutsaletwentythree a.button.white {
		margin-left: 44%;
	}
}

@media (max-width: 1024px) {
	#banner.ow.white.springclearoutsaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.springclearoutsaletwentythree a.button.white {
		margin-left: 42.5%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.springclearoutsaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springclearout23/springclearout-mble-bckgrd.png');
	}
	#banner.ow.white.springclearoutsaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.springclearoutsaletwentythree .topcontent.mobile {
		display: block;
	}
	 #banner.ow.white.springclearoutsaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.springclearoutsaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	} 
	#banner.ow.white.springclearoutsaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	 #banner.ow.white.springclearoutsaletwentythree .topcontent.mobile img.products.mobile {
		/*padding-bottom: 40px;*/
	} 
	#banner.ow.white.springclearoutsaletwentythree .topcontent.mobile img.products.mobile {
		max-width: 75%;
	}
}


/*** JR STAR WARS WEEK APR 2023 ***/
#banner.ow.white.starwarssaletwentythree {
	background-color: #13bbde !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/starwarsweek23/sw-desktop-background.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.starwarssaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.starwarssaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.starwarssaletwentythree a.button.white {
	background: #f8ca15!important;
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 115px;
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
	border: 0 !important;
}
#banner.ow.white.starwarssaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.starwarssaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 90px;
	padding-bottom: 15px;
}
#banner.ow.white.starwarssaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.starwarssaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.starwarssaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.starwarssaletwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.starwarssaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/starwarsweek23/sw-mobile-background.png');
	}
	#banner.ow.white.starwarssaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.starwarssaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.starwarssaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.starwarssaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.starwarssaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.starwarssaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}
}

/*** JR EDUCATORS BUY MORE SAVE MORE PROMOTION ***/
#banner.ow.white.jreducatorsbuymoresavemoretwentythree {
	background-color: #13bbde !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/educatorsalemay23/desktop-background2.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.jreducatorsbuymoresavemoretwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jreducatorsbuymoresavemoretwentythree a.button.white {
	background: #ef231f!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 115px;
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jreducatorsbuymoresavemoretwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jreducatorsbuymoresavemoretwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 5px;
	padding-top: 40px;
	padding-bottom: 60px;
}

/*
#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
*/

@media (max-width: 1024px) {
	
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree {
		padding: 0 0 20px 0;
	}

	/*
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
	*/
}
@media (max-width: 767px) {
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/educatorsalemay23/edu-mobile-background.png');
	}
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.mobile {
		display: block;
	}
	
	
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 170px 0;
	}
	
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.mobile {
		max-width: 99%;
		padding: 0 0 5px 0;
	}
	
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree a.button.white {
		margin: 5px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 40%;
		float: none;
		margin-bottom: 240px;
	}
	/*
	#banner.ow.white.jreducatorsbuymoresavemoretwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}*/
}



/*** JRBABY-TINYLOVE-MAXICOSI-SALEJUNE2023 ***/
#banner.ow.white.tinylovemaxicosisaletwentythree {
	background-color: #fefefb !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/babypromojune23/bbypromo-desktopbackground-sm.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.tinylovemaxicosisaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.tinylovemaxicosisaletwentythree a.button.white {
	background: #6d6664!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	border: none !important;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	/*margin-bottom: 115px;*/
	margin-top: -50px;
	/*margin-left: 1.5%;*/
	margin-left: 18.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.tinylovemaxicosisaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.tinylovemaxicosisaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 70px;
	padding-bottom: 15px;
}
#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.tinylovemaxicosisaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree a.button.white {
		margin-left: 14%;
		margin-top: -65px;
	}
	
}
@media (max-width: 767px) {
	#banner.ow.white.tinylovemaxicosisaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/babypromojune23/bbypromo-mobile-bckgrd.png');
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.tinylovemaxicosisaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 0px;
	}
}

/*** JRTOY-BRUDER-SALE-JUNE-2023 ***/
#banner.ow.white.bruderpromojunetwentythree {
	background-color: #fefefb !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalejune23/bruder-desktop-background.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.bruderpromojunetwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.bruderpromojunetwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.bruderpromojunetwentythree a.button.white {
	background: #ffffff !important;
	color: #ff4034 !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 0;
	text-transform: capitalize !important;
	display: inline;
	float:left;
/*	margin-bottom: 115px;*/
	margin-top: -50px;
	margin-left: 1.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.bruderpromojunetwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.bruderpromojunetwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 15px;
}
#banner.ow.white.bruderpromojunetwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.bruderpromojunetwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.bruderpromojunetwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.bruderpromojunetwentythree .topcontent.desktop .products {
		max-width: 36%;
	}
	#banner.ow.white.bruderpromojunetwentythree .topcontent.desktop .products img {
		padding: 50px 0 0 0;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.bruderpromojunetwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalejune23/bruder-mobile-background.png');
	}
	#banner.ow.white.bruderpromojunetwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.bruderpromojunetwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.bruderpromojunetwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.bruderpromojunetwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.bruderpromojunetwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	/*#banner.ow.white.bruderpromojunetwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 60px;
	}*/
}

/*** GET OUT AND PLAY SALE - BANNER 2023 ***/
#banner.ow.white.getoutandplaytwentythree {
	background-color: #92e1ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/outdoorplaysales/banner/goap-desktopbackground.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.getoutandplaytwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.getoutandplaytwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}

#banner.ow.white.getoutandplaytwentythree a.button.white {
	background: #2781ea!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-left: 47%;
	transition: all 0.3s ease-in-out;
	border: 0 !important;
}
#banner.ow.white.getoutandplaytwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.getoutandplaytwentythree img.title.desktop {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 60%;
	padding-left: 10px;
	padding-top: 50px;
	padding-bottom: 5px;
}

#banner.ow.white.getoutandplaytwentythree.twofour.inner img.title.desktop.inner {
	width: 50%;
	animation: none;
	float: none;
}

/*#banner.ow.white.getoutandplaytwentythree .topcontent.desktop .products {
	display: none;
} 
#banner.ow.white.getoutandplaytwentythree .topcontent.desktop .products img {
	display: none;
}*/

@media (max-width: 1024px) {
	#banner.ow.white.getoutandplaytwentythree {
		padding: 10px 0 20px 0;
	}
	 /*#banner.ow.white.getoutandplaytwentythree .topcontent.desktop .products {
		display: none;
	} */
}
@media (max-width: 767px) {
	#banner.ow.white.getoutandplaytwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/outdoorplaysales/banner/goap-mobilebackground.png');
	}
	#banner.ow.white.getoutandplaytwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.getoutandplaytwentythree .topcontent.mobile {
		display: block;
	}
	 #banner.ow.white.getoutandplaytwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.getoutandplaytwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	} 
	#banner.ow.white.getoutandplaytwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		width: auto;
		max-width: 60%;
		float: none;
	}
	 #banner.ow.white.getoutandplaytwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 40px;
	} 
}

/*** JRTOY LEGO SALE - JULY 2023 ***/
#banner.ow.white.legosalejulytwentythree {
	background-color: #fefefb !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legojuly23/lego-desktopback.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.legosalejulytwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.legosalejulytwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.legosalejulytwentythree a.button.white {
	background: #004ab9 !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 0;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 70px;
	margin-top: -50px;
	margin-left: 1.75%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.legosalejulytwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.legosalejulytwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 60%;
	padding-left: 10px;
	padding-top: 110px;
	padding-bottom: 15px;
}
#banner.ow.white.legosalejulytwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
}
#banner.ow.white.legosalejulytwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.legosalejulytwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.legosalejulytwentythree img.title.desktop {
		max-width: 55%;
		padding-top: 100px;
	}
	#banner.ow.white.legosalejulytwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
	#banner.ow.white.legosalejulytwentythree a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.legosalejulytwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legojuly23/lego-mobile-back.png');
	}
	#banner.ow.white.legosalejulytwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.legosalejulytwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.legosalejulytwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.legosalejulytwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.legosalejulytwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.legosalejulytwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}
.ow.red-ribbon {
	background: #de1e30;
	text-align: center;
	padding: 5px 10px;
}
.ow.red-ribbon.babyribbon {
	background: rgba(208,237,254,1);
}
.ow.red-ribbon p.ribbon-alert {
	margin-top: 8px;
}
.ow.red-ribbon p.ribbon-alert a {
	text-decoration: none;
	font-weight: 900;
	text-align: center;
	color: #fff ;
	transition: all 0.3s ease-in-out;
}
.ow.red-ribbon p.ribbon-alert a:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.9;
	color: #000;
}
.ow.red-ribbon.babyribbon p.ribbon-alert a {
	color: #373333;
}

/*** JRTOY EVENFLO SALE - AUG 2023 ***/
#banner.ow.white.jrevenflosaletwentythree {
	background-color: #c8efea !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/evenfloaug23/ef-desktop-background-op.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.jrevenflosaletwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrevenflosaletwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrevenflosaletwentythree a.button.white {
	background: #f0155f !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 0;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 60px;
	margin-top: -20px;
	margin-left: 1.75%;
	transition: all 0.3s ease-in-out;
}

#banner.ow.white.jrevenflosaletwentythree a.button.pink {
	background: #ff4a88 !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 0;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 60px;
	margin-top: -20px;
	margin-left: 5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrevenflosaletwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}

#banner.ow.white.jrevenflosaletwentythree a.button.pink:hover {
	 opacity: 0.7;
	 cursor: pointer;
}

#banner.ow.white.jrevenflosaletwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 60%;
	padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 15px;
}
#banner.ow.white.jrevenflosaletwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
	padding-top: -50px;
}
#banner.ow.white.jrevenflosaletwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 50px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

@media (max-width: 1024px) {
	#banner.ow.white.jrevenflosaletwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrevenflosaletwentythree img.title.desktop {
		max-width: 55%;
		padding-top: 100px;
	}
	#banner.ow.white.jrevenflosaletwentythree .topcontent.desktop .products {
		max-width: 40%;
	}
	#banner.ow.white.jrevenflosaletwentythree a.button.white {
		margin-bottom: 50px;
	}

	#banner.ow.white.jrevenflosaletwentythree a.button.pink {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrevenflosaletwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/evenfloaug23/ef-mobile-bck-op.png');
		padding: 0;
	}
	#banner.ow.white.jrevenflosaletwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrevenflosaletwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrevenflosaletwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.jrevenflosaletwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 0px 0;
	}
	#banner.ow.white.jrevenflosaletwentythree .topcontent.mobile img.title.mobile {
		max-width: 100%;
	}
	#banner.ow.white.jrevenflosaletwentythree a.button.white {
		margin: 10px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 66%;
		float: none;
	}

	#banner.ow.white.jrevenflosaletwentythree a.button.pink {
		margin: 10px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 66%;
		float: none;
	}

	#banner.ow.white.jrevenflosaletwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
		max-width: 80%;
	}
}

@media (max-width: 321px) {
	#banner.ow.white.jrevenflosaletwentythree a.button.white, #banner.ow.white.jrevenflosaletwentythree a.button.pink {
		max-width: 80%;
	}
	#banner.ow.white.jrevenflosaletwentythree .topcontent.mobile img.title.mobile {
		padding-top: 5px;
	}
}

/*** JRTOY EVENFLO SALE 2 - AUG 2023 ***/
#banner.ow.white.jrevenflosalesequeltwentythree {
	background-color: #eb4f8a !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/evenfloaug23-v2/ef2-desktop-background-op.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.jrevenflosalesequeltwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrevenflosalesequeltwentythree a.button.white {
	background: #006dbf !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 0;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 70px;
	margin-top: -10px;
	margin-left: 1.75%;
	transition: all 0.3s ease-in-out;
}

#banner.ow.white.jrevenflosalesequeltwentythree a.button.pink {
	background: #00ace6 !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 0;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin-bottom: 70px;
	margin-top: -10px;
	margin-left: 5%;
	transition: all 0.3s ease-in-out;
}

#banner.ow.white.jrevenflosalesequeltwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}

#banner.ow.white.jrevenflosalesequeltwentythree a.button.pink:hover {
	 opacity: 0.7;
	 cursor: pointer;
}

#banner.ow.white.jrevenflosalesequeltwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 60%;
	padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 15px;
}
#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 37%;
	padding-top: -50px;
}
#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrevenflosalesequeltwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrevenflosalesequeltwentythree img.title.desktop {
		max-width: 55%;
		padding-top: 100px;
	}
	#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.desktop .products {
		max-width: 40%;
	}
	#banner.ow.white.jrevenflosalesequeltwentythree a.button.white {
		margin-bottom: 50px;
	}

	#banner.ow.white.jrevenflosalesequeltwentythree a.button.pink {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrevenflosalesequeltwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/evenfloaug23-v2/ef2-mobile-background-op.png');
	}
	#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.jrevenflosalesequeltwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
	}
	#banner.ow.white.jrevenflosalesequeltwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}

	#banner.ow.white.jrevenflosalesequeltwentythree a.button.pink {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}

	#banner.ow.white.jrevenflosalesequeltwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}

/*** OVERRIDES FOR BABY LANDING PAGE LAYOUT ***/
#banner.ow.white.waves-bottom.jrevenflosaletwentythree img.title.desktop, #banner.ow.white.jrevenflosalesequeltwentythree.waves-bottom img.title.desktop {
	padding-top: 70px;
}
#banner.ow.white.waves-bottom.jrevenflosaletwentythree a.button.white, #banner.ow.white.waves-bottom.jrevenflosaletwentythree a.button.pink, #banner.ow.white.jrevenflosalesequeltwentythree.waves-bottom a.button.white, #banner.ow.white.jrevenflosalesequeltwentythree.waves-bottom a.button.pink {
	margin-bottom: 160px;
	margin-top: -40px;
}
@media (max-width: 960px) {
	#banner.ow.white.waves-bottom.jrevenflosaletwentythree a.button.white, #banner.ow.white.jrevenflosalesequeltwentythree.waves-bottom a.button.white {
		margin: 10px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 66%;
		float: none;
	}
	#banner.ow.white.waves-bottom.jrevenflosaletwentythree a.button.pink, #banner.ow.white.jrevenflosalesequeltwentythree.waves-bottom a.button.pink {
		margin: 10px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 66%;
		float: none;
	}
	#banner.ow.white.waves-bottom.jrevenflosaletwentythree .topcontent.mobile img.products.mobile,  #banner.ow.white.jrevenflosalesequeltwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 80px;
	}
}




/**** CATEGORY FEATURE BANNERS - 2024 ****/




/*** FEATURE CATEGORY BANNER - GAMES WORKSHOP ***/
#banner.ow.white.jrgamesworkshopbanner {
	background-color: #bf4524 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cat-banners-2024/gamesworkshop/gamesworkshop-desktop-background.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.jrgamesworkshopbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrgamesworkshopbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrgamesworkshopbanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrgamesworkshopbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrgamesworkshopbanner img.title.desktop {
		max-width: 60%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrgamesworkshopbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cat-banners-2024/gamesworkshop/gamesworkshop-mobile-background.png');
	}
	#banner.ow.white.jrgamesworkshopbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrgamesworkshopbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrgamesworkshopbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrgamesworkshopbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrgamesworkshopbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** FEATURE CATEGORY BANNER - JELLYCAT ***/
#banner.ow.white.jrjellycatbanner {
	background-color: #12bfd5 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cat-banners-2024/jellycat/jellycat-desktop-background.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.jrjellycatbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrjellycatbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrjellycatbanner 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.jrjellycatbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrjellycatbanner img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrjellycatbanner {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cat-banners-2024/jellycat/jellycat-mobile-background.png');
	}
	#banner.ow.white.jrjellycatbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrjellycatbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrjellycatbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrjellycatbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 90%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrjellycatbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** FEATURE CATEGORY BANNER - CALICO CRITTERS ***/
#banner.ow.white.jrcalicocrittersbanner {
	background-color: #aec395 !important;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/calico-critters/calico-background-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.jrcalicocrittersbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrcalicocrittersbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrcalicocrittersbanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrcalicocrittersbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrcalicocrittersbanner img.title.desktop {
		max-width: 60%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrcalicocrittersbanner {
		background-position: left center;
		background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/calico-critters/calico-background-mobile.png');
	}
	#banner.ow.white.jrcalicocrittersbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrcalicocrittersbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrcalicocrittersbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrcalicocrittersbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrcalicocrittersbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** FEATURE CATEGORY BANNER - DISNEY LORCANA GAME ***/
#banner.ow.white.jrdisneylorcanabanner {
	background-color: #44409a !important;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/lorcana/lorcana-desktop-bck.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.jrdisneylorcanabanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrdisneylorcanabanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrdisneylorcanabanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrdisneylorcanabanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrdisneylorcanabanner img.title.desktop {
		max-width: 60%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrdisneylorcanabanner {
		background-position: left center;
		background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/lorcana/lorcana-mobile-bck.png');
	}
	#banner.ow.white.jrdisneylorcanabanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrdisneylorcanabanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrdisneylorcanabanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrdisneylorcanabanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrdisneylorcanabanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}

/*** FEATURE CATEGORY BANNER - RAVENSBURGER ***/
#banner.ow.white.ravensburgertwentyfour {
	background-color: #2161a9 !important;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/ravensburger/ravensburger-background-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.ravensburgertwentyfour .topcontent.mobile {
	display: none;
}
#banner.ow.white.ravensburgertwentyfour .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.ravensburgertwentyfour img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 40%;
	padding-top: 70px;
     padding-left: 100px;
	padding-bottom: 15px;
}
#banner.ow.white.ravensburgertwentyfour .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 35%;
}
#banner.ow.white.ravensburgertwentyfour .topcontent.desktop .products img {
    display:block;
	width: 80%;
	padding: 30px 100px 20px 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.ravensburgertwentyfour {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.ravensburgertwentyfour img.title.desktop {
		max-width: 40%;
		padding-top: 70px;
        padding-left: 100px;
	}
	#banner.ow.white.ravensburgertwentyfour .topcontent.desktop .products {
		max-width: 35%;
        padding: 0 30px 10px 0;
	}
	#banner.ow.white.ravensburgertwentyfour a.button.white {
		margin-bottom: 30px;
        margin:0 auto;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.ravensburgertwentyfour {
		background-position: left center;
		background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/ravensburger/ravensburger-background-mobile.png');
	}
	#banner.ow.white.ravensburgertwentyfour .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.ravensburgertwentyfour .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.ravensburgertwentyfour .topcontent.mobile img.title.mobile, #banner.ow.white.ravensburgertwentyfour .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.ravensburgertwentyfour .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** FEATURE CATEGORY BANNER - SCHLEICH ***/
#banner.ow.white.jrschleichbanner {
	background-color: #aaa9ac!important;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/schleich/schleich-desktop-background.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.jrschleichbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrschleichbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrschleichbanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrschleichbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrschleichbanner img.title.desktop {
		max-width: 60%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrschleichbanner {
		background-position: left center;
		background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/schleich/schleich-mobile-background.png');
	}
	#banner.ow.white.jrschleichbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrschleichbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrschleichbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrschleichbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrschleichbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}

/*** FEATURE CATEGORY BANNER - THAMES & KOSMOS ***/
#banner.ow.white.jrthameskosmosbanner {
	background-color: #dbd4db!important;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/tandk/thameskosmos-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.jrthameskosmosbanner .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrthameskosmosbanner .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrthameskosmosbanner img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrthameskosmosbanner {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrthameskosmosbanner img.title.desktop {
		max-width: 60%;
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrthameskosmosbanner {
		background-position: left center;
		background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/tandk/thameskosmos-mobile-banner.png');
	}
	#banner.ow.white.jrthameskosmosbanner .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrthameskosmosbanner .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrthameskosmosbanner .topcontent.mobile img.title.mobile, #banner.ow.white.jrthameskosmosbanner .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 60%;
	}
	#banner.ow.white.jrthameskosmosbanner .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** FEATURE CATEGORY BANNER - TONIES ***/
#banner.ow.white.jrtoytoniesbannertwentyfour {
	background-color: #c20014 !important;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/tonies/tonies-desktop-background.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.jrtoytoniesbannertwentyfour .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrtoytoniesbannertwentyfour .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrtoytoniesbannertwentyfour a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrtoytoniesbannertwentyfour img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 25%;
	padding-right: 350px;
	padding-top: 60px;
	padding-bottom: 120px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrtoytoniesbannertwentyfour {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrtoytoniesbannertwentyfour img.title.desktop {
		max-width: 30%;
		padding-top: 50px;
	}
	#banner.ow.white.jrtoytoniesbannertwentyfour a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrtoytoniesbannertwentyfour {
		background-position: left center;
		background-image: url('https://www.poolsuppliescanada.ca/images/companies/4/banners/cat-banners-2024/tonies/tonies-mobile-background.png');
	}
	#banner.ow.white.jrtoytoniesbannertwentyfour .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrtoytoniesbannertwentyfour .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrtoytoniesbannertwentyfour .topcontent.mobile img.title.mobile, #banner.ow.white.jrtoytoniesbannertwentyfour .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 10%;
		padding-bottom: 10%;
	}
	#banner.ow.white.jrtoytoniesbannertwentyfour .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*************** ALL HOMEPAGE BANNERS BELOW THIS POINT *******************/


/*CCCF Month Banner September 2023 */
#banner.ow.white.cccftwentythree {
  background-color: #e33e0e!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cccf23/desktop-ccc-background.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.cccftwentythree img.title.mobile {
	display: none;
}

#banner.ow.white.cccftwentythree img.title.desktop {
	width: auto;
	display: inline-block;
	padding: 80px 0px 30px 30px;
	max-width: 50%;
	float:left;
	padding-left: 0;
}

#banner.ow.white.cccftwentythree .topcontent.desktop {
display: block;
max-width: 1440px;
margin:0 auto;
}

#banner.ow.white.cccftwentythree a.button.white {
	background: #fff400 !important;
	color: #0d1abb !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	/*margin: top, right, bottom, left */
	margin: 40px 150px 25px 40px;
	border: 0 !important;
	margin-left: 5px;
	margin-top: -90px;
}

#banner.ow.white.cccftwentythree .topcontent.products {
    float:right;
	display:block;
	width: auto;
	max-width: 36%;
    margin: 0 80px 0 0;
}

#banner.ow.white.cccftwentythree .topcontent.products img {
    display:block;
	width: 100%;
	padding: 60px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.cccftwentythree .topcontent.productsmobile {
display: none;
}



@media (max-width: 1024px) {
	#banner.ow.white.cccftwentythree img.title.desktop {
		max-width: 62.5%;
		display: block;
		padding-top: 40px;
	}
	#banner.ow.white.cccftwentythree .topcontent.products {
		max-width: 29%;
		display: block;
		margin-right: 1%;
		padding: 20px 0 0 0;
	}
	#banner.ow.white.cccftwentythree a.button.white {
		margin-top: -50px;
	}
}


@media (max-width: 767px) {
	#banner.ow.white.cccftwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cccf23/mobile-ccc-background.png');
		padding-bottom: 15px;
		background-color: blue !important;
	}
	#banner.ow.white.cccftwentythree img.title.desktop {
	display: none;
	}
	#banner.ow.white.cccftwentythree img.title.mobile {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 60px 0;
	}
	#banner.ow.white.cccftwentythree .topcontent.products {
	    display:none;
	}
	
	#banner.ow.white.cccftwentythree .topcontent.productsmobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		overflow: hidden;

	}
	
	#banner.ow.white.cccftwentythree .topcontent.productsmobile img {
		max-width: 33%;
		text-align: center;
		margin-top: 25px;
		/*padding: 40px 10px;*/
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	#banner.ow.white.cccftwentythree a.button.white {
		background: #fff400 !important;
		color: #0d1abb !important;
		position: absolute;
		top: 42.5%;
		width: 33%;
		left: 28%;
		float: none;
		margin: 0;
  }
}

/*** JR Childhood Cancer Canada Banner ***/
#banner.ow.white.jrccctwentythree {
	background-color: #00dbf5 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cccf23/ccc-bck-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.jrccctwentythree .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrccctwentythree .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrccctwentythree a.button.white {
	background: #fff400 !important;
	color: #1172d8 !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 1;
    border-color: #1172d8;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: -30px;
	margin-left: 2%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrccctwentythree a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrccctwentythree img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 60%;
	padding-left: 10px;
	padding-top: 50px;
	padding-bottom: 15px;
}
#banner.ow.white.jrccctwentythree .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 45%;
}
#banner.ow.white.jrccctwentythree .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrccctwentythree {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrccctwentythree img.title.desktop {
		max-width: 55%;
		padding-top: 50px;
	}
	#banner.ow.white.jrccctwentythree .topcontent.desktop .products {
		max-width: 42%;
	}
	#banner.ow.white.jrccctwentythree a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrccctwentythree {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/cccf23/ccc-bck-mobile.png');
	}
	#banner.ow.white.jrccctwentythree .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrccctwentythree .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrccctwentythree .topcontent.mobile img.title.mobile, #banner.ow.white.jrccctwentythree .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#banner.ow.white.jrccctwentythree .topcontent.mobile img.title.mobile {
		max-width: 100%;
		width: 100%;
		padding: 10px 0;
	}
	#banner.ow.white.jrccctwentythree .topcontent.mobile img.products.mobile  {
		padding: 0;
	}
	#banner.ow.white.jrccctwentythree a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrccctwentythree .topcontent.mobile img.products.mobile {
		padding-bottom: 0px;
	}
}


/*** SPRING CLEAROUT HOME SALE BANNER 2024 ***/
#banner.ow.white.springclearouttwentyfour {
	background-color: #bfdcea !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springclearout2024/springclearout-desktop-background-sm.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.springclearouttwentyfour .topcontent.mobile {
	display: none;
}
#banner.ow.white.springclearouttwentyfour .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.springclearouttwentyfour a.button.white {
	background: #d63781!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: -5px;
	margin-left: 47%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.springclearouttwentyfour a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.springclearouttwentyfour img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 62.5%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}
/*#banner.ow.white.springclearouttwentyfour .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 35%;
}
#banner.ow.white.springclearouttwentyfour .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
} */
@media (max-width: 1024px) {
	#banner.ow.white.springclearouttwentyfour {
        background-color: #89d5eb !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springclearout2024/springclearout-tablet-background-sm.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.springclearouttwentyfour img.title.desktop {
		max-width: 70%;
	}
	/*#banner.ow.white.springclearouttwentyfour .topcontent.desktop .products {
		max-width: 30%;
        padding: 0 30px 10px 0;
	}*/
	#banner.ow.white.springclearouttwentyfour a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.springclearouttwentyfour {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/springclearout2024/springclearout-mobile-background-sm.png');
	}
	#banner.ow.white.springclearouttwentyfour .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.springclearouttwentyfour .topcontent.mobile {
		display: block;
        padding-bottom: 100px;
	}
	#banner.ow.white.springclearouttwentyfour .topcontent.mobile img.title.mobile, #banner.ow.white.springclearouttwentyfour .topcontent.mobile img.products.mobile {
		display: block;
        width: 90%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.springclearouttwentyfour a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	/*#banner.ow.white.springclearouttwentyfour .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}*/
}
@media (max-width: 321px) {
	#banner.ow.white.springclearouttwentyfour .topcontent.mobile {
		display: block;
        padding-bottom: 60px;
	}
}


/*** GET OUT AND PLAY SALE PAGE 2024 ***/

#banner.ow.white.getoutandplaytwentythree.twofour {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/outdoorplaysales/banner/getoutandplay24bg.png');
}

#banner.ow.white.getoutandplaytwentythree.twofour img.title.desktop {
	display: block;
	float: left;
	max-width: 46%;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}

#banner.ow.white.getoutandplaytwentythree.twofour img.product {
	display: block;
	float: right;
	max-width: 36%;
	padding: 20px;
}
#banner.ow.white.getoutandplaytwentythree.twofour a.button.white {
	margin-left: 1%;
	margin-top: -5%;
}
@media (max-width: 960px) {
	#banner.ow.white.getoutandplaytwentythree.twofour img.title.desktop, #banner.ow.white.getoutandplaytwentythree.twofour img.product {
		display: block;
		float: none;
		max-width: 75%;
		margin: 0 auto;
		text-align: center;
		animation: none;
	}
	#banner.ow.white.getoutandplaytwentythree.twofour img.title.desktop {
		max-width: 96%;
		padding: 30px 0;
	}
	#banner.ow.white.getoutandplaytwentythree.twofour img.product {
		padding-top: 60px;
	}
	#banner.ow.white.getoutandplaytwentythree.twofour a.button.white {
		position: absolute;
		top: 200px;
		margin: 0;
		width: 50%;
		left: 20%;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.getoutandplaytwentythree.twofour a.button.white {
		top: 170px;
	}
}

/*** FIRST PROMO SECTION ***/
.ow.playsalesection.twentytwo.twothree.twofour.one {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='38.907' height='70' patternTransform='scale(2) rotate(145)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(134, 100%, 98%, 1)'/><path d='M.582-16.627S.832-6.236 5.736-.25c1.996 2.494 3.908 4.24 5.405 5.57 1.496 1.247 3.822.333 4.072-1.662.083-.997-.333-1.911-1.164-2.41C11.056-.664 3.824-6.069.582-16.627zm37.742 0C35.082-6.069 27.85-.664 24.857 1.248a2.921 2.921 0 00-1.248 2.41c.25 1.995 2.578 2.91 4.075 1.662 1.58-1.33 3.49-3.076 5.486-5.57 4.905-5.986 5.154-16.377 5.154-16.377zM.582-8.313s-.25 7.15 3.076 13.385c.998 1.995 2.66 4.572 3.824 5.903 1.414 1.58 3.99.914 4.489-1.164.25-.998-.082-1.914-.83-2.579C8.73 5.237 3.409.084.582-8.313zm37.742 0C35.498.084 30.178 5.237 27.768 7.232c-.749.665-1.082 1.664-.832 2.579.415 2.078 3.077 2.743 4.49 1.164 1.164-1.247 2.826-3.908 3.824-5.903 3.325-6.235 3.074-13.385 3.074-13.385zM.666 1.414s-.25 6.651 1.828 11.889c.416 1.164.915 2.243 1.414 3.074.998 1.912 3.74 1.581 4.405-.414.332-.915 0-1.913-.749-2.578C5.735 11.888 2.495 8.397.666 1.415zm37.742.166c-1.912 6.9-5.153 10.392-6.982 11.889-.748.582-1.083 1.661-.75 2.576.665 1.995 3.408 2.245 4.406.416.499-.831 1-1.828 1.498-2.992C38.658 8.23 38.408 1.58 38.408 1.58zm.416 9.145s-.832 4.323-2.994 7.482c-.997 1.496-.664 2.909-.082 3.906.416.665.832 1.165 1.414 1.58l1.744 1.33 1.746-1.33c.582-.498 1.082-.998 1.414-1.58.582-.997.914-2.326-.25-3.906-2.161-3.16-2.992-7.482-2.992-7.482zM0 10.809s-.83 4.321-2.992 7.48c-.998 1.496-.665 2.827-.166 3.824.415.665.83 1.165 1.412 1.58L0 25.023l1.746-1.33c.582-.498 1.08-.998 1.412-1.58.582-.997.915-2.328-.166-3.824C.831 15.13 0 10.81 0 10.81zm.582 34.25s-.166 9.56 5.736 16.793c2.079 2.577 4.074 4.49 5.737 5.82 1.912 1.58 4.654.083 4.488-2.328-.083-.915-.58-1.745-1.412-2.16C12.138 61.438 4.489 56.199.582 45.059zm37.742.084c-3.907 11.223-11.554 16.46-14.547 18.123-.831.415-1.33 1.247-1.414 2.162-.166 2.41 2.576 3.824 4.489 2.328 1.662-1.33 3.658-3.243 5.736-5.82 5.902-7.233 5.736-16.793 5.736-16.793zM.582 53.289s.25 10.393 5.154 16.379c1.996 2.494 3.908 4.321 5.405 5.568 1.496 1.247 3.822.333 4.072-1.662.083-.997-.333-1.911-1.164-2.41C11.056 69.252 3.824 63.847.582 53.29zm37.742.084C35.082 63.931 27.85 69.334 24.857 71.246c-.83.499-1.248 1.415-1.248 2.412.25 1.995 2.578 2.91 4.075 1.662 1.58-1.33 3.49-3.076 5.486-5.57 4.905-5.986 5.154-16.377 5.154-16.377zM.582 61.686s-.25 7.15 3.076 13.384c.998 1.996 2.66 4.573 3.824 5.903 1.414 1.58 3.99.914 4.489-1.164.25-.998-.082-1.911-.83-2.577C8.73 75.237 3.409 70.082.582 61.686zm37.742 0c-2.826 8.396-8.146 13.551-10.556 15.546-.749.666-1.082 1.662-.832 2.577.415 2.078 3.077 2.743 4.49 1.164 1.164-1.33 2.826-3.99 3.824-5.903 3.325-6.235 3.074-13.384 3.074-13.384z'  stroke-width='1' stroke='none' fill='hsla(134, 80%, 96%, 1)'/><path d='M20.035 10.06s-.166 9.56 5.736 16.794c2.079 2.577 4.074 4.488 5.737 5.818 1.912 1.58 4.656.083 4.49-2.328-.083-.915-.583-1.745-1.414-2.16-2.993-1.746-10.642-6.9-14.549-18.123zm-1.164.083C14.964 21.366 7.315 26.603 4.322 28.266c-.831.415-1.329 1.247-1.412 2.162-.166 2.41 2.576 3.824 4.488 2.328 1.663-1.33 3.658-3.243 5.737-5.82 5.902-7.233 5.736-16.793 5.736-16.793zm0 8.23C15.63 28.931 8.397 34.334 5.404 36.246c-.831.499-1.248 1.498-1.248 2.412.25 1.995 2.578 2.91 4.074 1.662 1.58-1.33 3.492-3.076 5.487-5.57 4.905-5.986 5.154-16.377 5.154-16.377zm1.164 0s.25 10.391 5.154 16.377a50.364 50.364 0 005.405 5.57c1.496 1.247 3.825.333 4.074-1.662.083-.997-.333-1.913-1.164-2.412-2.993-1.912-10.227-7.315-13.469-17.873zm-1.164 8.314c-2.826 8.397-8.148 13.55-10.558 15.545-.749.666-1.08 1.664-.83 2.579.415 2.078 3.074 2.743 4.488 1.164 1.164-1.33 2.826-3.91 3.824-5.905 3.325-6.235 3.076-13.383 3.076-13.383zm1.164 0s-.25 7.148 3.076 13.383c.998 1.996 2.66 4.574 3.825 5.905 1.413 1.58 3.991.914 4.49-1.164.25-.998-.084-1.913-.832-2.579-2.411-1.995-7.732-7.148-10.559-15.545zm.084 9.727s-.25 6.65 1.828 11.887c.416 1.164.916 2.245 1.414 3.076.998 1.912 3.741 1.58 4.407-.416.332-.915 0-1.911-.748-2.576-1.83-1.497-5.072-4.988-6.9-11.97zm-1.164.166c-1.912 6.9-5.155 10.392-6.984 11.889-.749.582-1.08 1.661-.748 2.576.665 1.995 3.408 2.245 4.406.416.499-.831.997-1.828 1.496-2.992 2.078-5.238 1.83-11.889 1.83-11.889zm.416 9.145s-.833 4.323-2.994 7.482c-.998 1.496-.664 2.909-.082 3.906.416.665.83 1.165 1.412 1.58l1.746 1.33 1.746-1.33c.582-.498 1.082-.998 1.414-1.58.582-.997.914-2.326-.25-3.906-2.161-3.16-2.992-7.482-2.992-7.482z'  stroke-width='1' stroke='none' fill='hsla(134, 80%, 96%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
.ow.playsalesection.twentytwo.twothree.twofour.one h2, .ow.playsalesection.twentytwo.twothree.twofour.one h3, .ow.playsalesection.twentytwo.twothree.twofour.one p.price {
	color: #53805e !important;
}
.ow.playsalesection.twentytwo.twothree.twofour.one h4.badging.pink, .ow.playsalesection.twentytwo.twothree.twofour.one .button.purple {
	background: #53805e !important;
}
/*** SECOND PROMO SECTION ***/
.ow.playsalesection.twentytwo.twothree.twofour.two {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='32' height='32' patternTransform='scale(2) rotate(60)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(33, 100%, 97%, 1)'/><path d='M40 16h-6m-4 0h-6m8 8v-6m0-4V8M8 16H2m-4 0h-6m8 8v-6m0-4V8'  stroke-linecap='square' stroke-width='1' stroke='hsla(33, 100%, 89%, 1)' fill='none'/><path d='M16-8v6m0 4v6m8-8h-6m-4 0H8m8 24v6m0 4v6m8-8h-6m-4 0H8'  stroke-linecap='square' stroke-width='1' stroke='hsla(33, 100%, 89%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
.ow.playsalesection.twentytwo.twothree.twofour.two h2, .ow.playsalesection.twentytwo.twothree.twofour.two h2.section-title.blue, .ow.playsalesection.twentytwo.twothree.twofour.two h3, .ow.playsalesection.twentytwo.twothree.twofour.two p.price {
	color: #d46202 !important;
}
.ow.playsalesection.twentytwo.twothree.twofour.two h4.badging, .ow.playsalesection.twentytwo.twothree.twofour.two .button {
	background: #d46202 !important;
}
/*** THIRD PROMO SECTION ***/
.ow.playsalesection.twentytwo.twothree.twofour.three {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='65' height='65' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(210, 100%, 99%, 1)'/><path d='M25.5 6.5a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm39 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm0 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-39 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm13 26a6 6 0 1 1-12 0 6 6 0 0 1 12 0z'  stroke-width='1' stroke='none' fill='hsla(210, 97%, 97%, 1)'/><path d='M64.5 45.5a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm0-39a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-13 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm0 26a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-26 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0z'  stroke-width='1' stroke='none' fill='hsla(210, 97%, 97%, 1)'/><path d='M51.5 32.5a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-13-13a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm0-13a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-26 39a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm0 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0z'  stroke-width='1' stroke='none' fill='hsla(210, 97%, 97%, 1)'/><path d='M51.5 58.5a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-39-52a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm0 26a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm26 13a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-13-26a6 6 0 1 1-12 0 6 6 0 0 1 12 0z'  stroke-width='1' stroke='none' fill='hsla(210, 97%, 97%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
.ow.playsalesection.twentytwo.twothree.twofour.three h2, .ow.playsalesection.twentytwo.twothree.twofour.three h2.section-title.red, .ow.playsalesection.twentytwo.twothree.twofour.three h3, .ow.playsalesection.twentytwo.twothree.twofour.three p.price {
	color: #237edb !important;
}
.ow.playsalesection.twentytwo.twothree.twofour.three h4.badging, .ow.playsalesection.twentytwo.twothree.twofour.three .button {
	background: #237edb !important;
}
/*** FOURTH PROMO SECTION ***/
.ow.playsalesection.twentytwo.twothree.twofour.four {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/outdoorplaysales/rain_drops_background.png');
}
.ow.playsalesection.twentytwo.twothree.twofour.fourfour h2, .ow.playsalesection.twentytwo.twothree.twofour.four h2.section-title.green, .ow.playsalesection.twentytwo.twothree.twofour.four h3, .ow.playsalesection.twentytwo.twothree.twofour.four p.price {
	color: #6f2ab4 !important;
}
.ow.playsalesection.twentytwo.twothree.twofour.four h4.badging, .ow.playsalesection.twentytwo.twothree.twofour.four .button {
	background: #6f2ab4 !important;
}
/*** BOTTOM CLEARANCE PROMO SECTION ***/
.ow.playsalesection.twentytwo.twothree.twofour.five {
	background-image: none !important;
	background-color: #ebf0fd;
}
.ow.playsalesection.twentytwo.twothree.twofour.five h2 {
	color: #0e59a3 !important;
}

@media (max-width: 960px) {
	#banner.ow.white.getoutandplaytwentythree.twofour .topcontent.mobile {
		display: none !important;
	}
	#banner.ow.white.getoutandplaytwentythree.twofour .topcontent.desktop {
		display: block !important;
	}
	#banner.ow.white.getoutandplaytwentythree.twofour.inner img.title.desktop.inner {
		width: 94%;
	}
}


/*** BRUDER SALE PROMO HOME BANNER - FEBRUARY 2025 ***/
#banner.ow.white.jrbrudersaletwentyfive {
	background-color: #b8ebff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalefeb2025/Bruder-25-Desktop-Background.png');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	/*padding-bottom: 30px;*/
	overflow:hidden;
}
#banner.ow.white.jrbrudersaletwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrbrudersaletwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrbrudersaletwentyfive a.button.white {
	background: #e2001a!important;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -50px;
	margin-left: 15.5%;
	border: 0;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrbrudersaletwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrbrudersaletwentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 40%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 10px;
}
#banner.ow.white.jrbrudersaletwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 45%;
	padding-top: 80px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px; 
}
#banner.ow.white.jrbrudersaletwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 30px;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1220px) {
	#banner.ow.white.jrbrudersaletwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrbrudersaletwentyfive img.title.desktop {
		max-width: 45%;
		padding-top: 30px;
        padding-left: 30px;
	}
	#banner.ow.white.jrbrudersaletwentyfive .topcontent.desktop .products {
		max-width: 40%;
        padding-right: 30px;
		padding-bottom: 0;
	}
	#banner.ow.white.jrbrudersaletwentyfive .topcontent.desktop .products img {
		padding: 0;
	}
	#banner.ow.white.jrbrudersaletwentyfive a.button.white {
		margin-bottom: 10px;
        margin-left: 20%;
		margin-top: -90px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrbrudersaletwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalefeb2025/Bruder-25-Mobile-Background.png');
	}
	#banner.ow.white.jrbrudersaletwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrbrudersaletwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrbrudersaletwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrbrudersaletwentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 99%;
		width: 99%;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#banner.ow.white.jrbrudersaletwentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 150px;
		float: none;
	}
	#banner.ow.white.jrbrudersaletwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 0px;
	}
}


/*** JR BABY CLEAR OUT SALE BANNER - MARCH 2025 ***/
#banner.ow.white.jrbabyclearouttwentyfive {
	background-color: #b1eaff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/babyclearoutsale2025/bbyclearout-desktop-background-sm.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.jrbabyclearouttwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrbabyclearouttwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrbabyclearouttwentyfive a.button.white {
	background: #e7222b!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 90px;
	margin-top: 0;
	margin-left: 47%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrbabyclearouttwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrbabyclearouttwentyfive img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-left: 10px;
	padding-top: 90px;
	padding-bottom: 30px;
}
/*#banner.ow.white.jrbabyclearouttwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 35%;
}
#banner.ow.white.jrbabyclearouttwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
} */
@media (max-width: 1024px) {
	#banner.ow.white.jrbabyclearouttwentyfive {
        background-color: #b1eaff !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/babyclearoutsale2025/bbyclearout-tablet-background-sm.png');
		padding: 10px 0 20px 0;
		background-size: contain;
	}
	#banner.ow.white.jrbabyclearouttwentyfive img.title.desktop {
		max-width: 46%;
		padding-top: 45px;
	}
	/*#banner.ow.white.jrbabyclearouttwentyfive .topcontent.desktop .products {
		max-width: 30%;
        padding: 0 30px 10px 0;
	}*/
	#banner.ow.white.jrbabyclearouttwentyfive a.button.white {
		margin-bottom: 40px;
		margin-left: 44%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrbabyclearouttwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/babyclearoutsale2025/bbyclearout-mobile-background-sm.png');
		padding: 0;
		background-size: cover;
	}
	#banner.ow.white.jrbabyclearouttwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrbabyclearouttwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrbabyclearouttwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrbabyclearouttwentyfive .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.jrbabyclearouttwentyfive a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	#banner.ow.white.jrbabyclearouttwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}


/*** JR NEW TONIES PROMO MARCH 2025 ***/
#banner.ow.white.jrtoniesfeaturetwentyfive {
	background-color: #e02637 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newtoniesmarch25/toniesfeature-desktop-background.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.jrtoniesfeaturetwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrtoniesfeaturetwentyfive a.button.white {
	background: #ffffff!important;
	color: #0576fb!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -25px;
	margin-left: 17.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrtoniesfeaturetwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrtoniesfeaturetwentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 10px;
}
#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 40%;
    padding: 50px 0 0 0;
	padding-right: 10px;
}
#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
    padding: 0;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrtoniesfeaturetwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive img.title.desktop {
		max-width: 38%;
		padding-top: 60px;
        padding-left: 40px;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.desktop .products {
		max-width: 45%;
        padding: 0;
		padding-top: 30px;
		padding-right: 20px;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive a.button.white {
		margin-top: 20px;
		margin-left: 15.5%;
		margin-bottom: 0px;
        /*margin:0 auto;*/
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrtoniesfeaturetwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newtoniesmarch25/toniesfeature-mobile-background.png');
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 40%;
		float: none;
	}
	#banner.ow.white.jrtoniesfeaturetwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}
@media (max-width: 321px) {
	#banner.ow.white.jrtoniesfeaturetwentyfive a.button.white {
		max-width: 45%;
	}
}


/*** JR EASTER SALE BANNER - 2025 ***/
#banner.ow.white.jreastersaletwentyfive {
	background-color: #e5eeff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/easter2025/easter-desktop-background.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.jreastersaletwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jreastersaletwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jreastersaletwentyfive a.button.white {
	background: #098bb8!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: 10px;
	margin-left: 47%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jreastersaletwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jreastersaletwentyfive img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}
/*#banner.ow.white.jreastersaletwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 35%;
}
#banner.ow.white.jreastersaletwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
} */
@media (max-width: 1024px) {
	#banner.ow.white.jreastersaletwentyfive {
        background-color: #e5eeff !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/easter2025/easter-tablet-background.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jreastersaletwentyfive img.title.desktop {
		max-width: 60%;
	}
	/*#banner.ow.white.jreastersaletwentyfive .topcontent.desktop .products {
		max-width: 30%;
        padding: 0 30px 10px 0;
	}*/
	#banner.ow.white.jreastersaletwentyfive a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jreastersaletwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/easter2025/easter-mobile-background.png');
	}
	#banner.ow.white.jreastersaletwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jreastersaletwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jreastersaletwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jreastersaletwentyfive .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.jreastersaletwentyfive a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	#banner.ow.white.jreastersaletwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}



/*** JR EARTH DAY SALE BANNER 2025 ***/
#banner.ow.white.jrearthdaysaletwentyfive {
	background-color: #58f2ff!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/earthday2025/earthday-desktop-background.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.jrearthdaysaletwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrearthdaysaletwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrearthdaysaletwentyfive a.button.white {
	background: #005fe3!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 30px;
	margin-left: 46%;
	border: 0;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrearthdaysaletwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrearthdaysaletwentyfive img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-left: 0px;
	padding-top: 60px;
	padding-bottom: 15px;
}

@media (max-width: 1367px) {
	#banner.ow.white.jrearthdaysaletwentyfive img.title.desktop {
		max-width: 50%;
		padding-top: 45px;
		padding-bottom: 10px;
	}
	#banner.ow.white.jrearthdaysaletwentyfive a.button.white {
		margin-left: 45.75%;
		margin-bottom: 27.5px;
	}
}

@media (max-width: 1024px) {
	#banner.ow.white.jrearthdaysaletwentyfive {
        background-color: #e5eeff !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/earthday2025/earthday-tablet-background.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrearthdaysaletwentyfive img.title.desktop {
		max-width: 40%;
		padding-top: 45px;
		padding-bottom: 10px;
	}
	#banner.ow.white.jrearthdaysaletwentyfive a.button.white {
		margin-bottom: 30px;
		margin-left: 44%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrearthdaysaletwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/earthday2025/earthday-mobile-background.png');
	}
	#banner.ow.white.jrearthdaysaletwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrearthdaysaletwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrearthdaysaletwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrearthdaysaletwentyfive .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.jrearthdaysaletwentyfive a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	#banner.ow.white.jrearthdaysaletwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}

/*** JR CRAZY AARON SALE BANNER MAY 2025 ***/
#banner.ow.white.crazyaaronmaytf {
	background-color: #ffd62a!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/crazyaaronmay25/sm-ca-desktop-background.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.crazyaaronmaytf .topcontent.mobile {
	display: none;
}
#banner.ow.white.crazyaaronmaytf .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.crazyaaronmaytf a.button.white {
	background: #000000!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: 0;
	margin-left: 46.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.crazyaaronmaytf a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.crazyaaronmaytf img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 75%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}
/*#banner.ow.white.crazyaaronmaytf .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 35%;
}
#banner.ow.white.crazyaaronmaytf .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
} */
@media (max-width: 1024px) {
	#banner.ow.white.crazyaaronmaytf {
        background-color: #e5eeff !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/crazyaaronmay25/sm-ca-tablet-background.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.crazyaaronmaytf img.title.desktop {
		max-width: 50%;
		padding-top: 25px;
	}
	/*#banner.ow.white.crazyaaronmaytf .topcontent.desktop .products {
		max-width: 30%;
        padding: 0 30px 10px 0;
	}*/
	#banner.ow.white.crazyaaronmaytf a.button.white {
		margin-bottom: 30px;
		margin-left: 43%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.crazyaaronmaytf {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/crazyaaronmay25/sm-ca-mobile-bckgrd.png');
	}
	#banner.ow.white.crazyaaronmaytf .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.crazyaaronmaytf .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.crazyaaronmaytf .topcontent.mobile img.title.mobile, #banner.ow.white.crazyaaronmaytf .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.crazyaaronmaytf a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	#banner.ow.white.crazyaaronmaytf .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}


/*** JR FAMILY GAME NIGHT SALE PROMO BANNER - MAY 2025 ***/
#banner.ow.white.jrgamenightsaletf {
	background-color: #0c6bb8!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/gamenightsale25/fgn-desktop-background.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.jrgamenightsaletf .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrgamenightsaletf .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrgamenightsaletf a.button.white {
	background: #ffa216!important;
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: -5px;
	margin-left: 45.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrgamenightsaletf a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrgamenightsaletf img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 75%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}

@media (max-width: 1224px) {
	#banner.ow.white.jrgamenightsaletf img.title.desktop {
		max-width: 50%;
	}
}

@media (max-width: 1024px) {
	#banner.ow.white.jrgamenightsaletf {
        background-color: #e5eeff !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/gamenightsale25/fgn-tablet-background.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrgamenightsaletf img.title.desktop {
		max-width: 47.5%;
	}
	#banner.ow.white.jrgamenightsaletf a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrgamenightsaletf {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/gamenightsale25/fgn-mobile-background.png');
	}
	#banner.ow.white.jrgamenightsaletf .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrgamenightsaletf .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrgamenightsaletf .topcontent.mobile img.title.mobile, #banner.ow.white.jrgamenightsaletf .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.jrgamenightsaletf a.button.white {
        margin: -20px auto 45px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	#banner.ow.white.jrgamenightsaletf .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}

}


/*** JR SCHLEICH SALE BANNER - MAY 2025 ***/
#banner.ow.white.jrschleichsaletwentyfive {
	background-color: #e40620 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/schleichsalemay25/schleich-25-Desktop-Background.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.jrschleichsaletwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrschleichsaletwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrschleichsaletwentyfive a.button.white {
	background: #006cc2!important;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -25px;
	margin-left: 18%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrschleichsaletwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrschleichsaletwentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 40%;
	padding-left: 40px;
	padding-top: 65px;
	padding-bottom: 15px;
}
#banner.ow.white.jrschleichsaletwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 50%;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 110px; 
}
#banner.ow.white.jrschleichsaletwentyfive .topcontent.desktop .products img {
    display:block;
	width: 105%;
	padding-top: 10px;
	/*padding left: 0px;
	padding-bottom: 20px;
	padding right: 0px; */ 
}
@media (max-width: 1024px) {
	#banner.ow.white.jrschleichsaletwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrschleichsaletwentyfive img.title.desktop {
		max-width: 45%;
		padding-top: 60px;
        padding-left: 40px;
	}
	#banner.ow.white.jrschleichsaletwentyfive .topcontent.desktop .products {
		max-width: 35%;
        padding: 20px 80px 0px 0;
	}
	#banner.ow.white.jrschleichsaletwentyfive a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 22%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrschleichsaletwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/schleichsalemay25/schleich-25-mobile-background.png');
	}
	#banner.ow.white.jrschleichsaletwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrschleichsaletwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrschleichsaletwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrschleichsaletwentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrschleichsaletwentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrschleichsaletwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** JR SUMMER 2025 STEM SALE BANNER ***/
#banner.ow.white.jrsummerstemsale {
	background-color: #7903f5 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/stemsalejune25/stem-desktop-background.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.jrsummerstemsale .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrsummerstemsale .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrsummerstemsale a.button.white {
	background: #ffffff!important;
	color: #7903f5!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: -95px;
	margin-left: 17.5%;
	border: 0;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrsummerstemsale a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrsummerstemsale img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 40%;
	padding-left: 40px;
	padding-top: 120px;
	padding-bottom: 15px;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
#banner.ow.white.jrsummerstemsale .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 40%;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 30px; 
}
#banner.ow.white.jrsummerstemsale .topcontent.desktop .products img {
	width: 100%;
	padding-top: 20px;
	/*padding left: 0px;
	padding-bottom: 20px;
	padding right: 0px; */ 
}

@media (max-width: 1024px) {
	#banner.ow.white.jrsummerstemsale {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrsummerstemsale img.title.desktop {
		max-width: 45%;
		padding-top: 60px;
        padding-left: 40px;
		animation: none !important;
	}
	#banner.ow.white.jrsummerstemsale .topcontent.desktop .products {
		max-width: 35%;
        padding: 20px 80px 0px 0;
	}
	#banner.ow.white.jrsummerstemsale a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 20%;
		margin-top: -20px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrsummerstemsale {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/stemsalejune25/stem-mobile-background.png');
	}
	#banner.ow.white.jrsummerstemsale .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrsummerstemsale .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrsummerstemsale .topcontent.mobile img.title.mobile, #banner.ow.white.jrsummerstemsale .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
		animation: none !important;
	}
	#banner.ow.white.jrsummerstemsale a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrsummerstemsale .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR SUMMER CLEAROUT SALE BANNER - JUNE 2025 ***/
#banner.ow.white.jrsummerclearouttwentyfive {
	background-color: #0178a6 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/jrsummerclearout25/clearout-desktop-background.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.jrsummerclearouttwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrsummerclearouttwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrsummerclearouttwentyfive a.button.white {
	background: #ffda00!important;
	color: #0178a6 !important;
	font-size: 18px !important;
    border: 2px;
    border-color: #0178a6;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 15px;
	margin-left: 45.5%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrsummerclearouttwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrsummerclearouttwentyfive img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 65%;
	padding-left: 0;
	padding-top: 60px;
	padding-bottom: 15px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrsummerclearouttwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrsummerclearouttwentyfive img.title.desktop {
		max-width: 70%;
		padding-top: 50px;
	}
	#banner.ow.white.jrsummerclearouttwentyfive a.button.white {
		margin-bottom: 40px;
		margin-left: 43%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrsummerclearouttwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/jrsummerclearout25/clearout-mobile-background.png');
	}
	#banner.ow.white.jrsummerclearouttwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrsummerclearouttwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrsummerclearouttwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrsummerclearouttwentyfive .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 95%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 10%;
		padding-bottom: 10%;
	}
	#banner.ow.white.jrsummerclearouttwentyfive a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		margin-bottom: 10%;
		float: none;
	}
	#banner.ow.white.jrsummerclearouttwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** LEGO X HERSCHEL COLLAB PROMO BANNER - JULY 2025 ***/
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive {
	background-color: #ffd506 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legoherschel2025/background-legoherschel-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.jrlegoherschelcollabfeaturetwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.desktop {
	display: block;
	max-width: 1224px;
	margin:0 auto;
}
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive a.button.white {
	background: #004fc3!important;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -15px;
	margin-left: 19.25%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 5px;
	padding-top: 65px;
	padding-bottom: 15px;
}
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 44%;
	padding-top: 25px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px; 
}
#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
	/*padding left: 0px;
	padding-bottom: 20px;
	padding right: 0px; */ 
}
@media (max-width: 1024px) {
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive img.title.desktop {
		max-width: 55%;
		padding-top: 30px;
        padding-left: 5px;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.desktop .products {
		max-width: 40%;
        padding-right: 15px;
		padding-bottom: 0;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 21%;
		margin-top: -25px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/legoherschel2025/background-legoherschel-mobile.png');
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.mobile img.title.mobile {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 35px;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrlegoherschelcollabfeaturetwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** JR - BRUDER SALE BANNER - JULY 2025 ***/
#banner.ow.white.jrbrudersalev2twentyfive {
	background-color: #b8ebff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalejuly25/Bruder-v2-25-Desktop-Background.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.jrbrudersalev2twentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrbrudersalev2twentyfive .topcontent.desktop {
	display: block;
	max-width: 1224px;
	margin:0 auto;
}
#banner.ow.white.jrbrudersalev2twentyfive a.button.white {
	background: #e2001a!important;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: -75px;
	margin-left: 15%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrbrudersalev2twentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrbrudersalev2twentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 42%;
	padding-left: 0px;
	padding-top: 75px;
	padding-bottom: 15px;
	margin-bottom: -15px;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
}
#banner.ow.white.jrbrudersalev2twentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 50%;
	padding-top: 75px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px; 
}
#banner.ow.white.jrbrudersalev2twentyfive .topcontent.desktop .products img {
    display:block;
	width: 105%;
	padding-top: 30px;
	/*padding left: 0px;
	padding-bottom: 20px;
	padding right: 0px; */ 
}
@media (max-width: 1024px) {
	#banner.ow.white.jrbrudersalev2twentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrbrudersalev2twentyfive img.title.desktop {
	/*	max-width: 45%;
		padding-top: 60px;
        padding-left: 40px;*/
	}
	#banner.ow.white.jrbrudersalev2twentyfive .topcontent.desktop .products {
		max-width: 40%;
        padding: 40px 30px 0px 0;
	}
	#banner.ow.white.jrbrudersalev2twentyfive a.button.white {
		margin-left: 15%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrbrudersalev2twentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/brudersalejuly25/Bruder-v2-25-Mobile-Background.png');
	}
	#banner.ow.white.jrbrudersalev2twentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrbrudersalev2twentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrbrudersalev2twentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrbrudersalev2twentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrbrudersalev2twentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrbrudersalev2twentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR TOYS NEW LEGO PROMO BANNER - AUGUST 2025 ***/
#banner.ow.white.jrlegofeaturesummertwentyfive {
	background-color: #ffd000 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegoaugust25/lego-desktop-summer-bckgrd.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.jrlegofeaturesummertwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrlegofeaturesummertwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrlegofeaturesummertwentyfive a.button.white {
	background: #d40016!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 10px;
	margin-left: 46%;
	transition: all 0.3s ease-in-out;
	border: 0;;
}
#banner.ow.white.jrlegofeaturesummertwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrlegofeaturesummertwentyfive img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-left: 10px;
	padding-top: 75px;
	padding-bottom: 15px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrlegofeaturesummertwentyfive {
        background-color: #ffd000 !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegoaugust25/lego-tablet-summer-bckgrd.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive img.title.desktop {
		max-width: 60%;
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrlegofeaturesummertwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegoaugust25/lego-mobile-summer-bckgrd.png');
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.jrlegofeaturesummertwentyfive .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
		margin-top: -10px;
		margin-bottom: 30px;
	}
	#banner.ow.white.jrlegofeaturesummertwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}



/*** JR FALL 2025 CLEAROUT SALE BANNER ***/
#banner.ow.white.jrclearoutsalegeneraltwentyfivefall {
	background-color: #009aff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/clearoutsalesept2025/sm-clearancesale-desktop-background.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.jrclearoutsalegeneraltwentyfivefall .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrclearoutsalegeneraltwentyfivefall a.button.white {
	background: #0156ac!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: 15px;
	margin-left: 46.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrclearoutsalegeneraltwentyfivefall a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrclearoutsalegeneraltwentyfivefall img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 625px;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
	
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
	
}
/*#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 35%;
}
#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding: 40px 0 0 0px ;
	animation: bounce 3s infinite alternate;
	-webkit-animation: bounce 3s infinite alternate;
} */
@media (max-width: 1024px) {
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall {
        background-color: #009aff !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/clearoutsalesept2025/sm-clearancesale-tablet-background.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall img.title.desktop {
		max-width: 60%;
	}
	/*#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.desktop .products {
		max-width: 30%;
        padding: 0 30px 10px 0;
	}*/
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall a.button.white {
		margin-bottom: 50px;
		margin-left: 43%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/clearoutsalesept2025/sm-clearancesale-mobile-background.png');
	}
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.mobile {
		display: block;
		padding-top: 100px;
        padding-bottom: 100px;
	}
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.mobile img.title.mobile {
		display: block;
        width: 98%;
		max-width: 98%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
		animation: bounce 3s infinite alternate;
		-webkit-animation: bounce 3s infinite alternate;
	}
	
	#banner.ow.white.jrclearoutsalegeneraltwentyfivefall a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	/*#banner.ow.white.jrclearoutsalegeneraltwentyfivefall .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}*/
}



/*** JR OCTOBRIO SALE HOME BANNER 2025 ***/
#banner.ow.white.octobriosaletwentyfive {
	background-color: #0187e3 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/octobriosale2025/brio-desktop-bckgrd.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.octobriosaletwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.octobriosaletwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.octobriosaletwentyfive a.button.white {
	background: #ff0f1e!important;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -40px;
	margin-left: 20%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.octobriosaletwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.octobriosaletwentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 40px;
	padding-top: 65px;
	padding-bottom: 15px;
}
#banner.ow.white.octobriosaletwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 38%;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 30px; 
}
#banner.ow.white.octobriosaletwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
	/*padding left: 0px;
	padding-bottom: 20px;
	padding right: 0px; */ 
}
@media (max-width: 1024px) {
	#banner.ow.white.octobriosaletwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.octobriosaletwentyfive img.title.desktop {
		max-width: 43%;
		padding-top: 50px;
        padding-left: 50px;
	}
	#banner.ow.white.octobriosaletwentyfive .topcontent.desktop .products {
		max-width: 38%;
        padding: 20px 50px 0px 0;
	}
	#banner.ow.white.octobriosaletwentyfive a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 20%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.octobriosaletwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/octobriosale2025/brio-mobile-bckgrd.png');
	}
	#banner.ow.white.octobriosaletwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.octobriosaletwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.octobriosaletwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.octobriosaletwentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.octobriosaletwentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.octobriosaletwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** PRE-BLACK FRIDAY SALE RIBBONS ***/
.prebf-promo-ribbon {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 13px 0;
}
.prebf-promo-ribbon p {
	font-size: 17px;
}
@media (max-width: 960px) {
	.prebf-promo-ribbon p {
		font-size: 15px;
	}
}
.prebf-promo-ribbon.tf {
	background: #013d9a;
}
.prebf-promo-ribbon.tf p, .prebf-promo-ribbon.tf p a {
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.prebf-promo-ribbon.tf p a:hover {
	opacity: 0.9;
}



/************ BF CM LANDING PAGE 2025 *************/

.ow.bfcm.top .button.bfcmbannerbutton {
	display: block;
	margin: 25px auto;
	width: 150px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.ow.bfcm.top .button.bfcmbannerbutton:hover {
	opacity: 0.8;
	cursor: pointer;
}
.ow.bfcm.bf.top .button.bfcmbannerbutton {
	background: #e20a6e;
	border-color: #e20a6e;
}
.ow.bfcm.cm.top .button.bfcmbannerbutton {
	background: #fff;
	border-color: #fff;
	color: #000;
}

/*** BLACK FRIDAY STYLES ***/
.ow.bfcm.twofive.bf {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23020e1bff'/><path d='M10 15a5 5 0 110-10 5 5 0 010 10z'  stroke-width='3' stroke='%23031b35ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") !important;
}
.ow.bfcm.twofive.cm {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='37.1' height='37.1' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%2330117dff'/><path d='M23.59 48.24v-6.1h6.08c.75 0 1.36-.6 1.36-1.35v-7.41c0-.74-.6-1.35-1.36-1.35H23.6v-6.1c0-.74-.6-1.35-1.36-1.35h-7.4c-.75 0-1.36.6-1.36 1.35v6.1H7.4c-.75 0-1.36.6-1.36 1.35v7.41c0 .74.6 1.34 1.36 1.34h6.08v6.11c0 .74.6 1.34 1.36 1.34h7.4c.75 0 1.36-.6 1.36-1.34zm-7.4-7.45c0-.74-.61-1.34-1.36-1.34H8.75v-4.73h6.08c.75 0 1.36-.6 1.36-1.34v-6.1h4.68v6.1c0 .74.61 1.34 1.36 1.34h6.08v4.73h-6.08c-.75 0-1.36.6-1.36 1.34v6.1H16.2zm-14.84.04v-6.1h6.08c.75 0 1.36-.6 1.36-1.35v-7.4c0-.75-.61-1.35-1.36-1.35H1.35v-6.1c0-.75-.61-1.35-1.36-1.35h-7.4c-.75 0-1.36.6-1.36 1.34v6.1h-6.09c-.75 0-1.35.61-1.35 1.35v7.41c0 .75.6 1.35 1.35 1.35h6.09v6.1c0 .75.6 1.35 1.36 1.35h7.4c.75 0 1.36-.6 1.36-1.35zm-7.4-7.45c0-.74-.61-1.34-1.36-1.34h-6.09v-4.72h6.09c.75 0 1.35-.6 1.35-1.35v-6.1h4.69v6.1c0 .75.6 1.35 1.36 1.35h6.08v4.72H-.01c-.75 0-1.36.6-1.36 1.34v6.1h-4.69zm51.92-14.82v-6.1h6.09c.75 0 1.35-.61 1.35-1.35V3.7c0-.75-.6-1.35-1.35-1.35h-6.09v-6.1c0-.75-.6-1.35-1.36-1.35h-7.4c-.75 0-1.36.6-1.36 1.35v6.1h-6.08c-.75 0-1.36.6-1.36 1.35v7.4c0 .75.61 1.35 1.36 1.35h6.08v6.1c0 .75.61 1.35 1.36 1.35h7.4c.75 0 1.36-.6 1.36-1.34zm-7.4-7.45c0-.75-.6-1.35-1.36-1.35h-6.08V5.04h6.08c.75 0 1.36-.6 1.36-1.34v-6.1h4.69v6.1c0 .74.6 1.34 1.35 1.34h6.09v4.72H44.5c-.75 0-1.35.6-1.35 1.35v6.1h-4.69zm-.04 29.72v-6.1h6.08c.75 0 1.36-.6 1.36-1.35v-7.41c0-.74-.6-1.35-1.36-1.35h-6.08v-6.1c0-.74-.6-1.35-1.36-1.35h-7.4c-.75 0-1.36.6-1.36 1.35v6.1h-6.08c-.75 0-1.36.6-1.36 1.35v7.4c0 .75.61 1.35 1.36 1.35h6.08v6.1c0 .75.61 1.35 1.36 1.35h7.4c.75 0 1.36-.6 1.36-1.34zm-7.4-7.45c0-.74-.6-1.35-1.36-1.35H23.6v-4.72h6.08c.75 0 1.36-.6 1.36-1.34v-6.1h4.69v6.1c0 .74.6 1.34 1.35 1.34h6.09v4.72h-6.09c-.75 0-1.35.6-1.35 1.35v6.1h-4.69zm-7.42-22.2V5.06h6.08c.75 0 1.36-.6 1.36-1.35v-7.41c0-.74-.61-1.34-1.36-1.34H23.6v-6.11c0-.74-.61-1.34-1.36-1.34h-7.4c-.76 0-1.36.6-1.36 1.34v6.1H7.4c-.75 0-1.35.6-1.35 1.35v7.41c0 .74.6 1.35 1.35 1.35h6.09v6.1c0 .74.6 1.35 1.36 1.35h7.4c.75 0 1.36-.6 1.36-1.35zm-7.4-7.46c0-.74-.61-1.34-1.36-1.34H8.76v-4.73h6.09c.75 0 1.35-.6 1.35-1.34v-6.1h4.69v6.1c0 .74.6 1.34 1.36 1.34h6.08v4.73h-6.08c-.75 0-1.36.6-1.36 1.34v6.1H16.2zm14.82 22.25v-6.1h6.08c.75 0 1.36-.6 1.36-1.35V11.1c0-.75-.6-1.35-1.36-1.35h-6.08v-6.1c0-.75-.6-1.35-1.36-1.35h-7.4c-.75 0-1.36.6-1.36 1.35v6.1h-6.08c-.75 0-1.36.6-1.36 1.35v7.4c0 .75.6 1.35 1.36 1.35h6.08v6.1c0 .75.61 1.35 1.36 1.35h7.4c.75 0 1.36-.6 1.36-1.34zm-7.4-7.45c0-.74-.6-1.35-1.36-1.35h-6.08v-4.72h6.08c.75 0 1.36-.6 1.36-1.34V5h4.68v6.1c0 .74.61 1.34 1.36 1.34h6.08v4.72h-6.08c-.75 0-1.36.6-1.36 1.35v6.1h-4.68zm-14.87.1v-6.1h6.09c.75 0 1.35-.6 1.35-1.34V3.76c0-.74-.6-1.34-1.35-1.34H8.76v-6.1c0-.75-.6-1.35-1.36-1.35H0c-.75 0-1.36.6-1.36 1.34v6.11h-6.08c-.75 0-1.36.6-1.36 1.34v7.42c0 .74.61 1.34 1.36 1.34h6.08v6.1c0 .75.61 1.35 1.36 1.35h7.4c.75 0 1.36-.6 1.36-1.34zm-7.4-7.44c0-.75-.6-1.35-1.36-1.35h-6.08V5.11H0c.75 0 1.36-.6 1.36-1.35v-6.1h4.69v6.1c0 .75.6 1.35 1.35 1.35h6.09v4.72H7.4c-.75 0-1.35.6-1.35 1.35v6.1H1.36z'  stroke-width='1' stroke='none' fill='%23261168ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
.ow.bfcm.twofive.bf .bfcm-clearance-ribbon {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='30' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%233f9ea1ff'/><path d='M9.498-2.496c.633.967 1.234 1.967 1.9 2.967.2.333.4.632.633.832.767.7 1.7 1.334 2.8.3 1.166-1.1.367-2.233-.366-3.367-1.033-.1-2-.333-3.033-.5-.634-.1-1.3-.165-1.934-.232zm-7.437 25.98c-.567.033-1.176.183-1.864.42-.566.567-1.034 1.234-1.3 1.967-.267.833-.5 1.999-.2 2.865.367-.5.867-.899 1.467-1.265.7-1.067 1.567-1.967 2.867-2.567a5.484 5.484 0 011.7-.5c-.896-.708-1.726-.975-2.67-.92zm29.998 0c-.567.033-1.174.183-1.862.42-.566.567-1.034 1.234-1.3 1.967-.267.833-.5 1.999-.2 2.865.367-.5.867-.899 1.467-1.265.7-1.067 1.567-1.967 2.867-2.567a5.484 5.484 0 011.7-.5c-.896-.708-1.728-.975-2.672-.92zm-4.395 1.653c-2.1 1.433-2.934 3.666-3.201 6-.1.933.5 2.067 1.5 2.334 1 .233 2.1-.6 2.3-1.6.1-.5-.3-.9-.333-1.334-1.1-1-1-2.867-.633-4.367.1-.367.2-.7.367-1.033zM5.832 26.305c-.698-.011-1.393.057-2.068.332-.5.2-.9.5-1.233.834.167.133.367.267.533.4a8.91 8.91 0 011.166 1.6c1.367.133 2.733.3 4.1.467.3.033.567.033.867.066-.9-1.3-1.8-2.568-2.666-3.668a12.577 12.577 0 00-.699-.031zm-.201 5.299c.567.866 1.166 1.732 1.7 2.6.232.366.5.732.733 1.099 1.234.166 2.466.267 3.666.433.434.067.868.135 1.301.235-.766-1.267-1.6-2.567-2.433-3.867-.967-.167-2.034-.135-3-.268-.634-.067-1.3-.166-1.967-.232zm3.867 5.9c.633.967 1.234 1.967 1.9 2.967.2.333.4.632.633.832.767.7 1.7 1.334 2.8.3 1.166-1.1.367-2.233-.366-3.367-1.033-.1-2-.333-3.033-.5-.634-.1-1.3-.165-1.934-.232z'  stroke-width='1' stroke='none' fill='%23357a7cff'/><path d='M-.06 1.86c-.945-.056-1.775.211-2.67.92a5.483 5.483 0 011.699.5c1.3.6 2.167 1.499 2.867 2.566.6.366 1.1.765 1.467 1.265.3-.866.065-2.032-.201-2.865-.267-.733-.733-1.4-1.3-1.967-.687-.237-1.296-.387-1.863-.42zm30 0c-.945-.056-1.777.211-2.672.92a5.494 5.494 0 011.7.5c1.3.6 2.168 1.499 2.868 2.566.6.366 1.1.765 1.467 1.265.3-.866.065-2.032-.201-2.865-.267-.733-.733-1.4-1.3-1.967-.687-.237-1.296-.387-1.863-.42zM4.335 3.511c.167.333.265.666.365 1.033.367 1.5.467 3.367-.633 4.367-.033.433-.432.834-.332 1.334.2 1 1.3 1.833 2.3 1.6 1-.267 1.6-1.4 1.5-2.334-.268-2.334-1.1-4.567-3.2-6zM26.168 4.68c-.233.003-.466.014-.7.03-.866 1.1-1.767 2.369-2.667 3.669.3-.033.567-.033.867-.066 1.367-.167 2.733-.334 4.1-.467.333-.567.7-1.1 1.168-1.6.166-.133.366-.267.533-.4a3.665 3.665 0 00-1.235-.834c-.675-.275-1.368-.343-2.066-.332zm.201 5.299c-.667.066-1.333.165-1.967.232-.966.133-2.033.1-3 .268-.833 1.3-1.667 2.6-2.433 3.867.433-.1.865-.168 1.299-.235 1.2-.166 2.434-.267 3.668-.433.233-.367.499-.733.732-1.1.533-.867 1.134-1.733 1.701-2.6zm-3.867 5.9c-.633.067-1.3.132-1.934.232-1.033.167-2 .4-3.033.5-.733 1.134-1.534 2.268-.367 3.368 1.1 1.033 2.034.399 2.8-.301.234-.2.434-.499.634-.832.666-1 1.267-2 1.9-2.967z'  stroke-width='1' stroke='none' fill='%23357a7cff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
.ow.bfcm.twofive.cm .bfcm-clearance-ribbon {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='30' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%237d00f5ff'/><path d='M9.498-2.496c.633.967 1.234 1.967 1.9 2.967.2.333.4.632.633.832.767.7 1.7 1.334 2.8.3 1.166-1.1.367-2.233-.366-3.367-1.033-.1-2-.333-3.033-.5-.634-.1-1.3-.165-1.934-.232zm-7.437 25.98c-.567.033-1.176.183-1.864.42-.566.567-1.034 1.234-1.3 1.967-.267.833-.5 1.999-.2 2.865.367-.5.867-.899 1.467-1.265.7-1.067 1.567-1.967 2.867-2.567a5.484 5.484 0 011.7-.5c-.896-.708-1.726-.975-2.67-.92zm29.998 0c-.567.033-1.174.183-1.862.42-.566.567-1.034 1.234-1.3 1.967-.267.833-.5 1.999-.2 2.865.367-.5.867-.899 1.467-1.265.7-1.067 1.567-1.967 2.867-2.567a5.484 5.484 0 011.7-.5c-.896-.708-1.728-.975-2.672-.92zm-4.395 1.653c-2.1 1.433-2.934 3.666-3.201 6-.1.933.5 2.067 1.5 2.334 1 .233 2.1-.6 2.3-1.6.1-.5-.3-.9-.333-1.334-1.1-1-1-2.867-.633-4.367.1-.367.2-.7.367-1.033zM5.832 26.305c-.698-.011-1.393.057-2.068.332-.5.2-.9.5-1.233.834.167.133.367.267.533.4a8.91 8.91 0 011.166 1.6c1.367.133 2.733.3 4.1.467.3.033.567.033.867.066-.9-1.3-1.8-2.568-2.666-3.668a12.577 12.577 0 00-.699-.031zm-.201 5.299c.567.866 1.166 1.732 1.7 2.6.232.366.5.732.733 1.099 1.234.166 2.466.267 3.666.433.434.067.868.135 1.301.235-.766-1.267-1.6-2.567-2.433-3.867-.967-.167-2.034-.135-3-.268-.634-.067-1.3-.166-1.967-.232zm3.867 5.9c.633.967 1.234 1.967 1.9 2.967.2.333.4.632.633.832.767.7 1.7 1.334 2.8.3 1.166-1.1.367-2.233-.366-3.367-1.033-.1-2-.333-3.033-.5-.634-.1-1.3-.165-1.934-.232z'  stroke-width='1' stroke='none' fill='%236f01d5ff'/><path d='M-.06 1.86c-.945-.056-1.775.211-2.67.92a5.483 5.483 0 011.699.5c1.3.6 2.167 1.499 2.867 2.566.6.366 1.1.765 1.467 1.265.3-.866.065-2.032-.201-2.865-.267-.733-.733-1.4-1.3-1.967-.687-.237-1.296-.387-1.863-.42zm30 0c-.945-.056-1.777.211-2.672.92a5.494 5.494 0 011.7.5c1.3.6 2.168 1.499 2.868 2.566.6.366 1.1.765 1.467 1.265.3-.866.065-2.032-.201-2.865-.267-.733-.733-1.4-1.3-1.967-.687-.237-1.296-.387-1.863-.42zM4.335 3.511c.167.333.265.666.365 1.033.367 1.5.467 3.367-.633 4.367-.033.433-.432.834-.332 1.334.2 1 1.3 1.833 2.3 1.6 1-.267 1.6-1.4 1.5-2.334-.268-2.334-1.1-4.567-3.2-6zM26.168 4.68c-.233.003-.466.014-.7.03-.866 1.1-1.767 2.369-2.667 3.669.3-.033.567-.033.867-.066 1.367-.167 2.733-.334 4.1-.467.333-.567.7-1.1 1.168-1.6.166-.133.366-.267.533-.4a3.665 3.665 0 00-1.235-.834c-.675-.275-1.368-.343-2.066-.332zm.201 5.299c-.667.066-1.333.165-1.967.232-.966.133-2.033.1-3 .268-.833 1.3-1.667 2.6-2.433 3.867.433-.1.865-.168 1.299-.235 1.2-.166 2.434-.267 3.668-.433.233-.367.499-.733.732-1.1.533-.867 1.134-1.733 1.701-2.6zm-3.867 5.9c-.633.067-1.3.132-1.934.232-1.033.167-2 .4-3.033.5-.733 1.134-1.534 2.268-.367 3.368 1.1 1.033 2.034.399 2.8-.301.234-.2.434-.499.634-.832.666-1 1.267-2 1.9-2.967z'  stroke-width='1' stroke='none' fill='%236f01d5ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.ow.bfcm.twofive .time-frame-wrap {
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	background: white;
	min-height: 73px;
}
.ow.bfcm.twofive .time-frame-wrap p {
	color: #e20a6e !important;
	padding-top:  5px;
}

.ow.bfcm.twofive.cm .time-frame-wrap p {
	color: #120023 !important;
	padding-top:  5px;
}


.ow.bfcm.twofive h2.subtitle {
	 text-align: center;
	 color: white;
	 font-size: 40px;
}
.ow.bfcm.twofive h2.subtitle span {
	color: #e20a6e;
}

.ow.bfcm.twofive.cm h2.subtitle span {
	color: #00ecf2;
}

.ow.bfcm.twofive .iw ul.bfcm-feature-brands {
	list-style: none;
	list-style-type: none;
}
.ow.bfcm.twofive .iw ul.bfcm-feature-brands li {
	width: 31%;
	margin: 1%;
	float: left;
	display: block;
	margin-bottom: 5%;
}
.ow.bfcm.twofive .iw ul.bfcm-feature-brands li img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.ow.bfcm.twofive .iw ul.bfcm-feature-brands li h3 {
	text-align: center;
	color: #fff;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
.ow.bfcm.twofive .iw ul.bfcm-feature-brands li h3.twofive {
	color: #e20a6e;
}

.ow.bfcm.twofive.cm .iw ul.bfcm-feature-brands li h3.twofive {
	color: #00ecf2;
}

.ow.bfcm.twofive .iw ul.bfcm-feature-brands li .button {
	background: white;
	color: black;
	font-weight: 600;
}

.ow.bfcm.twofive .iw #product-block {
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: -30px;
}

.ow.bfcm.twofive .iw #product-block .item-card h3, .ow.bfcm.twofive .iw #product-block .item-card p.price, .ow.bfcm.twofive .iw #product-block .item-card .stock span {
	color: white;
}

.ow.bfcm.twofive .iw .button.shopall.aligncenter {
	background: white;
	color: black;
	font-weight: 600;
}

.ow.bfcm.twofive .bfcm-clearance-ribbon .clearance-ribbon-content h4 {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 0;
}
.ow.bfcm.twofive .bfcm-clearance-ribbon .clearance-ribbon-content h3 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ow.bfcm.twofive .bfcm-clearance-ribbon .clearance-ribbon-content a.button {
	margin-top: 10px;
	background: #e20a6e;
	border-color: #e20a6e;
	color: #fff;
}
@media (max-width: 960px) {
	.ow.bfcm.twofive .time-frame-wrap {
		width: 100% !important;
		margin: 0;
		min-height: 105px;
	}
	.ow.bfcm.twofive .iw ul.bfcm-feature-brands li img {
		max-width: 80%;
	}
	.ow.bfcm img.bf-divider {
		padding-top: 30px;
	}
	.ow.bfcm.twofive h2.subtitle {
		font-size: 30px;
	}
	.ow.bfcm.twofive .iw #product-block .item-card .img-wrap {
		height: 280px;
	}
	.ow.bfcm.twofive .bfcm-clearance-ribbon .clearance-ribbon-content a.button {
		margin: 0 auto;
		text-align: center;
		clear: both;
		width: 250px;
	}
}



/*** JR TOY HAPPY HOLIDAYS 2025 HOME BANNER ***/
#banner.ow.white.happyholidaystwentyfive {
	background-color: #312c27 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays2025/happyholidays-desktop-background.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.happyholidaystwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.happyholidaystwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.happyholidaystwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.happyholidaystwentyfive img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	margin-left: 5%;
	padding-top: 55px;
	padding-bottom: 15px;
}
#banner.ow.white.happyholidaystwentyfive .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 45%;
	padding-top: 40px;
	padding-left: 0px;
	padding-bottom: 25px;
	margin-right: 5%;
}
#banner.ow.white.happyholidaystwentyfive .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
}
@media (max-width: 1024px) {
	#banner.ow.white.happyholidaystwentyfive {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.happyholidaystwentyfive img.title.desktop {
		max-width: 43%;
		padding-top: 50px;
        padding-left: 50px;
	}
	#banner.ow.white.happyholidaystwentyfive .topcontent.desktop .products {
		max-width: 38%;
        padding: 20px 50px 0px 0;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.happyholidaystwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/happyholidays2025/happyholidays-mobile-background.png');
	}
	#banner.ow.white.happyholidaystwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.happyholidaystwentyfive .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.happyholidaystwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.happyholidaystwentyfive .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.happyholidaystwentyfive a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.happyholidaystwentyfive .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** JR BOXING WEEK SALE HOME BANNER 2025 ***/
#banner.ow.white.boxingweektwentyfive {
	background-color: #771414 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingweeksale2025/bw-desktop-background-sm.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.boxingweektwentyfive .topcontent.mobile {
	display: none;
}
#banner.ow.white.boxingweektwentyfive .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.boxingweektwentyfive a.button.white {
	background: #fff!important;
	color: #e93832 !important;
	border:#ffffff 1px;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	padding: 12px 25px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 15px;
	margin-left: 45%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.boxingweektwentyfive a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.boxingweektwentyfive img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 65%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}
@media (max-width: 1024px) {
	#banner.ow.white.boxingweektwentyfive {
        background-color: #771414 !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingweeksale2025/bw-tablet-bckgrd.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.boxingweektwentyfive img.title.desktop {
		max-width: 60%;
	}
	#banner.ow.white.boxingweektwentyfive a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.boxingweektwentyfive {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/boxingweeksale2025/bw-mobile-background-sm.png');
	}
	#banner.ow.white.boxingweektwentyfive .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.boxingweektwentyfive .topcontent.mobile {
		display: block;
		padding-top: 60px;
        padding-bottom: 130px;
	}
	#banner.ow.white.boxingweektwentyfive .topcontent.mobile img.title.mobile, #banner.ow.white.boxingweektwentyfive .topcontent.mobile img.products.mobile {
		display: block;
        width: 90%;
		max-width: 80%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.boxingweektwentyfive a.button.white {
        margin: 15px auto;
		margin-top: 45px;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
}




/*** JR NEW LEGO PROMO HOME BANNER - JANUARY 2026 ***/
#banner.ow.white.jrnewlegofeaturetwentysix {
	background-color: #00c7e7 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojan26/26-lego-desktop-background.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	overflow:hidden;
}
#banner.ow.white.jrnewlegofeaturetwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrnewlegofeaturetwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrnewlegofeaturetwentysix a.button.white {
	background: #ff1a13!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: 15px;
	margin-left: 45%;
	border: 0;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrnewlegofeaturetwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrnewlegofeaturetwentysix img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 45%;
	padding: 0;
	padding-top: 75px;
	padding-bottom: 25px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrnewlegofeaturetwentysix {
        background-color: #00c7e7 !important;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojan26/26-lego-tablet-background.png');
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrnewlegofeaturetwentysix img.title.desktop {
		max-width: 60%;
	}
	#banner.ow.white.jrnewlegofeaturetwentysix a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrnewlegofeaturetwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojan26/26-lego-mobile-background.png');
	}
	#banner.ow.white.jrnewlegofeaturetwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrnewlegofeaturetwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrnewlegofeaturetwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrnewlegofeaturetwentysix .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner.ow.white.jrnewlegofeaturetwentysix a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
	}
	#banner.ow.white.jrnewlegofeaturetwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 10px;
	}
}


/*** JR PUZZLE MONTH SALE HOME BANNER 2026 ***/
#banner.ow.white.jrpuzzlesaletwentysix {
	background-color: #e1385e !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/puzzlesalejan26/puzzlesale-desktop-background-26.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.jrpuzzlesaletwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrpuzzlesaletwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrpuzzlesaletwentysix a.button.white {
	background: #0059df !important;
	color: #ffffff !important;
	font-size: 18px !important;
    border: 2px;
    border-color: #0059df;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: 20px;
	margin-left: 46%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrpuzzlesaletwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrpuzzlesaletwentysix img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding: 0;
	padding-top: 75px;
	padding-bottom: 25px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrpuzzlesaletwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrpuzzlesaletwentysix img.title.desktop {
		max-width: 70%;
		padding-top: 50px;
	}
	/*#banner.ow.white.jrpuzzlesaletwentysix .topcontent.desktop .products {
		max-width: 30%;
        padding: 0 30px 10px 0;
	}*/
	#banner.ow.white.jrpuzzlesaletwentysix a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrpuzzlesaletwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/puzzlesalejan26/puzzlesale-mobile-background-26.png');
	}
	#banner.ow.white.jrpuzzlesaletwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrpuzzlesaletwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrpuzzlesaletwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrpuzzlesaletwentysix .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 20%;
		padding-bottom: 0%;
	}
	#banner.ow.white.jrpuzzlesaletwentysix a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
		margin-bottom: 120px;
	}
	#banner.ow.white.jrpuzzlesaletwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}

/*** JR TOY BRUDER SALE HOME BANNER - WINTER 2026 ***/
#banner.ow.white.jrbrudersaletwentysix {
	background-color: #ffa000 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bruderwintersale2026/26-bruder-desktop-background.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.jrbrudersaletwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrbrudersaletwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrbrudersaletwentysix a.button.white {
	background: #0059df!important;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 45px;
	margin-top: -50px;
	margin-left: 20%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrbrudersaletwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrbrudersaletwentysix img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 40px;
	padding-top: 65px;
	padding-bottom: 15px;
}
#banner.ow.white.jrbrudersaletwentysix .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 40%;
	padding-top: 35px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 30px; 
}
#banner.ow.white.jrbrudersaletwentysix .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrbrudersaletwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrbrudersaletwentysix img.title.desktop {
		max-width: 43%;
		padding-top: 50px;
        padding-left: 50px;
	}
	#banner.ow.white.jrbrudersaletwentysix .topcontent.desktop .products {
		max-width: 38%;
        padding: 20px 50px 0px 0;
	}
	#banner.ow.white.jrbrudersaletwentysix a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 18%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrbrudersaletwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/bruderwintersale2026/26-bruder-mobile-background.png');
	}
	#banner.ow.white.jrbrudersaletwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrbrudersaletwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrbrudersaletwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrbrudersaletwentysix .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrbrudersaletwentysix a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrbrudersaletwentysix .topcontent.mobile img.products.mobile {
		padding: 0;
	}
}



/*** JR CLEAROUT SALE HOME BANNER - FEB 2026 ***/
#banner.ow.white.jrclearouttwentysix {
	background-color: #6effdf !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/jrclearoutfeb2026/clearout-sale-background-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.jrclearouttwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrclearouttwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrclearouttwentysix a.button.white {
	background: #e20a6e!important;
	color: #ffffff !important;
	font-size: 18px !important;
    border: 2px;
    border-color: #e20a6e;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: -5px;
	margin-left: 47%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrclearouttwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrclearouttwentysix img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-left: 0px;
	padding-top: 60px;
	padding-bottom: 40px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrclearouttwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrclearouttwentysix img.title.desktop {
		max-width: 80%;
		padding-top: 50px;
	}
	#banner.ow.white.jrclearouttwentysix a.button.white {
		margin-bottom: 50px;
		margin-left: 41.5%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrclearouttwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/jrclearoutfeb2026/clearout-mobile-background.png');
	}
	#banner.ow.white.jrclearouttwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrclearouttwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrclearouttwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrclearouttwentysix .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 100%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 10%;
		padding-bottom: 10%;
	}
	#banner.ow.white.jrclearouttwentysix a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrclearouttwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR GAMES WORKSHOP SALE HOME BANNER - MARCH 2026 ***/
#banner.ow.white.jrgamesworkshoptwentysix {
	background-color: #91000d !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/gamesworkshopsale26/desktop-background-gw.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	overflow:hidden;
}
#banner.ow.white.jrgamesworkshoptwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrgamesworkshoptwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrgamesworkshoptwentysix a.button.white {
	background: #fdfc12!important;
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: 15px;
	margin-left: 45.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrgamesworkshoptwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrgamesworkshoptwentysix img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-top: 60px;
	padding-bottom: 15px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrgamesworkshoptwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrgamesworkshoptwentysix img.title.desktop {
		max-width: 70%;
		padding-top: 50px;
	}
	#banner.ow.white.jrgamesworkshoptwentysix a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrgamesworkshoptwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/gamesworkshopsale26/mobile-background-gw.png');
	}
	#banner.ow.white.jrgamesworkshoptwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrgamesworkshoptwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrgamesworkshoptwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrgamesworkshoptwentysix .topcontent.mobile img.products.mobile {
		display: block;
        width: 100%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 10%;
		padding-bottom: 10%;
	}
	#banner.ow.white.jrgamesworkshoptwentysix a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 50%;
		float: none;
		margin-bottom: 5%;
	}
	#banner.ow.white.jrgamesworkshoptwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** JR RAVENSBURGER CREART SALE HOME BANNER - APRIL 2026 ***/
#banner.ow.white.jrcreartsaletwentysix {
	background-color: #0d6de7 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/creartsaleapril26/creart-desktop-background.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	overflow:hidden;
}
#banner.ow.white.jrcreartsaletwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrcreartsaletwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrcreartsaletwentysix a.button.white {
	background: #ffffff!important;
	color: #aa0552!important;
	font-size: 18px !important;
	border: 2px solid #aa0552;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: -25px;
	margin-left: 25%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrcreartsaletwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrcreartsaletwentysix img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
	padding-left: 5px;
	padding-top: 65px;
	padding-bottom: 15px;
}
#banner.ow.white.jrcreartsaletwentysix .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 45%;
	padding-top: 75px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 5%; 
}
#banner.ow.white.jrcreartsaletwentysix .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
}
@media (max-width: 1024px) {
	#banner.ow.white.jrcreartsaletwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrcreartsaletwentysix img.title.desktop {
		max-width: 50%;
		padding-top: 40px;
        padding-left: 40px;
	}
	#banner.ow.white.jrcreartsaletwentysix .topcontent.desktop .products {
		max-width: 38%;
        padding: 20px 50px 0px 0;
	}
	#banner.ow.white.jrcreartsaletwentysix a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 22%;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrcreartsaletwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/creartsaleapril26/creart-mobile-background.png');
	}
	#banner.ow.white.jrcreartsaletwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrcreartsaletwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrcreartsaletwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrcreartsaletwentysix .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrcreartsaletwentysix a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrcreartsaletwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** JR TOY - SCHLEICH HOMEPAGE SALE BANNER APRIL 2026 ***/
#banner.ow.white.jrschleichsaletwentysix {
	background-color: #0d6de7 !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/schleichapril26/schleich-desktop-background.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.jrschleichsaletwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrschleichsaletwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrschleichsaletwentysix a.button.white {
	background: #ffffff!important;
	color: #d50027!important;
	font-size: 18px !important;
	border: 2px solid #d50027;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float: left;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -20px;
	margin-left: 20.5%;
	transition: all 0.3s ease-in-out;
	border: 0;
}
#banner.ow.white.jrschleichsaletwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrschleichsaletwentysix img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	padding-left: 40px;
	padding-top: 65px;
	padding-bottom: 15px;
}
#banner.ow.white.jrschleichsaletwentysix .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 38%;
	padding-top: 40px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 30px; 
}
#banner.ow.white.jrschleichsaletwentysix .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
	/*padding left: 0px;
	padding-bottom: 20px;
	padding right: 0px; */ 
}
@media (max-width: 1024px) {
	#banner.ow.white.jrschleichsaletwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrschleichsaletwentysix img.title.desktop {
		max-width: 50%;
		padding-top: 40px;
        padding-left: 40px;
	}
	#banner.ow.white.jrschleichsaletwentysix .topcontent.desktop .products {
		max-width: 38%;
        padding: 20px 50px 0px 0;
	}
	#banner.ow.white.jrschleichsaletwentysix a.button.white {
		margin-bottom: 50px;
        margin:0 auto;
		margin-left: 22%;
		border: 2px solid #d50027;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrschleichsaletwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/schleichapril26/schleich-mobile-background.png');
	}
	#banner.ow.white.jrschleichsaletwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrschleichsaletwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrschleichsaletwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrschleichsaletwentysix .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrschleichsaletwentysix a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrschleichsaletwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/*** START - ALL BANNER ANIMATIONS ***/

@keyframes holidaysnowfall {
    0% {
        transform: translate(-10vw, -50vh);
    }

    100% {
        transform: translate(10vw, 50vh);
    }
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}

@keyframes dotheharlemshake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-40px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}


@keyframes legobgswap {
	0% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgone.png');
		background-position: center center;
		background-size: cover;
	}
	30% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgone.png');
		background-position: center center;
		background-size: cover;
	}
	40% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgone.png');
		background-position: center center;
		background-size: cover;		
	}
	50% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgtwo.png');
		background-position: center center;
		background-size: cover;
	}
	60% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgtwo.png');
		background-position: center center;
		background-size: cover;		
	}
	75% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgthree.png');
		background-position: center center;
		background-size: cover;
	}
	85% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgthree.png');
		background-position: center center;
		background-size: cover;
	}	
	100% {
		background: url('https://www.jrtoycanada.ca/images/companies/4/banners/newlegojantwenty/newlegobgone.png');
		background-position: center center;
		background-size: cover;
	}
}

@keyframes legotopfader {
	0% {
	opacity:1;
	}
	45% {
	opacity:1;
	}
	55% {
	opacity:0;
	}
	100% {
	opacity:0;
	}
}

@keyframes legomidfader {
	0% {
	opacity:0;
	}
	45% {
	opacity:0;
	}
	55% {
	opacity:1;
	}
	100% {
	opacity:0;
	}
}
@keyframes legobottomfader {
	0% {
	opacity:0;
	}
	45% {
	opacity:0;
	}
	55% {
	opacity:0;
	}
	100% {
	opacity:1;
	}
}

@keyframes StraightSlide{
  0%{
    background-position: 0% 0%;
  }
  100%{
     background-position: 100% 0%;
  }
}

@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#banner.ow.jrfavhome #cf img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}

@-moz-keyframes waveLeft {
  from {
    -moz-transform: translateX(130px);
    transform: translateX(130px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes waveLeft {
  from {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes waveLeft {
  from {
    -moz-transform: translateX(130px);
    -ms-transform: translateX(130px);
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
  }
  to {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fly {
  from, to {
    -moz-transform: translate(-50%, calc(-50% + 15px));
    transform: translate(-50%, calc(-50% + 15px));
  }
  50% {
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes fly {
  from, to {
    -webkit-transform: translate(-50%, calc(-50% + 15px));
    transform: translate(-50%, calc(-50% + 15px));
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes fly {
  from, to {
    -moz-transform: translate(-50%, calc(-50% + 15px));
    -ms-transform: translate(-50%, calc(-50% + 15px));
    -webkit-transform: translate(-50%, calc(-50% + 15px));
    transform: translate(-50%, calc(-50% + 15px));
  }
  50% {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes FloatingWand {
  from {
    -webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
	transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	-moz-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
  }
}
@-webkit-keyframes rotate{ to{-webkit-transform: rotate(360deg); } }
@keyframes         rotate{ to{        transform: rotate(360deg); } }


/* GLOBAL BANNERS */

#sc-wrap.ow {
	height: 500px;
	position: relative;
	padding: 100px 0 100px 0;
	background-image: url('/images/jrtoyco/patterns/KnexPattern_purple.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	overflow: hidden;
	animation: animatedBackground 800s linear infinite;
}
#sc-wrap.ow.noanimation {
	animation: none;
	padding: 0 0 0 0;
}
#sc-wrap.ow.stem {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#sc-wrap-small.ow {
	height: 20px;
	position: relative;
	padding: 0;
	background-image: url('/images/jrtoyco/patterns/KnexPattern_purple.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	overflow: hidden;
	animation: animatedBackground 800s linear infinite;
}
#sc-wrap.ow.halfheight {
	height: 220px;
	position: relative;
	padding: 100px 0 100px 0;
	background-image: url('/images/jrtoyco/patterns/KnexPattern_purple.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	overflow: hidden;
	animation: animatedBackground 800s linear infinite;
}

/*#sc-wrap.ow:before {
	width: 110%;
	content: '';
	top: -80px;
	height: 100px;
	left: -5%;
	background-color: #fff;
	position: absolute;
	
	-ms-transform: rotate(1deg); /* IE 9 *!/
	-webkit-transform: rotate(1deg); /* Chrome, Safari, Opera *!/
	transform: rotate(1deg);
}*/

/*#sc-wrap.ow:after {
	width: 110%;
	content: '';
	left: -5%;
	bottom: -70px;
	height: 150px;
	background-color: #fff;
	position: absolute;
	
	-ms-transform: rotate(3deg); /* IE 9 *!/
	-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera *!/
	transform: rotate(3deg)
}*/

/*#sc-wrap.ow:before {
	position:absolute;
	top: 0;
	left: 0px;
	width: 100%;
	content:"";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:80px;
	background-repeat: repeat-x;
}*/

#sc-wrap.ow:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:" ";
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:130px;
	background-repeat: repeat-x;
}

#sc-wrap.ow.stem:after {
	position:absolute;
	bottom: -0px;
	left: 0px;
	width: 100%;
	content:" ";
	background: radial-gradient(circle at 50% 0%, transparent 25%, #fff 10%, #fff 10%);
	background-size:120px 300px;
	height:130px;
	background-repeat: repeat-x;
}


#sc-wrap.ow .iw {
	padding: 0;
}

#sc-wrap.ow .iw .sc-wrap {
	width: 100%;
	height: auto;
	position: relative;
}

#sc-wrap.ow.noanimation .iw .sc-wrap p {
	max-width: 75%;
	margin: 0;
	display: block;
	margin: 0 auto;
	float: none !important;
	text-align: center;
	padding-top: 75px;
}

@media (max-width: 767px) {
	#sc-wrap.ow.noanimation .iw .sc-wrap p {
		padding-top: 35px;
	}
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 50%; }
}

@keyframes animatedBackgroundBack {
	from { background-position: 0 0; }
	to { background-position: -100% -50%; }
}

.sc-wrap .sc-slide {
	width: 100%;
	width: calc(100% - 20px);
	float: left!important;
	height: 560px;
	color: #fff;
	left: 0;
	padding: 10px;
	top: 0px;
	position: absolute;
	z-index: 9;
}

body.loaded .sc-wrap .sc-slide {
	transition: .5s;
}

.sc-wrap .sc-slide.prev {
	left: -150%;
	top: 100px;
	opacity: 0;
}
.sc-wrap .sc-slide.active {
	top: 0;
	opacity: 1;
}
.sc-wrap .sc-slide.next {
	left: 150%;
	top: -100px;
	opacity: 0;
}
.sc-wrap .sc-slide.hidden {
}

.sc-wrap.reversed .sc-slide.prev {
	left: -150%;
	top: -100px;
}

.sc-wrap.reversed .sc-slide.next {
	left: 150%;
	top: 100px;
}


.sc-controls .prev {
	position: absolute;
	left: -15px;
	padding: 10px;
	top: 400px;
	transition: 0.2s;
	cursor: pointer;
	z-index: 9999;
	font-size: 64px;
	color: #fff;
	text-shadow: 0 2px 2px #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sc-controls .next {
	position: absolute;
	right: -15px;
	padding: 10px;
	top: 400px;
	transition: 0.2s;
	cursor: pointer;
	z-index: 9999;
	font-size: 64px;
	color: #fff;
	text-shadow: 0 2px 2px #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sc-controls .prev:active {
	left: -25px;
}

.sc-controls .next:active {
	right: -25px;
}
.sc-wrap .sc-slide h1 {
	margin: 0px 0 0 50px;
	display: block;
	text-align: left;
}
.sc-wrap .sc-slide h2 {
	display: block;
	margin: 0 0 0 50px;
}
.sc-wrap .sc-slide p {
	max-width: 50%;
	margin: 0 0 0 50px;
	text-shadow: 0 1px 1px #333;
}

.sc-wrap .sc-slide a {
	margin: 10px 0 0 50px; 
}
.sc-wrap .sc-l p {
	margin-top: 10px;
	font-weight:100;
}

.img-placeholder {
	width: 40%;
	height: 400px;
	position: absolute;
	right: 0px;
	top: 0;
}
.img-placeholder img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

#sc-wrap.ow.homepage-sc {

	height: 400px;
	position: relative;
	padding: 240px 0 200px 0;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: repeat;
	overflow: hidden;
	animation: animatedBackground 800s linear infinite;
	
}
#sc-wrap.ow.homepage-sc .img-placeholder {
	width: 560px;
	height: 400px;
	position: absolute;
	right: 100px;
	top: 120px;
}

#sc-wrap.ow.homepage-sc .sc-wrap .sc-slide h1 {
	margin: 60px 0 0 50px;
	display: block;
}

/*** Tonies Sale ***/
#banner.ow.white.jrtoniessaletwentysix {
	background-color: #ff6d06 !important;
	background-image: url('../images/banners/tonies-desktop-background.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	padding: 0 !important;
	overflow:hidden;
}
#banner.ow.white.jrtoniessaletwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrtoniessaletwentysix .topcontent.desktop {
	display: flex;
	justify-content: space-around;
	max-width: 1440px;
	margin:0 auto;
	padding: 65px 0;
}
#banner.ow.white.jrtoniessaletwentysix a.button.white {
	background: #00749d!important;
	border: none;
	color: #ffffff!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrtoniessaletwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrtoniessaletwentysix img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 100%;
}
#banner.ow.white.jrtoniessaletwentysix .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 38%;
}
#banner.ow.white.jrtoniessaletwentysix .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
}
@media (max-width: 1024px) {
	.ow.white.jrtoniessaletwentysix .topcontent.desktop .cta{
		width: 40%;
	}

	#banner.ow.white.jrtoniessaletwentysix .topcontent.desktop{
		padding: 40px 0;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrtoniessaletwentysix {
		background-position: left center;
		background-image: url('../images/banners/tonies-mobile-background.png');
	}
	#banner.ow.white.jrtoniessaletwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrtoniessaletwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrtoniessaletwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrtoniessaletwentysix .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrtoniessaletwentysix a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrtoniessaletwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}

.banner-v2 {
	text-align: center;
	clear: both;
}

.banner-v2 div {
	padding: 20px 40px;
	text-align: center;
}

.banner-v2 img {
	margin: 0 auto 10px auto;
	max-width: 100%;
	display: block;
}

.banner-v2 a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.banner-v2 a span.button {
	margin: 0 auto;
}

.banner-v2 .mobile {
	display: none;
}

@media (max-width: 720px) {  
   
   
   .banner-v2 .desktop {
   		display: none;
   } 
   
   .banner-v2 .mobile {
		display: block;
		padding:20px;
	}
}

/*** Playmobil Sale ***/
#banner.ow.white.jrplaymobilsale {
	background-color: #0954b3 !important;
	background-image: url('../images/banners/playmobil-desktop-background.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	padding: 0 !important;
	overflow:hidden;
}
#banner.ow.white.jrplaymobilsale .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrplaymobilsale .topcontent.desktop {
	display: flex;
	justify-content: space-around;
	max-width: 1440px;
	margin:0 auto;
	padding: 65px 0;
}
#banner.ow.white.jrplaymobilsale a.button.white {
	background: #ffe600!important;
	border: none;
	color: #0954b3!important;
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize !important;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrplaymobilsale a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrplaymobilsale img.title.desktop {
	display: block;
	float: left;
	width: auto;
	max-width: 100%;
}
#banner.ow.white.jrplaymobilsale .topcontent.desktop .products {
	display: block;
	float: right;
	width: auto;
	max-width: 38%;
}
#banner.ow.white.jrplaymobilsale .topcontent.desktop .products img {
    display:block;
	width: 100%;
	padding-top: 10px;
}
@media (max-width: 1024px) {
	.ow.white.jrplaymobilsale .topcontent.desktop .cta{
		width: 40%;
	}

	#banner.ow.white.jrplaymobilsale .topcontent.desktop{
		padding: 40px 0;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrplaymobilsale {
		background-position: left center;
		background-image: url('../images/banners/playmobil-mobile-background.png');
	}
	#banner.ow.white.jrplaymobilsale .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrplaymobilsale .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrplaymobilsale .topcontent.mobile img.title.mobile, #banner.ow.white.jrplaymobilsale .topcontent.mobile img.products.mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#banner.ow.white.jrplaymobilsale a.button.white {
		margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrplaymobilsale .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}


/* END OF SCHOOL SALE */

/* NEW ARRIVLAS */

#banner.ow.white.jrnewarrivalstwentysix {
	background-color: #26e3ff !important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/NewArrivalsBanner2026/newarrivals-desktop-background-op.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: none !important;
	min-height: inherit;
	overflow:hidden;
}

#banner.ow.white.jrnewarrivalstwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.jrnewarrivalstwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.jrnewarrivalstwentysix a.button.white {
	background: #26e3ff!important;
	color: #000000 !important;
	font-size: 18px !important;
    border: 2px;
    border-color: #26e3ff;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 71px;
	margin-top: -5px;
	margin-left: 47%;
	transition: all 0.3s ease-in-out;
}
#banner.ow.white.jrnewarrivalstwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.jrnewarrivalstwentysix img.title.desktop {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 55%;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 15px;
}

@media (max-width: 1024px) {
	#banner.ow.white.jrnewarrivalstwentysix {
		padding: 10px 0 20px 0;
	}
	#banner.ow.white.jrnewarrivalstwentysix img.title.desktop {
		max-width: 70%;
		padding-top: 50px;
	}

	#banner.ow.white.jrnewarrivalstwentysix a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.jrnewarrivalstwentysix {
		background-position: left center;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/NewArrivalsBanner2026/newarrivals-mobile-background-op.png');
	}
	#banner.ow.white.jrnewarrivalstwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.jrnewarrivalstwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.jrnewarrivalstwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.jrnewarrivalstwentysix .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 20%;
		padding-bottom: 20%;
	}
	#banner.ow.white.jrnewarrivalstwentysix a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.jrnewarrivalstwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}



/*** New Lego Feature AUG 2026 ***/
#banner.ow.white.newlegofeaturetwentysix {
	background-color: #0777b8!important;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/lego0826/newlego-desktop-background-op.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.newlegofeaturetwentysix .topcontent.mobile {
	display: none;
}
#banner.ow.white.newlegofeaturetwentysix .topcontent.desktop {
	display: block;
	max-width: 1440px;
	margin:0 auto;
}
#banner.ow.white.newlegofeaturetwentysix a.button.white {
	background: #ffffff!important;
	color: #0777b8!important;
	font-size: 18px !important;
    border: 2px;
    border-color: #26e3ff;
	font-weight: 600;
	text-transform: capitalize !important;
	display: inline;
	float:left;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: -5px;
	margin-left: 20%;
	transition: all 0.3s ease-in-out;
}

#banner.ow.white.newlegofeaturetwentysix a.button.white:hover {
	 opacity: 0.7;
	 cursor: pointer;
}
#banner.ow.white.newlegofeaturetwentysix img.title.desktop {
	display: block;
	margin: 0;
	width: auto;
	max-width: 40%;
	padding-left: 40px;
	padding-top: 65px;
	padding-bottom: 15px;
}

@media (max-width: 1024px) {
	#banner.ow.white.newlegofeaturetwentysix {
		padding: 10px 0 20px 0;
	    background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/lego0826/newlego-tablet-background.png');
	}
	#banner.ow.white.newlegofeaturetwentysix img.title.desktop {
		max-width: 40%;
		padding-top: 50px;
	}

	#banner.ow.white.newlegofeaturetwentysix a.button.white {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#banner.ow.white.newlegofeaturetwentysix {
		background-position: bottom center;
		padding-bottom: 30px;
		background-image: url('https://www.jrtoycanada.ca/images/companies/4/banners/lego0826/newlego-mobile-background-op.png');
	}
	#banner.ow.white.newlegofeaturetwentysix .topcontent.desktop {
		display: none;
	}
	#banner.ow.white.newlegofeaturetwentysix .topcontent.mobile {
		display: block;
	}
	#banner.ow.white.newlegofeaturetwentysix .topcontent.mobile img.title.mobile, #banner.ow.white.newlegofeaturetwentysix .topcontent.mobile img.products.mobile {
		display: block;
        width: 120%;
		max-width: 90%;
        max-height: 100%;
		margin: 0 auto;
		text-align: center;
        padding-top: 5%;
		padding-bottom: 50%;
	}
	#banner.ow.white.newlegofeaturetwentysix a.button.white {
        margin: 15px auto;
		display: block;
		text-align: center;
		border: 0;
		width: auto;
		max-width: 60%;
		float: none;
	}
	#banner.ow.white.newlegofeaturetwentysix .topcontent.mobile img.products.mobile {
		padding-bottom: 30px;
	}
}