@font-face{font-family:'aparaj';src:url('../font/aparaj.ttf')}
@font-face{font-family:'aparaj';src:url('../font/aparajb.ttf')}
@font-face{font-family:'aparajbi';src:url('../font/aparajbi.ttf')}
@font-face{font-family:'aparaji';src:url('../font/aparaji.ttf')}
@font-face{font-family:'MyriadPro-Light';src:url('../font/MyriadPro-Light.otf')}
@font-face {
  font-family: 'fontawesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot') format('embedded-opentype'),
       url('../font/fontawesome-webfont.woff') format('woff'),
       url('../font/fontawesome-webfont.ttf') format('truetype'),
       url('../font/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header.bg {
    background: #fff;
}

.waptite {
padding:96px 0px 0px !important;
}
.about_txt{
	
	
	}
.about_txt p{
	font-size:20px;	
	word-wrap:break-word!important;
	margin-bottom:30px; 
	text-align: justify;
	
	}
	.about_txt p:nth-of-type(1){
		margin-top:100px

	
	}
@media(max-width:687px) {
	.about_txt p:nth-of-type(1){
		margin-top:20px

	
	}
.container {
max-width:657px;
margin:0 auto;
width: calc(100% - 32px);
padding:0px 0px 0px;
}
.about_txt p{
	font-size:15px;	word-wrap:break-word !important;
	margin-bottom:20px
	
	}
.waptite {
padding:80px 0px 0px !important;

}
}
@media(min-width:1023px) {
.container {
max-width:1003px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1366px) {
.container {
max-width:1270px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1440px) {
.container {
max-width:1370px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1600px) {
.container {
max-width:1580px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1900px) {
.container {
max-width:1680px; 
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}

@media(max-width:687px) {
.container_show {
max-width:657px;
margin:0 auto;
width: 100%;
padding:0px 0px;
}
}
@media(min-width:1023px) {
.container_show {
max-width:1003px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1366px) {
.container_show {
max-width:1270px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1440px) {
.container_show {
max-width:1370px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1600px) {
.container_show {
max-width:1580px;
margin:0 auto;
width: calc(100% - 40px);
padding: 30px 20px;
}
}
@media(min-width:1900px) {
.container_show {
max-width:1680px; 
margin:0 auto;
width:100%;
padding: 30px 20px;
}
}
.gotop:before {
    font-family: fontawesome;
    content: '\f106';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3rem;
    text-indent: 0;
    text-align: center;
}

.gotop:hover {
    opacity: 1;
    background-color:#FF0000;
    color: #fff;
}
.gotop {
    width:4rem;
    height:4rem;
    line-height:4rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0;
    background-color: #fff;
    border: 4px solid #FF0000;
    font-size: .12rem;
    color:#FF0000;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: 0.1rem;
    right: 0.15rem;
    opacity: .8;
    z-index: 9;
}

.gotop {
    position: fixed;
    width:4rem;
    height:4rem;
    line-height:4rem;
    text-align: center;
    right: 0.17rem;
    bottom: 0.32rem;
    background: #fff;
/*    border-radius: 50%;*/
    cursor: pointer;
    color:#FF0000;
    text-transform: capitalize;
    box-shadow: 0 0 0.12rem rgb(0 89 139 / 80%);
    -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
    animation: tm-bounce 2.0s infinite ease-in-out;
	
}

.ui-datepicker {
	display: none;
	z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
	border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -5px;
	font-size: 0px;
	width: 0px;
	height: 0px;
	border: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
	margin-left: 0px;
	top: 50%;
	margin-top: -5px;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 4px;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
	margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.ui-datepicker {
	padding: 15px;
	border: #ffffff 4px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #efefef;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
	background: transparent;
	border: none;
	padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	width: 47%;
	margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
	border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
	padding: 4px;
	display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
	background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
	background: #ffffff;
	border: #cfcfcf 1px solid;
	border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
	background: #efefef;
	border: #cfcfcf 1px solid;
	padding: 4px;
	text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
	text-align: center;
	border: #cfcfcf 1px solid;
}
.ui-datepicker {
	width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
	background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
	background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dd {
	margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -5px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: default;
}
.ui-slider-horizontal {
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	background: #dadada;
}
.ui-slider-handle {
	height: 10px;
	width: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f98b25;
	display: block;
	position: absolute;
}
.ui-timepicker-div {
	padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
	overflow: hidden;
	padding-top: 10px;
	border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
	background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
	color: #959595;
} /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}
body {
	margin:0;
	padding:0
}
article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
	display:block
}
audio, canvas, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
nav ul, nav ol {
	list-style:none none
}
img {
	border:0
}
img, object, video, embed {
	max-height:100%;
	max-width:100%
}
svg:not(:root) {
overflow:hidden
}
figure {
	margin:0
}
html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size-adjust:100%;
}
body {
	color:#1e1e1e;
	font-family:'Myriad Pro','Arial','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:100;
	line-height:1.8;
	font-size:1.6rem
}
p {
	margin-top:0rem;
	margin-bottom:1rem
}
abbr[title] {
	border-bottom:1px dotted #e3e3e3;
	cursor:help
}
b, strong {
	font-weight:700
}
em, i {
	font-style:italic
}
mark {
	background:#f6f6f6;
	color:#000
}
small, .small {
	font-size:12px
}
hr {
	border:0;
	border-top:1px solid #e3e3e3;
	margin-bottom:20px;
	margin-top:20px
}
sub, sup {
	font-size:71.42857143000001%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
dfn {
	font-style:italic
}
h1 {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:0rem;
	margin-bottom:1.4rem
}
h2 {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem
}
h3 {
	font-weight:600;
	line-height:1.1;
	font-size:1.8rem;
	margin-top:2rem;
	margin-bottom:1rem
}
h4 {
	font-weight:700;
	line-height:1.1;
	font-size:1.4rem;
	margin-top:2rem;
	margin-bottom:2rem
}
h5 {
	font-weight:700;
	line-height:1.1;
	font-size:1.2rem;
	margin-top:2rem;
	margin-bottom:2rem
}
h6 {
	font-weight:700;
	line-height:1.1;
	font-size:1rem;
	margin-top:2rem;
	margin-bottom:2rem
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
	color:#333;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1
}
a, .alink {
	color:#CD4390;
	text-decoration:none
}
a:visited, .alink:visited {
	color:#CD4390;
	text-decoration:none
}
a:hover, .alink:hover {
	color:#ff6e6e;
	text-decoration:none
}
a:active, .alink:active {
	color:#ff5501;
	text-decoration:none
}
ul, ol {
	margin-top:0rem;
	margin-bottom:0rem
}
ul>li, ol>li {
	margin-top:0rem;
	margin-bottom:0rem
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom:0
}
dl {
	margin-bottom:0;
	margin-top:0
}
dt {
	font-weight:400;
	margin-bottom:0;
	margin-top:0
}
dd {
	margin-bottom:0;
	margin-top:0;
	margin-left:0
}
code, kbd, pre, samp {
	font-family:Menlo, Monaco, Consolas, 'Courier New', monospace
}
code {
	background:#f6f6f6;
	color:#111;
	padding:2px 4px;
	font-size:1.2rem;
	white-space:nowrap
}
kbd {
	background:#f6f6f6;
	color:#111;
	padding:2px 4px;
	font-size:1.2rem
}
pre {
	background:#f6f6f6;
	border:1px solid #e3e3e3;
	color:#111;
	line-height:1.42857143;
	margin:0 0 10px;
	padding:10px;
	font-size:1.2rem;
	display:block;
	word-wrap:break-word
}
pre code {
	background-color:transparent;
	border-radius:0;
	color:inherit;
	font-size:inherit;
	padding:0;
	white-space:pre-wrap
}
blockquote {
	border-left:0 solid #e3e3e3;
	margin:0 0 20px 40px;
	padding:0;
	color:#1e1e1e;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style:italic;
	font-weight:400;
	line-height:1.42857143;
	font-size:1.4rem
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom:0
}
blockquote footer, blockquote small, blockquote .small {
	color:#333;
	line-height:1.42857143;
	font-size:1rem;
	display:block
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content:'\2014 \00A0'
}
blockquote cite {
	font-style:normal
}
blockquote:before, blockquote:after {
	content:''
}
q {
	quotes:none
}
q:before, q:after {
	content:'';
	content:none
}
cite {
	font-style:normal
}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	max-width:100%
}
table th {
	text-align:left
}
table>tbody>tr>th, table>tfoot>tr>th, table>tbody>tr>td, table>tfoot>tr>td {
	vertical-align:top
}
table>thead>tr>th, table>thead>tr>td {
	vertical-align:bottom
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	padding:11px 10px
}
button {
	background-image:none;
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	margin:0;
	padding:12px 23px;
	font-size:1.4rem;
	line-height:1.6rem;
	box-sizing:border-box;
	vertical-align:middle
}
button:focus, button:active {
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e
}
button:hover {
	background:#fff;
	border:2px solid #fff;
	color:#1e1e1e
}
button.disabled, button[disabled], fieldset[disabled] button {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
button::-moz-focus-inner {
border:0;
padding:0
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
	background:#fff;
	background-clip:padding-box;
	border:1px solid #e3e3e3;
	border-radius:30px;
	font-family: "Myriad Pro";
	font-size:14px;
	height:50px;
	line-height:50px;
	padding:0 15px;
	vertical-align:baseline;
	width:calc(100% - 12px);
	box-sizing:border-box;
	font-weight:0
}
input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="datetime"]:focus, input[type="email"]:focus {
	border:none
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type="datetime"]:disabled, input[type="email"]:disabled {
	opacity:.5;
	border:1px solid #dae9f7
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
color:#aeaeae
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
color:#aeaeae
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
color:#aeaeae
}
input[type="number"] {
	-moz-appearance:textfield
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
input[type="search"] {
	-webkit-appearance:none
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance:none
}
select {
	background:#fff url('../image/select-option-bg.svg') no-repeat 100%;
	background-clip:padding-box;
	border:none;
	border-radius:30px;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	height:50px;
	line-height:50px;
	padding:0 15px;
	vertical-align:baseline;
	width:calc(100% - 12px);
	box-sizing:border-box
}
select:disabled {
	opacity:.5;
	background:#fff;
	border:1px solid #dae9f7
}
select[multiple] {
	height:auto;
	background-image:none
}
textarea {
	background:#fff;
	background-clip:padding-box;
	border:none;
	border-radius:24px;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	height:auto;
	line-height:24px;
	margin:0;
	padding:15px;
	vertical-align:baseline;
	width:calc(100% - 12px);
	box-sizing:border-box;
	resize:vertical
}
textarea:disabled {
	opacity:.5;
	border:1px solid #dae9f7
}
textarea::-moz-placeholder {
color:#aeaeae
}
textarea::-webkit-input-placeholder {
color:#aeaeae
}
textarea:-ms-input-placeholder {
color:#aeaeae
}
input[type="checkbox"] {
	margin:2px 5px 0 0;
	position:relative;
	top:2px
}
input[type="checkbox"]:disabled {
	opacity:.5
}
input[type="radio"] {
	margin:2px 5px 0 0
}
input[type="radio"]:disabled {
	opacity:.5
}
input.mage-error, select.mage-error, textarea.mage-error {
	border-color:#ed8380
}
div.mage-error[generated] {
	color:#e02b27;
	font-size:1.8rem
}
input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button
}
input::-moz-focus-inner {
border:0;
padding:0
}
form {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
address {
	font-style:normal
}
*:focus {
	box-shadow:none;
	outline:0
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
box-shadow:0 0 12px 0 rgba(101, 201, 211, 0.45)
}
.cart-summary .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .bundle-options-container .block-bundle-summary .bundle.items, .order-details-items .items-qty, .product-items, .prices-tier, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider {
	margin:0;
	padding:0;
	list-style:none none
}
.cart-summary .checkout-methods-items>li, .opc-wrapper .opc>li, .opc-progress-bar>li, .checkout-agreements-items>li, .bundle-options-container .block-bundle-summary .bundle.items>li, .order-details-items .items-qty>li, .product-items>li, .prices-tier>li, .block-banners .banner-items>li, .block-banners-inline .banner-items>li, .block-event .slider-panel .slider>li {
	margin:0
}
.action-primary:focus, .action-primary:active {
	background:#ffc022;
	border:1px solid #ff7070;
	color:#fff
}
.action-primary:hover {
	background:#ff7070;
	border:1px solid #ff7070;
	color:#fff
}
.action-primary.disabled, .action-primary[disabled], fieldset[disabled] .action-primary {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
.abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .cart-summary .block .actions-toolbar>.primary .action.primary, .abs-discount-code .form-discount .actions-toolbar .primary .action, .cart-summary .form.giftregistry .fieldset .action.primary, .block-compare .action.primary, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
	border-radius:24px
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .block-compare .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
box-shadow:inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(227, 227, 227, 0.3)
}
.abs-discount-block .actions-toolbar .action.primary:active, .abs-discount-block .actions-toolbar .action.cancel:active, .cart-summary .block .actions-toolbar>.primary .action.primary:active, .abs-discount-code .form-discount .actions-toolbar .primary .action:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .block-compare .action.primary:active, .paypal-review-discount .actions-toolbar .action.primary:active, .paypal-review-discount .actions-toolbar .action.cancel:active, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
	box-shadow:inset 0 1px 0 0 rgba(227, 227, 227, 0.8), inset 0 -1px 0 0 rgba(227, 227, 227, 0.3)
}
.block-event .slider-panel .slider .item .action.event {
	background-image:none;
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e;
	cursor:pointer;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	margin:0;
	padding:12px 23px;
	font-size:1.4rem;
	line-height:1.6rem;
	box-sizing:border-box;
	vertical-align:middle;
	display:inline-block;
	text-decoration:none;
	border-radius:24px
}
.abs-action-link-button:focus, .abs-action-link-button:active, .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e
}
.abs-action-link-button:hover, .block-event .slider-panel .slider .item .action.event:hover {
	background:#fff;
	border:2px solid #fff;
	color:#1e1e1e
}
.abs-action-link-button.disabled, .abs-action-link-button[disabled], fieldset[disabled] .abs-action-link-button, .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled], fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
.abs-action-link-button:hover, .abs-action-link-button:active, .abs-action-link-button:focus, .block-event .slider-panel .slider .item .action.event:hover, .block-event .slider-panel .slider .item .action.event:active, .block-event .slider-panel .slider .item .action.event:focus {
	text-decoration:none
}
.abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .cart.table-wrapper .actions-toolbar>.action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-wrapping-title .action-remove, .bundle-options-container .action.back, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .wishlist.split.button>.action, .block.related .action.select, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
	line-height:1.42857143;
	padding:0;
	color:#CD4390;
	text-decoration:none;
	background:none;
	border:0;
	display:inline;
	font-weight:400;
	border-radius:0
}
.abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-discount-block .action.check:visited, .popup .actions-toolbar .action.cancel:visited, .paypal-button-widget .paypal-button:visited, .cart.table-wrapper .actions-toolbar>.action-delete:visited, .cart.table-wrapper .action.help.map:visited, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited, .opc-wrapper .edit-address-link:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited, .gift-wrapping-title .action-remove:visited, .bundle-options-container .action.back:visited, .gift-summary .action-edit:visited, .gift-summary .action-delete:visited, .action-gift:visited, .wishlist.split.button>.action:visited, .block.related .action.select:visited, .abs-add-fields .action.remove:visited, .paypal-review-discount .action.check:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited {
	color:#CD4390;
	text-decoration:none
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .cart.table-wrapper .actions-toolbar>.action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-wrapping-title .action-remove:hover, .bundle-options-container .action.back:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .action-gift:hover, .wishlist.split.button>.action:hover, .block.related .action.select:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
	color:#ff6e6e;
	text-decoration:none
}
.abs-action-button-as-link:active, .abs-action-remove:active, .abs-discount-block .action.check:active, .popup .actions-toolbar .action.cancel:active, .paypal-button-widget .paypal-button:active, .cart.table-wrapper .actions-toolbar>.action-delete:active, .cart.table-wrapper .action.help.map:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .opc-wrapper .edit-address-link:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-wrapping-title .action-remove:active, .bundle-options-container .action.back:active, .gift-summary .action-edit:active, .gift-summary .action-delete:active, .action-gift:active, .wishlist.split.button>.action:active, .block.related .action.select:active, .abs-add-fields .action.remove:active, .paypal-review-discount .action.check:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active {
	color:#ff5501;
	text-decoration:none
}
.abs-action-button-as-link:hover, .abs-action-button-as-link:active, .abs-action-button-as-link:focus, .abs-action-remove:hover, .abs-action-remove:active, .abs-action-remove:focus, .abs-discount-block .action.check:hover, .abs-discount-block .action.check:active, .abs-discount-block .action.check:focus, .popup .actions-toolbar .action.cancel:hover, .popup .actions-toolbar .action.cancel:active, .popup .actions-toolbar .action.cancel:focus, .paypal-button-widget .paypal-button:hover, .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:focus, .cart.table-wrapper .actions-toolbar>.action-delete:hover, .cart.table-wrapper .actions-toolbar>.action-delete:active, .cart.table-wrapper .actions-toolbar>.action-delete:focus, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:focus, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus, .opc-wrapper .edit-address-link:hover, .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:focus, .action-auth-toggle:hover, .action-auth-toggle:active, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:hover, .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:focus, .gift-wrapping-title .action-remove:hover, .gift-wrapping-title .action-remove:active, .gift-wrapping-title .action-remove:focus, .bundle-options-container .action.back:hover, .bundle-options-container .action.back:active, .bundle-options-container .action.back:focus, .gift-summary .action-edit:hover, .gift-summary .action-edit:active, .gift-summary .action-edit:focus, .gift-summary .action-delete:hover, .gift-summary .action-delete:active, .gift-summary .action-delete:focus, .action-gift:hover, .action-gift:active, .action-gift:focus, .wishlist.split.button>.action:hover, .wishlist.split.button>.action:active, .wishlist.split.button>.action:focus, .block.related .action.select:hover, .block.related .action.select:active, .block.related .action.select:focus, .abs-add-fields .action.remove:hover, .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:focus, .paypal-review-discount .action.check:hover, .paypal-review-discount .action.check:active, .paypal-review-discount .action.check:focus, .form-giftregistry-share .action.remove:hover, .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:hover, .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:hover, .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:hover, .form-create-return .action.remove:active, .form-create-return .action.remove:focus, .form.send.friend .action.remove:hover, .form.send.friend .action.remove:active, .form.send.friend .action.remove:focus {
	background:none;
	border:0
}
.abs-action-button-as-link.disabled, .abs-action-button-as-link[disabled], fieldset[disabled] .abs-action-button-as-link, .abs-action-remove.disabled, .abs-action-remove[disabled], fieldset[disabled] .abs-action-remove, .abs-discount-block .action.check.disabled, .abs-discount-block .action.check[disabled], fieldset[disabled] .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel.disabled, .popup .actions-toolbar .action.cancel[disabled], fieldset[disabled] .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button.disabled, .paypal-button-widget .paypal-button[disabled], fieldset[disabled] .paypal-button-widget .paypal-button, .cart.table-wrapper .actions-toolbar>.action-delete.disabled, .cart.table-wrapper .actions-toolbar>.action-delete[disabled], fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-delete, .cart.table-wrapper .action.help.map.disabled, .cart.table-wrapper .action.help.map[disabled], fieldset[disabled] .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled, .checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled], fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link.disabled, .opc-wrapper .edit-address-link[disabled], fieldset[disabled] .opc-wrapper .edit-address-link, .action-auth-toggle.disabled, .action-auth-toggle[disabled], fieldset[disabled] .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel.disabled, .checkout-payment-method .checkout-billing-address .action-cancel[disabled], fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show.disabled, .checkout-agreements-block .action-show[disabled], fieldset[disabled] .checkout-agreements-block .action-show, .gift-wrapping-title .action-remove.disabled, .gift-wrapping-title .action-remove[disabled], fieldset[disabled] .gift-wrapping-title .action-remove, .bundle-options-container .action.back.disabled, .bundle-options-container .action.back[disabled], fieldset[disabled] .bundle-options-container .action.back, .gift-summary .action-edit.disabled, .gift-summary .action-edit[disabled], fieldset[disabled] .gift-summary .action-edit, .gift-summary .action-delete.disabled, .gift-summary .action-delete[disabled], fieldset[disabled] .gift-summary .action-delete, .action-gift.disabled, .action-gift[disabled], fieldset[disabled] .action-gift, .wishlist.split.button>.action.disabled, .wishlist.split.button>.action[disabled], fieldset[disabled] .wishlist.split.button>.action, .block.related .action.select.disabled, .block.related .action.select[disabled], fieldset[disabled] .block.related .action.select, .abs-add-fields .action.remove.disabled, .abs-add-fields .action.remove[disabled], fieldset[disabled] .abs-add-fields .action.remove, .paypal-review-discount .action.check.disabled, .paypal-review-discount .action.check[disabled], fieldset[disabled] .paypal-review-discount .action.check, .form-giftregistry-share .action.remove.disabled, .form-giftregistry-share .action.remove[disabled], fieldset[disabled] .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove.disabled, .form-giftregistry-edit .action.remove[disabled], fieldset[disabled] .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove.disabled, .form-add-invitations .action.remove[disabled], fieldset[disabled] .form-add-invitations .action.remove, .form-create-return .action.remove.disabled, .form-create-return .action.remove[disabled], fieldset[disabled] .form-create-return .action.remove, .form.send.friend .action.remove.disabled, .form.send.friend .action.remove[disabled], fieldset[disabled] .form.send.friend .action.remove {
	color:#CD4390;
	opacity:.5;
	cursor:default;
	pointer-events:none;
	text-decoration:underline
}
.abs-action-remove:active, .abs-action-remove:not(:focus), .abs-discount-block .action.check:active, .abs-discount-block .action.check:not(:focus), .popup .actions-toolbar .action.cancel:active, .popup .actions-toolbar .action.cancel:not(:focus), .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:not(:focus), .cart.table-wrapper .actions-toolbar>.action-delete:active, .cart.table-wrapper .actions-toolbar>.action-delete:not(:focus), .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:not(:focus), .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus), .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:not(:focus), .action-auth-toggle:active, .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:not(:focus), .gift-wrapping-title .action-remove:active, .gift-wrapping-title .action-remove:not(:focus), .bundle-options-container .action.back:active, .bundle-options-container .action.back:not(:focus), .gift-summary .action-edit:active, .gift-summary .action-edit:not(:focus), .gift-summary .action-delete:active, .gift-summary .action-delete:not(:focus), .action-gift:active, .action-gift:not(:focus), .wishlist.split.button>.action:active, .wishlist.split.button>.action:not(:focus), .block.related .action.select:active, .block.related .action.select:not(:focus), .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:not(:focus), .paypal-review-discount .action.check:active, .paypal-review-discount .action.check:not(:focus), .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:active, .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:active, .form.send.friend .action.remove:not(:focus) {
box-shadow:none
}
.abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .cart-summary .block .actions-toolbar>.primary .action.primary, .abs-discount-code .form-discount .actions-toolbar .primary .action, .cart-summary .form.giftregistry .fieldset .action.primary, .block-compare .action.primary, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e
}
.abs-revert-secondary-color:focus, .abs-revert-secondary-color:active, .abs-revert-to-action-secondary:focus, .abs-revert-to-action-secondary:active, .paypal-review .block .actions-toolbar .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:active, .abs-discount-block .actions-toolbar .action.primary:focus, .abs-discount-block .actions-toolbar .action.primary:active, .abs-discount-block .actions-toolbar .action.cancel:focus, .abs-discount-block .actions-toolbar .action.cancel:active, .cart-summary .block .actions-toolbar>.primary .action.primary:focus, .cart-summary .block .actions-toolbar>.primary .action.primary:active, .abs-discount-code .form-discount .actions-toolbar .primary .action:focus, .abs-discount-code .form-discount .actions-toolbar .primary .action:active, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .cart-summary .form.giftregistry .fieldset .action.primary:active, .block-compare .action.primary:focus, .block-compare .action.primary:active, .paypal-review-discount .actions-toolbar .action.primary:focus, .paypal-review-discount .actions-toolbar .action.primary:active, .paypal-review-discount .actions-toolbar .action.cancel:focus, .paypal-review-discount .actions-toolbar .action.cancel:active, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e
}
.abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.cancel:hover, .cart-summary .block .actions-toolbar>.primary .action.primary:hover, .abs-discount-code .form-discount .actions-toolbar .primary .action:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .block-compare .action.primary:hover, .paypal-review-discount .actions-toolbar .action.primary:hover, .paypal-review-discount .actions-toolbar .action.cancel:hover, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
	background:#fff;
	border:2px solid #fff;
	color:#1e1e1e
}
.products-grid.wishlist .product-item .box-tocart .tocart {
	font-size:1.4rem;
	line-height:1.6rem;
	padding:12px 23px
}
.form-address-edit .actions-toolbar .action.vertex-secondary, .order-review-form .action.primary, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content>.actions>.primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart {
	line-height:2rem;
	padding:14px 17px;
	font-size:1.4rem
}
.cart.table-wrapper .item-options dt, .minicart-items .product-item-details .product .options.list dt, .opc-block-summary .items-in-cart .product .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
	clear:left;
	float:left;
	margin:0
}
.cart.table-wrapper .item-options dt:after, .minicart-items .product-item-details .product .options.list dt:after, .opc-block-summary .items-in-cart .product .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
	content:': '
}
.cart.table-wrapper .item-options dd, .minicart-items .product-item-details .product .options.list dd, .opc-block-summary .items-in-cart .product .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
	display:inline-block;
	float:left;
	margin:0 0 0 5px
}
.box-tocart .action.instant-purchase, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart {
	width:100%
}
.cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper, .products-list.products.list .product-image-wrapper {
	height:auto;
	padding:0 !important
}
.cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo, .products-list.products.list .product-image-wrapper .product-image-photo {
	position:static
}
.product.media .product.photo .photo.image {
	display:block;
	height:auto;
	margin:0 auto;
	max-width:100%
}
.amazon-validate-container .block .block-title, .login-container .block .block-title {
	font-size:1.4rem;
	line-height:2rem;
	margin:5px 0 25px
}
.amazon-validate-container .block .block-title strong, .login-container .block .block-title strong {
	font-weight:400
}
.giftregisty-dropdown, .wishlist-dropdown {
	display:inline-block;
	position:relative
}
.abs-dropdown-simple:before, .abs-dropdown-simple:after, .giftregisty-dropdown:before, .giftregisty-dropdown:after, .wishlist-dropdown:before, .wishlist-dropdown:after {
	content:'';
	display:table
}
.abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
	clear:both
}
.abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
	cursor:pointer;
	display:inline-block;
	text-decoration:none
}
.abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:inherit;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0 0 0 5px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
	color:inherit
}
.abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
	color:inherit
}
.abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
	display:inline-block;
	text-decoration:none
}
.abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:inherit;
	content:'\e621';
	font-family:'playlearn-icons';
	margin:0 0 0 5px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
	color:inherit
}
.abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
	color:inherit
}
.abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
	margin:0;
	padding:0;
	list-style:none none;
	background:#fff;
	border:none;
	margin-top:4px;
	min-width:200px;
	z-index:100;
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:100%
}
.abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
	margin:0;
	padding:5px 5px 5px 23px
}
.abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
	background:#e8e8e8;
	cursor:pointer
}
.abs-dropdown-simple ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:before, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:after {
	border-bottom-style:solid;
	content:'';
	display:block;
	height:0;
	position:absolute;
	width:0
}
.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
	border:6px solid;
	border-color:transparent transparent #fff transparent;
	z-index:99
}
.abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
	border:7px solid;
	border-color:transparent transparent #bbb transparent;
	z-index:98
}
.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
	left:10px;
	top:-12px
}
.abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
	left:9px;
	top:-14px
}
.abs-dropdown-simple.active, .giftregisty-dropdown.active, .wishlist-dropdown.active {
	overflow:visible
}
.abs-dropdown-simple.active ul.dropdown, .giftregisty-dropdown.active ul.dropdown, .wishlist-dropdown.active ul.dropdown {
	display:block
}
.giftregisty-dropdown ul.items, .wishlist-dropdown ul.items {
	padding:6px 0
}
.column .block-addbysku .qty .qty, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty .qty, .multicheckout .table-wrapper .col .qty .input-text, .bundle-options-container .input-text.qty, .account .data.table-return-items .qty .input-text, .block-wishlist-info-items .input-text.qty, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .box-tocart .input-text.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
	text-align:center;
	width:67px;
	border:1px solid #cbcbcb;
	opacity:0.43;
	border-radius:6px;
	height:32px;
	line-height:3.2rem;
	padding:0;
	box-shadow:none;
	margin:0
}
.block, .customer-review .product-details, .block-banners, .block-banners-inline {
	margin-bottom:40px
}
.sidebar .product-items .action.delete, .sidebar .block-compare .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filter-current .action.remove {
	display:inline-block;
	text-decoration:none
}
.abs-remove-button-for-blocks>span, .sidebar .product-items .action.delete>span, .sidebar .block-compare .action.delete>span, .table-comparison .cell.remove .action.delete>span, .block-compare .action.delete>span, .filter-current .action.remove>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.abs-remove-button-for-blocks:before, .sidebar .product-items .action.delete:before, .sidebar .block-compare .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:15px;
	color:#757575;
	content:'\e616';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-remove-button-for-blocks:hover:before, .sidebar .product-items .action.delete:hover:before, .sidebar .block-compare .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filter-current .action.remove:hover:before {
	color:#494949
}
.abs-remove-button-for-blocks:active:before, .sidebar .product-items .action.delete:active:before, .sidebar .block-compare .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filter-current .action.remove:active:before {
	color:#999
}
.product-item-name, .product.name a {
	font-weight:400
}
.product-item-name>a, .product.name a>a {
	color:#1e1e1e;
	text-decoration:none
}
.abs-product-link>a:visited, .product-item-name>a:visited, .product.name a>a:visited {
	color:#1e1e1e;
	text-decoration:none
}
.abs-product-link>a:hover, .product-item-name>a:hover, .product.name a>a:hover {
	color:#1e1e1e;
	text-decoration:none
}
.abs-product-link>a:active, .product-item-name>a:active, .product.name a>a:active {
	color:#1e1e1e;
	text-decoration:none
}
.abs-like-link:visited {
	color:#CD4390;
	text-decoration:none
}
.abs-like-link:hover {
	color:#ff6e6e;
	text-decoration:none
}
.abs-like-link:active {
	color:#ff5501;
	text-decoration:none
}
.form.giftregistry.items .actions-toolbar, .form.wishlist.items .actions-toolbar {
	margin-left:0
}
.abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
	line-height:normal;
	margin-left:73%;
	position:absolute;
	top:34px;
	width:auto
}
.form-giftregistry-share .fieldset .field .control, .form-giftregistry-edit .fieldset .field .control, .form-add-invitations .fieldset .field .control, .form-create-return .fieldset .field .control, .form.send.friend .fieldset .field .control {
	width:70%
}
.form-giftregistry-share .fieldset .actions-toolbar>.secondary, .form-giftregistry-edit .fieldset .actions-toolbar>.secondary, .form-add-invitations .fieldset .actions-toolbar>.secondary, .form-create-return .fieldset .actions-toolbar>.secondary, .form.send.friend .fieldset .actions-toolbar>.secondary {
	float:left
}
.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add, .form-add-invitations .fieldset .actions-toolbar>.secondary .action.add, .form-create-return .fieldset .actions-toolbar>.secondary .action.add, .form.send.friend .fieldset .actions-toolbar>.secondary .action.add {
	margin-top:30px
}
.form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
	margin:0
}
.form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
	margin-top:55px;
	position:relative
}
.form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
	margin:30px 0 0
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
height:0;
visibility:hidden
}
.opc-wrapper .form-discount .field .label, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing>.label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard>.legend, .opc-wrapper .form-giftcard-account .field .label, .form-add-invitations .fields .label, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset>.legend, .bundle-options-container .block-bundle-summary .product-image-container, .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock, .fieldset .fullname>.label, .field.street .field .label, .table-comparison .wishlist.split.button>.action.split span, .product-items .wishlist.split.button>.action.split span, .page-multiple-wishlist .page-title-wrapper .page-title, .block-wishlist-search-form .form-wishlist-search .fieldset>.legend, .review-date .review-details-label, .review-author .review-details-label, .customer-review .product-details .rating-average-label, .block-reorder .product-item .label, .products-grid.wishlist .product-item .comment-box .label, .product-item-actions .actions-secondary>.action span, .special-price .price-label, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .filter-options-content .filter-count-label, .action.skip:not(:focus), .page-header .switcher .label {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.minicart-items .product.options .toggle>span, .shipping-policy-block.field-tooltip .field-tooltip-action span {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}
.abs-add-clearfix:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:before, .abs-add-fields .fieldset .actions-toolbar:after, .payment-method-braintree .hosted-date-wrap:before, .payment-method-braintree .hosted-date-wrap:after, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:before, .cart.table-wrapper .item-options:after, .minicart-items .product-item-details .product .options.list:before, .minicart-items .product-item-details .product .options.list:after, .checkout-container:before, .checkout-container:after, .checkout-onepage-success:before, .checkout-onepage-success:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .opc-block-summary .items-in-cart .product .item-options:before, .opc-block-summary .items-in-cart .product .item-options:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:before, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:before, .table-order-items .gift-wrapping .content:after, .order-options .product:before, .order-options .product:after, .map-popup .map-info-price:before, .map-popup .map-info-price:after, .multicheckout .item-options:before, .multicheckout .item-options:after, .multicheckout .block:before, .multicheckout .block:after, .multicheckout .block-content:before, .multicheckout .block-content:after, .form-create-return .actions-toolbar:before, .form-create-return .actions-toolbar:after, .gift-item-block .content:before, .gift-item-block .content:after, .order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after, .customer-review .product-details:before, .customer-review .product-details:after, .toolbar:before, .toolbar:after, .sidebar .product-items-images:before, .sidebar .product-items-images:after, .form-giftregistry-share .fieldset .actions-toolbar:before, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:before, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:before, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:before, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:before, .form.send.friend .fieldset .actions-toolbar:after {
	content:'';
	display:table
}
.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:after, .payment-method-braintree .hosted-date-wrap:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item-details .product .options.list:after, .checkout-container:after, .checkout-onepage-success:after, .opc-wrapper .field.addresses:after, .opc-block-summary .items-in-cart .product .item-options:after, .page-product-downloadable .product-add-form:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .form-create-return .actions-toolbar:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:after, .customer-review .product-details:after, .toolbar:after, .sidebar .product-items-images:after, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:after {
	clear:both
}
.abs-field-date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .block-event .slider-panel .slider .item .action.show, .sidebar .block-addbysku .fieldset .fields .field.sku, .field .control._with-tooltip, .form-giftregistry-edit .field.date .control {
	box-sizing:border-box
}
.abs-navigation-icon:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:34px;
	line-height:1.2;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-split-button:before, .abs-split-button:after {
	content:'';
	display:table
}
.abs-split-button:after {
	clear:both
}
.abs-split-button .action.split {
	float:left;
	margin:0
}
.abs-split-button .action.toggle {
	float:right;
	margin:0
}
.abs-split-button button.action.split {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.abs-split-button button+.action.toggle {
	border-bottom-left-radius:0;
	border-left:0;
	border-top-left-radius:0
}
.abs-split-button .action.toggle {
	display:inline-block;
	text-decoration:none
}
.abs-split-button .action.toggle>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.abs-split-button .action.toggle:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:22px;
	line-height:inherit;
	color:inherit;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-split-button .action.toggle:hover:after {
	color:inherit
}
.abs-split-button .action.toggle:active:after {
	color:inherit
}
.abs-split-button .action.toggle.active {
	display:inline-block;
	text-decoration:none
}
.abs-split-button .action.toggle.active>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.abs-split-button .action.toggle.active:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:22px;
	line-height:inherit;
	color:inherit;
	content:'\e621';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-split-button .action.toggle.active:hover:after {
	color:inherit
}
.abs-split-button .action.toggle.active:active:after {
	color:inherit
}
.abs-split-button .items {
	margin:0;
	padding:0;
	list-style:none none;
	background:#fff;
	border:none;
	margin-top:4px;
	min-width:100%;
	z-index:100;
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:100%
}
.abs-split-button .items li {
	margin:0;
	padding:3px 5px
}
.abs-split-button .items li:hover {
	background:#e8e8e8;
	cursor:pointer
}
.abs-split-button .items:before, .abs-split-button .items:after {
	border-bottom-style:solid;
	content:'';
	display:block;
	height:0;
	position:absolute;
	width:0
}
.abs-split-button .items:before {
	border:6px solid;
	border-color:transparent transparent #fff transparent;
	z-index:99
}
.abs-split-button .items:after {
	border:7px solid;
	border-color:transparent transparent #bbb transparent;
	z-index:98
}
.abs-split-button .items:before {
	right:10px;
	top:-12px
}
.abs-split-button .items:after {
	right:9px;
	top:-14px
}
.abs-split-button.active {
	overflow:visible
}
.abs-split-button.active .items {
	display:block
}
.product-social-links .action.mailto.friend, .bundle-options-container .block-bundle-summary .product-addto-links>.action, .wishlist.split.button>.action.split, .product-social-links .action.towishlist, .block-bundle-summary .action.towishlist, .product-item .action.towishlist, .table-comparison .action.towishlist, .product-item-actions .actions-secondary>.action, .product-social-links .action.tocompare {
	color:#666;
	font-weight:600;
	letter-spacing:.05em;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none
}
.abs-actions-addto:before, .product-social-links .action.mailto.friend:before, .bundle-options-container .block-bundle-summary .product-addto-links>.action:before, .wishlist.split.button>.action.split:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before, .product-item-actions .actions-secondary>.action:before, .product-social-links .action.tocompare:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:16px;
	color:#CD4390;
	font-family:'playlearn-icons';
	margin:-2px 5px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product-social-links .action.mailto.friend:hover, .bundle-options-container .block-bundle-summary .product-addto-links>.action:hover, .wishlist.split.button>.action.split:hover, .product-social-links .action.towishlist:hover, .block-bundle-summary .action.towishlist:hover, .product-item .action.towishlist:hover, .table-comparison .action.towishlist:hover, .product-item-actions .actions-secondary>.action:hover, .product-social-links .action.tocompare:hover {
	color:#333;
	text-decoration:none
}
.product-social-links .action.mailto.friend:before, .bundle-options-container .block-bundle-summary .product-addto-links>.action:before, .wishlist.split.button>.action.split:before, .product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before, .product-item-actions .actions-secondary>.action:before, .product-social-links .action.tocompare:before {
	width:18px
}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
	margin:0 0 20px
}
.abs-toggling-title>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.abs-toggling-title:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:12px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:3px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-discount-block .block, .cart-summary .block, .paypal-review-discount .block {
	margin:0
}
.abs-discount-block .block>.title, .cart-summary .block>.title, .paypal-review-discount .block>.title {
	display:inline-block;
	text-decoration:none;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center
}
.abs-cart-block>.title:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.abs-discount-block .block .content, .cart-summary .block .content, .paypal-review-discount .block .content {
	display:none;
	padding:5px 15px 23px;
	position:relative
}
.abs-discount-block .block.active>.title:after, .cart-summary .block.active>.title:after, .paypal-review-discount .block.active>.title:after {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.abs-discount-block .block.active .content, .cart-summary .block.active .content, .paypal-review-discount .block.active .content {
	display:block
}
.multicheckout .table-wrapper .cart-price {
	color:#7d7d7d;
	font-size:1.6rem;
	font-weight:700
}
.multicheckout .table-wrapper .product-item-name {
	font-size:1.8rem;
	font-weight:300;
	margin:0
}
.abs-account-blocks .block-title, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .account .legend, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .customer-review .review-details .title, .paypal-review .block .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, .account .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
border-bottom:1px solid rgba(227, 227, 227, 0.87);
font-size:1.4rem;
line-height:2rem;
margin:5px 0 24px
}
.abs-account-blocks .block-title strong, .form-giftregistry-search .legend strong, .block-giftregistry-results .block-title strong, .block-giftregistry-shared-items .block-title strong, .multicheckout .block-title strong, .multicheckout .block-content .title strong, .account .legend strong, .block-wishlist-search-form .block-title strong, .block-wishlist-search-results .block-title strong, .customer-review .review-details .title strong, .paypal-review .block .block-title strong, .multicheckout .block-title strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong, .account .column.main .block:not(.widget) .block-title strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong, .sales-guest-view .column.main .block:not(.widget) .block-title strong {
font-weight:400
}
.block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-address-billing .box-content, .box-address-shipping .box-content, .box-information .box-content, .box-newsletter .box-content {
	line-height:24px
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax {
	color:#1e1e1e;
	font-size:1.4rem;
	display:block;
	line-height:2.4rem;
	white-space:nowrap
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price {
	font-weight:600
}
.cart-summary .price-including-tax, .cart-summary .price-excluding-tax, .gift-summary .price-including-tax, .gift-summary .price-excluding-tax, .gift-options .price-including-tax, .gift-options .price-excluding-tax, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax {
	font-size:1.4rem;
	display:inline-block
}
.cart-summary .price-including-tax+.price-excluding-tax, .gift-summary .price-including-tax+.price-excluding-tax, .gift-options .price-including-tax+.price-excluding-tax, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax {
	font-size:1.1rem;
	display:inline-block
}
.cart-summary .price-including-tax+.price-excluding-tax:before, .gift-summary .price-including-tax+.price-excluding-tax:before, .gift-options .price-including-tax+.price-excluding-tax:before, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before {
	content:'(' attr(data-label) ': '
}
.cart-summary .price-including-tax+.price-excluding-tax:after, .gift-summary .price-including-tax+.price-excluding-tax:after, .gift-options .price-including-tax+.price-excluding-tax:after, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after {
	content:')'
}
.price-including-tax .cart-tax-total, .price-excluding-tax .cart-tax-total, .paypal-review .table-paypal-review-items .cart-tax-total, .cart.table-wrapper .cart-tax-total, .order-details-items .cart-tax-total {
	cursor:pointer;
	padding-right:10px;
	position:relative;
	display:inline-block;
	text-decoration:none
}
.abs-tax-total:after, .price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after, .paypal-review .table-paypal-review-items .cart-tax-total:after, .cart.table-wrapper .cart-tax-total:after, .order-details-items .cart-tax-total:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:8px;
	line-height:8px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:3px 0 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after, .paypal-review .table-paypal-review-items .cart-tax-total:after, .cart.table-wrapper .cart-tax-total:after, .order-details-items .cart-tax-total:after {
	position:absolute;
	right:-2px;
	top:4px
}
.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after, .price-excluding-tax .cart-tax-total-expanded:after, .paypal-review .table-paypal-review-items .cart-tax-total-expanded:after, .cart.table-wrapper .cart-tax-total-expanded:after, .order-details-items .cart-tax-total-expanded:after {
	content:'\e621'
}
.giftcard-account .form-giftcard-redeem .fieldset, .form-giftregistry-create .fieldset {
	margin-bottom:20px
}
.review-ratings .rating-summary, .customer-review .review-details .customer-review-rating .rating-summary {
	display:table-row
}
.review-ratings .rating-label, .customer-review .review-details .customer-review-rating .rating-label {
	display:table-cell;
	padding-bottom:5px;
	padding-right:25px;
	padding-top:1px;
	vertical-align:top
}
.review-ratings .rating-result, .customer-review .review-details .customer-review-rating .rating-result {
	display:table-cell;
	vertical-align:top
}
.block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^='sales-guest-'] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after {
content:'';
display:inline-block;
margin:0 5px
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after, .account .data.table .col.actions .action:last-child:after, [class^='sales-guest-'] .data.table .col.actions .action:last-child:after, .sales-guest-view .data.table .col.actions .action:last-child:after, .block .box-actions .action:last-child:after {
display:none
}
.paypal-review .block .block-title>.action, .multicheckout .block-title>.action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action, .account .column.main .block:not(.widget) .block-title>.action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action, .sales-guest-view .column.main .block:not(.widget) .block-title>.action {
font-size:1.2rem
}
.paypal-review .block .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, .account .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
font-weight:400;
display:block;
margin:0 0 10px
}
.paypal-review .block .box-title>span, .multicheckout .box-title>span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span, .account .column.main .block:not(.widget) .box-title>span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span, .sales-guest-view .column.main .block:not(.widget) .box-title>span {
font-size:1.6rem;
line-height:2.2rem;
display:block;
font-weight:500
}
.paypal-review .block .box-title>.action, .multicheckout .box-title>.action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action, .account .column.main .block:not(.widget) .box-title>.action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action, .sales-guest-view .column.main .block:not(.widget) .box-title>.action {
font-weight:400;
margin-left:10px
}
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after, .order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
	content:': '
}
.abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
	display:inline-block;
	text-decoration:none
}
.abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:10px;
	line-height:10px;
	color:#CD4390;
	content:'\e61c';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
	background:#e8e8e8
}
.wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
	margin-left:-17px;
	margin-right:5px
}
.abs-sidebar-totals .table-caption, .cart-summary .block .fieldset.estimate>.legend, .cart-summary .block .fieldset.estimate>.legend+br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard>.legend+br, .multicheckout .block .methods-shipping .item-content .fieldset>.legend+br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections, [class^='multishipping-'] .nav-toggle, .order-details-items .order-items .order-gift-message .action.close, .sidebar .subtitle, .no-display, .cart-totals .table-caption {
display:none
}
.return-status, .order-status {
	border:2px solid #e3e3e3;
	border-radius:3px;
	display:inline-block;
	margin:3px 0 0;
	padding:2px 10px;
	text-transform:uppercase;
	vertical-align:top
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^='sales-guest-'] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
margin-right:25px
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date, .magento-rma-returns-view .page-main .page-title-wrapper .order-date, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date, .account .page-main .page-title-wrapper .order-date, [class^='sales-guest-'] .page-main .page-title-wrapper .order-date, .sales-guest-view .page-main .page-title-wrapper .order-date, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
font-size:16px;
margin-bottom:10px
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label, .magento-rma-returns-view .page-main .page-title-wrapper .order-date .label, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label, .account .page-main .page-title-wrapper .order-date .label, [class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label, .sales-guest-view .page-main .page-title-wrapper .order-date .label, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
display:none
}
.block-giftregistry-results .data.table, .account .column.main .order-details-items .table-wrapper .data.table, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table, .block-wishlist-search-results .data.table, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
border:none
}
.abs-table-striped>tbody>tr:nth-child(even)>td, .abs-table-striped>tbody>tr:nth-child(even)>th, .block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td, .block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th, .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td, .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th, .block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td, .block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th {
background:#f6f6f6
}
.abs-table-striped>thead>tr>th, .abs-table-striped>tbody>tr>th, .abs-table-striped>tfoot>tr>th, .abs-table-striped>thead>tr>td, .abs-table-striped>tbody>tr>td, .abs-table-striped>tfoot>tr>td, .block-giftregistry-results .data.table>thead>tr>th, .block-giftregistry-results .data.table>tbody>tr>th, .block-giftregistry-results .data.table>tfoot>tr>th, .block-giftregistry-results .data.table>thead>tr>td, .block-giftregistry-results .data.table>tbody>tr>td, .block-giftregistry-results .data.table>tfoot>tr>td, .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th, .account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th, .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td, .account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td, .block-wishlist-search-results .data.table>thead>tr>th, .block-wishlist-search-results .data.table>tbody>tr>th, .block-wishlist-search-results .data.table>tfoot>tr>th, .block-wishlist-search-results .data.table>thead>tr>td, .block-wishlist-search-results .data.table>tbody>tr>td, .block-wishlist-search-results .data.table>tfoot>tr>td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td {
border:none
}
.abs-table-striped>thead>tr>th, .abs-table-striped>thead>tr>td, .block-giftregistry-results .data.table>thead>tr>th, .block-giftregistry-results .data.table>thead>tr>td, .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td, .block-wishlist-search-results .data.table>thead>tr>th, .block-wishlist-search-results .data.table>thead>tr>td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td {
border-bottom:0 none transparent
}
.block-wishlist .counter, .block-compare .counter {
	color:#6d6d6d;
	font-size:1.2rem;
	vertical-align:middle;
	white-space:nowrap
}
.block-wishlist .counter:before, .block-compare .counter:before {
	content:'('
}
.block-wishlist .counter:after, .block-compare .counter:after {
	content:')'
}
.block-reorder .block-title, .block-wishlist .block-title, .block-compare .block-title {
	margin:0 0 20px
}
.block-reorder .block-title strong, .block-wishlist .block-title strong, .block-compare .block-title strong {
	font-size:20px;
	font-weight:300;
	vertical-align:middle
}
.block-cart-failed, .cart-container .form-cart {
	margin-bottom:40px
}
.block-cart-failed .actions.main .continue, .block-cart-failed .actions.main .clear, .cart-container .form-cart .actions.main .continue, .cart-container .form-cart .actions.main .clear {
	display:none
}
.form-giftregistry-edit .field.date .control {
	position:relative
}
.abs-field-date input, .field.date ._has-datepicker, .field-dob ._has-datepicker, .form-giftregistry-search .fields-specific-options .datetime-picker, .form-giftregistry-edit .field.date input {
	margin-right:10px;
	width:calc(100% - 33px)
}
.field .control._with-tooltip {
	position:relative
}
.field .control._with-tooltip input {
	width:calc(100% - 48px)
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
	right:-10px;
	top:40px;
	left:auto
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
	border:10px solid transparent;
	height:0;
	width:0;
	margin-top:-21px;
	right:10px;
	left:auto;
	top:0
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
	border-bottom-color:#666
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
	border-bottom-color:#f4f4f4;
	top:1px
}
.opc-wrapper .step-title, .opc-block-summary>.title, .checkout-agreements-items .checkout-agreements-item-title {
	padding-bottom:10px;
	color:#1e1e1e;
	font-weight:700;
	font-size:2.4rem
}
.cart-totals {
	border-top:1px solid #e3e3e3
}
.cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount {
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	cursor:pointer
}
.cart-totals .totals-tax-summary .amount .price {
	padding-right:20px;
	position:relative;
	display:inline-block;
	text-decoration:none
}
.abs-sidebar-totals .totals-tax-summary .amount .price>span, .cart-totals .totals-tax-summary .amount .price>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:12px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.cart-totals .totals-tax-summary .amount .price:after {
	position:absolute;
	right:3px;
	top:3px
}
.cart-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .amount {
	border-bottom:0
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after {
	content:'\e621'
}
.cart-totals .totals-tax-details {
	border-bottom:1px solid #e3e3e3;
	display:none
}
.cart-totals .totals-tax-details.shown {
	display:table-row
}
.cart-totals .table-wrapper {
	margin-bottom:0
}
.paypal-review-discount .block>.title strong {
	color:#CD4390;
	font-weight:400
}
.paypal-review-discount .actions-toolbar {
	display:table-cell;
	vertical-align:top;
	width:1%
}
.paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel {
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	margin:0 0 0 -1px;
	white-space:nowrap;
	width:auto
}
.paypal-review-discount .actions-toolbar .secondary {
	bottom:5px;
	left:15px;
	position:absolute
}
.paypal-review-discount .action.check {
	font-weight:400
}
.paypal-review-discount .fieldset {
	display:table;
	width:100%
}
.paypal-review-discount .fieldset>.field>.label {
	display:none
}
.paypal-review-discount .field {
	display:table-cell
}
@font-face {
font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
src:url('../font/montserrat-regular-webfont.woff2') format('woff2'), url('https://eadn-wc04-4152308.nxedge.io/static/frontend/Brainvire/playlearn/en_US/fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
font-weight:300;
font-style:normal;
font-display:swap
}
@font-face {
font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
src:url('../font/montserrat-semibold-webfont.woff2') format('woff2'), url('https://eadn-wc04-4152308.nxedge.io/static/frontend/Brainvire/playlearn/en_US/fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
font-weight:400;
font-style:normal;
font-display:swap
}
@font-face {
font-family:'Montserrat-Bold';
src:url('../font/montserrat-bold-webfont.woff2') format('woff2'), url('https://eadn-wc04-4152308.nxedge.io/static/frontend/Brainvire/playlearn/en_US/fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
font-weight:600;
font-style:normal;
font-display:swap
}
@font-face {
font-family:'Montserrat-Italic';
src:url('../font/montserrat-mediumitalic-webfont.woff2') format('woff2'), url('https://eadn-wc04-4152308.nxedge.io/static/frontend/Brainvire/playlearn/en_US/fonts/montserrat/montserrat-mediumitalic-webfont.woff') format('woff');
font-weight:normal;
font-style:normal;
font-display:swap
}
.h1 {
	font-size:2.4rem;
	line-height:2.8rem;
	font-weight:700
}
.items {
	margin:0;
	padding:0;
	list-style:none none
}
a {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	cursor:pointer
}
a:before, a:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
p.large {
	color:rgba(0, 0, 0, 0.5);
	font-size:2rem;
	letter-spacing:0;
	line-height:3.4rem
}
.columns {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	box-sizing:border-box
}
.columns:after {
	clear:both;
	content:' ';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden
}
.columns .column.main {
	padding-bottom:40px;
	-webkit-flex-basis:auto;
	flex-basis:auto;
	-webkit-flex-grow:1;
	flex-grow:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	width:100%
}
.columns .sidebar-main {
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1
}
.columns .sidebar-additional {
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2
}
* {
	box-sizing:border-box
}
img {
	display:block
}
.table-wrapper {
	margin-bottom:20px
}
table>caption {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.table tfoot {
	background:#fff
}
.table tfoot>tr:first-child th, .table tfoot>tr:first-child td {
	border-top:0 none transparent;
	padding-top:20px
}
.table tfoot th, .table tfoot td {
	border:0
}
.table tfoot .mark {
	font-weight:400;
	text-align:right
}
.message.info {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#fdf0d5;
	color:#6f4400;
	padding-left:45px;
	position:relative
}
.message.info a {
	color:#CD4390
}
.message.info a:hover {
	color:#ff6e6e
}
.message.info a:active {
	color:#ff6e6e
}
.message.info>*:first-child:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:24px;
	color:#c07600;
	content:'\e602';
	font-family:'playlearn-icons';
	margin:-12px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	left:0;
	top:22px;
	width:45px;
	position:absolute;
	text-align:center
}
.message.error {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#fae5e5;
	color:#e02b27;
	padding-left:45px;
	position:relative
}
.message.error a {
	color:#CD4390
}
.message.error a:hover {
	color:#ff6e6e
}
.message.error a:active {
	color:#ff6e6e
}
.message.error>*:first-child:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:24px;
	color:#b30000;
	content:'\e61f';
	font-family:'playlearn-icons';
	margin:-12px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	left:0;
	top:22px;
	width:45px;
	position:absolute;
	text-align:center
}
.message.warning {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#fdf0d5;
	color:#6f4400;
	padding-left:45px;
	position:relative
}
.message.warning a {
	color:#CD4390
}
.message.warning a:hover {
	color:#ff6e6e
}
.message.warning a:active {
	color:#ff6e6e
}
.message.warning>*:first-child:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:24px;
	color:#c07600;
	content:'\e602';
	font-family:'playlearn-icons';
	margin:-12px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	left:0;
	top:22px;
	width:45px;
	position:absolute;
	text-align:center
}
.message.notice {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#fdf0d5;
	color:#6f4400;
	padding-left:45px;
	position:relative
}
.message.notice a {
	color:#CD4390
}
.message.notice a:hover {
	color:#ff6e6e
}
.message.notice a:active {
	color:#ff6e6e
}
.message.notice>*:first-child:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:24px;
	color:#c07600;
	content:'\e602';
	font-family:'playlearn-icons';
	margin:-12px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	left:0;
	top:22px;
	width:45px;
	position:absolute;
	text-align:center
}
.message.success {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#e5efe5;
	color:#006400;
	padding-left:45px;
	position:relative
}
.message.success a {
	color:#CD4390
}
.message.success a:hover {
	color:#ff6e6e
}
.message.success a:active {
	color:#ff6e6e
}
.message.success>*:first-child:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:24px;
	color:#006400;
	content:'\e60e';
	font-family:'playlearn-icons';
	margin:-12px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	left:0;
	top:22px;
	width:45px;
	position:absolute;
	text-align:center
}
.panel.header .switcher {
	display:none
}
.nav-sections .header.links .account-link:before {
	display:none
}
.nav-sections .section-item-title.store-account-links {
	display:none
}
.nav-sections .megamenucategories {
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
transition:all .3s;
	background:transparent;
	border-radius:10px;
	border:1px solid #fff;
	box-shadow:0 3px 10px #eee;
	display:none;
	max-height:76vh;
	max-width:770px;
	min-width:770px;
	opacity:0;
	overflow-y:auto;
	padding:15px;
	position:absolute;
	top:calc(100% + 40px);
	width:100%;
	z-index:-1
}
.nav-sections .megamenucategories .subcat {
	margin:15px;
	width:calc((100% / 3) - 30px);
	max-width:inherit
}
.nav-toggle {
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
	display:block;
	font-size:0;
	left:15px;
	position:absolute;
	top:26px;
	z-index:14
}
.nav-toggle:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:inherit;
	color:#CD4390;
	content:'\e609';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.nav-toggle:hover:before {
	color:#CD4390
}
.nav-toggle:before {
	background:url('../image/menu.svg') no-repeat left;
	content:'';
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center
}
.nav-toggle>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.section-item-title.store-menu-cms {
	display:none !important
}
.section-item-content.store-menu-cms {
	display:block !important
}
.section-item-content.store-menu-cms .nav-sections-cms-link {
	display:block;
	color:#1e1e1e;
	font-size:1.6rem;
	letter-spacing:.5px;
	line-height:1.8rem;
	font-weight:400
}
.nav-sections-cms-link.active+.megamenucategories {
	background:#fff;
	display:block;
	opacity:1;
	z-index:1
}
.nav-sections-cms-link.parent {
	padding-right:20px;
	position:relative
}
.nav-sections-cms-link.parent:after {
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #1e1e1e;
	content:'';
	position:absolute;
	right:0;
	top:9px
}
.nav-sections-cms-link.parent.active:after {
	border-top:6px solid #ff6e6e;
	transform:rotate(180deg)
}
.subcategories {
	border-bottom:2px solid #eef4f8;
	padding:0 0 4rem 0
}
.subcategories ul {
	justify-content:flex-start;
	margin-left:-10px;
	margin-right:-10px;
	overflow:hidden
}
.subcategories ul.slick-slider {
	overflow:hidden;
	padding:0
}
.subcategories ul .subcat {
	width:calc((100% / 6) - 30px)
}
.subcategories ul .subcat img {
	margin:0 auto
}
.megamenucategories ul, .subcategories ul {
	display:flex;
	flex-wrap:wrap;
	padding-inline-start:0
}
.megamenucategories .subcat, .subcategories .subcat {
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
transition:all .3s;
	list-style:none;
	margin:15px;
	max-width:145px;
	min-width:145px;
	text-align:center;
	width:145px;
	border-radius:8px;
	background:#E9F2F6;
}
.megamenucategories .subcat:hover, .subcategories .subcat:hover {
	-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
transition:all .3s;
	background:#FDEBE4;
}
.megamenucategories .subcat img, .subcategories .subcat img {
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
-ms-transition:opacity .3s;
transition:opacity .3s;
	/*border-radius:50%;*/
	display:block;
	height:145px;
	max-height:145px;
	max-width:145px;
	width:145px;
	margin:0 auto
}
.megamenucategories .subcat .subcategory-link, .subcategories .subcat .subcategory-link, .megamenucategories .subcat .menucategory-link, .subcategories .subcat .menucategory-link {
	width:100%;
	position:relative;
	display:block;

}
.megamenucategories .subcat .subcategory-link:before, .subcategories .subcat .subcategory-link:before, .megamenucategories .subcat .menucategory-link:before, .subcategories .subcat .menucategory-link:before {
	content:'';
transition:box-shadow .5s ease-in-out
}
.megamenucategories .menucategory-name, .subcategories .menucategory-name {
	font-size:1.6rem;
	color:#1e1e1e;
	transition:none;
	margin:1rem 0
}
.select-title {
	display:none
}
@media all and (min-width:1025px) {
.nav-toggle {
display:none
}
.nav-sections.sections {
width:calc(100% - 440px)
}
.nav-sections-item-content>* {
display:none
}
.nav-sections-item-content>.navigation {
display:block
}
.submenu-header {
display:none
}
/*.megamenucategories .subcat:hover .subcategory-link:before, .subcategories .subcat:hover .subcategory-link:before, .megamenucategories .subcat:hover .menucategory-link:before, .subcategories .subcat:hover .menucategory-link:before {
border-radius:100%;
box-shadow:inset 0 0 0 145px rgba(255, 110, 110, 0.5);
content:'';
display:block;
height:145px;
left:50%;
position:absolute;
top:0;
transform:translateX(-50%);
width:145px
}*/
.megamenucategories .subcat:hover .menucategory-name, .subcategories .subcat:hover .menucategory-name {
color:#ff6e6e
}
}
.tooltip.wrapper {
	position:relative
}
.tooltip.wrapper .tooltip.content {
	background:#fff;
	max-width:360px;
	min-width:210px;
	padding:12px 16px;
	z-index:100;
	display:none;
	position:absolute;
	text-align:left;
	color:#333;
	line-height:1.4;
	border:1px solid #bbb;
	margin-top:5px;
	left:0;
	top:100%
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
	border:solid transparent;
	content:'';
	height:0;
	position:absolute;
	width:0
}
.tooltip.wrapper .tooltip.content:after {
	border-width:5px;
	border-color:transparent
}
.tooltip.wrapper .tooltip.content:before {
	border-width:6px;
	border-color:transparent
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
	bottom:100%
}
.tooltip.wrapper .tooltip.content:after {
	border-bottom-color:#fff;
	left:15px;
	margin-left:-5px
}
.tooltip.wrapper .tooltip.content:before {
	border-bottom-color:#bbb;
	left:15px;
	margin-left:-6px
}
.tooltip.wrapper .tooltip.toggle {
	cursor:help
}
.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content, .tooltip.wrapper .tooltip.toggle:focus+.tooltip.content, .tooltip.wrapper:hover .tooltip.content {
	display:block
}
.tooltip.wrapper .tooltip.content dl {
	margin-bottom:0
}
.tooltip.wrapper .tooltip.content dd {
	white-space:normal
}
.tooltip.wrapper .tooltip.content .subtitle {
	display:inline-block;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px
}
.tooltip.wrapper .tooltip.content .label {
	margin-top:10px
}
.tooltip.wrapper .tooltip.content .label:first-child {
	margin-top:0
}
.tooltip.wrapper .tooltip.content .values {
	margin:0
}
.ui-tooltip {
	position:absolute;
	z-index:9999
}
.load.indicator {
	background-color:rgba(255, 255, 255, 0.7);
	z-index:9999;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	position:absolute
}
.load.indicator:before {
	background:transparent url('../image/loader-2.gif') no-repeat 50% 50%;
	border-radius:5px;
	height:160px;
	width:160px;
	bottom:0;
	box-sizing:border-box;
	content:'';
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0
}
.load.indicator>span {
	display:none
}
.loading-mask {
	bottom:0;
	left:0;
	margin:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
	background:rgba(255, 255, 255, 0.5)
}
.loading-mask .loader>img {
	bottom:0;
	left:0;
	margin:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:100
}
.loading-mask .loader>p {
	display:none
}
body>.loading-mask {
	z-index:9999
}
._block-content-loading {
	position:relative
}
[data-role='main-css-loader'] {
display:none
}
select.qty, .input-text.qty {
	border:1px solid #cbcbcb;
	color:#1e1e1e;
	line-height:3.2rem;
	border-radius:6px;
	box-shadow:none;
	height:32px;
	margin:0;
	padding:0;
	text-align:center;
	width:67px
}
select.qty {
	padding:0 18px
}
textarea {
	border-bottom-right-radius:0 !important
}
textarea, select, .input-text {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.field.choice:not(.review-field-rating) {
position:relative
}
.field.choice:not(.review-field-rating) br {
display:none
}
.field.choice:not(.review-field-rating) input[type='checkbox'], .field.choice:not(.review-field-rating) input[type='radio'] {
opacity:0;
position:absolute
}
.field.choice:not(.review-field-rating) input[type='checkbox']:checked+label:before, .field.choice:not(.review-field-rating) input[type='radio']:checked+label:before, .field.choice:not(.review-field-rating) input[type='checkbox']:checked+.label:before, .field.choice:not(.review-field-rating) input[type='radio']:checked+.label:before {
background:#ffc022;
border:1px solid #ffc022
}
.field.choice:not(.review-field-rating) input[type='checkbox']:checked+label:after, .field.choice:not(.review-field-rating) input[type='radio']:checked+label:after, .field.choice:not(.review-field-rating) input[type='checkbox']:checked+.label:after, .field.choice:not(.review-field-rating) input[type='radio']:checked+.label:after {
opacity:1
}
.field.choice:not(.review-field-rating) input[type='radio']+.label:before {
border-radius:50%
}
.field.choice:not(.review-field-rating):active label, .field.choice:not(.review-field-rating):active .label {
color:#1e1e1e
}
.field.choice:not(.review-field-rating) label, .field.choice:not(.review-field-rating) .label {
-webkit-align-items:flex-start;
-ms-align-items:flex-start;
align-items:flex-start;
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
font-size:1.6rem;
line-height:2.4rem;
margin:0;
padding:0;
position:relative
}
.field.choice:not(.review-field-rating) label:before, .field.choice:not(.review-field-rating) .label:before, .field.choice:not(.review-field-rating) label:after, .field.choice:not(.review-field-rating) .label:after {
position:absolute;
transition:all 300ms ease-in
}
.field.choice:not(.review-field-rating) label:before, .field.choice:not(.review-field-rating) .label:before {
background:#fff;
border:1px solid #000;
content:'';
display:block;
flex-shrink:0;
height:18px;
margin:2px 10px 0 0;
position:relative;
width:18px;
z-index:1
}
.field.choice:not(.review-field-rating) label:after, .field.choice:not(.review-field-rating) .label:after {
color:#fff;
content:'\e610';
font-family:'playlearn-icons';
font-size:14px;
display:block;
height:18px;
left:1px;
line-height:18px;
opacity:0;
position:absolute;
text-align:center;
top:3px;
width:18px;
z-index:2
}
.field.choice:not(.review-field-rating):last-child {
margin-bottom:0
}
.fieldset {
	border:0;
	margin:0 0 40px;
	padding:0;
	letter-spacing:-.31em
}
.fieldset>* {
	letter-spacing:normal
}
.fieldset>.legend {
	margin:0 0 17px;
	padding:0;
	width:100%;
	box-sizing:border-box;
	float:left;
	font-weight:400;
	line-height:1.2;
	font-size:1.4rem
}
.fieldset>.legend+br {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden
}
.fieldset:last-child {
	margin-bottom:20px
}
.fieldset>.field, .fieldset>.fields>.field {
	margin:0 0 17px;
	max-width:100%;
	width:100%
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
	margin:0;
	display:inline-block
}
.fieldset>.field:last-child, .fieldset>.fields>.field:last-child {
	margin-bottom:0
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
	font-weight:400;
	line-height:24px;
	font-size:1.6rem
}
.fieldset>.field>.label+br, .fieldset>.fields>.field>.label+br {
	display:none
}
.fieldset>.field .choice input, .fieldset>.fields>.field .choice input {
	vertical-align:top
}
.fieldset>.field .fields.group:before, .fieldset>.fields>.field .fields.group:before, .fieldset>.field .fields.group:after, .fieldset>.fields>.field .fields.group:after {
	content:'';
	display:table
}
.fieldset>.field .fields.group:after, .fieldset>.fields>.field .fields.group:after {
	clear:both
}
.fieldset>.field .fields.group .field, .fieldset>.fields>.field .fields.group .field {
	box-sizing:border-box;
	float:left
}
.fieldset>.field .fields.group.group-2 .field, .fieldset>.fields>.field .fields.group.group-2 .field {
	width:50% !important
}
.fieldset>.field .fields.group.group-3 .field, .fieldset>.fields>.field .fields.group.group-3 .field {
	width:33.3% !important
}
.fieldset>.field .fields.group.group-4 .field, .fieldset>.fields>.field .fields.group.group-4 .field {
	width:25% !important
}
.fieldset>.field .fields.group.group-5 .field, .fieldset>.fields>.field .fields.group.group-5 .field {
	width:20% !important
}
.fieldset>.field .addon, .fieldset>.fields>.field .addon {
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	padding:0;
	width:100%
}
.fieldset>.field .addon textarea, .fieldset>.fields>.field .addon textarea, .fieldset>.field .addon select, .fieldset>.fields>.field .addon select, .fieldset>.field .addon input, .fieldset>.fields>.field .addon input {
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	display:inline-block;
	margin:0;
	width:auto
}
.fieldset>.field .addon .addbefore, .fieldset>.fields>.field .addon .addbefore, .fieldset>.field .addon .addafter, .fieldset>.fields>.field .addon .addafter {
	background:#fff;
	background-clip:padding-box;
	border:1px solid #e3e3e3;
	border-radius:30px;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	height:50px;
	line-height:50px;
	padding:0 15px;
	vertical-align:baseline;
	width:calc(100% - 12px);
	box-sizing:border-box;
	-ms-flex-order:3;
	-webkit-order:3;
	order:3;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	width:auto
}
.fieldset>.field .addon .addbefore:focus, .fieldset>.fields>.field .addon .addbefore:focus, .fieldset>.field .addon .addafter:focus, .fieldset>.fields>.field .addon .addafter:focus {
	border:none
}
.fieldset>.field .addon .addbefore:disabled, .fieldset>.fields>.field .addon .addbefore:disabled, .fieldset>.field .addon .addafter:disabled, .fieldset>.fields>.field .addon .addafter:disabled {
	opacity:.5;
	border:1px solid #dae9f7
}
.fieldset>.field .addon .addbefore::-moz-placeholder, .fieldset>.fields>.field .addon .addbefore::-moz-placeholder, .fieldset>.field .addon .addafter::-moz-placeholder, .fieldset>.fields>.field .addon .addafter::-moz-placeholder {
color:#aeaeae
}
.fieldset>.field .addon .addbefore::-webkit-input-placeholder, .fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder, .fieldset>.field .addon .addafter::-webkit-input-placeholder, .fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder {
color:#aeaeae
}
.fieldset>.field .addon .addbefore:-ms-input-placeholder, .fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder, .fieldset>.field .addon .addafter:-ms-input-placeholder, .fieldset>.fields>.field .addon .addafter:-ms-input-placeholder {
color:#aeaeae
}
.fieldset>.field .addon .addbefore, .fieldset>.fields>.field .addon .addbefore {
	float:left;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1
}
.fieldset>.field .additional, .fieldset>.fields>.field .additional {
	margin-top:10px
}
.fieldset>.field.required>.label:after, .fieldset>.fields>.field.required>.label:after, .fieldset>.field._required>.label:after, .fieldset>.fields>.field._required>.label:after {
	content:'*';
	color:#1e1e1e;
	font-size:1.6rem;
	margin:0 0 0 2px
}
.fieldset>.field .note, .fieldset>.fields>.field .note {
	font-size:1.2rem;
	margin:3px 0 0;
	padding:0;
	display:inline-block;
	text-decoration:none
}
.fieldset>.field .note:before, .fieldset>.fields>.field .note:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:12px;
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.fieldset>.field.no-label>.label, .fieldset>.fields>.field.no-label>.label {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.fieldset>.field label, .fieldset>.fields>.field label, .fieldset>.field .label, .fieldset>.fields>.field .label {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.fieldset>.field.choice:not(.review-field-rating) label, .fieldset>.fields>.field.choice:not(.review-field-rating) label, .fieldset>.field.choice:not(.review-field-rating) .label, .fieldset>.fields>.field.choice:not(.review-field-rating) .label {
font-size:14px;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin:0;
padding:0
}
.fieldset>.field.choice:not(.review-field-rating):active label, .fieldset>.fields>.field.choice:not(.review-field-rating):active label, .fieldset>.field.choice:not(.review-field-rating):active .label, .fieldset>.fields>.field.choice:not(.review-field-rating):active .label {
color:#1e1e1e
}
.fieldset>.field.required label:after, .fieldset>.fields>.field.required label:after, .fieldset>.field.required .label:after, .fieldset>.fields>.field.required .label:after {
	transition:all 300ms ease-in
}
.fieldset>.field:active.required .label:after, .fieldset>.fields>.field:active.required .label:after, .fieldset>.field:focus.required .label:after, .fieldset>.fields>.field:focus.required .label:after, .fieldset>.field:focus-within.required .label:after, .fieldset>.fields>.field:focus-within.required .label:after, .fieldset>.field:active label, .fieldset>.fields>.field:active label, .fieldset>.field:focus label, .fieldset>.fields>.field:focus label, .fieldset>.field:focus-within label, .fieldset>.fields>.field:focus-within label, .fieldset>.field:active .label, .fieldset>.fields>.field:active .label, .fieldset>.field:focus .label, .fieldset>.fields>.field:focus .label, .fieldset>.field:focus-within .label, .fieldset>.fields>.field:focus-within .label {
color:#CD4390
}
.legend+.fieldset, .legend+div {
	clear:both
}
.legend>span {
	margin-right:5px
}
fieldset.field {
	border:0;
	padding:0
}
.field.date .time-picker {
	display:inline-block;
	margin-top:10px;
	white-space:nowrap
}
.field .message.warning {
	margin-top:10px
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	text-indent:.01em;
	text-overflow:'';
	background-size:auto;
	background-position-x:90%
}
select::-ms-expand {
display:none
}
select.admin__control-multiselect {
	height:auto
}
.field-error, div.mage-error[generated] {
	margin-top:1px
}
.field-error {
	color:#e02b27;
	font-size:1.2rem
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
display:none !important
}
.field .tooltip {
	position:relative
}
.field .tooltip .tooltip-content {
	background:#fff;
	max-width:360px;
	min-width:210px;
	padding:12px 16px;
	z-index:100;
	display:none;
	position:absolute;
	text-align:left;
	color:#333;
	line-height:1.4;
	border:1px solid #bbb;
	margin-left:5px;
	left:100%;
	top:0
}
.field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
	border:solid transparent;
	content:'';
	height:0;
	position:absolute;
	width:0
}
.field .tooltip .tooltip-content:after {
	border-width:5px;
	border-color:transparent
}
.field .tooltip .tooltip-content:before {
	border-width:6px;
	border-color:transparent
}
.field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
	right:100%
}
.field .tooltip .tooltip-content:after {
	border-right-color:#fff;
	margin-top:-5px;
	top:15px
}
.field .tooltip .tooltip-content:before {
	border-right-color:#bbb;
	margin-top:-6px;
	top:15px
}
.field .tooltip .tooltip-toggle {
	cursor:help
}
.field .tooltip .tooltip-toggle:hover+.tooltip-content, .field .tooltip .tooltip-toggle:focus+.tooltip-content, .field .tooltip:hover .tooltip-content {
	display:block
}
.field .tooltip .tooltip-content {
	min-width:200px;
	white-space:normal
}
input:focus~.tooltip .tooltip-content, select:focus~.tooltip .tooltip-content {
display:block
}
._has-datepicker~.ui-datepicker-trigger {
background-image:none;
background:none;
-moz-box-sizing:content-box;
border:0;
box-shadow:none;
line-height:inherit;
margin:0;
padding:0;
text-shadow:none;
font-weight:400;
display:block;
text-decoration:none;
display:inline-block;
margin-top:-4px;
vertical-align:middle
}
._has-datepicker~.ui-datepicker-trigger:focus, ._has-datepicker~.ui-datepicker-trigger:active {
background:none;
border:none
}
._has-datepicker~.ui-datepicker-trigger:hover {
background:none;
border:none
}
._has-datepicker~.ui-datepicker-trigger.disabled, ._has-datepicker~.ui-datepicker-trigger[disabled], fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {
pointer-events:none;
opacity:.5
}
._has-datepicker~.ui-datepicker-trigger>span {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
._has-datepicker~.ui-datepicker-trigger:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:23px;
line-height:23px;
color:#7d7d7d;
content:'\e612';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
._has-datepicker~.ui-datepicker-trigger:focus {
box-shadow:none;
outline:0
}
.sidebar .fieldset {
	margin:0
}
.sidebar .fieldset>.field:not(.choice):not(:last-child), .sidebar .fieldset .fields>.field:not(:last-child) {
margin:0 0 17px
}
.sidebar .fieldset>.field:not(.choice) label, .sidebar .fieldset .fields>.field label, .sidebar .fieldset>.field:not(.choice) .label, .sidebar .fieldset .fields>.field .label {
margin:0 0 4px;
padding:0 0 5px;
text-align:left;
width:100%
}
.sidebar .fieldset>.field:not(.choice) .control, .sidebar .fieldset .fields>.field .control {
width:100%
}
@font-face {
font-family:'playlearn-icons';
src:url('../font/playlearn-icons.woff2') format('woff2'), url('../font/playlearn-icons.woff') format('woff');
font-weight:normal;
font-style:normal;
font-display:auto
}
button, a.action.primary {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.action-primary {
	background-image:none;
	background:#ff6e6e;
	border:1px solid #ff6e6e;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:700;
	padding:12px 23px;
	font-size:1.6rem;
	box-sizing:border-box;
	vertical-align:middle
}
.action-primary:focus, .action-primary:active {
	background:#ffc022;
	border:1px solid #ff7070;
	color:#fff
}
.action-primary:hover {
	background:#ff7070;
	border:1px solid #ff7070;
	color:#fff
}
.action-primary.disabled, .action-primary[disabled], fieldset[disabled] .action-primary {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
a.button {
	background-image:none;
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	margin:0;
	padding:12px 23px;
	font-size:1.4rem;
	line-height:1.6rem;
	box-sizing:border-box;
	vertical-align:middle;
	border-radius:25px
}
a.button:focus, a.button:active {
	background:transparent;
	border:2px solid #fff;
	color:#1e1e1e
}
a.button:hover {
	background:#fff;
	border:2px solid #fff;
	color:#1e1e1e
}
a.button.disabled, a.button[disabled], fieldset[disabled] a.button {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
.action-secondary, button.ancillary, a.button.ancillary {
	background-image:none;
	background:#fff;
	border:1px solid #CD4390;
	color:#CD4390;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:700;
	margin:0;
	padding:12px 23px;
	font-size:1.4rem;
	line-height:1.6rem;
	box-sizing:border-box;
	vertical-align:middle
}
.action-secondary:focus, button.ancillary:focus, a.button.ancillary:focus, .action-secondary:active, button.ancillary:active, a.button.ancillary:active {
	background:#fff;
	border:1px solid #CD4390;
	color:#CD4390
}
.action-secondary:hover, button.ancillary:hover, a.button.ancillary:hover {
	background:#fff;
	border:1px solid #CD4390;
	color:#CD4390
}
.action-secondary.disabled, button.ancillary.disabled, a.button.ancillary.disabled, .action-secondary[disabled], button.ancillary[disabled], a.button.ancillary[disabled], fieldset[disabled] .action-secondary, fieldset[disabled] button.ancillary, fieldset[disabled] a.button.ancillary {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
.action-secondary, a.action.ancillary, a.action.primary, a.button, button {
	position:relative;
	overflow:hidden;
	border-radius:24px;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	text-align:center
}
.action-secondary:before, a.action.ancillary:before, a.action.primary:before, a.button:before, button:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	right:0;
	bottom:0;
	background-color:#cfdfd6;
	opacity:0.3;
	border-radius:24px;
	width:0;
	z-index:1;
	transform:translate(-50%, -50%)
}
.action-secondary.animating:before, a.action.ancillary.animating:before, a.action.primary.animating:before, a.button.animating:before, button.animating:before {
	animation-name:button-animation;
	animation-duration:400ms
}
@keyframes button-animation {
0% {
width:0;
height:0
}
30% {
width:25%;
height:25%
}
100% {
width:120%;
height:120%
}
}
body:not(._keyfocus) button:focus {
box-shadow:none
}
a.action.primary {
	display:inline-block;
	text-decoration:none
}
a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
	text-decoration:none
}
.action.primary {
	background-image:none;
	background:#ff6e6e;
	border:1px solid #ff6e6e;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:700;
	padding:12px 23px;
	font-size:1.6rem;
	box-sizing:border-box;
	vertical-align:middle
}
.action.primary:focus, .action.primary:active {
	background:#ffc022;
	border:1px solid #ff7070;
	color:#fff
}
.action.primary:hover {
	background:#ff7070;
	border:1px solid #ff7070;
	color:#fff
}
.action.primary.disabled, .action.primary[disabled], fieldset[disabled] .action.primary {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
.product.data.items {
	margin:0;
	padding:0;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:20px
}
.product.data.items>.item.title {
	box-sizing:border-box;
	float:none;
	width:100%
}
.product.data.items>.item.title>.switch {
	display:block
}
.product.data.items>.item.content {
	box-sizing:border-box;
	display:block;
	float:none;
	margin:0
}
.product.data.items>.item.content:before, .product.data.items>.item.content:after {
	content:'';
	display:table
}
.product.data.items>.item.content:after {
	clear:both
}
.product.data.items>.item.content.active {
	display:block
}
.product.data.items>.item.title {
	margin:0
}
.product.data.items>.item.title>.switch {
	border-top:1px solid #e3e3e3;
	height:40px;
	padding:1px 10px 1px 10px;
	font-weight:600;
	line-height:40px;
	font-size:1.4rem;
	color:#333;
	text-decoration:none
}
.product.data.items>.item.title>.switch:visited {
	color:#6d6d6d;
	text-decoration:none
}
.product.data.items>.item.title>.switch:hover {
	color:#333;
	text-decoration:none
}
.product.data.items>.item.title>.switch:active {
	color:#333;
	text-decoration:none
}
.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
color:#333;
text-decoration:none;
padding-bottom:1px
}
.product.data.items>.item.content {
	background:#fff;
	margin:0;
	padding:10px 10px 30px
}
.product.data.items .item.title {
	text-align:center
}
.product.data.items .item.title a {
	position:relative;
	text-decoration:none
}
.product.data.items .item.title a:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:14px;
	line-height:inherit;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product.data.items .item.title a:after {
	position:absolute;
	right:10px;
	top:1px
}
.product.data.items .item.title.active a:after {
	content:'\e621'
}
.product.data.items .value p:last-child {
	margin-bottom:0
}
.product.data.items .table-wrapper {
	margin:0
}
.pages>.label {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.pages .items {
	font-size:0;
	letter-spacing:-1px;
	line-height:0;
	white-space:nowrap;
	margin:0;
	padding:0;
	list-style:none none;
	display:inline-block;
	font-weight:400
}
.pages .item {
	font-size:1.2rem;
	line-height:3rem;
	letter-spacing:normal;
	margin:0 8px 0 0;
	display:inline-block
}
.pages .item .label {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.pages a.page {
	color:#CD4390;
	display:inline-block;
	padding:0 5px;
	text-decoration:none
}
.pages a.page:visited {
	color:#CD4390
}
.pages a.page:hover {
	color:#ff6e6e;
	text-decoration:none
}
.pages a.page:active {
	color:#ff5501
}
.pages strong.page {
	background:#e5e5e5;
	font-size:1.2rem;
	line-height:3rem;
	letter-spacing:normal;
	color:#333;
	display:inline-block;
	font-weight:700;
	padding:0 5px
}
.pages .action {
	background:#fff;
	border:1px solid #e3e3e3;
	color:#7d7d7d;
	display:inline-block;
	padding:0;
	text-decoration:none
}
.pages .action:visited {
	background:#fff;
	color:#7d7d7d
}
.pages .action:hover {
	background:#fff;
	color:#7d7d7d;
	text-decoration:none
}
.pages .action:active {
	color:#7d7d7d
}
.pages .action.next {
	display:inline-block;
	text-decoration:none
}
.pages .action.next:visited:before {
	color:#7d7d7d
}
.pages .action.next:active:before {
	color:#7d7d7d
}
.pages .action.next>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.pages .action.next:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:inherit;
	color:#7d7d7d;
	content:'\e608';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.pages .action.next:hover:before {
	color:#7d7d7d
}
.pages .action.next:active:before {
	color:#7d7d7d
}
.pages .action.previous {
	display:inline-block;
	text-decoration:none
}
.pages .action.previous:visited:before {
	color:#7d7d7d
}
.pages .action.previous:active:before {
	color:#7d7d7d
}
.pages .action.previous>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.pages .action.previous:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:inherit;
	color:#7d7d7d;
	content:'\e617';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.pages .action.previous:hover:before {
	color:#7d7d7d
}
.pages .action.previous:active:before {
	color:#7d7d7d
}
.pages .action {
	box-shadow:inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(227, 227, 227, 0.3);
	border-radius:3px;
	padding:0 8px
}
.pages .action.previous {
	margin-right:8px
}
.pages .action.next {
	margin-left:8px
}
.actions-toolbar {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end
}
.actions-toolbar>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.actions-toolbar>.secondary .action.back {
	display:none
}
.breadcrumbs {
	margin:0 0 15px
}
.breadcrumbs .items {
	font-size:1.8rem;
	color:rgba(45, 130, 198, 0.49);
	margin:0;
	padding:0;
	list-style:none none
}
.breadcrumbs .items>li {
	display:inline-block;
	vertical-align:top
}
.breadcrumbs .item {
	margin:0
}
.breadcrumbs a {
	color:#CD4390;
	text-decoration:none
}
.breadcrumbs a:visited {
	color:#CD4390;
	text-decoration:underline
}
.breadcrumbs a:hover {
	color:#ff6e6e;
	text-decoration:underline
}
.breadcrumbs a:active {
	color:#CD4390;
	text-decoration:none
}
.breadcrumbs strong {
	font-weight:400
}
.breadcrumbs .item:not(:last-child) {
display:inline-block;
text-decoration:none
}
.breadcrumbs .item:not(:last-child):after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:10px;
line-height:36px;
color:#CD4390;
content:'\e608';
font-family:'playlearn-icons';
margin:0 10px;
vertical-align:top;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
@media(max-width:687px) {
.breadcrumbs .item:not(:last-child):after {
    line-height: 28px;

}
}
.breadcrumbs .items {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
	width:auto;
	padding-top:15px;
	padding-bottom:15px;
	max-width:1680px
}
.ui-dialog.popup .action.close {
	position:absolute;
	height:40px;
	right:0;
	top:0;
	width:40px;
	z-index:1001;
	display:inline-block;
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	font-weight:400
}
.ui-dialog.popup .action.close>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.ui-dialog.popup .action.close:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:16px;
	color:#8c8c8c;
	content:'\e616';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.ui-dialog.popup .action.close:hover:before {
	color:#737373
}
.ui-dialog.popup .action.close:active:before {
	color:#737373
}
.ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
	background:none;
	border:none
}
.ui-dialog.popup .action.close:hover {
	background:none;
	border:none
}
.ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled], fieldset[disabled] .ui-dialog.popup .action.close {
	pointer-events:none;
	opacity:.5
}
.popup .actions-toolbar .action.cancel {
	font-weight:400
}
.popup-pointer {
	margin-left:-14px;
	position:absolute;
	top:-14px
}
.popup-pointer:before, .popup-pointer:after {
	content:'';
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-bottom-style:solid
}
.popup-pointer:before {
	left:2px;
	top:2px;
	border:solid 6px;
	border-color:transparent transparent #fff transparent;
	z-index:99
}
.popup-pointer:after {
	left:1px;
	top:0px;
	border:solid 7px;
	border-color:transparent transparent #aeaeae transparent;
	z-index:98
}
.price-tier_price .price-excluding-tax, .price-tier_price .price-including-tax {
	display:inline
}
.price-including-tax, .price-excluding-tax {
	display:block;
	font-size:1.4rem;
	font-weight:600;
	letter-spacing:0.1px;
	line-height:2.4rem
}
.price-including-tax+.price-excluding-tax, .weee[data-label] {
	display:block;
	font-size:1.4rem
}
.price-including-tax+.price-excluding-tax:before, .weee[data-label]:before {
	content:attr(data-label) ': ';
	font-size:1.1rem
}
.price-including-tax+.price-excluding-tax .price, .weee[data-label] .price {
	font-size:1.1rem
}
[class^="icon-"], [class*=" icon-"] {
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
[class^="icon-"]:after, [class*=" icon-"]:after, [class^="icon-"]:before, [class*=" icon-"]:before {
font-family:'playlearn-icons' 
}
.icon-arrow:before {
	content:'\e90a'
}
.icon-attachment:before {
	content:'\e909'
}
.icon-newsletter:before {
	content:'\e908'
}
.icon-know:before {
	content:'\e905'
}
.icon-grow:before {
	content:'\e906'
}
.icon-smile:before {
	content:'\e907'
}
.icon-slide-left:before {
	content:'\e903'
}
.icon-slide-right:before {
	content:'\e904'
}
.icon-instagram:before {
	content:'\e900'
}
.icon-youtube:before {
	content:'\e901'
}
.icon-facebook:before {
	content:'\e902'
}
.icon-private:before {
	content:'\e629'
}
.icon-gift-registry:before {
	content:'\e62b'
}
.icon-present:before {
	content:'\e62a'
}
.icon-star-empty:before {
	content:'\e625'
}
.icon-download:before {
	content:'\e626'
}
.icon-undo:before {
	content:'\e628'
}
.icon-print:before {
	content:'\e624'
}
.icon-help:before {
	content:'\e623'
}
.icon-success:before {
	content:'\e60e'
}
.icon-error:before {
	content:'\e61f'
}
.icon-account:before {
	content:'\e627'
}
.icon-edit:before {
	content:'\e601'
}
.icon-wishlist-full:before {
	content:'\e600'
}
.icon-warning:before {
	content:'\e602'
}
.icon-update:before {
	content:'\e603'
}
.icon-trash:before {
	content:'\e604'
}
.icon-star:before {
	content:'\e605'
}
.icon-settings:before {
	content:'\e606'
}
.icon-pointer-down:before {
	content:'\e607'
}
.icon-next:before {
	content:'\e608'
}
.icon-menu:before {
	content:'\e609'
}
.icon-location:before {
	content:'\e60a'
}
.icon-list:before {
	content:'\e60b'
}
.icon-info:before {
	content:'\e60c'
}
.icon-grid:before {
	content:'\e60d'
}
.icon-minus:before {
	content:'\e60f'
}
.icon-checkmark:before {
	content:'\e610'
}
.icon-cart:before {
	content:'\e611'
}
.icon-calendar:before {
	content:'\e612'
}
.icon-arrow-up:before {
	content:'\e613'
}
.icon-arrow-down:before {
	content:'\e614'
}
.icon-search:before {
	content:'\e615'
}
.icon-remove:before {
	content:'\e616'
}
.icon-prev:before {
	content:'\e617'
}
.icon-pointer-up:before {
	content:'\e618'
}
.icon-pointer-right:before {
	content:'\e619'
}
.icon-pointer-left:before {
	content:'\e61a'
}
.icon-flag:before {
	content:'\e61b'
}
.icon-expand:before {
	content:'\e61c'
}
.icon-envelope:before {
	content:'\e61d'
}
.icon-compare-full:before {
	content:'\e61e'
}
.icon-comment:before {
	content:'\e620'
}
.icon-up:before {
	content:'\e621'
}
.icon-down:before {
	content:'\e622'
}
.slick-slide img {
	margin:0 auto;
	width:100%
}
.slider__slide {
	padding:25px 0
}
.slider>.slider__slide:not(:first-child) {
display:none
}
.slider__slide-content {
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	background:#fff;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	padding:60px 20px 20px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	border-radius:32px;
	overflow:hidden;
	position:relative
}
.slider__slide-content>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.slider__slide-img {
	overflow:hidden;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start;
	margin-top:30px
}
.slider__slide-img img {
	margin:0 auto;
	max-width:calc(100% - 40px)
}
.slider h1 {
	margin:0 auto;
	padding:0;
	text-align:center
}
.slick-slide {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-grow:1;
	flex-grow:1
}
.slick-track {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.slick-prev {
	left:5px;
	right:auto
}
.slick-next {
	left:auto;
	right:5px
}
.slick-next:before {
	left:0;
	top:0;
	transform:rotate(180deg)
}
.slick-prev, .slick-next {
	background:#e5e5e5;
	border:1px solid #e5e5e5;
	border-radius:100%;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	font-size:0;
	height:50px;
	padding:0;
	position:absolute;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	width:50px;
	z-index:1
}
.slick-prev:before, .slick-next:before {
	content:'';
	display:block;
	opacity:1;
	width:50px;
	content:'\e903';
	font-family:'playlearn-icons';
	font-size:20px;
	color:#fff;
	line-height:50px
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus, .slick-prev:active, .slick-next:active {
	background-color:#ff6e6e;
	border-width:1px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1) !important
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	cursor:not-allowed;
	opacity:.4;
	pointer-events:none
}
.slider-button-top .slick-prev {
	left:auto;
	right:70px;
	top:-52px
}
.slider-button-top .slick-next {
	right:10px;
	top:-52px
}
.color-white {
	color:#fff !important
}
.color-black {
	color:#1e1e1e !important
}
.color-red {
	color:#ff6e6e !important
}
.color-blue {
	color:#CD4390 !important
}
.color-yellow {
	color:#ffc022 !important
}
.color-turquoise {
	color:#6bd3dd !important
}
body._has-modal {
	height:100%;
	overflow:hidden;
	width:100%
}
.modals-overlay {
	z-index:899
}
.modal-slide, .modal-popup {
	bottom:0;
	left:0;
	min-width:0;
	position:fixed;
	right:0;
	top:0;
	visibility:hidden;
	opacity:0;
-webkit-transition:visibility 0s .3s, opacity .3s ease;
transition:visibility 0s .3s, opacity .3s ease
}
.modal-slide._show, .modal-popup._show {
	visibility:visible;
	opacity:1;
-webkit-transition:opacity .3s ease;
transition:opacity .3s ease
}
.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0)
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
	background-color:#fff;
	box-shadow:0 0 12px 2px rgba(0, 0, 0, 0.35);
	opacity:1;
	pointer-events:auto
}
.modal-slide {
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:900
}
.modal-slide._show .modal-inner-wrap {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.modal-slide .modal-inner-wrap {
	height:auto;
	overflow-y:auto;
	position:absolute;
	width:auto;
	top:10px;
	bottom:auto;
	left:10px;
	right:10px;
	border-radius:4px
}
.modal-slide._inner-scroll .modal-inner-wrap {
	overflow-y:visible;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
	-webkit-flex-grow:0;
	flex-grow:0;
	-webkit-flex-shrink:0;
	flex-shrink:0
}
.modal-slide._inner-scroll .modal-content {
	overflow-y:auto
}
.modal-slide._inner-scroll .modal-footer {
	margin-top:auto
}
.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
	padding:0 2.6rem 2.6rem
}
.modal-slide .modal-header {
	padding-bottom:2.1rem;
	padding-top:2.1rem
}
.modal-popup {
	z-index:900;
	left:0;
	overflow-y:auto
}
.modal-popup.confirm .modal-inner-wrap {
	max-width:50rem
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
	padding-right:7rem
}
.modal-popup._show .modal-inner-wrap {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.modal-popup .modal-inner-wrap {
	margin:5rem auto;
	width:75%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	box-sizing:border-box;
	height:auto;
	left:0;
	position:absolute;
	right:0;
	-webkit-transform:translateY(-200%);
	transform:translateY(-200%);
-webkit-transition:-webkit-transform .2s ease;
transition:transform .2s ease
}
.modal-popup._inner-scroll {
	overflow-y:visible
}
.ie11 .modal-popup._inner-scroll {
	overflow-y:auto
}
.modal-popup._inner-scroll .modal-inner-wrap {
	max-height:90%
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
	max-height:none
}
.modal-popup._inner-scroll .modal-content {
	overflow-y:auto
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
	padding-left:3rem;
	padding-right:3rem
}
.modal-popup .modal-header, .modal-popup .modal-footer {
	-webkit-flex-grow:0;
	flex-grow:0;
	-webkit-flex-shrink:0;
	flex-shrink:0
}
.modal-popup .modal-header {
	padding-bottom:1.2rem;
	padding-top:3rem
}
.modal-popup .modal-footer {
	margin-top:auto;
	padding-bottom:3rem;
	padding-top:3rem
}
.modal-popup .modal-footer-actions {
	text-align:right
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-shadow:none;
	font-weight:400;
	display:inline-block;
	text-decoration:none;
	position:absolute;
	right:0;
	top:0
}
.modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active {
	background:none;
	border:none
}
.modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover {
	background:none;
	border:none
}
.modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled], fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close {
	pointer-events:none;
	opacity:.5
}
.modal-custom .action-close>span, .modal-popup .action-close>span, .modal-slide .action-close>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:14px;
	line-height:14px;
	color:#CD4390;
	content:'\e616';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
	color:inherit
}
.modal-custom .action-close:active:before, .modal-popup .action-close:active:before, .modal-slide .action-close:active:before {
	color:inherit
}
.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
	color:#1a1a1a
}
.modal-custom .action-close {
	margin:15px
}
.modal-popup {
	pointer-events:none
}
.modal-popup .modal-title {
	border-bottom:1px solid #c1c1c1;
	font-weight:300;
	padding-bottom:10px;
	font-size:26px;
	margin-bottom:0;
	min-height:1em;
	word-wrap:break-word
}
.modal-popup .action-close {
	padding:20px
}
.modal-slide .action-close {
	margin:15px;
	padding:0
}
.modal-slide .page-main-actions {
	margin-bottom:-12.9rem;
	margin-top:2.1rem
}
.modals-overlay {
	background-color:rgba(51, 51, 51, 0.55);
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0
}
body._has-modal-custom .modal-custom-overlay {
	height:100vh;
	left:0;
	position:fixed;
	top:0;
	width:100vw;
	z-index:899
}
.login-container .g-recaptcha, .form-login .g-recaptcha {
	margin-bottom:10px !important
}
.required-captcha.checkbox {
	position:absolute;
	display:block;
	visibility:visible;
	overflow:hidden;
	opacity:0;
	width:1px;
	height:1px
}
.review-form .field-recaptcha {
	margin-bottom:10px
}
.form.send.friend .g-recaptcha {
	margin-top:40px
}
.amslick-slider-container .slick-dots li button:focus, .amslick-slider-container .slick-dots li button:hover, .amslick-slider-container .slick-list:focus {
	outline:0
}
.amslick-slider-container .slick-list, .amslick-slider-container .slick-slider, .amslick-slider-container .slick-track {
	position:relative;
	display:block
}
.amslick-slider-container .slick-loading .slick-slide, .amslick-slider-container .slick-loading .slick-track {
	visibility:hidden
}
.amslick-slider-container .slick-list {
	overflow:hidden;
	margin:0;
	padding:0
}
.amslick-slider-container .slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.amslick-slider-container .slick-slider .slick-list, .amslick-slider-container .slick-slider .slick-track {
	transform:translate3d(0, 0, 0)
}
.amslick-slider-container .slick-track {
	top:0;
	left:0;
	margin:0 auto
}
.amslick-slider-container .slick-track:after, .amslick-slider-container .slick-track:before {
	display:table;
	content:''
}
.amslick-slider-container .slick-track:after {
	clear:both
}
.amslick-slider-container .slick-slide, .amslick-slider-container .slick-slide.slick-loading img {
	display:none
}
.amslick-slider-container .slick-slide {
	float:left;
	min-height:1px;
	height:100%;
	vertical-align:middle
}
.amslick-slider-container [dir=rtl] .slick-slide {
	float:right
}
.amslick-slider-container .slick-slide.dragging img {
	pointer-events:none
}
.amslick-slider-container .slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.amslick-slider-container .slick-arrow.slick-hidden {
	display:none
}
.amslick-slider-container .slick-loading .slick-list {
	position:relative;
	background:0 0
}
.amslick-slider-container .slick-loading .slick-list:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:25px;
	height:25px;
	border-width:3px;
	border-style:solid;
	border-color:rgba(0, 0, 0, 0.2);
	border-top-color:#5c5c5c;
	border-radius:100%;
	content:'';
	transform:translate(-50%, -50%);
	animation:loading 1s infinite linear
}
.amslick-slider-container .slick-next.slick-disabled, .amslick-slider-container .slick-prev.slick-disabled {
	opacity:.25
}
.amslick-slider-container .slick-dotted.slick-slider {
	margin-bottom:30px
}
.amslick-slider-container .slick-dots {
	position:absolute;
	left:0;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
	text-align:center
}
.amslick-slider-container .slick-dots li {
	position:relative;
	display:inline-block;
	margin:0 5px;
	padding:0;
	width:20px;
	height:20px;
	cursor:pointer
}
.amslick-slider-container .slick-dots li button, .amslick-slider-container .slick-slider .slick-arrow {
	display:block;
	outline:0;
	box-shadow:none;
	cursor:pointer
}
.amslick-slider-container .slick-dots li button {
	padding:5px;
	width:20px;
	height:20px;
	border:0;
	background:0 0;
	color:transparent;
	font-size:0;
	line-height:0
}
.amslick-slider-container .slick-dots li button:focus:before, .amslick-slider-container .slick-dots li button:hover:before {
	opacity:1
}
.amslick-slider-container .slick-dots li button:before {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	color:#000;
	content:'•';
	text-align:center;
	font-size:16px;
	line-height:20px;
	opacity:.25;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.amslick-slider-container .slick-dots li.slick-active button:before {
	color:#000;
	opacity:.75
}
.amslick-slider-container .slick-slider {
	box-sizing:border-box;
	padding:0 20px;
	user-select:none;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.amslick-slider-container .slick-slider .slick-arrow {
	position:absolute;
	top:50%;
	padding:0;
	width:15px;
	height:22px;
	border:none;
	background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
	color:transparent;
	font-size:0;
	line-height:0;
transition:background .3s ease;
	transform:translate(0, -50%)
}
.amslick-slider-container .slick-slider .slick-arrow:before, .amslick-slider-container .slick-slider .slick-arrow:after {
	content:''
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
	background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
	right:0
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
	left:0;
	transform:rotate(180deg) translate(0, 50%)
}
.amslick-slider-container .slick-initialized .slick-slide {
	display:inline-block !important;
	float:none !important;
	height:auto
}
.amslick-slider-container .product-items.slick-slider>.slick-list {
	padding:15px 0
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
	display:block !important;
	margin:auto !important;
	max-width:205px
}
.amslick-slider-container .sidebar.sidebar-additional {
	width:100%
}
@keyframes loading {
0% {
transform:translate(-50%, -50%) rotate(0)
}
100% {
transform:translate(-50%, -50%) rotate(359.9deg)
}
}
.amconf-matrix-observed {
	overflow:auto
}
.amconf-matrix-table-wrap {
	margin-top:50px;
	max-width:500px;
	text-align:center
}
.amconf-matrix-table-wrap .amconf-matrix-title {
	font-size:12px;
	line-height:21px;
	border-bottom:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4
}
.amconf-matrix-table-wrap .amconf-cell {
	padding:10px 0
}
.amconf-matrix-table-wrap .amconf-text {
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	text-align:center
}
.amconf-matrix-table-wrap .amconf-matrix-swatch-label {
	padding-top:5px;
	text-align:left
}
.amconf-matrix-table-wrap .amconf-swatchlabel-container {
	display:flex;
	flex-direction:column
}
.amconf-matrix-table-wrap .amconf-matrix-row {
	border-bottom:1px solid #f6f6f6;
-webkit-transition:background .3s ease;
-moz-transition:background .3s ease;
-ms-transition:background .3s ease;
transition:background .3s ease
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
	background:#fafafa
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
	padding:10px 5px
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
	margin:0
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
	min-width:72px
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
margin:3px auto;
max-width:100px;
white-space:normal
}
.amconf-matrix-table-wrap .amconf-matrix-price {
	font-weight:bold
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
	text-decoration:line-through
}
.amconf-matrix-table-wrap .amconf-matrix-input {
	max-width:30px;
	padding:0 3px;
	text-align:center
}
.product-social-links {
	position:relative
}
.amconf-flipper-img, .product-image-photo {
transition:.3s all
}
.product-social-links .action.mailto.friend.amconf-share-link {
	margin:5px 0 0
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
	content:''
}
.product-social-links .product-addto-links .action, .product-social-links .action.mailto.friend {
	margin-right:10px
}
.amconf-share-link {
	cursor:pointer
}
.amconf-share-link:before {
	display:inline-block;
	width:14px;
	height:18px;
	background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center
}
.amconf-share-link:hover:before {
	background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center
}
.amconf-share-container {
	position:absolute;
	display:none;
	z-index:9999;
	margin-top:10px;
	padding:15px 10px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:3px;
	background:#fff;
	box-shadow:3px 4px 10px rgba(0, 0, 0, 0.2);
-webkit-transition:display .3s ease;
-moz-transition:display .3s ease;
-ms-transition:display .3s ease;
transition:display .3s ease
}
.amconf-share-container .amconf-share-input {
	margin-right:2%;
	width:75%
}
.amconf-share-container .amconf-share-button {
	padding:7px 0;
	width:20%;
	vertical-align:top
}
.block-minicart dl.product.options.list {
	display:inline-block;
	vertical-align:top
}
.minicart-items .product-item-details .product .options.list dt {
	float:left;
	clear:left;
	margin:0 10px 5px 0
}
.minicart-items .product-item-details .product .options.list dd {
	display:inline-block;
	float:left;
	margin:0 0 5px
}
.swatch-attribute span.swatch-option-price {
	padding-right:10px;
	text-align:left
}
.swatch-opt .slick-slider {
	margin-bottom:20px
}
dd .swatch-option {
	display:inline-block
}
.swatch-option.slick-slide, .swatch-option.slick-slide.text, .slick-slide .swatch-option {
	margin:5px;
	padding:0;
	max-width:none
}
.swatch-attribute-options .slick-list {
	margin:0 25px
}
.swatch-attribute.size .swatch-option {
	vertical-align:sub
}
.swatch-option-container.slick-slide {
	min-width:22px;
	margin-right:7px;
	font-weight:700;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color:#686868
}
.swatch-option-container.slick-slide .swatch-option.text {
	margin:5px 0 0;
	padding:0
}
.swatch-opt .slick-track .slick-slide {
	height:20px
}
.amconf-matrix-full-subtotal {
	font-size:20px;
	padding:4px 0;
	text-align:center;
	border-bottom:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4
}
.tintContainer img {
	max-height:none
}
.am-word-break {
	word-break:break-word;
	word-wrap:break-word
}
.ie11 .am-word-break {
	word-break:break-all
}
.amsearch-form-block {
	align-items:center;
	box-sizing:border-box;
	display:flex;
	justify-content:flex-end;
	position:relative;
transition:.3s
}
.amsearch-form-block.-opened {
	z-index:98
}
.header.content {
	flex-wrap:wrap
}
.amsearch-loader-block {
	background:url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
	bottom:0;
	height:11px;
	margin:auto 5px auto 0;
	position:absolute;
	right:40px;
	top:0;
	width:16px;
	z-index:1000
}
.amsearch-message-block {
	align-items:center;
	background:#fafafa;
	display:flex;
	font-size:18px;
	justify-content:center;
	line-height:25px;
	margin:20px;
	padding:20px;
	text-align:center;
	width:100%
}
.amsearch-message-block b {
	padding:0 0 0 5px
}
.amsearch-link {
	color:#1979c2;
	text-decoration:none
}
.amsearch-link:hover {
	color:#006bb4;
	text-decoration:underline
}
.amsearch-link:active {
	color:#004c80
}
.amsearch-wrapper-block {
	box-sizing:border-box;
	display:inline-block;
	margin:10px 0 0 0;
	order:1;
	padding:20px 0;
	position:relative;
	width:100%
}
.nav-sections .navigation {
	z-index:2
}
.page-header .amsearch-wrapper-block:before {
	background:#ccc;
	content:'';
	height:1px;
	margin:0 -15px;
	position:absolute;
	top:0;
width:calc(100% + 15px * 2)
}
.amsearch-emptysearch-cms {
	background:#fbfcfe;
	color:#1f1b1b;
	padding:30px
}
.amsearch-emptysearch-cms>.amsearch-content {
	word-break:break-word;
	word-wrap:break-word
}
.ie11 .amsearch-emptysearch-cms>.amsearch-content {
	word-break:break-all
}
.amsearch-emptysearch-cms .amsearch-content>.amsearch-title {
	font-size:38px;
	font-weight:800;
	margin:0 0 20px
}
.amsearch-emptysearch-cms .amsearch-text {
	font-size:20px;
	font-weight:300;
	line-height:28px
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
	font-size:14px;
	margin-top:30px
}
.amsearch-emptysearch-cms .amsearch-image-block {
	margin-top:30px
}
.amsearch-emptysearch-cms .amsearch-contacts-block>.amsearch-title {
	margin-bottom:5px
}
.amsearch-highlight {
	color:var(--amsearch-color-highlight, #3ac39c);
	font-weight:700
}
@-webkit-keyframes amsearch-animation__fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes amsearch-animation__fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-ms-keyframes amsearch-animation__fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-o-keyframes amsearch-animation__fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes amsearch-animation__fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.amsearch-button {
	cursor:pointer;
	display:inline-block;
transition:.3s
}
.amsearch-button.-icon {
	background-position:center;
	background-repeat:no-repeat;
	background-size:13px
}
.amsearch-button.-icon:hover, .amsearch-button.-icon:focus {
	filter:brightness(.5)
}
.amsearch-button.-clear {
	background-color:transparent;
	border:none;
	box-shadow:none;
	padding:0
}
.amsearch-button.-clear:active, .amsearch-button.-clear:hover, .amsearch-button.-clear:focus {
	border:none;
	box-shadow:none
}
.amsearch-button.-close {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
	border:0;
	padding:16px
}
.amsearch-button.-loupe {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
	border:0;
	box-shadow:none;
	height:20px;
	padding:0;
	width:20px
}
.amsearch-button.-wishlist, .amsearch-button.-compare {
	background-size:18px
}
.amsearch-button.-wishlist {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
	height:20px;
	width:20px
}
.amsearch-button.-compare {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
	height:20px;
	width:20px
}
.amsearch-button.-disabled {
	opacity:.7;
	pointer-events:none
}
.amsearch-button.-primary {
	background:#1979c2;
	border:1px solid #1979c2;
	border-radius:0;
	color:#1979c2;
	letter-spacing:-.015em;
transition:.3s
}
.amsearch-button.-primary:hover {
	background:#1979c2
}
.amsearch-button.-primary:active {
	background:#1979c2
}
.amsearch-button.-search {
	background-color:var(--amsearch-color-search_button, #1979c2);
	border-color:var(--amsearch-color-search_button, #1979c2);
	color:var(--amsearch-color-search_button_text, #fff)
}
.amsearch-button.-search:hover {
	background:var(--amsearch-color-search_button-hover, #166bab);
	border-color:var(--amsearch-color-search_button-hover, #166bab)
}
.amsearch-button.-search:active {
	background:var(--amsearch-color-search_button-focus, #135d95);
	border-color:var(--amsearch-color-search_button-focus, #135d95)
}
.amsearch-button.-full-close {
	align-items:center;
	background-color:#f5f5f5;
	border-color:#f5f5f5;
	border-radius:50%;
	display:flex;
	font-size:10px;
	height:32px;
	justify-content:center;
	padding:0;
	width:32px
}
.amsearch-button.-full-close:after {
	background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
	height:12px;
	width:12px
}
.amsearch-button.-full-close:hover {
	background-color:#e8e8e8
}
.amsearch-button.-full-close:active {
	background-color:#dcdcdc
}
.amsearch-slider-section {
	box-sizing:border-box;
	display:flex
}
.amsearch-slider-section .amsearch-item:hover, .amsearch-slider-section .amsearch-item.selected {
	background-color:transparent
}
.amsearch-slider-section .amsearch-item .amsearch-image {
	pointer-events:auto;
	width:100%
}
.amsearch-slider-section.slick-slider {
	padding:0
}
.amsearch-slider-section .slick-dots {
	background:inherit;
	border:none;
	top:100%
}
.amsearch-slider-section .slick-dots>li[role='presentation'] {
	align-items:center;
	border:none;
	display:inline-flex;
	height:6px;
	justify-content:center;
	margin:0 6px;
	padding:0;
	text-align:inherit;
	white-space:inherit;
	width:6px
}
.amsearch-slider-section .slick-dots>li[role='presentation']:hover, .amsearch-slider-section .slick-dots>li[role='presentation'].selected {
	background:inherit
}
.amsearch-slider-section .slick-dots>li[role='presentation'].slick-active button {
	background:#ff5502;
	border-color:#ff5502
}
.amsearch-slider-section .slick-dots>li[role='presentation'] button {
	background:#fff;
	border:1px solid #ccc;
	border-radius:100%;
	height:100%;
	padding:0;
	width:100%
}
.amsearch-slider-section .slick-dots>li[role='presentation'] button:before {
	content:none
}
.amsearch-slider-section button.slick-arrow {
	background:#fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
	border-radius:0;
	bottom:0;
	height:40px;
	margin:auto 0;
	top:0;
	width:40px;
	z-index:2
}
#amasty-shopby-product-list {
	max-width:100%;
	order:10
}
.amsearch-products-section {
	align-content:flex-start;
	border-left:none;
	border-top:1px solid #ccc;
	box-sizing:border-box;
	padding:20px 0 0;
	position:relative;
transition:.1s;
	width:100%
}
.amsearch-products-section .amsearch-sku-block {
	padding:0 0 10px
}
.amsearch-products-section .amsearch-link {
	color:var(--amsearch-color-text, #3ac39c)
}
.amsearch-products-section .amsearch-link:hover {
	color:var(--amsearch-color-text-hover, #3ac39c)
}
.amsearch-products-section .amsearch-block-header {
	padding:0 20px 25px
}
.amsearch-products-section .amsearch-item .product-item-description, .amsearch-products-section .amsearch-item .item-description {
	word-break:keep-all
}
.amsearch-products-section .product-item-description {
	color:#999;
	font-size:1.2rem;
	margin:0;
	padding:0 0 10px
}
.amsearch-products-section .amsearch-product-list {
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0
}
.amsearch-products-section .amsearch-item {
	align-content:flex-start;
	box-sizing:border-box;
	display:flex;
	margin:0;
	padding:20px;
	position:relative
}
.amsearch-products-section .amsearch-item:hover {
	background:var(--amsearch-color-hover, #f4f5fa);
	z-index:8
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
display:none
}
.amsearch-products-section .product-item-details {
	display:flex;
	flex-direction:column;
	max-width:100%;
	min-height:100px
}
.amsearch-products-section .amsearch-wrapper-inner {
	align-items:flex-end;
	display:flex;
	flex-wrap:wrap
}
.amsearch-products-section .product-item-link {
	padding:0 0 10px;
	word-break:keep-all
}
.amsearch-products-section .action.tocart {
	word-break:break-word;
	word-wrap:break-word;
	border-radius:0;
	font-size:1.2rem;
	line-height:1.2;
	min-height:35px;
	padding:10px;
	white-space:inherit
}
.ie11 .amsearch-products-section .action.tocart {
	word-break:break-all
}
.amsearch-products-section .product-item [data-role='priceBox'] {
	display:flex;
	flex-basis:100%;
	flex-wrap:wrap;
	font-size:16px;
	font-weight:700;
	margin:0;
	padding:0 0 10px
}
.amsearch-products-section .product-item [data-role='priceBox'] p, .amsearch-products-section .product-item [data-role='priceBox'] span {
	flex-basis:100%;
	padding:0 0 5px
}
.amsearch-products-section .product-reviews-summary {
	margin:0;
	padding:0 0 10px
}
.amsearch-products-section .actions-secondary {
	align-items:center;
	display:flex;
	padding:5px
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
	margin:5px
}
.amsearch-products-section .actions-secondary>.action {
	flex-grow:inherit;
	line-height:normal;
	margin-right:5px
}
.amsearch-products-section.-list .amsearch-item {
	width:100%
}
.amsearch-products-section.-list .amsearch-image {
	max-width:132px;
	width:40%
}
.amsearch-products-section.-list .actions-secondary {
	padding:0 0 0 5px
}
.amsearch-products-section.-list .amsearch-description {
	padding-left:10px
}
.amsearch-products-section.-grid .amsearch-image {
	padding-bottom:10px;
	width:100%
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
flex-wrap:wrap;
max-width:50%
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
	transform:rotate(225deg) translate(-5px, 0)
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
	align-items:center;
	cursor:pointer;
	display:flex
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	content:'';
	display:inline-block;
	height:10px;
	transform:rotate(45deg) translate(0, -5px);
transition:.3s all;
	width:10px
}
.amsearch-block-header {
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin-bottom:0;
	padding:0 20px 2px;
	width:100%
}
.amsearch-block-header .amsearch-title {
	font-size:1.8rem;
	font-weight:700;
	text-transform:capitalize;
	word-break:break-word;
	word-wrap:break-word
}
.amsearch-block-header .amsearch-link {
	line-height:26px;
	min-width:90px
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
	font-weight:inherit
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
	content:'(+'
}
.amsearch-block-header .amsearch-count {
	font-weight:300
}
.amsearch-block-header .amsearch-count:before {
	content:'('
}
.amsearch-block-header .amsearch-count:after {
	content:')'
}
.amsearch-category-tab .amsearch-item {
	font-size:1.6rem;
	margin-bottom:10px
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
background-size:contain;
content:'';
display:inline-block;
height:10px;
margin:0 10px;
width:10px
}
.amsearch-result-tabs {
	margin-top:5px;
	z-index:initial
}
.amsearch-result-tabs>.data.item.content:not([aria-hidden='false']) {
display:none
}
.amsearch-result-tabs .title {
	box-sizing:border-box;
	position:relative
}
.amsearch-result-tabs .title.active .amsearch-results-count {
	display:none
}
.amsearch-result-tabs .title.active .switch {
	padding-bottom:1px
}
.amsearch-result-tabs .data.content {
	display:none
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
	display:block
}
.amsearch-result-tabs .data.title {
	margin-right:5px
}
.amsearch-result-tabs .data.title.active {
	background:#d8d8d8;
	box-sizing:border-box
}
.amsearch-result-tabs .data.title.last {
	margin-bottom:8px
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
-webkit-animation:amsearch-animation__fadeIn .3s forwards;
animation:amsearch-animation__fadeIn .3s forwards
}
.page-header .amsearch-result-section {
	right:0
}
.amsearch-result-section {
	overflow:hidden;
	overflow-y:auto;
	scrollbar-color:#adadad rgba(255, 255, 255, 0.2);
	scrollbar-width:thin;
	background-color:#fff;
	border:0 solid transparent;
	border-radius:3px;
	box-shadow:0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	margin:5px 0;
	max-height:90vh;
	position:absolute;
	top:100%;
transition:.3s;
	width:100%;
	z-index:99
}
.amsearch-result-section::-webkit-scrollbar {
background:#f0f0f0
}
.amsearch-result-section::-webkit-scrollbar-thumb {
border-radius:4px;
background:#adadad;
cursor:pointer
}
.amsearch-result-section ::-webkit-scrollbar-track {
box-shadow:inset 0 0 5px #fff
}
.amsearch-result-section::-webkit-scrollbar {
width:4px
}
.amsearch-result-section::-webkit-scrollbar-thumb {
width:4px
}
.amsearch-result-section ::-webkit-scrollbar-track {
width:4px
}
.amsearch-result-section:empty {
	display:none
}
.amsearch-result-section .amsearch-result-block {
	box-sizing:border-box;
	max-width:100%;
	width:100%
}
.amsearch-result-section .amsearch-result-block:empty {
	display:none
}
.amsearch-result-block.-preload {
	display:flex;
	flex-wrap:wrap
}
.amsearch-result-block.-preload:empty {
	display:none
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
	max-width:100%;
	width:100%
}
.amsearch-result-block.-preload .amsearch-slider-section {
	width:100%
}
.amsearch-result-block.-preload .amsearch-products-list {
	display:flex;
	flex-direction:column;
	width:100%
}
.page-header .amsearch-input-wrapper {
	width:100%
}
.amsearch-input-wrapper {
	max-width:100%;
	position:relative;
transition:.3s
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
	left:10px;
	right:auto
}
.amsearch-input-wrapper.-typed .amsearch-input {
	padding-left:33px;
	padding-right:33px
}
.amsearch-input-wrapper .amsearch-input {
	border:1px solid #ccc;
	padding:5px 10px;
transition:.3s
}
.amsearch-input-wrapper .amsearch-input:focus {
	border:1px solid #1979c2;
	box-shadow:none
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder, .amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
color:transparent
}
.amsearch-input-wrapper .amsearch-input::placeholder, .amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
color:#999
}
.amsearch-input-wrapper .amsearch-button.-close {
	bottom:0;
	font-size:1rem;
	margin:auto;
	position:absolute;
	right:0;
	top:0
}
.amsearch-input-wrapper .amsearch-button.-loupe {
	border:0;
	bottom:0;
	margin:auto;
	position:absolute;
	right:5px;
	top:0
}
body.-amsearch-overlay-opened .logo, body.-amsearch-overlay-opened .nav-sections {
	z-index:0
}
.page-header.amsearch-full-width.-opened {
	z-index:12
}
.amsearch-overlay-block {
	background:rgba(0, 0, 0, 0.19);
	bottom:0;
	display:none;
	height:100%;
	left:0;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:11
}
.amsearch-overlay-block .amsearch-overlay {
	bottom:0;
	height:100%;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%
}
.amsearch-items-section {
	padding:25px 0 0 0;
	width:100%
}
.amsearch-items-section:empty {
	display:none
}
.amsearch-item-container {
	flex-basis:100%;
	padding:0 0 20px;
	position:relative
}
.amsearch-item-container.-opened {
	padding:0 0 32px
}
.amsearch-item-container.-page a.amsearch-link {
	color:var(--amsearch-color-text-hover, #3ac39c);
	font-weight:600
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
padding:0 20px 15px
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
	padding:0 20px
}
.amsearch-item-container.-recent_searches .amsearch-item {
	background:#f5f5f5;
	border:1px solid transparent;
	border-radius:25px;
	box-sizing:border-box;
	display:inline-block;
	margin:0 8px 10px 0;
	order:1;
	text-decoration:none
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
	background-color:var(--amsearch-color-hover, #f4f5fa)
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
	padding:6px 15px
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
	display:none
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
	display:none;
	font-size:12px
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
	color:#ccc;
	display:inline-block;
	float:none
}
.amsearch-item-container .amsearch-tab-items {
	list-style:none;
	margin:0;
	padding:0
}
.amsearch-item-container .amsearch-description {
	padding:8px 20px
}
.amsearch-item-container .amsearch-item {
	cursor:pointer;
	margin:0;
	overflow:hidden;
	text-transform:capitalize
}
.amsearch-item-container .amsearch-item .amsearch-link {
	color:var(--amsearch-color-text, #3ac39c);
	display:block;
	font-size:1.4rem;
	font-weight:400;
	outline:none;
	padding:8px 20px;
	text-decoration:none
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
	background:var(--amsearch-color-hover, #f4f5fa);
	color:var(--amsearch-color-text-hover, #3ac39c)
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
	background:var(--amsearch-color-hover-focus, #f4f5fa);
	color:var(--amsearch-color-text-focus, #3ac39c)
}
.amsearch-related-terms {
	display:flex;
	flex-wrap:wrap;
	margin:20px 0
}
.amsearch-related-terms>.amsearch-title {
	font-weight:700;
	margin:0 0 15px 0;
	width:100%
}
.amsearch-related-terms>.amsearch-item {
	background:#d8eeff;
	border-radius:20px;
	color:#252525;
	font-size:12px;
	line-height:1.3;
	margin:0 15px 10px 0;
	padding:5px 15px;
transition:.1s
}
.amsearch-related-terms>.amsearch-item:hover {
	background:#b7e0ff
}
.amsearch-related-terms>.amsearch-item:hover, .amsearch-related-terms>.amsearch-item:active {
	text-decoration:none
}
.amsearch-related-terms .amsearch-count {
	color:#757575
}
.amsearch-button.-full-close {
	display:none
}
.page-header .amsearch-button.-loupe-trigger {
	background-size:20px;
	filter:brightness(75%);
	float:right;
	height:20px;
	margin:14px;
	width:20px
}
.page-header.amsearch-full-width .header.content {
	transition:none
}
.page-header.amsearch-full-width .amsearch-full_width-title {
	flex-basis:100%;
	font-size:2.6rem;
	font-weight:300;
	margin:0;
	padding:0 0 20px 0;
	z-index:15
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
	flex-grow:10;
	width:initial
}
.page-header.amsearch-full-width .amsearch-button.-search {
	flex-grow:1
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
	display:none
}
.page-header.amsearch-full-width .amsearch-form-block {
	flex-wrap:wrap;
	height:auto;
	justify-content:flex-start;
	min-width:100%;
	padding:20px 15px;
	transition:none
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
	bottom:0;
	margin:20px;
	position:absolute;
	right:0;
	top:0;
	z-index:98
}
.page-header.amsearch-full-width .amsearch-result-section {
	border-radius:0;
	border-top:1px solid #ccc;
	margin:0;
	transition:none;
	width:100%
}
.page-header.amsearch-full-width .amsearch-slider-section {
	max-width:none;
	width:100%
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
	background:#f5f5f5;
	height:100%;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:14
}
.page-header.amsearch-full-width.-opened {
	height:134px;
transition:.1s
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
	display:none
}
.page-header.amsearch-full-width.-opened .header.content {
	align-content:center;
	align-items:center;
	display:flex;
	height:100%;
	justify-content:center;
	max-width:100%;
	padding:0
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
	display:none
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
	display:inline-block
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
	display:inline-flex
}
.amazon-button-container {
	display:table;
	margin:0 0 22px
}
.amazon-button-container__cell {
	display:table-cell;
	min-width:45px;
	position:relative
}
.amazon-button-container img {
	display:block
}
.amazon-button-container .field-tooltip {
	display:none;
	margin:-12px 0 0;
	right:5px;
	top:50%
}
.checkout-shipping-address .amazon-button-container {
	margin:22px 0
}
.login-container .block-amazon-login .actions-toolbar {
	margin-top:25px
}
.amazon-validate-container .block .block-title {
	font-size:1.8rem
}
.amazon-validate-container .fieldset:after {
	margin:10px 0 0;
	content:attr(data-hasrequired);
	display:block;
	letter-spacing:normal;
	word-spacing:normal;
	color:#1e1e1e;
	font-size:1.2rem
}
.amazon-validate-container .fieldset:after {
	margin-top:35px
}
@media all and (max-width:768px) {
.amazon-button-container {
width:100%
}
}
.amazon-logout-widget {
	display:none
}
.amazon-divider {
	border-bottom:1px solid #ccc;
	line-height:0.1em;
	margin:18px 0 20px;
	text-align:center;
	max-width:500px
}
.amazon-divider span {
	background:#fff;
	padding:0 5px
}
.product-social-links, .amazon-minicart-container {
	width:100%;
	display:block;
	text-align:center
}
.product-social-links .amazon-button-container, .amazon-minicart-container .amazon-button-container {
	display:inline-block;
	margin:0px
}
.product-social-links .field-tooltip .field-tooltip-content, .amazon-minicart-container .field-tooltip .field-tooltip-content {
	top:38px;
	left:-245px
}
.product-social-links .field-tooltip .field-tooltip-content:before, .amazon-minicart-container .field-tooltip .field-tooltip-content:before {
	border:none;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #666;
	top:-10px;
	left:244px
}
.product-social-links .field-tooltip .field-tooltip-content:after, .amazon-minicart-container .field-tooltip .field-tooltip-content:after {
	border:none;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f4f4f4;
	top:-8px;
	left:244px
}
.product-social-links .amazon-button-container {
	margin-bottom:30px;
	display:block
}
.amazon-checkout-now {
	border-top:1px solid #c1c1c1;
	padding-top:10px;
	margin-bottom:10px
}
.amazon-addtoCart {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0
}
.revert-checkout {
	margin-top:20px;
	margin-bottom:20px;
	display:block
}
.centered-button {
	text-align:center;
	display:inline-block
}
.catalog-product-view .centered-button {
	display:table
}
.checkout-payment-method .amazon-sandbox-simulator {
	border-bottom:1px solid #e3e3e3
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
	border-top:none;
	padding-top:0
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
	margin-bottom:10px
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
	display:none
}
.checkout-methods-items .centered-button {
	margin-bottom:0
}
@media all and (max-width:768px) {
.checkout-methods-items .centered-button {
width:auto
}
}
.checkout-methods-items .field-tooltip {
	display:none
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
	right:-10px;
	top:40px;
	left:auto
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before, .checkout-methods-items .field-tooltip .field-tooltip-content:after {
	border:10px solid transparent;
	height:0;
	width:0;
	margin-top:-21px;
	right:10px;
	left:auto;
	top:0
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
	border-bottom-color:#666
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
	border-bottom-color:#f4f4f4;
	top:1px
}
@media all and (max-width:768px) {
.checkout-methods-items .field-tooltip .field-tooltip-content {
right:-56px;
top:38px;
left:auto
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before, .checkout-methods-items .field-tooltip .field-tooltip-content:after {
right:56px
}
}
.amazon-widget {
	max-width:400px;
	height:228px
}
.amazon-widget--address {
	margin-top:20px
}
.amazon-addresses {
	margin-top:20px
}
.amazon-addresses .amazon-address {
	margin-bottom:20px
}
#checkout-step-shipping .amazon-divider {
	margin:40px 0
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
	visibility:hidden;
	padding-bottom:0
}
.opc-progress-bar-item._complete.lock-step {
	cursor:none;
	pointer-events:none
}
@media all and (max-width:768px) {
.amazon-minicart-container .amazon-button-container {
width:auto
}
}
.bss-tab-hidden {
	display:none !important
}
.validateAddressForm .form.validate, .validateBinding .form.validate, .checkout-validate-address .form.validate {
	display:flex;
	flex-wrap:wrap
}
.validateAddressForm .form.validate .addressOption, .validateBinding .form.validate .addressOption, .checkout-validate-address .form.validate .addressOption {
	display:flex;
	margin:20px 10px 0 10px;
	flex:1 0 auto
}
.validateAddressForm .form.validate .addressOption .addressLabel, .validateBinding .form.validate .addressOption .addressLabel, .checkout-validate-address .form.validate .addressOption .addressLabel {
	flex:1;
	cursor:pointer;
	display:block;
	padding:10px 10px 10px 30px;
	left:-10px;
	position:relative
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle, .validateBinding .form.validate .addressOption .addressLabel .optionTitle, .checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px
}
.validateAddressForm .form.validate .addressOption .addressRadio, .validateBinding .form.validate .addressOption .addressRadio, .checkout-validate-address .form.validate .addressOption .addressRadio {
	flex:0;
	right:-10px;
	top:10px;
	display:table;
	position:relative
}
.validateAddressForm .form.validate .addressOption.selected, .validateBinding .form.validate .addressOption.selected, .checkout-validate-address .form.validate .addressOption.selected {
	outline:1px solid #ccc;
	background:#f5f5f5
}
.validateAddressForm .validatedAddress, .validateBinding .validatedAddress, .checkout-validate-address .validatedAddress {
	margin-top:10px;
	padding:10px;
	outline:1px solid #ccc;
	background:#f5f5f5
}
.validateAddressForm .address-field-changed, .validateBinding .address-field-changed, .checkout-validate-address .address-field-changed {
	text-decoration:none;
	background-color:#93ee9e
}
.validateAddressForm .errorMessageContainer .instructions p, .validateBinding .errorMessageContainer .instructions p, .checkout-validate-address .errorMessageContainer .instructions p, .validateAddressForm .errorMessageContainer .originalAddressText, .validateBinding .errorMessageContainer .originalAddressText, .checkout-validate-address .errorMessageContainer .originalAddressText {
	margin-top:10px;
	padding:10px;
	outline:1px solid #ccc;
	background:#f5f5f5
}
.validateAddressForm .instructions, .validateBinding .instructions, .checkout-validate-address .instructions {
	margin-top:10px
}
.validateAddressForm .instructions a:hover, .validateBinding .instructions a:hover, .checkout-validate-address .instructions a:hover {
	cursor:pointer
}
.validateAddressForm, .validateBinding {
	display:none
}
.klarna-payments-method-cell {
	display:table-cell;
	vertical-align:middle
}
label.klarna-payments-method-cell>span {
	padding-left:5px
}
span.klarna-payments-method-cell>img {
	display:block
}
.product-info-main .product-info-price .price-box>a {
	white-space:nowrap
}
.opc-block-summary .vertex-message td, .cart-summary .vertex-message td {
	padding:0;
	border-top:none
}
.form-address-edit .actions-toolbar .vertex-update-address {
	margin-top:10px
}
.vertex__address-suggestion {
	margin:5px 0;
	padding-left:10px;
	font-weight:500;
	border-left:2px solid #808080
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
	width:100%
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble, .yotpo-yotpo-is-enabled .yotpo-stars {
	margin:0 5px 0 0 !important
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
	display:inline-block
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
	display:inline-block;
	margin:0 10px 1px 0
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
	display:inline-block
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
	display:inline-block;
	margin:0 10px 1px 0
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
	margin-top:5px !important
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions, .yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
	margin-top:0 !important
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary, .yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
	width:100%
}
.payment-method-braintree .hosted-control {
	background:#fff;
	background-clip:padding-box;
	border:1px solid #e3e3e3;
	border-radius:30px;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	height:50px;
	line-height:50px;
	padding:0 15px;
	vertical-align:baseline;
	width:calc(100% - 12px);
	box-sizing:border-box;
	position:relative;
	width:225px
}
.payment-method-braintree .hosted-control:focus {
	border:none
}
.payment-method-braintree .hosted-control:disabled {
	opacity:.5;
	border:1px solid #dae9f7
}
.payment-method-braintree .hosted-control::-moz-placeholder {
color:#aeaeae
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
color:#aeaeae
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
color:#aeaeae
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
	border-color:#006bb4
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
border-color:#e02b27
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
height:auto;
opacity:1
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
	border-color:#006400
}
.payment-method-braintree .hosted-control.hosted-cid {
	width:5rem
}
.payment-method-braintree .hosted-control.hosted-date {
	float:left;
	margin-bottom:7px;
	width:6rem
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
	margin-right:50px
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
	content:'/';
	display:inline;
	padding-bottom:inherit;
	padding-top:inherit;
	position:absolute;
	right:-25px;
	top:5px
}
.payment-method-braintree .field-tooltip {
	right:0
}
.payment-method-braintree .hosted-error {
	clear:both;
	color:#e02b27;
	font-size:1.2rem;
	height:0;
	margin-top:7px;
	opacity:0
}
.braintree-paypal-logo {
	margin-top:10px;
	text-align:center
}
.braintree-paypal-account {
	padding:15px 0 15px 50px;
	position:relative;
	display:inline-block
}
.braintree-paypal-account:before {
	background-image:url('../image/paypal-small.png');
	background-position-x:0;
	background-position-y:0;
	line-height:16px;
	vertical-align:middle;
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	content:'';
	display:inline-block
}
.braintree-paypal-account:before {
	left:17px;
	margin-top:-8px;
	position:absolute;
	top:50%
}
.braintree-paypal-account .payment-method-type {
	font-weight:700
}
.braintree-paypal-account .payment-method-description {
	color:#575757
}
.braintree-paypal-fieldset {
	border:0;
	margin:0;
	padding:0
}
.action-braintree-paypal-logo {
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	font-weight:400
}
.action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active {
	background:none;
	border:none
}
.action-braintree-paypal-logo:hover {
	background:none;
	border:none
}
.action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled], fieldset[disabled] .action-braintree-paypal-logo {
	pointer-events:none;
	opacity:.5
}
.action-braintree-paypal-logo img {
	margin:0;
	width:114px
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
	margin-left:0
}
.account .table .col.paypal-account img {
	vertical-align:middle
}
.account .table .col.paypal-account+.actions {
	vertical-align:middle
}
.block-category-event {
	background:#f0f0f0;
	color:#333;
	padding:10px 0 15px;
	text-align:center
}
.block-category-event.block:last-child {
	margin-bottom:10px
}
.block-category-event .block-title {
	margin:0 0 10px
}
.block-category-event .block-title strong {
	font-size:1.5rem;
	font-weight:300
}
.block-category-event .ticker {
	margin:0;
	padding:0;
	list-style:none none
}
.block-category-event .ticker li {
	display:none;
	margin:0 15px
}
.block-category-event .ticker .value {
	font-size:1.8rem;
	font-weight:300
}
.block-category-event .ticker .label {
	font-size:1rem;
	display:block;
	text-transform:lowercase
}
.block-category-event .dates {
	display:table;
	margin:0 auto
}
.block-category-event .dates .start, .block-category-event .dates .end {
	display:table-cell;
	vertical-align:top
}
.block-category-event .dates .date {
	font-size:1.8rem
}
.block-category-event .dates .time {
	display:block
}
.block-category-event .dates .start {
	padding-right:40px;
	position:relative
}
.block-category-event .dates .start:after {
	font-size:1.8rem;
	content:'\2013';
	display:block;
	position:absolute;
	right:15px;
	top:0
}
.table-wrapper.billing-agreements {
	margin-bottom:40px
}
.paypal {
	display:inline-block;
	vertical-align:top
}
.block-minicart .paypal, .cart-summary .paypal {
	display:block
}
.paypal img {
	display:block;
	margin:5px auto 0
}
.opc .paypal {
	vertical-align:middle
}
.paypal.acceptance {
	display:block;
	margin:0 0 20px
}
.map-form-addtocart .paypal {
	display:block;
	margin:10px auto 5px
}
.cart-summary .paypal+.paypal {
	margin-top:25px
}
.paypal-review .actions-toolbar {
	margin-top:10px
}
.paypal-review .paypal-review-title {
	padding:0 0 10px
}
.paypal-review .paypal-review-title>strong {
	font-size:2.4rem;
	font-weight:300
}
.paypal-review .paypal-review-title .action {
	display:inline-block;
	margin:12px 0 0 30px
}
.paypal-review .table-paypal-review-items .col.name {
	padding-top:16px
}
.paypal-review .table-paypal-review-items .col.qty {
	text-align:center
}
.paypal-review .item-options dt {
	display:inline-block
}
.paypal-review .item-options dt:after {
	content:': '
}
.paypal-review .item-options dd {
	margin:0
}
.paypal-review-discount {
	border-bottom:1px solid #e3e3e3;
	margin:0 0 40px;
	padding:10px 0 0
}
.fotorama-video-container:after {
	background:url(../image/gallery-sprite.png) bottom right;
	bottom:0;
	content:'';
	height:100px;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:12px;
	width:100px
}
.fotorama-video-container .magnify-lens {
	display:none !important
}
.fotorama-video-container.video-unplayed:hover img {
	opacity:.6
}
.fotorama-video-container.video-unplayed:hover:after {
	transform:scale(1.25)
}
.video-thumb-icon:after {
	background:url(../image/gallery-sprite.png) bottom left;
	bottom:0;
	content:'';
	height:40px;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:10px;
	width:49px
}
.product-video {
	bottom:0;
	height:75%;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;
	width:100%
}
.product-video iframe {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9999
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
	bottom:0;
	content:'';
	height:100px;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:12px;
	width:100px
}
.fotorama__product-video--loading:after {
	visibility:hidden
}
@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
.product-video {
height:100%;
width:81%
}
}
.opc-wrapper .form-discount {
	max-width:500px
}
.minilist .weee {
	display:table-row;
	font-size:1.1rem
}
.minilist .weee:before {
	display:none
}
.price-container.weee:before {
	display:none
}
.column .block-addbysku .fieldset {
	margin:0
}
.column .block-addbysku .fieldset .fields {
	position:relative
}
.column .block-addbysku .fieldset .fields .field {
	display:inline-block;
	margin-bottom:10px;
	vertical-align:top
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
	position:absolute;
	right:0;
	top:7px
}
.column .block-addbysku .sku {
	margin-right:-155px;
	padding-right:160px;
	width:100%
}
.column .block-addbysku .qty .qty+.mage-error {
	width:80px
}
.column .block-addbysku .block-content .actions-toolbar {
	clear:both;
	margin:0 0 20px;
	text-align:left
}
.column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
	content:'';
	display:table
}
.column .block-addbysku .block-content .actions-toolbar:after {
	clear:both
}
.column .block-addbysku .block-content .actions-toolbar .primary {
	float:left
}
.column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary {
	display:inline-block
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action, .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
	display:inline-block
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
	margin:0 15px 0 0
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
	margin-top:6px
}
.column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary {
	display:block;
	float:none
}
.column .block-addbysku .block-content .actions-toolbar>.secondary {
	text-align:left
}
.column .block-addbysku .action.add {
	display:inline-block;
	text-decoration:none;
	line-height:normal;
	padding:4px;
	width:auto
}
.column .block-addbysku .action.add>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.column .block-addbysku .action.add:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:20px;
	line-height:inherit;
	color:inherit;
	content:'\e61c';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.column .block-addbysku .action.add:hover:before {
	color:inherit
}
.column .block-addbysku .action.add:active:before {
	color:inherit
}
.column .block-addbysku .reset {
	margin:7px 0
}
.column .block-addbysku .note {
	display:block;
	margin:0 0 20px;
	padding-top:10px
}
.block-cart-failed {
	margin:40px 0
}
.block-cart-failed .block-title {
	font-size:2.4rem
}
.block-cart-failed .block-title strong {
	font-weight:700
}
.block-cart-failed .actions {
	text-align:center
}
.block-cart-failed .actions .action {
	display:block;
	margin:0 auto 10px
}
.catalogsearch-advanced-result .message.error {
	margin-top:-60px
}
.cart-options-container {
	padding-left:15px;
	padding-right:15px
}
.cart-title-desktop {
	display:none
}
.cart-bottom-title h3 {
	font-size:3.4rem;
	font-weight:700;
	line-height:4.4rem;
	text-align:center;
	padding:0 30px;
	margin-bottom:0
}
.cart-items-count {
	color:rgba(0, 0, 0, 0.5)
}
.cart-container {
	padding:0 15px
}
.checkout-cart-index .block.widget {
	margin-top:-25px
}
.checkout-cart-index .product-grid .product-item-photo {
	display:block;
	width:100%
}
.checkout-cart-index .action.update {
	text-transform:uppercase;
	letter-spacing:1.25px;
	font-weight:500
}
.checkout-cart-index .page-main {
	padding-left:0;
	padding-right:0
}
.checkout-cart-index .page-title-wrapper:not(.cart-title-desktop) {
margin:0 0 30px 0;
text-align:left;
width:100%
}
.checkout-cart-index .page-title-wrapper:not(.cart-title-desktop) .page-title {
font-size:2.4rem;
font-weight:700;
line-height:2.8rem;
margin:0;
padding:0
}
.cart-summary {
	margin:17px auto 25px;
	border-radius:24px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	padding:25px 15px 15px
}
.cart-summary>.title {
	font-size:2.4rem;
	font-weight:700;
	line-height:2.8rem
}
.cart-summary .block form:not(:last-of-type) .fieldset {
margin:0 0 25px
}
.cart-summary .block>.title:after {
	margin-top:38px
}
.cart-summary .block .price {
	font-weight:700
}
.cart-summary .block .field {
	margin:0 0 16px
}
.cart-summary .block .actions-toolbar>.primary {
	text-align:left
}
.cart-summary .block .actions-toolbar>.primary .action.primary {
	width:auto
}
.cart-summary .block .content {
	padding-left:0;
	padding-right:0
}
.cart-summary .block .title strong {
	font-size:1.6rem;
	letter-spacing:0.5px;
	line-height:2.4rem;
	font-weight:400;
	margin:40px 0 5px;
	padding:0
}
.cart-summary .block .fieldset:last-child {
	margin-bottom:0
}
.cart-summary .block .item-title {
	display:none
}
.cart-summary .block .item-options {
	margin:0 0 16px
}
.cart-summary .block .item-options .field .radio+.label {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin:0;
	overflow:hidden;
	color:rgba(0, 0, 0, 0.5)
}
.cart-summary .block .item-options .field .radio+.label span {
	color:#1e1e1e;
	display:inline-block;
	padding-left:4px
}
.page-main .cart-summary .block {
	margin-bottom:0
}
.cart-summary .checkout-methods-items {
	text-align:center
}
.cart-summary .checkout-methods-items .action.primary.checkout {
	width:100%
}
.cart-summary .checkout-methods-items .item {
	margin-bottom:25px
}
.cart-summary .checkout-methods-items .item:last-child {
	margin-bottom:0
}
.cart-summary .message {
	padding-left:20px
}
.cart-summary .message>*:first-child:before {
	display:none
}
.cart-totals tbody tr, .cart-totals tfoot tr {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start;
	margin:13px auto
}
.cart-totals tbody tr>*, .cart-totals tfoot tr>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.cart-totals tbody tr:first-child, .cart-totals tfoot tr:first-child {
	margin:18px auto 0
}
.cart-totals tbody td, .cart-totals tfoot td, .cart-totals tbody th, .cart-totals tfoot th {
	margin:0;
	padding:0
}
.cart-totals tbody .mark, .cart-totals tfoot .mark {
	text-align:left;
	color:rgba(0, 0, 0, 0.5);
	font-weight:400
}
.cart-totals tbody .amount .price, .cart-totals tfoot .amount .price {
	font-weight:700;
	line-height:1.8rem
}
.cart-totals tbody .grand.totals, .cart-totals tfoot .grand.totals {
	border-top:1px solid #e3e3e3;
	padding-top:22px;
	padding-bottom:17px
}
.cart-totals tbody .grand.totals .mark, .cart-totals tfoot .grand.totals .mark {
	font-size:2rem;
	line-height:2.4rem;
	color:#1e1e1e
}
.cart-totals tbody .grand.totals .mark strong, .cart-totals tfoot .grand.totals .mark strong {
	font-weight:500;
	display:block;
	padding-top:4px
}
.cart-totals tbody .grand.totals .amount .price, .cart-totals tfoot .grand.totals .amount .price {
	font-size:3.4rem;
	font-weight:700;
	line-height:4.4rem
}
.cart-totals .discount.coupon {
	display:none
}
.cart.table-wrapper {
	margin-bottom:5px
}
.cart.table-wrapper .cart thead tr th.col {
	padding-bottom:15px;
	padding-top:24px
}
.cart.table-wrapper .cart tbody td {
	border:0
}
.cart.table-wrapper .cart>.item {
	position:relative;
	border-bottom:1px solid #e3e3e3
}
.cart.table-wrapper .cart>.item:not(:first-of-type) .product-item-photo {
top:30px
}
.cart.table-wrapper .cart>.item:not(:first-of-type) .col.item {
padding-top:30px
}
.cart.table-wrapper .col {
	padding-top:15px
}
.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
	padding:20px 0 10px;
	text-align:center
}
.cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price {
	font-size:1.6rem;
	line-height:2.4rem
}
.cart.table-wrapper .col.qty {
	padding:20px 11px 10px;
	text-align:center
}
.cart.table-wrapper .col.qty .input-text {
	margin-top:-4px;
	padding:0 18px
}
.cart.table-wrapper .col>.price {
	color:#7d7d7d;
	font-size:1.8rem;
	font-weight:700
}
.cart.table-wrapper .item-actions td {
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	white-space:normal
}
.cart.table-wrapper .item .col.item {
	display:block;
	min-height:75px;
	padding:20px 15px 10px 86px;
	position:relative
}
.cart.table-wrapper .actions-toolbar {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	padding-bottom:20px
}
.cart.table-wrapper .actions-toolbar>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.cart.table-wrapper .actions-toolbar>.action-towishlist {
	-webkit-flex-grow:1;
	flex-grow:1;
	font-weight:600;
	line-height:2.4rem
}
.cart.table-wrapper .actions-toolbar>.action-edit, .cart.table-wrapper .actions-toolbar>.action-delete {
	display:inline-block;
	text-decoration:none
}
.cart.table-wrapper .actions-toolbar>.action-edit>span, .cart.table-wrapper .actions-toolbar>.action-delete>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.cart.table-wrapper .actions-toolbar>.action-edit:before, .cart.table-wrapper .actions-toolbar>.action-delete:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:24px;
	color:#1e1e1e;
	content:'\e601';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before, .cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
	color:#ff6e6e
}
.cart.table-wrapper .actions-toolbar>.action-edit:active:before, .cart.table-wrapper .actions-toolbar>.action-delete:active:before {
	color:#1e1e1e
}
.cart.table-wrapper .actions-toolbar>.action-delete {
	right:0
}
.cart.table-wrapper .actions-toolbar>.action-delete:before {
	content:'\e604'
}
.cart.table-wrapper .action {
	margin-right:25px
}
.cart.table-wrapper .action:last-child {
	margin-right:0
}
.cart.table-wrapper .action.help.map {
	font-weight:400
}
.cart.table-wrapper .product-item-photo {
	display:block;
	left:0;
	max-width:65px;
	padding:0;
	position:absolute;
	top:20px;
	width:100%
}
.cart.table-wrapper .product-item-name {
	display:block;
	margin:0
}
.cart.table-wrapper .gift-registry-name-label:after {
	content:':'
}
.cart.table-wrapper .item-options {
	margin-bottom:0
}
.cart.table-wrapper .product-item-name+.item-options {
	margin-top:0
}
.cart.table-wrapper .product-item-name+.item-options dt {
	font-weight:700;
	line-height:1.8rem;
	margin-top:7px
}
.cart.table-wrapper .product-item-name+.item-options dd {
	color:rgba(0, 0, 0, 0.5);
	margin-top:6px
}
.cart.table-wrapper .product-item-name+.item-options dd .price {
	display:none
}
.cart.table-wrapper .product-image-wrapper {
	padding-top:5px
}
.cart.table-wrapper .action.configure {
	display:inline-block;
	margin:10px 0 0
}
.cart.table-wrapper .item .message {
	margin-top:20px
}
.cart-products-toolbar .toolbar-amount {
	left:inherit;
	margin:25px 0 15px;
	padding:0;
	position:relative;
	text-align:center;
	top:inherit
}
.cart-products-toolbar-top {
	border-bottom:1px solid #e3e3e3
}
.cart-discount {
	clear:left;
	border-top:1px solid #e3e3e3;
	padding-top:10px
}
.cart-discount .block .title {
	display:inline-block;
	text-decoration:none;
	display:block;
	position:relative
}
.cart-discount .block .title:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.cart-discount .block .title:after {
	position:absolute;
	right:0;
	top:10px;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.cart-discount .block .title strong {
	font-size:1.6rem;
	font-weight:500
}
.cart-discount .block .fieldset>.field {
	max-width:100%;
	position:relative
}
.cart-discount .block .fieldset>.field .input-text {
	margin:0;
	box-shadow:none;
	background:#f0f0f0;
	height:48px
}
.cart-discount .block .fieldset>.field .primary {
	position:absolute;
	right:0;
	top:0
}
.cart-discount .block .fieldset>.field .primary button {
	padding:15px 35px
}
.cart-discount .block.active .title:after {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.cart-empty {
	padding-left:18px;
	padding-right:18px
}
.cart-tax-info+.cart-tax-total, .cart .cart-tax-info+.cart-tax-total {
	display:block
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
	text-align:right
}
.block.crosssell {
	padding:0 15px;
	margin-top:70px
}
.block.crosssell .product-item-info {
	width:200px
}
.block-minicart .product-image-photo, .block-minicart .product-image-container {
	max-height:75px;
	max-width:75px
}
.block-minicart .items-total {
	font-size:1.2rem;
	line-height:1.4rem;
	letter-spacing:.25px
}
.block-minicart .subtotal {
	text-align:right
}
.block-minicart .subtotal .label {
	color:rgba(0, 0, 0, 0.5);
	font-size:1.4rem;
	letter-spacing:.25px;
	line-height:1.4rem
}
.block-minicart .amount .price-wrapper {
	display:block;
	margin-top:8px
}
.block-minicart .amount .price-wrapper:first-child .price {
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:.15px;
	line-height:1.8rem
}
.block-minicart .subtitle {
	display:none
}
.block-minicart .subtitle.empty {
	display:block;
	font-size:14px;
	padding:30px 0 20px;
	text-align:center
}
.block-minicart dl {
	margin-bottom:0
}
.block-minicart dl.product.options.list {
	display:inline-block;
	vertical-align:top;
	padding-left:10px
}
.block-minicart .text.empty {
	text-align:center
}
.block-minicart .block-content {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.block-minicart .block-content>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.block-minicart .block-content>.subtotal, .block-minicart .block-content>.items-total {
	-webkit-flex-basis:50%;
	flex-basis:50%;
	width:50%
}
.block-minicart .block-content>.subtotal {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end
}
.block-minicart .block-content>.subtotal>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.block-minicart .block-content>.actions {
	margin-top:15px
}
.block-minicart .block-content>.actions>.secondary {
	text-align:center;
	padding-top:10px
}
.block-minicart .block-content>.actions>.secondary a {
	font-size:1.4rem;
	font-weight:600;
	letter-spacing:.5px;
	line-height:2.4rem;
	text-align:center
}
.block-minicart .block-content>.actions>.primary {
	margin:0 0 15px
}
.block-minicart .block-content>.actions>.primary .action.primary {
	color:rgba(255, 255, 255, 0.87);
	font-weight:700;
	font-size:1.4rem;
	line-height:1.8rem;
	display:block;
	letter-spacing:1.25px;
	width:100%
}
.block-minicart .block-content>.actions .paypal-logo {
	margin-top:15px;
	text-align:center
}
.block-minicart .block-category-link, .block-minicart .block-product-link, .block-minicart .block-cms-link, .block-minicart .block-banners {
	margin:15px 0 0;
	text-align:center
}
.minicart-wrapper {
	display:inline-block;
	position:relative;
	float:right
}
.minicart-wrapper:before, .minicart-wrapper:after {
	content:'';
	display:table
}
.minicart-wrapper:after {
	clear:both
}
.minicart-wrapper .action.showcart {
	cursor:pointer;
	display:inline-block;
	text-decoration:none
}
.minicart-wrapper .action.showcart:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:20px;
	line-height:20px;
	color:#CD4390;
	content:'\e611';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.minicart-wrapper .action.showcart:hover:before {
	color:#ff6e6e
}
.minicart-wrapper .action.showcart:active:before {
	color:#CD4390
}
.minicart-wrapper .action.showcart.active {
	display:inline-block;
	text-decoration:none
}
.minicart-wrapper .action.showcart.active:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:20px;
	line-height:20px;
	color:#CD4390;
	content:'\e611';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.minicart-wrapper .action.showcart.active:hover:before {
	color:#ff6e6e
}
.minicart-wrapper .action.showcart.active:active:before {
	color:#CD4390
}
.minicart-wrapper .block-minicart {
	margin:0;
	padding:0;
	list-style:none none;
	background:#fff;
	border:none;
	margin-top:4px;
	min-width:100%;
	width:320px;
	z-index:101;
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:100%;
	right:0
}
.minicart-wrapper .block-minicart li {
	margin:0
}
.minicart-wrapper .block-minicart li:hover {
	cursor:pointer
}
.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
	border-bottom-style:solid;
	content:'';
	display:block;
	height:0;
	position:absolute;
	width:0
}
.minicart-wrapper .block-minicart:before {
	border:6px solid;
	border-color:transparent transparent #fff transparent;
	z-index:99
}
.minicart-wrapper .block-minicart:after {
	border:7px solid;
	border-color:transparent transparent #bbb transparent;
	z-index:98
}
.minicart-wrapper .block-minicart:before {
	right:12px;
	top:-12px
}
.minicart-wrapper .block-minicart:after {
	right:11px;
	top:-14px
}
.minicart-wrapper.active {
	overflow:visible
}
.minicart-wrapper.active .block-minicart {
	display:block
}
.minicart-wrapper .block-minicart {
	padding:25px 20px 30px;
	border:none;
	border-radius:16px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	top:100%;
	width:360px
}
.minicart-wrapper .block-minicart .block-title {
	display:none
}
.minicart-wrapper .block-minicart:before {
	display:none
}
.minicart-wrapper .block-minicart:after {
	border-color:transparent transparent #fff transparent;
	border-style:solid;
	border-width:0 8.5px 15px 8.5px;
	height:0;
	top:-15px;
	width:0
}
.minicart-wrapper .product .actions {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start;
	padding:8px 13px 6px 0
}
.minicart-wrapper .product .actions>.primary:not(:last-child), .minicart-wrapper .product .actions>.secondary:not(:last-child) {
margin-right:25px
}
.minicart-wrapper .action.close {
	display:none
}
.minicart-wrapper .action.showcart {
	border-radius:50%;
	box-shadow:0 0 5px #ccc;
	display:block;
	font-size:0;
	height:40px;
	padding:10px 0;
	position:relative;
	text-align:center;
	white-space:nowrap;
	width:40px
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
	background:url('../image/shopping-cart-simple-fill.svg') no-repeat;
	background-size:100%;
	content:'';
	width:20px;
	height:20px
}
.minicart-wrapper .action.showcart .counter.qty {
	background:#ffc022;
	border-radius:5.5px;
	color:transparent;
	height:11px;
	line-height:11px;
	width:11px;
	display:inline-block;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0
}
.minicart-wrapper .action.showcart .counter.qty .loader>img {
	max-width:11px
}
.minicart-wrapper .action.showcart .counter-number {
	display:none
}
.minicart-wrapper .minicart-widgets {
	margin-top:15px
}
.minicart-items-wrapper {
	max-height:300px;
	overflow-x:auto
}
.minicart-items {
	margin:0;
	padding:0;
	list-style:none none
}
.minicart-items .product-item {
	border-top:1px solid #e3e3e3;
	border-radius:0;
	box-shadow:none;
	padding:0
}
.minicart-items .product-item:first-child {
	padding-top:0
}
.minicart-items .product-item:last-child {
	border-bottom:1px solid #e3e3e3
}
.minicart-items .product-item>.product {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:16px 0 22px
}
.minicart-items .product-item-pricing .label {
	display:inline-block
}
.minicart-items .price-minicart {
	margin-bottom:5px
}
.minicart-items .product-item-name {
	font-weight:400;
	margin:0
}
.minicart-items .product-item-name a {
	color:#1e1e1e;
	font-size:1.4rem;
	line-height:1.4rem;
	letter-spacing:.4px
}
.minicart-items .product-item-name a:hover {
	color:#CD4390
}
.minicart-items .product-item-details {
	padding:0 10px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.minicart-items .product-item-details>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.minicart-items .product-item-details>.product-item-pricing {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.minicart-items .product-item-details .price {
	font-weight:600
}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
	margin:5px 0
}
.minicart-items .product-item-details .weee[data-label] {
	font-size:1.1rem
}
.minicart-items .product-item-details .product.actions, .minicart-items .product-item-details .details-qty {
	-webkit-flex-basis:50%;
	flex-basis:50%;
	width:50%
}
.minicart-items .product-item-details .details-qty {
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start;
	color:rgba(0, 0, 0, 0.5);
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:1.2rem;
	line-height:1.4rem;
	letter-spacing:.4px;
	padding-top:3px
}
.minicart-items .product-item-details .details-qty>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.minicart-items .product-item-details .details-qty .label {
	padding-right:10px;
	padding-top:8px
}
.minicart-items .product-item-details .details-qty .item-qty {
	border:1px solid #cbcbcb;
	font-size:1.6rem;
	border-radius:6px;
	height:32px;
	letter-spacing:.15px;
	line-height:32px;
	padding:0;
	text-align:center;
	width:67px
}
.minicart-items .product-item-details .details-qty .item-qty.qty {
	padding:0 18px
}
.minicart-items .product-item-details .details-qty .update-cart-item {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase
}
.minicart-items .product-item-details .product .options.list {
	color:rgba(0, 0, 0, 0.5);
	padding:5px 10px 3px;
	font-size:1.2rem;
	line-height:1.4rem
}
.minicart-items .product-item-details .product .options.list .values {
	margin-bottom:10px
}
.minicart-items .product-item-details .product .options.list .values .price {
	display:none
}
.minicart-items .product .toggle {
	color:rgba(0, 0, 0, 0.5);
	font-size:1.2rem;
	line-height:1.4rem;
	letter-spacing:.25px
}
.minicart-items .product .toggle:after {
	display:none
}
.minicart-items .product.pricing {
	margin-top:0
}
.minicart-items .product.options .toggle.tooltip {
	display:inline-block;
	text-decoration:none
}
.minicart-items .product.options .toggle.tooltip>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.minicart-items .product.options .toggle.tooltip:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:12px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:-3px 0 0 7px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.minicart-items .product.options .details {
	display:none
}
.minicart-items .item-qty {
	text-align:center;
	width:60px
}
.minicart-items .update-cart-item {
	font-size:1.1rem;
	vertical-align:top
}
.minicart-items .subtitle {
	display:none
}
.minicart-items .action.edit, .minicart-items .action.delete {
	display:inline-block;
	text-decoration:none
}
.minicart-items .action.edit>span, .minicart-items .action.delete>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:13px;
	line-height:20px;
	color:#1e1e1e;
	content:'\e601';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
	color:#ff6e6e
}
.minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
	color:#1e1e1e
}
.minicart-items .action.delete:before {
	content:'\e604'
}
.file-uploader-area {
	position:relative
}
.file-uploader-area input[type='file'] {
	cursor:pointer;
	opacity:0;
	overflow:hidden;
	position:absolute;
	visibility:hidden;
	width:0
}
.file-uploader-area input[type='file']:focus+.file-uploader-button {
	box-shadow:0 0 0 1px #006bb4
}
.file-uploader-area input[type='file']:disabled+.file-uploader-button {
	cursor:default;
	opacity:.5;
	pointer-events:none
}
.file-uploader-summary {
	display:inline-block;
	vertical-align:top
}
.file-uploader-button {
	background:#eee;
	border:1px solid #ccc;
	box-sizing:border-box;
	color:#333;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.4rem;
	font-weight:600;
	line-height:1.6rem;
	margin:0;
	padding:7px 15px;
	vertical-align:middle
}
.file-uploader-button._is-dragover {
	background:#d4d4d4;
	border:1px solid #006bb4
}
.file-uploader-spinner {
	background-image:url('../image/loader-1.gif');
	background-position:50%;
	background-repeat:no-repeat;
	background-size:15px;
	display:none;
	height:30px;
	margin-left:10px;
	vertical-align:top;
	width:15px
}
.file-uploader-preview .action-remove {
	bottom:4px;
	cursor:pointer;
	display:block;
	height:27px;
	left:6px;
	padding:2px;
	position:absolute;
	text-decoration:none;
	width:25px;
	z-index:2
}
.file-uploader-preview .action-remove>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.file-uploader-preview .action-remove:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:1.6rem;
	line-height:inherit;
	color:#514943;
	content:'\e604';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.file-uploader-preview .action-remove:hover:before {
	color:#736963
}
.file-uploader-preview:hover .preview-image img, .file-uploader-preview:hover .preview-link:before {
	opacity:.7
}
.file-uploader-preview .preview-link {
	display:block;
	height:100%
}
.file-uploader-preview .preview-image img {
	bottom:0;
	left:0;
	margin:auto;
	max-height:100%;
	max-width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1
}
.file-uploader-preview .preview-video {
	display:inline-block;
	text-decoration:none
}
.file-uploader-preview .preview-video:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:3rem;
	line-height:inherit;
	color:#ccc;
	content:'\e626';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.file-uploader-preview .preview-video:hover:before {
	color:#ccc
}
.file-uploader-preview .preview-video:before {
	left:0;
	margin-top:-2rem;
	position:absolute;
	right:0;
	top:50%;
	z-index:2
}
.file-uploader-preview .preview-document {
	display:inline-block;
	text-decoration:none
}
.file-uploader-preview .preview-document:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:7rem;
	line-height:inherit;
	color:#ccc;
	content:'\e626';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.file-uploader-preview .preview-document:hover:before {
	color:#ccc
}
.file-uploader-preview .preview-document:before {
	left:0;
	margin-top:-3.5rem;
	position:absolute;
	right:0;
	top:50%;
	z-index:2
}
.file-uploader-preview, .file-uploader-placeholder {
	background:#fff;
	border:1px solid #cacaca;
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	height:150px;
	line-height:1;
	margin:10px 25px 10px 0;
	overflow:hidden;
	position:relative;
	width:150px
}
.file-uploader._loading .file-uploader-spinner {
	display:inline-block
}
.file-uploader .admin__field-note, .file-uploader .admin__field-error {
	margin-bottom:10px
}
.file-uploader .file-uploader-filename {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:150px;
	word-break:break-all
}
.file-uploader .file-uploader-filename:first-child {
	margin-bottom:10px
}
.file-uploader .file-uploader-meta {
	color:#9e9e9e
}
.file-uploader .admin__field-fallback-reset {
	margin-left:10px
}
._keyfocus .file-uploader .action-remove:focus {
	box-shadow:0 0 0 1px #006bb4
}
.file-uploader-placeholder.placeholder-document {
	display:inline-block;
	text-decoration:none
}
.file-uploader-placeholder.placeholder-document:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:5rem;
	line-height:inherit;
	color:#ccc;
	content:'\e626';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.file-uploader-placeholder.placeholder-document:hover:before {
	color:#ccc
}
.file-uploader-placeholder.placeholder-document:before {
	left:0;
	position:absolute;
	right:0;
	top:20px;
	z-index:2
}
.file-uploader-placeholder.placeholder-image {
	display:inline-block;
	text-decoration:none
}
.file-uploader-placeholder.placeholder-image:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:5rem;
	line-height:inherit;
	color:#ccc;
	content:'\e626';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.file-uploader-placeholder.placeholder-image:hover:before {
	color:#ccc
}
.file-uploader-placeholder.placeholder-image:before {
	left:0;
	position:absolute;
	right:0;
	top:20px;
	z-index:2
}
.file-uploader-placeholder.placeholder-video {
	display:inline-block;
	text-decoration:none
}
.file-uploader-placeholder.placeholder-video:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:3rem;
	line-height:inherit;
	color:#ccc;
	content:'\e626';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.file-uploader-placeholder.placeholder-video:hover:before {
	color:#ccc
}
.file-uploader-placeholder.placeholder-video:before {
	left:0;
	position:absolute;
	right:0;
	top:30px;
	z-index:2
}
.file-uploader-placeholder-text {
	bottom:0;
	color:#008bdb;
	font-size:1.1rem;
	left:0;
	line-height:1.42857143;
	margin-bottom:15%;
	padding:0 20px;
	position:absolute;
	right:0;
	text-align:center
}
.data-grid-file-uploader {
	min-width:7rem
}
.data-grid-file-uploader._loading .file-uploader-spinner {
	display:block
}
.data-grid-file-uploader._loading .file-uploader-button:before {
	display:none
}
.data-grid-file-uploader .file-uploader-image {
	background:transparent;
	bottom:0;
	left:0;
	margin:auto;
	max-height:100%;
	max-width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1
}
.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before {
	display:none
}
.data-grid-file-uploader .file-uploader-area {
	z-index:2
}
.data-grid-file-uploader .file-uploader-spinner {
	height:100%;
	margin:0;
	position:absolute;
	top:0;
	width:100%
}
.data-grid-file-uploader .file-uploader-button {
	height:48px;
	text-align:center;
	display:block;
	text-decoration:none
}
.data-grid-file-uploader .file-uploader-button>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.data-grid-file-uploader .file-uploader-button:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:1.3rem;
	line-height:48px;
	color:#8a837f;
	content:'\e626';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.data-grid-file-uploader .file-uploader-button:hover:before {
	color:#666
}
.data-grid-file-uploader .action-select-wrap {
	float:left
}
.data-grid-file-uploader .action-select-wrap .action-select {
	border:1px solid #cacaca;
	display:block;
	height:5rem;
	margin-left:-1px;
	padding:0;
	width:2rem
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
	border-color:#8a837f transparent transparent transparent;
	left:50%;
	margin:0 0 0 -5px
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
	border-color:#666 transparent transparent transparent
}
.data-grid-file-uploader .action-select-wrap .action-select>span {
	display:none
}
.data-grid-file-uploader .action-select-wrap .action-menu {
	left:4rem;
	right:auto;
	z-index:2
}
.data-grid-file-uploader-inner {
	border:1px solid #cacaca;
	float:left;
	height:5rem;
	position:relative;
	width:5rem
}
.checkout-onepage-success .page-title-wrapper {
	padding:18px 15px 0
}
.checkout-onepage-success .page-title-wrapper .page-title {
	margin-bottom:5px
}
.checkout-onepage-success .column.main {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 15px
}
.checkout-onepage-success .column.main>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.checkout-onepage-success .column.main .action.primary {
	width:100%;
	display:block;
	max-width:300px
}
.checkout-onepage-success .action.print {
	display:none
}
.checkout-onepage-success p {
	font-size:1.6rem;
	line-height:2.4rem;
	margin-bottom:25px
}
.checkout-onepage-success .actions-toolbar>div {
	width:100%
}
.checkout-onepage-success .registration-container {
	margin-top:10px
}
.checkout-index-index .opc-payment-additional.discount-code {
	padding-left:15px;
	padding-right:15px;
	max-width:400px
}
.checkout-index-index .opc-payment-additional.discount-code .actions-toolbar {
	margin-top:15px
}
.checkout-index-index .payment-option-title #block-discount-heading {
	display:inline-block;
	text-decoration:none;
	display:block;
	position:relative
}
.checkout-index-index .payment-option-title #block-discount-heading:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.checkout-index-index .payment-option-title #block-discount-heading:after {
	position:absolute;
	right:0;
	top:0;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.checkout-index-index .payment-option-title #block-discount-heading strong {
	font-size:1.6rem;
	font-weight:500
}
.checkout-index-index .payment-option-title[aria-expanded="true"] #block-discount-heading:after {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.checkout-index-index .form-discount {
	clear:left;
	padding-top:10px
}
.checkout-index-index .form-discount .payment-option-inner .field {
	max-width:100%;
	position:relative
}
.checkout-index-index .form-discount .payment-option-inner .field .input-text {
	margin:0;
	box-shadow:none;
	background:#f0f0f0;
	height:48px
}
.checkout-index-index .form-discount .payment-option-inner .field .primary {
	position:absolute;
	right:0;
	top:0
}
.checkout-index-index .form-discount .payment-option-inner .field .primary button {
	padding:15px 35px
}
.checkout-index-index .messages {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	margin-bottom:10px
}
.checkout-index-index .new-address-popup {
	width:calc(100% - 30px);
	margin:0 auto
}
.checkout-index-index .action-edit-address {
	margin-top:20px
}
.checkout-index-index .modals-wrapper .modal-popup .modal-header {
	padding:0;
	margin:0;
	position:relative
}
.checkout-index-index .modals-wrapper .modal-popup .modal-header .modal-title {
	display:none
}
.checkout-index-index .modals-wrapper .modal-popup .modal-header .action-close {
	border-radius:0;
	overflow:visible;
	padding:0;
	margin:0;
	right:15px;
	top:28px;
	display:inline-block;
	text-decoration:none
}
.checkout-index-index .modals-wrapper .modal-popup .modal-header .action-close:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e616';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.checkout-index-index .modals-wrapper .modal-popup .modal-content {
	padding:0 15px
}
.checkout-index-index .modals-wrapper .modal-popup .modal-footer {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:5px auto 60px;
	border-top:1px solid #e3e3e3;
	padding-top:25px;
	margin:0 auto 30px;
	width:calc(100% - 30px)
}
.checkout-index-index .modals-wrapper .modal-popup .modal-footer>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.checkout-index-index .modals-wrapper .modal-popup h5.section-title {
	font-weight:700;
	line-height:2.8rem;
	font-size:2.4rem;
	margin:85px 0 40px;
	padding:0 0 30px;
	border-bottom:1px solid #e3e3e3
}
.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address {
	margin:45px 0 0
}
.checkout-index-index .columns .column.main {
	padding-bottom:0
}
.checkout-index-index .color-divider {
	margin-top:54px;
	height:auto;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.checkout-index-index .color-divider>div {
	height:5px
}
.checkout-index-index .color-divider:after {
	content:'';
	display:none;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	height:50px;
	background-image:url('../image/background-desktop.svg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	order:200
}
.checkout-index-index .actions-toolbar {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center
}
.checkout-index-index .actions-toolbar .primary {
	-webkit-flex-grow:1;
	flex-grow:1
}
.checkout-index-index .actions-toolbar .primary .continue {
	width:100%
}
.checkout-index-index .section-title {
	border-bottom:1px solid #e3e3e3;
	font-size:1.4rem;
	line-height:2rem;
	font-weight:400;
	margin:0 0 25px;
	padding-bottom:4px
}
.checkout-index-index .section-title.logged-in {
	margin-top:27px
}
.checkout-index-index .page-header {
	z-index:2
}
.checkout-index-index .header.content .logo {
	padding-left:20px
}
.checkout-container {
	margin:0 0 20px
}
.opc-wrapper {
	margin:0 0 20px
}
.opc-wrapper .step-title {
	border-bottom:1px solid #e3e3e3;
	font-weight:bold;
	letter-spacing:0.18px;
	line-height:28px;
	font-size:24px;
	border-bottom:0;
	margin:0;
	padding:0 15px
}
.opc-wrapper .step-content {
	margin:0 0 15px
}
.checkout-index-index .nav-sections, .checkout-index-index .nav-toggle {
	display:none
}
.checkout-index-index .logo {
	margin-left:0
}
.checkout-onepage-success .print {
	display:none
}
.abs-discount-code .form-discount, .checkout-payment-method .payment-option-content .form-discount {
	display:table;
	width:100%
}
.abs-discount-code .form-discount .actions-toolbar, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
	display:table-cell;
	vertical-align:top;
	width:1%
}
.abs-discount-code .form-discount .actions-toolbar .primary, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
	float:left
}
.abs-discount-code .form-discount .actions-toolbar .primary .action, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	margin:0 0 0 -2px;
	white-space:nowrap;
	width:auto
}
.abs-discount-code .form-discount>.field>.label, .checkout-payment-method .payment-option-content .form-discount>.field>.label {
	display:none
}
.opc-estimated-wrapper {
	position:relative;
	height:0;
	width:100%;
	overflow:visible
}
.opc-estimated-wrapper .estimated-block {
	display:none
}
.opc-estimated-wrapper .minicart-wrapper {
	display:block;
	position:absolute;
	top:-10px;
	right:15px;
	float:none
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
	margin:0;
	padding:0;
	width:48px;
	height:48px;
	overflow:visible;
	box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.13);
	border:none;
	border-radius:50%;
	background-color:#fff
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
	opacity:1;
	border-radius:0;
	width:auto;
	top:26px;
	left:22px;
	background-color:#fff
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
	top:11px;
	right:11px;
	z-index:2
}
.opc-progress-bar {
	margin:20px 0 30px;
	counter-reset:i;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	font-size:0
}
.opc-progress-bar .minicart-wrapper {
	float:none;
	display:block
}
.opc-progress-bar .minicart-wrapper .action.showcart {
	border-radius:0
}
.opc-progress-bar .minicart-wrapper .action.showcart:before {
	content:"";
	position:static;
	opacity:1;
	border-radius:0;
	width:auto;
	z-index:1;
	transform:translate(0, 0)
}
.opc-progress-bar-item {
	margin:0 0 10px;
	width:150px;
	display:inline-block;
	position:relative;
	text-align:center;
	vertical-align:top
}
.opc-progress-bar-item:before {
	background:#e3e3e3;
	top:17px;
	transition:all 300ms ease-in;
	content:'';
	height:6px;
	left:0;
	position:absolute;
	width:100%
}
.opc-progress-bar-item>span {
	display:inline-block;
	padding-top:40px;
	width:100%;
	word-wrap:break-word;
	color:rgba(0, 0, 0, 0.5);
	font-weight:400;
	font-size:1.4rem
}
.opc-progress-bar-item>span:before, .opc-progress-bar-item>span:after {
	background:#e3e3e3;
	height:34px;
	margin-left:-17px;
	transition:all 300ms ease-in;
	width:34px;
	border-radius:50%;
	content:'';
	left:50%;
	position:absolute;
	top:0
}
.opc-progress-bar-item>span:after {
	background:#fff;
	height:22px;
	margin-left:-11px;
	top:6px;
	width:22px;
	content:counter(i);
	counter-increment:i;
	color:#333;
	font-weight:700;
	font-size:1.4rem
}
.opc-progress-bar-item._complete {
	cursor:pointer
}
.opc-progress-bar-item._complete:hover:before {
	background:#d6d6d6
}
.opc-progress-bar-item._complete:hover>span:before {
	background:#d6d6d6
}
.opc-progress-bar-item._complete>span {
	color:#CD4390
}
.opc-progress-bar-item._active:before {
	background:#6bd3dd
}
.opc-progress-bar-item._active>span {
	color:#333;
	font-weight:700
}
.opc-progress-bar-item._active>span:before {
	background:#6bd3dd
}
.field.choice .field-tooltip {
	display:inline-block;
	margin-left:10px;
	position:relative;
	top:-3px
}
.field.choice .field-tooltip-action {
	line-height:21px
}
.field._error .control input, .field._error .control select, .field._error .control textarea {
	border-color:#ed8380
}
.checkout-index-index .modal-popup .fieldset .field .label {
	font-weight:400
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
	margin-top:8px
}
.field-tooltip {
	cursor:pointer;
	position:absolute;
	right:0;
	top:10px
}
.field-tooltip._active {
	z-index:100
}
.field-tooltip._active .field-tooltip-content {
	display:block
}
.field-tooltip._active .field-tooltip-action:before {
	color:#ff6e6e
}
.field-tooltip .label {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.field-tooltip .field-tooltip-action {
	display:inline-block;
	text-decoration:none
}
.field-tooltip .field-tooltip-action>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.field-tooltip .field-tooltip-action:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:21px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e623';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.field-tooltip .field-tooltip-action:hover:before {
	color:#ff6e6e
}
.field-tooltip .field-tooltip-action:before {
	padding-left:1px;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
	z-index:100
}
._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
	display:block
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
	color:#ff6e6e
}
.field-tooltip .field-tooltip-content {
	background:#f4f4f4;
	border:1px solid #999;
	border-radius:1px;
	font-size:14px;
	padding:12px;
	width:270px;
	display:none;
	left:38px;
	position:absolute;
	text-transform:none;
	top:-9px;
	word-wrap:break-word;
	z-index:2
}
.field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
	border:10px solid transparent;
	height:0;
	width:0;
	border-right-color:#f4f4f4;
	left:-21px;
	top:12px;
	content:'';
	display:block;
	position:absolute;
	z-index:3
}
.field-tooltip .field-tooltip-content:before {
	border-right-color:#666
}
.field-tooltip .field-tooltip-content:after {
	border-right-color:#f4f4f4;
	width:1px;
	z-index:4
}
@media only screen and (max-width:1024px) {
.field-tooltip .field-tooltip-content {
left:auto;
right:-10px;
top:40px
}
.field-tooltip .field-tooltip-content::before, .field-tooltip .field-tooltip-content::after {
border:10px solid transparent;
height:0;
left:auto;
margin-top:-21px;
right:10px;
top:0;
width:0
}
.field-tooltip .field-tooltip-content::before {
border-bottom-color:#999
}
.field-tooltip .field-tooltip-content::after {
border-bottom-color:#f4f4f4;
top:1px
}
}
.checkout-shipping-method .section-title {
	width:calc(100% - 30px);
	margin:0 auto
}
.opc-wrapper {
	max-width:580px
}
.opc-wrapper .form-shipping-address {
	background:#fff;
	margin:0;
	padding:10px 15px 4px
}
.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
	margin-top:28px;
	margin-bottom:28px
}
.opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label {
	font-weight:400
}
.opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note {
	font-size:16px;
	margin-top:10px
}
.opc-wrapper .form-login, .opc-wrapper .methods-shipping {
	background:#fff;
	margin:0;
	padding:15px 15px 0
}
.opc-wrapper .form-login .actions-toolbar {
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.opc-wrapper .form-login .actions-toolbar>.primary {
	text-align:right
}
.opc-wrapper .form-login .actions-toolbar .action.login {
	width:180px
}
.opc-wrapper .methods-shipping {
	padding-top:6px
}
.opc-wrapper .methods-shipping .field.choice label:before, .opc-wrapper .methods-shipping .field.choice .label:before {
	margin:0 10px 0 0
}
.opc-wrapper .methods-shipping .field.choice label:after, .opc-wrapper .methods-shipping .field.choice .label:after {
	top:2px
}
.opc-wrapper .shipping-address-items {
	font-size:0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	margin-top:38px
}
.opc-wrapper .shipping-address-item {
	border:none;
	font-size:16px;
	line-height:24px;
	margin:0 0 15px;
	padding:35px 35px 40px;
	transition:all 300ms ease-in;
	-webkit-flex-basis:calc(100% - 30px);
	flex-basis:calc(100% - 30px);
	width:calc(100% - 30px);
	display:block;
	position:relative;
	vertical-align:top;
	word-wrap:break-word;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	background:#fff;
	letter-spacing:0.15px
}
.opc-wrapper .shipping-address-item.selected-item {
	box-shadow:0 2px 30px 0 rgba(101, 201, 211, 0.74)
}
.opc-wrapper .shipping-address-item.selected-item:after {
	background:#CD4390;
	color:#fff;
	content:'\e610';
	font-family:'playlearn-icons';
	font-size:19px;
	line-height:46px;
	padding-top:2px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:48px;
	height:48px;
	border-radius:8px
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
	visibility:hidden
}
.opc-wrapper .action-show-popup {
	padding:0;
	margin:5px 0 30px;
	border-radius:0;
	font-size:1.4rem;
	line-height:2rem;
	font-weight:400
}
.opc-wrapper .action-show-popup>span:before {
	content:'+';
	padding-right:5px
}
.opc-wrapper .action-select-shipping-item {
	margin:30px 0 0
}
.opc-wrapper .edit-address-link {
	display:block;
	float:left;
	margin:40px 35px 0 0
}
.checkout-shipping-method .step-title {
	margin-bottom:0
}
.checkout-shipping-method .no-quotes-block {
	margin:20px 0
}
.methods-shipping .actions-toolbar .action.primary {
	margin:20px 0 0
}
.table-checkout-shipping-method thead th {
	display:none
}
.table-checkout-shipping-method tbody td {
	border-top:1px solid #e3e3e3;
	padding-bottom:20px;
	padding-top:20px
}
.table-checkout-shipping-method tbody td:first-child {
	padding-left:0;
	padding-right:0;
	width:20px
}
.table-checkout-shipping-method tbody tr:first-child td {
	border-top:none
}
.table-checkout-shipping-method tbody .col-price {
	font-weight:600;
	text-align:right
}
.table-checkout-shipping-method tbody .row-error td {
	border-top:none;
	padding-bottom:10px;
	padding-top:0
}
.checkout-shipping-method {
	position:relative
}
.shipping-policy-block.field-tooltip {
	top:12px
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
	color:#CD4390;
	cursor:pointer
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
	display:none
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
	width:420px;
	top:30px
}
.opc-sidebar._show .minicart-items {
	display:block !important
}
.opc-sidebar .modal-footer {
	position:absolute;
	top:62px;
	left:17px;
	z-index:99
}
.opc-sidebar .modal-footer button {
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	line-height:inherit;
	display:inline-block;
	text-decoration:none
}
.opc-sidebar .modal-footer button span {
	font-size:0
}
.opc-sidebar .modal-footer button:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e616';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.checkout-index-index .custom-slide {
	left:auto;
	width:340px;
	max-width:100%
}
.opc-block-shipping-information {
	padding:25px 15px 40px
}
.opc-block-shipping-information .shipping-information-title {
	line-height:2rem;
	font-size:1.4rem;
	border-bottom:1px solid #e3e3e3;
	margin:0 0 23px;
	position:relative;
	padding-bottom:4px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.opc-block-shipping-information .shipping-information-title .action-edit {
	border:none;
	padding:0;
	margin:0;
	border-radius:0;
	position:relative;
	top:-4px;
	display:inline-block;
	text-decoration:none;
	border-right:0
}
.opc-block-shipping-information .shipping-information-title .action-edit>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.opc-block-shipping-information .shipping-information-title .action-edit:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e601';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:after {
	color:#ff6e6e
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:after {
	color:#1e1e1e
}
.opc-block-shipping-information .shipping-information-title .action-edit:after {
	line-height:1.8rem;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	overflow:visible
}
.opc-block-shipping-information .shipping-information-content {
	font-size:1.6rem;
	line-height:2.6rem
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
	margin-left:0
}
.opc-block-shipping-information .ship-to, .opc-block-shipping-information .ship-via {
	margin:0 0 20px
}
.opc-block-summary {
	background:#fff;
	margin:0 0 20px;
	padding:55px 15px 0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.opc-block-summary>* {
	order:0
}
.opc-block-summary .product-item-details .product-item-inner {
	display:block
}
.opc-block-summary .table-totals {
	order:10
}
.opc-block-summary .table-totals .table-caption {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
	margin:0 0 34px;
	text-align:left;
	padding:55px 0 4px;
	border-bottom:1px solid #e3e3e3;
	box-sizing:border-box
}
.opc-block-summary .table-totals tr {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.opc-block-summary .table-totals th, .opc-block-summary .table-totals td {
	padding:0 0 10px
}
.opc-block-summary .table-totals th {
	color:rgba(0, 0, 0, 0.5);
	line-height:2rem;
	font-weight:400
}
.opc-block-summary .table-totals td {
	text-align:right
}
.opc-block-summary .table-totals .grand.totals {
	border-top:1px solid #e3e3e3;
	margin-top:15px;
	padding-top:17px
}
.opc-block-summary .table-totals .grand.totals th {
	color:#1e1e1e;
	font-size:2rem;
	letter-spacing:0.15px;
	line-height:2.4rem
}
.opc-block-summary .table-totals .grand.totals th strong {
	font-weight:400
}
.opc-block-summary .table-totals .grand.totals td {
	font-size:3.4rem;
	font-weight:700;
	line-height:4.4rem
}
.opc-block-summary>.title {
	display:block;
	padding-left:40px
}
.opc-block-summary .table-totals {
	border-top:none
}
.opc-block-summary .discount.coupon {
	display:none
}
.opc-block-summary .grand.incl+.grand.excl .mark, .opc-block-summary .grand.incl+.grand.excl .amount {
	border-top:0;
	font-size:1.4rem;
	padding-top:0
}
.opc-block-summary .grand.incl+.grand.excl .mark strong, .opc-block-summary .grand.incl+.grand.excl .amount strong {
	font-weight:400
}
.opc-block-summary .not-calculated {
	font-style:italic
}
.opc-block-summary .minicart-items .product .toggle {
	display:none
}
.opc-block-summary .items-in-cart>.title {
	border-bottom:1px solid #e3e3e3;
	padding:10px 40px 10px 0;
	cursor:pointer;
	display:block;
	text-decoration:none;
	margin-bottom:0;
	position:relative;
	display:none
}
.opc-block-summary .items-in-cart>.title>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.opc-block-summary .items-in-cart>.title:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:12px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:3px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.opc-block-summary .items-in-cart>.title:after {
	display:block;
	position:absolute;
	right:0;
	top:10px
}
.opc-block-summary .items-in-cart>.title strong {
	font-size:1.8rem;
	font-weight:300;
	margin:0
}
.opc-block-summary .items-in-cart.active>.title:after {
	content:'\e621'
}
.opc-block-summary .items-in-cart .product {
	position:relative
}
.opc-block-summary .items-in-cart .product .item-options {
	font-size:1.4rem;
	line-height:1.8rem;
	color:#1e1e1e
}
.opc-block-summary .items-in-cart .product .item-options dt, .opc-block-summary .items-in-cart .product .item-options dd {
	padding-bottom:8px
}
.opc-block-summary .items-in-cart .product .item-options dt:last-of-type, .opc-block-summary .items-in-cart .product .item-options dd:last-of-type {
	padding-bottom:0
}
.opc-block-summary .items-in-cart .product .item-options dt.label {
	font-weight:700
}
.opc-block-summary .items-in-cart .product .item-options dd.values {
	color:rgba(0, 0, 0, 0.5)
}
.opc-block-summary .items-in-cart .product .item-options dd.values .price {
	display:none
}
.opc-block-summary .minicart-items-wrapper {
	margin:0;
	max-height:none;
	padding:0;
	border:0
}
.column.main .opc-block-summary .product-item {
	margin:0;
	padding:15px 0;
	border-top:none;
	border-bottom:1px solid #e3e3e3
}
.column.main .opc-block-summary .product-item:last-child {
	border-bottom:none
}
.opc-block-summary .product-item .product-image-container {
	-webkit-flex-shrink:0;
	flex-shrink:0
}
.opc-block-summary .product-item .product-item-details {
	padding:0 0 0 15px
}
.opc-block-summary .product-item .product-item-details .price-including-tax, .opc-block-summary .product-item .product-item-details .price-excluding-tax {
	margin:0;
	line-height:inherit
}
.opc-block-summary .product-item .product-item-details .details-qty {
	padding:7px 0 8px;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.8rem;
	color:#1e1e1e;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.opc-block-summary .product-item .product-item-details .details-qty .label {
	padding:0
}
.opc-block-summary .product-item .product-item-details .details-qty .label:after {
	content:':';
	display:inline-block
}
.opc-block-summary .product-item .product-item-details .details-qty .value {
	color:rgba(0, 0, 0, 0.5);
	font-weight:400;
	margin-left:5px
}
.opc-block-summary .product-item .product-item-name-block {
	padding-right:0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center
}
.opc-block-summary .product-item .product-item-name {
	padding-right:5px
}
.opc-block-summary .product-item .subtotal {
	display:block;
	text-align:left
}
.opc-block-summary .product-item .price {
	font-size:1.6rem;
	font-weight:400
}
.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {
	font-size:1rem
}
.opc-block-summary .product-item .message {
	margin-top:10px
}
.opc-block-summary .actions-toolbar {
	position:relative;
	z-index:1
}
.opc-block-summary .actions-toolbar .secondary {
	border-top:1px solid #e3e3e3;
	display:block;
	margin:-1px 0 0;
	padding:15px 0 0;
	text-align:left
}
.opc-block-summary .actions-toolbar .secondary .action {
	margin:0
}
@media only screen and (max-width:1024px) {
.opc-block-summary .product-item .product-item-inner {
display:block
}
.opc-block-summary .product-item .subtotal {
display:block;
text-align:left
}
}
.authentication-dropdown {
	box-sizing:border-box
}
.authentication-dropdown .modal-inner-wrap {
	padding:25px
}
.authentication-wrapper {
	float:right;
	margin-top:-60px;
	max-width:50%;
	position:relative;
	z-index:1
}
._has-auth-shown .authentication-wrapper {
	z-index:900
}
.block-authentication .block-title {
	font-size:1.8rem;
	border-bottom:0;
	margin-bottom:25px
}
.block-authentication .block-title strong {
	font-weight:300
}
.block-authentication .field .label {
	font-weight:400
}
.block-authentication .actions-toolbar {
	margin-bottom:5px
}
.block-authentication .actions-toolbar>.secondary {
	padding-top:25px;
	text-align:left
}
.block-authentication .block[class] {
	margin:0
}
.block-authentication .block[class] ul {
	list-style:none;
	padding-left:10px
}
.block-authentication .block[class] .field .control, .block-authentication .block[class] .field .label {
	float:none;
	width:auto
}
.block-authentication .block[class]+.block {
	border-top:1px solid #c1c1c1;
	margin-top:40px;
	padding-top:40px;
	position:relative
}
.block-authentication .block[class]+.block:before {
	height:36px;
	line-height:34px;
	margin:-19px 0 0 -18px;
	min-width:36px;
	background:#fff;
	border:1px solid #c1c1c1;
	border-radius:50%;
	box-sizing:border-box;
	color:#c1c1c1;
	content:attr(data-label);
	display:inline-block;
	left:50%;
	letter-spacing:normal;
padding:0 .2rem;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0
}
.checkout-payment-method {
	padding-left:15px;
	padding-right:15px
}
.checkout-payment-method .step-title {
	padding:0
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
	border-top:0
}
.checkout-payment-method .payment-method._active .payment-method-content {
	display:block
}
.checkout-payment-method .payment-method+.payment-method .payment-method-title {
	border-top:1px solid #e3e3e3
}
.checkout-payment-method .payment-method form.form-purchase-order {
	margin-bottom:15px
}
.checkout-payment-method .payment-method-content #po_number {
	margin-bottom:20px
}
.checkout-payment-method .payment-method-title {
	padding:20px 0;
	margin:0
}
.checkout-payment-method .payment-method-title .payment-icon {
	display:inline-block;
	margin-right:5px;
	vertical-align:middle
}
.checkout-payment-method .payment-method-title .action-help {
	display:inline-block;
	margin-left:5px
}
.checkout-payment-method .payment-method-content {
	display:none;
	padding:0 0 20px 40px
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
margin:0 0 20px
}
.checkout-payment-method .payment-method-content .primary .primary {
	width:100%
}
.checkout-payment-method .payment-group+.payment-group .step-title {
	margin:20px 0 0
}
.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
	max-width:500px
}
.checkout-payment-method .field-select-billing {
	margin:0 0 10px
}
.checkout-payment-method .billing-address-same-as-shipping-block {
	margin:0 0 12px
}
.checkout-payment-method .checkout-billing-address {
	margin:20px 0 45px
}
.checkout-payment-method .checkout-billing-address .primary {
	-webkit-flex-grow:0;
	flex-grow:0
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
	margin-bottom:20px;
	margin-right:0
}
.checkout-payment-method .checkout-billing-address .actions-toolbar>.primary {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.checkout-payment-method .checkout-billing-address .actions-toolbar>.primary .action {
	margin:0;
	width:100%
}
.checkout-payment-method .checkout-billing-address .actions-toolbar>.primary .action-cancel {
	display:none
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
	padding:0 0 0 30px;
	font-size:1.6rem;
	line-height:2.2rem
}
.checkout-payment-method .payment-method-note+.checkout-billing-address {
	margin-top:20px
}
.checkout-payment-method .payment-method-iframe {
	background-color:transparent;
	display:none;
	width:100%
}
.checkout-payment-method .no-payments-block {
	margin:20px 0
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
	content:'\e621'
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
	cursor:pointer
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
	display:none
}
.checkout-payment-method .payment-option-title {
	border-top:1px solid #e3e3e3;
	padding:20px 0
}
.checkout-payment-method .payment-option-title .action-toggle {
	color:#CD4390;
	display:inline-block;
	text-decoration:none
}
.checkout-payment-method .payment-option-title .action-toggle:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:14px;
	line-height:16px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0 0 0 10px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
	color:#333
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
	color:#CD4390
}
.checkout-payment-method .payment-option-content {
	padding:0 0 20px 40px
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
	margin-right:0
}
.checkout-payment-method .payment-option-inner {
	margin:0 0 20px
}
.checkout-payment-method .credit-card-types {
	padding:0
}
.checkout-payment-method .credit-card-types .item {
	display:inline-block;
	list-style:none;
	margin:0 5px 0 0;
	vertical-align:top
}
.checkout-payment-method .credit-card-types .item._active {
	font-weight:700
}
.checkout-payment-method .credit-card-types .item._active img {
	-webkit-filter:grayscale(0%)
}
.checkout-payment-method .credit-card-types .item._inactive {
	opacity:.4
}
.checkout-payment-method .credit-card-types .item span {
	display:inline-block;
	padding-top:6px;
	vertical-align:top
}
.checkout-payment-method .credit-card-types img {
	-webkit-filter:grayscale(100%);
-webkit-transition:all .6s ease
}
.checkout-payment-method .ccard .fields>.year {
	padding-left:5px
}
.checkout-payment-method .ccard .fields .select {
	padding-left:5px;
	padding-right:5px
}
.checkout-payment-method .ccard .month .select {
	width:140px
}
.checkout-payment-method .ccard .year .select {
	width:80px
}
.checkout-payment-method .ccard .captcha .input-text, .checkout-payment-method .ccard .number .input-text {
	width:225px
}
.checkout-payment-method .ccard>.field.cvv>.control {
	display:inline-block;
	padding-right:20px
}
.checkout-payment-method .ccard .cvv .label {
	display:block
}
.checkout-payment-method .ccard .cvv .input-text {
	width:55px
}
.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
	width:auto !important
}
.checkout-agreements-block .checkout-agreements {
	margin-bottom:20px
}
.checkout-agreements-block .action-show {
	vertical-align:baseline
}
.checkout-agreements-items {
	padding-bottom:30px
}
.checkout-agreements-items .checkout-agreements-item {
	margin-bottom:20px
}
.checkout-agreements-items .checkout-agreements-item-title {
	border-bottom:0
}
.checkout-agreement-item-content {
	overflow:auto
}
.block-balance .price {
	margin-top:-10px;
	font-size:3.2rem;
	display:inline-block;
	line-height:32px
}
.table-downloadable-products .product-name {
	font-weight:400;
	margin-right:15px
}
.table-downloadable-products .action.download {
	display:inline-block;
	text-decoration:none
}
.table-downloadable-products .action.download:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:inherit;
	line-height:inherit;
	color:#CD4390;
	content:'\e626';
	font-family:'playlearn-icons';
	margin:0 5px 0 0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.page-product-downloadable .product-add-form {
	clear:both;
	margin-bottom:25px
}
.page-product-downloadable .product-options-bottom .field.qty {
	display:none
}
.samples-item-title {
	font-size:1.4rem;
	font-weight:600;
	margin:0 0 10px
}
.samples-item {
	margin:0 0 10px
}
.field.downloads {
	margin-bottom:10px
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control {
	width:100%
}
.field.downloads .price-container {
	display:inline;
	white-space:nowrap
}
.field.downloads .price-container:before {
	content:' + ';
	display:inline
}
.field.downloads .price-excluding-tax {
	display:inline
}
.field.downloads .price-excluding-tax:before {
	content:' (' attr(data-label) ': '
}
.field.downloads .price-excluding-tax:after {
	content:')'
}
.field.downloads .price-including-tax {
	display:inline;
	font-weight:600;
	font-size:1.4rem
}
.field.downloads .field.choice {
	border-bottom:1px solid #ebebeb;
	box-sizing:border-box;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:25px;
	position:relative;
	width:100%;
	z-index:1
}
.field.downloads .field.choice input {
	left:0;
	position:absolute;
	top:2px
}
.field.downloads .field.downloads-all {
	border-bottom:0;
	padding-left:0
}
.field.downloads .sample.link {
	float:right
}
.field.downloads-all .label {
	color:#CD4390;
	text-decoration:none;
	cursor:pointer
}
.field.downloads-all .label:visited {
	color:#CD4390;
	text-decoration:none
}
.field.downloads-all .label:hover {
	color:#ff6e6e;
	text-decoration:none
}
.field.downloads-all .label:active {
	color:#ff5501;
	text-decoration:none
}
.field.downloads-all input {
	opacity:0
}
.field.downloads.downloads-no-separately .field.choice {
	padding-left:0
}
.page-product-giftcard .giftcard-amount {
	border-top:1px #c1c1c1 solid;
	clear:both;
	margin-bottom:0;
	padding-top:15px;
	text-align:left
}
.page-product-giftcard .giftcard-amount .field:last-child {
	padding-bottom:17px !important
}
.page-product-giftcard .product-info-main .price-box .old-price {
	font-size:20px
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final>span {
	display:block;
	margin-bottom:5px
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child {
	margin-bottom:0
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
	font-size:22px;
	font-weight:600;
	line-height:22px
}
.page-product-giftcard .product-info-main .price-box+.giftcard.form {
	border-top:1px #c1c1c1 solid;
	padding-top:15px
}
.page-product-giftcard .product-info-main .alert {
	clear:left
}
.page-product-giftcard .product-info-stock-sku {
	display:block
}
.page-product-giftcard .product-add-form {
	border:0;
	clear:none;
	padding-top:0
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
margin-bottom:17px;
margin-top:17px
}
.page-product-giftcard .giftcard.form {
	clear:both
}
.page-product-giftcard .price-box {
	margin-bottom:10px
}
.page-product-giftcard .product-info-price {
	border:0;
	display:block;
	float:right;
	white-space:nowrap;
	width:auto
}
.giftcard-account .please-wait {
	display:none
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
	margin-bottom:30px
}
.opc-wrapper .form-giftcard-account {
	max-width:500px
}
.opc-wrapper .form-giftcard-account .field {
	margin:0 0 20px
}
.opc-wrapper .giftcard-account-info {
	margin:0 0 20px
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
	margin:0 0 10px
}
.form-giftregistry-share .actions-toolbar:not(:last-child), .form-giftregistry-edit .actions-toolbar:not(:last-child) {
margin-bottom:40px
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control, .form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
width:100%
}
.giftregisty-dropdown .action.toggle {
	color:#CD4390
}
.table-giftregistry-items .product-image {
	margin-right:10px;
	float:left
}
.cart-summary .form.giftregistry .fieldset {
	margin:15px 0 5px;
	text-align:left
}
.cart-summary .form.giftregistry .fieldset .field {
	margin:0 0 10px
}
.cart-summary .form.giftregistry .fieldset .field .control {
	float:none;
	width:auto
}
.form-giftregistry-search {
	margin-bottom:60px
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
margin-bottom:0
}
.block-giftregistry .actions-toolbar {
	margin:17px 0 0
}
.block-giftregistry-shared .item-options .item-value {
	margin:0 0 25px
}
.block-giftregistry-shared-items .item .col {
	border:0
}
.block-giftregistry-shared-items th {
	border-bottom:1px solid #e3e3e3
}
.block-giftregistry-shared-items .col {
	padding:20px 11px 10px
}
.block-giftregistry-shared-items .col .price-box {
	display:inline-block
}
.block-giftregistry-shared-items .col .price-wrapper {
	font-size:1.8rem;
	display:block;
	font-weight:700;
	white-space:nowrap
}
.block-giftregistry-shared-items .product .item-options {
	margin:0
}
.block-giftregistry-shared-items .product-item-photo {
	display:block;
	max-width:65px;
	padding:10px 0
}
.block-giftregistry-shared-items .product-item-name {
	font-size:1.8rem;
	display:block;
	margin:0 0 5px
}
.gift-wrapping .label {
	margin:0;
	display:inline-block
}
.gift-wrapping .field {
	margin-bottom:10px
}
.gift-wrapping-info {
	font-weight:300;
	font-size:20px;
	margin:20px 0
}
.gift-wrapping-list {
	list-style:none;
	margin:20px 0 10px;
	padding:0
}
.gift-wrapping-list .no-image {
	background:#f2f2f2;
	display:inline-block;
	text-decoration:none
}
.gift-wrapping-list .no-image>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.gift-wrapping-list .no-image:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:22px;
	line-height:4rem;
	color:#494949;
	content:'\e62a';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.gift-wrapping-list .no-image:after {
	display:block
}
.gift-wrapping-preview, .gift-wrapping-item>span {
	cursor:pointer;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1
}
.gift-wrapping-item {
	float:left;
	margin:0 10px 10px 0
}
.gift-wrapping-item:last-child {
	margin-right:0
}
.gift-wrapping-item._active span:before {
	border:3px solid #333;
	box-sizing:border-box;
	content:'';
	display:block;
	height:100%;
	position:absolute;
	width:100%;
	z-index:2
}
.gift-wrapping-item>span {
	height:4rem;
	width:4rem
}
.gift-wrapping-title {
	margin:10px 0
}
.gift-wrapping-title .action-remove {
	margin:-5px 0 0 5px;
	display:inline-block;
	text-decoration:none
}
.gift-wrapping-title .action-remove>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.gift-wrapping-title .action-remove:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:20px;
	color:#CD4390;
	content:'\e604';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.gift-wrapping-title .action-remove:hover:before {
	color:#333
}
.gift-wrapping-title .action-remove:active:before {
	color:#CD4390
}
.gift-options-content .fieldset .field {
	margin:10px 0
}
.gift-wrapping-summary {
	padding-right:7rem
}
.gift-wrapping-summary .gift-wrapping-title {
	border:0;
	display:inline-block;
	padding:0
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
	padding:0;
	width:100%
}
.opc-wrapper .data.table .gift-wrapping, .table-order-items .gift-wrapping {
	margin:20px 0 0
}
.opc-wrapper .data.table .gift-wrapping .title, .table-order-items .gift-wrapping .title {
	float:none
}
.opc-wrapper .data.table .gift-wrapping .content, .table-order-items .gift-wrapping .content {
	margin:0
}
.opc-wrapper .data.table .gift-wrapping .content>img, .table-order-items .gift-wrapping .content>img {
	float:left;
	margin:0 10px 0 0;
	max-height:50px;
	max-width:50px
}
.gift-summary .price-box, .gift-options .price-box {
	margin-left:22px
}
.gift-summary .regular-price:before, .gift-options .regular-price:before {
	content:attr(data-label) ': '
}
.gift-summary .regular-price .price, .gift-options .regular-price .price {
	font-weight:700
}
.order-options .item {
	padding-bottom:20px
}
.order-options .product {
	margin-bottom:10px
}
.order-options .product-image-container {
	float:left;
	padding-right:10px
}
.order-options .gift-wrapping {
	margin-bottom:10px
}
.table-wrapper.grouped {
	width:auto
}
.table.grouped .row-tier-price>td {
	border-top:0
}
.table.grouped .col.item {
	width:90%
}
.table.grouped .col.qty {
	width:10%
}
.table.grouped .product-item-name {
	display:inline-block;
	font-weight:400;
	margin-bottom:10px
}
.table.grouped .price-box p {
	margin:0
}
.table.grouped .price-box .price {
	font-weight:700
}
.table.grouped .price-box .old-price .price {
	font-weight:normal
}
.table.grouped .stock.unavailable {
	font-weight:normal;
	margin:0;
	text-transform:none;
	white-space:nowrap
}
.page-product-grouped .product-info-main .alert {
	clear:left
}
.page-product-grouped .box-tocart {
	margin-top:10px
}
.box-tocart .action.instant-purchase {
	vertical-align:top
}
.box-tocart .action.instant-purchase:not(:last-child) {
margin-bottom:15px
}
.form-add-invitations .additional, .form-add-invitations .field.message {
	margin-top:17px
}
.form-add-invitations .action.remove {
	top:4px
}
.form-add-invitations .action.add {
	display:inline-block;
	text-decoration:none;
	line-height:normal;
	padding:4px;
	width:auto
}
.form-add-invitations .action.add>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.form-add-invitations .action.add:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:inherit;
	color:inherit;
	content:'\e61c';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.form-add-invitations .action.add:hover:before {
	color:inherit
}
.form-add-invitations .action.add:active:before {
	color:inherit
}
.map-popup-wrapper.popup .action.close {
	top:10px
}
.map-popup {
	background:#fff;
	border:1px solid #adadad;
	padding:22px;
	width:100%;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.15);
transition:opacity .3s linear;
	left:0;
	margin-top:10px;
	position:absolute;
	top:0;
	z-index:1001;
	display:none;
	opacity:0;
	box-sizing:border-box
}
.map-popup .popup-header {
	margin:0 0 25px;
	padding-right:16px
}
.map-popup .popup-header .title {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem
}
.map-popup .popup-actions .action.close {
	position:absolute;
	display:inline-block;
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	font-weight:400;
	right:10px;
	top:10px
}
.map-popup .popup-actions .action.close>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.map-popup .popup-actions .action.close:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:16px;
	color:#8c8c8c;
	content:'\e616';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.map-popup .popup-actions .action.close:hover:before {
	color:#737373
}
.map-popup .popup-actions .action.close:active:before {
	color:#737373
}
.map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
	background:none;
	border:none
}
.map-popup .popup-actions .action.close:hover {
	background:none;
	border:none
}
.map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled], fieldset[disabled] .map-popup .popup-actions .action.close {
	pointer-events:none;
	opacity:.5
}
.map-popup.active {
	opacity:1
}
.map-popup .map-info-price {
	margin:0 0 20px
}
.map-popup .map-info-price .price-box {
	margin:0 0 20px
}
.map-popup .map-info-price .price-box .label:after {
	content:': '
}
.map-popup .action.primary {
	margin-right:10px
}
.map-popup .map-msrp {
	margin-bottom:10px
}
.map-popup .actual-price {
	margin:3px 0 15px
}
.map-popup .regular-price .price-label {
	display:none
}
.map-popup .popup-header {
	display:none
}
.map-old-price {
	text-decoration:none
}
.map-old-price .price-wrapper {
	text-decoration:line-through
}
.map-fallback-price {
	display:none
}
.map-old-price, .product-item .map-old-price, .product-info-price .map-show-info {
	display:inline-block;
	min-width:10rem
}
.map-old-price:not(:last-child), .product-item .map-old-price:not(:last-child), .product-info-price .map-show-info:not(:last-child) {
margin-right:10px
}
.product-options-bottom .price-box .old-price .price-container>span, .product-info-price .price-box .old-price .price-container>span {
	display:inline
}
.map-form-addtocart {
	display:inline-block;
	text-align:center
}
.map-form-addtocart img {
	display:block;
	margin:0 auto
}
button.map-show-info {
	background-image:none;
	-moz-box-sizing:content-box;
	box-shadow:none;
	line-height:inherit;
	text-shadow:none;
	font-weight:400;
	line-height:1.42857143;
	margin:0;
	padding:0;
	color:#CD4390;
	text-decoration:none;
	background:none;
	border:0;
	display:inline
}
button.map-show-info:focus, button.map-show-info:active {
	background:none;
	border:none
}
button.map-show-info:hover {
	background:none;
	border:none
}
button.map-show-info.disabled, button.map-show-info[disabled], fieldset[disabled] button.map-show-info {
	pointer-events:none;
	opacity:.5
}
button.map-show-info:visited {
	color:#CD4390;
	text-decoration:none
}
button.map-show-info:hover {
	color:#ff6e6e;
	text-decoration:none
}
button.map-show-info:active {
	color:#ff5501;
	text-decoration:none
}
.toolbar-amount {
	left:0;
	line-height:20px;
	margin:0;
	padding:7px 0;
	text-align:left;
	top:0;
	vertical-align:middle;
}
button.map-show-info:hover, button.map-show-info:active, button.map-show-info:focus {
	background:none;
	border:0
}
button.map-show-info.disabled, button.map-show-info[disabled], fieldset[disabled] button.map-show-info {
	color:#CD4390;
	opacity:.5;
	cursor:default;
	pointer-events:none;
	text-decoration:underline
}
.multicheckout.results h3, .multicheckout.success h3 {
	font-size:1.6rem;
	margin-bottom:20px;
	margin-top:30px
}
.multicheckout.results h3 a, .multicheckout.success h3 a {
	color:#1e1e1e
}
.multicheckout.results h3 a:hover, .multicheckout.success h3 a:hover {
	text-decoration:none
}
.multicheckout.results ul.orders-list, .multicheckout.success ul.orders-list {
	list-style:none;
	padding-left:0
}
.multicheckout.results .orders-list, .multicheckout.success .orders-list {
	margin-top:25px;
	padding-left:16px
}
.multicheckout.results .orders-list .shipping-list .shipping-item, .multicheckout.success .orders-list .shipping-list .shipping-item {
	margin-left:84px
}
.multicheckout.results .orders-list .shipping-list .shipping-label, .multicheckout.success .orders-list .shipping-list .shipping-label {
	font-weight:700;
	margin-right:10px
}
.multicheckout.results .orders-list .shipping-list .shipping-address, .multicheckout.success .orders-list .shipping-list .shipping-address {
	font-weight:400
}
.multicheckout.results .orders-list .shipping-list .error-block, .multicheckout.success .orders-list .shipping-list .error-block {
	color:#e02b27
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label, .multicheckout.success .orders-list .shipping-list .error-block .error-label {
	font-weight:700;
	margin-right:10px
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description, .multicheckout.success .orders-list .shipping-list .error-block .error-description {
	font-weight:400
}
.multicheckout.results .orders-succeed .orders-list, .multicheckout.success .orders-succeed .orders-list {
	margin-top:0
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id, .multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
	float:left
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item, .multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
	margin-left:100px
}
.multicheckout .title {
	margin-bottom:30px
}
.multicheckout .title strong {
	font-weight:400
}
.multicheckout .table-wrapper {
	margin-bottom:0
}
.multicheckout .table-wrapper .action.delete {
	display:inline-block
}
.multicheckout .table-wrapper .col .qty {
	display:inline-block
}
.multicheckout .table-wrapper .col.item .action.edit {
	font-weight:400;
	margin-left:10px
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
margin:0
}
.multicheckout>.actions-toolbar {
	margin-top:40px
}
.multicheckout .actions-toolbar>.secondary {
	display:block
}
.multicheckout .actions-toolbar>.secondary .action {
	margin-bottom:25px
}
.multicheckout .actions-toolbar>.secondary .action.back {
	display:block;
	margin-left:0
}
.multicheckout .actions-toolbar>.primary {
	margin-right:10px
}
.multicheckout .item-options {
	margin:10px 0 0
}
.multicheckout .block .methods-shipping .item-content .fieldset>.field:before {
	display:none
}
.multicheckout .block .methods-shipping .item-content .fieldset>.field .control {
	display:inline-block
}
.multicheckout .block-title, .multicheckout .block-content .title {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px
}
.multicheckout .block-title strong, .multicheckout .block-content .title strong {
	font-weight:400
}
.multicheckout .block-title strong span, .multicheckout .block-content .title strong span {
	color:#a6a6a6
}
.multicheckout .block-content .title {
	border-bottom:none;
	padding-bottom:0
}
.multicheckout.order-review .block-title>strong {
	font-size:2.4rem
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
margin-bottom:40px
}
.multicheckout.order-review .error-description {
	color:#e02b27;
	font-weight:400;
	margin-bottom:10px;
	margin-top:-10px
}
.multicheckout .box-title span {
	margin-right:10px
}
.multicheckout .box-title>.action {
	margin:0
}
.multicheckout .box-shipping-method .price {
	font-weight:700
}
.multicheckout .box-billing-method .fieldset {
	margin:0
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
	margin:0 0 5px
}
.multicheckout .checkout-review .grand.totals {
	font-size:2.1rem;
	margin-bottom:40px
}
.multicheckout .checkout-review .grand.totals .mark {
	font-weight:400
}
[class^='multishipping-'] .logo {
margin-left:0
}
.multishipping-checkout-success .nav-sections {
	display:block
}
.block-reward-info .reward-balance {
	font-size:1.8rem;
	margin-bottom:25px
}
.block-reward-info .reward-rates:not(:last-child), .block-reward-info .reward-limit:not(:last-child), .block-reward-info .reward-expiring:not(:last-child) {
margin-bottom:25px
}
.block-reward-info .reward-rates .title, .block-reward-info .reward-limit .title, .block-reward-info .reward-expiring .title {
	display:inline-block;
	margin-bottom:10px
}
.order-details-items.rma .order-title {
	display:none
}
.order-details-items.rma .order-title+.toolbar {
	display:none
}
.form-create-return .additional:first-child {
	margin-top:0
}
.form-create-return .field.comment {
	margin-top:55px
}
.table-wrapper.table-returns .returns-details.hidden {
	display:none
}
.block-returns-comments .returns-comments dt, .block-returns-comments .returns-comments dd {
	margin:0
}
.block-returns-comments .returns-comments dt {
	font-weight:400
}
.block-returns-comments .returns-comments dd {
	margin-bottom:15px
}
.block-returns-comments .returns-comments dd:last-child {
	margin-bottom:0
}
.block-returns-comments .fieldset {
	margin-bottom:20px
}
.magento-rma-guest-create .order-links .item a {
	line-height:1.42857143;
	margin:0 30px 0 0;
	padding:0;
	color:#CD4390;
	text-decoration:none;
	background:none;
	border:0;
	display:inline
}
.magento-rma-guest-create .order-links .item a:visited {
	color:#CD4390;
	text-decoration:none
}
.magento-rma-guest-create .order-links .item a:hover {
	color:#ff6e6e;
	text-decoration:none
}
.magento-rma-guest-create .order-links .item a:active {
	color:#ff5501;
	text-decoration:none
}
.magento-rma-guest-create .order-links .item a:hover, .magento-rma-guest-create .order-links .item a:active, .magento-rma-guest-create .order-links .item a:focus {
	background:none;
	border:0
}
.magento-rma-guest-create .order-links .item a.disabled, .magento-rma-guest-create .order-links .item a[disabled], fieldset[disabled] .magento-rma-guest-create .order-links .item a {
	color:#CD4390;
	opacity:.5;
	cursor:default;
	pointer-events:none;
	text-decoration:underline
}
.form.send.friend .fieldset .field .control {
	width:100%
}
.product-social-links .action.mailto.friend:before {
	content:'\e61d'
}
.my-credit-cards .status {
	font-style:italic
}
.my-credit-cards .action.delete {
	background-image:none;
	-moz-box-sizing:content-box;
	box-shadow:none;
	line-height:inherit;
	text-shadow:none;
	font-weight:400;
	line-height:1.42857143;
	margin:0;
	padding:0;
	color:#CD4390;
	text-decoration:none;
	background:none;
	border:0;
	display:inline
}
.my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active {
	background:none;
	border:none
}
.my-credit-cards .action.delete:hover {
	background:none;
	border:none
}
.my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled], fieldset[disabled] .my-credit-cards .action.delete {
	pointer-events:none;
	opacity:.5
}
.my-credit-cards .action.delete:visited {
	color:#CD4390;
	text-decoration:none
}
.my-credit-cards .action.delete:hover {
	color:#ff6e6e;
	text-decoration:none
}
.my-credit-cards .action.delete:active {
	color:#ff5501;
	text-decoration:none
}
.my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
	background:none;
	border:0
}
.my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled], fieldset[disabled] .my-credit-cards .action.delete {
	color:#CD4390;
	opacity:.5;
	cursor:default;
	pointer-events:none;
	text-decoration:underline
}
.my-credit-cards-popup .modal-footer {
	text-align:right
}
.my-credit-cards-popup .action.secondary {
	background-image:none;
	-moz-box-sizing:content-box;
	box-shadow:none;
	line-height:inherit;
	text-shadow:none;
	font-weight:400;
	line-height:1.42857143;
	margin:0;
	padding:0;
	color:#CD4390;
	text-decoration:none;
	background:none;
	border:0;
	display:inline;
	margin-right:20px
}
.my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active {
	background:none;
	border:none
}
.my-credit-cards-popup .action.secondary:hover {
	background:none;
	border:none
}
.my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled], fieldset[disabled] .my-credit-cards-popup .action.secondary {
	pointer-events:none;
	opacity:.5
}
.my-credit-cards-popup .action.secondary:visited {
	color:#CD4390;
	text-decoration:none
}
.my-credit-cards-popup .action.secondary:hover {
	color:#ff6e6e;
	text-decoration:none
}
.my-credit-cards-popup .action.secondary:active {
	color:#ff5501;
	text-decoration:none
}
.my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
	background:none;
	border:0
}
.my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled], fieldset[disabled] .my-credit-cards-popup .action.secondary {
	color:#CD4390;
	opacity:.5;
	cursor:default;
	pointer-events:none;
	text-decoration:underline
}
.page-product-bundle .fieldset>.field:active.required .label, .page-product-bundle .fieldset>.fields>.field:active.required .label, .page-product-bundle .fieldset>.field:focus.required .label, .page-product-bundle .fieldset>.fields>.field:focus.required .label, .page-product-bundle .fieldset>.field:focus-within.required .label, .page-product-bundle .fieldset>.fields>.field:focus-within.required .label, .page-product-bundle .fieldset>.field:active label, .page-product-bundle .fieldset>.fields>.field:active label, .page-product-bundle .fieldset>.field:focus label, .page-product-bundle .fieldset>.fields>.field:focus label, .page-product-bundle .fieldset>.field:focus-within label, .page-product-bundle .fieldset>.fields>.field:focus-within label, .page-product-bundle .fieldset>.field:active .label, .page-product-bundle .fieldset>.fields>.field:active .label, .page-product-bundle .fieldset>.field:focus .label, .page-product-bundle .fieldset>.fields>.field:focus .label, .page-product-bundle .fieldset>.field:focus-within .label, .page-product-bundle .fieldset>.fields>.field:focus-within .label {
color:#1e1e1e
}
.page-product-bundle .fieldset>.field:active.required .label:after, .page-product-bundle .fieldset>.fields>.field:active.required .label:after, .page-product-bundle .fieldset>.field:focus.required .label:after, .page-product-bundle .fieldset>.fields>.field:focus.required .label:after, .page-product-bundle .fieldset>.field:focus-within.required .label:after, .page-product-bundle .fieldset>.fields>.field:focus-within.required .label:after, .page-product-bundle .fieldset>.field:active label:after, .page-product-bundle .fieldset>.fields>.field:active label:after, .page-product-bundle .fieldset>.field:focus label:after, .page-product-bundle .fieldset>.fields>.field:focus label:after, .page-product-bundle .fieldset>.field:focus-within label:after, .page-product-bundle .fieldset>.fields>.field:focus-within label:after, .page-product-bundle .fieldset>.field:active .label:after, .page-product-bundle .fieldset>.fields>.field:active .label:after, .page-product-bundle .fieldset>.field:focus .label:after, .page-product-bundle .fieldset>.fields>.field:focus .label:after, .page-product-bundle .fieldset>.field:focus-within .label:after, .page-product-bundle .fieldset>.fields>.field:focus-within .label:after {
color:#fff
}
.page-product-bundle .fieldset>.field:active.required>.label:after, .page-product-bundle .fieldset>.fields>.field:active.required>.label:after, .page-product-bundle .fieldset>.field:focus.required>.label:after, .page-product-bundle .fieldset>.fields>.field:focus.required>.label:after, .page-product-bundle .fieldset>.field:focus-within.required>.label:after, .page-product-bundle .fieldset>.fields>.field:focus-within.required>.label:after {
color:#1e1e1e
}
.page-product-bundle .product-info-main .fieldset {
	margin:0
}
.page-product-bundle .product-info-main .product-info-price {
	margin-bottom:5px
}
.product-info-main .field.qty.qty-holder {
	border:none;
	height:auto
}
.bundle-actions {
	margin:0 0 30px
}
.bundle-options-container {
	clear:both;
	margin-bottom:40px
}
.bundle-options-container .product-add-form .price-configured_price {
	display:none
}
.bundle-options-container .price-notice {
	display:none
}
.bundle-options-container .legend.title {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:0rem;
	margin-bottom:1.4rem;
	border:0;
	padding:0
}
.bundle-options-container .product-options-wrapper {
	margin-bottom:0
}
.bundle-options-container .product-options-wrapper .fieldset>.field {
	border-top:1px solid #f0f0f0;
	padding-top:10px;
	margin-bottom:10px
}
.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type {
	border-top:0;
	padding-top:0
}
.bundle-options-container .product-options-wrapper .field.choice input {
	float:left;
	margin-top:4px
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
	display:inline-block
}
.bundle-options-container .action.back {
	margin-bottom:30px
}
.bundle-options-container .block-bundle-summary>.title {
	margin-bottom:15px
}
.bundle-options-container .block-bundle-summary>.title>strong {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem
}
.bundle-options-container .block-bundle-summary>.title, .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
	border-bottom:1px #f0f0f0 solid;
	margin-bottom:25px;
	padding-bottom:16px
}
.bundle-options-container .block-bundle-summary .box-tocart {
	margin-top:20px
}
.bundle-options-container .block-bundle-summary .box-tocart .fieldset {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center
}
.bundle-options-container .block-bundle-summary .box-tocart .fieldset>* {
	order:100
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
	-webkit-flex-basis:50%;
	flex-basis:50%;
	width:50%;
	border-bottom:none
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.bundle-options-container .block-bundle-summary .box-tocart .actions .tocart {
	width:245px
}
.bundle-options-container .block-bundle-summary .price-box {
	margin-bottom:20px
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
	display:block;
	margin-bottom:5px
}
.bundle-options-container .block-bundle-summary .bundle-summary {
	margin-top:30px
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
	display:none
}
.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem;
	display:block
}
.bundle-options-container .block-bundle-summary .bundle.items>li {
	margin-bottom:20px
}
.bundle-options-container .block-bundle-summary .product-addto-links {
	text-align:center
}
.bundle-options-container .block-bundle-summary .product-addto-links>.action {
	margin-right:5%
}
.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before {
	content:'\e61e'
}
.bundle-options-container p.required {
	color:#1e1e1e
}
.bundle-options-container .nested .field.qty {
	margin:10px 0 0
}
.bundle-options-container .nested .field.qty .qty {
	margin-bottom:0
}
.bundle-options-container .nested .field.qty .label {
	font-weight:400
}
.bundle-options-container .nested .field.qty:last-child {
	margin-bottom:0
}
.bundle-options-container .price {
	font-weight:600
}
.bundle-options-container .product-options-bottom {
	border-top:1px solid #f0f0f0;
	clear:left
}
.contact-index-index .page-title-wrapper {
	padding-left:15px;
	padding-right:15px
}
.contact-index-index .column.main {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left:15px;
	padding-right:15px
}
.contact-index-index .column.main>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.contact-index-index .form.contact {
	margin-bottom:40px
}
.contact-index-index .form.contact .actions-toolbar .primary {
	width:100%
}
.contact-index-index .form.contact textarea {
	height:38px;
	padding-top:7px
}
.contact-us-static {
	display:none
}
.block-dashboard-info .action.edit span {
	display:block;
	font-size:1.4rem;
	padding-right:5px
}
.modal-popup.beta-modal {
	border-radius:8px;
	overflow:hidden
}
.modal-popup.beta-modal .amcform-toolbar {
	text-align:center;
	margin:43px auto 30px
}
.modal-popup.beta-modal h1 {
	text-align:center;
	margin:78px auto 0;
	max-width:430px
}
.modal-popup.beta-modal h4 {
	font-size:20px;
	font-weight:400;
	letter-spacing:0.15px;
	line-height:2.4rem;
	text-align:center;
	margin:40px auto 30px
}
.modal-popup.beta-modal .action-close {
	position:absolute;
	top:37px;
	right:34px;
	cursor:pointer
}
.modal-popup.beta-modal .form-control {
	max-width:340px
}
.modal-popup.beta-modal .modal-header {
	padding:0;
	margin:0
}
.modal-popup.beta-modal .modal-header .action-close {
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	text-decoration:none;
	text-shadow:none;
	font-weight:400;
	border-radius:0;
	padding:0;
	margin:0;
	overflow:visible
}
.modal-popup.beta-modal .modal-header .action-close:focus, .modal-popup.beta-modal .modal-header .action-close:active {
	background:none;
	border:none
}
.modal-popup.beta-modal .modal-header .action-close:hover {
	background:none;
	border:none
}
.modal-popup.beta-modal .modal-header .action-close.disabled, .modal-popup.beta-modal .modal-header .action-close[disabled], fieldset[disabled] .modal-popup.beta-modal .modal-header .action-close {
	pointer-events:none;
	opacity:.5
}
.modal-popup.beta-modal .modal-header .action-close:before {
	position:static;
	transform:translate(0, 0);
	opacity:1;
	background:none;
	color:#000;
	font-size:2.4rem;
	overflow:visible;
	display:block;
	width:auto;
	height:auto
}
.modal-popup.beta-modal .modal-content .amform-form-fieldset.fieldset {
	max-width:340px;
	margin:0 auto
}
.beta-registration-trigger {
	background:url('../image/header-promo.png') #fff;
	background-size:cover;
	background-position:left center;
	background-repeat:no-repeat;
	position:relative;
	border-radius:24px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	padding:10px 40px;
	width:100%;
	cursor:pointer;
	min-height:50px;
	line-height:2.4rem
}
.beta-registration-trigger .icon-info {
	margin:0 7px 0 0;
	padding:0;
	font-size:2rem;
	color:#CD4390
}
.beta-registration-trigger .beta-trigger {
	color:#CD4390;
	font-size:1.4rem;
	line-height:2.4rem;
	font-weight:600;
	letter-spacing:0.44px
}
.beta-registration-trigger+.beta-registration-form {
	display:none
}
.fieldset-wrapper {
	border-radius:24px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	padding:20px
}
.account.customer-account-index .page-title-wrapper {
	display:none
}
.customer-account-edit .actions-toolbar {
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end
}
.account .field.street .field.additional {
	margin-top:17px
}
.account .field {
	margin:0 0 17px
}
.account .page-title-wrapper h1 {
	font-weight:700
}
.account .page-main .block-title {
	margin-bottom:20px;
	font-size:2rem;
	letter-spacing:0.15px;
	line-height:2.4rem;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:baseline;
	-ms-align-items:baseline;
	align-items:baseline
}
.account .page-main .block-title>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.account .page-main .block-title strong {
	font-weight:500
}
.account .page-main .block-content {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.account .page-main .block-content>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.account .page-main .box {
	border-radius:24px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	padding:27px 20px 30px
}
.account .page-main .box .box-content {
	color:rgba(0, 0, 0, 0.5)
}
.account .page-main .box .action {
	text-transform:uppercase;
	display:block
}
.account .page-main {
	width:calc(100% - 30px);
	margin:0 auto
}
.block.customer-login-cms {
	margin-top:30px
}
.customer-account-create .block.customer-login-cms {
	display:none
}
.login-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.login-container>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.customer-account-create .page-title-wrapper, .customer-account-login .page-title-wrapper {
	padding:0 20px
}
.customer-account-create .actions-toolbar, .customer-account-login .actions-toolbar {
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.customer-account-create .actions-toolbar>.secondary, .customer-account-login .actions-toolbar>.secondary {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	font-size:1.4rem;
	font-weight:600;
	letter-spacing:0.44px;
	line-height:2.4rem;
	margin-bottom:23px
}
.customer-account-create .actions-toolbar>.primary, .customer-account-login .actions-toolbar>.primary, .customer-account-create .actions-toolbar>.ancillary, .customer-account-login .actions-toolbar>.ancillary {
	-webkit-flex-basis:calc(50% - 10px);
	flex-basis:calc(50% - 10px);
	width:calc(50% - 10px)
}
.customer-account-create .actions-toolbar>.primary .action, .customer-account-login .actions-toolbar>.primary .action, .customer-account-create .actions-toolbar>.ancillary .action, .customer-account-login .actions-toolbar>.ancillary .action {
	width:100%;
	max-width:205px;
	padding-left:5px;
	padding-right:5px
}
.customer-account-create .actions-toolbar>.primary, .customer-account-login .actions-toolbar>.primary {
	text-align:right
}
.customer-account-create .actions-toolbar>.primary .action, .customer-account-login .actions-toolbar>.primary .action {
	margin-left:auto;
	margin-right:0
}
.customer-account-create .actions-toolbar {
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end
}
.customer-account-create .actions-toolbar>.primary {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.customer-account-create .actions-toolbar>.primary .action {
	width:100%;
	max-width:none
}
.block-customer-login {
	padding:0 20px
}
.login-container .fieldset:after {
	margin-top:35px
}
.block-addresses-list .items.addresses>.item {
	margin-bottom:20px
}
.block-addresses-list .items.addresses>.item:last-child {
	margin-bottom:0
}
.block-addresses-list .items.addresses .item.actions {
	margin-top:5px
}
.form-address-edit .region_id {
	display:none
}
.form-edit-account .fieldset.password {
	display:none
}
.form-create-account .fieldset-fullname .fields .field {
	float:none
}
.account .page-title-wrapper .page-title {
	display:inline-block
}
.account .messages {
	margin-bottom:20px
}
.account .column.main {
	margin-bottom:30px
}
.account .column.main h2 {
	margin-top:0
}
.account .sidebar-additional {
	margin-top:40px
}
.account .table-wrapper {
	margin-bottom:20px;
	overflow:visible
}
.account .table-wrapper:last-child {
	margin-bottom:0
}
.account .data.table .col.actions .action.delete, [class^='sales-guest-'] .data.table .col.actions .action.delete, .sales-guest-view .data.table .col.actions .action.delete {
color:#CD4390
}
.column.main .block:last-child {
	margin-bottom:0
}
.block .title {
	display:block;
	margin-bottom:10px
}
.block .title strong {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem
}
.block p:last-child {
	margin:0
}
.block .box-actions {
	margin-top:5px
}
.field.password .control {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.field.password .control .mage-error {
	-ms-flex-order:2;
	-webkit-order:2;
	order:2
}
.field.password .control .input-text {
	-ms-flex-order:0;
	-webkit-order:0;
	order:0;
	z-index:2
}
#password-strength-meter-container {
	width:calc(100% + 12px)
}
.password-strength-meter {
	background-color:#f8f8f8;
	height:50px;
	line-height:50px;
	padding:0 20px;
	position:relative;
	z-index:1;
	border-radius:16px;
	margin-top:3px
}
.password-strength-meter:before {
	content:'';
	height:100%;
	left:0;
	position:absolute;
	top:0;
	z-index:-1;
	border-radius:16px
}
.password-none .password-strength-meter:before {
	background-color:#f8f8f8;
	width:100%
}
.password-weak .password-strength-meter:before {
	background-color:#ff6e6e;
	width:25%
}
.password-medium .password-strength-meter:before {
	background-color:#ffd6b3;
	width:50%
}
.password-strong .password-strength-meter:before {
	background-color:#c5eeac;
	width:75%
}
.password-very-strong .password-strength-meter:before {
	background-color:#81b562;
	width:100%
}
.control.captcha-image {
	margin-top:10px
}
.control.captcha-image .captcha-img {
	vertical-align:middle
}
.order-products-toolbar, .customer-addresses-toolbar {
	position:relative
}
.order-products-toolbar .toolbar-amount, .customer-addresses-toolbar .toolbar-amount {
	position:relative;
	text-align:center
}
.order-products-toolbar .pages, .customer-addresses-toolbar .pages {
	position:relative
}
.gift-message .field {
	margin-bottom:20px
}
.gift-message .field .label {
	color:#666;
	font-weight:400
}
.gift-options {
	margin:20px 0
}
.gift-options .actions-toolbar .action-cancel {
	display:none
}
.gift-options-title {
	font-weight:600;
	margin:0 0 20px;
	font-size:1.6rem;
	line-height:2.2rem;
	font-weight:500
}
.gift-options-content .fieldset {
	margin:0 0 20px
}
.gift-summary {
	margin-top:10px;
	position:relative
}
.gift-summary .actions-toolbar>.secondary .action {
	margin:0 0 0 20px;
	width:auto
}
.gift-summary .action-edit, .gift-summary .action-delete {
	display:inline-block;
	text-decoration:none
}
.gift-summary .action-edit>span, .gift-summary .action-delete>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.gift-summary .action-edit:before, .gift-summary .action-delete:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:20px;
	color:#CD4390;
	content:'\e601';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.gift-summary .action-edit:hover:before, .gift-summary .action-delete:hover:before {
	color:#333
}
.gift-summary .action-edit:active:before, .gift-summary .action-delete:active:before {
	color:#CD4390
}
.gift-summary .action-delete:before {
	content:'\e604'
}
.action-gift {
	display:inline-block;
	text-decoration:none
}
.action-gift:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:1.2rem;
	line-height:20px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0 0 0 10px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.action-gift:hover:after {
	color:#333
}
.action-gift:active:after {
	color:#CD4390
}
.action-gift:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.action-gift.active:after, .action-gift._active:after {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.gift-summary .actions-toolbar, .cart.table-wrapper .gift-summary .actions-toolbar {
	padding:0;
	position:absolute;
	right:0;
	top:0
}
.cart.table-wrapper .gift-content {
	box-sizing:border-box;
	clear:left;
	display:none;
	float:left;
	margin-right:-100%;
	padding:20px 0;
	width:100%
}
.cart.table-wrapper .gift-content._active {
	display:block
}
.cart.table-wrapper .item-gift._active {
	border-top:1px solid #c1c1c1
}
.cart.table-wrapper .item-gift .action {
	margin-right:0
}
.gift-item-block {
	border-bottom:1px solid #c1c1c1;
	margin:0
}
.gift-item-block:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.gift-item-block._active .title:after {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.gift-item-block .title {
	color:#CD4390;
	cursor:pointer;
	margin:0;
	padding:12px 40px 10px 0;
	position:relative;
	display:block;
	text-decoration:none
}
.gift-item-block .title:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:20px;
	color:#1e1e1e;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0 0 0 10px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.gift-item-block .title:hover:after {
	color:#333
}
.gift-item-block .title:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	padding:0;
	margin:0
}
.gift-item-block .content {
	padding:0;
	position:relative
}
.order-details-items .order-gift-message dt:after, .order-details-items .block-order-details-gift-message dt:after {
	content:''
}
.order-details-items .order-gift-message .item-message, .order-details-items .block-order-details-gift-message .item-message {
	clear:left
}
.order-details-items .order-gift-message .item-options dt, .order-details-items .block-order-details-gift-message .item-options dt {
	font-weight:400;
	margin:10px 0
}
.gift-messages-order {
	margin-bottom:25px
}
.gift-message-summary {
	padding-right:7rem
}
.wishlist.split.button {
	display:inline-block;
	position:relative;
	margin-right:5%;
	vertical-align:middle
}
.wishlist.split.button:before, .wishlist.split.button:after {
	content:'';
	display:table
}
.wishlist.split.button:after {
	clear:both
}
.wishlist.split.button .action.split {
	float:left;
	margin:0
}
.wishlist.split.button .action.toggle {
	float:right;
	margin:0
}
.wishlist.split.button .action.toggle {
	display:inline-block;
	text-decoration:none
}
.wishlist.split.button .action.toggle>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.wishlist.split.button .action.toggle:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#666;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.wishlist.split.button .action.toggle:hover:after {
	color:#333
}
.wishlist.split.button .action.toggle:active:after {
	color:inherit
}
.wishlist.split.button .action.toggle.active {
	display:inline-block;
	text-decoration:none
}
.wishlist.split.button .action.toggle.active>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.wishlist.split.button .action.toggle.active:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#666;
	content:'\e621';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.wishlist.split.button .action.toggle.active:hover:after {
	color:#333
}
.wishlist.split.button .action.toggle.active:active:after {
	color:inherit
}
.wishlist.split.button .items {
	margin:0;
	padding:0;
	list-style:none none;
	background:#fff;
	border:none;
	margin-top:4px;
	min-width:200px;
	z-index:100;
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:100%
}
.wishlist.split.button .items li {
	margin:0;
	padding:5px 5px 5px 23px
}
.wishlist.split.button .items li:hover {
	background:#e8e8e8;
	cursor:pointer
}
.wishlist.split.button .items:before, .wishlist.split.button .items:after {
	border-bottom-style:solid;
	content:'';
	display:block;
	height:0;
	position:absolute;
	width:0
}
.wishlist.split.button .items:before {
	border:6px solid;
	border-color:transparent transparent #fff transparent;
	z-index:99
}
.wishlist.split.button .items:after {
	border:7px solid;
	border-color:transparent transparent #bbb transparent;
	z-index:98
}
.wishlist.split.button .items:before {
	left:10px;
	top:-12px
}
.wishlist.split.button .items:after {
	left:9px;
	top:-14px
}
.wishlist.split.button.active {
	overflow:visible
}
.wishlist.split.button.active .items {
	display:block
}
.wishlist.split.button .items {
	padding:6px 0;
	text-align:left
}
.wishlist.split.button .items .item>span {
	display:block;
	padding:5px 5px 5px 23px
}
.wishlist.split.button .items li {
	padding:0
}
.wishlist.split.button>.action.split {
	margin-right:5px
}
.wishlist.split.button>.action.split:before {
	content:'\e600'
}
.wishlist.split.button>.action.split:before {
	margin:0;
	width:18px
}
.wishlist.split.button>.action:active, .wishlist.split.button>.action:focus, .wishlist.split.button>.action:hover {
	color:#333
}
.wishlist.split.button>.action.toggle:before {
	border-left:1px solid #666;
	content:'';
	float:left;
	height:15px;
	margin:3px 4px 0 0
}
.cart.table-wrapper .wishlist.split.button {
	vertical-align:baseline
}
.cart.table-wrapper .wishlist.split.button>.action.split {
	font-weight:normal;
	letter-spacing:normal;
	text-transform:none
}
.cart.table-wrapper .wishlist.split.button>.action.toggle:after {
	color:#CD4390
}
.cart.table-wrapper .wishlist.split.button>.action.split, .cart.table-wrapper .wishlist.split.button>.action.toggle {
	color:#CD4390
}
.cart.table-wrapper .wishlist.split.button>.action.split:before, .cart.table-wrapper .wishlist.split.button>.action.toggle:before {
	display:none
}
.wishlist.window.popup {
	background:#fff;
	border:1px solid #adadad;
	padding:22px;
	width:100%;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.15);
transition:opacity .3s linear;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1001;
	display:none;
	opacity:0;
	box-sizing:border-box
}
.wishlist.window.popup .popup-header {
	margin:0 0 25px;
	padding-right:16px
}
.wishlist.window.popup .popup-header .title {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem
}
.wishlist.window.popup .popup-actions .action.close {
	position:absolute;
	display:inline-block;
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	font-weight:400;
	right:10px;
	top:10px
}
.wishlist.window.popup .popup-actions .action.close>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.wishlist.window.popup .popup-actions .action.close:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:16px;
	color:#8c8c8c;
	content:'\e616';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
	color:#737373
}
.wishlist.window.popup .popup-actions .action.close:active:before {
	color:#737373
}
.wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
	background:none;
	border:none
}
.wishlist.window.popup .popup-actions .action.close:hover {
	background:none;
	border:none
}
.wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled], fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
	pointer-events:none;
	opacity:.5
}
.wishlist.window.popup.active {
	opacity:1
}
.wishlist.window.popup.active {
	display:block
}
.wishlist.overlay {
transition:opacity .15s linear;
	background:#8c8c8c;
	z-index:899;
	bottom:0;
	left:0;
	opacity:0;
	position:fixed;
	right:0;
	top:0
}
.wishlist.overlay.active {
	opacity:.7;
	filter:alpha(opacity=70)
}
.wishlist.overlay.active {
	display:block
}
.wishlist-dropdown.move .action.toggle, .wishlist-dropdown.copy .action.toggle {
	color:#CD4390
}
.page-multiple-wishlist .actions-toolbar>.primary {
	display:block;
	float:none;
	text-align:left
}
.page-multiple-wishlist .actions-toolbar>.primary .action.remove {
	float:right
}
.block-wishlist-management {
	position:relative
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
	font-weight:600
}
.block-wishlist-management .wishlist-title {
	margin-bottom:10px
}
.block-wishlist-management .wishlist-title strong {
	font-weight:300;
	margin-right:10px
}
.block-wishlist-management .wishlist-notice {
	color:#7d7d7d;
	display:inline-block;
	margin-right:20px
}
.block-wishlist-management .wishlist-notice.private {
	display:inline-block;
	text-decoration:none
}
.block-wishlist-management .wishlist-notice.private:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:inherit;
	line-height:inherit;
	color:#a3a3a3;
	content:'\e629';
	font-family:'playlearn-icons';
	margin:0 5px 0 0;
	vertical-align:text-bottom;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
	display:inline-block
}
.block-wishlist-management .wishlist-toolbar-select {
	margin-right:20px
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
	right:0
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
	left:auto;
	right:11px
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
	left:auto;
	right:10px
}
.block-wishlist-management .wishlist-dropdown.move {
	margin-right:20px
}
.block-wishlist-search-form .form-wishlist-search {
	margin-bottom:60px;
	max-width:500px
}
.block-wishlist-search-results .table-wrapper {
	border-top:none
}
.block-wishlist-info-items .block-title {
	margin-bottom:20px;
	font-size:2.2rem
}
.block-wishlist-info-items .block-title>strong {
	font-weight:300
}
.block-wishlist-info-items .product-item {
	width:100%
}
.block-wishlist-info-items .product-item-photo {
	margin-left:20px
}
.block-wishlist-info-items .product-item-info {
	width:auto
}
.block-wishlist-info-items .product-item-info:hover .split {
	visibility:visible
}
.block-wishlist-info-items .price-wrapper {
	display:block;
	margin:0 0 10px
}
.block-wishlist-info-items .split {
	clear:both;
	padding:10px 0;
	visibility:hidden
}
.block-wishlist-info-items .wishlist-dropdown .change {
	color:#CD4390
}
.block-wishlist-info-items .action.towishlist {
	padding:10px 0
}
.block-wishlist-info-items .input-text.qty {
	margin-right:10px
}
.review-form .label+br {
	display:none
}
.review-form .review-field-rating {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start
}
.review-form .review-field-rating .label {
	-webkit-flex-basis:60px;
	flex-basis:60px;
	width:60px
}
.review-form .review-field-rating .review-control-vote label:before, .review-form .review-field-rating .review-control-vote:before {
	line-height:2.4rem
}
.data.switch .counter {
	display:none
}
.rating-summary {
	overflow:hidden;
	white-space:nowrap
}
.rating-summary .rating-result {
	width:116px;
	display:inline-block;
	position:relative;
	vertical-align:middle
}
.rating-summary .rating-result:before {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
	-webkit-font-smoothing:antialiased;
	color:#ff6e6e;
	font-family:'playlearn-icons';
	font-size:16px;
	height:16px;
	letter-spacing:9px;
	line-height:16px;
	content:'\e605' '\e605' '\e605' '\e605' '\e605';
	display:block;
	font-style:normal;
	font-weight:normal;
	speak:none
}
.rating-summary .rating-result>span {
	display:block;
	overflow:hidden
}
.rating-summary .rating-result>span:before {
	position:relative;
	z-index:2;
	-webkit-font-smoothing:antialiased;
	color:#ff6e6e;
	font-family:'playlearn-icons';
	font-size:16px;
	height:16px;
	letter-spacing:9px;
	line-height:16px;
	content:'\e605' '\e605' '\e605' '\e605' '\e605';
	display:block;
	font-style:normal;
	font-weight:normal;
	speak:none
}
.rating-summary .rating-result>span span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.review-control-vote {
	overflow:hidden
}
.review-control-vote:before {
	color:#ff6e6e;
	font-family:'playlearn-icons';
	font-size:16px;
	height:16px;
	letter-spacing:9px;
	line-height:16px;
	font-style:normal;
	font-weight:normal;
	speak:none;
	vertical-align:top;
	-webkit-font-smoothing:antialiased;
	content:'\e605' '\e605' '\e605' '\e605' '\e605';
	display:block;
	position:absolute;
	z-index:1
}
.review-control-vote input[type="radio"] {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.review-control-vote input[type="radio"]:hover+label:before, .review-control-vote input[type="radio"]:checked+label:before {
	opacity:1
}
.review-control-vote label {
	cursor:pointer;
	display:block;
	position:absolute
}
.review-control-vote label span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.review-control-vote label:before {
	color:#ff6e6e;
	font-family:'playlearn-icons';
	font-size:16px;
	height:16px;
	letter-spacing:9px;
	line-height:16px;
	font-style:normal;
	font-weight:normal;
	speak:none;
	vertical-align:top;
	-webkit-font-smoothing:antialiased;
	opacity:0
}
.review-control-vote label:hover:before {
	opacity:1
}
.review-control-vote label:hover~label:before {
opacity:0
}
.review-control-vote .rating-5 {
	z-index:2
}
.review-control-vote .rating-5:before {
	content:'\e605' '\e605' '\e605' '\e605' '\e605'
}
.review-control-vote .rating-4 {
	z-index:3
}
.review-control-vote .rating-4:before {
	content:'\e605' '\e605' '\e605' '\e605'
}
.review-control-vote .rating-3 {
	z-index:4
}
.review-control-vote .rating-3:before {
	content:'\e605' '\e605' '\e605'
}
.review-control-vote .rating-2 {
	z-index:5
}
.review-control-vote .rating-2:before {
	content:'\e605' '\e605'
}
.review-control-vote .rating-1 {
	z-index:6
}
.review-control-vote .rating-1:before {
	content:'\e605'
}
.review-control-vote:before {
	content:'\e625' '\e625' '\e625' '\e625' '\e625'
}
.products-reviews-toolbar {
	position:relative
}
.products-reviews-toolbar .toolbar-amount {
	position:relative;
	text-align:center
}
.review-toolbar {
	margin:0 0 20px;
	padding:0;
	text-align:center
}
.review-toolbar:first-child {
	display:none
}
.review-toolbar .pages {
	border-bottom:1px solid #c9c9c9;
	display:block;
	padding:20px 0;
	text-align:center
}
.review-toolbar .limiter {
	display:none
}
.review-add .block-title {
	display:none
}
.review-form .actions-toolbar .actions-primary {
	padding:0
}
.fieldset .review-legend.legend {
	border-bottom:0;
	line-height:1.3;
	margin-bottom:20px;
	padding:0
}
.fieldset .review-legend.legend span {
	margin:0
}
.fieldset .review-legend.legend strong {
	display:block;
	font-size:1.6rem;
	letter-spacing:0.5px;
	line-height:2.4rem;
	font-weight:400
}
.fieldset .review-field-ratings>.label {
	font-weight:600;
	margin-bottom:10px;
	padding:0
}
.review-field-ratings .review-field-rating>.label {
	font-size:1.6rem;
	letter-spacing:0.5px;
	line-height:2.4rem
}
.review-field-ratings .review-field-rating>.label:before {
	content:none
}
.review-list {
	margin-bottom:30px
}
.review-list .block-title strong {
	font-weight:700;
	line-height:28px;
	font-size:2.4rem;
	margin-top:2.5rem;
	margin-bottom:2rem
}
.review-items {
	margin:0 -15px;
	width:calc(100% + 30px);
	position:relative
}
.review-items .slick-prev, .review-items .slick-next {
	background-color:transparent;
	border:none
}
.review-items .slick-prev:before, .review-items .slick-next:before {
	opacity:1
}
.review-items .slick-prev:hover:before, .review-items .slick-next:hover:before {
	transform:scale(1.05);
	left:-6px;
	top:-7px
}
.review-items .slick-prev {
	left:15px
}
.review-items .slick-next {
	right:15px
}
.review-item {
	margin:25px 15px 25px;
	padding:30px 40px;
	border-radius:22px;
	-webkit-box-flex:0 1 auto;
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	position:relative
}
.review-item:after {
	clear:both;
	content:'';
	display:table
}
.review-item:last-child {
	border-width:0
}
.review-summary {
	-webkit-box-flex:0 1 auto;
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.review-ratings {
	display:table;
	margin-bottom:10px;
	max-width:100%
}
.review-ratings .label {
	padding-left:15px
}
.review .rating-label {
	padding-left:15px
}
.review-date .review-details-value, .review-author .review-details-value {
	font-size:1.6rem
}
.review-date .review-details-value strong, .review-author .review-details-value strong {
	font-weight:400
}
.review-date {
	margin-bottom:10px
}
.review-title {
	margin:0 0 10px;
	font-size:1.6rem
}
.review-content {
	margin-bottom:0;
	color:rgba(0, 0, 0, 0.5);
	font-size:1.4rem;
	letter-spacing:0.25px
}
.page-main .column .review-add {
	margin-bottom:0;
	margin-top:25px
}
.data.table.reviews .rating-summary {
	margin-top:-4px
}
.customer.review.view .review.title, .customer.review.view .ratings.summary.items, .customer.review.view .product.details {
	margin-bottom:20px
}
.product-reviews-summary {
	margin-bottom:20px
}
.products.wrapper.list .product-reviews-summary {
	margin:0 auto
}
.product-reviews-summary .rating-summary {
	display:inline-block;
	vertical-align:middle
}
.product-reviews-summary .reviews-actions {
	display:inline-block;
	font-size:12px;
	line-height:1.4rem;
	vertical-align:bottom
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
margin-right:30px
}
.product-reviews-summary .reviews-actions .action.add {
	white-space:nowrap
}
.product-info-main .rating-summary, .customer-review .rating-summary {
	margin-right:15px
}
.block-reviews-dashboard .items .item {
	margin-bottom:20px
}
.block-reviews-dashboard .items .item:last-child {
	margin-bottom:0
}
.block-reviews-dashboard .product-name {
	display:inline-block
}
.block-reviews-dashboard .product-name:not(:last-child) {
margin-bottom:5px
}
.block-reviews-dashboard .rating-summary .label {
	font-weight:600;
	margin-right:10px;
	vertical-align:middle;
	padding-left:15px
}
.table-reviews .product-name, .block-reviews-dashboard .product-name {
	font-weight:400
}
.table-reviews .rating-summary {
	display:inline-block;
	vertical-align:baseline
}
.customer-review .product-media {
	float:left;
	margin-right:3%;
	max-width:285px;
	width:30%
}
.customer-review .review-details {
	margin:0
}
.customer-review .review-details .customer-review-rating {
	margin-bottom:20px
}
.customer-review .review-details .customer-review-rating .item {
	margin-bottom:10px
}
.customer-review .review-details .customer-review-rating .item:last-child {
	margin-bottom:0
}
.customer-review .review-details .review-title {
	line-height:1.1;
	font-size:1.8rem;
	margin-top:2rem;
	margin-bottom:1rem;
	font-weight:600;
	margin-bottom:20px
}
.customer-review .review-details .review-content {
	margin:0;
	margin-bottom:20px
}
.customer-review .review-details .review-date {
	color:#a6a6a6
}
.account.sales-order-view .order-title, .account.sales-order-view .order-date, .account.sales-order-view .order-status, .account.sales-order-view .order-links {
	display:none
}
.account.sales-order-view .block-order-details-view .block-title {
	display:none
}
.account.sales-order-view .block-order-details-view .box {
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
	padding:0
}
.order-links .item {
	line-height:40px;
	margin:0 0 -1px
}
.order-links .item strong {
	background:#fff;
	display:block;
	font-weight:400;
	padding:0 20px
}
.order-links .item a {
	background:#f6f6f6;
	color:#6d6d6d;
	display:block;
	font-weight:400;
	padding:0 20px
}
.order-links .item a:hover {
	background:#fff;
	text-decoration:none
}
.order-details-items {
	margin:10px 0 40px
}
.order-details-items .order-title {
	padding:0 0 10px
}
.order-details-items .order-title>strong {
	font-size:2.4rem;
	font-weight:300
}
.order-details-items .order-title .action {
	display:inline-block
}
.order-details-items .table-wrapper {
	margin:0
}
.order-details-items .table-wrapper+.actions-toolbar {
	display:none
}
.order-details-items .table-wrapper:not(:last-child) {
margin-bottom:30px
}
.order-details-items .table-wrapper.order-items-shipment {
	overflow:visible
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
background:none
}
.order-details-items .table-order-items tbody td {
	padding:0
}
.order-details-items .table-order-items tbody .col.label {
	font-weight:700;
	padding-bottom:5px;
	padding-top:0
}
.order-details-items .table-order-items tbody .col.options {
	padding:10px 10px 15px
}
.order-details-items .table-order-items tbody>.item-parent td {
	padding-bottom:5px
}
.order-details-items .table-order-items tbody>.item-parent+tr td {
	padding-top:5px
}
.order-details-items .table-order-items tbody .item-options-container td {
	padding-bottom:15px;
	padding-top:0
}
.order-details-items .table-order-items .product-item-name {
	font-size:1.4rem;
	letter-spacing:0.25px;
	line-height:2rem;
	margin:0 0 6px
}
.order-details-items .item-options {
	margin:0
}
.order-details-items .item-options dt, .order-details-items .item-options dd {
	margin:0 0 6px
}
.order-details-items .item-options dt {
	float:left;
	clear:left
}
.order-details-items .item-options dt:after {
	content:':';
	display:inline-block;
	padding-right:7px
}
.order-details-items .item-options dd {
	float:left;
	color:rgba(0, 0, 0, 0.5)
}
.order-details-items .item-options dd:last-child {
	margin-bottom:0
}
.order-details-items .item-options.links dt {
	display:inline-block
}
.order-details-items .item-options.links dt:after {
	content:': '
}
.order-details-items .item-options.links dd {
	margin:0
}
.order-details-items thead .col.qty {
	text-align:center
}
.order-details-items tfoot {
	background-color:#f8f8f8;
	padding-bottom:25px
}
.order-details-items tfoot:before, .order-details-items tfoot:after {
	content:'';
	display:table
}
.order-details-items tfoot:after {
	clear:both
}
.order-details-items tfoot tr {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.order-details-items tfoot tr>* {
	-webkit-flex-basis:50%;
	flex-basis:50%;
	width:50%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.order-details-items tfoot tr.grand_total td strong {
	color:#1e1e1e;
	font-weight:700;
	text-align:right
}
.order-details-items tfoot th strong, .order-details-items tfoot th, .order-details-items tfoot td {
	color:rgba(0, 0, 0, 0.5);
	text-align:right;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:0.25px;
	line-height:2rem;
	margin-bottom:13px
}
.order-details-items .action.show {
	display:inline-block;
	text-decoration:none;
	color:#333
}
.order-details-items .action.show>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.order-details-items .action.show:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:10px;
	line-height:10px;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.order-details-items .action.show.expanded:after {
	content:'\e621'
}
.order-details-items .product-item-name {
	font-size:1.8rem
}
.order-details-items .items-qty .item {
	white-space:nowrap
}
.order-details-items .items-qty .title:after {
	content:': '
}
.order-details-items .pages-items .item:first-child, .order-details-items .pages-items .item:last-child {
	margin-right:0
}
.block-order-details-comments {
	margin:0 0 40px
}
.block-order-details-comments .comment-date {
	font-weight:600
}
.block-order-details-comments .comment-content {
	line-height:1.6;
	margin:0 0 20px
}
.block-order-details-view .block-content .box {
	margin-bottom:30px
}
.block-order-details-view .box-title {
	font-weight:600
}
.block-order-details-view .box-content .payment-method .title {
	font-weight:400
}
.block-order-details-view .box-content .payment-method .content {
	margin:0
}
.block-order-details-view .box-content .payment-method .content>strong {
	font-weight:400
}
.block-order-details-view .box-content .payment-method .content>strong:after {
	content:': '
}
.column.main .order-details-items .block-order-details-gift-message {
	margin:40px 0 0
}
.block-order-details-gift-message+.actions-toolbar {
	display:none
}
.order-tracking {
	margin:0;
	padding:20px 0
}
.order-tracking .tracking-title {
	display:inline-block
}
.order-tracking .tracking-content {
	display:inline-block;
	margin:0 0 0 5px
}
.order-actions-toolbar .action.print {
	display:none;
	margin:0
}
.form-orders-search .field:last-child {
	margin-bottom:20px
}
.block-reorder .actions-toolbar {
	margin:17px 0
}
.block-reorder .product-item-name {
	float:left;
	width:calc(80%)
}
.block-reorder .product-item::after {
clear:both;
content:'';
display:table
}
.block-reorder .product-item .field.item {
	float:left;
	width:20px
}
.wishlist-index-index .page-title-wrapper h1 {
	font-weight:700
}
.toolbar.wishlist-toolbar {
	display:block
}
.toolbar.wishlist-toolbar .limiter {
	display:none
}
.toolbar.wishlist-toolbar .pages {
	display:none
}
.toolbar.wishlist-toolbar .pages .item.current .page {
	box-shadow:0 2px 30px 0 rgba(101, 201, 211, 0.74)
}
.toolbar.wishlist-toolbar .pages .item .page {
	border-radius:6px;
	background-color:#fff;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	width:32px;
	height:32px;
	font-size:1.4rem;
	line-height:3.2rem;
	font-weight:400
}
.toolbar.wishlist-toolbar .pages .action.previous, .toolbar.wishlist-toolbar .pages .action.next {
	border:none;
	box-shadow:none;
	background:none
}
.toolbar.wishlist-toolbar .pages .action.previous:before, .toolbar.wishlist-toolbar .pages .action.next:before {
	font-size:1.4rem;
	color:#1e1e1e
}
.toolbar.wishlist-toolbar .main .pages {
	position:relative;
	z-index:0
}
.toolbar.wishlist-toolbar .toolbar-amount {
	z-index:1;
	color:rgba(0, 0, 0, 0.5)
}
.toolbar.wishlist-toolbar-bottom .pages {
	display:block;
	margin:0 auto
}
.toolbar.wishlist-toolbar-bottom .toolbar-amount {
	display: none
}
.product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
	content:'\e600'
}
.product-info-main .product-social-links .action.towishlist {
	color:#2e84c8;
	text-transform:none
}
.product-info-main .product-social-links .action.towishlist:before {
	content:none
}
.account .table-wrapper .data.table.wishlist>thead>tr>th, .account .table-wrapper .data.table.wishlist>tbody>tr>th, .account .table-wrapper .data.table.wishlist>tfoot>tr>th, .account .table-wrapper .data.table.wishlist>thead>tr>td, .account .table-wrapper .data.table.wishlist>tbody>tr>td, .account .table-wrapper .data.table.wishlist>tfoot>tr>td {
	border-top:0 none transparent
}
.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th, .account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th, .account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th, .account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td, .account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td, .account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td {
	border-top:0
}
.account .table-wrapper .data.table.wishlist>tbody+tbody {
	border-top:0 none transparent
}
.account .table-wrapper .data.table.wishlist thead>tr>th {
	border-bottom:0
}
.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td {
	border-bottom:1px solid transparent
}
.account .table-wrapper .data.table.wishlist .product.name {
	display:inline-block;
	margin-bottom:10px
}
.account .table-wrapper .data.table.wishlist .box-tocart {
	margin:10px 0
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
	vertical-align:middle
}
.account .table-wrapper .data.table.wishlist .col.item {
	width:50%
}
.account .table-wrapper .data.table.wishlist .col.photo {
	max-width:150px
}
.account .table-wrapper .data.table.wishlist .col.selector {
	max-width:15px
}
.account .table-wrapper .data.table.wishlist textarea {
	margin:10px 0
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
	margin-bottom:10px
}
.account .table-wrapper .data.table.wishlist .action.primary {
	vertical-align:top
}
.account .table-wrapper .data.table.wishlist .price {
	font-weight:700
}
.link.wishlist .counter {
	color:#7d7d7d;
	white-space:nowrap
}
.link.wishlist .counter:before {
	content:'('
}
.link.wishlist .counter:after {
	content:')'
}
.block-wishlist .product-item-name {
	margin-right:25px
}
.products-grid.wishlist+.actions-toolbar .primary button {
	margin-bottom:10px
}
.products-grid.wishlist .product-item-photo {
	display:block;
	padding:0;
	text-align:center;
	width:100%
}
.products-grid.wishlist .product-item-name {
	margin-top:0
}
.products-grid.wishlist .product-item .price-box {
	margin:0
}
.products-grid.wishlist .product-item-comment {
	display:block;
	margin:6px auto;
	width:calc(100% - 12px)
}
.products-grid.wishlist .product-item-actions>* {
	margin-right:15px
}
.products-grid.wishlist .product-item-actions>*:last-child {
	margin-right:0
}
.products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
	display:inline-block;
	text-decoration:none
}
.products-grid.wishlist .product-item-actions .action.edit>span, .products-grid.wishlist .product-item-actions .action.delete>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.products-grid.wishlist .product-item-actions .action.edit:before, .products-grid.wishlist .product-item-actions .action.delete:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:20px;
	color:#CD4390;
	content:'\e601';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before, .products-grid.wishlist .product-item-actions .action.delete:hover:before {
	color:#333
}
.products-grid.wishlist .product-item-actions .action.edit:active:before, .products-grid.wishlist .product-item-actions .action.delete:active:before {
	color:#CD4390
}
.products-grid.wishlist .product-item-actions .action.delete:before {
	content:'\e604'
}
.amform-form {
	max-width:none !important
}
.amform-form .amform-form-fieldset.fieldset .fields .amform-layout-two, .amform-form .amform-form-fieldset.fieldset .fields .amform-layout-three {
	margin-right:auto
}
.amform-form .form-group .required {
	color:#1e1e1e
}
.amform-form .form-control {
	box-shadow:0 0 0 6px rgba(101, 201, 211, 0.24);
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	margin:6px
}
.amform-form .amcform-toolbar {
	text-align:right
}
.amform-form .amcform-toolbar .action.primary.amcform-submit {
	width:100%
}
.amform-form [class*='title-register']:before {
font-weight:700;
font-size:2.4rem;
line-height:2.8rem;
content:'Register Product';
display:block;
margin-bottom:26px;
margin-top:40px;
text-align:center
}
.amform-popup .amform-popup-close {
	right:28px;
	top:23px
}
.amform-popup .amform-popup-close .amform-close {
	position:static
}
.amform-popup .amform-content {
	border-radius:8px;
	border:none;
	max-height:none
}
.amform-popup .amform-content .field.fb-text.form-group {
	width:100%
}
.amform-popup .amcform-toolbar {
	text-align:center
}
.amform-popup .amform-close {
	font-size:0rem;
	display:inline-block;
	text-decoration:none
}
.amform-popup .amform-close:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:inherit;
	color:#1e1e1e;
	content:'\e616';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.amform-popup .amform-close:before {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.amform-popup .amform-close:hover:before {
	color:#ff6e6e
}
.nav-sections-cms-link.register-link .amform-show {
	vertical-align:top
}
.nav-sections-cms-link.register-link .amform-show {
	margin:0;
	padding:0
}
.nav-sections-cms-link.register-link .action.primary {
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	text-decoration:none;
	text-shadow:none;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.8rem;
	border-radius:0;
	color:#1e1e1e;
	letter-spacing:.5px;
	margin:0;
	padding:0
}
.nav-sections-cms-link.register-link .action.primary:focus, .nav-sections-cms-link.register-link .action.primary:active {
	background:none;
	border:none
}
.nav-sections-cms-link.register-link .action.primary:hover {
	background:none;
	border:none
}
.nav-sections-cms-link.register-link .action.primary.disabled, .nav-sections-cms-link.register-link .action.primary[disabled], fieldset[disabled] .nav-sections-cms-link.register-link .action.primary {
	pointer-events:none;
	opacity:.5
}
.aminst-feed-grid-container {
	margin-bottom:40px
}
.aminst-feed-grid-container.slider-button-top {
	position:relative
}
.aminst-feed-grid-container .aminst-feed-posts {
	transition:all 350ms ease;
	max-height:230px;
	opacity:0
}
.aminst-feed-grid-container .aminst-feed-posts.slick-initialized {
	max-height:none;
	opacity:1;
	position:unset
}
.aminst-feed-grid-container .aminst-feed-posts .slick-prev, .aminst-feed-grid-container .aminst-feed-posts .slick-next {
	top:15px
}
.aminst-feed-grid-container .aminst-feed-title.home-title {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	padding-right:0
}
.aminst-feed-grid-container .aminst-feed-title.home-title img {
	margin-right:10px
}
.aminst-feed-post {
	padding:0 10px
}
.aminst-feed-img {
	border-radius:8px
}
.aminst-feed-caption {
	display:none
}
@media only screen and (max-width:890px) {
.aminst-feed-grid-container .aminst-feed-title.home-title {
padding-right:0;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-align-items:flex-start;
-ms-align-items:flex-start;
align-items:flex-start
}
.aminst-feed-grid-container .aminst-feed-title.home-title img {
margin-bottom:20px
}
}
.products-related .product-item-actions {
	display:none
}
.products-related .product-item-name {
	height:100px;
	text-align:left
}
.products-related .product-item .price-box {
	justify-content:left
}
.products {
	margin:10px 0
}
.cms-index-index .category-view .category-image, body .category-view .category-image {
	display:none
}
.page-products .products-list .product-badge-list {
	text-align:left
}
.page-products .products-grid .product-item-info {
	position:relative
}
.page-products .category-view .category-image {
	display:none
}
.page-products .page-main {
	margin-top:5px
}
.page-products .column.main {
	margin-bottom:0
}
.page-products .column.main .grid .product-items {
	-webkit-justify-content:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start;
	margin-left:-10px;
	margin-right:-10px
}
.product-items {
	font-size:0;
	letter-spacing:-1px;
	line-height:0
}
.product-item-details {
	-webkit-flex-grow:1;
	flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:15px
}
.product-item-details>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.product-item {
	font-size:1.4rem;
	line-height:normal;
	letter-spacing:normal;
	background:#fff;
/*	border-radius:10px;*/
	opacity:1;
	text-align:center;
	vertical-align:top
}
.product-item:hover {
	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
	border-color:#6bd3dd
}
.product-item:hover .flip-container .product-image-photo {
	opacity:0
}
.product-item:hover .flip-container .product-image-photo.image-flip {
	opacity:1
}
.products-grid .product-item {
	display:inline-block;
	-webkit-flex-basis:calc(25% - 20px);
	flex-basis:calc(25% - 20px);
	width:calc(25% - 20px);
	margin:0 9px 20px;
}
.products-grid .product-item:nth-child(4n){
	margin-right:0 !important
}

.products-grid .product-item .product-reviews-summary {
	display:none
}
.products-grid .product-item .product-image-container {
	width:100% !important
}
.products-grid .product-item .product-image-photo, .products-grid .product-item .product-item-photo {
	overflow:hidden;
	text-align:center;
	width:100%;
/*	border-radius:10px 10px 0 0*/
}
.product-item-name {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	line-height:22px;
	margin:5px 0 13px;
	font-size:1.4rem;
	display:-webkit-box;
	overflow:hidden;
	word-wrap:break-word;
	font-family:Myriad Pro;
	text-align:left
}
.product-item-info {
	max-width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-grow:1;
	flex-grow:1
}
.product-item-info>.tooltip {
	margin-bottom:20px;
	color:#CD4390
}
.product-item-inner {
	-webkit-flex-grow:1;
	flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-content:flex-end;
	-ms-align-content:flex-end;
	align-content:flex-end;
	margin-top:13px
}
.product-item-inner>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.product-item-actions {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center
}
.product-item-actions>* {
	font-size:1.4rem
}
.product-item-actions .action.tocart {
	font-size:1.2rem;
	background:transparent;
	border-color:transparent;
	color:#CD4390;
	padding-left:50px;
	padding-right:15px;
	text-transform:uppercase
}
.product-item-actions .action.tocart:before {
	background:url('../image/shopping-cart-simple-fill.svg') no-repeat 100%;
	border-radius:0;
	display:block;
	height:20px;
	left:15px;
	opacity:1;
	transition:left 300ms ease-in-out;
	width:22px
}
.product-item-actions .action.tocart:hover {
	background:#ff6e6e;
	border-color:#ff6e6e;
	color:#fff
}
.product-item-actions .action.tocart:hover:before {
	background:url('../image/shopping-cart-white.svg') no-repeat 100%;
	background-size:100%;
	left:25px
}
.product-item-actions .actions-secondary {
	display:inline-block;
	font-size:1.4rem;
	vertical-align:middle;
	width:50px
}
.product-item-actions .actions-secondary>button.action {
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	font-weight:400
}
.product-item-actions .actions-secondary>button.action:focus, .product-item-actions .actions-secondary>button.action:active {
	background:none;
	border:none
}
.product-item-actions .actions-secondary>button.action:hover {
	background:none;
	border:none
}
.product-item-actions .actions-secondary>button.action.disabled, .product-item-actions .actions-secondary>button.action[disabled], fieldset[disabled] .product-item-actions .actions-secondary>button.action {
	pointer-events:none;
	opacity:.5
}
.product-item-actions .actions-secondary>.action {
	line-height:35px;
	text-align:center;
	height:40px;
	width:40px;
	margin-left:10px
}
.product-item-actions .actions-secondary>.action:before {
	font-size:2rem;
	color:#6bd3dd;
	height:22px;
	line-height:24px;
	margin:0;
	width:22px
}
.product-item-actions .actions-secondary>.action.in-wishlist:before {
	color:#ff6e6e
}
.product-item-actions .actions-secondary>.action.in-wishlist:hover {
	background:#fff
}
.product-item-actions .actions-secondary>.action.in-wishlist:hover:before {
	color:#ff6e6e
}
.product-item-actions .actions-secondary>.action:hover {
	background:#ff6e6e;
	border-radius:50px
}
.product-item-actions .actions-secondary>.action:hover:before {
	color:#fff
}
.product-item-description {
	line-height:1.8rem;
	font-weight:300;
	margin:25px 0
}
.product-item .product-reviews-summary .rating-summary {
	margin:0 4px 0 0
}
.product-item .product-reviews-summary .reviews-actions {
	font-size:12px;
	margin-top:5px
}
.product-item .price-box {
	-webkit-align-items:flex-end;
	-ms-align-items:flex-end;
	align-items:flex-end;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center
}
.product-item .price-box .price {
	font-size:2.6rem;
	font-family:'Myriad Pro';
	font-weight:600;
	white-space:nowrap;
}
.product-item .price-box .price-to {
	text-align:right
}
.product-item .price-box .price-label {
	color:rgba(0, 0, 0, 0.5);
	font-size:1.2rem;
	line-height:1.8rem
}
.product-item .price-box .old-price {
	order:0
}
.product-item .price-box .old-price .price-label {
	display:none
}
.product-item .price-box .old-price .price {
	color:rgba(0, 0, 0, 0.5);
	text-decoration:line-through
}
.product-item .price-box .special-price {
	order:10
}
.product-item .price-box .old-price, .product-item .price-box .minimal-price {
	margin:0
}
.product-item .price-box .minimal-price {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	-ms-align-items:flex-end;
	align-items:flex-end
}
.product-item .price-box .normal-price {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.product-item .price-box .normal-price .price-label {
	display:none
}
.product-item .price-box .normal-price .price-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-align-items:flex-end;
	-ms-align-items:flex-end;
	align-items:flex-end;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center
}
.product-item .old-price {
	margin:5px 0
}
.product-item .old-price .price {
	font-weight:normal
}
.product-item .regular-price .price-label {
	display:none
}
.product-item .minimal-price .price-container {
	display:block
}
.product-item .minimal-price-link {
	margin-top:5px
}
.product-item .price-from, .product-item .price-to {
	margin:0
}
.product-item .tocompare:before {
	content:'\e61e'
}
.product-item-photo.flip-container {
	position:relative
}
.product .stock.unavailable {
	height:40px;
	line-height:40px
}
.column.main .product-items {
	margin-left:0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.price-container .price {
	font-size:1.4rem
}
.price-container .price-including-tax+.price-excluding-tax, .price-container .weee {
	margin-top:5px
}
.price-container .price-including-tax+.price-excluding-tax, .price-container .weee, .price-container .price-including-tax+.price-excluding-tax .price, .price-container .weee .price, .price-container .weee+.price-excluding-tax:before, .price-container .weee+.price-excluding-tax .price {
	font-size:1.1rem
}
.price-container .weee:before {
	content:'(' attr(data-label) ': '
}
.price-container .weee:after {
	content:')'
}
.price-container .weee+.price-excluding-tax:before {
	content:attr(data-label) ': '
}
.products-list.products.list .product-item {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	margin-bottom:30px;
	border:none;
	box-shadow:none
}
.products-list.products.list .product-item-info {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:inherit;
	-ms-flex-direction:inherit;
	flex-direction:inherit;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start
}
.products-list.products.list .product-item-photo {
	-webkit-flex-basis:250px;
	flex-basis:250px;
	width:250px
}
.products-list.products.list .product-item-photo .product-image-photo {
	width:100%
}
.products-list.products.list .product-item-details {
	-webkit-flex-basis:calc(100% - 245px);
	flex-basis:calc(100% - 245px);
	width:calc(100% - 245px);
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align:left;
	margin-left:30px
}
.products-list.products.list .product-item-details>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto
}
.products-list.products.list .product-item-details>*:not(.product-item-name):not(.product-item-inner) {
max-width:220px
}
.products-list.products.list .product-item-details>*[class*='swatch-opt'] {
max-width:240px
}
.products-list.products.list .product-item-details>*[class*='swatch-opt'] .swatch-option {
margin-right:10px
}
.products-list.products.list .product-item-details>*[class*='swatch-opt'] .color {
margin:10px 0
}
.products-list.products.list .product-item-details>*[class*='swatch-opt'] .color .swatch-option {
margin-right:15px
}
.products-list.products.list .product-item-name {
	margin:0 0 10px
}
.products-list.products.list .product-item .swatch-attribute.size, .products-list.products.list .product-item .product-item-inner, .products-list.products.list .product-item [class*='swatch-opt'] {
display:block
}
.products-list.products.list .product-item .price-box {
	-webkit-justify-content:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start;
	display:block;
	flex-grow:initial
}
.products-list.products.list .product-item .price-box .price-to, .products-list.products.list .product-item .price-box .price-from {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.products-list.products.list .product-item .price-box .price-to .price-container, .products-list.products.list .product-item .price-box .price-from .price-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.products-list.products.list .product-item .price-box .price-to {
	margin-top:10px
}
.products-list.products.list .product-item .product-item-inner {
	margin-top:10px
}
.products-list.products.list .product-item .product-item-description {
	margin:10px 0 0
}
.products-list.products.list .product-item .product-item-actions {
	-webkit-justify-content:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start
}
.products-list.products.list .product-item .product-reviews-summary {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	margin:0 0 13px
}
.products-list.products.list .product-item .reviews-actions {
	display:inline-block;
	text-decoration:none
}
.products-list.products.list .product-item .reviews-actions:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#CD4390;
	content:'\e90a';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
@media only screen and (max-width:1024px) {
.product-item {
box-shadow:0 0 20px rgba(0, 0, 0, 0.1)
}
.product-item-details {
padding:10px
}
.product-item-name {
font-size:1.8rem;
line-height:2rem;
height:40px
}
.product-item .price-box .price {
font-size:2rem
}
.product-item-actions .action.tocart {
font-size:1rem
}
.product-item-actions .action.tocart:before {
background-size:100%;
height:18px;
width:17px
}
.product-item-actions .actions-secondary .action:before {
font-size:1.6rem
}
}
@media only screen and (min-width:1200px) {
.page-products .page-main .products-grid .product-item.item {
-webkit-flex-basis:calc(25% - 20px);
flex-basis:calc(25% - 20px);
width:calc(25% - 20px);
margin:0 9px 30px;
min-width:0
}
.product-item:hover {
box-shadow:0 0 20px rgba(0, 0, 0, 0.1)
}
}
.page-products .columns {
	position:relative;
	z-index:1
}
.toolbar {
	align-items:center;
	border-bottom:1px solid #e3e3e3;
	justify-content:center;
	padding-bottom:8px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	position:relative;
	text-align:center
}
.toolbar select {
	border-radius:30px;
	height:40px;
	padding-right:10%;
	line-height:1.6rem;
	box-shadow:none;
	letter-spacing:0;
	margin:0;
	text-transform:uppercase
}
.toolbar select:hover {
	background-color:#eef4f8
}
.toolbar select:focus {
	box-shadow:none
}
.toolbar .sorter-action {
	display:none;
	position:relative;
	top:-2px
}

.toolbar .pager {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center
}
.toolbar-products {
	background-color:transparent
}
.toolbar-products .pages {
	display:none
}
.products.wrapper~.toolbar-products .pages {
display:block
}
.toolbar .pages {
	margin-bottom:25px
}
.page-products .sorter {
/*	position:absolute;
	right:0;
	top:0;
	z-index:1*/
}
.sorter-label {
	color:rgba(0, 0, 0, 0.5);
	margin-right:10px
}
.sorter-options {
	margin:0 5px 0 7px;
	width:auto
}
.sorter-action {
	display:inline-block;
	text-decoration:none
}
.sorter-action:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:inherit;
	color:#CD4390;
	content:'\e613';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.sorter-action:hover:before {
	color:#CD4390
}
.sorter-action>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sorter-action.sort-desc:before {
	content:'\e614'
}
.limiter-options {
	margin:0 5px 0 7px;
	width:auto
}
.limiter-label {
	font-weight:400
}
.page-products .toolbar .limiter {
	display:none
}
.limiter .control {
	display:inline-block
}
.product.info.detailed .product-attachment-container {
	display:inline-grid;
	grid-template-columns:auto auto auto;
	margin:0 auto;
	text-align:center;
	padding:10px 0 0
}
.product.info.detailed .product-attachment-container .downloads-item {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	text-align:center;
	margin-bottom:10px;
	padding:0 10px
}
.product.info.detailed .product-attachment-container .downloads-item .icon-attachment:before {
	font-size:3rem;
	color:#ffc022
}
.product.info.detailed .product-attachment-container .item-icon {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	width:100%;
	height:auto;
	margin-bottom:5px
}
.product.info.detailed .product-attachment-container .item-icon img {
	width:32px;
	height:auto
}
.product.info.detailed .product-attachment-container .item-link {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	margin-bottom:10px
}
.product.info.detailed .product-attachment-container .item-link .item-name {
	color:#1e1e1e;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.8rem;
	font-style:normal;
	text-align:center;
	padding:7px 0 0
}
.product.info.detailed .product-attachment-container .item-link a {
	color:#1e1e1e;
	position:relative
}
.product.info.detailed .product-attachment-container .item-link a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	background-color:rgba(247, 192, 51, 0.55)
}
.product.info.detailed .product-attachment-container .item-description {
	padding-left:0
}
.product.info.detailed .product.items {
	border:none
}
.product.info.detailed .product.items #tab-label-reviews {
	margin-bottom:-25px
}
.product.info.detailed .product.items .item.title a {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	border-radius:10px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	height:auto;
	width:calc(100% - 30px);
	margin:20px auto;
	padding:22px 0 19px;
	text-align:center;
	font-size:2.4rem;
	line-height:28px;
	letter-spacing:0.18px;
	font-weight:700;
	border:1px solid transparent;
	cursor:pointer
}
.product.info.detailed .product.items .item.title a:before {
	font-size:3rem;
	padding-right:10px
}
.product.info.detailed .product.items .item.title a#tab-label-description-title {
	display:inline-block;
	text-decoration:none
}
.product.info.detailed .product.items .item.title a#tab-label-description-title:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:40px;
	line-height:inherit;
	color:#ffc022;
	content:'\e905';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product.info.detailed .product.items .item.title a#tab-label-description-title:before {
	overflow:visible
}
.product.info.detailed .product.items .item.title a#tab-label-reviews-title {
	display:inline-block;
	text-decoration:none
}
.product.info.detailed .product.items .item.title a#tab-label-reviews-title:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:40px;
	line-height:inherit;
	color:#ff6e6e;
	content:'\e907';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product.info.detailed .product.items .item.title a#tab-label-reviews-title:before {
	overflow:visible
}
.product.info.detailed .product.items .item.title a#tab-label-additional-title {
	display:inline-block;
	text-decoration:none
}
.product.info.detailed .product.items .item.title a#tab-label-additional-title:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:40px;
	line-height:inherit;
	color:#6bd3dd;
	content:'\e906';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product.info.detailed .product.items .item.title a#tab-label-additional-title:before {
	overflow:visible
}
.product.info.detailed .product.items .item.title a:after {
	content:none
}
.product.info.detailed .product.items .item.title a.active {
	padding-bottom:15px
}
.product.info.detailed .product.items .item.title.active a {
	border:1px solid #6bd3dd;
	box-shadow:0 2px 30px 0 rgba(101, 201, 211, 0.74)
}
.product.info.detailed .product.items .item.content {
	border:none
}
.product.info.detailed .product.items .item.content#additional {
	text-align:center
}
.page-products.page-layout-category-bundle .toolbar-products .modes {
	display:none
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item {
	border-bottom:1px solid #ccc;
	margin-bottom:0;
	padding-bottom:40px
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item .product-item-name .product-item-link {
	font-size:20px;
	font-weight:700
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item .price-box {
	justify-content:flex-start
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item .price-box .old-price {
	margin-left:1rem
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item .product-item-inner {
	-webkit-flex-grow:initial;
	flex-grow:initial
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item .product-item-inner .product-item-description {
	-ms-flex-order:-1;
	-webkit-order:-1;
	order:-1;
	margin:0 0 20px
}
.widget-product-grid .price-box .minimal-price .price-label, .widget-product-grid .price-box .normal-price .price-label {
	display:none
}
.catalog-product-view .product-badge {
	text-align:left;
	padding-left:20px;
	margin-bottom:10px
}
.product-badge {
	margin:10px;
	position:absolute;
	z-index:2
}
.product-badge .product-badge-inner {
	background-color:#ffc022;
	display:inline-block;
	margin:0 auto;
	height:auto;
	color:#fff;
	font-size:1.2rem;
	line-height:1.6rem;
	text-transform:uppercase;
	text-align:center;
	position:relative;
	padding:4px 10px;
	font-weight:600;
	border-radius:14px
}
.product-badge .product-badge-inner.new {
	background:#ff6e6e
}
.page-products .toolbar-products .action.previous, .page-products .toolbar-products .action.next {
	background:none;
	border:none;
	box-shadow:none
}
.page-products .toolbar-products .action.previous:before, .page-products .toolbar-products .action.next:before {
	font-size:1.4rem;
	color:#1e1e1e
}
.page-products .toolbar-products .item.current .page {
	box-shadow:0 2px 30px 0 rgba(101, 201, 211, 0.74)
}
.page-products .toolbar-products .item .page {
	background-color:#fff;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	font-weight:400;
	font-size:1.4rem;
	line-height:3.2rem;
	border-radius:6px;
	height:32px;
	width:32px
}
.old-price, .old.price {
	color:#666
}
.prices-tier .price-container .price-including-tax+.price-excluding-tax:before {
	content:'(' attr(data-label) ':'
}
.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after {
	content:')'
}
.prices-tier .price-container .weee[data-label] {
	display:inline
}
.prices-tier .price-container .weee[data-label]:before {
	content:' +' attr(data-label) ':'
}
.actual-price {
	font-weight:700
}
.category-image .image {
	display:block;
	height:auto;
	max-width:100%
}
.category-cms, .category-image, .category-description {
	margin-bottom:20px
}
.product-image-container {
	display:block;
	max-width:100%
}
.product-image-wrapper {
	display:block;
	height:0;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.product-image-photo {
	bottom:0;
	display:block;
	height:auto;
	left:0;
	margin:auto;
	max-width:100%;
	opacity:1;
	position:absolute;
	right:0;
	top:0;
	transition:all 300ms ease-in-out;
	border:2px solid #f5f5f5;
}
.product-info-main .page-title {
	font-size:2.2rem
}
.product-info-main .swatch-opt {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.product-info-main .swatch-opt>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	order:100
}
.product-info-main .swatch-opt .size {
	order:0
}
.product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus), .product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
transform:none
}
.product.media .fotorama__nav:before, .product.media .fotorama__nav:after {
	display:none
}
.product.media .fotorama__arr {
	background:none;
	display:block !important;
	opacity:1
}
.product.media .fotorama__arr:focus:after {
	box-shadow:none
}
.product.media .fotorama__arr:not(:focus) {
transform:none
}
.product.media .fotorama__arr .fotorama__arr__arr {
	display:inline-block;
	text-decoration:none;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	background-color:#6bd3dd;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:1.6rem;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	background-image:none;
	border-radius:4px;
	box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.24);
	height:24px;
	left:0;
	transform:none;
	width:24px
}
.product.media .fotorama__arr .fotorama__arr__arr>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.product.media .fotorama__arr .fotorama__arr__arr:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:inherit;
	line-height:inherit;
	color:#fff;
	content:'\e903';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product.media .fotorama__arr .fotorama__arr__arr:hover:before {
	color:#fff
}
.product.media .fotorama__arr .fotorama__arr__arr:active:before {
	color:#fff
}
.product.media .fotorama__arr .fotorama__arr__arr:before {
	font-size:inherit
}
.product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
	display:inline-block;
	text-decoration:none;
	background-color:#ffc022;
	left:auto;
	right:0;
	text-align:center
}
.product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:inherit;
	line-height:inherit;
	color:#fff;
	content:'\e904';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:hover:before {
	color:#fff
}
.product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:active:before {
	color:#fff
}
.product.media .placeholder .photo.container {
	max-width:100%
}
.product.media .notice {
	margin:10px 0;
	color:#7d7d7d;
	font-size:1.2rem
}
.product.media .product.thumbs {
	margin:10px 0 25px
}
.product.media .items.thumbs {
	margin:0;
	padding:0;
	list-style:none none
}
.product.media .items.thumbs>li {
	display:inline-block;
	vertical-align:top
}
.product.media .items.thumbs>li {
	margin:1rem 0 0
}
.product.media .items.thumbs img {
	display:block
}
.product.media .items.thumbs .active {
	display:block;
	line-height:1
}
.product.info.detailed {
	clear:both;
	margin:25px 0 30px
}
.product.info.detailed .additional-attributes {
	width:auto;
	border:none;
	margin:0 auto
}
.product.info.detailed .additional-attributes>thead>tr>th, .product.info.detailed .additional-attributes>tbody>tr>th, .product.info.detailed .additional-attributes>tfoot>tr>th, .product.info.detailed .additional-attributes>thead>tr>td, .product.info.detailed .additional-attributes>tbody>tr>td, .product.info.detailed .additional-attributes>tfoot>tr>td {
	border:none
}
.product.info.detailed .additional-attributes>thead>tr>td, .product.info.detailed .additional-attributes>tbody>tr>td, .product.info.detailed .additional-attributes>tfoot>tr>td {
	padding:5.5px 5px 10px 5px
}
.product.info.detailed .additional-attributes>thead>tr>th, .product.info.detailed .additional-attributes>tbody>tr>th, .product.info.detailed .additional-attributes>tfoot>tr>th {
	padding:5.5px 30px 10px 0
}
.product.info.detailed .additional-attributes .label {
	padding-bottom:20px
}
.product.info.detailed .additional-attributes .data {
	text-align:left
}
.product-info-main .product-info-price {
	color:#575757;
	border-bottom:1px solid #f0f0f0;
	display:table;
	margin-bottom:25px;
	width:100%
}
.product-info-main .product-info-price .price-box {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:flex-end;
	-ms-align-items:flex-end;
	align-items:flex-end
}
.product-info-main .product-info-price .price-box .old-price {
	margin-left:10px
}
.product-info-main .product-info-price .price-box .old-price .price-label {
	display:none
}
.product-info-main .product-info-price .price-box .old-price .price {
	font-weight:400;
	color:rgba(0, 0, 0, 0.5);
	text-decoration:line-through
}
.product-info-main .product-info-price .price-box .price-container>span {
	color:rgba(0, 0, 0, 0.5);
	font-size:1.4rem;
	display:block;
	letter-spacing:.25px;
	line-height:20px;
	margin-bottom:5px
}
.product-info-main .product-info-price .price-box .price-container>span:last-child {
	margin-bottom:0
}
.product-info-main .product-info-price .price-including-tax+.price-excluding-tax, .product-info-main .product-info-price .weee+.price-excluding-tax, .product-info-main .product-info-price .weee {
	font-size:1.4rem
}
.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price, .product-info-main .product-info-price .weee+.price-excluding-tax .price, .product-info-main .product-info-price .weee .price {
	font-size:1.4rem;
	font-weight:600;
	line-height:16px
}
.product-info-main .product-info-price .price-wrapper .price {
	font-size:2.2rem;
/*	font-weight:600;*/
	line-height:22px
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
	font-size:2rem;
	font-weight:300
}
.product-info-main .product-info-price .special-price .price-label:after {
	content:': '
}
.product-info-main .product-info-price .price {
	white-space:nowrap
}
.product-info-main .product-info-stock-sku {
	display:table-cell;
	padding-bottom:10px;
	padding-left:10%;
	right:auto;
	text-align:right;
	vertical-align:top
}
.product-info-main .stock {
	margin:0 0 3px
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
	font-weight:700;
	text-transform:uppercase
}
.product-info-main .product.attribute.sku {
	word-break:break-all;
	word-wrap:break-word
}
.product-info-main .product.attribute.sku .type {
	font-weight:normal;
	margin-right:5px
}
.product-info-main .product.attribute.sku .type:after {
	content:'#:'
}
.product-info-main .product.attribute.sku .value {
	display:inline-block
}
.product-info-main .product.attribute.overview {
	margin:20px 0
}
.product-info-main .product.attribute.overview .value {
	overflow:hidden;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in
}
.product-info-main .product.attribute.overview .description-toggle {
	color:#CD4390;
	font-weight:600;
	cursor:pointer;
	position:static
}
.product-info-main .product.attribute.overview.can-toggle .value {
	max-height:90px;
	position:relative
}
.product-info-main .product.attribute.overview.can-toggle .value:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	bottom:0;
	content:'';
	display:block;
	height:10px;
	left:0;
	position:absolute;
	right:0;
	width:100%
}
.product-info-main .product.attribute.overview.can-toggle .value.overflow-visible:after {
	bottom:-10px
}
.product-info-main .product.alert {
	margin:10px 0
}
.product-info-main .product-add-form {
	clear:both
}
.product-info-main .product-reviews-summary {
	float:left
}
.product-info-main .product-reviews-summary .rating-summary .rating-result>span:before {
	color:#ff6e6e
}
.product-info-main .product-options-bottom .box-tocart {
	margin-top:17px
}
.product-info-main .control .qty {
	border:1px solid #cbcbcb;
	margin:3px 0 25px;
	border-radius:6px;
	box-shadow:none;
	height:32px;
	opacity:1
}
.product-options-wrapper .fieldset:focus {
	box-shadow:none
}
.product-options-wrapper .fieldset-product-options-inner .legend {
	font-weight:600;
	font-size:1.4rem;
	border:none;
	display:inline-block;
	float:none;
	margin:0 0 8px;
	padding:0
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker {
margin-top:10px
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after {
	content:'*';
	color:#1e1e1e;
	font-size:1.6rem
}
.product-options-wrapper .field .note {
	display:block;
	margin-top:5px
}
.product-options-wrapper .field .note.mage-error {
	color:#e02b27
}
.product-options-bottom .price-box, .product-info-price .price-box {
	color:#575757;
	display:table-cell;
	vertical-align:top
}
.product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price {
	font-size:20px;
	font-weight:300
}
.product-options-bottom .price-box .old-price .price-container>span, .product-info-price .price-box .old-price .price-container>span {
	display:inline-block
}
.product-options-bottom .price-box .price-container>span, .product-info-price .price-box .price-container>span {
	display:block;
	margin-bottom:5px
}
.product-options-bottom .price-box .price-container>span:last-child, .product-info-price .price-box .price-container>span:last-child {
	margin-bottom:0
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
	color:#1e1e1e;
	font-size:3rem;
/*	font-weight:700;*/
	line-height:4.4rem
}
.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax, .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax, .product-options-bottom .price-box .price-container .weee+.price-excluding-tax, .product-info-price .price-box .price-container .weee+.price-excluding-tax, .product-options-bottom .price-box .price-container .weee, .product-info-price .price-box .price-container .weee {
	font-size:1.2rem;
	line-height:14px
}
.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price, .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price, .product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price, .product-info-price .price-box .price-container .weee+.price-excluding-tax .price, .product-options-bottom .price-box .price-container .weee .price, .product-info-price .price-box .price-container .weee .price {
	font-size:1.2rem;
	font-weight:700
}
.box-tocart .action.tocart {
	vertical-align:top;
	font-size:1.4rem
}
.box-tocart .action.tocart:not(:last-child) {
margin-bottom:5px
}
.product-addto-links {
	display:inline
}
.product-social-links {
	margin:0 0 20px;
	text-align:center
}
.product-social-links .action.tocompare:before {
	content:'\e61e'
}
.prices-tier {
	margin-bottom:15px
}
.prices-tier .item {
	margin-bottom:10px
}
.prices-tier .item:last-child {
	margin-bottom:0
}
.prices-tier .price-excluding-tax, .prices-tier .price-including-tax {
	display:inline-block
}
.minimal-price-link, .price-excluding-tax, .price-including-tax {
	display:block;
	white-space:nowrap
}
.ui-dialog-titlebar-close {
	line-height:1.42857143;
	margin:0;
	padding:0;
	color:#CD4390;
	text-decoration:none;
	background:none;
	border:0;
	display:inline
}
.ui-dialog-titlebar-close:visited {
	color:#CD4390;
	text-decoration:none
}
.ui-dialog-titlebar-close:hover {
	color:#ff6e6e;
	text-decoration:none
}
.ui-dialog-titlebar-close:active {
	color:#ff5501;
	text-decoration:none
}
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
	background:none;
	border:0
}
.ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled], fieldset[disabled] .ui-dialog-titlebar-close {
	color:#CD4390;
	opacity:.5;
	cursor:default;
	pointer-events:none;
	text-decoration:underline
}
.sidebar .product-items .product-item {
	margin-bottom:20px;
	position:relative
}
.sidebar .product-items .product-item-info {
	position:relative;
	width:auto
}
.sidebar .product-items .product-item-info .product-item-photo {
	left:0;
	position:absolute;
	top:0
}
.sidebar .product-items .product-item-name {
	margin-top:0
}
.sidebar .product-items .product-item-details {
	margin:0 0 0 85px
}
.sidebar .product-items .product-item-actions {
	display:block;
	margin-top:10px
}
.sidebar .product-items .price-box {
	display:block;
	margin:7px 0
}
.sidebar .product-items .text {
	margin-right:8px
}
.sidebar .product-items .counter {
	color:#7d7d7d;
	font-size:12px;
	white-space:nowrap
}
.sidebar .product-items .minilist .price {
	display:inline;
	padding:0
}
.sidebar .product-items .minilist .weee:before {
	display:inline-block
}
.sidebar .product-items .action.delete {
	position:absolute;
	right:0;
	top:0
}
.sidebar .block-compare .action.delete {
	right:initial
}
.sidebar .action.tocart {
	border-radius:0
}
.sidebar .product-items-images {
	margin-left:-5px
}
.sidebar .product-items-images .product-item {
	float:left;
	padding-left:5px
}
.sidebar .product-items-names .product-item {
	display:flex;
	margin-bottom:10px
}
.sidebar .product-items-names .product-item-name {
	margin:0
}
.catalog-category-view.page-layout-1column .column.main {
	min-height:inherit
}
body.catalog-product-compare-index .action.print {
	float:right;
	margin:15px 0
}
.table-wrapper.comparison {
	clear:both;
	max-width:100%;
	overflow-x:auto;
	position:relative
}
.table-wrapper.comparison .table-comparison>tbody>tr>th, .table-wrapper.comparison .table-comparison>tbody>tr>td {
	border-top:0
}
.table-comparison {
	table-layout:fixed
}
.table-comparison .cell {
	padding:15px;
	width:180px
}
.table-comparison .cell.label {
	border-right:0 none transparent
}
.table-comparison .cell.label .attribute.label {
	display:block;
	width:100%;
	word-wrap:break-word
}
.table-comparison .cell.product.info, .table-comparison .cell.product.label {
	border-bottom:0 none transparent
}
.table-comparison .cell.attribute {
	font-size:1.3rem
}
.table-comparison .cell.attribute img {
	height:auto;
	max-width:100%
}
.table-comparison .cell.remove {
	padding-bottom:0;
	padding-top:0;
	text-align:right
}
.table-comparison .cell.remove .action.delete {
margin-right:.6rem
}
.table-comparison .cell .attribute.value {
	overflow:hidden;
	width:100%
}
.table-comparison td:last-child {
	border-right:0 none transparent
}
.table-comparison .product-item-photo {
	display:block;
	margin:0 auto 15px
}
.table-comparison .product-image-photo {
	margin-left:0
}
.table-comparison .product-item-actions, .table-comparison .price-box, .table-comparison .product.rating, .table-comparison .product-item-name {
	display:block;
	margin:15px 0
}
.table-comparison .product-addto-links {
	margin-top:15px
}
.table-comparison .product-addto-links .action.toggle {
	padding:0
}
.table-comparison .product-addto-links .action.split, .table-comparison .product-addto-links .action.toggle {
	line-height:1.2rem;
	padding:5px 8px;
	font-size:1.1rem
}
.table-comparison .action.tocart {
	white-space:nowrap
}
.comparison.headings {
	background:#fff;
	left:0;
	position:absolute;
	top:0;
	width:auto;
	z-index:2
}
.block-compare .product-item .product-item-name {
	margin-left:22px
}
.block-compare .action.delete {
	left:0;
	position:absolute;
	top:0
}
.block-compare .actions-toolbar {
	margin:17px 0 0
}
.block.related .action.select {
	vertical-align:top
}
.block.related .product-item-details {
	position:relative;
	z-index:1
}
.block.related .field.choice {
	position:static;
	margin-top:10px
}
.block-search {
	margin-bottom:0
}
.block-search .block-title {
	display:none
}
.block-search .block-content {
	margin-bottom:0
}
.block-search .label {
	display:inline-block;
	text-decoration:none
}
.block-search .label>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.block-search .label:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:0px;
	line-height:20px;

	content:'\e615';

	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center;
	background:url(../image/search.png) no-repeat 100%;
}
.block-search .label:hover:before {
	color:#CD4390
}
.block-search .label:active:before {
	color:#CD4390
}
.block-search .label>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.block-search .label:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:20px;
	color:#CD4390;
	content:'\e616';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.block-search .label:hover:after {
	color:#CD4390
}
.block-search .label:active:after {
	color:#CD4390
}
.block-search .label:before {
	opacity:1;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	width:36px;
	height:36x;
	line-height:36px;
	border:#000 1px solid;
	color:#fff;
	border-radius:50%;
	background:url(../image/search.png) 30px 30px no-repeat 100%;
	
}
.block-search .label:after {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	color:#ff6e6e;
	height:40px;
	left:0;
	line-height:40px;
	opacity:0;
	position:absolute;
	top:0;
	width:40px
}
.block-search .label:hover:after, .block-search .label:active:after {
	color:#ff6e6e
}
.block-search .label:hover:before, .block-search .label:active:before {
	color:#fff
}
.block-search .label.active+.control {
	box-shadow:none;
	max-height:250px
}
.block-search .label.active+.control .input-text {
	box-shadow:none
}
.block-search .label.active:before {
	opacity:0
}
.block-search .label.active:after {
	opacity:1
}
.block-search .action.search {
	background:#6bd3dd;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	border:none;
	box-shadow:none;
	display:block;
	height:40px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:40px
}
.block-search .action.search:before {
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	position:static;
	margin:0;
	padding:0;
	color:#fff;
	opacity:1;
	background:transparent
}
.block-search .action.search:disabled {
	border:none;
	opacity:1
}
.block-search .action.search:disabled:before {
	color:#fff;
	font-size:20px
}
.block-search .action.search span {
	display:none
}
.block-search .control {
	background-color:#fff;
	padding:0 20px;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	background:transparent;
	box-shadow:0 0 0 0 rgba(0, 0, 0, 0);
	display:block;
	height:40px;
	max-height:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100%
}
.block-search .control .input-text {
	margin:0;
	box-shadow:none;
	background:#fff;
	border-radius:50px;
	-webkit-appearance:none;
	height:40px;
	line-height:48px;
	width:100%;
	border:1px solid #54c6ff
}
.block-search .control .input-text::placeholder {
color:#c6c6c6
}
.block-search .control .input-text::-webkit-input-placeholder {
color:#c6c6c6
}
.block-search .control .input-text:-ms-input-placeholder {
color:#c6c6c6
}
.block-search .nested {
	display:none
}
.search-autocomplete {
	display:none;
	margin-top:-15px;
	overflow:hidden;
	position:absolute;
	z-index:3
}
.search-autocomplete ul {
	margin:0;
	padding:0;
	list-style:none none
}
.search-autocomplete ul li {
	border-top:1px solid #e5e5e5;
	cursor:pointer;
	margin:0;
	padding:5px 40px 5px 10px;
	position:relative;
	text-align:left;
	white-space:normal
}
.search-autocomplete ul li:not(:empty) {
border-top:0;
border:1px solid #dae9f7;
background:#fff
}
.search-autocomplete ul li:first-child {
	border-top:none
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
	background:#e8e8e8
}
.search-autocomplete ul li .amount {
	color:#999;
	position:absolute;
	right:7px;
	top:5px
}
.form.search.advanced .fields.range .field:first-child {
	position:relative
}
.form.search.advanced .fields.range .field:first-child .control {
	padding-right:25px
}
.form.search.advanced .fields.range .field:first-child .control:after {
	content:' \2013 ';
	display:inline-block;
	position:absolute;
	right:0;
	text-align:center;
	top:6px;
	width:25px
}
.form.search.advanced .fields.range .field:last-child {
	position:relative
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
	left:0;
	position:absolute;
	top:32px
}
.form.search.advanced .fields.range .field.with-addon .control {
	padding-right:45px
}
.form.search.advanced .group.price .addon .addafter {
	background:none;
	border:0;
	padding-top:6px;
	position:absolute;
	right:0;
	top:0
}
.search.summary {
	margin-bottom:10px
}
@media all and (max-width:1024px) {
.block.block-search .search .control {
top:32px
}
}
.small-screen-view {
	display:none
}
.home-banner {
	position:relative
}
.home-banner .big-screen-view {
	width:100%;
	height:100%
}
.home-banner .home-banner-section-content {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.home-banner .banner-content {
	align-items:flex-start;
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:center;
	max-width:530px;
	position:absolute;
	top:0;
	right:0
}
.home-banner .banner-content .content-text {
	color:#ff6e6e;
	text-transform:capitalize;
	font-weight:700
}
.home-banner .banner-content .banner-title-head {
	font-weight:600;
	color:#fff;
	line-height:46px;
	text-transform:capitalize
}
.home-banner .banner-content .action.primary.playlearn-cta-btn {
	min-width:226px;
	padding:22px 20px
}
.your-wishlist-section {
	max-height:747px;
	overflow:hidden;
	position:relative
}
.your-wishlist-section .wishlist-bg-images {
	transition:all 300ms ease-in;
	width:100%;
	height:100%;
	min-height:350px
}
.your-wishlist-section .wishlist-content-section {
	position:absolute;
	text-align:center;
	top:50%;
	left:50%;
	display:flex;
	align-items:center;
	flex-direction:column;
	max-width:866px;
	min-width:338px;
	transform:translate(-50%, -50%)
}
.your-wishlist-section .wishlist-content-section .wishlist-heading {
	color:#fff;
	font-weight:600;
	text-align:center
}
.your-wishlist-section .wishlist-content-section .wishlist-text {
	color:#fff;
	font-weight:400;
	text-align:center
}
.your-wishlist-section .wishlist-bg-curve {
	bottom:-2px;
	position:absolute;
	width:100%;
	height:auto;
	backface-visibility:hidden
}
.customer-review .review-container {
/*	display:flex;*/
	flex-wrap:nowrap
}
.customer-review .review-container .slick-list {
	padding:18px 0;
	height:auto !important
}
.customer-review .review-container .review-column {
/*	border:2px solid #dcdcdc;*/
	border-radius:20px;
	text-align:center;
	display:flex;
/*	flex-direction:column;
	box-shadow:10px 10px #eef4f8;*/
	position:relative;
/*	padding:42px 20px 30px;*/
margin-right:2%;
	background:#fdebe4;
	width:32%;
	float:left;
	margin-bottom:2%
}
.customer-review .review-container .review-column:nth-child(3n){
margin-right:0%;

}
.customer-review .review-container .review-column a{
	color:#000

}
.customer-review .review-container .review-column a:hover{
	color:#FF0D0D

}
.customer-review .review-container .review-column:nth-of-type(2){
	background:#e9f2f6;

}
.customer-review .review-container .review-column:nth-of-type(3){
	background:#ecf2e5;

}
.customer-review .review-container .review-column:nth-of-type(4){
	background:#f5fcdf;

}
.customer-review .review-container .review-column:nth-of-type(5){
	background:#fcf0e0;

}
.customer-review .review-container .review-column:nth-of-type(6){
	background:#e4ebfd;

}
.customer-review .review-container .review-column img{
	width:80%;
	margin-left:30px
}
.customer-review .review-container .review-column:first-child {
	margin-left:0
}
.customer-review .review-container .review-column::before {
content:'';
position:absolute;
background-size:100%;
background-repeat:no-repeat
}
.customer-review .review-container .review-column .review-description {
	font-size:1.6rem;
	line-height:22px;
	margin-bottom:19px;
	width:100%;
	padding:0;
	line-clamp:6;
	-webkit-line-clamp:6;
	height:132px;
	font-family:'Montserrat-Italic'
}
.customer-review .review-container .review-column .review-title {
	font-size:3rem;
	text-transform:capitalize;
	font-family:'Myriad Pro';
	line-clamp:1;
	-webkit-line-clamp:1;
	right:30px;
	top:30px;
	position:absolute;
	
}
.customer-review .review-container .review-column .review-description, .customer-review .review-container .review-column .review-title {
	-webkit-box-orient:vertical;
	display:-webkit-box;
	display:box;
	overflow:hidden
}
.customer-review .review-container .review-column .review-guestname {
	font-size:1.4rem;
	font-weight:400
}
.video-section {
	position:relative
}
.video-section .video-banner-image {
	border-radius:30px;
	max-height:704px;
	overflow:hidden
}
.video-section .video-banner-image img {
	width:100%;
	height:100%
}
.video-section .video-banner-icon::before {
left:50%;
position:absolute;
top:50%;
transition:all 300ms ease-in;
background:url('../image/video-section-normal-icon.svg') no-repeat;
background-size:100%;
content:'';
cursor:pointer;
transform:translate(-50%, -50%);
z-index:9999
}
.video-section .video-banner-icon:hover::before {
background:url('../image/video-section-hover-icon.svg') no-repeat;
background-size:100%
}
.video-section .video-play {
	border-radius:30px;
	display:none;
	height:100%;
	left:50%;
	position:absolute;
	top:50%;
	border:2px solid #eef4f8;
	transform:translate(-50%, -50%);
	width:calc(100% - 40px)
}
.customer-service-form {
	margin-top:20px
}
.customer-service-phone {
	margin-bottom:40px;
	text-align:center
}
.cms-page-view .page-wrapper {
	background:url('../image/cms-background.svg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover
}
.cms-page-view .page-main {
	padding-left:15px;
	padding-right:15px;
	position:relative
}
.cms-page-view .column.main {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between
}
.cms-page-view .column.main>* {
	order:100
}
.cms-page-view .page-title-wrapper {
	margin-top:20px
}
.cms-page-view .h1 {
	margin-bottom:30px;
	line-height:3.2rem
}
.cms-build .hero--small h1 {
	font-size:3.4rem;
	font-weight:700;
	line-height:4.4rem
}
.cms-build .hero--small h3 {
	font-size:2.4rem;
	font-weight:700;
	line-height:2.8rem;
	margin:5px 0 25px
}
.cms-build .hero--small h1:first-child {
	padding:20px 0 0;
	margin-bottom:0
}
.cms-build .hero--small h1:last-of-type {
	margin-bottom:0
}
.cms-build .page-main {
	margin-top:0
}
.cms-product-list {
	margin-top:30px;
	margin-left:-15px;
	width:calc(100% + 30px)
}
.cms-slider>.cms-slide:not(:first-child) {
display:none
}
.cms-slider .cms-slide {
	display:block;
	height:430px
}
.cms-slider .cms-slide img {
	height:100%;
	object-fit:cover;
	object-poition:center center;
	width:100%
}
.callout {
	padding:0 20px 20px
}
.callout__icon {
	margin-bottom:5px
}
.callout__icon:before {
	font-size:66px
}
.callout__container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	position:relative
}
.callout__know {
	z-index:3
}
.callout__know .callout__content {
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:66.666%;
	position:absolute;
	right:auto;
	top:50%
}
.callout__know .callout__image {
	-webkit-flex-basis:66.666%;
	flex-basis:66.666%;
	width:66.666%
}
.callout__grow {
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	z-index:2
}
.callout__grow .callout__content {
	bottom:29%;
	left:auto;
	position:absolute;
	right:66.666%
}
.callout__grow .callout__image {
	-webkit-flex-basis:90%;
	flex-basis:90%;
	width:90%
}
.callout__smile {
	z-index:1
}
.callout__smile .callout__image {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.callout__smile .callout__content {
	bottom:40%;
	left:60%;
	position:absolute
}
.callout__content {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	max-width:120px;
	text-align:center
}
.callout__content h2 {
	margin:0;
	padding:0
}
.callout__content a {
	-webkit-tranistion:all 300ms ease-in;
	-moz-tranistion:all 300ms ease-in;
	-ms-tranistion:all 300ms ease-in;
	tranistion:all 300ms ease-in;
	background:linear-gradient(to bottom, transparent 0%, transparent 80%, #ffc022 80%, #ffc022 100%, transparent 100%, transparent 100%);
	color:#1e1e1e;
	font-size:1.4rem;
	line-height:2rem;
	letter-spacing:.25px
}
.callout__content a:focus, .callout__content a:hover {
	background:linear-gradient(to bottom, transparent 0%, transparent 72%, #ffc022 72%, #ffc022 95%, transparent 95%, transparent 100%)
}
.icon-know:before {
	color:#ffc022
}
.icon-grow:before {
	color:#6bd3dd
}
.icon-smile:before {
	color:#ff6e6e
}
.card {
	margin:0 -15px 20px;
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	padding:30px;
	background-position:center 10%;
	background-repeat:no-repeat;
	background-color:#fff
}
.card--know {
	background-image:url('../image/know-bubble.jpg')
}
.card--grow {
	background-image:url('../image/grow-bubble.jpg')
}
.card--smile {
	background-image:url('../image/smile-bubble.jpg')
}
.card [class^='icon'] {
margin:0 auto 23px;
text-align:center
}
.card .icon-know {
	font-size:9.4rem
}
.card .icon-grow {
	font-size:11rem
}
.card .icon-smile {
	font-size:12.5rem;
	margin-bottom:-15px
}
.card h2 {
	font-weight:700;
	margin:0 auto 10px;
	font-size:3.4rem;
	line-height:4.4rem;
	text-align:center
}
.card h2:before {
	font-size:9.4rem;
	display:block
}
.card p {
	color:rgba(0, 0, 0, 0.5);
	font-size:16px;
	line-height:2.4rem;
	letter-spacing:.5px
}
.hero {
	margin-bottom:40px;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.hero:last-child {
	margin-bottom:0
}
.hero--bordered {
	border:2px solid #ffc022;
	border-radius:20px;
	padding:35px 25px 20px;
	margin:0 auto;
	max-width:980px
}
.hero--small {
	margin-bottom:20px;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.hero--small--offset-right, .hero--small--offset-left {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.hero--small .cms-slide img, .hero--small .slick-slide img {
	border-radius:32px;
	overflow:hidden
}
.hero--small--background-left {
	position:relative
}
.hero--small--background-left:before {
	background:url('../image/hero-small-background.svg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	bottom:0;
	content:'';
	display:block;
	height:100%;
	left:-80px;
	position:absolute;
	top:0;
	width:100%
}
.hero--small .hero__container {
	min-height:345px
}
.hero--small .hero__container--left, .hero--small .hero__container--right {
	padding:0
}
.hero--small .hero__container--left .hero__content, .hero--small .hero__container--right .hero__content {
	bottom:25px;
	left:25px;
	max-width:280px;
	text-align:left;
	top:auto
}
.hero--small .hero__container .hero__image {
	border-radius:32px
}
.hero__container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	min-height:420px;
	position:relative
}
.hero__container a.button {
	color:rgba(255, 255, 255, 0.87);
	text-transform:capitalize
}
.hero__container a.button:hover {
	color:#1e1e1e
}
.hero__container--right {
	padding-right:20px;
	object-position:right
}
.hero__container--right .hero__content {
	left:auto;
	right:50px;
	text-align:right
}
.hero__container--right .hero__image {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.hero__container--right .hero__image img {
	object-position:right
}
.hero__container--left {
	padding-left:20px;
	object-position:left
}
.hero__container--left .hero__content {
	left:50px;
	right:auto
}
.hero__container--left .hero__image {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.hero__container--left .hero__image img {
	object-position:left
}
.hero__content {
	color:rgba(255, 255, 255, 0.87);
	position:absolute;
	top:75px
}
.hero__content [class*='icon'] {
color:#CD4390
}
.hero__content h3 {
	padding:0;
	margin:0 0 10px
}
.hero__content p {
	font-weight:700;
	margin:0 0 22px
}
.hero__image {
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	border-radius:32px;
	bottom:0;
	max-height:465px;
	overflow:hidden;
	top:0
}
.hero__image img {
	height:100%;
	object-fit:cover;
	width:100%
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.home-banner .banner-content {
max-width:430px
}
.home-banner .banner-content .content-text {
margin-bottom:6px;
font-size:1.8rem
}
.home-banner .banner-content .banner-title-head {
line-height:1.3;
margin-bottom:18px;
font-size:2.8rem
}
.home-banner .banner-content .action.primary.playlearn-cta-btn {
min-width:190px;
padding:19px 20px
}
.home-banner .banner-content .action.primary.playlearn-cta-btn a {
font-size:1.4rem
}
.your-wishlist-section .wishlist-content-section .wishlist-heading {
font-size:2.4rem;
margin-bottom:16px
}
.your-wishlist-section .wishlist-content-section .wishlist-text {
font-size:1.5rem;
margin-bottom:20px;
max-width:560px
}
.your-wishlist-section .wishlist-content-section .action.primary.playlearn-cta-btn {
padding:18px 20px;
min-width:198px
}
.your-wishlist-section .wishlist-content-section .action.primary.playlearn-cta-btn a {
font-size:1.4rem
}
.video-section .video-banner-icon::before {
width:76px;
height:76px
}
}
.filter.block {
	margin-bottom:0
}
.filter-title strong {
	border:1px solid #e3e3e3;
	font-weight:400;
	left:0;
	line-height:16px;
	position:absolute;
	text-align:center
}
.filter-title strong[data-count]:after {
	color:#fff;
	background:#ff5501;
	border-radius:2px;
	content:attr(data-count);
	display:inline-block;
	font-size:.8em;
	line-height:1;
	margin:0 5px;
	min-width:1em;
	padding:2px
}
.filter-title strong.disabled {
	opacity:.5
}
.filter .block-subtitle {
	border-bottom:1px solid #e3e3e3;
	font-size:2rem;
	font-weight:600;
	line-height:1em;
	padding:10px 10px 20px;
	font-family:'Montserrat-Bold'
}
.filter-subtitle {
	display:none
}
.filter-current {
	margin:0;
	transition:all 300ms ease-in
}
.filter-current .items {
	padding:5px 10px
}
.filter-current .item {
	padding-left:17px;
	position:relative;
	z-index:1
}
.filter .filter-current-subtitle {
	border:none;
	display:block;
	padding-bottom:21px;
	border-bottom:1px solid #e3e3e3
}
.filter-current .action.remove {
	left:-2px;
	position:absolute;
	top:-1px
}
.filter-actions {
	align-items:center;
	background-color:#ff6e6e;
	border-radius:30px;
	justify-content:center;
	max-width:108px;
	min-width:108px;
	padding:11.5px;
	position:absolute;
	right:12px;
	top:0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:25px
}
.filter-actions a {
	color:#fff;
	text-transform:uppercase;
	font-size:1.2rem
}
.filter-label {
	font-weight:700
}
.filter-label:after {
	content:': '
}
.filter-value {
	color:#CD4390
}
.filter-options {
	display:none;
	margin:0
}
.filter-options-item {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px
}
.filter-options-title {
	font-family:'Montserrat-Bold';
	text-transform:capitalize;
	font-size:1.6rem;
	display:block;
	text-decoration:none;
	cursor:pointer;
	margin:0;
	overflow:hidden;
	padding:10px 40px 0 10px;
	position:relative;
	word-break:break-all;
	z-index:1
}
.filter-options-title:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:13px;
	line-height:inherit;
	color:#CD4390;
	content:'\e622';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.filter-options-title:after {
	top:20px;
	transition:all 300ms ease-in;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #1e1e1e;
	content:'';
	position:absolute;
	right:13px
}
.filter-options-title:hover {
	color:#ffc022
}
.filter-options-title:hover:after {
	border-top:4px solid #ffc022
}
.active>.filter-options-title:after {
	transform:rotate(180deg)
}
.filter-options-content {
	margin:0;
	padding:10px
}
.filter-options-content .item {
	border-radius:30px;
	line-height:1.5em;
	margin:10px 0;
	padding:9.5px 12px 9.5px 23px
}
.filter-options-content .item:hover {
	background:#eef4f8
}
.filter-options-content .item:hover a, .filter-options-content .item:hover .count {
	color:#CD4390
}
.filter-options-content a {
	color:#1e1e1e
}
.filter-options-content .count {
	color:#1e1e1e;
	font-weight:300;
	padding-left:5px;
	padding-right:5px
}
.filter-options-content .count:before {
	content:'('
}
.filter-options-content .count:after {
	content:')'
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.filter-actions {
position:relative;
left:10px
}
}
.block.newsletter {
	margin-bottom:70px
}
.block.newsletter .content {
	padding:30px 20px;
	background:url('../image/newslater-bg-desktop.png') no-repeat;
	background-position:top;
	background-size:cover;
	border-radius:20px;
	height:296px;
	margin:0 auto;
	max-width:1680px;
	overflow:hidden;
	width:calc(100% - 40px)
}
.block.newsletter .form.subscribe {
	display:block;
	margin:0 auto;
	max-width:860px;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	width:100%
}
.block.newsletter .fieldset {
	display:table-cell;
	margin:0;
	padding:0;
	vertical-align:top
}
.block.newsletter .field {
	margin:0
}
.block.newsletter .field .control {
	display:block;
	text-align:center
}
.block.newsletter .input-container {
	display:inline-block;
	text-decoration:none;
	display:block;
	position:relative
}
.block.newsletter .input-container:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	line-height:32px;
	color:#aeaeae;
	content:'\e908';
	font-family:'playlearn-icons';
	margin:0 0 0 8px;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.block.newsletter .input-container:before {
	display:none
}
.block.newsletter input {
	border:none;
	margin-right:175px;
	padding:0 30px;
	width:calc(100% - 175px)
}
.block.newsletter .title {
	display:none
}
.block.newsletter .label {
	font-size:4rem;
	line-height:3.4rem;
	display:block;
	font-family:'Myriad Pro';
	letter-spacing:0;
	margin:0 0 30px;
	width:80%;
}
.block.newsletter .action.subscribe {
	background:#fe0000;
	border:1px solid #fe0000;
	min-width:145px;
	padding:16px 23px;
	position:absolute;
	right:0;
	top:0;
	white-space:nowrap
}
.swatch-attribute .swatch-attribute-options .swatch-attribute-label {
	display:inline-block;
	margin-bottom:5px
}
.swatch-attribute .swatch-attribute-options .swatch-option {
	border-radius:100%;
	height:40px;
	margin-right:13px;
	min-width:20px;
	width:40px
}
.swatch-attribute .swatch-attribute-options .swatch-option.color {
	border-radius:100%;
	height:40px;
	margin-right:13px;
	min-width:20px;
	width:40px
}
.swatch-attribute .swatch-attribute-options .swatch-option.text, .swatch-attribute .swatch-attribute-options .swatch-option.size, .swatch-attribute .swatch-attribute-options .swatch-option.manufacturer {
	background:#fff;
	color:#949494;
	color:#1e1e1e;
	font-size:1.4rem;
	border-radius:30px;
	font-weight:700;
	height:auto;
	line-height:20px;
	margin:0 10px 10px 0;
	min-width:22px;
	padding:5px 15px;
	width:auto
}
.swatch-attribute .swatch-attribute-options .swatch-option.text.selected, .swatch-attribute .swatch-attribute-options .swatch-option.size.selected, .swatch-attribute .swatch-attribute-options .swatch-option.manufacturer.selected {
	background-color:#fff !important;
	border:1px solid #000;
	color:#000;
	outline:none
}
.swatch-attribute-label {
	font-size:1.6rem;
	position:relative
}
.swatch-attribute-label.required {
	padding-right:10px
}
.swatch-attribute-label[data-required='1']:after {
	color:#1e1e1e;
	content:'*';
	font-size:14px;
	font-weight:700;
	position:absolute;
	right:-11px;
	top:-2px
}
.swatch-attribute-selected-option {
	display:none
}
.swatch-attribute-options {
	margin:0 0 10px
}
.swatch-attribute-options:focus {
	box-shadow:none
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
	color:#282828;
	bottom:-5px;
	height:20px;
	left:0;
	margin-bottom:10px;
	position:absolute;
	text-align:center;
	width:100%
}
.swatch-option {
	border:1px solid #cbcbcb;
	border-radius:6px;
	cursor:pointer;
	float:left;
	height:24px;
	margin:0 10px 5px 0;
	max-width:100%;
	min-width:24px;
	overflow:hidden;
	padding:1px 2px;
	position:relative;
	text-align:center;
	text-overflow:ellipsis
}
.swatch-option.color, .swatch-option.image {
	border-radius:100%;
	height:40px;
	margin-right:13px;
	min-width:20px;
	width:40px
}
.swatch-option.text, .swatch-option.size, .swatch-option.manufacturer {
	background:#fff;
	color:#949494;
	color:#1e1e1e;
	font-size:1.4rem;
	border-radius:30px;
	font-weight:700;
	height:auto;
	line-height:20px;
	margin:0 10px 10px 0;
	min-width:22px;
	padding:5px 15px;
	width:auto
}
.swatch-option.text.selected, .swatch-option.size.selected, .swatch-option.manufacturer.selected {
	background-color:#fff !important;
	border:1px solid #000;
	color:#000;
	outline:none
}
.swatch-option:focus {
	box-shadow:0 0 12px 0 rgba(101, 201, 211, 0.45)
}
.swatch-option.selected {
	border:1px solid #6bd3dd;
	color:#1e1e1e
}
.swatch-option:not(.disabled):hover {
border:1px solid #6bd3dd;
color:#1e1e1e
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
border:1px solid #6bd3dd
}
.swatch-option.disabled {
	box-shadow:unset;
	cursor:default;
	pointer-events:none
}
.swatch-option.disabled:after {
	background:-moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
	background:-ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
	background:-o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background:-webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
	background:linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
	bottom:0;
	content:'';
	filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
	left:0;
	position:absolute;
	right:0;
	top:0
}
.swatch-option-disabled {
	border:0;
	cursor:default;
	outline:none !important
}
.swatch-option-disabled:after {
	background:#e02b27;
	-webkit-transform:rotate(-30deg);
	-ms-transform:rotate(-30deg);
	transform:rotate(-30deg);
	content:'';
	height:2px;
	left:-4px;
	position:absolute;
	top:10px;
	width:42px;
	z-index:995
}
.swatch-option-loading {
	content:url('../image/loader-2.gif')
}
.swatch-option-tooltip {
	background:#fff;
	border:1px solid #cbcbcb;
	color:#949494;
	display:none;
	max-height:100%;
	min-height:20px;
	min-width:20px;
	padding:5px;
	position:absolute;
	text-align:center;
	z-index:999
}
.swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner {
	bottom:0;
	height:8px;
	left:40%;
	position:absolute
}
.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before, .swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after {
	border-style:solid;
	content:'';
	font-size:1px;
	height:0;
	position:relative;
	width:0
}
.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before {
	border-color:#adadad transparent transparent transparent;
	border-width:8px 8.5px 0 8.5px;
	left:0;
	top:2px
}
.swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after {
	border-color:#fff transparent transparent transparent;
	border-width:7px 7.5px 0 7.5px;
	left:-15px;
	top:1px
}
.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
	display:block;
	height:130px;
	margin:0 auto;
	width:130px
}
.swatch-option-tooltip-layered {
	background:#fff;
	border:1px solid #cbcbcb;
	color:#949494;
	display:none;
	left:-47px;
	position:absolute;
	width:140px;
	z-index:999
}
.swatch-option-tooltip .title {
	color:#282828;
	display:block;
	max-height:200px;
	min-height:20px;
	overflow:hidden;
	text-align:center
}
.swatch-option-link-layered {
	margin:0 !important;
	padding:0 !important;
	position:relative
}
.swatch-option-link-layered:focus>div {
	box-shadow:0 0 3px 1px #CD4390
}
.swatch-option-link-layered:hover>.swatch-option-tooltip-layered {
	display:block
}
.swatch-opt {
	margin:20px 0
}
.swatch-opt-listing {
	margin-bottom:10px
}
.swatch-more {
	display:inline-block;
	margin:2px 0;
	padding:2px;
	position:static;
	z-index:1
}
.swatch-visual-tooltip-layered {
	height:160px;
	top:-170px
}
.swatch-textual-tooltip-layered {
	height:30px;
	top:-40px
}
.swatch-input {
	left:-1000px;
	position:absolute;
	visibility:hidden
}
.clearfix:after {
	clear:both;
	content:'';
	display:block;
	height:0;
	visibility:hidden
}
.block-collapsible-nav .content {
	background:#fff
}
.block-collapsible-nav .item {
	margin:0;
	border-bottom:solid 1px #e3e3e3
}
.block-collapsible-nav .item:first-child {
	margin-top:5px
}
.block-collapsible-nav .item:last-child {
	border-bottom:none
}
.block-collapsible-nav .item a, .block-collapsible-nav .item>strong {
	display:block
}
.block-collapsible-nav .item a, .block-collapsible-nav .item a strong, .block-collapsible-nav .item>strong {
	text-decoration:none;
	font-size:2rem;
	letter-spacing:1px;
	line-height:2.4rem;
	font-weight:400;
	display:block;
	text-align:center;
	color:#1e1e1e;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	padding:15px 0 21px
}
.block-collapsible-nav .item a:hover, .block-collapsible-nav .item a strong:hover, .block-collapsible-nav .item>strong:hover {
	color:#CD4390
}
.block-collapsible-nav .item .delimiter {
	border-top:1px solid transparent;
	display:block;
	margin:10px 1.8rem
}
.subcategory-link-main-nav {
	display:none
}
.footer-modals-container {
	display:none
}
body {
	background-color:#FFF  
}
.page-wrapper {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	min-height:100vh;
	/*overflow:hidden*/
}
.page-main {
	-webkit-flex-grow:1;
	flex-grow:1
}
.page-main>.page-title-wrapper .page-title {
	font-family:'Montserrat-Bold';
	hyphens:auto;
	text-transform:capitalize
}
.color-divider {
	height:5px;
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.color-divider>* {
	-webkit-flex-basis:25%;
	flex-basis:25%;
	width:25%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.color-divider .red {
	background:#ff6e6e
}
.color-divider .yellow {
	background:#ffc022
}
.color-divider .blue {
	background:#CD4390
}
.color-divider .turquoise {
	background:#6bd3dd
}
.page-header {
/*	box-shadow:0 3px 10px #eee;*/
	position:fixed; top:0; z-index:8; width:100%;
}
.page-header:before {
	/*background:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);*/
	bottom:0;
	content:'';
	display:block;
	height:20px;
	position:absolute;
	width:100%
}
.page-header .panel.wrapper {
	background-color:#fff;
	color:#CD4390
}
.header-promo-banner {
	order:0;
	position:absolute;
	right:0;
	top:0
}
.header.links {
	margin:0;
	padding:0;
	list-style:none none;
	font-size:0;
	margin-left:auto;
	margin-right:20px
}
.header.links>li {
	display:inline-block;
	vertical-align:top
}
.header.links .account-link {
	border-radius:50%;
/*	box-shadow:0 0 5px #ccc;*/
	display:block;
	font-size:0;
	height:40px;
	margin-right:30px;
	padding:10px 0;
	text-align:center;
	border:#000 1px solid;
	width:40px
}
.header.links .account-link img {
	margin:0 auto
}
.header.links>li>a {
	color:#CD4390;
	text-decoration:none
}
.header.links>li>a:visited {
	color:#CD4390;
	text-decoration:none
}
.header.links>li>a:hover {
	color:#ff6e6e;
	text-decoration:underline
}
.header.links>li>a:active {
	color:#CD4390;
	text-decoration:underline
}
.header.links .truck_icon {
	display:none
}
.header.content {
	margin:0 auto;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items:center;
	max-width:1680px;
	padding:25px 20px;
	position:relative;
	width:100%;
	z-index:2
}
.header.content>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.header.content>.header-promo {
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	color:#ff6e6e;
	font-weight:600;
	margin:0 auto 30px;
	padding:15px 25px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	position:absolute;
	right:0;
	text-transform:uppercase;
	width:auto
}
.header.content>.header-promo__icon {
	color:#ff6e6e;
	font-weight:700;
	font-size:3.3rem;
	line-height:3.3rem;
	padding-right:15px
}
.header.content>.header-promo span {
	font-size:1.4rem;
	line-height:2rem;
	margin:0;
	padding:0
}
.header.content .logo {
	-webkit-flex-grow:1;
	flex-grow:1;
	-ms-flex-order:0;
	-webkit-order:0;
	order:0;
	max-width:none;
	padding:0 20px 0 0;
	width:230px;
	text-align:center
}
.header.content .logo img {
	display:block;
	height:auto;
	margin:0 auto;
	max-width:157px;
	width:100%
}
.header.content>.header.links {
	align-items:center;
	display:flex
}
.header.content>.minicart-wrapper {
	align-items:center;
	display:flex
}
.header.content>.block.block-search .field.search {
	position:relative
}
.header.content>.block.block-search .label {
	cursor:pointer;
	position:absolute;
	right:0px;
	top:-60px;
	z-index:5
}
.logo {
	position:relative;
	z-index:5
}
.page-print .logo {
	display:inline-block
}
.page-print .nav-toggle {
	display:none
}
.page-main>.page-title-wrapper .page-title+.action {
	margin-top:30px
}
.action.skip:focus {
	background:#f0f0f0;
	padding:10px;
	box-sizing:border-box;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:15
}
.action-skip-wrapper {
	height:0;
	position:relative
}
.message.global p {
	margin:0
}
.message.global.noscript, .message.global.cookie {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#ffee9c;
	border-color:#d6ca8e;
	color:#1e1e1e;
	margin:0
}
.message.global.noscript a, .message.global.cookie a {
	color:#CD4390
}
.message.global.noscript a:hover, .message.global.cookie a:hover {
	color:#ff6e6e
}
.message.global.noscript a:active, .message.global.cookie a:active {
	color:#ff5501
}
.message.global.cookie {
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	z-index:3
}
.message.global.cookie .actions {
	margin-top:10px
}
.message.global.demo {
	margin:0 0 10px;
	padding:12px 20px 12px 25px;
	display:block;
	font-size:1.3rem;
	background:#ff0101;
	border-color:none;
	color:#fff;
	margin-bottom:0;
	text-align:center
}
.message.global.demo a {
	color:#CD4390
}
.message.global.demo a:hover {
	color:#ff6e6e
}
.message.global.demo a:active {
	color:#ff5501
}
.customer-menu-container .header.links .service_icon, .customer-menu-container .header.links .truck_icon {
	display:none
}
.page-footer {
	margin-top:30px
}
.page-footer>.color-divider {
	display:none
}
.page-footer .footer.content {
	background:url('../image/BG.svg') #fff no-repeat;
	background-position:bottom;
	background-position:left bottom;
	background-size:contain;
	max-width:100%
}
.page-footer .footer.content .footer-container {
	margin:0 auto;
	max-width:1360px;
	width:100%
}
.footer-links {
	padding-left:30px;
	position:relative;
	width:calc((100% - 60px) / 4)
}
.footer-links:first-child {
	padding:0;
	border:0
}
.footer-links:first-child:before {
	display:none
}
.footer-links:before {
	content:'';
	height:210px;
	width:2px;
	background:#eef4f8;
	display:block;
	position:absolute;
	top:0;
	left:0
}
.footer-links-container {
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start;
	margin-bottom:30px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	border-bottom:2px solid #eef4f8;
	flex-wrap:wrap;
	margin:0 auto 40px;
	padding:40px 20px
}
.footer-links li {
	margin:0 0 0 0;
	list-style:none
}
.footer-links li.call {
	border-bottom:2px solid #eef4f8;
	margin-bottom:20px;
	padding-bottom:10px;
	display:flex
}
.footer-links li.call:before {
	background-size:100%;
	background:url('../image/phone-call-fill.svg') #fff no-repeat;
	content:'';
	display:block;
	height:20px;
	margin-right:15px;
	width:20px
}
.footer-links li.mail {
	display:flex;
	border-bottom:2px solid #eef4f8;
		margin-bottom:20px;
	padding-bottom:10px;
}
.footer-links li.mail:before {
	background-size:100%;
	background:url('../image/email.svg') #fff no-repeat;
	content:'';
	display:block;
	height:20px;
	margin-right:15px;
	width:20px
}
.footer-links li.add {
	display:flex;
}
.footer-links li.add:before {
	background:url('../image/add.png') #fff no-repeat;
	content:'';
	display:block;
	height:26px;
	margin-right:15px;
	width:42px
}
.footer-links .footer-links-title {
	color:#1e1e1e;
	font-weight: bold;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
	font-size:2.4rem;
	line-height:2.4rem;
	letter-spacing:.25px;
	margin-bottom:20px;
	font-family:'Myriad Pro'
}
.footer-links a {
	color:#1e1e1e;

}
.footer-links a:hover {
	color:#ff6e6e
}
.footer-links.inline a {
	margin-right:10px
}
.footer .logo {
	margin:0 auto;
	display:block;
	width:fit-content;
	max-width:420px
}
.footer.content {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.footer.content>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.footer.content .footer-social {
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	max-width:160px;
	min-width:110px;
	width:160px
}
.footer.content .footer-social>* {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.copyright {
	background-color:transparent;
	color:#1e1e1e;
	box-sizing:border-box;
	display:block;
	font-size:1.6rem;
	margin:0 20px;
	padding:0;
	text-align:center
}
.copyright a {
	color:#1e1e1e;
	margin-left:12px
}
.copyright a:hover {
	color:#ff6e6e
}
.page-header .switcher .options {
	display:inline-block;
	position:relative
}
.page-header .switcher .options:before, .page-header .switcher .options:after {
	content:'';
	display:table
}
.page-header .switcher .options:after {
	clear:both
}
.page-header .switcher .options .action.toggle {
	padding:0;
	cursor:pointer;
	display:inline-block;
	text-decoration:none
}
.page-header .switcher .options .action.toggle>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.page-header .switcher .options .action.toggle:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:10px;
	line-height:22px;
	color:inherit;
	content:'\e622';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.page-header .switcher .options .action.toggle:hover:after {
	color:inherit
}
.page-header .switcher .options .action.toggle:active:after {
	color:inherit
}
.page-header .switcher .options .action.toggle.active {
	display:inline-block;
	text-decoration:none
}
.page-header .switcher .options .action.toggle.active>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.page-header .switcher .options .action.toggle.active:after {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:10px;
	line-height:22px;
	color:inherit;
	content:'\e621';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.page-header .switcher .options .action.toggle.active:hover:after {
	color:inherit
}
.page-header .switcher .options .action.toggle.active:active:after {
	color:inherit
}
.page-header .switcher .options ul.dropdown {
	margin:0;
	padding:0;
	list-style:none none;
	background:#fff;
	border:none;
	margin-top:4px;
	min-width:160px;
	z-index:100;
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:100%
}
.page-header .switcher .options ul.dropdown li {
	margin:0;
	padding:0
}
.page-header .switcher .options ul.dropdown li:hover {
	background:#e8e8e8;
	cursor:pointer
}
.page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after {
	border-bottom-style:solid;
	content:'';
	display:block;
	height:0;
	position:absolute;
	width:0
}
.page-header .switcher .options ul.dropdown:before {
	border:6px solid;
	border-color:transparent transparent #fff transparent;
	z-index:99
}
.page-header .switcher .options ul.dropdown:after {
	border:7px solid;
	border-color:transparent transparent #bbb transparent;
	z-index:98
}
.page-header .switcher .options ul.dropdown:before {
	left:10px;
	top:-12px
}
.page-header .switcher .options ul.dropdown:after {
	left:9px;
	top:-14px
}
.page-header .switcher .options.active {
	overflow:visible
}
.page-header .switcher .options.active ul.dropdown {
	display:block
}
.page-header .switcher .options ul.dropdown a {
	color:#333;
	text-decoration:none;
	display:block;
	padding:8px
}
.page-header .switcher .options ul.dropdown a:visited {
	color:#333;
	text-decoration:none
}
.page-header .switcher .options ul.dropdown a:hover {
	color:#333;
	text-decoration:none
}
.page-header .switcher .options ul.dropdown a:active {
	color:#333;
	text-decoration:none
}
.page-header .switcher strong {
	font-weight:400
}
.page-header .switcher .options ul.dropdown {
	right:0
}
.page-header .switcher .options ul.dropdown:before {
	left:auto;
	right:10px
}
.page-header .switcher .options ul.dropdown:after {
	left:auto;
	right:9px
}
.sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) {
margin-bottom:40px
}
.widget {
	clear:both
}
.page-header .widget.block, .page-footer .widget.block {
	margin:20px 0
}
.page-header .links .widget.block, .page-footer .links .widget.block {
	margin:0
}
.ui-datepicker td {
	padding:0
}
.ui-tooltip {
	background:#fff;
	border:1px solid #bbb;
	padding:10px
}
.main .home-title {
	font-size:5rem;
	text-transform:capitalize;
	line-height:2.5;
	font-family:'Myriad Pro';	
	text-align:center;
	display:block
}
@media all and (max-width:1200px) {
.header.content .logo {
width:200px
}
.header.content .block.block-search {
margin:0 20px
}
.header.links .account-link {
margin-right:20px
}
}
@media all and (max-width:1024px) {
.header.content .logo {
padding:0 20px 0 30px;
width:calc(100% - 80px)
}
.header.content .header.links {
display:flex;
flex-wrap:wrap;
margin:20px 0
}
header .header.content>.header.links {
display:none
}
.customer-menu .customer-menu-container .header.links {
flex-direction:column;
margin:0
}
}
@media all and (min-width:1025px) {
.nav-sections {
margin-top:64px
}
.nav-sections .nav-sections-items {
-webkit-align-items:center;
-ms-align-items:center;
align-items:center;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
justify-content:center;
margin-top:0;
position:relative
}
.nav-sections .nav-sections-items .nav-sections-item-switch, .nav-sections .nav-sections-items .nav-sections-cms-link {
/*font-weight:400;*/
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in;
font-size:1.6rem;
line-height:2.4rem;
letter-spacing:.8px
}
.nav-sections .nav-sections-items .nav-sections-item-switch:hover, .nav-sections .nav-sections-items .nav-sections-cms-link:hover {
color:#ff6e6e
}
.nav-sections .nav-sections-items .nav-sections-item-switch.color-red, .nav-sections .nav-sections-items .nav-sections-cms-link.color-red {
color:color-red
}
.nav-sections .nav-sections-items .nav-sections-item-switch.color-red:hover, .nav-sections .nav-sections-items .nav-sections-cms-link.color-red:hover {
color:#ffc022
}
.nav-sections .nav-sections-items .section-item-title.store-menu {
background:transparent;
border:1px solid #CD4390;
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in;
border-radius:25px;
display:none;
height:50px;
line-height:48px;
overflow:hidden;
text-align:center;
width:80px;
z-index:2
}
.nav-sections .nav-sections-items .section-item-title.store-menu[aria-expanded='true'] {
background:#fff;
border-bottom-color:transparent;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-bottom:none
}
.nav-sections .nav-sections-items .nav-sections-item-switch {
display:block;
height:50px;
line-height:48px;
width:80px
}
.nav-sections .nav-sections-items .nav-sections-cms-link {
margin:0 0 0 30px
}
.nav-sections .nav-sections-items .navigation ul {
margin-bottom:23px;
padding:0 43px 0 12px
}
.nav-sections .nav-sections-items .navigation li {
display:block;
margin:0;
padding:23px 0 6px
}
.nav-sections .nav-sections-items .navigation li:last-child {
padding:23px 0 0
}
.nav-sections .nav-sections-items .navigation a {
color:#1e1e1e;
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in;
font-size:1.6rem;
line-height:2.4rem;
cursor:pointer;
letter-spacing:.5px;
white-space:nowrap
}
.nav-sections .nav-sections-items .navigation a:hover {
color:#CD4390
}
.nav-sections .section-item-content.store-menu-cms {
-webkit-align-items:center;
-ms-align-items:center;
align-items:center;
padding-top:0;
display:-webkit-flex !important;
display:-ms-flexbox !important;
display:flex !important;
justify-content:center
}
.nav-sections .store-menu.nav-sections-item-content {
background:#fff;
border:1px solid #CD4390;
box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
border-radius:0 8px 8px 8px;
display:none;
position:absolute;
top:49px;
z-index:1
}
}
.sidebar.sidebar-main .filter.block {
	margin-bottom:0
}
.filter-options-content ul.category_filter_custom {
	list-style:none;
	padding:0
}
.cat_list_custom {
	cursor:pointer
}
.category_filter .filter-options-title::after {
display:none
}
.category_filter .filter-options-title:hover {
	color:#1e1e1e
}
.product-item-info .product-badge .product-badge-inner {
	background-color:#6bd3dd
}
.catalog-product-view .product-badge .product-badge-inner {
	background-color:#6bd3dd
}
.catalog-product-view .product-badge {
	margin:10px 0;
	position:relative
}
.cms-container .your-wishlist-section:hover .wishlist-bg-images {
	transform:unset
}
.home-title {
	font-weight:700;
	text-transform:capitalize;
	line-height:1.3
}
.home-page-blog-head {
	display:flex;
	align-items:center;
	justify-content:space-between
}
.home-page-blog-head .home-title {
	margin:0
}
.home-page-blog-section {
	position:relative
}
.home-page-blog-section::before {
content:'';
height:100%;
left:calc(50%);
position:absolute;
top:0;
transform:translateX(-50%);
width:100vw;
z-index:-1
}
.action.primary.playlearn-cta-btn {
	border-radius:30px;
	border:none;
	background-color:#fff;
	padding:17px 20px;
	min-width:192px
}
.action.primary.playlearn-cta-btn a {
	font-size:1.6rem;
	text-transform:capitalize
}
.action.primary.playlearn-cta-btn:hover {
	border:none;
	background-color:#ff6e6e
}
.action.primary.playlearn-cta-btn:hover a {
	color:#fff
}
.blog-home {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	transition:all 350ms ease
}
.blog-home.slick-initialized {
	max-height:none;
	opacity:1
}
.blog-home .slick-track {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.blog-home .blog-post-list-item {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start;
	text-align:center
}
.blog-home .blog-post-item--image {
	border-radius:8px;
	height:235px;
	max-width:642px;
	position:relative;
	width:100%
}
.blog-home .blog-post-item--image img {
	border-radius:8px 8px 0 0;
	height:100%;
	object-fit:cover;
	object-position:center center;
	width:100%
}
.blog-home .blog-post-item--image .blog-post-date {
	align-items:center;
	background:#6bd3dd;
	border-radius:20px;
	bottom:-20px;
	display:flex;
	height:90px;
	justify-content:center;
	left:20px;
	padding:11px 27px;
	position:absolute;
	width:90px
}
.blog-home .blog-post-item--image .blog-post-date p {
	font-size:2.4rem;
	color:#fff;
	display:flex;
	font-weight:700;
	flex-direction:column
}
.blog-home .blog-post-item--image .blog-post-date p span {
	font-size:1.4rem;
	line-height:1.3;
	text-transform:capitalize
}
.blog-home .blog-more {
	padding-bottom:21px
}
.blog-home .short-description {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-weight:400;
	padding:5px 20px;
	font-size:1.6rem;
	display:-webkit-box;
	display:box;
	height:4.7rem;
	line-clamp:2;
	overflow:hidden;
	text-align:start
}
.wsnyc_blog-index-index .blog-author {
	margin:0 auto;
	text-align:center
}
.wsnyc_blog-post-view .page-wrapper, .wsnyc_blog-index-index .page-wrapper {
	background:url('../image/cms-background.svg');
	background-position:top;
	background-repeat:no-repeat;
	background-size:contain
}
.wsnyc_blog-post-view .page-main, .wsnyc_blog-index-index .page-main {
	padding-left:15px;
	padding-right:15px
}
.wsnyc_blog-post-view .column.main, .wsnyc_blog-index-index .column.main {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.wsnyc_blog-post-view .column.main>*, .wsnyc_blog-index-index .column.main>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	order:100
}
.wsnyc_blog-post-view .column.main .blog-post-title, .wsnyc_blog-index-index .column.main .blog-post-title {
	order:0
}
.wsnyc_blog-post-view .column.main .blog-post-tags, .wsnyc_blog-index-index .column.main .blog-post-tags {
	order:10
}
.wsnyc_blog-post-view .tags-container, .wsnyc_blog-index-index .tags-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	margin:5px -10px 20px
}
.wsnyc_blog-post-view .tags-container>*, .wsnyc_blog-index-index .tags-container>* {
	-webkit-flex-basis:115px;
	flex-basis:115px;
	width:115px;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.wsnyc_blog-post-view .tags-container .button.action, .wsnyc_blog-index-index .tags-container .button.action {
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:auto;
	-webkit-flex-shrink:0;
	flex-shrink:0;
	min-width:100px;
	margin:0 10px 15px;
	padding:16px 23px
}
h1.blog-post-title {
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	padding-top:20px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:2.4rem;
	display:inline-block;
	text-decoration:none;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	line-height:2.8rem;
	margin:0 auto;
	padding-bottom:15px;
	text-align:center;
	width:100%
}
h1.blog-post-title:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:24px;
	line-height:inherit;
	color:#ffc022;
	content:'\e905';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
h1.blog-single-post-title {
	font-size:3.4rem;
	font-weight:700;
	line-height:4.4rem
}
.blog-post-item-title {
	font-size:1.6rem;
	letter-spacing:.5px;
	line-height:2.4rem;
	text-align:start;
	margin:40px 0 8px 0;
	font-family:'Montserrat-Bold';
	padding:0 20px 0
}
.blog-post-item-title a {
	color:#1e1e1e
}
.blog-created {
	color:rgba(0, 0, 0, 0.5);
	font-size:14px;
	line-height:2rem;
	margin:0 auto;
	padding:0 0 15px;
	text-align:center
}
.blog-more {
	text-align:center
}
.blog-more a {
	-webkit-tranistion:all 300ms ease-in;
	-moz-tranistion:all 300ms ease-in;
	-ms-tranistion:all 300ms ease-in;
	tranistion:all 300ms ease-in;
	background:linear-gradient(to bottom, transparent 0%, transparent 80%, #ffc022 80%, #ffc022 100%, transparent 100%, transparent 100%);
	color:#1e1e1e;
	font-size:1.4rem;
	line-height:2rem;
	letter-spacing:.25px
}
.blog-more a:focus, .blog-more a:hover {
	background:linear-gradient(to bottom, transparent 0%, transparent 72%, #ffc022 72%, #ffc022 95%, transparent 95%, transparent 100%)
}
.blog-post-list {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.blog-post-list>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-ms-flex-order:100;
	-webkit-order:100;
	order:100
}
.blog-post-list .blog-post-list-item {
	border-bottom:none;
	margin-bottom:10px
}
.blog-post-list .blog-post-item-metadata, .blog-post-list .blog-post-list {
	margin:0;
	padding:0
}
.blog-post-list .blog-post-item--image {
	border-radius:23px;
	overflow:hidden;
	padding:0
}
.blog-post-list .blog-post-item--image img {
	height:200px;
	max-height:200px;
	max-width:100%;
	object-fit:cover;
	object-position:center;
	width:100%
}
.blog-post-list .metadata-item {
	margin:0
}
.blog_post-toolbar .limiter {
	display:none
}
.blog_post-toolbar .toolbar-amount {
	display:none
}
.blog_post-toolbar .pages {
	margin:0 auto
}
.blog_post-toolbar .pages .pages-items {
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center
}
.blog_post-toolbar .pages .pages-items strong.page {
	font-weight:400
}
.blog_post-toolbar .pages .pages-items .page {
	background-color:#fff;
	font-size:1.4rem;
	border:none;
	border-radius:6px;
	box-shadow:0 2px 12px 0 rgba(45, 130, 198, 0.67)
}
.blog_post-toolbar .pages .action.next, .blog_post-toolbar .pages .action.previous {
	background:none;
	border:none;
	box-shadow:none
}
.blog_post-toolbar .pages .action.next:before, .blog_post-toolbar .pages .action.previous:before {
	color:#1e1e1e;
	margin-top:3px
}
.blog_post-toolbar .pages .action.next {
	margin-left:15px
}
.blog_post-toolbar .pages .action.previous {
	margin-right:15px
}
.wsnyc_blog-post-view .blog-post-item .blog-created {
	display:block;
	padding:0 0 8px;
	text-align:left
}
.wsnyc_blog-post-view .blog-post-item .blog-single-post-title {
	margin:10px 0 5px
}
.wsnyc_blog-post-view .blog-post-item .blog-single-post-image {
	margin-bottom:40px;
	border-radius:8px;
	overflow:hidden
}
.wsnyc_blog-post-view .blog-post-item .blog-single-post-image img {
	display:block;
	height:auto;
	margin-bottom:0;
	max-height:450px;
	max-width:100%;
	min-height:450px;
	object-fit:cover;
	object-position:center;
	width:100%
}
.wsnyc_blog-post-view h2 {
	font-weight:700;
	margin:0 auto 40px;
	padding:0 20px;
	font-size:2.4rem;
	line-height:2.8rem;
	text-align:center
}
.wsnyc_blog-post-view .column.main p {
	color:rgba(0, 0, 0, 0.5);
	font-size:2rem;
	line-height:3.4rem;
	margin-bottom:15px
}
.wsnyc_blog-post-view .blog-large {
	color:#1e1e1e;
	font-weight:700;
	margin-bottom:20px;
	font-size:2.4rem;
	line-height:3.2rem
}
.wsnyc_blog-post-view .callout {
	box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
	color:#1e1e1e;
	font-weight:700;
	margin:40px auto 30px;
	padding:40px 20px;
	font-size:2.4rem;
	line-height:3.2rem;
	background-image:url('../image/blog-callout-background.svg');
	background-repeat:no-repeat;
	border-radius:24px
}
.wsnyc_blog-post-view .blog-left, .wsnyc_blog-post-view .blog-right {
	margin-bottom:20px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.wsnyc_blog-post-view .blog-left>*, .wsnyc_blog-post-view .blog-right>* {
	-webkit-flex-basis:100%;
	flex-basis:100%;
	width:100%
}
.wsnyc_blog-post-view .blog-left .blog-image, .wsnyc_blog-post-view .blog-right .blog-image {
	margin-bottom:25px;
	border-radius:8px;
	overflow:hidden
}
.wsnyc_blog-post-view .blog-left .blog-image img, .wsnyc_blog-post-view .blog-right .blog-image img {
	width:100%
}
.wsnyc_blog-post-view .blog-left .blog-image {
	order:10
}
.wsnyc_blog-post-view .blog-left .blog-content {
	order:20
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.home-page-blog-head .home-title {
font-size:2.7rem
}
.blog-home .blog-post-item--image .blog-post-date {
height:75px;
width:75px
}
.blog-home .blog-post-item--image .blog-post-date p {
font-size:1.7rem
}
.blog-home .blog-post-item--image .blog-post-date p span {
font-size:1.1rem
}
.blog-home .blog-post-list-item {
max-width:642px;
width:48%
}
.blog-home .blog-post-item-title, .blog-home .short-description {
font-size:1.5rem
}
.blog-home .short-description {
line-height:1.5;
padding-bottom:20px
}
}
@media only screen and (min-width:1480px) {
.widget.block .home-page-blog-section {
padding-top:21rem
}
}
@media only screen and (min-width:1280px) {
.widget .home-page-blog-section {
padding-top:16rem
}
}
.block-banners .banner-item, .block-banners-inline .banner-item {
	display:block
}
.block-banners .banner-item-content, .block-banners-inline .banner-item-content {
	margin-bottom:20px
}
.block-banners .banner-item-content img, .block-banners-inline .banner-item-content img {
	display:block;
	margin:0 auto
}
.columns .block-event {
	position:relative;
	z-index:2
}
.block-event .block-content {
	position:relative
}
.block-event .block-content>.action {
	cursor:pointer;
	margin-top:-6px;
	position:absolute;
	top:50%;
	z-index:3
}
.block-event .block-content>.action.backward, .block-event .block-content>.action.forward {
	opacity:.5;
	overflow:hidden;
	width:20px;
	display:inline-block;
	text-decoration:none
}
.block-event .block-content>.action.backward>span, .block-event .block-content>.action.forward>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.block-event .block-content>.action.backward:before, .block-event .block-content>.action.forward:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:55px;
	line-height:30px;
	color:#CD4390;
	content:'\e617';
	font-family:'playlearn-icons';
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.block-event .block-content>.action.backward:before, .block-event .block-content>.action.forward:before {
	margin-left:-15px
}
.block-event .block-content>.action.backward {
	left:0
}
.block-event .block-content>.action.forward {
	right:0
}
.block-event .block-content>.action.forward:before {
	content:'\e608'
}
.block-event .block-content>.action.forward:before {
	margin-left:-20px
}
.block-event .block-content>.action.inactive {
	cursor:default;
	display:none
}
.block-event .block-content>.action:hover {
	opacity:1
}
.block-event .slider-panel {
	overflow:hidden;
	position:relative;
	z-index:2
}
.block-event .slider-panel .slider {
	white-space:nowrap
}
.block-event .slider-panel .slider .item {
	background:#f0f0f0;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	white-space:normal;
	width:16.35%
}
.sidebar-main .block-event .slider-panel .slider .item, .sidebar-additional .block-event .slider-panel .slider .item {
	width:100%
}
.block-event .slider-panel .slider .item img {
	max-width:100%
}
.block-event .slider-panel .slider .item .category-name {
	display:inline-block;
	font-size:1.8rem;
	padding:15px 5px 0;
	word-break:break-all
}
.block-event .slider-panel .slider .item .ticker {
	margin:0;
	padding:0;
	list-style:none none
}
.block-event .slider-panel .slider .item .ticker li {
	display:none;
	margin:0 5px
}
.block-event .slider-panel .slider .item .ticker .value {
	font-size:2.6rem;
	font-weight:300
}
.block-event .slider-panel .slider .item .ticker .label {
	display:block;
	font-size:1.3rem
}
.block-event .slider-panel .slider .item .dates {
	font-weight:300
}
.block-event .slider-panel .slider .item .dates .start, .block-event .slider-panel .slider .item .dates .end, .block-event .slider-panel .slider .item .dates .date {
	display:block
}
.block-event .slider-panel .slider .item .dates .start:after {
	font-size:1.8rem;
	content:'\2013';
	display:block
}
.block-event .slider-panel .slider .item .dates .date {
	font-size:1.8rem;
	font-weight:300
}
.block-event .slider-panel .slider .item .dates .time {
	font-size:1.3rem
}
.block-event .slider-panel .slider .item .box-event .box-content {
	padding:5px 0 10px
}
.block-event .slider-panel .slider .item .box-event .box-title {
	display:block;
	font-weight:300;
	margin:10px 0 0
}
.block-event .slider-panel .slider .item .action.show {
	display:block;
	padding:0
}
.block-event .slider-panel .slider .item .action.show .category.name {
	display:inline-block;
	padding:30px 10px 0
}
.block-event .slider-panel .slider .item .action.show img {
	display:block
}
.block-event .slider-panel .slider .item .action.event {
	background-image:none;
	background:#ff6e6e;
	border:1px solid #ff6e6e;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:700;
	padding:12px 23px;
	font-size:1.6rem;
	box-sizing:border-box;
	vertical-align:middle;
	margin-top:15px
}
.block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
	background:#ffc022;
	border:1px solid #ff7070;
	color:#fff
}
.block-event .slider-panel .slider .item .action.event:hover {
	background:#ff7070;
	border:1px solid #ff7070;
	color:#fff
}
.block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled], fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
	opacity:.5;
	cursor:default;
	pointer-events:none
}
.block-event .slider-panel .slider .item .action.event:hover {
	text-decoration:none
}
.block-static-block.widget, .block-cms-link.widget {
	margin-bottom:20px
}
.links .block-static-block.widget, .links .block-cms-link.widget {
	margin-bottom:0
}
.block-cms-link-inline.widget {
	margin:0
}
.block-wishlist-search .form-wishlist-search {
	margin:17px 0 0
}
.block-cms-hierarchy-link.widget {
	display:block;
	margin-bottom:20px
}
.block-cms-hierarchy-link-inline.widget {
	margin:0
}
.sidebar .block-addbysku .fieldset {
	margin:0
}
.sidebar .block-addbysku .fieldset .fields {
	position:relative
}
.sidebar .block-addbysku .fieldset .fields .field {
	display:inline-block;
	margin-bottom:10px;
	vertical-align:top
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
	margin-right:-85px;
	padding-right:90px;
	width:100%
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {
	width:80px
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
	position:absolute;
	right:0;
	top:7px
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
	margin-bottom:20px
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
	text-align:left
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
	width:auto
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
	float:none;
	text-align:left
}
.sidebar .block-addbysku .action.add {
	display:inline-block;
	text-decoration:none;
	line-height:normal;
	padding:4px;
	width:auto
}
.sidebar .block-addbysku .action.add>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sidebar .block-addbysku .action.add:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	line-height:inherit;
	color:inherit;
	content:'\e61c';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.sidebar .block-addbysku .action.add:hover:before {
	color:inherit
}
.sidebar .block-addbysku .action.add:active:before {
	color:inherit
}
.sidebar .block-addbysku .action.links {
	display:inline-block;
	margin:20px 0 0
}
.sidebar .block-addbysku .action.reset {
	display:block;
	margin:10px 0
}
.sidebar .block-addbysku .action.remove {
	display:inline-block;
	background-image:none;
	background:none;
	-moz-box-sizing:content-box;
	border:0;
	box-shadow:none;
	line-height:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	font-weight:400
}
.sidebar .block-addbysku .action.remove>span {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sidebar .block-addbysku .action.remove:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:12px;
	line-height:inherit;
	color:#999;
	content:'\e616';
	font-family:'playlearn-icons';
	margin:0;
	vertical-align:top;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
	speak:none;
	text-align:center
}
.sidebar .block-addbysku .action.remove:hover:before {
	color:inherit
}
.sidebar .block-addbysku .action.remove:active:before {
	color:inherit
}
.sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
	background:none;
	border:none
}
.sidebar .block-addbysku .action.remove:hover {
	background:none;
	border:none
}
.sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled], fieldset[disabled] .sidebar .block-addbysku .action.remove {
	pointer-events:none;
	opacity:.5
}
.block-product-link.widget, .block-category-link.widget {
	display:block;
	margin-bottom:20px
}
.block-product-link-inline.widget {
	margin:0
}
.block.widget .product-item-info {
	width:auto
}
.block.widget .pager {
	padding:0
}
.block.widget .pager .toolbar-amount {
	float:none;
	font-size:1.2rem
}
.block.widget .pager .pages-item-previous {
	padding-left:0
}
.block.widget .pager .pages-item-next {
	position:relative
}
.block.widget .pager .items {
	white-space:nowrap
}
.block-products-list.bestseller {
	/*background:transparent linear-gradient(180deg, #fff 0%, #eef4f8 100%) 0% 0% no-repeat padding-box;*/
	padding-bottom:60px
}
.cms-index-index .page-main {
	max-width:100%;
	padding:0
}
.fix-container {
	margin:0 auto;
	max-width:1709px;
}
.bestseller .block-title {
	margin:0px auto 0px;
	font-family:'Myriad Pro'
}
.bestseller .block-content .grid {
	margin-left:-10px;
	margin-right:-10px
}
.bestseller .block-content .grid .product-items {
	flex-wrap:nowrap
}
.divider-w {
	margin-bottom:6rem
}
@media only screen and (max-width:1024px) {
.navigation {
padding:0
}
.navigation li.level0 {
border:none
}
.navigation li.level0.last:last-child {
border-bottom:none
}
.navigation .parent .level-top {
position:relative;
display:block;
text-decoration:none
}
.navigation .parent .level-top:after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:42px;
line-height:inherit;
color:#CD4390;
content:'\e622';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.navigation .parent .level-top:after {
position:absolute;
right:7px;
top:-8px
}
.navigation .parent .level-top.ui-state-active:after {
content:'\e621'
}
.nav-before-open .nav-sections {
display:block;
height:100%;
left:0;
max-height:100%;
max-width:600px;
overflow-y:auto;
position:fixed;
top:0;
width:100%
}
.nav-before-open.nav-open .nav-sections {
opacity:1
}
.nav-sections {
-webkit-overflow-scrolling:touch;
background:#fff;
box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
margin-left:25px;
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in;
border-radius:8px;
display:none;
left:25px;
max-width:345px;
opacity:0;
position:absolute;
top:118px;
width:calc(100% - 53px);
z-index:99
}
.nav-sections .switcher {
border-top:1px solid #d1d1d1;
font-size:1.6rem;
font-weight:700;
margin:0;
padding:.8rem 3.5rem .8rem 2rem
}
.nav-sections .switcher .label {
display:block;
margin-bottom:5px
}
.nav-sections .switcher:last-child {
border-bottom:1px solid #d1d1d1
}
.nav-sections .switcher-trigger strong {
position:relative;
display:block;
text-decoration:none
}
.nav-sections .switcher-trigger strong:after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:42px;
line-height:inherit;
color:#CD4390;
content:'\e622';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.nav-sections .switcher-trigger strong:after {
position:absolute;
right:-40px;
top:-16px
}
.nav-sections .switcher-trigger.active strong:after {
content:'\e621'
}
.nav-sections .switcher-dropdown {
margin:0;
padding:0;
list-style:none none;
display:none;
padding:10px 0
}
.nav-sections .switcher-options.active .switcher-dropdown {
display:block
}
.nav-sections .header.links {
margin:0;
padding:0;
list-style:none none
}
.nav-sections .header.links li {
display:block;
font-size:1.4rem;
font-weight:600;
margin:10px 20px 10px 0
}
.nav-sections .header.links li.customer-welcome {
padding:0;
width:100%
}
.nav-sections .header.links a, .nav-sections .header.links a:hover {
color:#CD4390;
display:block
}
.nav-sections .header.links .header.links {
border:0
}
.nav-sections.sections .megamenucategories {
left:0;
max-height:100%;
max-width:600px;
min-width:auto;
overflow-y:auto;
position:fixed;
top:0;
width:100%
}
.nav-sections.sections .megamenucategories .subcat {
background:#eef4f8;
border-radius:30px;
height:40px;
margin:5px 5px;
max-width:100%;
padding:0 24px;
text-align:left;
width:100%;
line-height:28px
}
.nav-sections.sections .megamenucategories .subcat img {
display:none
}
.nav-sections.sections .megamenucategories .menucategory-name {
font-size:1.8rem
}
.nav-sections .store-menu-cms .nav-sections-cms-link {
font-size:2rem;
border-bottom:1px solid #eef4f8;
padding:20px 0
}
.nav-sections .store-menu-cms .nav-sections-cms-link.parent::after {
border-top:6px solid transparent;
border-left:6px solid #1e1e1e;
border-bottom:6px solid transparent;
top:22px
}
.nav-sections-items {
padding:10px 20px 14px 20px;
position:relative;
z-index:1
}
.nav-sections-items:before, .nav-sections-items:after {
content:'';
display:table
}
.nav-sections-items:after {
clear:both
}
.nav-sections-item-title {
box-sizing:border-box;
text-align:left
}
.nav-sections-item-title span, .nav-sections-item-title a {
-webkit-align-items:center;
-ms-align-items:center;
align-items:center;
color:#1e1e1e;
font-weight:700;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
font-size:1.4rem;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;
justify-content:space-between;
line-height:1.8rem;
letter-spacing:.5px;
padding:22px 0 9px;
width:100%
}
.nav-sections-item-title span:active, .nav-sections-item-title a:active, .nav-sections-item-title span:focus .nav-sections-item-title span:visited, .nav-sections-item-title span:focus .nav-sections-item-title a:visited, .nav-sections-item-title a:focus .nav-sections-item-title span:visited, .nav-sections-item-title a:focus .nav-sections-item-title a:visited, .nav-sections-item-title span:hover, .nav-sections-item-title a:hover {
text-decoration:none
}
.nav-sections-item-title .nav-sections-item-switch {
display:inline-block;
text-decoration:none;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;
justify-content:space-between;
-webkit-align-items:center;
-ms-align-items:center;
align-items:center
}
.nav-sections-item-title .nav-sections-item-switch:after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:12px;
line-height:inherit;
color:#CD4390;
content:'\e622';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.nav-sections-item-title .nav-sections-item-switch:after {
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in
}
.nav-sections-item-title[aria-expanded='true'] .nav-sections-item-switch:after {
transform:rotate(180deg)
}
.nav-sections-item-content {
box-sizing:border-box;
width:100%
}
.nav-sections-item-content.active {
display:block
}
.nav-sections-item-content.store-account-links {
display:block !important
}
.nav-close {
display:block
}
.nav-close:after {
font-weight:300;
font-size:6rem;
color:#ff6e6e;
content:'+';
display:block;
height:60px;
text-align:left;
transform:rotate(45deg);
width:60px
}
.submenu-header {
display:flex;
padding:15px 15px 15px 0
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-size:2rem;
    /* font-weight: 700; */
    line-height:3.6rem;
}
.columns .column.main {
    padding-bottom:0px;
}
.submenu-header .nav-left::before {
background:url('../image/nav-left.svg') no-repeat left;
background-size:100%;
content:'';
display:block;
height:30px;
width:60px
}
.submenu-header .cat-title {
font-size:24px;
margin-left:20px
}
.subcategories ul .subcat {
width:calc((100% / 4) - 30px)
}
.navigation {
box-sizing:border-box
}
.navigation ul {
margin:0;
padding:0
}
.navigation li {
margin:0
}
.navigation a {
display:block;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0
}
.navigation a, .navigation a:hover {
color:#CD4390
}
.navigation .level0 {
font-size:1.4rem
}
.navigation .level0>.level-top {
background:transparent;
font-weight:600;
line-height:24px;
padding:24px 0 4px 25px;
word-wrap:break-word
}
.navigation .level0>.level-top:hover {
color:#333
}
.navigation .level0.active .all-category .ui-state-focus {
background:transparent;
border-width:0;
color:#CD4390;
padding-left:15px;
display:inline-block
}
.navigation .level0>.level1 {
font-weight:600
}
.navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active) {
background:transparent;
border-width:0;
color:#CD4390
}
.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
margin-left:0
}
.navigation .submenu>li {
word-wrap:break-word
}
.navigation .submenu>li>a:hover {
color:#333
}
.navigation .submenu:not(:first-child) {
font-size:14px;
font-weight:400;
line-height:24px;
left:auto !important;
overflow-x:hidden;
padding:0;
position:relative;
top:auto !important;
transition:left .3s ease-out
}
.navigation .submenu:not(:first-child)>li>a {
padding-left:15px
}
.navigation .submenu:not(:first-child)>li:last-child {
margin-bottom:0
}
.navigation .submenu:not(:first-child) ul {
display:block;
padding-left:0
}
.navigation .submenu:not(:first-child) ul>li {
margin:0
}
.navigation .submenu:not(:first-child) ul>li a {
color:#CD4390;
display:block;
line-height:normal
}
.navigation .submenu:not(:first-child) ul>li a:hover {
color:#333
}
.navigation .submenu:not(:first-child).expanded {
display:block !important;
padding-right:0;
top:0 !important
}
.navigation .submenu:not(:first-child) .active>a {
border-style:none;
border-width:0;
color:#CD4390;
padding-left:15px
}
.navigation .submenu:not(:first-child) .level1.active>a {
padding-left:15px
}
.field-tooltip .field-tooltip-content {
right:-10px;
top:40px;
left:auto
}
}
@media only screen and (max-width:1023px) {
.table-wrapper {
border-top:0 none transparent;
overflow-x:auto;
overflow-y:hidden;
width:100%;
-ms-overflow-style:-ms-autohiding-scrollbar;
-webkit-overflow-scrolling:touch;
position:relative
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items) {
border:none;
display:block
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>thead>tr>th {
display:none
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody {
display:block
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;
justify-content:space-between;
border-radius:24px;
overflow:hidden;
box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
margin-bottom:20px;
padding:20px 10px 20px 30px
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr>* {
-webkit-flex-basis:50%;
flex-basis:50%;
width:50%;
box-sizing:border-box;
margin:0;
padding:0;
-ms-flex-order:100;
-webkit-order:100;
order:100
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr th {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
padding:10px
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr td>*, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr th>* {
-webkit-flex-basis:100%;
flex-basis:100%;
width:100%;
box-sizing:border-box;
margin:0;
padding:0;
-ms-flex-order:100;
-webkit-order:100;
order:100
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr td.actions, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr th.actions {
-webkit-flex-basis:100%;
flex-basis:100%;
width:100%;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr td.actions>*, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr th.actions>* {
-webkit-flex-basis:auto;
flex-basis:auto;
width:auto;
box-sizing:border-box;
margin:0;
padding:0;
-ms-flex-order:100;
-webkit-order:100;
order:100
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr td[data-th]:before, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr th[data-th]:before {
padding-right:10px;
content:attr(data-th);
color:rgba(0, 0, 0, 0.5);
font-style:normal;
font-weight:400;
line-height:20px
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items)>tbody>tr>th {
background-color:#f6f6f6
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items) tbody>tr>td.col.qty {
text-align:left
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison):not(.table-order-items).additional-attributes tbody td:last-child {
border:none;
padding:0 0 5px
}
.table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
display:block
}
.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
padding-top:20px
}
.data-table-definition-list thead {
display:none
}
.data-table-definition-list tbody th {
padding-bottom:0
}
.data-table-definition-list tbody th, .data-table-definition-list tbody td {
display:block;
padding-left:0;
padding-right:0
}
.custom-slide {
min-width:0;
position:fixed;
visibility:hidden;
opacity:0;
-webkit-transition:visibility 0s .3s, opacity .3s ease;
transition:visibility 0s .3s, opacity .3s ease;
left:0;
right:0;
top:0;
bottom:0;
z-index:900
}
.custom-slide._show {
visibility:visible;
opacity:1;
-webkit-transition:opacity .3s ease;
transition:opacity .3s ease
}
.custom-slide._show .modal-inner-wrap {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
.custom-slide .modal-inner-wrap {
background-color:#fff;
box-shadow:0 0 12px 2px rgba(0, 0, 0, 0.35);
opacity:1;
pointer-events:auto
}
.custom-slide._show .modal-inner-wrap {
-webkit-transform:translateX(0);
transform:translateX(0)
}
.custom-slide .modal-inner-wrap {
height:auto;
overflow-y:auto;
position:absolute;
width:auto;
top:10px;
bottom:auto;
left:10px;
right:10px;
border-radius:4px
}
.custom-slide._show {
-webkit-overflow-scrolling:touch;
overflow-x:hidden;
overflow-y:auto
}
.custom-slide .modal-inner-wrap {
background-color:#fff;
box-sizing:border-box;
height:auto;
min-height:100%
}
body._has-modal-custom {
height:100vh;
overflow:hidden;
width:100vw
}
body._has-modal-custom .modal-custom-overlay {
background-color:rgba(51, 51, 51, 0.55)
}
.modal-popup {
pointer-events:auto
}
.modal-popup.modal-slide .modal-inner-wrap[class] {
background-color:#fff
}
.modal-popup.modal-slide._inner-scroll._show {
-webkit-overflow-scrolling:touch;
overflow-y:auto
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
height:auto;
min-height:100%
}
.modal-popup .modal-title {
font-size:14px;
font-weight:700
}
.checkout-index-index .page-header {
z-index:1
}
.checkout-index-index .page-header .header.content .minicart-wrapper, .checkout-index-index .page-header .header.content .header.links, .checkout-index-index .page-header .header.content .block.block-search {
display:none
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
width:100%
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
margin-top:20px
}
.field-tooltip .field-tooltip-content {
right:-10px;
top:40px;
left:auto
}
.checkout-payment-method .payment-method-title {
padding:15px 0
}
.checkout-payment-method .payment-method-content {
padding:0 0 20px
}
.checkout-payment-method .checkout-billing-address .action-cancel {
margin-top:10px
}
.checkout-payment-method .payment-option {
margin:0 -15px
}
.checkout-payment-method .payment-option .payment-option-title {
padding:15px
}
.checkout-payment-method .payment-option .payment-option-content {
padding:0 15px 20px
}
.account .column.main, .account .sidebar-additional {
margin:0;
padding:0
}
.account .sidebar-main .account-nav {
margin-bottom:0
}
.account td.actions {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;
justify-content:space-between
}
.account td.actions .action.primary {
padding:12px 23px !important
}
.customer-address-form .form-address-edit>.fieldset {
float:none;
width:100%
}
.customer-address-form .actions-toolbar .primary {
margin:0 auto 20px;
width:100%;
text-align:center
}
.account.sales-order-history .table-order-items.history thead {
display:none
}
.account.sales-order-history .table-order-items.history tr {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
border-radius:24px;
box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
padding:20px 24px 20px 34px;
margin-bottom:25px
}
.account.sales-order-history .table-order-items.history tr>* {
-webkit-flex-basis:50%;
flex-basis:50%;
width:50%;
box-sizing:border-box;
margin:0;
padding:0;
-ms-flex-order:100;
-webkit-order:100;
order:100
}
.account.sales-order-history .table-order-items.history tr td {
font-size:1.6rem;
letter-spacing:0.15px;
line-height:2.2rem;
margin-bottom:25px
}
.account.sales-order-history .table-order-items.history tr td:before {
content:attr(data-th);
display:block;
color:rgba(0, 0, 0, 0.5);
font-size:1.4rem;
letter-spacing:0.25px;
line-height:2rem
}
.account.sales-order-history .table-order-items.history tr td.col.actions {
-webkit-flex-basis:100%;
flex-basis:100%;
width:100%;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;
justify-content:space-between;
margin-bottom:10px
}
.account.sales-order-history .table-order-items.history tr td.col.actions>* {
-webkit-flex-basis:auto;
flex-basis:auto;
width:auto;
box-sizing:border-box;
margin:0;
padding:0;
-ms-flex-order:100;
-webkit-order:100;
order:100
}
.account.sales-order-history .table-order-items.history tr td.col.status {
display:none
}
.customer-welcome+.authorization-link {
display:none
}
.blog-home .blog-post-list-item {
border-radius:8px;
box-shadow:0 0 10px rgba(0, 0, 0, 0.1)
}
}
@media only screen and (max-width:767px) {
.abs-visually-hidden-mobile-m, .hidden-mobile {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after {
content:'';
display:table
}
.abs-add-clearfix-mobile-m:after {
clear:both
}
.abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title {
cursor:pointer;
margin-bottom:0;
position:relative;
border-bottom:1px solid #1e1e1e;
padding:10px 20px;
display:block;
text-decoration:none
}
.block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
position:absolute;
right:20px;
top:10px;
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in
}
.abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:12px;
line-height:inherit;
color:#CD4390;
content:'\e622';
font-family:'playlearn-icons';
margin:3px 0 0 0;
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.block-wishlist-management .wishlist-select .wishlist-name.active:after, .block-collapsible-nav .title.active:after {
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
transform:rotate(-180deg)
}
.abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
display:block;
text-decoration:none
}
.abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:10px;
line-height:10px;
color:#CD4390;
content:'\e61c';
font-family:'playlearn-icons';
margin:0 5px 0 0;
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.abs-checkout-tooltip-content-position-top-mobile {
right:-10px;
top:40px;
left:auto
}
.navigation, .breadcrumbs, .page-header .header.panel, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
/*padding-left:18px;
padding-right:18px*/
}
.account .page-main, .cms-privacy-policy .page-main {
padding-top:45px;
position:relative
}
.nav-sections {
left:15px;
top:80px
}
.subcategories {
padding:10px 0 30px;
margin:0 15px 30px
}
.subcategories ul .subcat {
background:#eef4f8;
border-radius:30px;
margin:5px;
max-width:calc(50% - 10px);
min-width:inherit;
padding:0 15px;
text-align:left;
width:50%
}
.subcategories ul .subcat .menucategory-name {
font-size:1.2rem
}
.subcategories ul .subcat img {
display:none
}
.subcategories.active {
position:relative
}
.subcategories.active ul.slick-slider {
background:#fff;
border-radius:20px;
border:1px solid #dcdcdc;
box-shadow:0px 3px 6px rgba(0, 0, 0, 0.5);
display:flex;
left:0;
margin:0;
opacity:1;
padding:10px;
position:absolute;
right:0;
top:0;
width:100%;
z-index:1
}
.subcategories.active .select-title {
border:none;
padding:0 10px
}
.subcategories.active .select-title:after {
right:10px;
top:10px;
border-top:6px solid #1e1e1e;
transform:rotate(180deg)
}
.subcategories ul.slick-slider {
display:none
}
.select-title {
display:block;
border:1px solid #ff6e6e;
border-radius:30px;
opacity:1;
width:100%;
height:40px;
line-height:40px;
padding:0 20px;
position:relative
}
.select-title:after {
border-left:6px solid transparent;
border-right:6px solid transparent;
border-top:6px solid #1e1e1e;
content:'';
position:absolute;
right:20px;
top:15px
}
.nav-sections.sections .megamenucategories .subcat:hover, .subcategories .subcat:hover {
background:#ff6e6e
}
.nav-sections.sections .megamenucategories .subcat:hover .menucategory-name, .subcategories .subcat:hover .menucategory-name {
color:#fff
}
.product.data.items .item.title>.switch {
padding:1px 15px 1px
}
.product.data.items>.item.content {
padding:5px 15px 0px
}
.breadcrumbs .items {
box-sizing:border-box;
margin-left:auto;
margin-right:auto;
max-width:1680px;
padding-left:0;
padding-right:0;
width:auto;
font-size:1.2rem
}
.breadcrumbs .item:not(:last-child):after {
line-height:22px;

}
.slick-prev, .slick-next {
height:40px;
width:40px
}
#extra_block div.collapsible {

    font-size: 2rem !important;

}
.slick-prev:before, .slick-next:before {
height:40px;
width:40px;
line-height:40px
}
.slider-button-top .slick-next {
right:0;
top:-35px
}
.slider-button-top .slick-prev {
right:50px;
top:-35px
}
.modal-popup.modal-slide {
left:0;
right:0;
top:0;
bottom:0;
z-index:900
}
.modal-popup.modal-slide._show .modal-inner-wrap {
-webkit-transform:translateX(0);
transform:translateX(0)
}
.modal-popup.modal-slide .modal-inner-wrap {
height:auto;
overflow-y:auto;
position:absolute;
width:auto;
top:10px;
bottom:auto;
left:10px;
right:10px;
border-radius:4px
}
.modal-popup.modal-slide .modal-inner-wrap {
margin:0;
max-height:calc(100% - 30px)
}
.block-cart-failed .block-title {
margin:0 20px 20px
}
.cart-container .form-cart .actions.main {
text-align:center
}
.cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp {
display:none
}
.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
box-sizing:border-box;
display:block;
float:left;
white-space:nowrap;
width:33%
}
.cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before {
content:attr(data-th);
display:block;
padding-bottom:13px;
font-size:1.2rem;
letter-spacing:0.4px;
line-height:1.4rem;
color:rgba(0, 0, 0, 0.5)
}
.cart.table-wrapper .col.msrp {
white-space:normal
}
.cart.table-wrapper .item .col.item {
padding-bottom:8px
}
.cart.table-wrapper tbody>tr>td:last-child {
border:0
}
.cart-totals .table-wrapper {
border-top:0
}
.cart-totals .totals tbody>tr:not(:last-child)>td:last-child {
border:0
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
text-align:left
}
.cart-discount .giftcard .content {
padding-bottom:35px
}
.cart-discount .actions-toolbar .secondary {
bottom:17px
}
.field.open-amount {
width:100%
}
.page-product-giftcard .product-info-main .product-info-stock-sku {
display:block;
padding-left:10px;
text-align:left
}
.cart.table-wrapper .action-giftregistry {
display:inline-block;
text-decoration:none
}
.cart.table-wrapper .action-giftregistry>span {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.cart.table-wrapper .action-giftregistry:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:18px;
line-height:20px;
color:#CD4390;
content:'\e62b';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.cart.table-wrapper .action-giftregistry:hover:before {
color:#333
}
.cart.table-wrapper .action-giftregistry:active:before {
color:#CD4390
}
.gift-options-cart-item .gift-wrapping, .cart-gift-item .gift-wrapping {
border-bottom:1px solid #c1c1c1;
margin-bottom:20px;
padding-bottom:10px
}
.gift-wrapping-list {
width:100%
}
.gift-wrapping-summary+.gift-message-summary {
padding-right:0
}
.gift-options-cart-item {
float:left;
width:100%
}
.gift-wrapping-preview img {
width:100%
}
.item-actions .actions-toolbar .gift-options .gift-wrapping, .item-actions .actions-toolbar .gift-options .gift-message {
display:block
}
.product-add-form .table-wrapper.grouped {
margin-left:-18px;
margin-right:-18px
}
.product-add-form .table-wrapper.grouped .table.data.grouped tr td {
padding:5px 10px 5px 15px
}
.map-popup {
max-width:100%
}
.map-old-price, .map-show-info {
display:inline-block
}
.map-old-price:not(:last-child), .map-show-info:not(:last-child) {
margin-bottom:10px
}
.multishipping-checkout-success .nav-toggle {
display:block
}
.multishipping-checkout-success .logo {
margin-left:40px
}
.multicheckout .actions-toolbar>.primary {
margin-right:0
}
.form.send.friend .fieldset {
padding-bottom:5px
}
.form.send.friend .action.remove {
margin-left:0;
right:0;
top:100%
}
.bundle-options-container .block-bundle-summary .price-box .price-wrapper, .bundle-options-container .block-bundle-summary .price-box .price-wrapper>.price {
font-size:3.6rem;
font-weight:700
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
-webkit-flex-basis:auto;
flex-basis:auto;
width:auto
}
.bundle-options-container .block-bundle-summary .box-tocart .actions .tocart {
width:100%
}
.modal-popup.beta-modal .modal-content {
padding-bottom:50px;
min-height:300px
}
.login-container .fieldset:after {
text-align:center
}
.account .messages {
margin-bottom:0
}
.account .column.main .block:not(.widget) .block-content .box {
margin-bottom:20px
}
.account .column.main .block:not(.widget) .block-content .box:last-child {
margin-bottom:0
}
.control.captcha-image .captcha-img {
display:block;
margin-bottom:10px
}
.customer-account-index .page-title-wrapper {
position:relative
}
.form.search.advanced .field.price .with-addon .input-text {
flex-basis:auto;
width:100%
}
.gift-message .actions-toolbar .action-update {
font-size:2rem;
padding:15px;
width:100%
}
.gift-item-block {
border-top:1px solid #e3e3e3;
border-bottom:0
}
.gift-item-block .title {
color:#1e1e1e;
font-weight:500;
font-size:1.6rem
}
.gift-item-block .title:after {
font-size:1.2rem;
position:absolute;
right:0;
top:10px;
-webkit-transition:all 300ms ease-in;
-moz-transition:all 300ms ease-in;
-ms-transition:all 300ms ease-in;
transition:all 300ms ease-in
}
.cart.table-wrapper .gift-content {
border-top:1px solid #c1c1c1;
margin-right:-15px;
overflow:hidden;
padding-left:15px;
padding-right:15px
}
.cart .action-gift {
display:inline-block;
text-decoration:none
}
.cart .action-gift>span {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.cart .action-gift:after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:18px;
line-height:20px;
color:#CD4390;
content:'\e62a';
font-family:'playlearn-icons';
margin:0;
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.cart .action-gift:hover:after {
color:#333
}
.cart .action-gift:active:after {
color:#CD4390
}
.cart .action-gift._active {
border:1px solid #c1c1c1;
border-bottom-color:#fff;
margin:-5px 14px -1px -15px;
padding:4px 10px 9px 14px
}
.cart .action-gift._active:after {
color:#333
}
.gift-options-cart-item+.towishlist {
left:0;
position:absolute
}
.block-wishlist-management {
clear:both;
margin-top:-21px
}
.block-wishlist-management .wishlist-select {
margin:0 -18px 20px
}
.block-wishlist-management .wishlist-select .wishlist-name {
font-size:1.6rem
}
.block-wishlist-management .wishlist-select-items {
border-bottom:1px solid #e3e3e3;
background:#fff;
display:none;
padding:15px 0
}
.block-wishlist-management .wishlist-select-items.active {
display:block
}
.block-wishlist-management .wishlist-select-items .item {
margin:3px 0 0
}
.block-wishlist-management .wishlist-select-items .item:first-child {
margin-top:0
}
.block-wishlist-management .wishlist-select-items .item.current {
display:none
}
.block-wishlist-management .wishlist-select-items .item a {
color:#1e1e1e;
display:block;
padding:5px 18px;
text-decoration:none
}
.block-wishlist-management .wishlist-select-items .item a:hover {
background:#CD4390
}
.block-wishlist-management .wishlist-title strong {
font-size:2.6rem
}
.block-wishlist-management .wishlist-info {
margin-bottom:15px
}
.block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
margin-bottom:15px
}
.products-grid.wishlist .product-item-checkbox {
left:0;
position:absolute;
top:20px
}
.page-multiple-wishlist .products-grid.wishlist .product-item-photo {
margin-left:25px
}
.page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
margin-left:115px
}
.products-grid.wishlist .wishlist-dropdown {
display:none
}
.order-pager-wrapper .toolbar-amount {
left:inherit;
position:relative;
text-align:center;
top:inherit
}
.order-pager-wrapper .pages {
text-align:center
}
.order-pager-wrapper .action.previous, .order-pager-wrapper .action.next {
margin:0
}
.products-grid.wishlist {
margin-right:0
}
.products-grid.wishlist .product-item {
padding:20px;
position:relative
}
.products-grid.wishlist .product-item-photo {
width:100%;
text-align:center
}
.products-grid.wishlist .product-item-name {
font-size:1.4rem;
letter-spacing:0.25px;
line-height:2rem;
margin:20px 0 10px
}
.products-grid.wishlist .product-item-actions {
margin-top:20px
}
.products-grid.wishlist .product-item-actions .primary {
width:100%
}
.products-grid.wishlist .product-item-actions .action:last-child {
margin-right:0
}
.products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
margin-top:7px
}
.products-grid.wishlist .product-item .box-tocart .stock {
margin-top:7px
}
.products-grid.wishlist .product-item .giftregisty-dropdown, .products-grid.wishlist .product-item .field.qty {
display:none
}
.products-grid.wishlist .product-image-container {
margin:0 auto
}
.wishlist-index-index .product-item {
width:100%
}
.wishlist-index-index .product-item-info {
width:auto
}
.toolbar.wishlist-toolbar .limiter {
display:none
}
.amform-popup .amform-content {
margin:0 auto 20px;
bottom:auto;
left:10px;
max-height:calc(100% - 30px);
overflow-y:auto;
position:absolute;
right:10px;
top:20px;
width:auto
}
.amform-form .amcform-toolbar .action.primary.amcform-submit {
width:100%
}
.products-list.products.list {
-webkit-justify-content:center;
-ms-justify-content:center;
justify-content:center
}
.products-list.products.list .product-item-details {
margin:0 auto;
-webkit-flex-basis:100%;
flex-basis:100%;
width:100%
}
.page-products .column.main .products.wrapper+.toolbar-products {
-webkit-justify-content:center;
-ms-justify-content:center;
justify-content:center
}
.page-products .column.main .products.wrapper+.toolbar-products .toolbar-sorter.sorter {
display:none
}
.page-products .products-grid .product-item {
-webkit-flex-basis:calc(50% - 22px);
flex-basis:calc(50% - 22px);
width:calc(50% - 22px);
margin:0 10px 20px
}
.page-products .column.main .product-items.items {
margin:0
}
.toolbar-products {
display:none
}
.toolbar-amount {
text-align:center;
margin-top:50px
}
.sorter {
/*background-color:#eef4f8;
border-radius:0 15px 15px 0;
border:1px solid #e3e3e3;*/
padding:9px;
width:99%
}
.sorter-label {
color:#1e1e1e;
margin-right:0
}
.sorter-options {
bottom:0;
left:0;
margin-left:0;
opacity:0;
position:absolute;
top:0;
width:100%
}
.modes {
display:none
}
.page-products.page-layout-category-bundle .products-list .product-items .product-item .product-item-info .product-item-photo {
width:100%
}
.product.media .fotorama__nav-wrap {
display:none !important
}
.product-info-main {
padding:0 15px
}
.product-info-main .page-title-wrapper, .product-info-main .product-reviews-summary, .product-info-main .product-info-price, .product-info-main .product-options-wrapper, .product-info-main .field.qty {
padding:0 20px
}
.product-info-main .page-title-wrapper {
margin-top:40px
}
.product-info-main .product-info-price {
border-bottom:none
}
.catalog-product-view .column.main {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.catalog-product-view .product.media {
-ms-flex-order:-1;
-webkit-order:-1;
order:-1;
padding:0 15px;
margin-top:20px
}
.catalog-product-view .product.data.items>.item.content {
display:block !important
}
.catalog-product-view .product.info.detailed .product.items .item.title.active a {
box-shadow:0 2px 30px 0 rgba(45, 130, 198, 0.28);
border:1px solid transparent;
padding-bottom:22px
}
.compare.wrapper, [class*='block-compare'] {
display:none
}
.catalog-product_compare-index .columns .column.main {
flex-basis:inherit
}
.block-search .block-content {
margin-bottom:0
}
.block-search.block .search .control {
margin-top:20px;
top:0
}
.cms-index-index .column.main {
padding-bottom:0
}
.big-screen-view {
display:none
}
.small-screen-view {
width:100%;
height:100%;
display:block
}
.home-banner .home-banner-section-content {
display:flex;
justify-content:center
}
.home-banner .banner-content {
align-items:center;
padding:0 18px;
height:auto;
left:50%;
top:50%;
transform:translate(-50%, -50%)
}
.home-banner .banner-content .content-text {
margin-bottom:10px -2;
font-size:1.4rem
}
.home-banner .banner-content .banner-title-head {
line-height:1.2;
margin-bottom:13px;
text-align:center;
width:100%;
font-size:2.4rem
}
.home-banner .banner-content .action.primary.playlearn-cta-btn {
min-width:160px;
padding:12px 10px
}
.home-banner .banner-content .action.primary.playlearn-cta-btn a {
font-size:1.2rem
}
.your-wishlist-section .wishlist-content-section .wishlist-heading {
font-size:1.8rem;
margin-bottom:9px
}
.your-wishlist-section .wishlist-content-section .wishlist-text {
font-size:1.4rem;
margin-bottom:10px;
padding:0 19px
}
.your-wishlist-section .wishlist-content-section .action.primary.playlearn-cta-btn {
padding:12px 10px;
min-width:168px;
background:#ff6e6e
}
.your-wishlist-section .wishlist-content-section .action.primary.playlearn-cta-btn a {
font-size:1.2rem;
color:#fff
}
.customer-review .review-container {
justify-content:center
}
.customer-review .review-container .review-column {
/*padding:30px 20px 19px*/
width:49%
}
.customer-review .review-container .review-column:nth-child(2n){
	margin-right:0 !important
}
.customer-review .review-container .review-column:nth-child(2n+1){
	margin-right:2%
}
.customer-review .review-container .review-column img{
	margin-left:15px
}
.customer-review .review-container .review-column:nth-child(3n)::before {
width:35px;
right:-18.5px
}
.customer-review .review-container .review-column:nth-child(3n - 1)::before {
width:58px
}
.customer-review .review-container .review-column:nth-child(3n - 2)::before {
width:22.35px;
left:21px
}
.customer-review .review-container .review-column .review-description {
font-size:1.5rem;
margin-bottom:10px;
width:100%;
padding:0
}
.customer-review .review-container .review-column .review-title {
font-size:2rem;
top:15px;
right:15px
}
.customer-review .review-container .review-column .review-guestname {
font-size:1.3rem;
margin-bottom:0
}
.video-section .video-banner-icon::before {
width:46px;
height:46px
}
body.filter-active .page-header {
display:none
}
body.filter-active .page-wrapper {
height:0;
margin-top:-999999em;
visibility:hidden
}
body.filter-active .columns {
z-index:999
}
.filter.active {
position:relative;
visibility:visible;
z-index:99
}
.filter.active .filter-options-item:last-child {
margin-bottom:40px
}
.filter.active .filter-title {
border-bottom:1px solid #e3e3e3;
height:48px;
left:0;
position:fixed;
right:0;
top:0;
z-index:2
}
.filter.active .filter-title strong {
box-shadow:none;
background:none;
border:0;
color:transparent;
left:auto;
right:3px;
top:10px;
display:inline-block;
text-decoration:none
}
.filter.active .filter-title strong:after {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:16px;
line-height:inherit;
color:#7d7d7d;
content:'\e616';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.filter.active .filter-subtitle {
background:transparent;
display:block;
height:50px;
left:0;
line-height:32px;
position:fixed;
right:0;
top:0;
z-index:1;
width:50%
}
.filter.active .filter-options {
background:#fff;
bottom:0;
display:block;
left:0;
overflow:scroll;
position:fixed;
right:0;
top:50px;
z-index:10
}
.filter .filter-subtitle {
font-size:20px;
font-weight:300
}
.filter-actions {
margin:-35px -10px 25px
}
.filter-options-title {
font-size:1.4rem
}
.filter-options-content {
padding:5px 10px
}
.filter-title {
position:relative
}
.filter-title strong {
width:49.5%;
border-radius:15px 0 0 15px;
padding:11px;
background-color:#eef4f8;
float:left
}
.filter-title strong:after {
float:right
}
.filter.block {
margin-bottom:15px
}
.filter.block .toolbar-sorter.sorter {
display:flex;
position:relative;
float:right;
-webkit-align-items:center;
-ms-align-items:center;
align-items:center;
justify-content:center;
margin-bottom:10px
}
.filter.block .toolbar-sorter.sorter .action.sorter-action {
display:none
}
.filter .filter-current .items {
display:none;
border-bottom:solid #e3e3e3;
border-width:1px 0;
padding-bottom:30px
}
.filter .filter-current-subtitle {
background-color:#eef4f8;
border-radius:15px;
margin:auto;
padding:12.5px 20px;
text-transform:capitalize;
width:100%;
display:-webkit-flex;
display:-ms-flexbox;
font-size:1.4rem;
display:flex;
text-decoration:none;
position:relative;
z-index:1
}
.filter .filter-current-subtitle:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:10px;
line-height:inherit;
color:#1e1e1e;
content:'\e618';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.filter .filter-current-subtitle:before {
position:absolute;
right:10px;
top:10px;
transform:rotate(180deg);
transition:all 300ms ease-in
}
.filter .filter-current-subtitle:after {
color:#7d7d7d;
content:' (' attr(data-count) ')';
font-size:.9em
}
.filter .filter-current.active {
padding-bottom:10px
}
.filter .filter-current.active .block-subtitle::before {
transform:rotate(0)
}
.filter .filter-current.active .items {
display:block;
margin-top:15px;
width:100%;
z-index:-1
}
.filter .filter-current.active+.block-actions {
display:flex;
top:140px;
z-index:9999
}
.filter .filter-current+.block-actions {
display:none
}
.filter-no-options .filter-title:before {
background:rgba(255, 255, 255, 0.5);
content:'';
display:block;
height:40px;
left:0;
margin-top:-60px;
position:relative;
width:75px;
z-index:99
}
.filter-no-options .filter-content {
margin-bottom:20px
}
.page-with-filter .columns .sidebar-main {
-ms-flex-order:0;
-webkit-order:0;
order:0
}
.block-content.filter-content {
position:inherit
}
.block.newsletter {
margin-bottom:30px
}
.block.newsletter .content {
background:url('../image/newslater-bg-mobile.png') no-repeat;
background-size:100%;
height:235px
}
.block.newsletter .label {
font-size:2.3rem;
line-height:3.6rem;
width:100%;
}
.block.newsletter input {
width:100%
}
.block.newsletter .action.subscribe {
margin-top:20px;
position:relative
}
.swatch-option.text, .swatch-option.size, .swatch-option.manufacturer {
font-size:1.2rem;
line-height:18px;
margin:0 8px 8px 0
}
.block-collapsible-nav {
left:-15px;
right:-15px;
position:absolute;
top:-21px;
z-index:5;
width:auto
}
.block-collapsible-nav .content {
border-bottom:1px solid #e3e3e3;
display:none
}
.block-collapsible-nav .content.active {
display:block
}
.header.content {
padding:20px 30px 0
}
.nav-toggle {
    top:20px;
}
.header.content>.block.block-search .label {
    right: -20px;

}

.header.content .block.block-search {
-ms-flex-order:200;
-webkit-order:200;
order:200;
width:100%;
z-index:5
}
.nav-sections .switcher-trigger strong:after {
font-size:1.6rem;
right:-25px;
top:-2px
}
.navigation .parent .level-top:after {
font-size:1.6rem;
right:10px;
top:7px
}
.logo {
margin-bottom:13px;
margin-top:4px
}
.cms-page-view .page-main {
padding-top:0;
position:relative
}
.main .home-title {
font-size:2.5rem;
/*margin-bottom:20px;*/
}
.page-footer {
margin-top:20px
}
.nav-sections .header.links li.customer-welcome .customer-name {
display:none
}
.business-logo {
display:block;
margin:20px
}
.business-logo img {
margin:0 auto
}
.header.content .block.block-search {
margin:0 10px
}
.page-footer .footer.content {
background:none
}
.footer.content .footer-social {
margin:20px auto 40px
}
.footer.content .footer-links-container {
padding:20px 0;
width:90%;
margin-bottom:20px;
border-bottom:none
}
.footer.content .footer-links-container a {
font-size:1.8rem
}
.footer.content .footer-links {
padding:20px 0;
border-bottom:1px solid #eef4f8;
text-align:center;
width:100%
}
.footer.content .footer-links:before {
display:none
}
.footer.content .footer-links li.call, .footer.content .footer-links li.mail {
display:block;
text-align:center
}
.footer.content .footer-links li.call:before, .footer.content .footer-links li.mail:before {
margin:0 auto 10px
}
.footer.content .logo {
height:36px;
width:150px;
z-index:0
}
.copyright {
font-size:1.6rem
}

.home-page-blog-section {
padding:0 18px;
padding-top:6.5rem
}
.home-page-blog-section::before {
background:url('../image/blog-section-small-device-bg.svg') no-repeat;
background-size:100%
}
.home-page-blog-section .home-page-blog-head {
margin:30px 0 20px 0;
flex-direction:column;
padding:0
}
.home-page-blog-section .home-page-blog-head .home-title {
margin-bottom:8px;
padding:0
}
.home-page-blog-section .blog-post-list-item:not(:last-child) {
margin-bottom:20px
}
.home-page-blog-section .blog-post-item--image {
height:175px;
max-width:none
}
.home-page-blog-section .blog-post-item--image .blog-post-date {
border-radius:10px;
bottom:-12px;
height:58px;
left:11px;
width:58px
}
.home-page-blog-section .blog-post-item--image .blog-post-date p {
font-size:1.6rem
}
.home-page-blog-section .blog-post-item--image .blog-post-date p span {
font-size:1rem
}
.home-page-blog-section .blog-post-item-title, .home-page-blog-section .short-description {
font-size:1.4rem;
padding:0 11px
}
.home-page-blog-section .blog-post-item-title {
margin:25px 0 8px 0
}
.home-page-blog-section .short-description {
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
display:-webkit-box;
height:10rem;
line-clamp:4;
line-height:1.8;
overflow:hidden;
padding-bottom:20px
}
.action.primary.playlearn-cta-btn {
min-width:149px;
margin:auto;
padding:11.5px 10px
}
.action.primary.playlearn-cta-btn a {
font-size:1.2rem
}
.divider-w {
margin-bottom:2rem
}
.block-products-list.bestseller {
padding-bottom:9px
}
}
@media only screen and (max-width:639px) {
.abs-visually-hidden-mobile, .table-downloadable-products .col.title:before, .table-giftregistry-items .col.product:before {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.abs-add-clearfix-mobile:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody>tr:before, .abs-checkout-order-review tbody>tr:after, .table-giftregistry-items .col.product:before, .table-giftregistry-items .col.product:after, .multicheckout.order-review .data.table tbody>tr:before, .multicheckout.order-review .data.table tbody>tr:after {
content:'';
display:table
}
.abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody>tr:after, .table-giftregistry-items .col.product:after, .multicheckout.order-review .data.table tbody>tr:after {
clear:both
}
.multicheckout.order-review .data.table tbody>tr:not(:last-child) {
border-bottom:1px solid #e3e3e3
}
.multicheckout.order-review .data.table tbody>tr>td.col.item:before {
display:none
}
.multicheckout.order-review .data.table tbody>tr>td.col.qty, .multicheckout.order-review .data.table tbody>tr>td.col.price, .multicheckout.order-review .data.table tbody>tr>td.col.subtotal {
box-sizing:border-box;
float:left;
text-align:center;
white-space:nowrap;
width:33%
}
.multicheckout.order-review .data.table tbody>tr>td.col.qty[data-th]:before, .multicheckout.order-review .data.table tbody>tr>td.col.price[data-th]:before, .multicheckout.order-review .data.table tbody>tr>td.col.subtotal[data-th]:before {
content:attr(data-th) ':';
display:block;
font-weight:700;
padding-bottom:10px
}
.multicheckout.order-review .data.table tbody>tr>td.col:last-child {
border:0
}
.abs-checkout-order-review .product-item-name, .multicheckout.order-review .data.table .product-item-name {
margin:0
}
.abs-product-items-summary tbody .col {
padding:10px 0 0
}
.abs-product-items-summary tfoot .mark {
padding-bottom:5px;
text-align:left
}
.abs-product-items-summary tfoot .amount {
padding-top:0;
text-align:left
}
.abs-product-items-summary tfoot .grand.totals {
font-size:1.6rem
}
.abs-product-items-summary tfoot .grand.totals .mark {
padding-bottom:0;
padding-top:5px
}
.abs-product-items-summary tfoot .grand.totals .amount {
padding-bottom:10px;
padding-top:0
}
.abs-product-items-summary tfoot .grand.totals .amount strong {
border-top:none
}
.abs-account-table-margin-mobile, .table-wrapper.balance-history, .table-wrapper.reward-history, .table-wrapper.orders-recent {
margin-top:-20px
}
.abs-sidebar-totals-mobile th:before, .abs-sidebar-totals-mobile td:before, .account .table-billing-agreements .col.actions:before, .account .table-billing-agreements-related .col.actions:before, .cart .table.items .col.item:before, .cart .table.items .item-actions td:before, .account .table-giftregistry .col.actions:before, .table.grouped>tbody>tr>td:before, .account .table-reviews .col.actions:before, .account .table-order-items .col.actions:before, .account .table-order-items .col.options:before, .table-wrapper.comparison .table-comparison>tbody>tr>th:before, .table-wrapper.comparison .table-comparison>tbody>tr>td:before, .cart-totals .totals th:before, .cart-totals .totals td:before, .opc-block-summary .totals th:before, .opc-block-summary .totals td:before {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.abs-no-display-s, .order-details-items .table-order-items .options-label, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
display:none
}
.abs-title-orders-mobile .page-main .page-title-wrapper .page-title, .magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^='sales-guest-'] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title {
display:block
}
.abs-title-orders-mobile .page-main .page-title-wrapper .order-status, .magento-rma-returns-returns .page-main .page-title-wrapper .order-status, .magento-rma-returns-view .page-main .page-title-wrapper .order-status, .account .page-main .page-title-wrapper .order-status, [class^='sales-guest-'] .page-main .page-title-wrapper .order-status, .sales-guest-view .page-main .page-title-wrapper .order-status {
margin:-7px 0 10px
}
.abs-table-striped-mobile>tbody>tr>td:last-child {
border:0
}
.abs-no-border-top, .table-wrapper.balance-history, .table-wrapper.table-returns, .table-wrapper.orders-recent, .order-details-items .table-wrapper, .product.info.detailed .additional-attributes-wrapper {
border-top:0
}
.abs-no-border-bottom {
border-bottom:0
}
.abs-sidebar-totals-mobile .amount, .cart-totals .totals .amount, .opc-block-summary .totals .amount {
text-align:right
}
.pages .pages-items {
display:block;
padding:2px 40px 0;
position:relative;
white-space:normal;
z-index:1
}
.pages-item-previous {
left:0;
position:absolute;
top:0;
z-index:1
}
.pages-item-next {
position:absolute;
right:0;
top:0;
z-index:1
}
.catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
margin:0 auto;
width:240px
}
.checkout-payment-method .amazon-sandbox-simulator {
border-top:1px solid #e3e3e3
}
.klarna-payments-method>.payment-method-title {
padding:6.5px 0 6.5px 15px
}
.form-new-agreement select {
width:auto
}
.table-paypal-review-items .col.subtotal {
text-align:left
}
.table-paypal-review-items .product-item-name {
display:inline-block
}
.column .block-addbysku .sku {
margin-right:-85px;
padding-right:90px
}
.column .block-addbysku .action.remove {
display:inline-block;
background-image:none;
background:none;
-moz-box-sizing:content-box;
border:0;
box-shadow:none;
line-height:inherit;
margin:0;
padding:0;
text-decoration:none;
text-shadow:none;
font-weight:400
}
.column .block-addbysku .action.remove>span {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.column .block-addbysku .action.remove:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:18px;
line-height:inherit;
color:#CD4390;
content:'\e604';
font-family:'playlearn-icons';
margin:-4px 0 0;
vertical-align:top;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.column .block-addbysku .action.remove:hover:before {
color:inherit
}
.column .block-addbysku .action.remove:active:before {
color:inherit
}
.column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
background:none;
border:none
}
.column .block-addbysku .action.remove:hover {
background:none;
border:none
}
.column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove {
pointer-events:none;
opacity:.5
}
.cart .table.items .col.qty {
text-align:center
}
.opc-wrapper .form-login .fieldset:last-child {
margin-bottom:0
}
.opc-wrapper .form-login .actions-toolbar {
margin-bottom:24px
}
.opc-wrapper .action-show-popup {
width:100%
}
.opc-wrapper .edit-address-link {
display:inline-block;
text-decoration:none;
margin:0;
position:absolute;
right:0;
top:5px
}
.opc-wrapper .edit-address-link>span {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.opc-wrapper .edit-address-link:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:18px;
line-height:20px;
color:#CD4390;
content:'\e601';
font-family:'playlearn-icons';
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.opc-wrapper .edit-address-link:hover:before {
color:#333
}
.opc-wrapper .edit-address-link:active:before {
color:#CD4390
}
.shipping-policy-block.field-tooltip {
margin-bottom:20px;
position:relative;
right:auto;
top:auto
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
width:300px;
right:auto
}
.shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
right:auto
}
.opc-block-summary>.title {
border-bottom:0;
font-size:24px;
margin-bottom:20px;
padding-bottom:0
}
.page-product-downloadable .product-options-wrapper {
margin-bottom:25px
}
.table-downloadable-products .product-name {
display:block;
margin-bottom:5px
}
.page-product-downloadable .product-info-price~*:last-child:after {
border-bottom:1px solid #c1c1c1;
content:'';
display:block;
height:0;
margin:25px -10px;
overflow:hidden;
width:auto
}
.table-giftregistry-items .field.choice, .table-giftregistry-items .field.qty {
display:inline-block
}
.form-giftregistry-search .fieldset {
margin-bottom:20px
}
.block-giftregistry-results .block-title {
margin-bottom:0
}
.block-giftregistry-results .table-wrapper {
border-top:none
}
.block-giftregistry-shared-items .block-title {
margin-bottom:10px
}
.block-giftregistry-shared-items .table-wrapper {
border-top:0
}
.table.grouped>thead>tr>th {
border-bottom:0 none transparent;
display:table-cell
}
.table.grouped>tbody {
border-bottom:0 none transparent
}
.table.grouped>tbody>tr>td {
padding:11px 10px;
border:0;
display:table-cell
}
.table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child {
border-bottom:0
}
.page-product-grouped .minimal-price {
margin:0
}
.page-product-grouped .product-info-price {
border:0;
margin-bottom:0
}
.page-product-grouped .product-info-price .price-box {
padding-bottom:0
}
.form-add-invitations .action.remove {
display:inline-block;
text-decoration:none
}
.form-add-invitations .action.remove>span {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.form-add-invitations .action.remove:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:18px;
line-height:inherit;
color:#CD4390;
content:'\e604';
font-family:'playlearn-icons';
margin:0;
vertical-align:top;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.form-add-invitations .action.remove:hover:before {
color:inherit
}
.form-add-invitations .action.remove:active:before {
color:inherit
}
.multicheckout .data.table .address:before {
margin-bottom:5px
}
.multicheckout .product-item-name, .multicheckout .price-including-tax, .multicheckout .price-excluding-tax {
display:inline-block
}
.multicheckout .block-content .box:not(:last-child) {
margin-bottom:40px
}
.multicheckout .block-content .box:last-child {
margin-bottom:0
}
.multicheckout.order-review .box-items .data.table thead {
display:block
}
.multicheckout.order-review .box-items .data.table thead tr {
display:block
}
.multicheckout.order-review .box-items .data.table thead .col.item {
display:block;
padding:0
}
.multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.subtotal {
border-bottom:none
}
.multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.qty {
text-align:center
}
.multicheckout .actions-toolbar .action {
margin-bottom:25px
}
.multicheckout .actions-toolbar>.primary {
margin-bottom:25px;
margin-right:0
}
.form-create-return .additional .field:nth-last-child(2) {
margin-bottom:0
}
.form-create-return .additional .field:last-child {
margin-top:17px
}
.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {
display:block;
float:none;
margin:10px 0 0
}
.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
display:none
}
.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
display:none
}
.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
display:block
}
.my-credit-cards .card-type img {
vertical-align:middle
}
.customer-review .product-name {
margin-bottom:5px
}
.customer-review .product-reviews-summary .rating-summary {
display:block;
margin-bottom:5px
}
.table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col {
padding-left:0
}
.order-details-items .order-items thead {
display:none
}
.order-details-items .order-items tbody:last-of-type tr {
margin-bottom:0
}
.order-details-items .order-items tbody tr {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
border-bottom:1px solid #e3e3e3;
padding-bottom:3px;
margin-bottom:16px
}
.order-details-items .order-items tbody tr>* {
-webkit-flex-basis:33.333%;
flex-basis:33.333%;
width:33.333%;
box-sizing:border-box;
margin:0;
padding:0;
-ms-flex-order:100;
-webkit-order:100;
order:100
}
.order-details-items .order-items tbody tr .col.subtotal {
text-align:right
}
.order-details-items .order-items tbody tr .col.name {
-webkit-flex-basis:100%;
flex-basis:100%;
width:100%;
padding-bottom:13px
}
.order-details-items .order-items tbody tr .col:not(.name) {
position:relative
}
.order-details-items .order-items tbody tr .col:not(.name) .title {
display:none
}
.order-details-items .order-items tbody tr .col:not(.name) .content {
font-size:1.4rem;
font-weight:600;
letter-spacing:0.1px;
line-height:2.4rem
}
.order-details-items .order-items tbody tr .col:not(.name):last-child .price {
font-size:1.6rem;
letter-spacing:0.15px;
line-height:2.2rem
}
.order-details-items .order-items tbody tr .col:not(.name):before {
content:attr(data-th);
display:block;
font-size:1.2rem;
letter-spacing:0.4px;
line-height:1.4rem;
color:rgba(0, 0, 0, 0.5);
margin-bottom:13px
}
.order-pager-wrapper {
display:block
}
.account .table-order-items .action.show {
margin-top:0
}
.order-details-items .order-title strong {
display:block
}
.order-details-items .action {
margin-top:10px
}
.order-details-items .items-qty {
display:inline-block;
vertical-align:top
}
.order-details-items .col.price .price-including-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-excluding-tax {
display:inline-block
}
.order-details-items .data.table .col.options {
padding:0 10px 15px
}
.order-details-items .data.table .col.options:before {
display:none
}
.order-details-items .options-label+.item-options-container[data-th]:before, .order-details-items .item-options-container+.item-options-container[data-th]:before {
content:attr(data-th) ':';
display:block;
font-weight:700;
padding-left:10px
}
.order-details-items .options-label+.item-options-container .col, .order-details-items .item-options-container+.item-options-container .col {
font-size:1.2rem;
padding:0 10px
}
.order-details-items .options-label+.item-options-container .col:first-child, .order-details-items .item-options-container+.item-options-container .col:first-child {
padding-top:3px
}
.order-details-items .options-label+.item-options-container .col:last-child, .order-details-items .item-options-container+.item-options-container .col:last-child {
padding-bottom:20px
}
.products-grid.wishlist .product-item {
border-bottom:1px solid #e8e8e8
}
.products-grid.wishlist .product-item:first-child {
border-top:1px solid #e8e8e8
}
.wishlist-toolbar {
margin-bottom:0
}
.wishlist-toolbar .pages-item-previous, .wishlist-toolbar .pages-item-next {
top:3px
}
.toolbar-products .pages-item-previous, .toolbar-products .pages-item-next {
top:3px
}
.product-social-links .action.tocompare {
display:none
}
.product-info-price {
margin:0 -10px 0;
width:calc(100% + 2*10px) !important
}
.product-info-price>*:first-child {
padding-left:10px
}
.product-info-price>*:last-child {
padding-right:10px
}
.table-wrapper.comparison .table-comparison>tbody>tr>th, .table-wrapper.comparison .table-comparison>tbody>tr>td {
display:table-cell
}
.block-search {
margin-top:10px
}
.your-wishlist-section {
height:343px
}
.your-wishlist-section .wishlist-content-section {
top:42%
}
.home-page-blog-section {
padding-top:4.7rem
}
.block.widget .products-grid .product-item {
width:calc(50% - 20px)
}
}
@media only screen and (max-width:479px) {
.subcategories ul.slick-slider {
padding:10px
}
.tooltip.wrapper .tooltip.content {
min-width:10rem
}
.minicart-wrapper .block-minicart {
width:310px
}
.modal-popup .field-tooltip .field-tooltip-content {
width:200px
}
.page-products .products-grid .product-item {
-webkit-flex-basis:100%;
flex-basis:100%;
width:100%;
margin:0 0 20px 0
}
.your-wishlist-section .wishlist-content-section .wishlist-text {
padding:0 4%
}
.customer-review .review-container .review-column {
padding:30px 10px 10px;
margin-right:5px
}
.customer-review .review-container .review-column .review-description {
font-size:1.4rem;
margin-bottom:9px
}
.customer-review .review-container .review-column .review-title {
font-size:1.6rem
}
.customer-review .review-container .review-column .review-guestname {
font-size:1.2rem;
margin-bottom:0
}
.block.newsletter .content {
background-size:cover
}
.header.content .logo img {
margin-left:18px
}
.home-page-blog-section {
padding-top:2.5rem
}
.block.widget .products-grid .product-item {
width:96%
}
}
@media all and (min-width:640px) {
.abs-blocks-2columns-s {
width:48%
}
.abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
margin-left:0
}
.abs-visually-hidden-desktop-s {
border:0;
clip:rect(0, 0, 0, 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:before, .multicheckout .block-billing:after {
content:'';
display:table
}
.abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
clear:both
}
.abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
box-sizing:border-box
}
.abs-form-field-column-2-s .fieldset .field {
padding:0 12px 0 0;
box-sizing:border-box;
display:inline-block;
width:50%;
vertical-align:top
}
.abs-form-field-column-2-s .fieldset .field+.fieldset {
clear:both
}
.abs-form-field-column-2-s .fieldset .field .field {
padding:0;
width:100%
}
.abs-form-field-revert-column-1-s {
width:100%
}
.abs-action-print-s {
display:inline-block;
text-decoration:none
}
.abs-action-print-s:before {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:16px;
line-height:16px;
color:#CD4390;
content:'\e624';
font-family:'playlearn-icons';
margin:0 4px 0 0;
vertical-align:middle;
display:inline-block;
font-weight:normal;
overflow:hidden;
speak:none;
text-align:center
}
.ui-dialog.popup {
width:420px
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
justify-content:center;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
margin:auto;
max-width:100px
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
display:inline-block;
width:13px;
height:25px;
margin-top:3px;
background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
-webkit-transition:background .3s ease;
-moz-transition:background .3s ease;
-ms-transition:background .3s ease;
transition:background .3s ease;
cursor:pointer
}
.amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center
}
.amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
-ms-flex-order:1;
-webkit-order:1;
order:1
}
.amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
-ms-flex-order:3;
-webkit-order:3;
order:3;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg)
}
.amconf-matrix-table-wrap .amconf-matrix-input {
margin:0 3px;
-ms-flex-order:2;
-webkit-order:2;
order:2
}
.amconf-matrix-table-wrap .amconf-matrix-qty>.mage-error:not(.amconf-matrix-input) {
-ms-flex-order:4;
-webkit-order:4;
order:4
}
.column .block-addbysku .action.remove {
background-image:none;
-moz-box-sizing:content-box;
box-shadow:none;
line-height:inherit;
text-shadow:none;
font-weight:400;
line-height:1.42857143;
margin:0;
padding:0;
color:#CD4390;
text-decoration:none;
background:none;
border:0;
display:inline;
margin-top:-4px
}
.column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
background:none;
border:none
}
.column .block-addbysku .action.remove:hover {
background:none;
border:none
}
.column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove {
pointer-events:none;
opacity:.5
}
.column .block-addbysku .action.remove:visited {
color:#CD4390;
text-decoration:none
}
.column .block-addbysku .action.remove:hover {
color:#ff6e6e;
text-decoration:none
}
.column .block-addbysku .action.remove:active {
color:#ff5501;
text-decoration:none
}
.column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
background:none;
border:0
}
.column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove {
color:#CD4390;
opacity:.5;
cursor:default;
pointer-events:none;
text-decoration:underline
}
.catalogsearch-advanced-result .message.error {
margin-top:0
}
.cart-container .block.crosssell .products-grid .product-item-actions {
margin:0 0 10px
}
.multicheckout .actions-toolbar .secondary {
float:none;
margin-top:11px;
text-align:right
}
.multicheckout .actions-toolbar .secondary .action {
margin-left:0
}
.multicheckout .actions-toolbar .secondary .action.back {
display:block;
float:left
}
.multicheckout .item-options {
margin:20px 0 0
}
.multicheckout .block-content .box {
margin-bottom:0
}
.multicheckout .block-shipping .box {
float:left;
width:25%
}
.multicheckout .block-shipping .box-shipping-method {
padding-left:25px;
padding-right:25px;
width:50%
}
.multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
display:none
}
.multicheckout .block-billing .box-billing-address {
float:left;
width:25%
}
.multicheckout .block-billing .box-billing-method {
float:left;
padding-left:25px;
width:50%
}
.multicheckout.form.address .table-wrapper .applicable {
margin:7px 0 0
}
.multicheckout.order-review .box-items {
clear:left;
float:none;
padding-top:40px;
width:auto
}
.multicheckout.order-review .col.item {
width:75%
}
.multicheckout .methods-payment .item-content>.fieldset {
width:auto
}
.multicheckout .methods-payment .item-content>.fieldset .field.cvv {
display:inline-block;
width:auto
}
.multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {
float:none;
margin-bottom:8px;
text-align:left;
width:auto
}
.multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {
width:100%
}
.review-form {
max-width:500px;
margin:0 auto
}
.review-ratings {
float:left;
margin-bottom:0;
max-width:240px
}
.review-ratings~.review-content, .review-ratings~.review-details {
margin-left:280px
}
.review-toolbar {
margin:0 0 30px
}
.review-toolbar .pages {
padding:30px 0
}
.fieldset .review-legend.legend {
margin-bottom:30px
}
.review-items {
width:100%;
max-width:815px;
margin:0 auto
}
.review-items .slick-prev, .review-items .slick-next {
border-radius:12px
}
.review-items .slick-prev {
left:20px
}
.review-items .slick-next {
right:20px
}
.review-item {
max-width:735px;
padding:40px 60px;
margin:20px 40px;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.review-summary {
width:40%
}
.review-description {
width:60%;
padding-left:205px
}
.review-title {
margin:0 0 30px
}
.order-details-items .order-title .action {
margin:12px 0 0 30px
}
.order-details-items .order-title .action.track {
float:right
}
.wishlist-index-index .products-grid .product-item-actions {
margin:0
}
.block.widget .products-grid .product-item {
width:calc(50% - 20px)
}
}/* formBuilder - //formbuilder.online/ Version: 1.24.2 Author: Kevin Chappell <kevin.b.chappell@gmail.com> */
@font-face {
font-display:swap;
font-family: 'form-builder-font';
src: url(data:application/vnd.ms-fontobject;
base64, iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMs
