/* @override 
	https://beta.jrtoycanada.ca/frontend/themes/toys_new/css/kyle-changes.css?* */  	


/* BANNER */

.waves-bottom:after,
.waves-bottom-grey:after,
.grey-wave-home-bottom:after,
#sc-wrap.ow.stem:after,
#sc-wrap.ow:after {	
	display: none;
}


/* ITEM CARDS */


.categories-list-wrap .promotion-card-large,
.categories-list-wrap .promotion-card {
	grid-column: span 2;	
	width: 100%;
	margin: 0;
}
.categories-list-wrap .promotion-card-large {
	grid-row:span 3;
	text-align: center;
	background-size: cover;
	background-position: center center;
	text-align: center;	
	position: relative;
	margin: 0 0 30px 0;
}
.categories-list-wrap .promotion-card-large h3 {
	color: #fff;
	font-size: 28px;
	margin: 30px 0 10px 0;
}
.categories-list-wrap .promotion-card-large p {
	background-color: #DFEDF8;
	color: #2C67A9;
	display: inline-block;
	padding: 5px;
	font-size: 22px;
}
.categories-list-wrap .promotion-card-large .button {
	position: absolute;
	bottom: 30px;
	width: 100px;
	margin: 0 0 0 -75px;
	left: 50%;
}


/* FILTERS */

	
.new-filter-bar > div.show:before,
.new-filter-bar > div:hover:before {
	display: none;
}

.new-filter-bar > div.show:after,
.new-filter-bar > div:hover:after {
	display: none;
}

/* OUR BRANDS */
#footer-brands.ow.grey div.iw a.button.pink {
	display: inline-block;
}

/* WISHLIST AT CHECKOUT */
.wishlist-checkout-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, 120px);
	grid-column-gap: 10px;
	grid-row-gap: 30px;	
	clear: both;
}

.wishlist-checkout-item {
	text-align: center;
}

.wishlist-checkout-item span {
	display: block;
	width: 100%;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/************************marcelo*********************************/

/* CHECKOUT */

.checkout-wrap {
	background-color: transparent;
	padding: 0;
	display: block;
	width: 100%;
	margin: 0 0 60px 0;
}

@media (max-width: 920px) {  
   .checkout-wrap {
   		padding:0 20px;
   }
}

form#checkout_form div.dynamic-check-button-wrap label {
	clear: both;
	float: none;	
}

/* PAYEMNT */
div#payment-wrap.checkout-payment {
	border: none;
}

.checkout-option-list div.payment-bottom {
	background-color: fff;
	border: 2px solid #0E2760;
	color: #0E2760;
	font-weight: 600;
	border-top: none;
	padding: 10px;
	margin: 0 0 10px 0;
	border-radius: 0 0 4px 4px;
	display: none;
}

/* PAYMNBET ACGTICE */
.checkout-option-list.chosen-payment.has-hook label.payment-label {
	margin: 0;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.checkout-option-list.chosen-payment.has-hook .payment-bottom {
	display: block;
}



@media (max-width: 960px) { 

	#checkout-0 .checkout-outer-wrap {
		grid-template-columns: 1fr;
		grid-template-areas: "left "
							 "right";
		grid-row-gap: 0px;
		padding: 0;
	}
	
	
	.checkout-items-wrap {			
		grid-area:left;
		width: 100%;
		max-width: inherit;
		position: sticky!important; 
		position: -webkit-sticky!important;
		top: 0;
		z-index: 0;		
		max-height: 100vh; 
		overflow-y: auto;
		overscroll-behavior: contain	
	}

}

body#products-55996.products.body.sandbox-1.user-0.lang-code-en.loaded div.zoomContainer {
	display: none;
}

/* CART OPTIONLIST */
.checkout-option-list {
}

.checkout-option-list input {
	display: none;
}

.checkout-option-list p {
	margin: 0;
}

.checkout-option-list > label {
	padding: 10px;
	color: #47525F;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
	margin: 0 0 10px 0;
	cursor: pointer;
	min-height: 28px;
	display: grid;
	align-content: center;
}

.checkout-option-list label.shipping-label > div {
	display: grid;
	justify-content: space-between;
	justify-items:strech;
	grid-template-columns: auto 100px;
	gap:20px;
	font-weight: 700;
}

.checkout-option-list label.payment-label {
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto;
	justify-items: end;
	text-align: right;
	gap:10px;
	align-items: center;
}

.checkout-option-list .price {
	text-align: right;
}

.checkout-option-list > input:checked ~ label {
	background-color: #E0F1FD;
	border: 2px solid #0E2760;
	color: #0E2760;
	font-weight: 600;
}

.checkout-option-list  .bt-inputs label {
	font-weight: 400;
	font-size: 12px;
}

.checkout-option-list .dynamic-check-wrap label {
	font-size: 12px;
	font-weight: 400;
}

.checkout-option-list .dynamic-label-select {
	padding: 10px;
	font-size: 12px;
	font-weight: 400;
}

@media (max-width: 720px) {  
   .checkout-option-list .dynamic-label-select {
   		margin: 0;
   }
   .checkout-option-list .dynamic-label-select-wrap:before {
   		top: 0;
   		height: 100%;
   }
} 

/* CART GIFT WRAP */

.cart-giftwrap {
	display: grid;
	grid-template-columns: 80px auto;
	gap:10px;
	align-content: start;
	align-items: start;
	margin: 0 0 10px 0;
	padding: 10px;
	border-top: 1px solid #f1f1f1;
}
.cart-giftwrap:first-child {
	border: none;
}

.cart-giftwrap h4 {
	margin: 0;
}

.cart-giftwrap  img {
	width: 100%;
	height: auto;
	grid-row: span 2;
}

.cart-giftwrap .gift-wrap-dropdown-wrap {
	margin: 0;
}

@media (max-width: 720px) {  
    .cart-giftwrap  img {
	 	width: 100%;
		height: auto;
		grid-row: span 1;
	}  
	.cart-giftwrap > div {		
		grid-column: span 2;		
	}
}



/* CHECKOUT GIFTWRAP */

.checkout-giftwrap {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.checkout-giftwrap img {
	width: 60px;
	margin: 0 auto 5px auto;
	border: 1px solid #333;
}
.checkout-giftwrap label {
	background-color: #f20;
	display: block;
}
.checkout-giftwrap i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto 5px auto;
	border: 1px solid #333;
}
.checkout-giftwrap input {
	display: none;
}
.checkout-giftwrap span {
	font-size: 12px;
	line-height: 14px;	
}

/* ROUND UP */

div#checkout-roundup.checkout-wrap {
	border: none;
	background-color: transparent!important;
}

div#checkout-roundup.checkout-wrap div.roundup-header {
	display: grid;
	grid-template-columns: auto 100px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0 0 10px 0;
}

@media (max-width: 720px) {  
    div#checkout-roundup.checkout-wrap div.roundup-header {
		display: grid;
		grid-template-columns: auto 50px;
		gap:10px;
	}
   
}

div#checkout-roundup.checkout-wrap  h3 {
	color:#0C255F!important;
}

/* SUMMARY */

.checkout-items-inner-wrap {
	background-color: #F6FBFF;
	padding:10px 20px;		
}

@media (max-width: 960px) {
	
	.checkout-items-inner-wrap {
		padding:0;
		width: 100%;
		margin: 0 0 20px 0;
		
	}		
	
	.show-checkout-details {
		overflow: hidden;
	}
	
	.show-checkout-details .checkout-items-inner-wrap > div {
		display: block;
	}
	
	.show-checkout-details .checkout-items-inner-wrap {
		position: fixed!important;
		top: 0!important;
		height: 100%;
		overflow: auto;
		padding: 0;
		margin: 0 0 50px 0;
	}
	
}

.show-checkout-details-mobile {
	display: none;
}

@media (max-width: 960px) {  
     .show-checkout-details-mobile {
		display: block;
	} 	
}

.checkout-items-inner-wrap > div {
	display: none;
}

@media (min-width: 960px) {  
   
   .checkout-items-inner-wrap > div {
   		display: block;
   }
   
   .checkout-items-inner-wrap h3 i {
   		display: none;
   }
   
}

.checkout-items-inner-wrap .gift-wrap-dropdown-wrap,
.checkout-items-inner-wrap li form {
	display: none;
}
.checkout-items-inner-wrap li {
	border: none!important;
}

.checkout-items-inner-wrap * {
	font-size: 14px!important;
	line-height: 16px!important;
}

.checkout-items-inner-wrap div.totals-wrap ul.totals-list li.total {
	border-top: 1px solid #CED6DE!important;
	
}
.checkout-items-inner-wrap div.totals-wrap ul.totals-list {
	border-top: 1px solid #CED6DE;
	padding: 20px 10px 10px 10px;
}

.checkout-items-inner-wrap div.totals-wrap ul.totals-list li {
	margin: 0 0 20px 0;
}

.checkout-items-inner-wrap h3 {
	padding: 5px;
	font-size: 16px;
	color: #0C255F!important;
	text-align: left!important;
	position: relative;
	float: none!important;
}

@media (max-width: 960px) {
	
	.checkout-items-inner-wrap h3 {
		background-color: #E2F1FE;
		padding: 10px;
		cursor: pointer;
		width: calc(100% - 20px)!important;	
		top: 0;
		position: sticky!important; 
		position: -webkit-sticky!important;
		z-index: 9;
	}
	.checkout-items-inner-wrap.show > div {
		padding:0 10px;
	}
}

.checkout-items-inner-wrap h3 i {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -8px 0 0 0;
}
.show-checkout-details .checkout-items-inner-wrap h3 i{
	transform: rotate(180deg);
}
/* CART ITEMS  */
ul.cart-item-list li {
	padding: 5px;
}

ul.cart-item-list .cart-product-top {
	display: grid;
	grid-template-columns: 60px auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;	
	padding: 0;
}

ul.cart-item-list button.remove-from-cart {
	background-color: #FEF8FB;
	border: 1px solid #CF2F6D;
	color: #CF2F6D;
	font-weight: bold;
	margin: 0;
}
ul.cart-item-list button.remove-from-cart:active {
	
}


ul.cart-item-list .cart-product-top img {
	width: 100%;
}

ul.cart-item-list .cart-product-title {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;	
	grid-column-gap: 10px;
	margin: 0 0 10px 0;
}

ul.cart-item-list li span.price {
	color: #666;
	font-size: 16px;
	font-weight: 800;
	margin: 4px 0;
	color: #0C255F;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	
} 

ul.cart-item-list li span.product-title a {
	color: #1A3E94;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}

/* GIFTWRAP DROPDOWN */

.gift-wrap-dropdown-wrap {
	clear: both;
	width: 100%;
	margin: 10px 0;
	
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-select .gift-wrap-dropdown-placeholder {
	font-size: 11px;
	color: #959494;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-select .gift-wrap-dropdown-label {
	font-size: 14px;
	color: #454F5D;
}
 
.gift-wrap-dropdown-wrap .gift-wrap-dropdown-select i.icon-down-open {
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	text-align: center;
	line-height: 42px;
	height: 100%;
	background-color: #2A5DD6;
	color: #fff;
	font-size: 14px;
}

.gift-wrap-dropdown-wrap.show i.icon-down-open {
	transform: rotate(180deg);
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-select {
	border: 1px solid #B2D2D3;
	padding: 5px;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown {
	
	grid-template-columns: repeat(auto-fill, 60px);	
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 20px 20px 35px 20px;	
	justify-content: start;
	justify-items: start;
	text-align: left;
	position: relative;
	margin: -2px 0px 0px 0px;	
	border-radius: 1px solid #333;
	border: 1px solid #B2D2D3;
	border-top: 1px solid #f1f1f1;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	display: none;
}

.gift-wrap-dropdown-wrap.show .gift-wrap-dropdown {
	display: grid;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item {
	border: 1px solid #ccc;
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item input {
	display: none;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item.no-gift-wrap {
	line-height: 60px;
	text-align: center;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown img {
	width: 100%;
	height: auto;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown span {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	display: none;
	
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item:hover > span {
	display: block;
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item label img {
	width: 100%;
	height: 100%;
}
.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item label i {
	border: none;
}
.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item label {
	display: block;
	cursor: pointer;
	height: 60px;
	width: 60px;
	/*border: 1px solid #333;*/
}

.gift-wrap-dropdown-wrap .gift-wrap-dropdown-item.chosen-giftwrap {
	border: 1px solid #385CCE;
}


/* FLOATING POPUP */
.floating-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;	
	color: #0C255F;
	/*display: none;*/
}

.floating-popup p {
	font-size: 12px;
}

.floating-popup h3 {
	margin: 0 0 10px 0;
	color: #0C255F;
}

a.sales-details.grey {
	display: none;
}

.floating-popup:before {
	content: '';
	width: 100%;
	height:100%;
	background-color: #fff;
	position: absolute;
	z-index: 999;
	opacity: 0.6;
}

.floating-popup > * {
	margin: auto;
	background-color: #F7FBFF;
	padding: 20px;
	z-index:999;
	border: 1px solid #ccc;
	/*border-radius: 4px;*/
	box-shadow: 0px 0px 10px #ccc;

}

.floating-popup .button {
	display: inline-block;
}

div#user-menu.user-menu div.user-menu--body form.login-form div a.button.white {
	height: auto;	
	line-height: 18px;
}


/* CHECKOUT GIFTWRAP */

/* NEW TOYS */
div#feature-categories a.grid-item div.img-wrap {
	width: 100%;
	height: 100%;
}
div#feature-categories a.grid-item div.img-wrap img {
	width: auto;
	height: 100%;
}

/* TRACKING FORM */
form.tracking-form.single-line-form div.dynamic-label-wrap.submit-label label {
	top: 12px;
}
form.tracking-form.single-line-form div.dynamic-label-wrap.submit-label.full label {
	top: 5px;
}
form.tracking-form.single-line-form div.dynamic-label-wrap.submit-label input[type="text"] {
	padding: 16px 6px 6px 6px!important;
	height: 42px;
}
form.tracking-form.single-line-form div.dynamic-label-wrap.submit-label input[type="submit"] {
	background-color: #2A5DD6;
}

/* SEARCH */

.has-search input#search-bar.search-bar {
	border: 1px solid #ccc!important;
	border-bottom: none!important;
}

div#header div.iw.menu--desktop div.search-wrap div form {
	position: relative;
}

#header .search-wrap .search-results {
	z-index: 9999999;
	transform: translateZ(0);
	width: 100%;
	max-width: inherit;
	box-shadow: none;
	top: 44px!important;
	height: inherit;
	max-height: inherit;
}

#header div.iw.menu--desktop div.search-wrap div div.search-results:before,
#header div.iw.menu--desktop div.search-wrap div div.search-results:after{
	display: none!important;
}

div#dynamic-search.grid-2 {
	display: grid;
	grid-template-columns: auto 200px;
	gap:10px;
}

@media (max-width: 520px) { 
	div#dynamic-search.grid-2 {
		display: grid;
		grid-template-columns: auto;
		gap:10px;
	}
}

div#dynamic-search.grid-2 div.related a {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	color: #0B255E;
	font-size: 14px;
}
div#header div.iw.menu--desktop div.search-wrap div div.search-results span {
	display: block;
	font-size: 12px;
}
div#header div.iw.menu--desktop div.search-wrap div div.search-results img {
	width: 100%;
	height: auto;
}

div#dynamic-search.grid-2 ul.products li.search-result.visable a img {
	width: 100%;
}

div#header div.iw.menu--desktop div.search-wrap div form div.search-results a.dynamic-show-all {
	font-size: 14px;
	display: block;
	padding: 10px 0;
	color: #0B255E;
}

div#dynamic-search.grid-2 ul.products li.search-result.visable a div span {
	font-size: 12px;
}

@media (max-width: 720px) {  
	
	div#dynamic-search.grid-2 ul.products li.search-result.visable a div span {
		display: block;
	}

	
}

body#products-36019.products.body.sandbox-1.user-0.lang-code-en.loaded.has-search div.zoomContainer {
	z-index: 999!important;
}
div#dynamic-search.grid-2 div.related {
	background-color: #E5F1FD;
	padding: 10px;
}

div#dynamic-search.grid-2 div.related h5 {
	margin: 0 0 10px 0;
	font-size: 16px;
}

/* HEADER V2 */

#header .search-wrap {		
	display: grid;
	grid-template-columns: 120px auto 220px;
	grid-template-areas:"logo search icons"
						"menu menu menu";
	grid-column-gap: 20px;
	justify-content: stretch;
	justify-items:stretch;
}

div#header div.iw div.search-wrap ul.upper-menu {	
	width: 100px;
	white-space: nowrap;
	text-align: right;
	width: 100%;
	margin: 0;
}
div#header div.iw div.search-wrap ul.upper-menu  li {
	display: inline-block;
	margin: 0;
}
div#header div.iw div.search-wrap ul.upper-menu  li a {
	padding: 10px;
}

#header .search-wrap .upper-menu {
	grid-area:icons
}
div#header div.iw div.search-wrap div.header-search-wrap {
	grid-area:search;
	position: relative;
}

#header .search-wrap form {
	width: 100%;	
	display: block;
	padding: 0;
	display: grid;
	grid-template-columns: auto 60px;
	height: 42px;
	margin: 5px 0 0 0;
}

/* If you must nuke the ring everywhere (not recommended for a11y) */
input:focus { outline: none; }

#header .search-wrap .menu-wrap {
	grid-area:menu;
}

#header .search-wrap .logo-search-wrap {
	grid-area:logo;
}

#header .search-wrap .logo-search-wrap .open-item {
	display: none;
}

#header {
	padding:10px;
}

@media (max-width: 991px) {
	
	#header {
		padding: 0;
	}
	
	#header .search-wrap .logo-search-wrap {
		display: grid;
		gap:5px;
		grid-template-columns: auto auto;
	}   
	#header .search-wrap .logo-search-wrap .open-item {
		display: block;
		margin: 4px 0 0 0;
		color: #0C255F;
	}
	#header .search-wrap {
		padding: 0;
		grid-template-columns: 120px auto;
		grid-template-areas:"logo icons"
							"search search";	
	}
	
	.open-mobile-menu #header .search-wrap .menu-wrap {
		display: block;
	}
	
}

@media (max-width: 380px) {  
	
	div#header div.iw div.search-wrap ul.upper-menu  li a {
		padding:5px;
	}

     .header-wishlist {
		display: none!important;
	} 
}


/* SGINLE LINE FORM */
.checkout-items-inner-wrap .checkout-coupon-wrap {
	padding: 10px!important;
}

.checkout-items-inner-wrap .checkout-coupon-wrap h4 {
	margin: 0 0 10px 0;
}

.single-line-form {
	display: grid!important;
	grid-template-columns: auto 80px;	
	background-color: #fff;
	height: 42px;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	border-radius: 4px;
	margin: 0 0 10px 0;
	clear: both;
	max-width: 100%;	
}

.single-line-form > * {
	display: block;
}

.single-line-form  input {	
	padding: 10px;
	height: 18px;
	height: calc(100% - 20px);
	border: none;
	margin: 0;
	width: calc(100% - 20px);
	max-width: inherit;
	min-width: inherit;	
}

.single-line-form div.dynamic-check-button-wrap {	
	margin: 0;
	display: block;
	width: 100%;
	position: relative;
	
}

.single-line-form div.dynamic-check-button-wrap label {
	border-radius: 0;
	font-size: 12px!important;
	display: block!important;
	padding: 0!important;
	margin: 0!important;
	height: auto;
	position: relative!important;
	width: 100%;
	height:100%;
	line-height: 42px!important;
	border: none;
	background-color: #295CD6;
	
	
}

.checkout-coupon-wrap span.coupon-warning  {
	padding:10px 20px;
	display: block;
	background-color: #F5FAFA;
	color: #019EA2;
	border: 1px solid #019EA2;
	font-weight: 300;
	font-size: 14px!important;
}

.checkout-coupon-wrap span.coupon-warning.W {
	background-color: #FFF8FB;
	color: #E20A6E;
	border: 1px solid #E20A6E;
}

@media (min-width: 960px) {  	
	.checkout-total-mobile-only {
		display: none!important;
	}	
}


div#feature-categories.ow.no-filter div.iw div.categories-wrap div.feature-list-wrap.total-items-100 a.grid-item div.product-text-wrap {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	display: grid;
	padding: 0;
	top: 10px;
	left: inherit;
	right: 10px;
	background-color: #E20A6E;
}

div#feature-categories.ow.no-filter div.iw div.categories-wrap div.feature-list-wrap.total-items-100 a.grid-item div.product-text-wrap p {
	margin:  auto;
	font-size: 14px;
}
div#feature-categories.ow.no-filter div.iw div.categories-wrap div.feature-list-wrap.total-items-100 a.grid-item div.product-text-wrap h3 {
	display: none;
}

















div#feature-categories.ow.no-filter div.iw div.categories-wrap div.feature-list-wrap.total-items-100 a.grid-item div.product-text-wrap {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	display: grid;
	padding: 0;
	top: 10px;
	left: inherit;
	right: 10px;
}
div#feature-categories.ow.no-filter div.iw div.categories-wrap div.feature-list-wrap.total-items-100 a.grid-item div.product-text-wrap p {
	margin:  auto;
	font-size: 14px;
}
div#feature-categories.ow.no-filter div.iw div.categories-wrap div.feature-list-wrap.total-items-100 a.grid-item div.product-text-wrap h3 {
	display: none;
}
