
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

/****************
  HEADER STYLES
****************/

.sp-header {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sp-header .lego-embed-block {
  background-image: url("../images/PFO_WEB_background_gray_wood_1600w.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-header .lego-embed-block .header-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  min-height: 110px;
}

.sp-header .lego-embed-block .header-top>div {
  display: inline-block;
  width: -webkit-calc((100% - 9px)/ 3);
  width: calc((100% - 9px)/ 3);
  vertical-align: top;
}

.sp-header .lego-embed-block .header-top .sp-header-social {
  padding-top: 20px;
}

.sp-header .lego-embed-block .header-top .sp-header-social .facebook,
.sp-header .lego-embed-block .header-top .sp-header-social .instagram,
.sp-header .lego-embed-block .header-top .sp-header-social .pinterest,
.sp-header .lego-embed-block .header-top .sp-header-social .social-icons-template,
.sp-header .lego-embed-block .header-top .sp-header-social .twitter {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  height: 50px;
  width: 45px;
}

.sp-header .lego-embed-block .header-top .sp-header-social .facebook {
  background-image: url("../images/facebook-square.png");
  margin-left: -12px;
}

.sp-header .lego-embed-block .header-top .sp-header-social .instagram {
  background-image: url("../images/instagram.png");
}

.sp-header .lego-embed-block .header-top .sp-header-social .twitter {
  background-image: url("../images/twitter.png");
}

.sp-header .lego-embed-block .header-top .sp-header-social .pinterest {
  background-image: url("../images/pinterest.png");
}

.sp-header .lego-embed-block .header-top .spheader-logo {
  padding-top: 15px;
  text-align: center;
}

.spheader-logo img {
  width: 132px;
}

.sp-header .lego-embed-block .header-top>div:last-child {
  text-align: right;
}

.sp-header .lego-embed-block .header-others .header-login-cart {
  padding-top: 25px;
}


.sp-header .lego-embed-block .header-others .header-login-cart>div,
.sp-header .lego-embed-block .header-others .header-login-cart>header-minicart {
  display: inline-block;
  vertical-align: top;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-search {
  display: block;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-search #header-search form {
  float: right;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn .header-login {
  margin: 0;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn li.login-text {
  min-width: 0;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn li.login-text a {
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #58614b;
  font-family: "Open Sans",sans-serif;
}
.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn li.login-text a:hover {
	color: #579d54;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn .header-login-button .header-login li.login-text a {
  font-size: 13px;
  line-height: 5px;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn .header-login-button .header-login li.dropdown.account {
  min-width: 0;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn .header-login-button .header-login li.dropdown.account>span {
  font-size: 0;
}

.sp-header .lego-embed-block .header-others .header-login-cart .sp-header-login-btn .header-login-button .header-login li.dropdown.account ul.dropdown-menu {
  z-index: 5000;
  top: 20px;
  width: 200px;
  font-family: "Open Sans",sans-serif;
  padding: 10px 2px;
}

header-minicart .header-minicart {
  position: relative;
  width: 25px;
}

header-minicart .header-minicart a.cart-summary-link {
  display: inline-block;
  position: relative;
  margin: 0;
}

.header-minicart .cart-icon {
  color: #444;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}

header-minicart .header-minicart a.cart-summary-link .count-container {
  display: none;
  position: absolute;
  top: -5px;
  left: 20px;
  background-color: inherit;
}

header-minicart .header-minicart a.cart-summary-link .count-container span {
  text-shadow: 4px 4px 10px rgba(0,0,0,.65);
  padding: 4px;
  color: #fff;
  border-radius: 50%;
  background-color: #51603e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}

.header-minicart .minicart-dropdown {
  position: absolute;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  display: block;
  width: 450px;
  z-index: 5000;
  font-family: "Open Sans",sans-serif;
  max-height: 500px;
  overflow-y: scroll;
}

.header-minicart .minicart-checkout {
  border-top: 0;
  display: block;
}

.header-minicart .minicart-checkout .checkout-cta {
  background-color: #51603e;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.header-minicart .minicart-product-list {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.mobile-minicart-dropdown {
  position: fixed;
  top: -40px;
  left: 0;
  background-color: #444;
  color: #fff;
  font-size: 12px;
  height: 40px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header-minicart .product-image-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.header-minicart .product-image {
  max-width: 100%;
}

.mobile-minicart-dropdown .product-details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mobile-minicart-dropdown .checkout-cta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  vertical-align: middle;
}

header-search .sp-header-search {
  position: relative;
}

.mobile-cartsearch .site-search-container.sp-header-search .site-search,
.mobile-cartsearch .site-search-container.sp-header-search .site-search form,
.mobile-cartsearch .site-search-container.sp-header-search .site-search input,
.mobile-cartsearch .site-search-container.sp-header-search.expanded,
.sp-header header-search .site-search-container.sp-header-search .site-search,
.sp-header header-search .site-search-container.sp-header-search .site-search form,
.sp-header header-search .site-search-container.sp-header-search .site-search input,
.sp-header header-search .site-search-container.sp-header-search.expanded {
  margin-left: 0;
}

.mobile-cartsearch .site-search-container.sp-header-search .site-search input,
.sp-header header-search .site-search-container.sp-header-search .site-search input {
  padding-right: 30px;
  border-radius: 20px;
  font: 500 12px "Museo Slab",serif;
  background: #fff;
  height: 25px;
  margin-top: 10px;
  width: 105px;
  padding-left: 17px;
  border-color: #51603e;
}

.mobile-cartsearch .site-search-container.sp-header-search .site-search button,
.sp-header header-search .site-search-container.sp-header-search .site-search button {
  left: 75px;
}

.site-search .search-icon {
  font-size: 13px;
  margin-top: -10px;
}

.navigation-desktop {
  background-color: #fff;
  width: 100%;
  z-index: 4000;
  background-image: url("../images/header-bottom-bg.jpg");
  position: relative;
}

.navigation-desktop .navigation-item-container {
  text-align: center;
  line-height: 25px;
  height: 25px;
}

.navigation-desktop .nav-item {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
}

.navigation-desktop .navigation-item-container>.nav-item {
  line-height: 25px;
  padding-right: 35px;
}

.navigation-desktop a {
  color: #000;
  text-decoration: none;
}

.navigation-desktop .navigation-item-container>.nav-item>a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Museo Slab",serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.navigation-desktop .subcategories {
  display: none;
}

.navigation-desktop .navigation-item-container .subcategories .subcategory a,
.subcategories-items-template {
  color: #4c5c3f;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Museo Slab",serif;
  font-weight: 700;
}

.navigation-desktop .navigation-item-container .nav-item a:hover {
  color: #7f7f7f!important;
  text-decoration: none;
}

ul.sub-subcategories {
  margin-bottom: 0;
}

.navigation-desktop .nav-item:hover .subcategories,
.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories,
.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories {
  /*background-color: #fff;*/
  background-color: #F7EDCA;
  display: block;
  position: absolute;
  /*background-image: url("../images/web_mega_menu_bg_1600x500.jpg");*/
  background-size: cover;
  width: 100%;
  left: 0;
  right: 0;
  top: 25px;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container,
.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  overflow: hidden;
  text-align: left;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container {
  min-height: 330px;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategory {
    width: 30%;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container .subcategory,
.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory {
  padding: 0 10px;
  position: relative;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  height: 100%;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container .subcategory {
  text-align: left;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container .subcategory .sub-subcategories,
.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory .sub-subcategories {
  padding: 0;
  padding-left: 5px;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory:nth-child(2),
.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory:nth-child(3),
.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory:nth-child(5),
.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory:nth-child(6) {
  padding-left: 40px;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory:first-child {
    width: 15%;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory:nth-child(2) {
  width: 18%;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory:nth-child(3) {
  width: 25%;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory:nth-child(4) {
  width: 20%;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory:nth-child(5) {
  width: 22%;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container .subcategory .sub-subcategories li,
.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory .sub-subcategories li {
  padding: 5px;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container .subcategory .sub-subcategories li a,
.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory .sub-subcategories li a {
  font-size: 18px;
  font-weight: 500;
}

.navigation-desktop .navigation-item-container .nav-item:nth-child(2):hover .subcategories .subcategory-items-container>.subcategory:last-child .subcat-image img {
  width: 20vw;
  max-width: 309px;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategory:not(:last-child):after {
  content: '';
  border-right: 3px solid #51603e;
  position: absolute;
  top: 0;
  right: 0;
  height: 320px;
}

.navigation-desktop .navigation-item-container .nav-item:nth-child(2):hover .subcategories .nav-item-additions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  text-align: left;
  bottom: -40px;
}

.navigation-desktop .navigation-item-container .nav-item:nth-child(2):hover .subcategories .nav-item-additions .additional-items-container .additional-link {
  background-color: #51603e;
  padding: 3px 6px;
  color: #fff;
  font-family: "Museo Slab",serif;
  text-transform: uppercase;
  display: inline-block;
}

.navigation-desktop .navigation-item-container .nav-item:nth-child(2):hover .subcategories .nav-item-additions .additional-items-container .additional-link span {
  font-size: 1vw;
  color: #fff;
}

.navigation-desktop .navigation-item-container .nav-item:nth-child(2):hover .subcategories .nav-item-additions .additional-items-container .additional-link:hover {
  background-color: #49a242;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategory:not(:last-child):after {
  height: 60px;
}

.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategory:first-child:after,
.navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategory:nth-child(2):after {
  content: '';
  border-right: 3px solid #51603e;
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
}

.navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories {
  padding-bottom: 60px;
}

.navigation-mobile {
  padding: 10px;
}

.navigation-mobile .menu-button {
  cursor: pointer;
  padding: 5px;
  width: 20px;
}

.navigation-mobile .menu-button:before {
  content: "\f0c9";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
}

.drop-menu.open .sub-menu .menu-item:before,
.drop-menu.open .top-menu:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 3px;
}

.drop-menu.open .menu, .sub-menu.open ul,
.top-menu.open .sub-menu {
  display: block;
}

.drop-menu.open .sub-menu.open .menu-item:before,
.drop-menu.open .top-menu.open:before {
  content: "\f068";
}

mobile-login-button .account-submenu {
  display: none;
}

mobile-login-button .open .account-submenu {
  display: block;
}

.mobile-cart-search {
  display: none;
}

header-minicart .header-minicart a.cart-summary-link .count-container {
  position: absolute;
  top: -5px;
  left: 20px;
  background-color: inherit;
  display: none;
}

header-minicart .header-minicart a.cart-summary-link .count-container span {
  text-shadow: 4px 4px 10px rgba(0,0,0,.65);
  padding: 4px;
  color: #fff;
  border-radius: 50%;
  background-color: #51603e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}

header-minicart .header-minicart header-minicart-dropdown {
  font-family: "Open Sans",sans-serif;
  max-height: 500px;
  overflow-y: scroll;
  z-index: 5000;
}

/****************
  FOOTER STYLES
****************/

.sp-footer-desktop,
.sp-footer-embed {
  margin-top: 50px;
}

.sp-footer-desktop {
  background-image: url("../images/Pacific_Footer_Wood_BG_HiRes_1600w.jpg");
}

.footer-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 50px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  text-shadow: 4px 4px 10px rgba(0,0,0,.65);
  height: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-row .sp-footer-top,
.footer-row .sp-mobile-footer-top {
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}

.footer-row .sp-footer-top .email-newsletter,
.footer-row .sp-footer-top display-tile-info,
.footer-row .sp-mobile-footer-top .email-newsletter,
.footer-row .sp-mobile-footer-top display-tile-info,
.footer-row .sp-footer-bottom .copyright,
.footer-row .sp-footer-bottom .sp-footer-social,
.footer-row .sp-mobile-footer-top .copyright,
.footer-row .sp-mobile-footer-top .sp-footer-social {
  display: inline-block;
  vertical-align: top;
}

.footer-row .sp-footer-top display-tile-info,
.footer-row .sp-mobile-footer-top display-tile-info {
  width: 60%;
}

.footer-row .footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-row .sp-footer-top .email-newsletter p,
.footer-row .sp-footer-top display-tile-info p,
.footer-row .sp-mobile-footer-top .email-newsletter p,
.footer-row .sp-mobile-footer-top display-tile-info p {
  text-transform: capitalize;
}


.footer-row .sp-footer-top .footer-items .section0 p,
.footer-row .sp-footer-top .footer-items .section1 p,
.footer-row .sp-footer-top .footer-items .section2 p,
.footer-row .sp-footer-top .footer-items .section3 p,
.footer-row .sp-mobile-footer-top .footer-items .section0 p,
.footer-row .sp-mobile-footer-top .footer-items .section1 p,
.footer-row .sp-mobile-footer-top .footer-items .section2 p,
.footer-row .sp-mobile-footer-top .footer-items .section3 p {
  white-space: nowrap;
}

.footer-row a {
  color: #fff;
}

.footer-row a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.footer-row .sp-footer-top .email-newsletter,
.footer-row .sp-mobile-footer-top .email-newsletter {
  width: 39%;
}

.footer-row .sp-footer-top .email-newsletter,
.footer-row .sp-mobile-footer-top .email-newsletter {
  text-align: right;
}

.footer-row .sp-footer-top .email-newsletter p,
.footer-row .sp-mobile-footer-top .email-newsletter p {
  margin-top: 7px;
}

.footer-row .sp-footer-top .email-newsletter .email-input-field,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field {
  position: relative;
}

.footer-row .sp-footer-top .email-newsletter .email-input-field input,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field input {
  border-radius: 2px;
  height: 30px;
  width: 20vw;
  max-width: 255px;
  min-width: 200px;
  color: #000;
  position: absolute;
  right: 30px;
  padding: 0 10px;
  font-family: inherit;
}

.footer-row .sp-footer-top .email-newsletter .email-input-field input::-webkit-input-placeholder,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field input::-webkit-input-placeholder,
.sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
}
.footer-row .sp-footer-top .email-newsletter .email-input-field input::-moz-placeholder,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field input::-moz-placeholder,
.sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field input::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
.footer-row .sp-footer-top .email-newsletter .email-input-field input:-ms-input-placeholder,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field input:-ms-input-placeholder,
.sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field input:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
}
.footer-row .sp-footer-top .email-newsletter .email-input-field input:-moz-placeholder,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field input:-moz-placeholder,
.sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field input:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}

.footer-row .sp-footer-top .email-newsletter .email-input-field button,
.footer-row .sp-mobile-footer-top .email-newsletter .email-input-field button {
  position: absolute;
  right: 0;
  border: none;
  background-color: #51603e;
  height: 30px;
  width: 30px;
  font-weight: 700;
  font-size: larger;
}

.footer-row .sp-footer-bottom,
.footer-row .sp-mobile-footer-top {
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
}

.footer-row .sp-footer-bottom .copyright,
.footer-row .sp-mobile-footer-top .copyright {
  width: 60%;
}

.footer-row .sp-footer-bottom .sp-footer-social,
.footer-row .sp-mobile-footer-top .sp-footer-social {
  width: 39%;
}

.footer-row .sp-footer-bottom .sp-footer-social,
.footer-row .sp-footer-bottom .sp-mobile-footer-social,
.footer-row .sp-mobile-footer-top .sp-footer-social,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social {
  text-align: right;
}

.footer-row .sp-footer-bottom .sp-footer-social a,
.footer-row .sp-footer-bottom .sp-mobile-footer-social a,
.footer-row .sp-mobile-footer-top .sp-footer-social a,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social a {
  margin-left: 20px;
}

.footer-row .social-icons-template,
.footer-row .sp-footer-bottom .sp-footer-social .facebook,
.footer-row .sp-footer-bottom .sp-footer-social .instagram,
.footer-row .sp-footer-bottom .sp-footer-social .pinterest,
.footer-row .sp-footer-bottom .sp-footer-social .twitter,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .facebook,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .instagram,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .pinterest,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .twitter,
.footer-row .sp-header .lego-embed-block .header-top .sp-header-social .facebook,
.footer-row .sp-header .lego-embed-block .header-top .sp-header-social .instagram,
.footer-row .sp-header .lego-embed-block .header-top .sp-header-social .pinterest,
.footer-row .sp-header .lego-embed-block .header-top .sp-header-social .twitter,
.footer-row .sp-mobile-footer-top .sp-footer-social .facebook,
.footer-row .sp-mobile-footer-top .sp-footer-social .instagram,
.footer-row .sp-mobile-footer-top .sp-footer-social .pinterest,
.footer-row .sp-mobile-footer-top .sp-footer-social .twitter,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .facebook,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .instagram,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .pinterest,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .twitter,
.sp-header .lego-embed-block .header-top .sp-header-social .footer-row .facebook,
.sp-header .lego-embed-block .header-top .sp-header-social .footer-row .instagram,
.sp-header .lego-embed-block .header-top .sp-header-social .footer-row .pinterest,
.sp-header .lego-embed-block .header-top .sp-header-social .footer-row .twitter {
  background-repeat: no-repeat;
  display: inline-block;
}

.footer-row .sp-footer-bottom .sp-footer-social .facebook,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .facebook,
.footer-row .sp-mobile-footer-top .sp-footer-social .facebook,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .facebook {
  background-image: url("../images/fb.png");
  height: 21px;
  width: 12px;
}

.footer-row .sp-footer-bottom .sp-footer-social .instagram,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .instagram,
.footer-row .sp-mobile-footer-top .sp-footer-social .instagram,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .instagram {
  background-image: url("../images/insta.png");
  height: 21px;
  width: 21px;
}

.footer-row .sp-footer-bottom .sp-footer-social .twitter,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .twitter,
.footer-row .sp-mobile-footer-top .sp-footer-social .twitter,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .twitter {
  background-image: url("../images/twitter_footer.png");
  height: 19px;
  width: 21px;
}

.footer-row .sp-footer-bottom .sp-footer-social .pinterest,
.footer-row .sp-footer-bottom .sp-mobile-footer-social .pinterest,
.footer-row .sp-mobile-footer-top .sp-footer-social .pinterest,
.footer-row .sp-mobile-footer-top .sp-mobile-footer-social .pinterest {
  background-image: url("../images/pinterest_footer.png");
  height: 21px;
  width: 21px;
}

.footer-row .sp-mobile-footer-bottom {
  padding-top: 50px;
}

.mobile-email,
.sp-footer-embed {
  display: none;
}

/****************************************************************
*****************************************************************
  MEDIA QUERIES
*****************************************************************
****************************************************************/

@media screen and (min-width: 1400px) {
  .navigation-desktop .navigation-item-container>.nav-item>a {
    font-size: 17px;
  }

  .navigation-desktop .navigation-item-container .subcategories .subcategory a,
  .subcategories-items-template {
    font-size: 24px;
  }

  .navigation-desktop .navigation-item-container .nav-item:first-child:hover .subcategories .subcategory-items-container .subcategory,
  .navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategories .subcategory-items-container .subcategory {
    line-height: 23px;
  }

  .navigation-desktop .navigation-item-container .nav-item:nth-of-type(2):hover .subcategory:not(:last-child):after {
    height: 350px;
  }
}

@media screen and (min-width: 1000px) {
  .navigation-desktop .navigation-item-container .nav-item:nth-child(2):hover .subcategories .nav-item-additions .additional-items-container .additional-link span {
    font-size: 13px;
  }
}

@media screen and (min-width:770px) {
  .footer-row .sp-footer-top .footer-items .section0,
  .footer-row .sp-footer-top .footer-items .section1,
  .footer-row .sp-footer-top .footer-items .section2,
  .footer-row .sp-footer-top .footer-items .section3,
  .footer-row .sp-mobile-footer-top .footer-items .section0,
  .footer-row .sp-mobile-footer-top .footer-items .section1,
  .footer-row .sp-mobile-footer-top .footer-items .section2,
  .footer-row .sp-mobile-footer-top .footer-items .section3 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 770px) and (max-width: 820px) {
  .footer-row {
    padding: 0 5px;
  }
}

@media screen and (max-width: 770px) {
  .sp-footer-desktop {
    display: none;
  }
  .sp-footer-embed {
    display: block;
    position: relative;
    background-image: url("../images/PF_WoodBG_1600.jpg");
    background-size: cover;
  }

  .sp-footer-embed .white-bg-mobile {
    background-image: url("../images/PFO_gray_background_500.jpg");
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    height: 230px;
  }

  .sp-footer-embed .white-bg-mobile .email-newsletter {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    border-top: 2px solid #bbb;
    padding-top: 40px;
  }

  .sp-footer-embed .white-bg-mobile .email-newsletter p {
    font-family: "Museo Slab",serif;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
  }

  .sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field {
    margin: 40px 0;
  }

  .sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field form.email-subscribe {
    max-width: 450px;
    margin: 0 auto;
  }

  .sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field input {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #51603e;
    border-right: none;
    height: 40px;
    width: 90%;
    max-width: 100%;
    font-size: 16px;
    border-radius: 0;
    padding: 10px;
    font-family: inherit;
  }

  .sp-footer-embed .white-bg-mobile .email-newsletter .email-input-field button {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 10%;
    margin-left: -5px;
    height: 40px;
    background-color: #51603e;
    border: none;
    max-width: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
  }

  .footer-row {
    position: relative;
    margin-top: 250px;
    height: 480px;
    text-align: center;
  }

  .footer-row .sp-mobile-footer-top {
    width: 100%;
    margin: 0;
  }

  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social {
    text-align: center;
    padding: 20px 0;
  }

  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .facebook,
  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .instagram,
  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .pinterest,
  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .twitter {
    height: 30px;
    margin: 0 20px;
    background-size: contain;
  }

  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .instagram,
  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .twitter {
    width: 34px;
  }

  .footer-row .sp-mobile-footer-top .sp-mobile-footer-social .twitter {
    height: 29px;
  }

  .footer-row .sp-mobile-footer-top display-tile-info {
    width: 100%;
  }

  .sp-footer-embed .sp-mobile-footer-top .footer-items {
    width: 90%;
    margin: 0 auto;
  }

  .sp-footer-embed .sp-mobile-footer-top .footer-items .section0,
  .sp-footer-embed .sp-mobile-footer-top .footer-items .section1 {
    width: 50%;
    text-align: left;
    padding-left: 20%;
    font-size: 17px;
  }

  .sp-footer-embed .sp-mobile-footer-top .footer-items .section0 p,
  .sp-footer-embed .sp-mobile-footer-top .footer-items .section1 p {
    margin: 0;
  }

  .sp-footer-embed .sp-mobile-footer-top .footer-items .section0 a>p,
  .sp-footer-embed .sp-mobile-footer-top .footer-items .section1 a>p {
    padding: 13px 0;
    line-height: 25px;
  }
}

@media screen and (max-width: 615px) and (max-width: 770px) {
  .sp-footer-embed .sp-mobile-footer-top .footer-items .section0,
  .sp-footer-embed .sp-mobile-footer-top .footer-items .section1 {
      padding-left: 15%;
  }
}

@media screen and (min-width: 768px) {
  .mobile-minicart-dropdown {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navigation-mobile {
    position: fixed;
    top: 27px;
    left: 20px;
    padding: 10px 10px 5px;
  }

  .navigation-mobile .menu-button-container .menu-button:before {
    color: #51603e;
  }

  .sp-header .lego-embed-block>.header-top .header-others,
  .sp-header .lego-embed-block>.header-top .sp-header-social {
    display: none;
  }

  .drop-menu.open {
    background-color: #fff;
    top: 110px;
    left: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    z-index: -1;
    background-image: url("../images/PFO_WEB_background_gray_wood_400.jpg");
  }

  .navigation-mobile .drop-menu.open .top-menus-container {
    padding: 0 10px 20px;
  }

  .top-menu:first-child,
  .top-menu:nth-child(2),
  .top-menu:nth-child(3) {
    padding: 0 20px 20px 0;
  }

  .navigation-mobile .drop-menu.open .top-menus-container>div:not(:last-child) {
    border-bottom: 2px solid #51603e;
  }

  .navigation-mobile .drop-menu.open .top-menus-container .top-menu:before {
    color: #51603e;
    pointer-events: none;
  }

  .top-menu .menu,
  .top-menu .sub-menu {
    margin: 20px 0 0 15px;
  }

  .top-menu .menu,
  .top-menu a, #body .top-menu a p,
  .top-menu ul.sub-subcategories a.subsubcat-item-url {
    font-size: 16px!important;
    text-transform: uppercase;
    font-family: "Museo Slab",serif;
    color: #51603e;
    font-weight: 700;
  }

  .navigation-mobile a {
    text-decoration: none;
  }

  .navigation-mobile .drop-menu.open a.shop-all.sub-menu {
    margin-left: 15px;
  }

  .navigation-mobile .drop-menu.open .top-menus-container a.shop-all.sub-menu,
  .navigation-mobile .drop-menu.open .top-menus-container .menu .sub-menu .sub-category-link {
    font-size: 14px!important;
  }

  .navigation-mobile .drop-menu.open .top-menus-container div.top-menu.open>div.menu div.sub-menu {
    color: #51603e;
  }

  .navigation-mobile .drop-menu.open mobile-login-button .top-menus-container>div.top-menu {
    border-top: 2px solid #51603e;
  }

  .navigation-mobile .drop-menu.open .top-menu:nth-child(3):before,
  .navigation-mobile .drop-menu.open .top-menu:nth-child(4):before {
    content: '';
  }

  .navigation-mobile .drop-menu.open .top-menus-container p {
    margin: 0;
  }

  .navigation-mobile .drop-menu.open mobile-login-button .top-menus-container>div.top-menu:before {
    padding-top: 18px;
  }

  .navigation-mobile .drop-menu.open .top-menus-container div.top-menu.open>div.menu,
  .navigation-mobile .drop-menu.open .top-menus-container div.top-menu.open>a.menu p {
    color: #49a743;
  }

  .navigation-mobile .drop-menu.open .top-menus-container>div:first-child>div.menu>a {
    display: none;
  }

  .navigation-mobile .drop-menu.open mobile-login-button .top-menus-container>div.top-menu div.account-submenu a {
    margin: 20px 0 0 30px;
    font-size: 14px!important;
  }

  .top-menu .menu .menu-item,
  .top-menu a .menu-item,
  .top-menu a p .menu-item,
  .top-menu ul.sub-subcategories a.subsubcat-item-url .menu-item {
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-cartsearch .mobile-cart-search {
    display: block;
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 10;
  }

  .mobile-cartsearch .mobile-cart-search header-minicart,
  .mobile-cartsearch .mobile-cart-search header-search {
    display: inline-block;
    vertical-align: top;
  }

  .mobile-cartsearch .mobile-cart-search header-search>div.site-search-container>div.site-search>form>input {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fbfbfa;
    border: 1px solid #f0efef;
    color: #acacac;
    height: 75px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    max-width: 100%;
  }

  .mobile-cartsearch .mobile-cart-search header-search>div.site-search-container>div.site-search>form>input {
    margin: 0;
  }

  .mobile-cartsearch .mobile-cart-search header-search .search-close {
    top: -20px;
    z-index: 4001;
    right: -50px;
    color: #777;
  }

  .mobile-cartsearch .mobile-cart-search .search-expand {
    color: #000;
    position: static;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .mobile-cartsearch .mobile-cart-search header-minicart .header-minicart {
    top: -2px;
  }

  .mobile-cartsearch .mobile-cart-search header-minicart .header-minicart .cart-summary-link {
    margin: 0 10px 0 5px;
  }

  .header-minicart .minicart-dropdown {
    display: none;
  }

  .mobile-cartsearch .mobile-cart-search header-minicart .mobile-minicart-dropdown,
  .mobile-cartsearch .mobile-cart-search header-search .mobile-minicart-dropdown {
    background-color: #444;
    font-family: "Open Sans",sans-serif;
    height: 40px;
  }

  .mobile-cartsearch .mobile-cart-search header-minicart .mobile-minicart-dropdown .product-image-container,
  .mobile-cartsearch .mobile-cart-search header-search .mobile-minicart-dropdown .product-image-container {
    width: 40px;
  }

  .mobile-cartsearch .mobile-cart-search header-minicart .mobile-minicart-dropdown .checkout-cta,
  .mobile-cartsearch .mobile-cart-search header-search .mobile-minicart-dropdown .checkout-cta {
    color: #603813;
  }

  .navigation-mobile .drop-menu.open .top-menus-container div.top-menu.open>div.menu div.sub-menu .menu-item>ul>li {
    list-style-type: disc;
    margin: 20px 0 0 20px;
  }

  .top-menu .menu .menu-item .sub-subcategories a,
  .top-menu a .menu-item .sub-subcategories a,
  .top-menu a p .menu-item .sub-subcategories a,
  .top-menu ul.sub-subcategories a.subsubcat-item-url .menu-item .sub-subcategories a {
    font-size: 14px!important;
  }

  .navigation-mobile .drop-menu.open a.shop-all.sub-subcategories {
    margin-top: 20px;
  }

  .top-menu .menu .menu-item .sub-subcategories a.shop-all.sub-subcategories,
  .top-menu a .menu-item .sub-subcategories a.shop-all.sub-subcategories,
  .top-menu a p .menu-item .sub-subcategories a.shop-all.sub-subcategories,
  .top-menu ul.sub-subcategories a.subsubcat-item-url .menu-item .sub-subcategories a.shop-all.sub-subcategories {
    margin-left: 20px;
    display: list-item;
    list-style-type: disc;
  }

}
