/*!
Theme Name: little-people
Theme URI: http://underscores.me/
Author: ThinkClever
Author URI: https://thinkclever.agency
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: little-people
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

little-people is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
  font-family: 'LetsBeGlyphsCYR';
  src: url('/wp-content/themes/little-people/fonts/LetsBeGlyphsCYR-Regular.woff2')
      format('woff2'),
    url('/wp-content/themes/little-people/fonts/LetsBeGlyphsCYR-Regular.woff')
      format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('/wp-content/themes/little-people/fonts/HelveticaNeue.woff2')
      format('woff2'),
    url('/wp-content/themes/little-people/fonts/HelveticaNeue.woff')
      format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('/wp-content/themes/little-people/fonts/HelveticaNeue-Bold.woff2')
      format('woff2'),
    url('/wp-content/themes/little-people/fonts/HelveticaNeue-Bold.woff')
      format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: 'LetsBeGlyphsCYR', sans-serif;
}
/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
p {
  margin: 0;
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0 !important;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================== Header CSS ======================= */
header#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.logged-in header#masthead {
  top: 32px;
}
header#masthead .header-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#masthead .header-container .logo-notice {
  position: relative;
  display: flex;
  align-items: center;
  width: 745px;
}
header#masthead .header-container .logo-notice .site-branding {
  position: relative;
  width: 200px;
}
header#masthead .header-container .logo-notice .site-branding .site-title {
  display: none;
}
header#masthead .header-container .logo-notice .site-branding img.custom-logo {
  width: 100%;
  max-width: 194px;
}
header#masthead .header-container .logo-notice .site-branding a {
  display: flex;
}
header#masthead .header-container .logo-notice .notice {
  background-color: #ede939;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #074f93;
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 165%;
  margin-left: 35px;
}
header#masthead .header-container .logo-notice .notice svg {
  position: relative;
  top: 0px;
}
header#masthead .header-container .right-area {
  display: flex;
  align-items: center;
  width: calc(100% - 745px);
  justify-content: flex-end;
}
header#masthead .header-container .right-area nav {
  position: relative;
  width: auto;
  margin-right: 32px;
}
header#masthead .header-container .right-area nav ul.menu {
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}
header#masthead .header-container .right-area nav ul.menu li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  color: #000;
}
header#masthead .header-container .right-area nav ul.menu li.red a {
  color: #ee0024;
}
header#masthead .header-container .right-area .menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  border: navajowhite;
}
header#masthead .header-container .right-area .menu-toggle span {
  position: absolute;
  width: 85%;
  height: 2px;
  background-color: #074f93;
  left: 7%;
  top: 46%;
  transition: all 0.3s ease;
}
header#masthead .header-container .right-area .menu-toggle span:first-child {
  top: 22%;
}
header#masthead .header-container .right-area .menu-toggle span:last-child {
  top: 75%;
}
header#masthead .header-container .right-area .fisher {
  width: 178px;
  position: relative;
  top: -5px;
}
header#masthead .header-container .right-area .fisher img {
  width: 100%;
}
/* ===================== Header CSS ======================= */

/* ===================== Footer CSS ======================= */
footer#colophon {
  position: relative;
  overflow: hidden;
}
footer#colophon .footer-top {
  background-color: #147bd1;
  position: relative;
  padding: 100px 0 140px 0;
  text-align: center;
}
footer#colophon .footer-top .fisher-price {
  position: absolute;
  top: 0;
  right: 30px;
}
footer#colophon .footer-top .footer-logo {
  width: 320px;
  margin: auto;
}
footer#colophon .footer-top .footer-menu {
  position: relative;
  padding-top: 48px;
}
footer#colophon .footer-top .footer-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 150px;
  justify-content: center;
  row-gap: 10px;
}
footer#colophon .footer-top .footer-menu ul.menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}
footer#colophon .footer-bottom {
  background-color: #f93822;
  padding: 22px 0;
}
footer#colophon .footer-bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  text-align: center;
}
/* ===================== Footer CSS ======================= */

/* ===================== Hero Section CSS ======================= */
div#page {
  padding-top: 85px;
}
section.hero-section {
  position: relative;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2023/09/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
section.hero-section .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.hero-section .wrapper .left {
  width: 50%;
  padding-left: calc(50% - 700px);
}
section.hero-section .wrapper .left .inner {
  padding-left: 20px;
}
section.hero-section .wrapper .right {
  width: 50%;
}
section.hero-section .wrapper .right img {
  width: 100%;
}
section.hero-section .wrapper .left .headline {
  color: #fff;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
}
section.hero-section .wrapper .left .headline span {
  color: #ede939;
}
section.hero-section .wrapper .left .sub-headline {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  padding-bottom: 17px;
  padding-top: 5px;
}
section.hero-section .wrapper .left .descriptions {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}
section.hero-section .wrapper .left .button-wrap {
  padding-top: 25px;
}
.button {
  padding: 14px 26px;
  border-radius: 10000px;
  border: 3px solid #fff;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3; /* 150% */
  letter-spacing: 0.17px;
  text-decoration: none;
  margin: 0 15px 10px 0;
}
.button.fill-button {
  color: #333333;
  background-color: #fff;
}
.button:last-child {
  margin-right: 0;
}
section.how-it-work-section .step-wrapper .item .count {
  font-family: letsbeglyphscyr, sans-serif;
}

section.little-people-family-section .products-wrapper .product-item button {
  padding: 12px 16px;
}
.button,
button,
.cart-details-wrapper .cart-wrapper .button-complete a,
.menu-item-148 a {
  transition: all 0.2s !important;
}

.button:hover,
button:hover,
.cart-details-wrapper .cart-wrapper .button-complete a:hover,
.menu-item-148 a:hover {
  transform: scale(1.05) !important;
}
/* ===================== Hero Section CSS ======================= */

/* ===================== How It Works Section CSS ======================= */
section.how-it-work-section {
  position: relative;
  overflow: hidden;
  background-color: #80c9dc;
  padding: 70px 0 50px;
}
section.how-it-work-section .head {
  text-align: center;
  padding-bottom: 76px;
}
section.how-it-work-section .head .headline {
  color: #000006;
  font-size: 46px;
  font-weight: 800;
  line-height: 130%;
}
section.how-it-work-section .head .sub-headline {
  font-size: 28px;
  font-weight: 700;
  color: #000006;
  line-height: normal;
}
section.how-it-work-section .step-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
section.how-it-work-section .step-wrapper .item {
  position: relative;
  text-align: center;
}
section.how-it-work-section .step-wrapper .item .count {
  width: 111px;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f93822;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 25px;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  color: #fff;
  text-align: center;
}
section.how-it-work-section .step-wrapper .item .title {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #000006;
  padding-bottom: 11px;
}
section.how-it-work-section .step-wrapper .item .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  color: #000006;
}
section.how-it-work-section .step-wrapper .item::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2023/09/Graphics.svg);
  width: 176px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(100% - 74px);
  top: 48px;
}
section.how-it-work-section .step-wrapper .item:last-child::before {
  display: none;
}
/* ===================== How It Works Section CSS ======================= */

/* ===================== Little People Family Section CSS ======================= */
section.little-people-family-section {
  position: relative;
  overflow: hidden;
  padding: 145px 0;
}
section.little-people-family-section .head {
  text-align: center;
  padding-bottom: 63px;
}
section.little-people-family-section .head .headline {
  color: #147bd1;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  line-height: 130%;
  padding-bottom: 14px;
}
section.little-people-family-section .head .sub-headline {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000006;
  margin: 0;
  margin-bottom: 20px;
}
section.little-people-family-section .head .descriptions {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  color: #000006;
  opacity: 0.7;
}
section.little-people-family-section .products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 10%;
  row-gap: 45px;
}
section.little-people-family-section .products-wrapper .product-item {
  max-width: 247px;
  position: relative;
  padding: 0 13px;
  width: 100%;
  text-align: center;
}
section.little-people-family-section .products-wrapper .product-item::before {
  position: absolute;
  content: '';
  height: 192px;
  width: 192px;
  border-radius: 2000px;
  background: #147bd1;
  z-index: -1;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
section.little-people-family-section .products-wrapper .product-item button {
  width: 100%;
  background-color: #f93822;
  outline: none;
  border-radius: 10000px;
  padding: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 0.17px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border: 2px solid #f93822;
}
section.little-people-family-section
  .products-wrapper
  .product-item
  button:hover {
  background-color: #074f93;
  border-color: #074f93;
}
.product-add-to-cart-pop-wrapper {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.product-add-to-cart-pop-wrapper.active-pop {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
}
.product-add-to-cart-pop-wrapper .inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.product-add-to-cart-pop-wrapper .inner .left {
  width: 50%;
  background: var(
    --blue-grad,
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(20, 123, 209, 0.84) 0%,
      #1879cb 100%
    )
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  overflow: hidden;
}
.product-add-to-cart-pop-wrapper .inner .right {
  width: 50%;
}
.product-add-to-cart-pop-wrapper .inner .left .thumbnail {
  position: relative;
  width: 100%;
  max-width: 390px;
}
.product-add-to-cart-pop-wrapper .inner .left .thumbnail img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.product-add-to-cart-pop-wrapper .inner .left .thumbnail img.graphics {
  position: absolute;
  right: -30px;
  top: -70px;
  width: 140px;
  z-index: 1;
}
.product-add-to-cart-pop-wrapper .inner .right {
  padding: 70px 40px 55px 70px;
  text-align: left;
  position: relative;
}
.product-add-to-cart-pop-wrapper .inner .right h2 {
  color: #147bd1;
  font-size: 50px;
  font-weight: 700;
  line-height: 135.9%;
}
.product-add-to-cart-pop-wrapper .inner .right .subh {
  color: #000006;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}
.product-add-to-cart-pop-wrapper .inner .right .desc {
  color: #000006;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  border-bottom: 1px solid #147bd1;
  padding-bottom: 20px;
}
.product-add-to-cart-pop-wrapper .inner .right .desc strong {
  display: block;
}
.product-add-to-cart-pop-wrapper::-webkit-scrollbar {
  display: none;
}
.product-add-to-cart-pop-wrapper .inner .right form p {
  position: relative;
  margin-bottom: 20px;
}
.product-add-to-cart-pop-wrapper .inner .right form p label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  color: #000006;
  display: block;
  padding-bottom: 13px;
}
.product-add-to-cart-pop-wrapper .inner .right form p input,
.product-add-to-cart-pop-wrapper .inner .right form p select,
.product-add-to-cart-pop-wrapper .inner .right form p textarea {
  border-radius: 10px;
  border: 1.5px solid #147bd1;
  background: #fff;
  height: 56px;
  padding: 10px 25px;
  width: 100%;
}
.product-add-to-cart-pop-wrapper .inner .right form p textarea {
  height: 150px;
}
.product-add-to-cart-pop-wrapper .inner .right form button {
  border-radius: 25px;
  background: #ee0024;
  max-width: 243px;
  margin-top: 32px;
  margin-bottom: 0;
}
.product-add-to-cart-pop-wrapper .inner .right .close-pop {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 35px;
  cursor: pointer;
  color: #f93822;
}
section.little-people-family-section
  .products-wrapper
  .product-item.stock-out::after {
  opacity: 0.5;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  left: 0;
  top: 0;
}
section.little-people-family-section
  .products-wrapper
  .product-item.stock-out
  .stock-out {
  position: absolute;
  opacity: 1;
  top: 35%;
  transform: rotate(-6.159deg);
  color: #074f93;
  font-size: 22px;
  font-weight: 700;
  line-height: 165%;
  width: 110%;
  border-radius: 10px;
  background: #ede939;
  padding: 15px 0;
  z-index: 90;
  left: -5%;
}
section.little-people-family-section .products-wrapper .product-item.stock-out {
  pointer-events: none;
}
/* ===================== Little People Family Section CSS ======================= */

/* ===================== CTA Section CSS ======================= */
section.cta-section {
  padding: 45px 0;
}
section.cta-section p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  color: #000006;
  text-align: center;
}
section.cta-section p a {
  text-decoration: underline;
  color: #000006;
}
/* ===================== CTA Section CSS ======================= */

/* ===================== Sticky Cart CSS ======================= */
.logged-in .cart-details-wrapper {
  top: 90px;
}
.cart-details-wrapper {
  background-color: #ede939;
  padding: 40px 0 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 58px;
  z-index: 999;
}
.cart-details-wrapper .cart-headline {
  position: absolute;
  top: -22px;
  border-radius: 10px;
  background: #f93822;
  box-shadow: 1px 1px 12px 0px rgba(7, 79, 147, 0.1);
  color: #fff;
  font-size: 24px;
  line-height: normal;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 25px;
  font-family: 'LetsBeGlyphsCYR', sans-serif;
  width: max-content;
}
.cart-details-wrapper .cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.cart-details-wrapper .cart-wrapper .cart-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cart-details-wrapper .cart-wrapper .cart-product .product-cart-image {
  width: 81px;
  margin: 0 8px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding: 0 5px;
}
.cart-details-wrapper .cart-wrapper .cart-product .product-cart-image img {
  width: 100%;
  height: auto;
  position: relative;
}
.cart-details-wrapper .cart-wrapper .cart-product .product-cart-image::before {
  width: 81px;
  height: 81px;
  position: absolute;
  content: '';
  border-radius: 2000px;
  background: var(
    --blue-grad,
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(20, 123, 209, 0.84) 0%,
      #1879cb 100%
    )
  );
  bottom: -15px;
}
.cart-details-wrapper .cart-wrapper .button-complete {
  position: relative;
  margin-left: 10px;
}
.cart-details-wrapper .cart-wrapper .button-complete a {
  border-radius: 25px;
  background: #f93822;
  padding: 15px 25.76px 15px 26.24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 0.17px;
  text-decoration: none;
}
/* ===================== Sticky Cart CSS ======================= */

/* ===================== Woo-Commerce CSS ======================= */
.hidden,
.woocommerce-additional-fields,
h3#order_review_heading,
table.shop_table.woocommerce-checkout-review-order-table,
ul.wc_payment_methods.payment_methods.methods,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-billing-fields > h3,
.woocommerce-form-coupon-toggle,
section.checkout-form-wrap .container .left .woocommerce-notices-wrapper {
  display: none !important;
}

/* ===================== Woo-Commerce CSS ======================= */

/* ===================== Checkout CSS ======================= */
section.checkout-banner {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0;
}
section.checkout-form-wrap .no-products {
  text-align: center;
  max-width: 900px;
  margin: auto;
  width: 100%;
}
section.checkout-form-wrap .no-products p {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
section.checkout-form-wrap .no-products a {
  background-color: #f93822;
  outline: none;
  border-radius: 10000px;
  padding: 12px 35px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.17px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border: 2px solid #f93822;
  text-decoration: none;
  display: inline-block;
}
section.checkout-banner .container {
  text-align: center;
}
section.checkout-banner .container h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 118%;
  padding-bottom: 14px;
}
section.checkout-banner .container .description {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
section.checkout-form-wrap {
  position: relative;
  overflow: hidden;
  padding: 90px 0 150px;
}
section.checkout-form-wrap .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.checkout-form-wrap .container .left {
  width: 65%;
  padding-right: 88px;
  margin-top: -50px;
}
section.checkout-form-wrap .container .left .extra-headline {
  border-bottom: 1.5px solid #147bd1;
  padding-bottom: 19px;
  margin-bottom: 25px;
  margin-top: 50px;
}
section.checkout-form-wrap .container .left .extra-headline h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #147bd1;
}
section.checkout-form-wrap .container .left label {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  color: #000006;
  padding-bottom: 5px;
}
section.checkout-form-wrap .container .left label .required {
  text-decoration: none;
  position: relative;
  top: 3px;
  color: #000006;
}
section.checkout-form-wrap .container .left .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
section.checkout-form-wrap .container .left .woocommerce-input-wrapper input,
section.checkout-form-wrap .container .left .woocommerce-input-wrapper select,
section.checkout-form-wrap
  .container
  .left
  .woocommerce-input-wrapper
  textarea {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 1.5px solid #147bd1;
  background: #fff;
  padding: 5px 10px;
}
section.checkout-form-wrap
  .container
  .left
  .woocommerce-input-wrapper
  textarea {
  height: 155px;
  margin-top: 18px;
}
section.checkout-form-wrap
  .container
  .left
  .woocommerce-input-wrapper
  input[type='checkbox'] {
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  width: 32px;
  height: 32px;
  margin-right: 11px;
}
section.checkout-form-wrap .container .left label.checkbox {
  display: flex;
  align-items: center;
  font-weight: 400;
}
section.checkout-form-wrap .container .left .small-headline {
  border-bottom: 1.5px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.checkout-form-wrap .container .left .small-headline h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  font-family: 'HelveticaNeue', sans-serif;
  color: #000006;
}
section.checkout-form-wrap .container .left button#place_order {
  border-radius: 25px;
  background: #ee0024;
  border-color: #ee0024;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
section.checkout-form-wrap .container .left button#place_order:hover {
  background: #074f93;
  border-color: #074f93;
}
section.checkout-form-wrap .container .left p.disclaimer-wrapper {
  margin: 0;
  border-top: 1.5px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  font-family: 'HelveticaNeue', sans-serif;
  color: #000006;
}
section.checkout-form-wrap .container .left a {
  color: #000006;
  font-weight: 600;
}
section.checkout-form-wrap .container .left .show-on-click {
  display: none;
}
section.checkout-form-wrap .container .left .add-another h3 {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  width: max-content;
}
section.checkout-form-wrap .container .left .add-another h3::before {
  position: absolute;
  content: '+';
  height: 30px;
  width: 30px;
  background-color: #147bd1;
  display: flex;
  justify-content: center;
  line-height: 0;
  left: 0;
  border-radius: 100%;
  color: #fff;
  padding-top: 14px;
  font-size: 25px;
  font-weight: 700;
}
.show-on-click-2,
.show-on-click-3 {
  display: none;
}
section.checkout-form-wrap .container .right {
  width: 35%;
  position: relative;
  background-color: #ede939;
  border-radius: 16px;
}
section.checkout-form-wrap .container .right .cart-headline {
  position: absolute;
  top: -22px;
  border-radius: 10px;
  background: #f93822;
  box-shadow: 1px 1px 12px 0px rgba(7, 79, 147, 0.1);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 25px;
  font-family: 'LetsBeGlyphsCYR', sans-serif;
  width: max-content;
}
section.checkout-form-wrap .container .right .cart-collaterals,
section.checkout-form-wrap .container .right form.woocommerce-cart-form thead,
section.checkout-form-wrap
  .container
  .right
  form.woocommerce-cart-form
  tbody
  tr:last-child,
section.checkout-form-wrap
  .container
  .right
  form.woocommerce-cart-form
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-price,
section.checkout-form-wrap
  .container
  .right
  form.woocommerce-cart-form
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-quantity,
section.checkout-form-wrap
  .container
  .right
  form.woocommerce-cart-form
  tbody
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-subtotal {
  display: none;
}
section.checkout-form-wrap .container .right dl.variation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
section.checkout-form-wrap
  .container
  .right
  dl.variation
  dt.variation-FamilyName {
  display: none;
}
section.checkout-form-wrap
  .container
  .right
  dl.variation
  dd.variation-FamilyName {
  margin: 0;
  color: #147bd1;
  font-size: 20px;
  font-weight: 700;
  line-height: 135.9%;
  width: 100%;
  text-align: left;
}
section.checkout-form-wrap
  .container
  .right
  dl.variation
  dt.variation-Siblingrole {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 185%;
  color: #000006;
}
section.checkout-form-wrap
  .container
  .right
  dl.variation
  dd.variation-Siblingrole {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 185%;
  color: #000006;
  padding-left: 6px;
}
section.checkout-form-wrap .container .right a.remove {
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  color: #000006;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
}
section.checkout-form-wrap .container .right a.remove span {
  width: 18px;
  height: 18px;
  display: inline-flex;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 3px;
  padding-left: 1px;
  margin-right: 5px;
}
section.checkout-form-wrap .container .right tbody tr {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
}
section.checkout-form-wrap .container .right tbody tr td.product-thumbnail {
  width: 85px;
  padding: 0 10px;
  position: relative;
}
section.checkout-form-wrap .container .right tbody tr td.product-name {
  width: calc(100% - 85px);
  padding-left: 25px;
}
section.checkout-form-wrap .container .right table {
  margin: 0;
  padding: 25px 39px;
}
section.checkout-form-wrap .container .right tbody tr:first-child {
  border-top: none;
}
section.checkout-form-wrap
  .container
  .right
  tbody
  tr
  td.product-thumbnail
  a::before {
  position: absolute;
  content: '';
  height: 85px;
  width: 85px;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  left: -10px;
}
section.checkout-form-wrap .container .right tbody tr td.product-thumbnail a {
  position: relative;
  display: block;
  pointer-events: none;
}
section.checkout-form-wrap
  .container
  .right
  tbody
  tr
  td.product-thumbnail
  a
  img {
  position: relative;
  z-index: 2;
}
section.checkout-form-wrap .container .left label.checkbox span {
  width: calc(100% - 43px);
}
section.checkout-form-wrap .container .left label.checkbox span.optional {
  display: none;
}
.disclaimer-checkout h3 {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  color: #000006;
  margin-bottom: 20px;
  font-size: 16px;
}
.disclaimer-checkout h3 strong {
  display: block;
}
.requred-notifications-checkout h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  font-family: 'HelveticaNeue', sans-serif;
  margin-bottom: 25px;
}
.add-another-2 h3,
.add-another-3 h3 {
  margin-bottom: 30px;
}
/* ===================== Checkout CSS ======================= */

/* ===================== Thank You CSS ======================= */
section.thank-you-banner {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
  text-align: center;
}
section.thank-you-banner h1 {
  color: #147bd1;
  font-size: 64px;
  font-weight: 700;
  line-height: 118%;
  margin-bottom: 10px;
}
section.thank-you-banner .description {
  color: #000006;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  max-width: 850px;
  margin: auto;
}
/* ===================== Thank You CSS ======================= */

/* ===================== T & Cs CSS ======================= */
section.t-c-banner {
  position: relative;
  overflow: hidden;
  background-color: #147bd1;
  padding: 130px 0 150px;
  text-align: center;
}
section.t-c-banner h1 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
}
section.t-c-content-wrapper {
  position: relative;
  padding: 120px 0;
}
section.t-c-content-wrapper .contents {
  color: #333;
}
section.t-c-content-wrapper .contents .contents-inner {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
section.t-c-content-wrapper .contents .contents-inner ul {
  margin: 0;
  margin-bottom: 1.2em;
}
section.t-c-content-wrapper .contents .contents-inner a {
  color: #333;
}
section.t-c-content-wrapper .contents .contents-inner h2 {
  color: #147bd1;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0.4em;
}
section.t-c-content-wrapper .contents .contents-inner ol {
  margin: 0;
  padding-left: 20px;
}
.table-of-content {
  width: 320px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 120px;
}
section.t-c-content-wrapper.table-contents .contents {
  width: calc(100% - 320px);
  margin-left: auto;
  padding-left: 100px;
  border-left: 1px solid #147bd1;
  line-height: 165%;
  margin-top: -50px;
}
.table-of-content ol {
  margin: 0;
  padding: 0;
  position: absolute;
  padding-left: 21px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 204%;
}
.table-of-content h2 {
  color: #147bd1;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 13px;
}
.table-of-content ol a {
  color: initial;
  text-decoration: none;
}
section.t-c-content-wrapper .contents .contents-inner ol ol {
  margin-bottom: 30px;
}
section.t-c-content-wrapper .contents .contents-inner > ol > li::marker {
  color: #147bd1;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0.4em;
}
section.t-c-content-wrapper .contents .contents-inner ol ol li {
  margin-bottom: 25px;
}
section.t-c-content-wrapper .contents .contents-inner h2 {
  padding-top: 120px;
  margin-top: -120px;
}
/* ===================== T & Cs CSS ======================= */
/* ===================== 404 CSS ======================= */
.error-404-wrapper {
  text-align: center;
  padding: 200px 20px;
}
.error-404-wrapper h1.page-title {
  font-size: 60px;
  color: #000006;
}
.error-404-wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  color: #000006;
}
/* ===================== 404 CSS ======================= */
p.note-for-max {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.note-for-max svg {
  margin-right: 5px;
}

.error-message-cus ul.woocommerce-error {
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block !important;
}
.error-message-cus ul.woocommerce-error li {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
ul.woocommerce-error a.button {
  display: none;
}
.error-message-cus > * {
  display: none;
}
section.checkout-form-wrap .container .left ul.woocommerce-error {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  color: red;
}

@media only screen and (min-width: 768px) {
  body .mobile-menu-wrapper {
    display: none !important;
  }
}
@media only screen and (max-width: 1720px) {
  header#masthead .header-container .right-area nav ul.menu li a {
    font-size: 16px;
  }
  header#masthead .header-container .right-area nav ul.menu {
    gap: 42px;
  }
}
@media only screen and (max-width: 1640px) {
  div#page {
    padding-top: 74px;
  }
  header#masthead .header-container .right-area nav ul.menu {
    gap: 20px;
  }
  header#masthead .header-container .right-area .fisher {
    width: 150px;
  }
  header#masthead .header-container .right-area nav {
    margin-right: 20px;
  }
  header#masthead .header-container .logo-notice .notice {
    font-size: 13px;
    padding: 10px 15px;
    margin-left: 14px;
  }
  header#masthead .header-container .logo-notice {
    width: 662px;
  }
  header#masthead .header-container .right-area {
    width: calc(100% - 662px);
  }
  header#masthead .header-container .right-area nav ul.menu li a {
    font-size: 16px;
  }
  .logged-in .cart-details-wrapper {
    top: 80px;
  }
  .cart-details-wrapper {
    top: 46px;
  }
}

@media only screen and (max-width: 1450px) {
  header#masthead .header-container .right-area nav ul.menu li a {
    font-size: 15px;
  }
  header#masthead .header-container .logo-notice .notice {
    font-size: 12px;
    padding: 8px 5px;
    margin-left: 5px;
  }
  header#masthead .header-container .logo-notice {
    width: 605px;
  }
  header#masthead .header-container .right-area {
    width: calc(100% - 605px);
  }
}
@media only screen and (max-width: 1365px) {
  header#masthead .header-container .logo-notice {
    width: 220px;
  }
  header#masthead .header-container .logo-notice .notice {
    display: none;
  }
  header#masthead .header-container .right-area {
    width: calc(100% - 220px);
  }
  header#masthead .header-container .right-area nav ul.menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 1279px) {
  section.hero-section .wrapper .left .headline {
    font-size: 48px;
    max-width: 463px;
  }
  section.hero-section {
    padding: 70px 0;
  }
  section.hero-section .wrapper .left .sub-headline {
    font-size: 24px;
  }
  section.hero-section .wrapper .left .descriptions {
    font-size: 15px;
  }
  .button {
    padding: 11px 26px;
    font-size: 18px;
  }
  .cart-details-wrapper .cart-headline {
    font-size: 18px;
  }
  .cart-details-wrapper .cart-wrapper .button-complete a {
    padding: 12px 25px;
    font-size: 18px;
  }
  .cart-details-wrapper .cart-wrapper .cart-product .product-cart-image {
    width: 65px;
  }
  .cart-details-wrapper
    .cart-wrapper
    .cart-product
    .product-cart-image::before {
    height: 70px;
    width: 70px;
  }
  section.how-it-work-section .head .headline {
    font-size: 37px;
  }
  section.how-it-work-section .head .sub-headline {
    font-size: 22px;
  }
  section.how-it-work-section {
    padding: 50px 0 50px;
  }
  section.how-it-work-section .head {
    padding-bottom: 50px;
  }
  section.how-it-work-section .step-wrapper .item .count {
    width: 90px;
    height: 90px;
    font-size: 50px;
  }
  section.how-it-work-section .step-wrapper .item::before {
    width: 130px;
    left: calc(100% - 50px);
    top: 38px;
  }
  section.how-it-work-section .step-wrapper .item .title {
    font-size: 24px;
  }
  section.how-it-work-section .step-wrapper .item .description {
    font-size: 16px;
  }
  section.little-people-family-section {
    padding: 70px 0;
  }
  section.little-people-family-section .head .headline {
    font-size: 37px;
    padding-bottom: 8px;
  }
  section.little-people-family-section .head .sub-headline {
    font-size: 22px;
    margin-bottom: 15px;
  }
  section.little-people-family-section .head .descriptions {
    font-size: 16px;
  }
  section.little-people-family-section .products-wrapper {
    column-gap: 5%;
  }
  section.little-people-family-section .products-wrapper .product-item {
    width: 200px;
  }
  section.little-people-family-section .products-wrapper .product-item::before {
    width: 172px;
    height: 172px;
    bottom: 30px;
  }
  section.little-people-family-section .products-wrapper .product-item button {
    padding: 8px 16px;
    font-size: 18px;
  }
  section.little-people-family-section
    .products-wrapper
    .product-item.stock-out
    .stock-out {
    font-size: 18px;
    padding: 10px 0;
  }
  section.cta-section p {
    font-size: 20px;
  }
  section.cta-section {
    padding: 30px 0;
  }
  footer#colophon .footer-top .footer-menu ul.menu {
    column-gap: 100px;
  }
  footer#colophon .footer-top .footer-menu {
    padding-top: 35px;
  }
  footer#colophon .footer-top {
    padding: 60px 0 100px 0;
  }
  footer#colophon .footer-top .fisher-price {
    width: 200px;
  }
  .product-add-to-cart-pop-wrapper .inner .right h2 {
    font-size: 40px;
  }
  .product-add-to-cart-pop-wrapper .inner .right {
    padding: 45px 25px 45px 25px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .close-pop {
    top: 20px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .subh {
    font-size: 22px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .desc {
    font-size: 14px;
  }
  .product-add-to-cart-pop-wrapper .inner .right form p input,
  .product-add-to-cart-pop-wrapper .inner .right form p select,
  .product-add-to-cart-pop-wrapper .inner .right form p textarea {
    height: 45px;
    padding: 5px 17px;
  }
  .product-add-to-cart-pop-wrapper .inner .right form p textarea {
    height: 100px;
  }
  section.little-people-family-section .products-wrapper .product-item button {
    margin-top: 20px;
    font-size: 16px;
  }
  section.checkout-banner .container h1 {
    font-size: 50px;
  }
  section.checkout-banner .container .description {
    font-size: 22px;
  }
  section.checkout-banner {
    padding: 100px 0;
  }
  section.checkout-form-wrap .container .left {
    padding-right: 30px;
  }
  section.checkout-form-wrap .container .right .cart-headline {
    font-size: 20px;
  }
  section.checkout-form-wrap .container .right table {
    padding: 20px 15px;
  }
  section.checkout-form-wrap .container .right tbody tr td.product-thumbnail {
    width: 75px;
  }
  section.checkout-form-wrap
    .container
    .right
    tbody
    tr
    td.product-thumbnail
    a::before {
    width: 75px;
    height: 75px;
  }
  section.checkout-form-wrap .container .right tbody tr td.product-name {
    width: calc(100% - 75px);
    padding-left: 15px;
  }
  section.checkout-form-wrap .container .left .extra-headline h3 {
    font-size: 32px;
  }
  section.checkout-form-wrap .container .right tbody tr {
    padding: 15px 0;
  }
  section.thank-you-banner {
    padding: 110px 0;
  }
  section.thank-you-banner h1 {
    font-size: 50px;
  }
  section.thank-you-banner .description {
    font-size: 18px;
  }
  section.t-c-content-wrapper.table-contents .contents {
    padding-left: 50px;
  }
  section.t-c-banner h1 {
    font-size: 50px;
  }
  section.t-c-banner {
    padding: 100px 0;
  }
  section.t-c-content-wrapper {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1023px) {
  /* header#masthead .header-container .right-area nav {
    margin-right: 10px;
  } */
  header#masthead .header-container .right-area nav ul.menu {
    gap: 18px;
  }
  header#masthead .header-container .right-area nav ul.menu li a {
    font-size: 14px;
  }
  header#masthead .header-container .right-area .fisher {
    width: 110px;
    top: -8px;
  }
  header#masthead .header-container .logo-notice {
    width: 170px;
  }
  header#masthead .header-container .right-area {
    width: calc(100% - 180px);
  }
  div#page {
    padding-top: 64px;
  }
  section.hero-section .wrapper .right {
    width: 45%;
  }
  section.hero-section .wrapper .left {
    width: 55%;
  }
  section.hero-section .wrapper .left .headline {
    font-size: 45px;
  }
  section.hero-section .wrapper .left .sub-headline {
    font-size: 20px;
  }
  section.hero-section .wrapper .left .descriptions {
    font-size: 14px;
  }
  .button {
    font-size: 16px;
    padding: 10px 24px;
    border-width: 2px;
  }
  .cart-details-wrapper .cart-headline {
    font-size: 16px;
  }
  .cart-details-wrapper .cart-wrapper .button-complete a {
    font-size: 14px;
    padding: 11px 20px;
  }
  .cart-details-wrapper .cart-wrapper .cart-product .product-cart-image {
    width: 55px;
    margin: 0 5px 15px;
  }
  .cart-details-wrapper
    .cart-wrapper
    .cart-product
    .product-cart-image::before {
    width: 55px;
    height: 55px;
  }
  section.how-it-work-section .head .headline {
    font-size: 35px;
  }
  section.how-it-work-section .head .sub-headline {
    font-size: 18px;
  }
  section.how-it-work-section .step-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.how-it-work-section .step-wrapper .item:nth-child(2)::before {
    display: none;
  }
  section.how-it-work-section .step-wrapper .item .description {
    font-size: 14px;
  }
  section.how-it-work-section .step-wrapper .item .title {
    font-size: 22px;
  }
  section.how-it-work-section .step-wrapper .item .count {
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
    font-size: 35px;
  }
  section.little-people-family-section .head .headline {
    font-size: 30px;
  }
  section.little-people-family-section .head .sub-headline {
    font-size: 18px;
  }
  section.little-people-family-section .head .descriptions {
    font-size: 14px;
  }
  section.little-people-family-section {
    padding: 50px 0;
  }
  section.little-people-family-section .head {
    padding-bottom: 50px;
  }
  section.little-people-family-section .products-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section.little-people-family-section .products-wrapper .product-item {
    width: 170px;
    margin: auto;
  }
  section.little-people-family-section .products-wrapper .product-item::before {
    width: 142px;
    height: 142px;
  }
  section.little-people-family-section .products-wrapper .product-item button {
    font-size: 14px;
    padding: 5px 10px;
  }
  .logged-in .cart-details-wrapper {
    top: 70px;
  }
  .cart-details-wrapper {
    top: 40px;
  }
  section.how-it-work-section .step-wrapper .item::before {
    top: 25px;
  }
  footer#colophon .footer-top .footer-menu {
    padding-top: 10px;
  }
  footer#colophon .footer-top .footer-menu ul.menu {
    column-gap: 60px;
  }
  footer#colophon .footer-top .fisher-price {
    width: 160px;
  }
  footer#colophon .footer-top .footer-logo {
    width: 260px;
  }
  footer#colophon .footer-top {
    padding: 45px 0 50px 0;
  }
  section.cta-section p {
    font-size: 18px;
  }
  section.cta-section {
    padding: 20px 0;
  }
  footer#colophon .footer-bottom p {
    font-size: 14px;
  }
  footer#colophon .footer-bottom {
    padding: 16px 0;
  }
  .product-add-to-cart-pop-wrapper .inner .left {
    width: 40%;
  }
  .product-add-to-cart-pop-wrapper .inner .right {
    width: 60%;
  }
  .product-add-to-cart-pop-wrapper .inner .right h2 {
    font-size: 35px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .subh {
    font-size: 18px;
  }
  .product-add-to-cart-pop-wrapper .inner .right form p label {
    font-size: 14px;
    padding-bottom: 5px;
  }
  section.little-people-family-section .products-wrapper .product-item button {
    max-width: 200px;
  }
  section.checkout-form-wrap .container .right .cart-headline {
    font-size: 16px;
  }
  section.checkout-form-wrap .container .left {
    width: 62%;
  }
  section.checkout-form-wrap .container .right {
    width: 38%;
  }
  section.checkout-form-wrap .container .right table {
    padding: 15px;
  }
  section.checkout-form-wrap
    .container
    .right
    dl.variation
    dt.variation-Siblingrole {
    font-size: 14px;
  }
  section.checkout-form-wrap
    .container
    .right
    dl.variation
    dd.variation-Siblingrole {
    font-size: 14px;
  }
  section.checkout-form-wrap .container .right tbody tr td.product-thumbnail {
    width: 65px;
    padding: 0 5px;
  }
  section.checkout-form-wrap
    .container
    .right
    tbody
    tr
    td.product-thumbnail
    a::before {
    width: 65px;
    height: 65px;
    left: -5px;
  }
  section.checkout-form-wrap .container .right tbody tr td.product-name {
    width: calc(100% - 65px);
    padding-left: 10px;
  }
  section.checkout-form-wrap .container .left .woocommerce-input-wrapper input,
  section.checkout-form-wrap .container .left .woocommerce-input-wrapper select,
  section.checkout-form-wrap
    .container
    .left
    .woocommerce-input-wrapper
    textarea {
    height: 45px;
    font-size: 14px;
  }
  section.checkout-form-wrap
    .container
    .left
    .woocommerce-input-wrapper
    textarea {
    height: 120px;
  }
  section.checkout-form-wrap {
    padding: 70px 0 100px;
  }
  section.checkout-banner {
    padding: 80px 0;
  }
  section.checkout-banner .container h1 {
    font-size: 35px;
  }
  section.checkout-banner .container .description {
    font-size: 18px;
  }
  section.checkout-form-wrap .container .left .extra-headline h3 {
    font-size: 28px;
  }
  section.thank-you-banner {
    padding: 90px 0;
  }
  section.thank-you-banner h1 {
    font-size: 40px;
  }
  section.thank-you-banner .description {
    font-size: 16px;
  }
  section.t-c-content-wrapper.table-contents .contents {
    padding-left: 30px;
    width: calc(100% - 240px);
  }
  section.t-c-banner h1 {
    font-size: 37px;
  }
  section.t-c-banner {
    padding: 70px 0;
  }
  section.t-c-content-wrapper {
    padding: 50px 0;
  }
  .table-of-content {
    width: 240px;
  }
  .table-of-content ol {
    font-size: 18px;
  }
  header#masthead .header-container .right-area .fisher {
    display: none;
  }
  .error-404-wrapper h1.page-title {
    font-size: 44px;
  }
  .error-404-wrapper {
    padding: 130px 20px;
  }
  .error-404-wrapper p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  header#masthead .header-container .right-area nav {
    display: none;
  }
  header#masthead .header-container .right-area .fisher {
    display: none;
  }
  header#masthead .header-container .right-area .menu-toggle {
    display: block;
  }
  div#page {
    padding-top: 50px;
  }
  header#masthead .header-container {
    padding: 5px 17px;
  }
  section.hero-section {
    padding: 40px 0;
  }
  section.hero-section .wrapper .left {
    width: 100%;
    padding-right: 20px;
  }
  section.hero-section .wrapper .right {
    width: 100%;
  }
  section.hero-section .wrapper .left .inner {
    text-align: center;
  }
  section.hero-section .wrapper .left .headline {
    margin: auto;
    font-size: 32px;
  }
  section.hero-section .wrapper .left .sub-headline {
    font-size: 18px;
  }
  .button {
    font-size: 14px;
    padding: 10px 12px;
    margin: 0 5px 10px 0;
  }
  section.little-people-family-section .products-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.little-people-family-section .products-wrapper .product-item {
    margin: auto;
    width: 140px;
  }
  section.little-people-family-section .products-wrapper .product-item::before {
    width: 125px;
    height: 125px;
  }
  section.little-people-family-section
    .products-wrapper
    .product-item
    button.add-to-family-pop {
    width: 110%;
    margin-left: -5%;
  }
  section.little-people-family-section .head .headline {
    font-size: 25px;
  }
  section.little-people-family-section .head .sub-headline {
    font-size: 16px;
    margin-bottom: 5px;
  }
  footer#colophon .footer-top .fisher-price {
    margin-right: -30px;
    width: 140px;
  }
  footer#colophon .footer-top {
    padding: 60px 0 50px 0;
  }
  footer#colophon .footer-top .footer-menu {
    padding-top: 0;
  }
  footer#colophon .footer-top .footer-menu ul.menu {
    column-gap: 30px;
  }
  footer#colophon .footer-top .footer-menu ul.menu a {
    font-size: 15px;
  }
  section.cta-section p {
    font-size: 16px;
  }
  .product-add-to-cart-pop-wrapper .inner .right h2 {
    font-size: 30px;
    line-height: 114.9%;
  }
  .product-add-to-cart-pop-wrapper .inner .right .subh {
    font-size: 16px;
  }
  section.checkout-form-wrap .container .left {
    width: 100%;
    padding-right: 0;
	  margin-top: 0;
  }
  section.checkout-form-wrap .container .right {
    width: 100%;
    margin-bottom: 30px;
  }
  section.checkout-form-wrap .container {
    flex-flow: column-reverse;
  }
  section.checkout-form-wrap
    .container
    .right
    tbody
    tr
    td.product-thumbnail::before {
    display: none;
  }
  section.checkout-form-wrap
    .container
    .right
    tbody
    tr
    td.product-name::before {
    display: none;
  }
  section.checkout-form-wrap .container .left .extra-headline h3 {
    font-size: 25px;
  }
  section.checkout-form-wrap .container .left .extra-headline {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  section.checkout-form-wrap .container .left label {
    font-size: 14px;
  }
  section.checkout-form-wrap .container .left .small-headline h3 {
    font-size: 14px;
  }
  section.checkout-form-wrap .container .left p.disclaimer-wrapper {
    font-size: 14px;
  }
  section.checkout-banner .container h1 {
    font-size: 28px;
  }
  section.checkout-banner .container .description {
    font-size: 14px;
  }
  section.checkout-banner {
    padding: 50px 0;
  }
  section.checkout-form-wrap {
    padding: 60px 0 55px;
  }
  section.thank-you-banner {
    padding: 75px 0;
  }
  section.thank-you-banner h1 {
    font-size: 30px;
  }
  section.thank-you-banner .description {
    font-size: 14px;
  }
  .table-of-content {
    position: relative;
    top: 0;
  }
  .table-of-content ol {
    position: relative;
    font-size: 16px;
  }
  .table-of-content h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
  section.t-c-content-wrapper.table-contents .contents {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    padding-top: 40px;
    font-size: 14px;
  }
  section.t-c-content-wrapper .contents .contents-inner h2 {
    font-size: 24px;
  }
  section.t-c-content-wrapper .contents .contents-inner ol ol li {
    margin-bottom: 15px;
  }
  section.t-c-content-wrapper .contents .contents-inner ol ol {
    padding-left: 0;
  }
  section.t-c-banner h1 {
    font-size: 28px;
  }
  section.t-c-content-wrapper .contents {
    font-size: 15px;
  }
  .mobile-menu-wrapper {
    display: none;
  }
  .mobile-menu-wrapper .inner {
    padding: 15px 20px 25px;
  }
  .mobile-menu-wrapper .inner ul li {
    width: 100%;
  }
  .mobile-menu-wrapper .inner ul {
    flex-wrap: wrap;
    display: flex;
  }
  .mobile-menu-wrapper .inner ul li a {
    font-size: 18px;
    padding: 5px 0;
    color: #000;
    font-weight: 700;
  }
  .mobile-menu-wrapper .inner ul li.red a {
    color: #ee0024;
  }
  header#masthead
    .header-container
    .right-area
    .menu-toggle.active
    span:nth-child(2) {
    opacity: 0;
  }
  header#masthead
    .header-container
    .right-area
    .menu-toggle.active
    span:first-child {
    transform: rotate(45deg);
    top: 45%;
  }
  header#masthead
    .header-container
    .right-area
    .menu-toggle.active
    span:last-child {
    transform: rotate(-45deg);
    top: 45%;
  }
  section.checkout-form-wrap .no-products {
    padding: 0 20px;
  }
  section.checkout-form-wrap .no-products p {
    font-size: 18px;
  }
  .product-add-to-cart-pop-wrapper .inner {
    flex-flow: column-reverse;
  }
  .product-add-to-cart-pop-wrapper .inner .left {
    width: 100%;
    padding: 25px 20px;
  }
  .product-add-to-cart-pop-wrapper .inner .right {
    width: 100%;
    padding: 30px 15px 20px 15px;
  }
  .error-404-wrapper h1.page-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .error-404-wrapper {
    padding: 100px 20px;
  }
  .product-add-to-cart-pop-wrapper .inner .left .thumbnail img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-details-wrapper .cart-wrapper .cart-product .product-cart-image {
    width: 45px;
  }
  .cart-details-wrapper
    .cart-wrapper
    .cart-product
    .product-cart-image::before {
    width: 45px;
    height: 45px;
  }
  section.how-it-work-section .step-wrapper .item::before {
    display: none;
  }
  section.how-it-work-section .step-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.how-it-work-section {
    padding: 40px 0;
  }
  .product-add-to-cart-pop-wrapper .inner .left .thumbnail img {
    max-width: 90px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .close-pop {
    top: 5px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .product-add-to-cart-pop-wrapper .inner .right h2 {
    font-size: 24px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .subh {
    font-size: 14px;
  }
  .product-add-to-cart-pop-wrapper .inner .right .desc {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product-add-to-cart-pop-wrapper .inner .right form p {
    margin-bottom: 10px;
  }
  section.little-people-family-section .products-wrapper .product-item button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
