﻿body {
  background-color: white;
}

@media (min-width: 991px) {
  body {
    zoom: 0.8;
  }
}
h1, h2, h3, p, span {
  cursor: default;
}

/*New fonts elena*/
/* Import Lato Italic */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: normal;
  src: url("/Content/fonts/Lato-Italic.ttf") format("truetype");
}
/* Import Lato Regular */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("/Content/fonts/Lato-Regular.ttf") format("truetype");
}
/* Import MenoBannerExtraCondensed SemiBold */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: normal;
  font-weight: 600;
  src: url("/Content/fonts/MenoBannerExtraCondensed-SemiBold.otf") format("opentype");
}
/* Import MenoBannerExtraCondensed Regular */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/MenoBannerExtraCondensed-Regular.otf") format("opentype");
}
/* Import MenoBannerExtraCondensed Light */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: normal;
  font-weight: 100;
  src: url("/Content/fonts/MenoBannerExtraCondensed-Light.otf") format("opentype");
}
/* Import MenoBannerExtraCondensed LightItalic */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: italic;
  font-weight: 100;
  src: url("/Content/fonts/MenoBannerExtraCondensed-LightItalic.otf") format("opentype");
}
/*MenoBannerCondensed-Regular*/
@font-face {
  font-family: "MenoBannerCondensed";
  font-style: normal;
  src: url("/Content/fonts/MenoBannerCondensed-Regular.otf") format("opentype");
}
/*MenoBannerCondensed-Italic*/
@font-face {
  font-family: "MenoBannerCondensed";
  font-style: italic;
  src: url("/Content/fonts/MenoBannerCondensed-Italic.otf") format("opentype");
}
* {
  font-family: Roboto, sans-serif;
  outline: none !important;
  font-family: "Lato", sans-serif;
}

a {
  cursor: pointer;
}

b, strong {
  font-weight: bolder;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid black;
  z-index: 100;
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 14px;
  height: 86px;
}

.menu-items {
  float: right;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  text-transform: uppercase;
}
.menu-items a {
  color: #424242;
  margin-left: 76px;
  font-weight: 400;
  cursor: pointer;
}
.menu-items a:hover {
  color: #7E6147 !important;
}

.cover-photo {
  width: 100%;
  height: calc(125vh - 86px);
  background-image: url("/Content/img/web-cover-new.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.cover-photo .cp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f6f6f4 0%, rgba(246, 246, 244, 0.42) 29.06%, rgba(255, 255, 255, 0) 40.69%, rgba(255, 255, 255, 0) 107.27%);
}
.cover-photo .cover-content {
  position: absolute;
  top: calc(86vh - 366px);
  left: 6%;
  background-color: transparent;
  padding: 30px 100px 30px 103px;
  border-radius: 11px;
}
.cover-photo .cover-content p {
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 14px;
  line-height: 50px;
}
.cover-photo .cover-content h1 {
  font-size: 26px;
  font-weight: 400;
  font-family: MenoBannerCondensed;
  margin-bottom: 64px;
  margin-top: 31px;
}
.cover-photo .cover-content button {
  background-color: transparent;
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  padding: 8px 28px;
  border-radius: 4px;
  margin-top: 30px;
}
.cover-photo .cover-content a:hover {
  background-color: white;
  background-position: left;
}

.cover-mobile {
  background-image: url("/Content/img/web-cover-m-new.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 204vw;
  margin-bottom: 4px;
  position: relative;
}
.cover-mobile .cover-content {
  position: absolute;
  top: calc(100vh - 366px);
  left: 5%;
  background-color: transparent;
  border-radius: 11px;
}
.cover-mobile .cover-content p {
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 14px;
  line-height: 50px;
}
.cover-mobile .cover-content h1 {
  font-size: 20px;
  font-weight: 400;
  font-family: MenoBannerCondensed;
  margin-top: 31px;
}

.cp-overlay-m {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #f6f6f4 0%, rgba(246, 246, 244, 0.42) 29.06%, rgba(255, 255, 255, 0) 40.69%, rgba(255, 255, 255, 0) 107.27%);
  background-image: url("/Content/img/mobile-overlay.png");
  background-size: cover;
  background-position: bottom;
}
.cp-overlay-m.more-white {
  background-image: url("/Content/img/mobile-overlay.svg");
}

#menu {
  display: none;
  position: relative;
}
#menu .logged-user-email {
  margin-top: 80px;
  margin-left: 35px;
  color: #CCC8BF;
  text-transform: uppercase;
  max-width: 62%;
  overflow: hidden;
}
#menu .menu-logo-bottom {
  position: absolute;
  right: 28%;
  width: 122px;
  bottom: calc(10vh + 50px);
}
#menu .list {
  background-color: #313131;
  color: #CCC8BF;
  width: 75%;
  float: right;
  display: inline-block;
  height: 100vh;
  position: relative;
}
#menu .close-menu-btn {
  position: absolute;
  right: 6%;
  top: 22px;
  width: 27px;
}
#menu .close-menu {
  width: 25%;
  background-color: transparent;
  float: left;
  display: inline-block;
  height: 100vh;
}
#menu .navbar-nav {
  margin-top: 8vh;
}
#menu .navbar-nav li a {
  color: #CCC8BF;
  text-transform: uppercase;
}
#menu .navbar-nav li {
  padding-top: 12px;
}
#menu .user-info {
  height: 80px;
  padding: 10px 0px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 15px;
}
#menu .user-info .left-u {
  width: 80px;
  height: 80px;
  padding: 10px;
  float: left;
}
#menu .user-info .left-u img {
  width: 60px;
}
#menu .user-info .right-u {
  font-weight: 100;
  padding-top: 22px;
  float: left;
  width: calc(100% - 100px);
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
}

#menu > div:last-child {
  width: 0px !important;
}

@media screen and (orientation: landscape) {
  #menu .menu-logo-bottom {
    display: none;
  }
}
@media (max-width: 991px) {
  #menu {
    display: block;
  }
}
.mobile-header {
  width: 100%;
  height: 54px;
  padding: 13px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
}
.mobile-header .logo {
  width: 135px;
  position: absolute;
  margin-left: 4px;
  margin-top: 1px;
  /*        left: 50%;
          transform: translateX(-50%);*/
  top: 15px;
}

.render-body {
  padding-top: 86px;
}

@media (max-width: 991px) {
  .render-body {
    padding-top: 54px;
  }
}
.navbar-nav {
  list-style-type: none; /* Remove bullets */
}
.navbar-nav li {
  overflow-x: hidden;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 24px;
}
.navbar-nav li a {
  color: #000;
  font-size: 14px;
  padding: 0.5rem 1rem;
  padding-top: 24px;
  overflow: hidden;
}
.navbar-nav img {
  width: 17px;
  margin-right: 21px;
  font-size: 20px;
}

.home-page-info {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #B3A7A7;
  color: white;
}
.home-page-info .hpi-part {
  width: 25%;
  float: left;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.home-page-info .hpi-part .hpi-title {
  font-size: 32px;
  font-weight: 600;
  font-family: MenoBannerExtraCondensed;
  margin-bottom: 3px;
  line-height: 48px;
  color: #fff;
}
.home-page-info .hpi-part img {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-bottom: 21px;
}
.home-page-info .hpi-part span {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #F6F4F4;
}

@media (max-width: 991px) {
  .home-page-info {
    margin-top: 24px;
    padding-top: 40px;
  }
  .home-page-info .hpi-part {
    width: 50%;
    margin-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-page-info .hpi-part .hpi-title {
    font-size: 26px;
  }
  .home-page-info .hpi-part span {
    font-size: 12px;
    line-height: 18px;
  }
}
.slick-dots {
  bottom: -44px;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
  font-size: 13px;
  color: #B3A7A7 !important;
}

/*PRODUCT */
.product-wrap {
  position: relative;
  padding-bottom: 11px;
  float: left;
  width: 25.3%;
  margin: 2% 4%;
}

.product-wrap:hover .next-arrow, .product-wrap:hover .prev-arrow {
  display: block;
}

.info-section {
  position: relative;
}
.info-section .book-dimension {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 50px;
}
.info-section span {
  display: block;
}
.info-section .title {
  font-size: 36px;
  padding-bottom: 8px;
  width: 100%;
  margin-bottom: 1px;
  text-align: center;
}
.info-section .title a {
  color: black !important;
  text-transform: uppercase;
  font-family: MenoBannerExtraCondensed;
}
.info-section .price {
  float: right;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 24px;
}
.info-section .price .price-value {
  color: #7E6147;
  display: inline-block;
  font-weight: 700;
}
.info-section .price .price-before {
  color: #7E6147;
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 100;
}
.info-section .price.with-sale {
  margin-top: 0px;
}
.info-section .cover {
  float: left;
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  font-family: MenoBannerCondensed;
  margin-top: 6px;
}
.info-section .min-pages {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 11px;
  color: dimgray;
}
.info-section .create-book-btn {
  font-size: 11px;
  background-color: transparent;
  border: 1px solid black;
  width: 100%;
  padding: 15px 2px 13px 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 13px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: 0.3s ease-out;
}

.slick-arrow {
  display: none !important;
}

.bestseller {
  position: absolute;
  width: 70px;
  top: 14px;
  left: 12px;
  transform: rotate(-30deg);
  pointer-events: none;
}

.sale-percentage {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #ff0000;
  font-weight: 500;
  font-size: 14px;
}

.product-wrap:hover .create-book-btn {
  border-color: #B3A7A7;
  background-color: #B3A7A7;
  color: white;
}

@media (max-width: 991px) {
  .product-wrap {
    padding-bottom: 25px;
    float: left;
    width: 100%;
    margin: 2% 0;
  }
  .product-wrap .next-arrow, .product-wrap .prev-arrow {
    display: block;
  }
  .product-wrap .next-arrow, .product-wrap .prev-arrow {
    height: 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    padding: 20px 19px;
    opacity: 0.8;
  }
  .product-wrap .next-arrow {
    left: unset;
    right: 0px;
  }
  .product-wrap .create-book-btn {
    color: white;
    border-color: #B3A7A7;
    background-color: #B3A7A7;
  }
  .product-wrap .info-section .book-dimension {
    text-align: left;
  }
  .product-wrap .info-section .title {
    font-size: 32px;
    text-align: left;
  }
  .product-wrap .info-section .cover {
    font-size: 18px;
    line-height: 19px;
    margin-top: 10px;
  }
  .product-wrap .info-section .price {
    font-size: 18px;
  }
  .product-wrap .create-book-btn {
    width: 100%;
    margin-top: 13px;
  }
  .product-wrap .product-arrows {
    display: none;
  }
  .slick-dots {
    bottom: -32px;
    text-align: right;
  }
  .info-section .book-dimension {
    margin-top: 0px;
  }
}
.product-overview-wrap {
  padding: 30px;
  padding-left: 30px !important;
  overflow: hidden;
  margin-bottom: 100px;
}
.product-overview-wrap .img-part {
  width: 40%;
  float: left;
  cursor: pointer;
  position: relative;
}
.product-overview-wrap .img-part .slide {
  width: 100%;
  max-height: calc(100vh - 180px);
}
.product-overview-wrap .img-part .slide img, .product-overview-wrap .img-part .slide video {
  object-fit: contain;
  height: 100%;
}
.product-overview-wrap .img-part .next-arrow, .product-overview-wrap .img-part .prev-arrow {
  width: 20px;
  height: 30px;
  background: url("/assets/images/arrback.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: -31px;
  cursor: pointer;
  opacity: 0.2;
}
.product-overview-wrap .img-part .next-arrow {
  left: unset;
  right: -20px;
  background: url("/assets/images/arr.png");
  background-size: cover;
}
.product-overview-wrap .img-part .next-arrow:hover, .product-overview-wrap .img-part .prev-arrow:hover {
  opacity: 0.7;
}
.product-overview-wrap .info-part {
  width: 60%;
  float: left;
  padding-left: 10%;
}
.product-overview-wrap .info-part h1 {
  font-size: 64px;
  font-family: MenoBannerCondensed;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.product-overview-wrap .info-part hr {
  width: 50px;
  display: inline-block;
  border-top: 2px solid black;
  margin: 6px 0px 20px 0px;
}
.product-overview-wrap .info-part .price {
  font-size: 18px;
  font-weight: 500;
}
.product-overview-wrap .info-part .price-before {
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 100;
}
.product-overview-wrap .info-part .desc-div {
  margin-top: 20px;
  width: 100%;
  min-height: 100px;
  max-height: 100vh;
  overflow-y: auto;
  font-size: 18px;
  font-family: "Lato", sans-serif !important;
}
.product-overview-wrap .info-part .desc-div p, .product-overview-wrap .info-part .desc-div span {
  font-family: "Lato", sans-serif !important;
}
.product-overview-wrap .info-part .create-book-btn {
  font-size: 11px;
  background-color: #B3A7A7;
  border: none;
  color: white;
  width: 100%;
  padding: 15px 2px 13px 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 13px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-overview-wrap .info-part .create-book-btn:hover {
  background: transparent;
  border: 1px solid #aeaeae;
  color: black;
}
.product-overview-wrap .info-part .dimension, .product-overview-wrap .info-part .cover {
  display: block;
  font-size: 16px;
  font-style: italic;
}
.product-overview-wrap .info-part .dimension .val, .product-overview-wrap .info-part .cover .val {
  font-weight: 500;
}

@media (max-width: 991px) {
  .product-overview-wrap {
    padding: 0px !important;
  }
  .product-overview-wrap .info-part h1 {
    font-size: 32px;
    margin-top: 50px;
  }
  .product-overview-wrap .img-part, .product-overview-wrap .info-part {
    width: 100%;
  }
  .product-overview-wrap .info-part {
    width: 100%;
    padding: 0 5%;
  }
  .product-overview-wrap .info-part .create-book-btn {
    width: 100%;
    margin-bottom: 50px;
  }
}
/*product end ----------------------------------*/
.priv-policy {
  font-family: "Roboto", sans-serif;
  overflow-x: auto;
  white-space: pre-line;
  background-color: transparent;
}
.priv-policy h1 {
  font-size: 64px;
  font-family: MenoBannerExtraCondensed;
}
.priv-policy h4 {
  font-size: 54px;
  font-family: MenoBannerExtraCondensed;
}
.priv-policy h6 {
  font-size: 32px;
  font-family: MenoBannerExtraCondensed;
}

@media (max-width: 991px) {
  .priv-policy h1 {
    font-size: 42px;
  }
  .priv-policy h4 {
    font-size: 36px;
  }
  .priv-policy h6 {
    font-size: 26px;
  }
}
.about-us2 {
  padding-top: 156px;
}
.about-us2 .auline {
  position: relative;
  overflow: hidden;
  padding-top: 151px;
}
.about-us2 .auline:first-child {
  padding-top: 0;
}
.about-us2 .auline.second-line {
  padding-top: 151px;
}
.about-us2 .au-half {
  width: 50%;
  float: left;
  overflow: hidden;
}
.about-us2 .au-half img {
  width: 100%;
  object-fit: cover;
}
.about-us2 .au-half.r {
  padding-left: 64px;
}
.about-us2 .au-half .title-above {
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 2px;
}
.about-us2 .au-half h1, .about-us2 .au-half h2, .about-us2 .au-half h3 {
  font-size: 64px;
  font-family: MenoBannerCondensed;
  margin-top: 6px;
}
.about-us2 .au-half p {
  font-size: 26px;
  font-family: MenoBannerCondensed;
  line-height: 30px;
}
.about-us2 .au-half .sc-line {
  width: 85px;
  height: 1px;
  border: 1px solid black;
  margin-bottom: 100px;
}
.about-us2 .full-line {
  overflow: hidden;
  margin-top: -88px;
}
.about-us2 .full-line .color-line {
  background-color: #68756C;
  width: 100%;
  overflow: hidden;
}
.about-us2 .full-line .color-line .cl-item {
  color: white;
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 63px;
  margin-bottom: 73px;
  padding: 0px 30px;
  padding: 0px 8px;
}
.about-us2 .full-line .color-line .cl-item h3 {
  font-size: 30px;
  font-family: MenoBannerExtraCondensed;
  font-weight: 600;
}
.about-us2 .full-line .color-line .cl-item p {
  font-size: 17px;
  font-family: Lato;
  line-height: 22px;
}
.about-us2 .full-line .color-line .cl-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.about-us-m-only-cover {
  height: calc(100vh - 70px);
  position: relative;
}
.about-us-m-only-cover img {
  height: calc(100vh - 75px);
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .about-us2 {
    padding-top: 0px;
  }
  .about-us2 .auline {
    padding-top: 45px;
  }
  .about-us2 .auline.second-line {
    padding-top: 42px;
  }
  .about-us2 .mobile-pull {
    margin-top: -35vh;
  }
  .about-us2 .mobile-pull .sc-line {
    margin-bottom: calc(35vh - 160px) !important;
  }
  .about-us2 .au-half {
    width: 100%;
  }
  .about-us2 .au-half.r {
    padding-left: 0px;
  }
  .about-us2 .au-half .title-above {
    font-size: 12px;
    margin-top: 42px;
    letter-spacing: 1px;
  }
  .about-us2 .au-half h1, .about-us2 .au-half h2, .about-us2 .au-half h3 {
    font-size: 56px;
    margin-top: 2px;
  }
  .about-us2 .au-half p {
    font-size: 17px;
    font-family: MenoBannerCondensed;
    line-height: 22px;
  }
  .about-us2 .au-half .sc-line {
    margin-bottom: 24px;
  }
  .about-us2 .au-half .empty-btn-a {
    width: 100%;
  }
  .about-us2 .full-line .kreativnost-svg {
    pointer-events: none;
    opacity: 0;
  }
  .about-us2 .full-line .color-line {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .about-us2 .full-line .color-line .cl-item {
    width: 50%;
    padding: 0px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    padding: 0px 6px;
  }
  .about-us2 .full-line .color-line .cl-item h3 {
    font-size: 22px;
    min-height: 49px;
    margin-bottom: 0px;
  }
  .about-us2 .full-line .color-line .cl-item p {
    font-size: 12px;
    line-height: 14px;
  }
  .about-us2 .full-line .color-line .cl-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }
  .about-us2 .happy-section .happy-2 span {
    color: white !important;
  }
  .about-us2 .au-half h1, .about-us2 .au-half h2, .about-us2 .au-half h3 {
    font-size: 42px;
    margin-top: 8px;
  }
}
.back-to-home-header {
  height: 54px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: white;
  z-index: 101;
}
.back-to-home-header.noborder {
  border-bottom: none;
}
.back-to-home-header .back-arrow {
  content: url("/Content/img/arrow 2.svg");
  padding: 16px 15px;
}
.back-to-home-header .title {
  position: fixed;
  width: calc(100% - 110px);
  top: 14px;
  left: 55px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  font-size: 17px;
}
.back-to-home-header .title .additional-info {
  display: block;
  font-weight: 100;
  font-size: 12px;
}
.back-to-home-header .title.has-additional {
  top: 6px;
}

.ql-font-OpenSansCondensed, .ql-picker-item[data-value=OpenSansCondensed], .ql-picker-label[data-value=OpenSansCondensed] {
  font-family: "Open Sans Condensed", sans-serif;
}

.ql-font-OpenSans, .ql-picker-item[data-value=OpenSans], .ql-picker-label[data-value=OpenSans] {
  font-family: "Open Sans", sans-serif;
}

.books-inprogress {
  background-color: white;
  width: 255px;
  height: 47px;
  margin-top: 15px;
  margin-bottom: 0px;
  position: absolute;
  top: 120px;
  left: 0px;
  -webkit-box-shadow: 10px 10px 10px -8px rgb(145, 145, 145);
  -moz-box-shadow: 10px 10px 10px -8px rgb(145, 145, 145);
  box-shadow: 10px 10px 10px -8px rgb(145, 145, 145);
  z-index: 3;
}
.books-inprogress .img-part {
  width: 25px;
  float: left;
  margin-top: 12px;
  margin-left: 21px;
}
.books-inprogress .img-part img {
  width: 100%;
}
.books-inprogress .texts-part {
  width: 70%;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}
.books-inprogress p {
  font-size: 10px;
  color: #7c7c7c;
}
.books-inprogress p:first-child {
  color: black;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.18);
  display: none;
}
.loader-overlay .loader-img {
  position: absolute;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-arrows {
  position: absolute;
  top: 48px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  width: 55px;
  height: 55px !important;
  background-color: #B3A7A7;
  padding: 8px 16px;
}
.product-arrows img {
  height: 37px;
}
.product-arrows.left {
  left: -20px;
}
.product-arrows.right {
  right: -20px;
}

.product-wrap:hover .product-arrows {
  opacity: 0.9;
  animation: visibilityAnimation 0.8s ease;
}

@media (max-width: 991px) {
  .product-arrows {
    display: block;
    opacity: 0.6;
    top: 34%;
  }
}
.show-product-arrows {
  position: absolute;
  padding: 40px 3px;
  cursor: pointer;
  opacity: 0.9;
  top: 48px;
  width: 55px;
  height: 55px !important;
  background-color: #B3A7A7;
  padding: 8px 16px;
}
.show-product-arrows img {
  height: 37px;
}
.show-product-arrows.left {
  left: -23px;
}
.show-product-arrows.right {
  right: -22px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 1000;
  display: none;
}

.app-demo-section {
  width: 100%;
  min-height: 500px;
  background-color: white;
  padding: 64px 180px;
  margin: 40px 0px;
  overflow: hidden;
}
.app-demo-section .lefts {
  width: 30%;
  float: left;
  text-align: left;
}
.app-demo-section .lefts h2 {
  margin-bottom: 0px;
  font-size: 16px;
  letter-spacing: 1.7px;
  margin-top: 0px;
}
.app-demo-section .lefts .your-story {
  font-family: MenoBannerExtraCondensed;
  font-size: 64px;
}
.app-demo-section .lefts .p2 {
  font-family: MenoBannerCondensed;
  font-size: 26px;
  color: #727171;
  line-height: 32px;
  max-width: 420px;
  margin-top: 24px;
  margin-bottom: 56px;
}
.app-demo-section .rights {
  width: 70%;
  float: left;
  padding-left: 80px;
}
.app-demo-section .rights .demo-screen {
  text-align: center;
  width: 100%;
}
.app-demo-section .rights .demo-screen video {
  width: 80%;
  border: 1px solid #707070;
  border-radius: 15px;
  /*                box-shadow: 3px 3px 22px 9px rgba(127,127,127,0.75);
  -webkit-box-shadow: 3px 3px 22px 9px rgba(127,127,127,0.75);
  -moz-box-shadow: 3px 3px 22px 9px rgba(127,127,127,0.75);*/
}
.app-demo-section .rights .demo-btns {
  text-align: center;
  margin-top: 42px;
}
.app-demo-section .rights .demo-btns img {
  height: 77px;
  cursor: pointer;
}
.app-demo-section .rights .demo-btns img.selected {
  border-bottom: 3px solid #0E2F47;
}

@media (max-width: 991px) {
  .app-demo-section {
    padding: 16px;
  }
  .app-demo-section .lefts, .app-demo-section .rights {
    width: 100%;
  }
  .app-demo-section .lefts .empty-btn-a {
    width: 100%;
  }
  .app-demo-section .lefts .your-story {
    font-size: 54px;
  }
  .app-demo-section .lefts .p2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 42px;
  }
  .app-demo-section .lefts h2 {
    font-size: 12px;
  }
  .app-demo-section .rights {
    padding: 60px 0px 50px 0px;
  }
  .app-demo-section .rights .demo-screen video {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .embedsocial-fix {
    display: none;
  }
}
.blogs-wrap {
  margin-top: 50px;
  padding: 0;
  position: relative;
  width: 60%;
  margin-left: 20%;
}
.blogs-wrap .single-blog {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 110px;
  height: 600px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.blogs-wrap .single-blog .blog-thumbnail {
  width: 100%;
  height: 21vw;
  object-fit: cover;
}
.blogs-wrap .single-blog .blog-date {
  padding-top: 20px;
  color: #777;
  font-size: 17px;
}
.blogs-wrap .single-blog .blog-title {
  font-size: 22px;
  margin-top: 20px;
  color: #4f4f4f;
  max-height: 80px;
  min-height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs-wrap .single-blog .blog-category {
  color: #777;
  font-size: 17px;
}
.blogs-wrap .single-blog hr {
  width: 20px;
  border-color: #777;
}
.blogs-wrap .single-blog:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .blogs-wrap {
    width: 100%;
    margin-left: 0%;
  }
  .blogs-wrap .single-blog {
    width: 90%;
    margin-left: 5%;
    height: auto !important;
    margin-bottom: 90px;
  }
  .blogs-wrap .blog-thumbnail {
    height: auto !important;
    max-height: 90vw;
  }
  .blogs-wrap .blog-title {
    max-height: unset !important;
    min-height: unset !important;
  }
}
.blog-display-wrap {
  overflow: hidden;
}
.blog-display-wrap .content-ob-wrap {
  margin-top: 80px;
  position: relative;
}
.blog-display-wrap .blog-date {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
}
.blog-display-wrap h1 {
  text-align: center;
  font-weight: 100;
  padding: 0 10%;
  font-family: MenoBannerExtraCondensed;
  font-size: 64px;
}
.blog-display-wrap h2 {
  font-size: 34px;
}
.blog-display-wrap h3 {
  font-size: 28px;
}
.blog-display-wrap h4 {
  font-size: 24px;
}
.blog-display-wrap hr {
  width: 20px;
  margin-top: 36px;
  margin-bottom: 26px;
  border-color: #777;
}
.blog-display-wrap .blog-category {
  text-align: center;
  color: #777;
  font-size: 18px;
  letter-spacing: 2.5px;
}
.blog-display-wrap .blog-content {
  float: left;
  width: 64%;
  overflow: hidden;
}
.blog-display-wrap .blog-content img {
  width: 100% !important;
}
.blog-display-wrap .blog-content p {
  font-size: 18px;
}
.blog-display-wrap .other-blogs {
  float: left;
  padding-left: 14%;
  width: 36%;
  cursor: pointer;
}
.blog-display-wrap .other-blogs .obsingle {
  margin-bottom: 28px;
  overflow: hidden;
}
.blog-display-wrap .other-blogs .obsingle img {
  width: 100%;
}
.blog-display-wrap .other-blogs .obsingle label {
  font-weight: 100;
  margin-top: 10px;
  color: black;
  font-size: 18px;
}
.blog-display-wrap .other-blogs .obsingle .obdate {
  color: #777;
  font-size: 16px;
}
.blog-display-wrap .other-blogs .obsingle:hover {
  opacity: 0.6;
}

@media (max-width: 900px) {
  .blog-display-wrap {
    overflow: hidden;
  }
  .blog-display-wrap .blog-date {
    margin-top: 20px;
  }
  .blog-display-wrap h1 {
    font-size: 30px;
    padding: 0;
  }
  .blog-display-wrap .content-ob-wrap {
    margin-top: 26px;
  }
  .blog-display-wrap .blog-content {
    width: 100%;
  }
  .blog-display-wrap .other-blogs {
    border-top: 1px solid #b6b6b6;
    width: 100%;
    padding: 0px;
    padding-top: 60px;
    margin-top: 30px;
  }
}
.freedelivery {
  position: absolute;
  font-family: "Quciksand", sans-serif;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-weight: 400;
  color: white;
  margin-top: -63px;
  pointer-events: none;
  padding: 5px 15px;
}

#kids-banner {
  width: 100%;
  margin: 46px 0px 10px 0px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 1px;
  cursor: pointer;
}

#kids-banner:hover {
  border: 1px solid #0094ff;
}

#kids-banner-link {
  text-align: center;
}

@media (max-width: 900px) {
  #kids-banner:hover {
    border: none;
  }
}
/*New site*/
.footer-wrap {
  height: 669px;
  width: 100%;
  background-color: white;
}
.footer-wrap .footer-left, .footer-wrap .footer-right {
  width: 50%;
  height: 603px;
  float: left;
}
.footer-wrap .footer-left img, .footer-wrap .footer-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.footer-wrap .footer-right {
  padding: 42px 32px;
  position: relative;
}
.footer-wrap .footer-right .contact-details {
  font-size: 16px;
}
.footer-wrap .footer-right .contact-details p, .footer-wrap .footer-right .contact-details a {
  line-height: 19px;
  margin-bottom: 6px;
}
.footer-wrap .footer-right .footer-items {
  position: absolute;
  bottom: 28px;
  left: 32px;
  font-size: 16px;
}
.footer-wrap .footer-right .footer-items a {
  display: block;
  font-style: italic;
  font-family: Lato;
  color: #716E6E !important;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 19px;
}
.footer-wrap .footer-right .footer-items a:hover {
  text-decoration: none;
  color: #B18E6E !important;
}
.footer-wrap .footer-right .footer-social {
  position: absolute;
  left: calc(143px + 38%);
  bottom: 28px;
  transform: translateX(-50%);
}
.footer-wrap .footer-right .footer-social .icons {
  margin-bottom: 19px;
}
.footer-wrap .footer-right .footer-social .icons a {
  padding-right: 32px;
}
.footer-wrap .footer-end {
  border-top: 1px solid black;
  width: 100%;
  height: 66px;
  float: left;
  text-align: center;
  padding-top: 19px;
}
.footer-wrap .footer-end span {
  font-size: 16px;
}

@media (max-width: 900px) {
  .footer-wrap .footer-left, .footer-wrap .footer-right {
    width: 100%;
  }
  .footer-wrap .footer-left {
    max-height: 250px;
  }
  .footer-wrap .footer-right {
    padding-left: 28px;
    padding-bottom: 32px;
    height: unset;
  }
  .footer-wrap .footer-right .footer-items, .footer-wrap .footer-right .footer-social {
    position: unset !important;
    width: 100%;
    transform: none;
  }
  .footer-wrap .footer-right .footer-items {
    margin-top: 42px;
  }
  .footer-wrap .footer-right .footer-social {
    margin-top: 103px;
  }
  .footer-wrap .footer-end {
    padding-left: 21px;
    text-align: left;
  }
}
.bck-text {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.section-insta {
  width: 100%;
  height: 439px;
  background-color: #68756C;
  position: relative;
  z-index: 2;
}
.section-insta .insta-s2, .section-insta .insta-s1 {
  z-index: 2;
  position: relative;
  color: white;
  text-align: center;
}
.section-insta .insta-s1 {
  padding-top: 81px;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-insta .insta-s2 {
  font-family: MenoBannerExtraCondensed;
  font-weight: 400;
  font-size: 64px;
  line-height: 58px;
}
.section-insta .insta-s3 {
  padding-left: calc(50% - 632px);
}
.section-insta .insta-s3 a {
  position: relative;
}
.section-insta .insta-s3 img {
  margin-top: 48px;
  width: 211px;
  height: 211px;
  margin-right: 42px;
}
.section-insta .insta-s3 .insta-mobile-only-btn {
  background-color: #68756C;
  color: white;
  border: none;
  position: absolute;
  bottom: 11vw;
  height: 53px;
  pointer-events: none;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.section-insta .insta-s3 .insta-hover {
  opacity: 0;
  position: absolute;
  width: 211px;
  height: 211px;
  top: -71px;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.57);
  color: white;
  padding-left: 56px;
  padding-top: 94px;
}
.section-insta .insta-s3 .insta-hover img {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0;
  margin-top: -3px;
}
.section-insta .insta-s3 a:hover .insta-hover {
  opacity: 1;
  animation: visibilityAnimation 0.5s ease;
}

@media (max-width: 1315px) {
  .section-insta {
    height: unset;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .section-insta {
    height: unset;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .section-insta .insta-s1 {
    padding-top: 64px;
    font-size: 12px;
  }
  .section-insta .insta-s2 {
    font-size: 48px;
    line-height: 44px;
  }
  .section-insta .insta-s3 {
    padding-bottom: 6vw;
  }
  .section-insta .insta-s3 a {
    display: none;
  }
  .section-insta .insta-s3 a:first-child {
    display: block;
  }
  .section-insta .insta-s3 img {
    width: 88vw;
    height: 88vw;
    margin-left: 6vw;
    margin-right: 0;
  }
  .section-insta .insta-s3 .insta-mobile-only-btn {
    display: block;
  }
  .section-insta .insta-s3 .insta-hover {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0 !important;
    display: none !important;
  }
}
.happy-section {
  min-height: 500px;
}
.happy-section .bck-text {
  z-index: -1;
}
.happy-section .happy-1 {
  padding-top: 250px;
  max-width: 724px;
  font-size: 26px;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: MenoBannerCondensed;
  line-height: 32px;
  color: #727171;
}
.happy-section .happy-2 {
  max-width: 909px;
  font-size: 64px;
  text-transform: uppercase;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: MenoBannerExtraCondensed;
  line-height: 66px;
  margin-top: 26px;
  line-height: 60px;
  margin-top: 42px;
}
.happy-section .happy-2 span {
  font-style: italic;
  text-transform: lowercase;
  font-family: MenoBannerExtraCondensed;
}
.happy-section .empty-btn-a {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 49px;
  margin-bottom: 124px;
}

@media (max-width: 1100px) {
  .happy-section .happy-1 {
    padding-top: 103px;
    margin-left: 5%;
    transform: none;
    width: 90%;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .happy-section .happy-2 {
    transform: none;
    margin-left: 5%;
    width: 90%;
    max-width: 266px;
    text-align: left;
    font-size: 48px;
    line-height: 48px;
    margin-top: 42px;
  }
  .happy-section .happy-2 span {
    color: #B18E6E;
  }
  .happy-section .empty-btn-a {
    width: 90%;
    margin-bottom: 64px;
    margin-left: 5%;
    transform: none;
  }
}
.kids-section {
  width: 100%;
  height: 570px;
  overflow: hidden;
}
.kids-section .kids-section-green {
  width: 100%;
  height: 439px;
  background-color: #68756C;
  color: white;
}
.kids-section .kids-section-green .left-50, .kids-section .kids-section-green .right-50 {
  float: left;
  width: 50%;
  height: 439px;
}
.kids-section .kids-section-green .left-part {
  padding-top: 95px;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.kids-section .kids-section-green h2 {
  margin-bottom: 26px;
  font-size: 16px;
  letter-spacing: 1.7px;
  margin-top: 0px;
}
.kids-section .kids-section-green .subtitle {
  font-family: MenoBannerExtraCondensed;
  font-weight: 400;
  font-size: 64px;
  line-height: 58px;
  margin-bottom: 46px;
  text-wrap: nowrap;
  cursor: default;
}
.kids-section .kids-section-green .kid-books-part {
  display: inline-block;
  margin-left: -50px;
}
.kids-section .kids-section-green .kid-books-part img {
  margin-top: 262px;
  margin-right: -30px;
  width: 260px;
  height: 260px;
}

@media (max-width: 1288px) {
  .kids-section {
    height: unset;
  }
  .kids-section .kids-section-green {
    height: 100%;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .kids-section .kids-section-green .left-50, .kids-section .kids-section-green .right-50 {
    width: 100%;
    height: unset;
  }
  .kids-section .kids-section-green .left-50 .empty-btn-a, .kids-section .kids-section-green .right-50 .empty-btn-a {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 24px;
  }
  .kids-section .kids-section-green .left-part {
    margin-left: 5%;
    transform: none;
    width: 90%;
    text-align: center;
  }
  .kids-section .kids-section-green h2 {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .kids-section .kids-section-green .subtitle {
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 24px;
  }
  .kids-section .kids-section-green .kid-books-part {
    display: inline-block;
    margin-left: 50%;
    width: 367px;
    transform: translateX(-51%);
  }
  .kids-section .kids-section-green .kid-books-part img {
    margin-top: 0;
    margin-right: -10px;
    width: 130px;
    height: 130px;
  }
}
/*Category */
.cats-title {
  text-align: center;
  margin-bottom: 32px;
}
.cats-title .cats-above {
  font-size: 16px;
  letter-spacing: 2px;
}
.cats-title h2 {
  font-size: 64px;
  font-family: MenoBannerExtraCondensed;
  font-weight: 400;
  margin-top: 12px;
}

@media (min-width: 1400px) {
  .container.larger-container {
    width: 1370px;
  }
}
@media (min-width: 1500px) {
  .container.larger-container {
    width: 1470px;
  }
}
.categories-section {
  padding-top: 125px;
}

.cats-wrap {
  overflow: hidden;
  margin-bottom: 88px;
}

.category-wrap {
  position: relative;
  padding-bottom: 11px;
  float: left;
  width: 29.3%;
  margin: 2% 2%;
}
.category-wrap .slick-dots {
  text-align: right;
}
.category-wrap .info-section {
  width: 76%;
}
.category-wrap .info-section h3 {
  font-family: MenoBannerExtraCondensed;
  font-size: 36px;
  margin-top: -2px;
  color: black;
  cursor: pointer;
}
.category-wrap .info-section a:hover {
  color: #7E6147 !important;
}
.category-wrap .info-section a:hover h3 {
  color: #7E6147 !important;
}
.category-wrap .info-section .desc {
  font-size: 16px;
  line-height: 20px;
  font-family: Lato;
}
.category-wrap .price-lbl {
  margin-top: 1px;
  font-size: 16px;
  font-style: italic;
  cursor: default;
}
.category-wrap .min-price {
  float: right;
  font-size: 18px;
  color: #7E6147;
}
.category-wrap .cat-btn {
  background-color: white;
  border: none;
  font-size: 14px;
  font-family: Lato;
  position: absolute;
  bottom: 24px;
  letter-spacing: 1px;
  padding: 19px 10px 17px 10px;
  width: 70%;
  margin-left: 15%;
  pointer-events: none;
}

.cw-count-4 .category-wrap {
  width: 42%;
  margin: 2% 4%;
}

.category-arrows {
  position: absolute;
  top: 48px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  width: 55px;
  height: 55px !important;
  background-color: #B3A7A7;
  padding: 8px 19px;
}
.category-arrows img {
  height: 37px;
}
.category-arrows.left {
  left: -20px;
}
.category-arrows.right {
  right: -20px;
}

.on-sale-wrap {
  position: absolute;
  top: 75px;
  left: -15px;
  height: 64px;
  background-color: #7E6147;
  color: white;
  width: calc(100% + 30px);
  border-radius: 3px;
  font-size: 16px;
  font-family: Lato;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 18px 9px 0px;
  pointer-events: none;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: 2px;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.29);
}
.on-sale-wrap .bck-sale-text {
  position: absolute;
  top: -29px;
  left: 20%;
  font-size: 93px;
  font-family: MenoBannerExtraCondensed;
  font-weight: 100;
  letter-spacing: 4px;
  opacity: 0.2;
  display: inline-block;
  -webkit-transform: scale(1.4, 1); /* Safari and Chrome */
  -moz-transform: scale(1.4, 1); /* Firefox */
  -ms-transform: scale(1.4, 1); /* IE 9 */
  -o-transform: scale(1.4, 1); /* Opera */
  transform: scale(1.4, 1);
}
.on-sale-wrap.black-friday {
  background-color: #1c1c1c;
}

@media (max-width: 991px) {
  .on-sale-wrap {
    left: 0;
    width: 100%;
    top: 60px;
  }
  .on-sale-wrap .bck-sale-text {
    left: 50px;
  }
}
@keyframes widthAnimation {
  from {
    width: 70%;
    margin-left: 15%;
  }
  to {
    width: 100%;
    margin-left: 0;
  }
}
@keyframes visibilityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
.category-wrap:hover .category-arrows {
  opacity: 0.9;
  animation: visibilityAnimation 0.8s ease;
}
.category-wrap:hover .next-arrow, .category-wrap:hover .prev-arrow {
  opacity: 0.9;
  animation: visibilityAnimation 0.8s ease;
}
.category-wrap:hover .cat-btn {
  width: 100%;
  margin-left: 0;
  animation: widthAnimation 0.3s ease;
}

@media (max-width: 991px) {
  .cats-title {
    text-align: left;
    margin-bottom: 42px;
  }
  .cats-title .cats-above {
    font-size: 12px;
  }
  .cats-title h2 {
    font-size: 56px;
    margin-top: 6px;
  }
  .categories-section {
    padding-top: 20px;
  }
  .cats-wrap {
    margin-bottom: 78px;
  }
  .category-wrap {
    padding-bottom: 25px;
    float: left;
    width: 100% !important;
    margin: 2% 1% !important;
  }
  .category-wrap .next-arrow, .category-wrap .prev-arrow {
    display: block;
  }
  .category-wrap .next-arrow, .category-wrap .prev-arrow {
    height: 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    padding: 20px 19px;
    opacity: 0.8;
  }
  .category-wrap .next-arrow {
    left: unset;
    right: 0px;
  }
  .category-wrap .info-section h3 {
    font-size: 32px;
  }
  .category-wrap .cat-btn {
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .category-wrap:hover .category-arrows {
    display: none;
  }
  .category-wrap:hover .cat-btn {
    width: 70%;
    margin-left: 15%;
    animation: none;
  }
}
.single-category-wrap {
  overflow: hidden;
  /* Chrome, Edge, and Safari */
}
.single-category-wrap #image-display, .single-category-wrap .cat-desc {
  float: left;
  width: 50%;
  height: calc(100vh - 165px);
  overflow: hidden;
}
.single-category-wrap #mobile-image-display {
  position: relative;
}
.single-category-wrap #mobile-image-display .current-img {
  width: 100%;
  height: calc(90vh - 100px);
  object-fit: cover;
}
.single-category-wrap #mobile-image-display .imgswitchers {
  position: absolute;
  right: 4%;
  bottom: 63px;
}
.single-category-wrap #mobile-image-display .imgswitchers img {
  width: 22px;
  margin-left: 8px;
}
.single-category-wrap #image-display img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-category-wrap .cat-desc {
  background-color: #68756C;
  color: white;
  padding-left: 62px;
  padding-top: 190px;
  position: relative;
  padding-bottom: 30px;
  overflow: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 42px;
  position: relative;
}
.single-category-wrap .cat-desc .lg-img-switchers {
  position: absolute;
  bottom: 24px;
  left: -115px;
}
.single-category-wrap .cat-desc .lg-img-switchers img {
  margin-right: 6px;
  cursor: pointer;
  height: 65px;
  width: 62px;
  float: left;
}
.single-category-wrap .cat-desc .bck-text {
  bottom: 0;
  left: 0px;
}
.single-category-wrap .cat-desc .above-title {
  font-size: 18px;
  letter-spacing: 1.7px;
}
.single-category-wrap .cat-desc h1 {
  font-size: 72px;
  font-family: MenoBannerExtraCondensed;
  margin-top: 8px;
}
.single-category-wrap .cat-desc .sc-line {
  width: 85px;
  border-bottom: 1px solid white;
  margin-bottom: 33px;
}
.single-category-wrap .cat-desc .cat-dess-content {
  width: 96%;
  font-size: 24px !important;
  line-height: 29px !important;
  max-width: 710px;
}
.single-category-wrap .cat-desc .cat-dess-content p {
  font-family: MenoBannerCondensed !important;
  margin-bottom: 0px;
}
.single-category-wrap .img-chooser {
  height: 12vw;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  margin-bottom: 60px;
}
.single-category-wrap .img-chooser .simg-wrap {
  width: 13.35vw;
  height: 13.35vw;
  display: inline-block;
  margin: 6px 3px 0px 3px;
  cursor: pointer;
  overflow: hidden;
}
.single-category-wrap .img-chooser .simg-wrap img {
  object-fit: cover;
  width: 13.35vw;
  height: 13.35vw;
  transition: transform 0.3s ease;
}
.single-category-wrap .img-chooser .simg-wrap:hover img {
  transform: scale(1.3);
}
.single-category-wrap .lines-below {
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  margin-top: -50px;
  margin-bottom: 50px;
}
.single-category-wrap .lines-below .line-below {
  width: 13.35vw;
  height: 100%;
  display: inline-block;
  margin: 0px 3px 0px 3px;
  white-space: nowrap;
  text-align: center;
  visibility: hidden;
}
.single-category-wrap .lines-below .line-below .line-content {
  width: 5.3vw;
  height: 3px;
  background-color: black;
  display: inline-block;
}
.single-category-wrap .mobile-above-title {
  font-size: 12px;
  letter-spacing: 2px;
  margin-left: 5%;
}
.single-category-wrap .mobile-h1 {
  font-size: 56px;
  font-family: MenoBannerExtraCondensed;
  margin-left: 5%;
  margin-top: 5px;
}
.single-category-wrap .mobile-cat-desc p {
  width: 90%;
  margin-left: 5%;
  font-size: 18px;
  font-family: MenoBannerCondensed;
  line-height: 22px;
}
.single-category-wrap .img-chooser {
  scrollbar-width: thin;
  scrollbar-color: #d8d8d8 #ffffff;
}
.single-category-wrap .img-chooser::-webkit-scrollbar {
  width: 33px;
}
.single-category-wrap .img-chooser::-webkit-scrollbar-track {
  background: #ffffff;
}
.single-category-wrap .img-chooser::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 9px;
  border: 2px solid #ffffff;
}
.single-category-wrap .happy-section {
  min-height: unset;
  margin-top: 140px;
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .single-category-wrap .happy-section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .single-category-wrap .img-chooser {
    overflow-x: auto;
  }
}
/*BUTTONS NEW*/
.empty-btn-a {
  padding: 19px 74px 17px 74px;
  font-family: Lato;
  font-size: 14px;
  border: 1px solid black;
  background-color: transparent;
  color: #000000;
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
}

.empty-btn-a {
  padding: 19px 32px 17px 32px;
  letter-spacing: 1px;
  min-width: 250px;
  background: linear-gradient(to left, transparent 50%, #fff 50%) right;
  background-size: 200%;
  transition: 0.3s ease-out;
}

.empty-btn-a-on-dark-bck {
  border: none;
  background-color: white;
}

.empty-btn-a:hover {
  color: black;
  text-decoration: none;
}

.hover-shadow:hover {
  -webkit-box-shadow: 3px 0px 18px 0px rgb(213, 213, 213);
  -moz-box-shadow: 3px 0px 18px 0px rgb(213, 213, 213);
  box-shadow: 3px 0px 18px 0px rgb(213, 213, 213);
}

.empty-btn-a-on-dark-bck:hover {
  -webkit-box-shadow: 3px 0px 18px 0px rgb(69, 69, 69);
  -moz-box-shadow: 3px 0px 18px 0px rgb(69, 69, 69);
  box-shadow: 3px 0px 18px 0px rgb(69, 69, 69);
}

.cats-line {
  width: 85px;
  display: inline-block;
  border-bottom: 1px solid black;
}

@media (max-width: 991px) {
  .cats-title .cats-line {
    position: relative;
    top: -16px;
  }
  .category-wrap .info-section {
    width: 100%;
  }
  .app-demo-section .lefts .your-story {
    margin-bottom: 4px;
  }
}
@media (max-width: 900px) {
  .footer-wrap .footer-right {
    padding-bottom: 18px;
  }
}
.suggest-redirect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.18);
  display: none;
}
.suggest-redirect .switch-country-popup {
  background-color: white;
  width: 500px;
  min-height: 300px;
  border-radius: 5px;
  margin-left: 50%;
  margin-top: 50vh;
  transform: translate(-50%, -50%);
  padding: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.suggest-redirect .switch-country-popup label {
  font-size: 22px;
  margin-bottom: 20px;
}
.suggest-redirect .switch-country-popup label img {
  margin-right: 10px;
}
.suggest-redirect .switch-country-popup p {
  margin-bottom: 100px;
  font-size: 16px;
}
.suggest-redirect .switch-country-popup a {
  display: inline-block;
  border: none;
  text-align: left;
}
.suggest-redirect .switch-country-popup a img {
  width: 23px;
  margin-right: 10px;
}
.suggest-redirect .switch-country-popup a.primaryswitch {
  color: white;
  background-color: #B3A7A7;
}

@media (max-width: 900px) {
  .suggest-redirect .switch-country-popup {
    width: 90%;
    margin-left: 5%;
    transform: none;
    padding: 18px;
    margin-top: 70px;
  }
  .suggest-redirect .switch-country-popup label {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .suggest-redirect .switch-country-popup p {
    margin-bottom: 70px;
    font-size: 14px;
  }
}
.photomake-table {
  width: 100%;
  font-size: 17px;
  margin-top: 20px;
}
.photomake-table tr {
  cursor: pointer;
}
.photomake-table tr:hover {
  background-color: #fbf8f8;
}
.photomake-table td {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.photomake-table td .create-book-btn {
  margin: 10px 0px !important;
}
.photomake-table td.pmprice {
  font-weight: 700;
}
.photomake-table td.pmprice .beforesale {
  pointer-events: none;
  font-size: 16px;
  display: block;
  color: red;
  text-decoration: line-through;
}

@media (max-width: 900px) {
  .photomake-table {
    font-size: 15px;
  }
  .photomake-table tr:hover {
    background-color: white;
  }
}
.free-delivery-circle {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  background-color: #b3a7a7;
  color: white;
  height: 51px;
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-left: 20px;
  z-index: 99;
  letter-spacing: 4px;
  text-align: center;
  font-family: "MenoBannerCondensed" !important;
}
.free-delivery-circle img {
  height: 28px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .free-delivery-circle {
    top: 52px;
    height: unset;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 20px;
    z-index: 99;
    letter-spacing: 4px;
    text-align: center;
    font-family: "MenoBannerCondensed" !important;
  }
  .free-delivery-circle img {
    display: none;
  }
}
.photomake-order-info-wrap {
  margin-bottom: 30px;
  max-width: 900px;
}
.photomake-order-info-wrap h2 {
  font-size: 58px;
  font-family: MenoBannerCondensed;
  text-transform: uppercase;
}
.photomake-order-info-wrap h3 {
  margin-top: 40px;
  font-size: 32px;
  font-family: MenoBannerCondensed;
  text-transform: uppercase;
}
.photomake-order-info-wrap p, .photomake-order-info-wrap ul li {
  font-size: 18px;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 127vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.26);
}
.dialog-overlay .dialog-window {
  background-color: white;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .dialog-overlay .dialog-window {
    background-color: white;
    width: 90vw;
    top: 18vw;
    left: 5vw;
    transform: none;
  }
}
.template-size-chooser {
  text-align: center;
  display: none;
}
.template-size-chooser .dialog-window {
  min-width: 40vw;
}
.template-size-chooser h2 {
  font-size: 36px;
  font-family: "MenoBannerCondensed" !important;
  text-transform: uppercase;
  margin: 10px;
}
.template-size-chooser table {
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
}
.template-size-chooser table .price-value {
  font-size: 16px;
}
.template-size-chooser table tr {
  border-bottom: 1px solid #ccc;
}
.template-size-chooser table td {
  padding: 10px;
}
.template-size-chooser table td button {
  width: 100%;
  border: none;
  height: 50px;
}

@media (max-width: 900px) {
  .template-size-chooser h2 {
    font-size: 26px;
  }
  .template-size-chooser table {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
  }
  .template-size-chooser table .price-value {
    font-size: 11px;
  }
  .template-size-chooser table td {
    padding: 2px;
  }
  .template-size-chooser table td button {
    height: 40px;
  }
}
.template-wrap {
  min-height: 560px;
}

@media (max-width: 900px) {
  .template-wrap {
    min-height: unset;
  }
}
