@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

.mobileSearchBox .searchTerm {
  width: 75%;
  border: 2px solid #c89b48;
  border-right: 0;
  border-left: 0;
  display: block;
  float: left;
  height: 34px;
  border-top: 0;
}
.mobileSearchBox .searchButton {
  width: 25%;
  border: 2px solid #c89b48;
  border-left: 0;
  border-right: 0;
  display: block;
  float: left;
  background-color: #ef4f25;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  height: 34px;
  border-top: 0;
}

#mobile-wrapper {
  /**overflow-x:hidden;**/
}
#mobile-wrapper #video-wrapper {
  border-bottom: 0;
  padding: 0;
  padding-bottom: 0;
}
#mobile-wrapper #video-wrapper h4 {
  margin-top: 1em;
}
#mobile-wrapper #homeSpecialStationery {
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
#mobile-wrapper #homeSpecialStationery img.bg-image {
  width: 100%;
}
#mobile-wrapper #homeSpecialStationery #homeSpecialStationeryOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 1.5vw;
}
#mobile-wrapper #homeSpecialStationery #homeSpecialStationeryOverlay #giftIcon img {
  max-width: 10px;
}
#mobile-wrapper #homeSpecialStationery #homeSpecialStationeryOverlay #likeIcon img {
  max-width: 10px;
}
#mobile-wrapper #homeSpecialStationery #homeSpecialStationeryOverlay h4 {
  font-size: 5vw;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}
#mobile-wrapper #homeSpecialStationery #homeSpecialStationeryOverlay h5 {
  font-size: 3vw;
  margin-top: 0;
}
#mobile-wrapper #homeSpecialStationery #homeSpecialStationeryOverlay h5 span {
  font-weight: 700;
}
#mobile-wrapper #homeBestSeller #homeBestSellerTop {
  padding: 1em 0;
  text-align: center;
  font-weight: bold;
}
#mobile-wrapper #homeBestSeller #homeBestSellerTop span {
  font-family: Pacifico, cursive;
  color: #c79a46;
  font-weight: normal;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom {
  position: relative;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom img {
  width: 100%;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom #homeBestSellerCircle {
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #a4e6a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 1em 1.5em;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom #homeBestSellerCircle span {
  display: block;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom #homeBestSellerCircle #homeBestSellerCircleTop {
  font-size: 3vw;
  font-style: italic;
  font-weight: bold;
  font-family: Playfair Display, sans-serif;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom #homeBestSellerCircle #homeBestSellerCircleBottom {
  font-size: 8vw;
  font-weight: 600;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom #homeBestSellerOverlay {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
}
#mobile-wrapper #homeBestSeller #homeBestSellerBottom #homeBestSellerOverlay a {
  display: block;
  max-width: 87%;
  margin: auto;
  border: 3px solid #ef4f25;
  background-color: white;
  color: black;
  padding: 1em;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
#mobile-wrapper #homeMostPopular {
  background-color: #fbf8e9;
  padding-bottom: 16px;
  margin-top: 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#mobile-wrapper #homeMostPopular .homeMostPopularSlideDetail {
  padding: 0 1em;
}
#mobile-wrapper #homeMostPopular #homeMostPopularSlider {
  padding-bottom: 20px;
}
#mobile-wrapper #homeMostPopular .slick-track .slick-slide {
  padding-bottom: 0;
  background-color: white;
  align-items: baseline;
  -webkit-align-items: baseline;
}
#mobile-wrapper #homeMostPopular .slick-dots {
  margin-top: 20px;
  bottom: auto;
}
#mobile-wrapper #homeMostPopular .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4vw;
}
#mobile-wrapper #homeMostPopular .slick-dots li button {
  border: 2px solid #d3aa5a;
  width: 8vw;
  height: 8vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background-color: white;
}
#mobile-wrapper #homeMostPopular .slick-dots li button:before {
  font-size: 10vw;
  color: white;
  top: 3vw;
  left: 0vw;
  width: 10vw;
  height: 10vw;
  display: none;
}
#mobile-wrapper #homeMostPopular .slick-dots li.slick-active button {
  background-color: #d3aa5a;
}
#mobile-wrapper #homeMostPopular .slick-dots li.slick-active button:before {
  color: #d3aa5a;
}
#mobile-wrapper #homeMostPopular h2 {
  margin-top: 40px;
  font-size: 4vw;
  display: block;
  background: url(../img/mobile/icons/crown.png) no-repeat;
  background-size: 6vw;
  padding-left: 9vw;
  font-weight: bold;
  margin-bottom: 2em;
}
#mobile-wrapper #homeMostPopular h4 {
  margin-top: 1em;
  font-weight: 600;
  font-size: 4.5vw;
}
#mobile-wrapper #homeMostPopular p {
  font-size: 3.5vw;
}
#mobile-wrapper #homeMostPopular p span {
  font-size: 2.75vw;
  color: #ef4f25;
  font-style: italic;
}
#mobile-wrapper #homeMostPopular a {
  display: block;
  text-align: right;
  font-size: 3.5vw;
  color: black;
  margin-top: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
#mobile-wrapper #homeMostPopular a span {
  color: #ef4f25;
}
#mobile-wrapper #homeLookingFor h4 {
  color: #c79a46;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 4vw;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: hidden;
}
#mobile-wrapper #homeLookingFor h4:before {
  /*display: block;
  content: "";
  height: 1px;
  background-color: #d1fbd0;
  position: absolute;
  left: -39vw;
  width: 49vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: " ";
  background-color: #d1fbd0;
  margin-left: -50%;
  text-align: right;
}
#mobile-wrapper #homeLookingFor h4:after {
  /*display: block;
  content: "";
  height: 1px;
  background-color: #d1fbd0;
  position: absolute;
  right:-38vw;
  width: 49vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: " ";
  background-color: #d1fbd0;
}
#mobile-wrapper #homeLookingFor .front-page-select-wrapper {
  width: 100%;
}
#mobile-wrapper #homeLookingFor .front-page-select-wrapper .bootstrap-select button span {
  font-size: 4vw;
}
#mobile-wrapper #homeLookingFor .front-page-select-wrapper .bootstrap-select ul li a {
  font-size: 4vw;
}
#mobile-wrapper #fpd {
  padding-top: 0;
}
#mobile-wrapper #homeCompassIcon {
  display: table;
  margin: auto;
  text-align: center;
  padding: 0.8em 0;
  position: relative;
}
#mobile-wrapper #homeCompassIcon:before {
  display: block;
  content: "";
  height: 1px;
  /**background-color: #d1fbd0;**/
  background-color: #d1fbd0;
  position: absolute;
  left: -50vw;
  width: 49vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile-wrapper #homeCompassIcon:after {
  display: block;
  content: "";
  height: 1px;
  /**background-color: #d1fbd0;**/
  background-color: #d1fbd0;
  position: absolute;
  left: 10vw;
  width: 49vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile-wrapper #homeCompassIcon img {
  display: block;
  margin: auto;
}
#mobile-wrapper #homeExplore h4 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 4vw;
}
#mobile-wrapper #homeExplore img {
  margin-bottom: 0.3em;
}
#mobile-wrapper #homeExplore a.explore-link {
  display: block;
  text-align: center;
  color: #c89b47;
  margin-bottom: 1em;
  font-size: 3vw;
}
#mobile-wrapper #homeChangeOfAddress {
  padding-top: 0.5em;
  padding-bottom: 2em;
}
#mobile-wrapper #homeChangeOfAddress h4 {
  font-size: 14px;
  font-weight: bold;
}
#mobile-wrapper #homeChangeOfAddress img {
  width: 100%;
}
#mobile-wrapper #homeChangeOfAddress p {
  font-size: 0.85em;
}
#mobile-wrapper #homeChangeOfAddress a {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.75em;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
#mobile-wrapper #homeChangeOfAddress a span {
  color: #ef4f25;
}
#mobile-wrapper #newsletterSignupFormWrapper #newsletterInfo {
  line-height: 0.85em;
}
#mobile-wrapper #newsletterSignupFormWrapper #newsletterInfo small {
  font-size: 3vw;
}
#mobile-wrapper #newsletterSignupFormWrapper #newsletterUserConfirm label {
  font-size: 3vw;
  display: inline-block;
  line-height: 13px;
  min-height: 0;
  width: 90%;
  text-align: left;
  padding-left: 0;
}
#mobile-wrapper #newsletterSignupFormWrapper .checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0;
  display: inline-block;
  width: 8%;
}
#mobile-wrapper #newsletterSignupFormWrapper .form-group-custom.small {
  width: 100%;
  float: none;
}
#mobile-wrapper #newsletterSignupFormWrapper .form-group-custom.large {
  width: 100%;
  float: none;
}

#mobile-device-navbar {
  display: none;
  position: fixed;
  width: 85%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px -5px black;
  -moz-box-shadow: 5px 0px 15px -5px black;
  box-shadow: 5px 0px 15px -5px black;
}
@media (min-width: 470px) {
  #mobile-device-navbar {
    width: 400px;
  }
}
#mobile-device-navbar #mobileMenuSearchBox {
  margin-bottom: 0.2em;
}
#mobile-device-navbar #mobileMenuSearchBox.mobileSearchBox .searchButton {
  font-size: 10px;
  font-size: 2.5vw;
}
#mobile-device-navbar #main-mobile-device-nav-block-wrap {
  display: flex;
  overflow: hidden;
}
#mobile-device-navbar #main-mobile-device-nav-block-wrap .main-mobile-device-nav-item-block {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
#mobile-device-navbar #main-mobile-device-nav-block-wrap .main-mobile-device-nav-item-block.level-2 {
  background-color: white;
}
#mobile-device-navbar #mobile-device-menu-heading {
  margin: 0;
  color: #c89b48;
  background-color: white;
  display: block;
  width: 100%;
  border-bottom: 2px solid #c89b48;
  padding: 0.5em;
  font-family: Pacifico, cursive;
  font-size: 1.5em;
}
#mobile-device-navbar #mobile-device-menu-heading #mobile-device-menu-back {
  display: none;
  color: #c89b48;
}
#mobile-device-navbar #mobile-device-menu-heading #mobile-device-menu-title {
  font-size: 1.5em;
  font-size: 5.5vw;
}
#mobile-device-navbar #mobile-device-menu-close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 1.5em;
  color: #c89b48;
  z-index: 9999999999;
}
#mobile-device-navbar .main-mobile-device-nav-items-list {
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 {
  border-top: 20px solid #c89b48;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li {
  list-style: none;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li a {
  display: block;
  background-color: #c89b48;
  border-bottom: 2px solid white;
  color: white;
  padding: 1em;
  position: relative;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li a.open:after {
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li ul {
  display: none;
  padding: 0;
  margin: 0;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li ul li a {
  display: block;
  background-color: white;
  border-bottom: 2px solid #c89b48;
  color: #c89b48;
  padding: 1em;
  padding-left: 5%;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li ul li a:after {
  content: "";
  display: block;
  float: right;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li ul li ul {
  display: none;
  padding: 0;
  margin: 0;
}
#mobile-device-navbar .main-mobile-device-nav-items-list li ul li ul li a {
  padding-left: 10%;
  display: block;
  background-color: #c89b48;
  color: white;
  border-bottom: 2px solid white;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li {
  list-style: none;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li a {
  display: block;
  background-color: white;
  border-bottom: 2px solid #c89b48;
  color: #c89b48;
  padding: 1em;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #c89b48;
  float: right;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li a.open:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c89b48;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li ul {
  display: none;
  padding: 0;
  margin: 0;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li ul li a {
  display: block;
  background-color: white;
  border-bottom: 2px solid #c89b48;
  color: #c89b48;
  padding: 1em;
  padding-left: 5%;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li ul li a:after {
  display: block;
  content: "";
  font-family: "Ionicons";
  float: right;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li ul li ul {
  display: none;
  padding: 0;
  margin: 0;
}
#mobile-device-navbar .main-mobile-device-nav-items-list.level-2 li ul li ul li a {
  padding-left: 10%;
  display: block;
  background-color: #c89b48;
  color: white;
  border-bottom: 2px solid white;
}

#mobileheader .mobile-nav-button {
  display: block;
  width: 35px;
  height: 35px;
  padding-top: 2px;
}
#mobileheader .mobile-nav-button .line {
  display: block;
  background: #cfb062;
  width: 22px;
  height: 2px;
  margin: 5px 0 0 5px;
}
#mobileheader .mobile-device-top-block {
  flex: 1;
  padding: 0;
}
#mobileheader .mobile-device-top-block.mobile-device-top-block-nav {
  max-width: 28vw;
}
#mobileheader .mobile-device-top-block.mobile-device-top-basket {
  padding-left: 2vw;
  max-width: 14vw;
}
#mobileheader .mobile-device-top-block.mobile-device-top-basket img {
  position: relative;
  top: -2px;
}
#mobileheader .mobile-device-top-block .mobile-top-nav {
  padding-top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  top: -5px;
  padding-right: 10px;
}
#mobileheader .mobile-device-top-block .mobile-top-nav .mobile-device-top-basket {
  padding-right: 2vw;
}
#mobileheader .mobile-device-top-block img {
  max-width: 6vw;
  margin-left: 2vw;
}

/*# sourceMappingURL=mobile.css.map */
