@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.modal-loading {
  margin: 180px 80px;
  color: #fff;
  font-size: 250%;
}
.checkout-button {
  position: relative;
  display: block;
  cursor: pointer;
  width: 146px;
  height: 36px;
  text-align: center;
  background-color: #fcb040;
  color: #fff;
  font-family: "Arial Narrow", Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  float: left;
  clear: none;
}
.checkout-button:hover {
  background-color: #de9200;
  transition: background-color 0.5s ease;
}
#carousel,
#pattern,
#patternfree,
#presale_description,
#singlebookcontent,
.user_purchased,
.warningbox {
  box-sizing: border-box;
}
#button,
input,
label,
select {
  clear: none;
}
#buyprice p,
#buypricelong p,
#buyprice_discount p,
#buyprice_discount p,
.allpatterns,
.boldgray,
.bydesigner,
.faq,
.navcategory > ul > li,
.navlooking,
.navtitle,
.navtitlelong,
.presale_price,
.yellow,
.yellowtitle {
  text-transform: uppercase;
}
form,
input,
label,
select {
  margin: 0;
  display: inline;
  padding: 0;
  float: left;
}
hr,
img,
img a {
  border: 0;
}
#button {
  text-align: right;
  float: right;
  margin: 0;
}
.adhr,
hr {
  max-width: 780px;
}
#patternimage {
  width: 45%;
  clear: none;
  float: left;
  margin-left: 2%;
  margin-top: 2%;
}
#patterncontent {
  width: 48%;
}
.viewport320 {
  display: none;
}
.adhr,
.promo,
.promo img,
hr {
  width: 100%;
}
.modal,
.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#breadcrumbs,
#breadcrumbs a,
#hamburger a,
.topmenu a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  color: #252525;
  background: #f2f2f3;
  z-index: 0;
}
#breadcrumbs {
  z-index: 999;
}
#breadcrumbs,
#breadcrumbs a,
#footer,
.adhr,
.modal-footer:after,
.patternlist,
form,
hr {
  clear: both;
}
.packagedeal_bookimage,
.packagedeal_bookimage2 {
  clear: none;
  float: left;
  margin-left: 2%;
  margin-top: 5%;
}
.packagedeal_bookimage {
  width: 22%;
  height: auto;
}
.packagedeal_bookimage2 {
  width: 33%;
}
.packagedeal_bookimage img,
.packagedeal_bookimage2 img {
  width: 100%;
  height: auto;
}
.adhr {
  background-image: url(redesignimages/advertisementhr.png);
  background-repeat: no-repeat;
  padding: 10px 0 6px;
  background-size: auto;
  overflow: none;
}
.collapsing,
.modal-open {
  overflow: hidden;
}
hr {
  height: 15px;
  margin-left: 0;
  background-attachment: scroll;
  background-image: url(/images/hr.png);
  background-repeat: repeat;
  background-position: center;
  display: block;
}
.promo {
  max-width: 980px;
  margin-bottom: 1.5%;
}
.promo img {
  height: auto;
}
#breadcrumbs,
#breadcrumbs a,
#buyprice p,
#buyprice_discount p,
#buypricelong p,
#hamburger,
.allpatterns,
.boldgray,
.bundlebuytitle,
.bydesigner,
.contactlarge,
.contestsubtitle,
.contesttitle,
.designcontestformtitle,
.faq,
.footer,
.navcategory,
.navcategory2,
.navlooking,
.navtitle,
.navtitlelong,
.nextpages,
.patternbuytitle,
.patternbuytitlelong,
.presale_price,
.singlebooktitle,
.sortby,
.topmenu a,
.user_purchased_content h2,
.yellow,
.yellowtitle,
h1 {
  font-family: 'Bebas Neue', sans-serif, Arial, sans-serif;
}
user_purchased_content h2 {
  font-weight: 400;
  margin: 0;
}
.user_purchased_content h2 a {
  color: #000;
}
.user_purchased_content img {
  margin: 6px 0;
}
.user_purchased_date {
  margin-top: 0;
}
.user_purchased_contact,
.user_purchased_date {
  font-size: 12px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.modal,
.modal #instructionsheader {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.modal {
  position: fixed;
  z-index: 1040;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}
.modal-content {
  overflow-y: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  z-index: 9999;
}
.modal-backdrop {
  position: fixed;
  z-index: 1030;
  background-color: #000;
}
.ekko-lightbox-container,
.modal-body {
  position: relative;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 30px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: 0;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  filter: dropshadow(color=#000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  top: 25px;
  left: 15px;
  width: 20px;
  height: 32px;
  text-align: left;
  position: absolute;
  background-image: url(redesignimages/left.png);
  background-position: left top;
}
.ekko-lightbox .glyphicon-chevron-right {
  position: absolute;
  width: 20px;
  height: 32px;
  top: 25px;
  right: 15px;
  text-align: right;
  background-image: url(redesignimages/right.png);
  background-position: right top;
}
.ekko-lightbox .glyphicon-chevron-left,
.ekko-lightbox .glyphicon-chevron-right {
  background-repeat: no-repeat;
}
.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 0;
  float: right;
  background: url(images/close.png) center no-repeat;
  font-size: 30px;
  width: 35px;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  text-align: left;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}
#header,
.footer {
  text-align: center;
}
.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}
#hamburger a:hover,
.sortby,
.topmenu a:hover,
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p a {
  color: #171717;
}
.footer,
.footer a {
  color: #999;
}
#content {
  max-width: 780px;
  position: relative;
}
#footer,
#header,
.navcategory,
.patternlist,
.user_purchased {
  width: 100%;
  max-width: 780px;
  position: relative;
  clear: both;
}
.user_purchased {
  background: #fff;
  padding: 2%;
  min-height: 212px;
  margin-bottom: 2%;
}
#header {
  margin-top: 0;
  overflow: hidden;
}
#footer {
  padding-top: 5px;
}
.footer {
  font-size: 14px;
  line-height: 20px;
}
#breadcrumbs,
#breadcrumbs a {
  text-align: right;
  color: #bababa;
  margin-top: 0;
}
.patternlist {
  display: block;
  margin-bottom: 20px;
  overflow: none;
  min-height: 16px;
}
.item,
.item_purchase,
.item_xs {
  position: relative;
  clear: none;
  float: left;
  background: #fff;
}
#hamburger {
  background-position: -40px 0;
  width: 21px;
  height: 18px;
  position: absolute;
  top: 57px;
  right: 12px;
  color: #000;
}
#hamburgerlink {
  margin-top: -1px;
}
.packageimages,
.packageimages2 {
  float: left;
  clear: none;
  margin-bottom: 1%;
}
.packageimages {
  width: 58%;
  clear: left;
}
.packageimages2 {
  width: 32.66%;
}
#presalebookimage {
  width: 25%;
  min-width: 160px;
}
#presalecontent {
  width: 70%;
  max-width: calc(95% - 160px);
}
.presalebooksingleimage,
.presalebooksingleimageright {
  width: 11%;
  height: 11%;
}
.presale_type {
  color: #faa91e !important;
  font-size: 13px;
}
@media screen and (max-width: 650px) {
  .presale_type {
    clear: both;
    padding-top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .checkout-button {
    font-size: 14px;
    height: 34px;
  }
  #presale_description,
  .bookbuytext,
  .bookpaypalbuytext {
    width: 100%;
  }
  .bookbuytext {
    height: 35px !important;
    margin-top: -6px !important;
  }
  .bookpaypalbuytext {
    margin-left: 0 !important;
    margin-top: 4px !important;
  }
  .lessmargin {
    margin-top: -20px !important;
  }
  .presalebooksingleimage {
    width: 18%;
    height: 18%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .bookbuypaypal2 {
    margin-top: 5px;
  }
  .bundlebuytitle {
    font-size: 18px;
    line-height: 19px;
  }
  #content {
    width: 96%;
    margin: 2% auto;
  }
}
@media screen and (max-width: 719px) {
  .packagedeal_bookimage {
    width: 22%;
    height: auto;
  }
  #menuitems {
    width: 100%;
    max-width: 780px;
    margin: -30px 0 32px;
    height: 22px;
    padding: 9px;
    display: none;
    background-color: #3e3b36;
  }
  .topmenu {
    position: absolute;
  }
  .divider {
    margin-top: -2px;
  }
  .topmenu1,
  .topmenu1ami,
  .topmenu1cro {
    left: 8px;
  }
  .divider1ami,
  .divider1cro {
    left: 76px;
  }
  .divider5cro {
    left: 127px;
  }
  .topmenu2ami,
  .topmenu2cro {
    left: 82px;
  }
  .divider2ami,
  .divider2cro {
    left: 128px;
  }
  .topmenu3ami,
  .topmenu3cro {
    left: 134px;
  }
  .divider3ami {
    left: 208px;
  }
  .divider3cro {
    left: 209px;
  }
  .topmenu6ami {
    left: 318px;
  }
  .topmenu4ami {
    left: 217px;
  }
  .topmenu4cro {
    left: 134px;
  }
  .divider6ami {
    left: 312px;
  }
  .divider5ami {
    left: 128px;
  }
  .divider4ami {
    left: 246px;
  }
  .divider4cro {
    left: 161px;
  }
  .topmenu5ami {
    left: 252px;
  }
  .topmenu5cro {
    left: 167px;
  }
  .divider1 {
    left: 78px;
  }
  .topmenu2 {
    left: 86px;
  }
  .divider2 {
    left: 136px;
  }
  .topmenu3 {
    left: 146px;
  }
  .divider3 {
    left: 178px;
  }
  .topmenu4 {
    left: 186px;
  }
  #hamburger {
    display: block;
  }
  .topmenu img.promo {
    width: 25px;
    height: 25px;
    float: left;
    clear: none;
    position: relative;
  }
  .menuimage {
    left: -117px;
  }
  .topmenu a:hover {
    color: #cfccc9;
  }
}
@media screen and (max-width: 359px) {
  .topmenu1ami {
    left: 6px;
  }
  .divider1ami {
    left: 71px;
  }
  .topmenu6ami {
    display: none;
  }
  .topmenu2ami {
    left: 76px;
  }
  .divider2ami {
    left: 119px;
  }
  .topmenu3ami {
    left: 124px;
  }
  .divider3ami {
    left: 195px;
  }
  .topmenu4ami {
    left: 200px;
  }
  .divider4ami {
    left: 227px;
  }
  .topmenu5ami {
    left: 231px;
  }
}
@media screen and (min-width: 719px) {
  .presale_type,
  .topmenu,
  .topmenu img.promo {
    clear: none;
    float: left;
  }
  .topmenu {
    display: block;
  }
  #hamburger {
    display: none;
  }
  .topmenu6ami {
    right: 346px;
  }
  .divider6ami {
    right: 338px;
  }
  .topmenu1ami {
    right: 269px;
  }
  .topmenu1cro {
    right: 178px;
  }
  .topmenu2ami {
    right: 209px;
  }
  .topmenu2cro {
    right: 124px;
  }
  .topmenu3ami,
  .topmenu3cro {
    right: 121px;
  }
  .divider3cro,
  .divider5ami {
    right: 113px;
  }
  .topmenu4ami,
  .topmenu4cro {
    right: 81px;
  }
  .topmenu5ami,
  .topmenu5cro {
    right: 12px;
  }
  .divider1ami,
  .divider1cro {
    right: 73px;
  }
  .divider2ami,
  .divider2cro {
    right: 112px;
  }
  .divider3ami {
    right: 198px;
  }
  .divider5cro {
    right: 170px;
  }
  .divider4ami {
    right: 258px;
  }
  .divider4cro {
    right: 117px;
  }
  .topmenu1 {
    right: 188px;
  }
  .topmenu2 {
    right: 125px;
  }
  .topmenu3 {
    right: 81px;
  }
  .topmenu4 {
    right: 12px;
  }
  .divider1 {
    right: 73px;
  }
  .divider2 {
    right: 112px;
  }
  .divider3 {
    right: 173px;
  }
  .topmenu img.promo {
    width: 25px;
    height: 25px;
    position: relative;
  }
  .topmenu {
    position: absolute;
    top: 54px;
  }
  .menuimage {
    left: -32px;
  }
  .presale_type {
    padding: 3px 0 0 6px;
  }
  #presale_description {
    width: 69%;
  }
  p.bookbuytext {
    margin-left: 8px !important;
  }
  .bookbuypaypal2 {
    margin-top: -10px;
  }
  .presalebooksingleimage {
    margin-right: 1%;
  }
  .bundlebuytitle {
    font-size: 22px;
    line-height: 23px;
  }
  #content {
    width: 98%;
    margin: 1% auto;
  }
}
@media screen and (max-width: 320px) {
  .adhr,.advertisements,.item_xs: nth-child(9) {
    display: none;
  }
  .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .item_xs {
    width: 49%;
    height: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .items_xs :nth-child(even) {
    margin-right: 0 !important;
  }
  .item p {
    height: 40px;
    font-size: 12px;
  }
  .item_xs p {
    height: 55px;
    font-size: 10px;
  }
  .navtitle,
  .navtitlelong {
    max-width: 60%;
    font-size: 16px;
  }
  .searchbox {
    width: 70px;
  }
  #login {
    right: 118px;
  }
  .patternbuytitle {
    width: 100%;
  }
  #hamburger {
    width: 21px;
  }
  #hamburger a {
    color: transparent !important;
  }
  .user_purchased {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #button {
    float: left;
    text-align: left;
    clear: both;
    margin-top: 6px;
  }
  .presalebooksingleimage {
    width: 18%;
    height: 18%;
  }
}
@media screen and (min-width: 321px) and (max-width: 449px) {
  .removefour > .item_xs:nth-child(4) {
    display: none;
  }
  .viewport320 {
    display: block;
  }
  #patterncontent,
  #patternimage {
    width: 96%;
    clear: both;
    margin: 2%;
  }
  .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .items :nth-child(2n),
  .items_xs :nth-child(3n + 3) {
    margin-right: 0 !important;
  }
  .item_xs {
    width: 32.66%;
    height: 32.66%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .item p {
    height: 30px;
    font-size: 12px;
  }
  .item_xs p {
    height: 50px;
    font-size: 10px;
  }
  .navtitle,
  .navtitlelong {
    max-width: 75%;
    font-size: 18px;
  }
  .advertisement {
    margin-right: 2%;
    width: 49%;
    height: auto;
  }
  .advertisements :nth-child(2) {
    margin-right: 0;
  }
  .searchbox {
    width: 100px;
  }
  #login {
    right: 148px;
  }
  .patternbuytitle {
    width: 100%;
  }
  #buybutton,
  #buybuttonlong {
    float: left;
    margin: 3px 0 8px;
  }
  #buyprice,
  #buypricelong {
    float: left;
  }
  #buyprice_discount {
    width: 125px;
    float: right;
    margin-top: 8px;
    margin-right: -2px;
  }
  #hamburger {
    width: 23px;
  }
  #hamburger a {
    color: transparent !important;
  }
  .user_purchased {
    height: 300px;
  }
  .user_purchased_content {
    overflow: none;
    margin-top: 16px;
  }
  .user_purchased_content h2 {
    width: 100% !important;
  }
}
#pattern,
#patternfree,
.book {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 450px) and (max-width: 549px) {
  .item p,
  .item_xs p {
    height: 48px;
  }
  #hamburger {
    width: 63px;
    text-align: right;
  }
}
@media screen and (min-width: 550px) and (max-width: 800px) {
  .item p,
  .item_xs p {
    height: 39px;
  }
  #hamburger {
    width: 63px;
    text-align: right;
  }
}
@media screen and (min-width: 450px) and (max-width: 800px) {
  .item,
  .item_xs {
    margin-bottom: 1%;
  }
  .item {
    width: 32.66%;
    margin-right: 1%;
  }
  .items :nth-child(3n + 3),
  .items_xs :nth-child(4n) {
    margin-right: 0 !important;
  }
  .item_xs {
    width: 24.25%;
    height: 24.25%;
    margin-right: 1%;
  }
  .item p,
  .item_xs p {
    font-size: 12px;
  }
  .navtitle,
  .navtitlelong {
    max-width: 75% !important;
    font-size: 20px;
  }
  .searchbox {
    width: 120px;
  }
  #login {
    right: 168px;
  }
  .advertisement {
    margin-right: 1%;
    width: 24.25%;
    height: auto;
  }
  .advertisements :nth-child(4) {
    margin-right: 0;
  }
  .patternbuytitle {
    width: 100%;
  }
  #buybutton,
  #buybuttonlong {
    float: left;
    margin: 3px 0 8px;
  }
  #buyprice,
  #buypricelong,
  #buyprice_discount {
    float: left;
  }
  .item_xs:nth-child(9) {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .item,
  .item_xs {
    margin-bottom: 1%;
  }
  .item {
    width: 32.66%;
    margin-right: 1%;
  }
  .items :nth-child(3n + 3),
  .items_xs :nth-child(4n) {
    margin-right: 0 !important;
  }
  .item_xs {
    width: 24.25%;
    height: 24.25%;
    margin-right: 1%;
  }
  .item p,
  .item_xs p {
    height: 28px;
    font-size: 12px;
  }
  .navtitle,
  .navtitlelong {
    font-size: 24px;
  }
  .searchbox {
    width: 120px;
  }
  #login {
    right: 168px;
  }
  .advertisement {
    margin-right: 1%;
    width: 24.25%;
    height: auto;
  }
  .advertisements :nth-child(4) {
    margin-right: 0;
  }
  .patternbuytitle {
    width: 56%;
  }
  #buybutton,
  #buybuttonlong {
    float: right;
    margin-right: -8px;
  }
  #buyprice,
  #buypricelong {
    float: right;
    margin-right: 2px;
  }
  #buybuttonlong {
    margin-top: -5px;
  }
  #buyprice {
    margin-top: -0.5%;
    margin-right: 15px;
  }
  #buyprice_discount {
    width: 125px;
    float: right;
    margin-top: 8px;
    margin-right: -2px;
  }
  .item_xs:nth-child(9) {
    display: none;
  }
  #pattern {
    min-height: 470px;
  }
}
.topmenu a {
  color: #fff;
}
#button {
  width: 108px;
  height: 30px;
}
.patternbuytitle,
.patternbuytitlelong {
  font-size: 24px;
  color: #898989;
  clear: none;
  float: left;
}
.item,
.item_purchase,
.item_xs {
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  padding: 5px 5px 2px;
}
.patternbuytitlelong {
  width: 100%;
}
#buybutton,
#buybuttonlong {
  width: 75px;
  clear: none;
}
#buyprice,
#buypricelong {
  width: 66px;
  clear: none;
}
.bookbuytext,
.bookpaypalbuytext {
  clear: right;
  float: left;
  height: 13px;
  color: #faa91e !important;
  font-size: 13px;
}
.bookbuytext {
  margin-left: 8px;
  padding-top: 6px;
}
.bookpaypalbuytext {
  margin-top: 4px;
  margin-left: 8px;
}
.bookbuybutton {
  clear: left;
  float: left;
  display: block;
}
p.bookbuybutton,
p.bookbuytext {
  margin: 0;
  min-height: 26px;
}
.bookpaypalbutton {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  position: relative;
}
.advertisement {
  clear: none;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  text-align: center;
}
.advertisement img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
#hamburger a {
  color: #fff;
}
.item p,
.item_xs p {
  color: #858587;
}
#hamburger a,
.topmenu a {
  display: block;
  font-size: 20px;
  font-weight: 100;
}
.item_purchase {
  width: 177px;
  height: 177px;
}
.user_purchased_content {
  margin-left: 2%;
  clear: none;
  max-width: 550px;
  width: 70%;
  float: left;
}
.item img,
.item_purchase img,
.item_xs img {
  width: 100%;
  height: auto;
  text-align: center;
  border: 0;
  z-index: 1;
}
.item p,
.sortby {
  text-align: left;
}
.item p {
  margin: 2% 4% 6%;
}
.item p a,
.item_xs p a {
  color: #898989;
}
.image:hover,
.item:hover,
.item_purchase:hover,
.item_xs:hover {
  opacity: 0.88;
  filter: alpha(opacity=88);
}
#bookimage img,
.image img {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.overshop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-image: url(redesignimages/intheshop_v2.png);
}
.removefavorite_xs {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-image: url(images/close.png);
}
#pattern,
#patternfree,
.book,
.or,
.patternsingleimage,
.warningbox {
  position: relative;
}
.navcategory,
.navtitle,
.navtitlelong {
  float: left;
  clear: none;
  text-align: left;
  vertical-align: baseline;
}
.navtitle,
.navtitlelong {
  color: #343434;
  line-height: 24px;
  margin: 4px 10px 0 1px;
}
.active {
  color: red;
}
.navtitle a,
.navtitlelong a {
  color: #343434;
}
.nextpages,
.nextpages a,
.sortby,
.sortby a {
  color: #8e8e8e;
}
.sortby {
  width: 145px;
  float: left;
  clear: none;
  font-size: 14px;
  line-height: 24px;
}
.allpatterns,
.nextpages {
  clear: none;
  text-align: right;
  text-decoration: none;
  float: right;
}
.nextpages {
  width: 190px;
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  margin-right: 0;
}
.nextpages .active,
.sortby .active {
  color: #000;
}
.allpatterns,
.allpatterns a {
  color: #343434;
}
.allpatterns {
  height: 24px;
  min-width: 65px;
  font-size: 14px;
  vertical-align: baseline;
  margin: 8px 0 0;
}
.allpatterns .active {
  color: #898989;
}
.navlooking,
.navlooking a {
  color: #8e8e8e;
}
#patterndisclaimer,
.boldgray,
.patternbuytitle a,
.smallgray,
.smallgray a {
  color: #898989;
}
.navlooking {
  font-size: 18px;
  margin-right: 10px;
  float: left;
  clear: none;
  height: auto;
  text-align: left;
  padding: 0 0 5px;
}
#pattern,
#patternfree {
  clear: both;
  max-width: 780px;
  margin: 10px auto;
  height: 100%;
  display: block;
  padding-bottom: 10px;
}
#patternimage img,
.patternsingleimage img {
  width: 100%;
  height: auto;
  height: same-as-width;
  object-fit: cover;
  overflow: hidden;
}
#patternimages,
#userimages {
  width: 100%;
  height: 75px;
  margin-top: 5px;
}
.patternsingleimage {
  width: 23%;
  height: 23%;
  height: same-as-width;
  clear: none;
  float: left;
  margin-right: 2%;
}
#button img,
.patternsingleimage:last-of-type {
  margin-right: 0;
}
#patterndescription,
.book {
  height: 100%;
  display: block;
}
#patterncontent,
.bookcontent {
  clear: none;
  float: left;
  margin-left: 3%;
  margin-top: 2%;
}
#patterndescription {
  width: 100%;
  clear: both;
  padding: 4px 0 12px;
}
#patterndescription_book,
#patterndescription p,
#patterndescription p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #898989;
  line-height: 16px;
}
#patterndisclaimer,
.smallgray {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}
#patterndescription a,
.faq a,
.smallgray a,
.yellow a {
  text-decoration: underline;
}
#patterndescription a:hover,
.bundlebuytitle a,
.tooltip-inner {
  text-decoration: none;
}
#patterndisclaimer {
  display: block;
  bottom: 25px;
  width: 100%;
  line-height: 13px;
}
.smallgray {
  line-height: 12px;
  width: 326px;
}
#button img {
  margin-top: -6px;
}
#buyprice p,
#buypricelong p,
#buyprice_discount p {
  text-align: right;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.favorite,
.pinterest {
  float: left;
  clear: none;
  margin: 0;
}
.favorite {
  width: 25px;
}
.or {
  clear: none;
  float: left;
  display: block;
  margin-right: 7px;
  margin-top: 3px;
}
.book {
  clear: both;
  min-height: 410px;
  width: 100%;
  max-width: 780px;
  margin-top: 10px;
  padding-bottom: 25px;
}
.bookcontent {
  width: 58%;
  margin-top: 4%;
  margin-right: 4%;
}
#buynowbutton {
  margin-top: 30px;
  width: 90px;
  height: 40px;
  clear: none;
  float: right;
  margin-right: 0;
}
#bookimage {
  width: 30%;
  height: auto;
  clear: none;
  float: left;
  margin-left: 4%;
  margin-top: 4%;
}
#bookimage img {
  width: 100%;
  height: auto;
}
#bookimages {
  width: 100%;
  height: 67px;
}
.booksingleimage,
.booksingleimageright {
  width: 22.66%;
  height: auto;
  margin-top: 3%;
  position: relative;
  clear: none;
  float: left;
}
.booksingleimage {
  margin-right: 3%;
}
.books {
  clear: both;
  height: 200px;
  width: 740px;
  margin-top: 10px;
  padding-top: 20px;
}
.bookimage {
  width: 135px;
  clear: none;
  float: left;
  margin: 0;
}
#designcontest .file,
#designcontest input,
#designcontest textarea,
#submit,
.uploadform,
.warningbox,
.yellow,
h1.designcontestformtitle {
  clear: both;
}
.bookimage img {
  border: thin solid #ccc;
}
.boldgray {
  font-size: 18px;
}
.gray,
.warningbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.warningbox {
  background-color: #faa91e;
  width: 100%;
  max-width: 780px;
  color: #fff;
  padding: 10px;
  overflow: hidden;
}
.warningbox a {
  color: #000;
}
.faq,
.gray {
  color: #898989;
}
.gray {
  line-height: 20px;
}
.faq,
.yellow,
.yellowtitle {
  font-size: 18px;
}
.yellow {
  float: left;
  width: 100%;
}
#button,
.yellow,
.yellowtitle {
  margin-top: 24px;
}
.contactlarge {
  font-size: 48px;
  margin: 0;
}
#contestexplanation,
.black,
.white,
.white a {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.uploadform {
  width: 740px;
  height: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
input.highlight,
textarea.highlight {
  border: 2px dotted red !important;
}
#contestexplanation {
  color: #898989;
  width: 100%;
}
.white,
.white a {
  color: #fff;
}
.black {
  color: #FFFFF;
}
#designcontest .file,
#designcontest input[type="text"],
#designcontest input[type="email"] {
  width: 400px;
  height: 25px;
  font-family: arial, sans-serif;
  font-size: 11px;
  margin-bottom: 5px;
}
#designcontest textarea {
  width: 402px;
  height: 120px;
  font-family: arial, sans-serif;
  font-size: 11px;
  padding-top: 7px;
  padding-left: 2px;
}
#presaleFAQ p,
#presaleFAQ p a,
#presaledisclaimer,
.contestsmall,
.readmore-js-toggle {
  font-family: Arial, Helvetica, sans-serif;
}
.vote {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  width: 35px;
  height: 35px;
  background-image: url(images/vote_heart.png);
}
#voting {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 10%;
  height: 80%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px;
  background: #7ac063;
}
#submit {
  width: 130px;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#done {
  display: none;
  clear: left;
  float: left;
  width: 100%;
  line-height: 11px;
}
.contesttitle {
  font-size: 24px;
  color: #fcb040;
  line-height: 22px;
}
.contestsubtitle,
.designcontestformtitle {
  text-transform: uppercase;
  color: #898989;
  font-size: 18px;
}
.contestdot {
  padding-right: 10px;
}
.designcontestformtitle {
  clear: both;
  margin-top: 10px;
  margin-bottom: 8px;
}
.contestsmall {
  font-size: 6px;
  color: #898989;
  line-height: 12px;
}
.prizesrow {
  clear: both;
  width: 750px;
}
.prizeitem {
  position: relative;
  clear: none;
  float: left;
  width: 240px;
  height: 380px;
  margin-right: 7px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 5px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  z-index: 1;
}
.prizeitem p {
  margin: 12px;
  font-size: 12px;
  color: #858587;
  text-align: left;
}
.modalOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#searchfield,
.bookbuypaypal,
.menuimage,
.packagedeal,
.presalebooksingleimage,
input {
  position: relative;
}
#books_presale_container,
.packagedeal {
  background-color: #fff;
  overflow: hidden;
  display: block;
}
#books_presale_container {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 780px;
  margin: 10px 0;
  min-height: 400px;
}
#login,
.tooltip,
.tooltip-arrow {
  position: absolute;
}
#presaledisclaimer {
  display: block;
  position: absolute;
  bottom: 25px;
  width: 270px;
  font-size: 9px;
  color: #898989;
  line-height: 13px;
}
#presalebookimage {
  clear: none;
  float: left;
  margin-left: 2%;
  margin-top: 4%;
}
#presalebookimage img {
  width: 100%;
}
#presalebookimages {
  width: 100%;
  max-width: 780px;
  margin: 1.2% 0;
}
.presalemargin {
  width: 100%;
  margin-top: 4%;
}
#presalebooksmallimages {
  width: 100%;
  max-width: 100%;
  clear: none;
  float: left;
  margin: 2% 2% 2% 0;
}
.bookbuypaypal {
  float: left;
  clear: none;
  width: 100%;
}
.presalebooksingleimage {
  margin-top: 0;
  clear: none;
  float: left;
}
.presalebooksingleimage img {
  width: 100%;
  height: auto;
}
#presalecontent {
  clear: none;
  float: left;
  margin-left: 2%;
}
#presale_description {
  float: left;
  clear: none;
  overflow: hidden;
  padding: 1% 2% 2%;
  margin-top: -1.5%;
}
.presale_price {
  text-align: left;
  font-size: 24px;
  color: #faa91e;
  margin-right: 4px;
  padding: 0;
  clear: none;
}
.packagedeal {
  clear: both;
  min-height: 160px;
  width: 100%;
  max-width: 780px;
  margin-top: 10px;
}
.bundlebuy {
  width: 40%;
  margin-top: 2%;
  margin-right: 2%;
  clear: none;
  float: right;
  font-weight: 400;
}
input[type="number"] {
  width: 32px;
}
.bundlebuynow {
  float: right;
  position: relative;
  width: 100%;
  text-align: right;
  clear: both;
}
.bundlebuynow form,
.bundlebuynow input {
  float: right;
}
.bundlebuytitle {
  color: #898989;
  text-align: right;
  clear: both;
}
.bundlebuytitle a {
  color: #898989;
}
#presaleFAQ {
  width: 100%;
  max-width: 780px;
  clear: both;
}
#presaleFAQ p,
#presaleFAQ p a {
  font-size: 12px;
  color: #898989;
  line-height: 16px;
}
.bundlebuytitle_small {
  font-size: 18px;
  color: #858587;
  text-align: right;
  text-decoration: none;
}
.bundlebuydetails {
  font-size: 10px;
  color: #858587;
  text-align: right;
  float: right;
  line-height: 12px;
  max-width: 200px;
  margin-top: 4px;
  padding-bottom: 12px;
}
.readmore-js-toggle {
  margin-top: -6px;
  font-weight: 700;
  font-size: 14px;
  color: #facd1e;
}
.buylongcontent {
  display: none;
}
.menuimage {
  top: -15px;
  z-index: 0;
  width: 813px;
  height: 94px;
}
.login {
  font-weight: 700;
}
.login-divider {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #999;
}
#login {
  top: -1px;
  z-index: 1;
  font-size: 12px;
  display: block;
}
#searchfield {
  top: 5px;
  right: -10px;
  float: right;
  display: block;
}
.searchbox {
  -webkit-border-radius: 5px;
  overflow: auto;
  -moz-border-radius: 5px;
  margin-right: -3px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 2px 2px 2px 7px;
  font-size: 10px;
  height: 19px;
}
.searchsubmit {
  margin: 0 0 0 -12px;
  padding-right: 10px;
  border: 0;
}
input {
  z-index: 999;
}
input:focus {
  border: 1px solid #fcb040;
}
.moremargin {
  margin-top: 18px;
}
#user_purchases {
  width: 100%;
}
#user_purchases tr td:first-child {
  width: 60%;
}
#user_purchases tr {
  height: 18px;
}

.sprite {
  background: url(images/sprites.png) no-repeat;
}
.divider {
  background-position: 0 0;
  width: 1px;
  height: 26px;
}
.searchsubmit {
  background-position: -2px 0;
  width: 32px;
  height: 26px;
}
.facebooksprite {
  background-position: -20px -27px;
  width: 19px;
  height: 17px;
}
.instagramsprite {
  background-position: -75px -27px;
  width: 18px;
  height: 17px;
}
.youtubesprite {
  background-position: -112px -27px;
  width: 18px;
  height: 17px;
}
.pinterestsprite {
  background-position: -39px -27px;
  width: 18px;
  height: 17px;
}
.resetpassword {
  font-size: 12px;
}
.responsive {
  width: 100%;
  height: auto;
}
.tooltip {
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  width: 220px;
  line-height: 1.1;
  filter: alpha(opacity=0);
}
#dvLoading,
.btn-bar {
  display: none;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  width: 0;
  height: 0;
}
#overlay,
#overlay-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  width: 100%;
}
.yellowtitle {
  clear: none;
  float: left;
}
.bydesigner,
.bydesigner a {
  font-size: 18px;
  color: #bababa;
}
#overlay {
  z-index: 99995;
}
#overlay-back {
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 990;
}
#dvLoading {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  height: 300px;
  width: 300px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  right: 50%;
  top: 50%;
  margin: -125px 0 0 -125px;
  text-align: center;
}
#carousel,
#slides,
#slides li,
#slides ul {
  position: relative;
  width: 100%;
}
#carousel {
  margin: 0;
  background: #ddd;
  padding: 8px;
}
#slides {
  overflow: hidden;
}
#slides ul {
  list-style: none;
  height: 50px;
  margin: 0;
  padding: 0;
}
#slides li {
  height: 50px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 650px) {
  #slides {
    height: 100px;
  }
}
.quote-author,
.quote-phrase {
  display: table-cell;
}
.quote-marks {
  position: inherit;
}
.authorContainer,
.quoteContainer {
  display: table;
  width: 100%;
}
#singlebookcontent {
  overflow: hidden;
  display: block;
  width: 100%;
}
#singlebook_left,
#singlebook_right {
  clear: none;
  display: block;
}
#singlebook_right {
  padding-top: 12px;
}
#singlebook_right a {
  font-size: 14px;
  font-weight: strong;
}
#singlebookcontent .author,
#singlebookcontent .bigbuybutton_details a,
#singlebookcontent a > .bigbuybutton,
.inputbuybutton {
  font-family: "Arial Narrow", Arial;
  text-transform: uppercase;
  font-weight: 700;
}
#singlebook_left img {
  width: 96%;
  padding: 2% 2% 0;
}
#singlebookcontent .video_wrapper {
  position: relative;
  width: 96%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 2%;
}
#singlebookcontent .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#singlebookcontent .bigbuybutton {
  margin-bottom: 8px;
  height: 22px;
  width: 130px;
  background: #fcb040;
  padding: 8px 8px 4px;
  float: left;
  clear: left;
}
#singlebookcontent a > .bigbuybutton {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#singlebookcontent .bigbuybutton:hover {
  background-color: #de9200;
  transition: background-color 0.5s ease;
}
#singlebookcontent .bigbuybutton_details {
  margin-bottom: 12px;
  line-height: 16px;
  clear: right;
  float: left;
  margin-left: 8px;
}
#singlebookcontent .bigbuybutton_details a {
  color: #223;
  font-size: 15px;
}
#singlebookcontent .smaller {
  font-size: 70%;
  color: #556;
}
#singlebookcontent .singlerow {
  line-height: 35px;
}
#singlebookcontent .author {
  color: #898989;
  font-size: 12px;
}
.presale-cover-top {
  display: none;
}
#carousel,
#slides {
  height: 125px;
}
@media screen and (max-width: 751px) {
  #carousel,
  #slides {
    height: 145px;
  }
}
@media screen and (max-width: 701px) {
  #carousel,
  #slides {
    height: 145px;
  }
}
@media screen and (max-width: 651px) {
  #carousel,
  #slides {
    height: 155px;
  }
}
@media screen and (max-width: 599px) {
  #carousel,
  #slides {
    height: 110px;
  }
}
@media screen and (max-width: 450px) {
  #carousel,
  #slides {
    height: 110px;
  }
}
@media screen and (max-width: 390px) {
  #carousel,
  #slides {
    height: 130px;
  }
}
@media screen and (min-width: 600px) {
  #singlebook_left {
    width: 50%;
    float: left;
  }
  #singlebook_right {
    padding-left: 2%;
    width: 48%;
    float: right;
  }
}
@media screen and (max-width: 599px) {
  .presale-cover-top {
    display: block;
    margin-bottom: 8px;
  }
  .presale-cover-bottom,
  .presale-cover-top-hr {
    display: none;
  }
  #singlebook_left {
    width: 100%;
  }
  #singlebook_right {
    width: 96%;
    margin: 2%;
  }
  #singlebookcontent .bigbuybutton {
    padding: 8px 8px 1px;
  }
  #singlebookcontent a > .bigbuybutton,
  input.inputbuybutton {
    font-size: 14px;
  }
  #singlebookcontent .bigbuybutton_details,
  input.inputbuybutton {
    #singlebookcontentbigbuybutton_detailsinputinputbuybuttonline-height: 14px;
  }
  #singlebookcontent .bigbuybutton_details a,
  input.inputbuybutton a {
    font-size: 13px;
  }
  .no_margin {
    margin-bottom: 0;
  }
}
.inputbuybutton {
  float: left;
  clear: left;
  font-size: 16px;
  border: 0;
  color: #fff;
  padding: 0 8px;
  background: #fcb040;
  width: 146px;
  height: 36px;
  margin-bottom: 12px;
}
.inputbuybutton:hover {
  background-color: #de9200;
  transition: background-color 0.5s ease;
}
#presale_description p,
#presale_description p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #898989;
  line-height: 16px;
}
@media screen and (max-width: 450px) {
  .topmenu5ami,
  .topmenu4ami,
  .divider6ami,
  .divider4ami {
    display: none;
  }
  .topmenu6ami {
    left: 217px !important;
  }
}
@media screen and (min-width: 599px) {
  #slidingContent {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #footer img.sprite {
    zoom: 1.25;
  }
  .footericons {
    margin-top: 3px;
  }
  #slidingContent {
    height: 32px;
    width: 100%;
    margin-top: -44px;
    color: white;
    background-color: grey;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideIn;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
  }
  #slidingContent p a {
    color: white;
  }
  #slidingContent p {
    padding: 8px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
  }
  @-webkit-keyframes slideIn {
    0% {
      margin-top: -25px;
    }
    100% {
      margin-top: 0px;
    }
  }
  @keyframes slideIn {
    0% {
      margin-top: -25px;
    }
    100% {
      margin-top: 0px;
    }
  }
}
.pattern_fav {
  position: relative;
  float: right;
  clear: none;
  margin-top: -4px;
}
.pattern_fav p {
  position: relative;
  clear: none;
  float: left;
  margin-top: 13px;
}
.pattern_fav img:hover {
  content: url("https://www.amigurumi.com/images/heart_active.png");
}
#col_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.image_holder {
  clear: none;
  float: left;
  width: 24%;
  margin: 8px 0 0 1%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .image_holder {
    width: 24%;
  }
}
@media screen and (max-width: 599px) and (min-width: 321px) {
  .image_holder {
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  .image_holder {
    width: 100%;
    margin: 4px 0;
  }
}
.image_holder img {
  width: 100%;
}
.book_title {
  text-align: center;
  color: #252525;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}
.book_author {
  text-align: center;
  font-size: 10px;
  margin: 2px 0 0 0;
}
.book_moreinfo {
  text-align: center;
  font-size: 10px;
  margin-top: 2px;
}
.book_moreinfo a {
  color: #fcb040;
  text-decoration: underline;
  margin: 0;
}
.book_moreinfo a:hover {
  text-decoration: none;
}
h4,
h4 a {
  margin: 0 auto;
}
.overshop5 {
  background-image: url(redesignimages/5off.png);
}
.overshop10 {
  background-image: url(redesignimages/10off.png);
}
.overshop15 {
  background-image: url(redesignimages/15off.png);
}
.overshop20 {
  background-image: url(redesignimages/20off.png);
}
.overshop25 {
  background-image: url(redesignimages/25off.png);
}
.overshop30 {
  background-image: url(redesignimages/30off.png);
}
.overshop35 {
  background-image: url(redesignimages/35off.png);
}
.overshop40 {
  background-image: url(redesignimages/40off.png);
}
.overshop45 {
  background-image: url(redesignimages/45off.png);
}
.overshop50 {
  background-image: url(redesignimages/50off.png);
}
.overshop55 {
  background-image: url(redesignimages/55off.png);
}
.overshop60 {
  background-image: url(redesignimages/60off.png);
}
.overshop65 {
  background-image: url(redesignimages/65off.png);
}
.overshop70 {
  background-image: url(redesignimages/70off.png);
}
.overshop75 {
  background-image: url(redesignimages/75off.png);
}
.form-stitch-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  width: 100%;
}

.stitch-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.stitch-item input[type="checkbox"] {
  cursor: pointer;
  margin: 0 4px 0 0;
}

/* Mobile: single column */
@media (max-width: 768px) {
  .form-stitch-container {
    grid-template-columns: 1fr;
  }
}
.features-container {
  width: 100%;
  clear: both;
  margin-bottom: 18px;
  margin-top: 18px;
  overflow: hidden;
}
.feature-box {
  width: 22%;
  margin-right: 4%;
  clear: none;
  float: left;
}
.feature-box-last {
  margin-right: 0;
}
.feature-icon {
  width: 50%;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.feature-title {
  font-family: "Arial Black", sans-serif;
  margin: 6px 0 0 0;
  font-weight: bold;
  font-size: 11pt;
  color: #30673e;
}
.feature-description {
  font-family: "Arial", sans-serif;
  margin: 0;
  font-size: 10pt;
  color: #30673e;
  line-height: 1.3em;
}


/* Custom typography and colors for FAQ and Team titles (Rabbit/Blue theme) */
.faq, .yellow {
    font-family: 'Poppins', sans-serif !important;
    color: #1e88e5 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}
