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

/* ========== MAIN SECTION ========== */
/* -------- Subsection -------- */
/* Minor note */


/* ========== GLOBAL VARIABLES ========== */
:root {

	--color-purple-light: #FCF5FF;
	--color-purple: #7D00F5;
	--color-purple-dark: #5D00B6;

	/* cyan??? */
	--color-cyan-light: #F4FBFF;
	--color-cyan: #249CEB;
	--color-cyan-dark: #0069AF;

	/* primary? blue? */
	--color-blue-light: #DDEEFA;
	--color-blue: #0B5EDE;
	--color-blue-dark: #013D9A;
	--color-blue-darker: #002662;

	--color-green-light: #E5F5F5;
	--color-green: #019EA2;
	--color-green-dark: #167A7C;

	--color-orange-light: #FFF9F0;
	--color-orange: #FF9E0F;
	--color-orange-dark: #E68D09;

	--color-pink-light: #FFD1E5;
	--color-pink: #E20A6E;
	--color-pink-dark: #AA0552;

	--color-gray: #414F5D;
	--color-gray-dark: #2C3035;


	--font-heading: 'Quicksand', sans-serif; /*gotta import quicksand*/
	--font-body: 'Albert Sans', sans-serif; /*gotta import Albert Sans*/
}



/* BLOCK TTTLE */

h2.block-title {
	color: var(--color-blue-dark);
}

h3.block-title {
	color: var(--color-blue-dark);
	font-size: 24px;
}
h3.block-title.heavy {
	font-weight: 900 !important;
}
h4.block-title {
	color: var(--color-blue-dark);
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

/* MNILE MENU  */

.mobile-menu {
	display: none;
}

#color-block .scroll-track {
	padding: 550px 0 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ow.color-block-wrap {
	padding: 0;
}

.color-block-half {
	display: block;
	width: 50%;
	float: left;
	min-height: 500px;
	text-align: center;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;	
}

.color-block-half img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 375px;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	transition: all 0.3s ease-in-out;
	margin-top: -30px;
	margin-bottom: -30px;
}
.color-block-half img:hover {
	opacity: 0.7;
}
.color-block-half h3, .color-block-half h4 {
	text-align: center;
}
.color-block-half.pink {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/square-pink-two.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #ff006c;
}
.color-block-half.blue {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/square-blue.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #0b5fad;
}
.color-block-half.bluehex {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/blue-hex-bg.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #0b5fad;
}
.color-block-half.orange {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/orange-robot-bg.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #0b5fad;
}
.color-block-half.pink.mindstorms {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/square-mindstorms.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #0cc0c3;
}
.color-block-half.greentri {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/green-tri-hexagons.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #61c460;
}
.color-block-half.greentri a.product-link .price-block {
	background-color: #2762ab !important;
}
.color-block-half.bluedots {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/dark-blue-dots.png');
	background-position: top left;
	background-repeat: repeat;
	background-color: #005ead;
}
.color-block-half.bluedots a.product-link .price-block {
	background-color: #e01f2d !important;
}
.color-block-half.bluedots a.button.blue {
	background-color: #e01f2d !important;
}
.color-block-half.smallorangedots {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/small-orange-dots.png');
	background-color: #fd7a0d;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.smallorangedots a.button.babyblue, .color-block-half.smallorangedots a.product-link .price-block {
	background-color: #00bfff !important;
}

.color-block-half.bigbluedots {
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/big-blue-dots.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.bigbluedots a.product-link .price-block {
	background-color: #ec1f26 !important;
}

.color-block-half.bluetriangles {
	background-color: #0b5fad;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/blue-tris.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.bluetriangles a.product-link .price-block {
	background-color: #ec2027 !important;
}

.color-block-half.leaves {
	background-color: #73bf44;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/leaves.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.leaves a.product-link .price-block {
	background-color: #2c61ac !important;
}
.color-block-half.leaves a.button.jrblue {
	background-color: #2c61ac !important;
	border-color: #2c61ac !important;
	color: #fff !important;
}
.color-block-half.redlightning {
	background-color: #de2630;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/red-lightning-texture.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.redlightning a.product-link .price-block {
	background-color: #0b5fad !important;
}
.color-block-half.orangecity {
	background-color: #fd7a0d;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/orange-city-texture.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.orangecity a.product-link .price-block {
	background-color: #ec1f26 !important;
}


.color-block-half.christmas {
	background-color: #fff;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/snowy-hills2.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.christmas a.product-link .price-block {
	background-color: #0b5fad !important;
}

.color-block-half.purpleswirls {
	background-color: #AB72FC;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/purple-swirl-bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.purpleswirls a.button.purple {
	background-color: #5D17BF !important;
	border: 2px solid #5D17BF !important;
}

.color-block-half.purpleswirls a.product-link .price-block {
	background-color: #5D17BF !important;
}

.color-block-half.ozo-class-kit {
	background-color: #ffd801;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/orange-circuit-bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.ozo-class-kit a.product-link .price-block {
	background: #0b5fad;
}
.color-block-half.blue-arrows {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/blue-arrow-bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.blue-arrows a.product-link .price-block {
	background: #ec2027;
}
.color-block-half.ozo-class-kit h3, .color-block-half.ozo-class-kit h4, .color-block-half.blue-arrows h3,  .color-block-half.blue-arrows h4 {
	color: #161415 !important;
}

.color-block-half.newformat {
	width: 47%;
	margin: 0.5%;
	box-sizing: border-box;
	min-height: 425px;
}

.color-block-half.newformat .button.bottomfixed {
	position: absolute;
	bottom: 5%;
	left: 44.5%;
}

@media (max-width: 960px) {
	.color-block-half.newformat {
		width: 99%;
		margin: 0.5%;
		box-sizing: border-box;
		min-height: 300px;
		margin-bottom: 2.5%;
	}
	.color-block-half.newformat .button.bottomfixed {
		position: absolute;
		bottom: 10%;
		left: 36%;
	}
	.color-block-half.newformat h3, .color-block-half.newformat h4 {
		font-size: 19px;
	}
}

.color-block-half.newformat.hobbykits {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/hobby-kits-featureblockbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.newformat.warhammerkits {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/warhammerkits-featureblockbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.newformat.adventcaltwothree {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/jradvent23-homeblock.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.newformat.adventcaltwothree a.button.pink {
	background-color: #0251a8;
}


.color-block-half.newformat.adventcalstwofour {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/advent-calendar-featblock-2024.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-block-half.newformat.educators {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/educators-featureblockbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half.newformat.earlrobot {
	background-color: #06aee5;
	background-image: url('https://www.jrtoycanada.ca/images/companies/4/layout/home/earlcodingrobot-featureblockbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block-half .badge-exclusive {
	background-color: #662f90;
	color: #fff!important;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 180px;
	bottom: 80px;
	border-radius: 50%;
	line-height: 20px;
	z-index: 20;
}
@media (max-width: 960px) {
	.color-block-half .badge-exclusive {
		left: 10px;
	}
}
.color-block-half .badge-exclusive p {
	padding-top: 15px;
	font-weight: 700 !important;
}

.color-block-half a.product-link h3 {
	display: none !important;
}
.color-block-half a.product-link .price-block {
	position: absolute;
	width: 130px;
	height: 130px;
	top: 22%;
	right: 13%;
	border-radius: 50%;
	background: #000;
	text-align: center;
	line-height: 115px;
}
.color-block-half.pink a.product-link .price-block {
	background-color: #0b5fad;
}
.color-block-half.blue a.product-link .price-block {
	background-color: #ff006c;
}
.color-block-half a.product-link .price-block p.price {
	font-size: 24px !important;
	color: #fff !important;
	font-weight: 600 !important;
}

.color-block-half.bluehex a.product-link .price-block, .color-block-half.bluehex a.button.blue {
	background: #ff006c !important;
	color: #fff !important;
}

.color-block-half.orange a.product-link .price-block, .color-block-half.orange a.button.blue {
	background: #73bf44 !important;
	color: #fff !important;
}

.color-block-half a.button {
	transition: all 0.3s ease-in-out;
	z-index: 2;
	position: relative;
}
.color-block-half a.button:hover {
	opacity: 0.7;
}
.color-block-half a.button.babyblue {
	background-color: #00bfff !important;
	border: 0 !important;
}
.color-block-half a.button.pink {
	background-color: #ff006c;
	border: 0 !important;
}
.color-block-half .large-item-card {
	margin: 0px auto;
}
#color-block .scroll-track img {
	position: absolute;
	opacity: 0;
	
	margin: 0 0 0 -275px;
	top: 0;
	width: 550px;
	
	transition: 0.4s;
	left: 100%;
}

#color-block .scroll-track.above img {
	left: 20%;
}

#color-block .scroll-track.inside img {
	left: 50%;
	opacity: 1;
}

#color-block .scroll-track.below img {
	left: 80%;
	opacity: 0;
}

/* DEBUG  */

.debug-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background-color: #fff;
	display: none;
	z-index: 999;
	padding: 0 0 100px 0;
}

.debug {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #333;
	opacity: 0.9;
	transition: 0.5s;
	z-index: 999;
}

.debug:hover {
	opacity: 1;
}
.debug-options {
	font-size: 12px;
	color: #fff;
}

.debug .debug-open {
	padding: 6px 12px;
	margin: 4px;
	display: inline-block;
	background-color: #f30;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 400;
	cursor: pointer;
}

.debug .tooltip-toggle {
	padding: 6px 12px;
	margin: 4px;
	display: inline-block;
	background-color: fuchsia;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 400;
	cursor: pointer;
	float: right;
}

.debug .report-bug {
	padding: 6px 12px;
	margin: 4px;
	display: inline-block;
	background-color: fuchsia;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 400;
	cursor: pointer;
	float: right;
}

.debug .sales-stats-open {
	padding: 6px 12px;
	margin: 4px;
	display: inline-block;
	background-color: #f20;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 400;
	cursor: pointer;
	float: right;
}

.debug-wrap.show {
	display: block;
}

.debug-box {
	position: fixed;
	right: 20px;
	width: 300px;
	padding: 30px;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 5px #444;
	bottom: 50px;
	display: none;
	z-index: 999;
}
.debug-box.show {
	display: block;
}

.debug-report label {
	font-size: 12px;
	color: #333;
}

.debug-box select {
	margin: 12px 12px 20px 12px;
}

.debug-box .parents-hide {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	cursor: pointer;
}
.debug-box h3 {
	margin: 0;
}
.debug-box textarea {
	height: 100px;
	margin: 12px 12px 20px 12px;
	width: calc(100% - 46px);
	padding: 10px;
	color: #333;
}
.debug-box .button {
	margin:0 12px;
}

/* BUTTONS */

.button {
	display: block;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	border: 2px solid #333;
	transition: 0.2s;
	width: fit-content;
	-webkit-appearance: none;
}

input.button {
	padding: 10px;
}

.button.light-grey {
	background-color: #ccc;
	border: 2px solid #ccc;
	color: #333;
}
.button.light-grey:active {
	background-color: #999;
}

.button.pink {
	background-color: var(--color-pink);
	border: 2px solid var(--color-pink);
}
.button.pink:hover {
	background-color: #f93fab;
}
.button.pink:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #69043e;
}
.button.darkblue {
	background-color: #0b5fad;
	border: 2px solid #0b5fad;
}
.button.darkblue:hover {
	background-color: #2a7cc8;
}
.button.darkblue:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #69043e;
}
.button.yellow {
	background-color: #ffcc06;
	border: 2px solid #ffcc06;
	color: #000 !important;
}
.button.yellow:hover {
	background-color: #ee7b0a;
}
.button.yellow:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #69043e;
}
.button.green {
	background-color: #73bf44;
	border: 2px solid #73bf44;
	color: #fff !important;
}
.button.green:hover {
	background-color: #58a429;
}
.button.green:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #58a429;
}
.button.darkpurp {
	background-color: #663091;
	border: 2px solid #663091;
	color: #fff !important;
}
.button.darkpurp:hover {
	background-color: #380f59;
}
.button.darkpurp:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #382b42;
}
.button.red {
	background-color: #ec1f26;
	border: 2px solid #ec1f26;
	color: #fff !important;
}
.button.red:hover {
	background-color: #b12027;
}
.button.red:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #ec1f26;	
}
.button.pink:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #69043e;
}

/* BREADCRUMBS */

div#breadcrumbs.ow.grey {
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
	border-top: 1px solid #f1f1f1;
	
}

div#breadcrumbs.ow.grey div.iw ul {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:5px 18px;
	line-height: 14px;
	list-style: none;
	margin: 0;
}     

#breadcrumbs ul li {
	display: inline-block;
	font-size: 12px;
	color: #333;
}

#breadcrumbs ul li a:before {
	border-left: 6px solid #ccc;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	content: "";
	position: absolute;
	top: 4px;
	left: -14px;
	margin: 0;
}

#breadcrumbs ul li:first-child a:before {
	display: none;
}

div#breadcrumbs.ow.grey a {
	color: #444E5C;
	font-size: 12px;
	padding: 0 20px 0 0;
	position: relative;
	text-decoration: none;
}

@media (max-width: 960px) { 
	body.checkout #breadcrumbs {
		display: none;
	}
}


/* BLOCKS */
.block-wrap {
	width: 100%;
	text-align: left;
	white-space: nowrap;
	float: left;
}

.block-wrap .item, .iw.page .item {
	float: left;
	margin: 5px 0;
	padding: 0;
	min-height: 250px;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.block-wrap .item.one {
	width: 20%;
	width: calc(20% - 5px);
}
.item.one.mobileshow {
	 display: none;
}

.block-wrap .item.two {
	width: 60%;
	width: calc(60% - 10px);
}

.block-wrap .item.split {
	width: 50%;
	width: calc(50% - 10px);
}

.block-wrap .item.three {
	width: 80%;
	width: calc(80% - 5px);
}

.block-wrap .item.four, .iw.page .item.four {
	width: 25%;
	width: calc(25% - 5px);
	min-height: 50px;
}
.block-wrap .item.four.jrpromise img, .iw.page .item.four.jrpromise img {
	display: block;
	width: 30%;
	float: left;
	text-align: center;
}
.block-wrap .item.four.jrpromise p, .iw.page .item.four.jrpromise p {
	display: block;
	width: 65%;
	padding: 3% 2.5%;
	float: left;
	text-align: left;
	font-weight: 900;
}

.block-wrap .item.one.stemcontest {
	background-color: #29c3bc !important;
}
.block-wrap .item.one.stemcontest h3, .block-wrap .item.one.stemcontest h4 {
	color: #ffffff !important;
}

.block-wrap .item.three.bttf h3 {
	background: rgba(248, 250, 255, .6);
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #22282e !important;
}

.block-wrap .item.three.jreducation h3 {
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #2c61ac !important;
}

.block-wrap .item.three.jreducation.newlegotwentythree h3 {
	color: #fff !important;
}

.block-wrap .item.three.jrholidaydeals h3 {
	color: #fff;
}

@media (max-width: 767px) {
	.block-wrap .item.three.jrholidaydeals {
		background-size: cover;
		min-height: 170px;
		background-position: left center;
	}
}

.block-wrap .item.three.jreducation.two h3 {
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #ffffff !important;
}

.block-wrap .item.three.jreducation.two.vtwo h3 {
	background: rgba(3, 12, 34, 0.6);
}

@media (max-width: 767px) {
	.block-wrap .item.three.jreducation.two.vtwo.halloween {
		background-size: cover !important;
		min-height: 110px;
		background-position: center center;
	}
}
@media (max-width: 321px) {
	.block-wrap .item.three.jreducation.two.vtwo.halloween {
		background-size: cover !important;
		min-height: 115px;
		background-position: left center;
	}
}

@media (max-width: 767px) {
	.block-wrap .item.three.jreducation {
		background-size: cover !important;
	}
	
	.block-wrap .item.three.jreducation h3 {
		padding: 5px 0px;
	}
	
	.item.one.bookbg img.thumbnail.block-image {
		left: -15% !important;
		width: 150% !important;
	}
	
	.block-wrap .item.three.jreducation.two.vtwo {
		padding: 0;
	}
	.block-wrap .item.three.jreducation.two.vtwo h3 {
		padding: 5px 7px;
	}
	
}

@media (max-width: 376px) {
	.item.one.bookbg img.thumbnail.block-image {
		left: -35% !important;
		width: 170% !important;
	}
}

@media (max-width: 321px) {
	.item.one.bookbg img.thumbnail.block-image {
		left: -50% !important;
		width: 200% !important;
	}
}


.block-wrap .item.three.osmo h3 {
	background: transparent;
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #fff !important;
}

.block-wrap .item.three.osmotwo h3 {
	background: rgba(67, 17, 115, .8);
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #fff !important;
}

.block-wrap .item.three.masks h3 {
	background: rgba(219, 17, 141, .80);
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #fff !important;
}

.block-wrap .item.three.jrfavs h3 {
	background: rgba(11, 66, 136, .6);
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #f8ca15 !important;
}
.block-wrap .item.three.jrfavs {
	transition: all 0.3s ease-in-out;
	background-color: #2c61ac;
}
.block-wrap .item.three.jrfavs:hover {
	background-position-x: -5px;
	background-position-y: -5px;
}

.block-wrap .item.three.osmoboxingweek h3 {
	background: rgba(128,190,68, .7);
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	left: 0;
	margin-left: 0;
	color: #fff !important;
}

.block-wrap .item.three.osmo img.thumbnail.block-image {
	width: 80%;
	left: 10%;
}
.block-wrap .item.three.osmo img.thumbnail.block-image:hover {
	width: 90%;
	left: 5%;
}

@media (max-width: 520px) {
	.block-wrap .item.three.osmotwo {
		background-size: contain;
	}
	.block-wrap .item.three.osmotwo h3 {
		width: 75%;
	}
	.block-wrap .item.three.jrfavs {
		background-size: cover;
		background-position: top right;
	}
}

.block-wrap .item.three.masks img.thumbnail.block-image {
	left: initial;
	right: 5%;
	width: 57%;
	top: 25%;
}
.block-wrap .item.three.masks img.thumbnail.block-image:hover {
	width: 61%;
	right: 6%;
}

@media (max-width: 800px) {
	.block-wrap .item.three.bttf, .block-wrap .item.three.masks {
		background-size: cover;
	}
	.block-wrap .item.three.masks {
		padding: 0;
	}
	.block-wrap .item.three.masks img.thumbnail.block-image {
		top: 47%;
		right: 0;
		width: 60%;
	}
}
 
.block-wrap .spacer {
	width: 10px;
	height: 1px;
	float: left;
}

.block-wrap .item h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	white-space: normal;
}

.block-wrap .item h4 {
	font-weight: 400;
	white-space: normal;
}

/*** NEW COMMITMENT SECTION ***/

.ow#newcommitment  {
	padding: 60px 0;
}
.ow#newcommitment img.jr-logo-left {
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0 30px;
	box-sizing: border-box;
}
.ow#newcommitment .about-us-content {
	display: block;
	width: 80%;
	float: right;
	text-align: left;
}
.ow#newcommitment .about-us-content h3.center-content-title {
	text-align: center;
	color: #235EAC;
	font-weight: 900;
	font-size: 20px;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 20px 0;
}
.ow#newcommitment a.button.aligncenter {
	 margin: 0 auto;
	text-align: center;
	display: block;
	width: auto;
	max-width: 85px;
	margin-top: 15px;
}

#newletter {
	background-color: #0f4e99;
	color: #fff;
}
#best-seller {
	background-color: #fccc04;
	color: #fff;
}
#best-seller-nineteen {
	background-color: #0b5fad;
	color: #4ac2c5;
}
#best-seller-nineteen h3 {
	color: #4ac2c5 !important;
}
#best-seller-twenty {
	background-color: #ffc600;
}
#best-seller-twenty h3 {
	color: #0063c1 !important;
}
#new {
	background-color: #ec068c;
	color: #fff;
}
#newtrending {
	background-color: #e20079;
	color: #ffc30c;
}
#newtrendingtwenty {
	background-color: #00cbcf;
	color: #fff !important;
}
#newtrendingtwenty h3 {
	color: #fff !important;
}
#newtrending h3 {
	color: #ffc30c !important;
}
#coming-soon {	
	background-color: #72bf44;
	color: #fff;
}
#new-brand {
	background-color: #f16622;
	color: #fff;
}
#new-brand.advent {
	background: #0cc0c3;
}
#new-brand.kanowand {
	background: #f16623;
}
#new-brand.kanowand.eastersale {
	background-color: #fcb7df !important;
}
#new-brand.kanowand.habatoys {
	background-color: #0cc0c3 !important;
}
#new-brand.kidmademodern {
	background-color: #f16210;
}
#new-brand.kidmademodern h3 {
	color: #035ead !important;
}
#new-brand.corolledolls {
	background-color: #631892;
}
#new-brand.corolledolls h3 {
	color: #ffffff !important;
}
#new-brand.lego {

	background-color: #FFCC06;
}

#new-brand.puzzlesale {
	background-color: red;
	background-image: url('/images/companies/4/layout/home/puzzlesalebackground.png');
}

#new-brand.lego h3 {
	color: #EA0A8C !important;
	text-shadow: 1px 1px 1px #fff;
}

#new-brand.item.lego img.thumbnail.block-image {
	bottom: -10%;
}

#new-brand.item.puzzlesale img.thumbnail.block-image {
	width: 60%;
	bottom: -10%;
	left: 20%;
}

#new-brand.kanowand.eastersale img.thumbnail.block-image {
	width: 80%;
	left: 10%;
}
#new-brand.kanowand.eastersale img.thumbnail.block-image:hover {
	left: 7.5%;
	width: 85%;
	transition: 2s;
}
#new-brand.kanowand.eastersale h3, #new-brand.kanowand.eastersale h4 {
	color: #ea0a8c !important;	
}
a#sharetowin.item img.thumbnail.block-image:hover {
	left: -5%;
	width: 110%;
	transition: 2s;
}

a#sharetowin.item.secretsale img.thumbnail.block-image {
	height: 100%;
	width: auto !important;
}
a#sharetowin.item.secretsale img.thumbnail.block-image:hover {
	left: -3%;
	height: 105%;
	transition: 1.5s;
}

a#sharetowin.item.secretsale p {
	z-index: 5;
	position: relative;
	color: #fff !important;
}

a#sharetowin.item.secretsale h3 {
	font-size: 21px !important;
}

a#sharetowin.item.stemsale {
	background-color: #ea038c !important;
}
a#sharetowin.item.stemsale.orangebg {
	background-color: #f16623 !important;
	background-color: #f16623 !important;
}

a#sharetowin.item.stemsale.orangebg {
	background-color: #ff005a !important;
	color: #fff !important;
}

a#sharetowin.item.stemsale.yellowbg {
	background-color: #f2ca31 !important;
}

a#sharetowin.item.stemsale h3 {
	color: #fff !important;
}

a#sharetowin.item.stemsale.orangebg h3 {
	color: #fff !important;
}
a#sharetowin.item.stemsale.greenbg h3 {
	color: #fff !important;
}
a#sharetowin.item.stemsale.yellowbg h3 {
	color: #2c5491 !important;
}
a#sharetowincontest.stemsale {
	background-color: #3488d6 !important;
}
a#sharetowincontest.item.stemsale h3 {
	color: #fff !important;
}
a#sharetowincontest.item.stemsale img.thumbnail.block-image {
	 bottom: -6%;
}

.item.one.bookbg img.thumbnail.block-image {
	bottom: 0;
	left: -10%;
	width: 130%;
}
.item.one.bookbg img.thumbnail.block-image:hover {
	transform: none;
}

#sharetowin.item.giftwrap img.thumbnail.block-image {
	 height: auto !important;
}
#sharetowin.item.giftwrap h3 {
	display: block;
	width: 100%;
	background-color: rgba(222,217,223,0.9) !important;
	padding: 4%;
	color: #ec1f26 !important;
	line-height: 23px;
}

.block-wrap .item h3, .block-wrap .item h4 {
	position: relative;
	z-index: 5;
	color: #fff !important;
}
#product-block, #category-empty-subcategories {
	text-align: center;
	padding: 60px 0;
	position: relative;
}


#product-block a.button.pink {
	margin: 50px 0 0 0;
}

#showcase-blocks {
	text-align: center;
	padding: 50px 0;
	position: relative;
}

/* NEW HOMEPAGE CATEGORY FEATURE BLOCKS */

.ow.home-category-ribbon .home-cat-block {
	position: relative;
	display: block;
	width: 23%;
	margin: 1%;
	float: left;
	min-height: 275px;
	transition: all 0.3s ease-in-out;
	border-radius: 6px;
	background: #ec068c;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 960px) {
	.ow.home-category-ribbon {
		padding: 5px;
	}
	.ow.home-category-ribbon .iw {
		padding: 0;
	}
	.ow.home-category-ribbon .home-cat-block {
		width: 48%;
		min-height: 220px;
	}
	.ow.home-category-ribbon .home-cat-block .text-wrap h3 {
		padding-top: 15px !important;
	}
}
.ow.home-category-ribbon .home-cat-block:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.ow.home-category-ribbon .home-cat-block a.home-cat-link {
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.ow.home-category-ribbon .home-cat-block .text-wrap {
	display: block;
	width: 100%;
	text-align: center;
	min-height: 115px;
	max-height: 115px;
	position: relative;
	z-index: 3;
}
.ow.home-category-ribbon .home-cat-block:nth-of-type(1) .text-wrap {
	background: -moz-linear-gradient(top,  rgba(234,10,140,1) 0%, rgba(234,10,140,1) 51%, rgba(234,10,140,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(234,10,140,1) 0%,rgba(234,10,140,1) 51%,rgba(234,10,140,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(234,10,140,1) 0%,rgba(234,10,140,1) 51%,rgba(234,10,140,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0a8c', endColorstr='#00ea0a8c',GradientType=0 ); /* IE6-9 */
}
.ow.home-category-ribbon .home-cat-block:nth-of-type(2) .text-wrap {
	background: -moz-linear-gradient(top,  rgba(58,207,146,1) 0%, rgba(58,207,146,1) 51%, rgba(58,207,146,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(58,207,146,1) 0%,rgba(58,207,146,1) 51%,rgba(58,207,146,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(58,207,146,1) 0%,rgba(58,207,146,1) 51%,rgba(58,207,146,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3acf92', endColorstr='#003acf92',GradientType=0 ); /* IE6-9 */
}
.ow.home-category-ribbon .home-cat-block:nth-of-type(3) .text-wrap {
	background: -moz-linear-gradient(top,  rgba(208,237,254,1) 0%, rgba(208,237,254,1) 51%, rgba(208,237,254,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(208,237,254,1) 0%,rgba(208,237,254,1) 51%,rgba(208,237,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(208,237,254,1) 0%,rgba(208,237,254,1) 51%,rgba(208,237,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0edfe', endColorstr='#00d0edfe',GradientType=0 ); /* IE6-9 */
}
.ow.home-category-ribbon .home-cat-block:nth-of-type(4) .text-wrap {
	background: -moz-linear-gradient(top,  rgba(0,33,88,1) 0%, rgba(0,33,88,1) 51%, rgba(0,33,88,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,33,88,1) 0%,rgba(0,33,88,1) 51%,rgba(0,33,88,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,33,88,1) 0%,rgba(0,33,88,1) 51%,rgba(0,33,88,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002158', endColorstr='#00002158',GradientType=0 ); /* IE6-9 */
}
.ow.home-category-ribbon .home-cat-block .text-wrap h3 {
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 25px 10px 0 10px;
	color: #fff !important; 
}
.ow.home-category-ribbon .home-cat-block .text-wrap img.logo {
	display: block;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}


/* BLOCK IMAGE */

.item img.thumbnail.block-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: inherit;
	transition: 0.5s;
}
.item img.thumbnail.block-image:hover {
	left: -5%;
	width: 110%;
	transition: 2s;
}

/* HOMEPAGE REVIEWS */
.home-reviews {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.home-reviews p {
	font-size: 14px;
}
.home-reviews span.name {
	margin: 20px 0;
}
@media (min-width: 991px){
	.home-reviews{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 20px;
	}
}

.single-review-wrap{
	border: solid lightgray 1px;
	border-radius: 5px;
	padding: 22px;
	margin-bottom: 10px;
}

.single-review-wrap .star-review{
	color: gold;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.single-review-wrap p{
	text-align: center;
}

/* BLOCK SIGNUP */

#mc-embedded-subscribe-form-small {
	position: absolute;
	bottom: 40px;
	z-index: 9;
	width: 90%;
	left: 5%;
	box-sizing: border-box;
}
#mc-embedded-subscribe-form-small input {
	padding:15px 5px;
	box-shadow: none;
	-webkit-appearance: none;
}
input#mc-embedded-subscribe-small.ty-btn-go {
	background-color: #e40079;
}

/* FOOTER BRANDS */

#footer-brands {
	position: relative;
}

#category-short-description {
	
}

#color-block.ow {
	padding: 100px 0;
	text-align: center;
	position: relative;

	background-color: #fff;
	/* Halloween
	background-image: url('/frontend/themes/toys/images/backgrounds/bats.png');
	*/
	/* Christmas Swatch */
	/*background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/XMasPattern1-01.png');*/
/*	background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/SquareSwatch_Seamless_2.png');*/
/*	background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/green_diamond.png');*/
	/*background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/pink-diagonal.png');*/
	/*background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/orange-hex.png');*/
	/*background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/hedgehogbg.png');*/
/*	background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/musicnotebg.png');*/
	/*background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/droido.png');*/
	
	/*background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/blue-botley.png');*/
	background-image: url('https://www.jrtoycanada.ca/images/jrtoyco/patterns/purple-stars.png');
	
	background-position: 0px 0px;
	background-size: 100px;
}

div#color-block.ow.white.waves-bottom.bubbles-top div.iw a.button.pink {
	text-shadow:none;
	box-shadow: 0px 2px 4px #000;
}

div#color-block.ow.white.waves-bottom.bubbles-top div.iw a.button.pink:active {
	box-shadow: 0px 1px 2px #000;
}

#color-block.ow .iw a.button.orange {
	background-color: #e36529 !important;
	color: #fff !important;
	text-shadow:none;
	box-shadow: 0px 2px 4px #000;
}

#color-block.ow .iw a.button.orange:active {
	background-color: #d35519 !important;
	box-shadow: 0px 1px 2px #000;
}

#color-block {
	text-shadow: 0px 0px 3px #000;
}

div#color-block img.detailed-image {
	mix-blend-mode: multipxly;
}

div#color-block.ow h3, div#color-block.ow h4, div#color-block.ow .price {
	color: #fff;
}

div#color-block.ow.darkertext .price, div#color-block.ow.darkertext h3, div#color-block.ow.darkertext h4 {
	color: #0b5fad !important;
	text-shadow:none !important;
}

div#color-block p.price.regular-price {
	font-size: 34px;
	font-weight: 900;
}

.categories-list-wrap h1 {
	float: left;
	width: 50%;
	text-align: left;
	color: #125ead;
	margin: 0;
}

.filter-bar {
	text-align: right;
	margin: 12px 30px;
}

.filter-toggle-wrap {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.toggle-wrap {
	height: 26px;
}

.filter-toggle-wrap h5 {
	margin: 10px 0 10px 0;
	font-size: 16px;
	color: #333;
}
.toggle-wrap .toggle {
	float: left;
	width: 50px;
	height: 26px;
	border: 2px solid #ccc;
	border-radius: 3px;
	position: relative;
	transition: 0.5s;
	margin: 0 6px;
	cursor: pointer;
	-webkit-touch-callout: none;
	user-select: none;
	
	box-shadow:inset 0px 0px 8px #ccc;
}

.toggle-wrap .toggle-label {
	font-size: 12px;
	line-height: 16px;
	color: #36a2ca;
	text-decoration: underline;
	cursor: pointer;
	-webkit-touch-callout: none;
	user-select: none;
}

.filter-bar .toggle-wrap .toggle-label:before {
	content: 'Show ';
}
.filter-bar.toggle-wrap.on .toggle-label:before {
	content: 'Hide ';
}
.toggle-wrap .toggle:after {
	content: '';
	position: absolute;
	height: 22px;
	width: 22px;
	border-radius: 2px;
	transition: 0.2s;
	left: 24px;
	background-color: #999;
}

.toggle-wrap.on .toggle:after {
	left: 0px;
}

.toggle-wrap .toggle:hover {
	border: 2px solid #1faee2;
}



/* ============================================================================ */
/* SORT WRAP */

ul.sort-wrap {
	float: left;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul.sort-wrap li {
	float: left;
	padding: 6px;
	cursor: pointer;
	-webkit-touch-callout: none;
	user-select: none;
}

ul.sort-wrap li i {
	color: #ccc;
}
ul.sort-wrap li.active i {
	color: #36a2ca;
}


/* Sort Drop Down Wrap */
.dropdown-wrap {
	display: inline-block;
}

.dropdown-wrap .dropdown-label {
	display: inline-block;
	padding: 5px 10px 10px 10px;
	font-size: 14px;
	color: #777;
	float: left;
}

.dropdown-wrap .dropdown {
	display: inline-block;
	padding:4px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #777;
	min-width: 100px;
	text-align: left;
	float: left;
	position: relative;
	cursor: pointer;
}

.dropdown-wrap .dropdown.sorting {
	width: 180px;
	display: inline-block;
}

.dropdown-wrap .dropdown:after {
	font-family: "fonts";
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin-left: .2em;	
	content: '\f0c9';
	position: absolute;
	right: 0;
	top: 0;
	color: #155fac;
	line-height: 18px;
	width: 20px;
	z-index: 9;
	height: 70%;
	top: 4px;
	width: 40px;
	border-left: 1px solid #ccc;
	transition: 0.5s;
}
.dropdown-wrap:hover .dropdown:after {
	color: #0a52a5;
}

.dropdown-wrap .dropdown span {
	font-size: 12px;
	text-transform: capitalize;
}
.dropdown-wrap .dropdown.sorting span {
	display: block;
	float: left;
	margin: 0;
	line-height: 18px;
}

/* ============================================================================ */
/* DYNAMICS */

.dynamic-label-wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-weight: 100;
	clear: both;
}

.spacer {
	width: 10px;
	float: left;
	height: 2px;
}

div.half {
	width: 50%;
	width: calc(50% - 5px);
	float: left;
	clear: none;
}

div.third {
	width: 33%;
	width: calc(33% - 5px);
	float: left;
	clear: none;
}

.dynamic-label-wrap input[type='text'], .dynamic-label-wrap input[type='password'], .dynamic-label-wrap textarea {
	margin: 5px 0;
	padding: 16px 6px 6px 6px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.dynamic-label-wrap.empty input[type='text'], .dynamic-label-wrap.empty input[type='password'] {
	border: 1px solid #990000;
}

.dynamic-label-wrap label {
	position: absolute;
	left: 8px;
	top: 16px;
	font-size: 14px;
	transition: .2s;
	color: #444E5C;
	font-weight: 400;
	pointer-events: none;
}

.dynamic-label-wrap input.warning {
	background-color: #fafec0;
}
.dynamic-label-wrap input.warning:after {
	content: 'tests';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
}

.dynamic-label-wrap.full label {
	font-size: 10px;
	top: 10px;
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dynamic-label-select-wrap {
	position: relative;
	z-index: 0;
}
.dynamic-label-select  {
	width: 100%;
	margin: 5px 0;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	padding:10px 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	position: relative;
	overflow: visible!important;
	cursor: pointer;
	border-radius: 3px;
}

.dynamic-label-select.warning {
	background-color: #fafec0;
}

.dynamic-label-select-wrap:before {
	font-family: "jrtoy-2025";
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin: 0;
	font-size: 12px;
	content: '\60';
	position: absolute;	
	color: #0a52a5;
	line-height: 42px;
	color: #fff;
	width: 20px;
	z-index: 99;
	height: calc(100% - 10px);	
	width: 40px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	pointer-events: none;
	z-index: 1;
	background-color: #2A5DD6;
	border-radius: 4px;
	top: 5px;
	right: 0;
}

.dropdown-wrap:hover .dropdown:after {
	color: #0a52a5;
}

.dynamic-label-textarea {
	position: relative;
}

.dynamic-label-textarea label {
	position: absolute;
	display: none;	
}


/* CHECKBOX */

.dynamic-check-wrap {
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 0;
	display: inline-block;
	width: 100%;
}

.dynamic-check-wrap input {
	display: none;
}

.dynamic-check-wrap label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
}

.dynamic-check-wrap label span {
	float: left;
	width: 80%;
	font-size: 12px;
	margin: 4px 0 0 0;
}

.dynamic-check-wrap .icon {
	float: left;
	background-color: #fff;
	padding: 2px;
	margin: -1px 10px 0 0;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	border: 1px solid #ccc;
	position: relative;
	float: left;
}

.dynamic-check-wrap .icon i {
	opacity: 0;
	font-size: 09px;
	text-indent: 5px;
	transition: 0.2s;
	color: #4F9AE5;
	left: 2px;
	top: 2px;
}

.dynamic-check-wrap input:checked ~ label .icon i {
	opacity: 1;
	font-size: 17px;
	text-indent: 0;
}

.dynamic-check-wrap input.warning ~ label {
	color: #f20;
}

.dynamic-check-wrap input.warning ~ label .icon {
	border: 1px solid #f20;
}

/* RAIDO  */
.dynamic-radio-wrap {
	margin: 0 0 5px 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.dynamic-radio-wrap input {
	display: none;
}

.dynamic-radio-wrap label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
}

.dynamic-radio-wrap .icon {
	float: left;
	background-color: #fff;
	padding: 2px;
	margin: 1px 10px 0 0;
	border-radius: 30px;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	position: relative;
}
.dynamic-radio-wrap label .icon:after {
	background-color: #fc192a;
	content: '';
	position: absolute;
	border-radius: 30px;
	width: 6px;
	height: 6px;
	top: 7px;
	left: 7px;
	opacity: 0;
	transition: 0.2s;
}
.dynamic-radio-wrap input:checked ~ label .icon:after {
	width: 16px;
	height: 16px;
	top: 2px;
	left: 2px;
	opacity: 1;
}

.dynamic-radio-wrap input:checked ~ label {
	font-weight: 800;
}


/* DYNAMIC LABEL WITH SUBMIT */
.dynamic-label-wrap.submit-label input[type='text'], .dynamic-label-wrap.submit-label input[type='password'], .dynamic-label-wrap.submit-label input[type='email'], .dynamic-label-wrap.submit-label input[type='number'] {
	margin: 5px 0;
	padding: 16px 86px 6px 6px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ccc;
}

.dynamic-label-wrap.submit-label input[type='submit'] {
	position: absolute;
	right: 2px;
	top: 12px;
}

/* RAIDP CHECK BUTTON WRAP */

.dynamic-check-button-wrap {
	text-align: center;
}
.dynamic-check-button-wrap input {
	display: none;
}
.dynamic-check-button-wrap {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.dynamic-check-button-wrap label {
	float: left;
}

/* RAIDP BUTTON WRAP */
.radio-button-wrap {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.radio-button-wrap input {
	display: none;
}
.radio-button-wrap .radio-button {
	float: left;
	margin: 5px 5px 0 0;
}
.radio-button-wrap .radio-button label {
	padding:6px 16px;
	display: block;
	left: 0;
	top: 0;
	color: #333;
	cursor: pointer;
	background-color: #ccc;
	color: #777;
	font-weight: 100;
}
.radio-button-wrap .radio-button input:checked ~ label {
	background-color: #0f4e99;
	color: #fff;
}

/* SELECT DROPDOWN */

.dropdown-wrap form {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	left: -1px;
	top: 27px;
	width: 100%;
	z-index: 99;
	border: 1px solid #ccc;
	border-bottom: none;
	display: none;
	z-index: 999;	
}

.dropdown-wrap:hover form {
	display: block;
}

.dropdown-wrap form button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background-color: #fff;
	cursor: pointer;
}
.dropdown-wrap form button:hover {
	background-color: #f1f1f1;
}
.dropdown-wrap form button:active {
	color: #333;
}

.contact-form div.half {
	margin-right: 5px;
}
.contact-form .dynamic-label-wrap input[type='text'], .contact-form .dynamic-label-wrap input[type='password'], .contact-form .dynamic-label-wrap textarea {
	background: #f8fcff;
}
.contact-form input.contact-button {
	background: #ea0a8c;
	text-transform: lowercase !important;
	margin: 0 auto;
	display: block;
	border: 0 !important;
}

/* ============================================================================ */
/* CONTACT WRAP */

.contact-wrap {
	position: fixed;
	width: 720px;
	background-color: #f1f1f1;
	height: 600px;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -360px;
	z-index: 9999;
	box-shadow: 0px 0px 25px #333;
	top: -150%;
	transition: 0.2s;
}
.contact-wrap-quote {
	position: fixed;
	width: 720px;
	background-color: #f1f1f1;
	height: 500px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -360px;
	z-index: 9999;
	box-shadow: 0px 0px 25px #333;
	top: -100%;
	transition: 0.2s;
}

body.contactdd .contact-wrap {
	top: 50%;
}

.contact-wrap .icon-cancel, .contact-wrap-quote .icon-cancel {
	position: absolute;
	right: 0;
	top: -40px;
	font-size: 28px;
	color: #f1f1f1;
	cursor: pointer;
}

.contact-wrap.show, .contact-wrap-quote.show {
	top: 50%;
}
.contact-wrap h3, .contact-wrap-quote h3 {
	margin: 0;
}
.contact-wrap-quote {
	height: 574px;
	margin: -287px 0 0 -360px;
}
body.discountpopupactive .contact-wrap-quote.discountpopup {
	top: 50%;
}
body.discountpopupactive .darkness {
	display: block;
}

body.discountpopupactive .contact-wrap-quote.discountpopup h3.popup-title {
	text-align: center;
	display: block;
	padding: 15px 0 10px 0;
	font-size: 1.5em;
	color: #f16623 !important;
	font-family: 'Roboto', sans-serif;
}
body.discountpopupactive .contact-wrap-quote.discountpopup p {
	font-size: 14px;
	padding: 5px;
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

body.discountpopupactive .contact-wrap-quote.discountpopup .contact-form {
	padding: 20px 60px;
}


/* POPUP DIPLAY BOX */

.images-box-wrap {
	position: fixed;
	width: 100%;
	height: 100%;	
	text-align: center;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;	
}

.images-box-wrap:after {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	content: '';
	background-color: #333;
	z-index: -1;
	opacity: 0.9;
}

.images-box-wrap .images-box {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	max-height: 90%;
	max-width: 90%;
	border: 10px solid #fff;
	position: relative;
	border-radius: 4px;
	border-bottom: 4px solid #fff;
	box-shadow: 0px 0px 25px #000;
}

.images-box-wrap .images-box span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0 0 0 4px;
}

.images-box-wrap .images-box img {
	border-radius: 4px;
	max-width: 100%;
	max-height: 100%;
}

.images-box-wrap > span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* SEZZLE */

.totals-wrap .sezzle-shopify-info-button {
	float: left;
	display: grid;
	width: 100%;
}
.totals-wrap .sezzle-shopify-info-button .sezzle-checkout-button-wrapper {
	max-width: 280px;	
	margin: auto;
}
.totals-wrap .sezzle-shopify-info-button * {
	text-align: center!important;
	font-size: 12px!important;
}

div#buy-split.split-right div.price-block .sezzle-shopify-info-button {
	float: left;
	margin: 0;
	display: flex;
	align-items: center;
	width: 35%;
}
div#buy-split.split-right div.price-block .sezzle-shopify-info-button span {
	display: inline-block;
}
div#buy-split.split-right div.price-block .sezzle-shopify-info-button img {	
	width: auto;
}

@media (max-width: 960px) {
	
	div#buy-split.split-right div.price-block div.sezzle-shopify-info-button {
		width: 100%;
		display: grid;
		margin-top: 30px;
	}
	div#buy-split.split-right div.price-block div.sezzle-shopify-info-button div.sezzle-checkout-button-wrapper {
		max-width:300px;
		margin: auto;
	}
	div#buy-split.split-right .desktop-product div.price-block .sezzle-shopify-info-button{
		display: none;
	}
	
	div#buy-split.split-right div.price-block .sezzle-shopify-info-button * {
		text-align: center!important;
		
	}
	
}

/* ========== JRTOY NEW ========== */

body{
	font-family: var(--font-body);
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	font-weight: 600;
}

.button.blue {
	background-color: var(--color-blue);
	border: 2px solid var(--color-blue);
}
.button.blue:hover {
	background-color: var(--color-blue-dark);
	border: 2px solid var(--color-blue-dark);
}
.button.blue:active {
	transition: 0s;
	box-shadow:inset 0px 0px 3px #69043e;
}

.button.white {
	background-color: #fff;
	border: 2px solid var(--color-blue);
	color: var(--color-blue);
}
.button.white:hover {
	background-color: var(--color-blue-dark);
	border: 2px solid var(--color-blue-dark);
	color: #fff;
}

.justify-center{
	display: flex;
	justify-content: center;
}

.item-list--scroll {	
	clear: both;
	overflow: hidden!important;
	overflow-x: auto!important;
	grid-template-columns: repeat(auto-fill, 248px);
	column-gap: 20px;
	row-gap: 60px;
	display: none;
	grid-auto-flow: column;
	grid-auto-columns: 248px;
}
.btn--shop-all {
	display: none;
}
.item-list--scroll.active {
	display: grid;
	text-align: center;
}
.btn--shop-all.active {
	display: flex;
	text-align: center;
}
.item-list--title{
	text-align: left;
    color: var(--color-blue-dark);
    font-weight: 900;
}
.item-list--nav{
	display: flex;
	overflow: hidden;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.item-list--nav::-webkit-scrollbar{
	display: none;
}

.item-list--nav h3{
	font-size: 18px;
	margin-right: 40px;
	color: var(--color-gray);
	white-space: nowrap;
}
.item-list--nav h3.active{
	color: var(--color-blue-dark);
	text-decoration: underline;
}
.item-list--nav h3:hover{
	color: var(--color-blue-dark);
	cursor: pointer;
	text-decoration: underline;
}

.nav-right{
    position: absolute; 
    right: 0; 
    height: 63px; 
    background: linear-gradient(0.25turn, #ffffff00, #fff, #fff, #fff); 
    border:none; 
    width:50px;
}

.nav-left{
    position: absolute; 
	left: 0;
    height: 63px; 
    background: linear-gradient(0.25turn, #fff, #fff, #fff, #ffffff00); 
    border:none; 
    width:50px;
}

@media (min-width: 991px){
	.tall-banner-wrap {
		display: grid;
		grid-template-columns: 500px auto;
		grid-column-gap: 50px;
	}

}

.tall-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 20px;
    aspect-ratio: 9 / 14;
    min-height: 400px;
    background-position: center;
    margin: 0 0 40px 0;
}

.tall-banner-products{
    display: flex;
	justify-content: center;
    flex-wrap: wrap;

}

.block--half{
	display:flex; 
	justify-content:space-between;
}
@media (max-width: 991px){
	.block--half{
		flex-direction: column;
	}
}

/* BRANDS */

.brand-wrap {
	display: grid;
	/* Make items flow left→right in one row */
	grid-auto-flow: column;
	grid-auto-columns: 246px;
	/* spacing */  
	gap:20px;
	/* horizontal scrolling on overflow */
	overflow-x: auto;
	overflow-y: hidden;	/* prevents accidental vertical scroll */
	-webkit-overflow-scrolling: touch;
	/* optional: nice scroll behavior */
	scroll-snap-type: x mandatory;
	padding: 0;
	overscroll-behavior-inline: contain;
	justify-content: space-between;
}

/* each child card snaps to the start edge */
.brand-wrap > * {
	scroll-snap-align: start;
	margin: 0 0 10px 0;
}
  
.brand-wrap div.brand div.brand-image {
	background-color: #fff;	
	display: inline-grid;
	padding: 20px;
	height: 220px;	
	width: 100%;
}
  
.brand-wrap div.brand div.brand-image img {
	width: 90%;
	margin: auto;
}
  
.brand-wrap .brand h3 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

/* -------- Removed from HEADER.CSS -------- */
html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	box-sizing: border-box;
	text-size-adjust: none;
}

.ow {
	width: 100%;
	float: left;
	padding: 20px;
}

.ow.grey {
	background-color: #f9f9f9;
}
.ow.babypink {
	background: rgba(166, 124, 255, .1);
}

.ow.fade {
	background: linear-gradient(#f9f9f9, #fff);
}

.iw {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.iw {
		padding: 10px;
	}
}

.iw img {
	max-width: 100%;
}

.clr {
	clear: both;
}


body.cart, body.menu, body.contactdd {
	overflow: hidden;
}

div {
	box-sizing: border-box;
}

p {
	margin: 0 0 10px 0;
	white-space: normal;
}

.ow.grey.shopwithus div.item {
    display: inline-block;
    float: none;
    width: 200px;
    min-width: 20%;
    max-width: 40%;
    margin: 10px 0;
    vertical-align: top;
}
.ow.grey.shopwithus .item.four {
    display: block;
    width: 25%;
    padding: 1.5% 1% 0 1%;
    text-align: left;
    float: left;
}
.ow.grey.shopwithus .item.four img{
    display: block;
    width: 30%;
    max-width: 30%;
    float: left;
    text-align: center;
}
.ow.grey.shopwithus .item.four p {
    display: block;
    width: 65%;
    padding: 5% 1% 5% 4%;
    float: left;
    text-align: left;
    font-weight: 900;
    font-size: 16px;
    margin: inherit;
}

/* SCROLLING FEATURES */

.scrolling-features {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 50%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;	
	gap: 1rem;
	padding: 1rem 0;
	scroll-behavior: smooth; /* optional: smooth scroll effect */
	scrollbar-width: thin;
}

.scrolling-features > div {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	scroll-snap-align: start;	
	justify-content: center;
	color: #fff;
	width: calc(100% - 16px);
	padding: 10px;
	display: grid;
	text-align: center;
}

.feature-blocks {
	height: 300px;
}

.scrolling-features > div img {
	margin: auto;
}

.feature-blocks > div > div {
	position: absolute;
	width: 50%;
	left: 40%;
	top: 25%;
	margin: auto 0;
}
.feature-blocks  h3 {
	margin: 0 0 10px 0;
}
.scrolling-features > div > div h3 {
	text-shadow: 0px 0px 2px #333;
	font-size: 32px;
	letter-spacing: 2px;
}

.scrolling-features .block-title {
	margin: 0;
}

.scrolling-features > div a {
	display: inline-block;
	margin: 10px auto;
	
}
/* Optional: hide scrollbar on WebKit browsers */
.scrolling-features::-webkit-scrollbar {
	height: 6px;
}

.scrolling-features::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
@media (max-width: 720px) {  

	.scrolling-features {
		grid-auto-columns: 90%;
		
	}
	.scrolling-features > div {
		width: 100%;
	}
	.scrolling-features > div > div h3 {
		font-size: 18px;
	}
	

}

/* WISHLIST PAGE */

#wishlist h2 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

#wishlist form input {
	text-align: center;
	display: inline-block;
	text-align: left;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	border-radius: 4px;
	
}

#wishlist form input.warning {
	border: 1px solid #8E2C52;
}

#wishlist form input.warning::placeholder {
	color: #8E2C52;
}

.wishlist-products {
	max-width: 600px;
	margin: 0 auto 50px auto;
}

.wishlist-product {
	display: grid;
	grid-template-columns: 150px auto;
	grid-template-areas: "image title " 
	                     "image price"
	                     "image remove"
						 "image extra";
	grid-column-gap: 0px;
	gap:10px;
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.wishlist-product:last-child {
	border: none;
}

.wishlist-container {
	max-width: 600px;
	margin: 0 auto;
}

.wishlist-container div.wishlist-person {
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	border-top: 1px solid #f1f1f1;
	margin: 0 0 10px 0;
}

.wishlist-container div.wishlist-person:first-child {
	border: none;
}

div#wishlist.ow div.iw form.smart-form.is-ajax.val a.add-wishlist-person {
	margin: 0 0 50px 0;
	display: block;
}


div#wishlist.ow div.iw div.wishlist-products h3 a {
	line-height: 24px;
	color:#415273;
	font-size: 16px;
}

.wishlist-product img {
	grid-area:image;
	width: 100%;	
}

.wishlist-product h3 {
	margin: 0;
	line-height: 16px;
}
