/* SUMMER 2025 CSS */
body {
    background-color: #d5e6e2!important;
    color: #000;
    padding: 10px;
    margin: 0;
}
/*WINTER 2025 CSS */
.wc25-body {
    color: #000;
    padding: 0px;
    margin: 0;
    font-family: 'dinosaur', sans-serif;
     background-image: url("https://bookshopcatalog.com/wp-content/uploads/background-hc25.jpg")!important;
  background-repeat: repeat!important;
    background-color: #cadada!important;
	 background-attachment: fixed!important;


}
.entry-title {
	display: none!important;
}
    .header-ads-out {
    display: none;
    }

 .newhead-l {
    width: 100%;
    color: red;
    text-align: center;
    background-color: transparent;

    padding: 0px;
    margin: 0px!important;
    border-width: 0px;
}
.newhead-r {
    width: 100%;
    color: blue;
    text-align: center;
    background-color: transparent;

     padding: 0px;
    margin-left: 0px!important;
     border-width: 0px;
  
  position: relative;
}
.newhead-r p{
      margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 125%;
}

@media (max-width: 1000px) {
    .newhead-l {
        width: 100%!important;
        display: block!important;
    }
}
@media (max-width: 1000px) {
    .newhead-r {
        width: 100%!important;
        display: block!important;
        height: 100px!important;
    }
}
@media (max-width: 800px) {
    .newhead-r p{
        font-size: 16px;
    }
}

.catalog-nav {
    display: inline-block;
    color: #8db02c;
    background-color: #fff8ed;
    padding: 12px;
    border-radius: 3px;
    font-family: 'henriette', sans-serif;
    font-weight: 400;
    font-size: 16px;
 margin: 3px;
    width: 19.2%;
    text-align: center;
}
.catalog-nav:hover {
    color: #fff8ed;
    background-color: #f69886;
    transition: 0.2s;
}
@media (max-width: 900px) {
    .catalog-nav {
        display: block!important;
        margin: 0px 0px 6px 0px;
        width: 97%!important;
    }
}

h1 {
    text-align: center;
    color: #5c5c5c!important;
    font-family: 'adorn-bouquet', sans-serif!important;
    font-size: 48px!important;
    text-shadow: none!important;
}

@media (max-width: 800px) {
    h1{
        font-size: 24px!important;
    }
}

P {
    text-align: center;
    font-weight: 400;
    color: #5c5c5c;
    font-family: 'dinosaur', sans-serif;
    font-size: 14px;
    line-height: 140%;
}

.title {
    text-align: center;
    font-weight: 700;
    color: #8db02c;
   font-family: 'henriette', sans-serif;
    font-size: 16px;
    line-height: 135%;
}
a {
color: #ff3333;  
}
a:hover {
  color: #00C4CA;
  text-decoration: none!important;
}
h2 {

    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
	font-weight: 700;
    margin: 12px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
    font-size: 15px;
    font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
.container {
    background: transparent;
    opacity: 1!important;
  
}

.catalog-header {
    padding: 10px 0;
    text-align: center;
}
.catalog-header .logo {
    width: 30%;
    float: left;
}
.catalog-header .header-center {
    width: 40%;
    float: left;
    padding: 0 10px;
}
.catalog-header .header-center h1 {
    padding: 13% 0;
    margin: 0;
   
}
.catalog-header .header-right {
    width: 30%;
    float: left;
}
.catalog-header img {
    max-width: 100%;
    width: auto;
}
.catalog-category:nth-child(even) {
    background: #ffffff;
}
.catalog-category-head {
    display: inline-block;
    width: 100%;
  background-color: #ffffff;
  margin-bottom: 7px;
  margin-top: 7px;
  border:dotted;
  border-width: 0px 0px 4px;
  text-align: left;
}

@media (max-width: 768px){
  .catalog-subtitle {
    display: none;
  }
  
}
.catalog-category-block-wrap {
    /*display: inline-block;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
}
.catalog-category-block {
    border: solid;
    border-width: 1px!important;
    border-color: #a3cecf!important;
    display: inline-block;
    float: left;
    width: 23.5%;
    margin: 0 0 2% 2%;
    padding: 10px 10px 50px;
    text-align: center;
  background-color: #fff8ed; /* For browsers that do not support gradients */
  background-image: radial-gradient(#ffffff, #fff8ed, #fff8ed);
    position: relative;

  
}
.catalog-category-block a {
    display: inline-block;
    background-color: #fff8ed;
    color: #f69886;
	font-family: 'henriette',serif!important;
    border: 2px solid #f69886;
    border-radius: 16px;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 120px;
    text-decoration: none!important;
	font-size: 15px!important;
    
    font-weight: 600;
    font-family: 'Barlow Condensed',sans-serif;

}
.catalog-category-block a:hover {
   
 color: #02899e;
     border-color: #02899e;
transition: 0.2s;
}

.book-img img {
  max-height: 175px;
  border: solid 1px #e8e4d8;
  box-shadow: none!important;
}
.book-img {
    margin-bottom: 10px;
    height: 180px;
  
}
.catalog-category-block img {
    max-width: 100%;
}
.catalog-category-block:nth-child(6n+1) {
    margin-left: 0;
}

@media (max-width: 800px) {
    .catalog-category-block p{
 font-size: 20px;
    }
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}
.scroll-top img {
  width:28px;
}

@media (max-width: 800px) {
    .catalog-category-block {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .catalog-category-block:last-child {
        border-bottom: 0;
    }
        .catalog-category-block1 {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .catalog-category-block1:last-child {
        border-bottom: 0;
    }
    
    .book-img {
        height: 175px;
    }
}

@media (max-width: 800px) {
    .mobile-hide{
        display: none!important;
    }
}
.big-block {
    width: 65%!important;
    margin: auto!important;
}
@media (max-width: 800px) {
    .big-block{
        width: 100%!important;
    }
}
/* WINTER 2025 CSS */

    .wc25-header-ads-out {
    display: none;
    }

  
.wc25-h1 {
    text-align: center;
    color: #a53926!important;
    font-family: 'farmhand-sans', serif!important;
    font-size: 65px!important;
    font-weight: 400;
margin: 15px 0px 0px 0px!important;
 
}
@media (max-width: 1100px){
  .wc25-h1{
    font-size: 42px!important;
margin: 0px 0px 0px 0px!important;
	  
  }
  
}

.wc25-p {
    text-align: center;
    font-weight: 400;
    color: #303130;
    font-family: "dinosaur", sans-serif!important;
    font-size: 14px;
}


.wc25-title {
    text-align: center;
    font-weight: 700!important;
    color: #517336;
    font-family: "century-gothic-std", sans-serif!important;
    font-size: 15px!important;
    font-style: normal;
    line-height: 130%;
}
.wc25-a {
color: #517336;
}
.wc25-a:hover {
  color: #841808;
  text-decoration: none;
}
.wc25-h2 {

    font-family: 'Lexend Deca', sans-serif;
    font-size: 34px;
	font-weight: 400;
    margin: 12px;
  text-align: left;
  color: #0C3657;

}

@media (max-width: 768px){
  .wc25-h2 {
    font-size: 24px;
    text-align: center;
  }
}


.wc25-h3 {
    font-size: 15px;
    font-weight: 500;
  font-family: 'Lexend Deca', sans-serif;
}

.wc25-h4 {
    font-size: 24px;
	color: #51793a;
    font-weight: 400;
  font-family: 'farmhand-sans', sans-serif;
	text-transform: lowercase;
	line-height: 140%;
	margin: 0px!important;
}
@media (max-width: 1100px){
  .wc25-h4{
    font-size: 20px;
	  
  }
  
}

.wc25-container {
border-radius: 5px;
       
}


.wc25-catalog-header {
    padding: 10px 0;
    text-align: center;
}
.wc25-catalog-header .logo {
    width: 30%;
    float: left;
}
.wc25-catalog-header .header-center {
    width: 40%;
    float: left;
    padding: 0 10px;
}
.wc25-catalog-header .header-center h1 {
    padding: 13% 0;
    margin: 0;
   
}
.wc25-catalog-header .header-right {
    width: 30%;
    float: left;
}
.wc25-catalog-header img {
    max-width: 100%;
    width: auto;
}
.wc25-catalog-category:nth-child(even) {
    background: purple;
}
.wc25-catalog-category-head {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  margin-top: 7px;

  text-align: left;
}
.wc25-catalog-subtitle {

}

@media (max-width: 768px){
  .wc25-catalog-category-head {
border: none;
  }
  }

@media (max-width: 768px){
  .wc25-catalog-subtitle {
    display: none;
  }
  
}
.wc25-catalog-category-block-wrap {
    /*display: inline-block;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
  

}
.wc25-catalog-category-block {
  display: inline-block;
  float: left;
  width: 15%;
  margin: 0 0 2% 2%;
    padding: 10px 10px 50px;
    text-align: center;
   background-color: rgba(255, 255, 255, 0.3);
    border: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,.55);
    position: relative;
  
}
.wc25-catalog-category-block:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

.wc25-catalog-category-block a {
    display: inline-block;
    background: #51793a;
    color: #ffffff;
    border: 1px solid #51793a;
    border-radius: 2px;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 120px;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    font-family: 'century-gothic-std', sans-serif;

}
.wc25-catalog-category-block a:hover {
box-shadow: 5px 5px 0px #c75743;
transition: all 0.25s ease 0s;
  
}

.wc25-siba:hover {
box-shadow: 5px 5px 0px #c75743;
transition: all 0.25s ease 0s;
  
}
.wc25-book-img img {
  max-height: 165px;
  box-shadow: 2px 2px 2px #B7B7B7;
}
.wc25-book-img {
    margin-bottom: 10px;
    height: 175px;
  
}
.wc25-catalog-category-block img {
    max-width: 100%;
}
.wc25-catalog-category-block:nth-child(6n+1) {
    margin-left: 0;
}
.wc25-scroll-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}
.wc25-scroll-top img {
  width:28px;
}
@media (max-width: 2600px) {
    .wc25-catalog-category-block {
        width: 23.5%;
    }
    .wc25-catalog-category-block:nth-child(6n+1) {
        margin-left: 2%;
    }
    .wc25-catalog-category-block:nth-child(4n+1) {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .wc25-catalog-category-block {
        width: 23.5%;
    }
    .wc25-catalog-category-block:nth-child(6n+1) {
        margin-left: 2%;
    }
    .wc25-catalog-category-block:nth-child(4n+1) {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .wc25-catalog-category-block {
        width: 32%;
       
    }
    .wc25-catalog-category-block:nth-child(4n+1) {
        margin-left: 2%;
    }
    .wc25-catalog-category-block:nth-child(3n+1) {
        margin-left: 0;
    }

    .wc25-catalog-header .logo,
    .wc25-catalog-header .header-center,
    .wc25-catalog-header .header-right {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 0 10px;
    }
    .wc25-catalog-header .header-center h1 {
        padding: 0;
    }
}
@media (max-width: 450px) {
    .wc25-catalog-category-block {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .wc25-catalog-category-block:last-child {
        border-bottom: 0;
    }
    .wc25-book-img {
        height: 175px;
    }
}

.wc25-cover-button {
    background-color: #ff3333;
    color: #fff;
    border-radius: 2px;
    padding: 10px;
    transition: all 0.25s ease 0s;
    width: 120px;
    text-decoration: none;
    font-weight: 500;
  border-width: 0px;
  font-family: 'Lexand Deca', sans-serif;
  text-transform: uppercase;
  font-size: 14px;

}


.wc25-cover-button:hover {
    background-color: #9375b4;
  
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 18px;
  z-index: 99;
  height: 40px;
  border: none;
  outline: none;
  background-color: #6457cb;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  width: 50px;
  font-size: 18px;
  text-align: center;
  
}
#topBtn img{
width: 15px;
}

#topBtn:hover {
  background-color: #555;
}

.ad-copy {
  font-size: 12px;
}

.dropbtn {
  background-color: #0C3657;
  color: white;
  padding: 16px;
  font-size: 17px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  min-width: 180px;
  font-family: 'Lilita One',sans-serif;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #A91E0A;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #841808;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
}

.dropdown-content a {
  color: #ffffff;
  font-size: 16px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #B8220C;}

.show {display: block;}

.wc25-shelf-title {
font-family: 'farmhand-sans', serif;
    font-size: 50px;
	font-weight: 400;
    margin: 12px;
  color: #a53926;
  text-align: center;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
.wc25-shelf-title {
font-size: 32px;

}

}

@media (max-width: 768px) {
.wc25-shelf-title img{
display: none;

}

}

.wc25-cat-nav {
text-align: center;
width: 94%;
padding: 15px 0px 15px 0px;
margin: auto;
font-family: 'farmhand-sans',serif!important;
font-weight: 400;
font-style: normal;

}
.wc25-cat-nav a{
padding: 10px 0px;
color: #a53926;
text-align: center;
display: block;
text-decoration: none;
margin: 0px 1px 7px 0px;
width: 99%;
border-radius: 25px;
font-size: 28px;
letter-spacing: 1px;
font-weight: 400;
font-family: 'farmhand-sans',serif;
	text-transform: uppercase;
}

.wc25-cat-nav a:hover{
background-color: rgba(255,255,255,.4);
transition: all .2s ease 0s;

}


@media (max-width: 990px){
  .wc25-cat-nav{
  width: 100%;
  margin: auto;
}
}

@media (max-width: 990px){
  .wc25-cat-nav a{
    width: 94%;
    margin: 10px;
    font-size: 22px;
  }


img {
    pointer-events: none;
  -webkit-touch-callout: none;
}
  box-sizing: border-box;
}

.wc25-flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.wc25-flex-item-left {
  background-color: 0px 0px 0px transparent;
  padding: 10px;
  flex: 51%;
}

.wc25-flex-item-right {
  background-color: transparent;
  padding: 10px;
  flex: 49%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 1100px) {
  .wc25-flex-container {
    flex-direction: column;
  }
}
.wc25-spacer {
  height: 90px;
}
@media (max-width: 1100px){
  .wc25-spacer {
display: none;
  }
  }
.wc25-nonorder {
    display: inline-block;
    background: #51793a;
    color: #ffffff;
    border: 1px solid #51793a;
    border-radius: 2px;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 75%;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    font-family: 'century-gothic-std', sans-serif;

}