:root {
  --wide: 100%;  
 --main: #3B89C1; 
 --accent: #05508F; 
 --black: #1a1a1a; 
 --lightgrey: #EEEBEB; 
 --darkgrey: #b5b5b5; 
 --white: #fff; 
    
}
html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid rgba(59,137,193,0.3);margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

.foothr{display:block;height:1px;border:0;border-top:2px solid var(--main);}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;
text-decoration: none;
color: var(--accent); font-weight: 700;}
a img{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;}
.smoothie{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: #052455; font-weight: 600; }
p{margin: 0 0 10px 0;}
strong{ color: #052455;}
img{max-width: 100%;}
.darkred{color: #880404;}
.umber{color: #645444;}
.buff{color: #F4DC84;}
.peru{color: #C48C54;}
.lighter{color: #FDF6D1;}

body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--main) var(--black);
}
body::-webkit-scrollbar-track {
  background: var(--black);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 6px;
  border: 3px solid var(--black);
}

body{background: #f6f6f6;}
.container{width: 100%; max-width: 1920px; margin: 0 auto;  background: #D6F6F4; font-family:'Libre Franklin', 'Proza Libre', sans-serif; color: #052455}
.inner{width: 90%; margin: 0 auto;}
.innerheader{padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-end;}
.header{background: #fff; background: linear-gradient(180deg,#7DE0FE,#D6F6F4);}
.textlogo{font-size: 52px; font-weight: 600; color: var(--main); font-family: 'Proza Libre', sans-serif; }
.textlogo span{font-weight: 200;}
.imagelogo{width: 460px;position: relative; opacity: 1;}
/*
.headerbirds{width: 360px; position: absolute;bottom: -40px; left: 0px;}
*/
.navband{width: 100%; padding: 0; background: var(--main);font-family: 'Proza Libre', sans-serif;  }
.innernavband{display: flex; justify-content: flex-start; flex-wrap: wrap;}
.navbasket{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.navlink{padding: 15px 20px 12px;transition:all 0.4s ease; background: var(--main); color: #fff; font-weight: 600; font-size: 15px;  margin: 0;}
.current{background: #D6F6F4; color: #073F89;}
.navlink:hover{background: #D6F6F4; color: #073F89;}
.basketlink{color: #fff; font-weight: 400; font-size: 15px;transition:all 0.4s ease;}
.basketlink:hover{background: #000; color: #fff;}

.content{width: 100%; padding: 40px 0; min-height: 80vh;}
.innercontent{display: flex; justify-content: space-between; flex-wrap: wrap;}
.browsecontent{width: 220px;}
.maincontent{width: calc(100% - 260px);}

.eachbrowse{margin-bottom: 20px; position: relative; color: #052455; font-size: 14px; display: block; font-weight: 500;}
.eachbrowsemarker{position: absolute; top: 0; left: -10px; width: 3px; height: 100%; background: #1A83DA; opacity: 0;transition:all 0.4s ease;}


.eachbrowse span{}
.eachbrowse:hover {color: #1A83DA;}
.eachbrowse:hover .eachbrowsemarker{opacity: 1;}
.eachbrowsecurrent .eachbrowsemarker{opacity: 1;}
.eachbrowsecurrent {color: #1A83DA;}

.browsebutton{ display: none;}
.browsetoggle{border-bottom: 1px solid rgba(59,137,193,0.3); padding-bottom: 10px; margin-bottom: 15px; display: flex; justify-content: space-between; align-items: center;}
.browseh{margin: 0; font-size: 18px;}

.browselink{width: 100%; padding: 10px; font-size: 14px;  margin-bottom: 20px; display: block; border: 1px solid var(--main);}
.browselink:hover{background: var(--main); color: var(--white);}
/*.browselink{background: var(--main); color: var(--white);}
.browselink:hover{background: var(--white); color: var(--main);}
*/

.mainheader{font-size: 19px; font-weight: 700; margin-bottom: 15px;}
.mainimage{width: 100%; height: 400px;}

.textsplit{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.leftsplit{width: 47%;}
.rightsplit{width: 47%;}
.fullsplit{width: 100%;}
.quotesplit{background: url(../img/quote.png) bottom right no-repeat;}
.splitline{width: 1px; background: #C48C54;}
.eachbookcover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0.8; filter: grayscale(0);}
.eachbookcover img{width: 100%; height: 100%; object-fit: cover;}


.homebooks{width: 100%; /*display: flex; justify-content: space-between; flex-wrap: wrap; */padding-top: 6px; display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr;}
.eachbook{width: 100%; min-height: 464px; background: rgba(214,246,244,0.8); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transition: all 0.3s cubic-bezier(.25,.8,.25,1); position: relative; display: flex;}
.eachbook:hover{box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}
.bookdetails{background: rgba(255,255,255,0.9); opacity:0;transition: all 0.3s ease; padding: 60px 20px 60px; position: relative; min-height: 100%; z-index: 2; display: flex; justify-content: center; align-content: center; flex-wrap: wrap; width: 100%;}
.eachbook:hover .bookdetails{opacity: 0;}
.eachbook:hover .popuptitle{background: rgba(59,137,193,1); color: #fff;}
.eachbook:hover .booklink{background: rgba(59,137,193,1); color: #fff;}
.bookdetails p{}
.booklink{position: absolute; bottom: 0; right: 0; padding: 10px 20px; background:var(--accent); background: rgba(255,255,255,0.95); width: 100%; color: #1A83DA; font-size: 12px; z-index: 3; border-top: 0px solid #454231; transition: 0.3s all ease;}
.popuptitle{position: absolute; top: 0; right: 0; padding: 10px 20px 10px; background:var(--accent); background: rgba(255,255,255,0.95); width: 100%; color: #1A83DA; font-size: 18px; font-weight: 700; z-index: 3; transition: 0.3s all ease; /*background: linear-gradient(180deg,rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.0) 100%);*/}
.booklink:hover{color: rgba(214,246,244); background: rgba(5,80,143);}
.searchlink{position: absolute; bottom: 0; right: 0; padding: 10px 20px; background: rgba(255,255,255,0.8); color: #1A83DA; width: 100%; font-size: 12px; z-index: 3; border-top: 0px solid #454231;}

.searchlink:hover{background: rgba(255,255,255,1); color: #1A83DA;}

.eb1{order: 1;}
.eb2{order: 2;}
.eb3{order: 3;}
.eb4{order: 4;}
.eb5{order: 5;}
.eb6{order: 6;}


/* ==========================================================================
   COLLECTION GRID
   ========================================================================== */
.collectionbooks{width: 100%; /*display: flex; justify-content: space-between; flex-wrap: wrap; */padding-top: 6px; display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.eachcollectionbook{width: 100%; height: 300px; background: rgba(214,246,244,0.8); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transition: all 0.3s cubic-bezier(.25,.8,.25,1); position: relative; display: flex;}
.eachcollectionbook:hover{box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}
.collectionbookdetails{background: rgba(255,255,255,0.9); opacity:0;transition: all 0.3s ease; padding: 60px 20px 60px; position: relative; min-height: 100%; z-index: 2; display: flex; justify-content: center; align-content: center; flex-wrap: wrap; width: 100%;}
.collectiontitle{position: absolute; top: 0; right: 0; padding: 10px 20px 10px; background:var(--accent); background: rgba(255,255,255,0.95); width: 100%; color: #1A83DA; font-size: 16px; font-weight: 600; z-index: 3; transition: 0.3s all ease; /*background: linear-gradient(180deg,rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.0) 100%);*/}
.eachcollectionbook:hover .collectionbookdetails{opacity: 0;}
.eachcollectionbook:hover .collectiontitle{background: rgba(59,137,193,1); color: #fff;}
.eachcollectionbook:hover .booklink{background: rgba(59,137,193,1); color: #fff;}

.eachcollectioncover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0.8; filter: grayscale(0);}
.eachcollectioncover img{width: 100%; height: 100%; object-fit: cover;}

/* ==========================================================================
   ========================================================================== */
.eachcat{width: 100%; min-height: 464px; background: rgba(214,246,244,0.8); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transition: all 0.3s cubic-bezier(.25,.8,.25,1); position: relative; display: flex; overflow: hidden;}
.eachcat:hover{box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}

.eachcat:hover .bookdetails{opacity: 0;}
.eachcat:hover .popuptitle{transform: translateY(-100%);}
.eachcat:hover .booklink{transform: translateY(100%);}




.popupauthor{font-size: 14px;}
/*.popupquote{font-style: italic; font-size: 12px;}*/
.popupquote{font-size: 15px; font-weight: 400;}
.popupquoter{font-size: 12px; display: block; font-style: normal;}
.popupprice{font-weight: 600;}
.popuppaypal{width: auto;}


.weebookcover{display: none;}

.searchbookdetails{background: var(--main); padding: 20px 20px 60px; position: relative; min-height: 100%; color: #fff; width: 100%;}
.searchbooktitle{margin-bottom: 5px;}
.searchbooktitle strong{color: #fff;}
.searchbookquote{font-size: 13px;color: #fff;}

.footer{width: 100%; background: #454231; background: linear-gradient(180deg,#D6F6F4,#7DE0FE);color: var(--main);}
.innerfooter{padding: 40px 0 20px; }
.footerlogo{ font-size: 42px; margin-bottom: 20px;font-weight: 600; display: none;}
.footerlogo span{font-weight: 200;}
.footsocial{padding: 15px 0; display: flex; display: none;}
.footsocial a{font-size: 18px; line-height: 26px; display: block; height: 34px; width: 34px; padding: 5px; background: #645444; color: #fff; border-radius: 50%; text-align: center; margin-right: 10px;}
.footsocial a.fblink:hover{background: #3B5998; color: #fff;}
.footsocial a.twlink:hover{background: #55acee; color: #fff;}
.footsocial a.gplink:hover{background: #DC4A38; color: #f8f8f8;}


.credits{font-size: 11px; padding: 0;}
.credits span{margin: 0 5px;}
.footnav{font-size: 14px;}
.footnav span{margin: 0 5px 0 10px;}
.footnav a{color: var(--main); text-transform: capitalize; font-size: 12px;}
.footnav a.footcurrent{color: #fff;}
.footlink i{margin-right: 15px;}
.footlink{color: var(--main);}
.upperfooter{display: flex; justify-content: space-between; flex-wrap: wrap;}
.footercard{width: 300px; position: relative;}
.footerbirds{width: 300px; position: absolute;bottom: -34px; right: 0px;}
.footnav a:hover{color: #fff;}
.footlink:hover{color: #fff;}
/*

.addtobasket{width: auto; font-size: 14px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; background: #fcf1ba; color: #000; text-transform: uppercase; letter-spacing: 0; overflow: hidden; border-top-right-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.addtobasketicon{border-left: 2px solid #FDF6D1; padding: 5px 10px; background: #880404; color:#FDF6D1; font-size: 20px;}
.addtobaskettext{padding: 10px 15px; font-weight: 600;transition:all 0.4s ease;}
.addtobasket:hover .addtobaskettext{background: #880404; color:#FDF6D1;}
.addtobasket:hover{background: #880404; color:#FDF6D1;}
*/

.newstextcontent{width: 100%;}
.newsimagecontent{width:100%; margin: 60px auto; outline: 0px solid red;box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}

.eachcontact{display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; margin-bottom: 20px;}
.contacticon{width: 15px; margin-right: 10px;}

.smallprint{font-size: 12px !important;}
.smallprint p{font-size: 12px !important; line-height: 20px;}

/* ==========================================================================
   Search
   ========================================================================== */
.slidetoggler{margin-bottom: 20px; display: flex; align-items: center; transition: all 0.3s ease;}
.togglearrow{transition: all 0.3s ease;}
.sliderotate{transform: rotate(-90deg);}
select.searchselect{width: 100%; border:1px solid #052455; padding: 10px 15px; font-size: 0.8rem; background: rgba(255,255,255,0.9);  color: #0C0C0B; margin-bottom: 20px; display: block;}
.advancedsearch{width:100%; padding:20px 0; text-align:right; font-size: 14px;}
.searchrow{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.searchgrid{width: 100%; display: grid; grid-gap: 5px; grid-template-columns: 1fr 1fr 1fr;}
.intermediatesearchgrid{width: 100%; display: grid; grid-gap: 5px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.searchbuttons{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.searchfield{}
.searchfield label{width: 100%; font-size:0.8rem; font-weight: 400; color: var(--main);}
.fullinput{width: 100%; padding: 5px 0; color: var(--main); font-size: 0.8rem;}
.halfsearchinput{width: 49%; padding: 5px; color: var(--main); font-size: 0.8rem;}
.hiddenform{height: 0px; width: 0px; overflow: hidden;}
.searchsubmit{width: 20%; background: #F6F7F8;}
.searchbtn{width: 20%; border: 0px; padding: 0; text-align: center; background: var(--main); font-size: 0.9rem; font-weight: 700; padding: 10px 0; margin: 0;cursor: pointer;}
.homesearchbtn{width: 100%; border: 0px; padding: 0; text-align: center; background: #fff; color: var(--main); font-size: 0.9rem; font-weight: 700; padding: 10px 20px; margin: 0;cursor: pointer;}
.thesearch{color: #fff;}
.theclear{color: #fff;}
.thesearch:hover{background: var(--main); color: #fff;}
.theclear:hover{background: var(--main); color: #fff;}
.author{font-size: 1rem;}
.listpublisher{font-size: 0.9rem;}
.listdate{font-size: 0.9rem;}
.fullselect{display: block; width: 100%; padding: 5px;}
#search-box {
position: relative;
width: 100%;
margin: 0 0 25px 0;
}

#search-form 
{
height: 40px;
border: 1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}

#search-text 
{
font-size: 14px;
color: #ddd;
border-width: 0;
background: transparent;
}

#search-box input[type="text"]
{
width: 90%;
padding: 11px 0 12px 1em;
color: #333;
outline: none;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height: 40px;
width: 40px;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 42px;
border-width: 0;
background-color:var(--main);
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}

#search-button:hover{background: #181C32;}

.checkholder{display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; outline: 0px solid red;}
.ctrls-checkbox label{display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 10px 20px 10px 0; align-items: center; flex-direction: row-reverse;}
.ctrl-option{width: 10px;}



/* ==========================================================================
   Search List
   ========================================================================== */

.jplist-panel{display: flex; justify-content: space-between; flex-wrap: wrap; background: rgba(255,255,255,0.05); padding: 20px;}
.jplist-drop-down {
                    width: 30%;
                    font-size: 12px;
    
                }
                
                
                
                .jplist-panel button {
                    font-size: 12px;
                }
                
                .jplist-label {
                    font-size: 12px;
                }
                .jplist-icon{line-height: 15px;}
                .text-filter-box {width: 30%;}
                .jplist-panel input[type="text"]{width: calc(100% - 35px); font-size: 12px;}
                .jplist-icon{width: 35px;}
                
                .searchlist{width:100%; padding:20px 0; display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr;}
                .list-item{width: 100%; border: 0px solid #ccc; background: rgba(255,255,255,0.5); padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; font-weight: 300; position: relative; background: rgba(214,246,244,0.8); background: linear-gradient(180deg,#7DE0FE,#D6F6F4);transition: all 0.3s cubic-bezier(.25,.8,.25,1); background: rgba(59,137,193,0.1);}
                .list-item:hover{background: rgba(59,137,193,0.0); box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}
                .listimage{width: 40%;}
                .listimage2{width: 40%; padding: 20px;}
                
                
                
                .listinfo{width:60%; padding: 0 20px 40px 0; outline: 0px solid red;}
                .listlink{position: absolute; bottom: 0; right: 0; padding: 5px 10px; color: var(--main); font-size: 0.8rem; border-left: 0px solid var(--main); border-top: 0px solid var(--main); background: rgba(0,0,0,0.00); }
                .listlink:hover{background: var(--main); color: #fff; }
                .listdetails{font-size: 0.9rem; font-style: italic; padding: 10px 0;}
                .title h3{font-size: 1.4rem;}
                .eachtopic{border: 1px solid var(--main); background: var(--main); color: #fff; font-size: 0.8rem; padding: 3px 5px; margin: 0 5px 5px 0; font-weight: 300; display: inline-block;}
                .eachcollection{border: 1px solid var(--main); color: var(--main); font-size: 0.8rem; padding: 3px 5px; margin: 0 5px 5px 0; font-weight: 300; display: inline-block;}
                .eachtopic:hover{background: #fff; color: var(--main);}
                .eachcollection:hover{color: #fff; background: var(--main);}
                .eachbookauthor{border: 1px solid #9F1931; color: #9F1931; font-size: 0.8rem; padding: 3px 5px; margin: 0 5px 5px 0; font-weight: 300; display: inline-block;}
                .eachbookauthor:hover{color: #fff; background: #9F1931;}              
                .topiclist{display: flex; justify-content: flex-start; flex-wrap: wrap;}
                .eachtopichead{display: none;}
                
                .listimage{display: none;}
                .list-item{align-items: flex-start;}
.secondaryauthor{font-size: 0px;}

.eachcatalogue{margin-bottom: 20px;}


.paginatedtop{width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; padding:5px 0; font-weight:400; font-size:0.8rem; color:var(--main); grid-column: 1 / 3;}
.noresults{font-size:1.1rem; font-weight: 400; color: var(--main);}
/*
    Paginator -
    Source: http://www.strangerstudios.com/sandbox/pagination/diggstyle.php (strangerstudios.com)
*/

div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid var(--main);
    * zoom: 100%;
    text-decoration: none; /* no underline */
    font-size:0.8rem; font-weight: 400; color: var(--main);
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid var(--main);
background-color: var(--main);
    color: #fff;
}
div.pagination span.page_current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid var(--main);

    * zoom: 100%;
    font-size:0.8rem;
    
    background-color: var(--main);
    color: #FFF;
}
div.pagination span.page_disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    font-size:0.8rem;
    * zoom: 100%;

    color: #aaa;
}

* span.elipsis {zoom:100%}
                /*
                .listimage2{display: none;}
                .listinfo{padding-left: 20px;}
                */
.searchfooter{width: 100%;grid-column: 1 / 3;}
.thepaginator{width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center;}
.searchjump{width: 180px; padding-left: 6px;}
.jumpform{display: flex; justify-content: center; flex-wrap: wrap; align-items: center;}
.jumpsubmit{width: 20px; border: none; background: var(--main); font-size: 18px; color: #fff;}
.jumpfield{width: calc(100% - 20px); font-size: 12px; padding: 3px 2px 4px;  color: var(--main); background: #f5f7f8; border: 1px solid var(--main);}
.countryselect{padding: 5px;}



/*
.search-container {width: 100%; margin-bottom: 20px;}
.searchform{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; background: #fff;}
.searchform input[type=text] {padding: 10px; font-size: 14px;border: none;width: calc(100% - 37px);font-family:'Raleway', sans-serif; background: #fcf1ba; outline: 2px solid #fcf1ba;}
.searchform input[type=text]:focus{outline: 2px solid #880404;} 
.searchform button {padding: 0 10px;background: #880404;color: #fff; font-size: 17px;border: none;cursor: pointer; transition: 0.4s all ease;}
.searchform button:hover {background: #4C4034;}

.searchpage{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; background: #fff;}
.searchpage input[type=text] {padding: 10px; font-size: 14px;border: none;width: calc(100% - 37px);font-family:'Raleway', sans-serif; background: #fcf1ba; outline: 2px solid #fcf1ba;}
.searchpage input[type=text]:focus{outline: 2px solid #880404;} 
.sbutton {padding: 0 10px;background: #880404;color: #fff; font-size: 17px;display: flex; align-items: center;}

.eachorders{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; background: #fcf1ba; padding: 20px; margin-bottom: 20px;}
.eachordertitle{width: calc(100% - 240px);}
.eachordertitleimage{width: calc(100% - 400px);}
.eachorderimage{width: 120px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.eachorderimage:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.eachorderpaypal{width: 200px;}
.eachcontact{display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; margin-bottom: 20px;}
.paypaladd{transition: all 0.4s ease; display: block;}
.paypaladd:hover{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);}

.addtobasket{width: auto; max-width: 200px; font-size: 14px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; color: #000; border-radius: 5px; overflow: hidden; border: 1px solid rgba(0,0,0,0.3);}
.addtext{font-size: 14px; text-transform: uppercase; padding: 10px; font-weight: 600; border-left: 1px solid rgba(0,0,0,0.2); width: calc(100% - 50px); text-align: center; background: linear-gradient(to bottom, #FFD971 , #FFBA49); transition: 0.4s all ease;}
.addicon{padding: 5px 10px; width: 50px; font-size: 12px; background: linear-gradient(to bottom, #FFD971 , #FFBA49); }
.addiconholder{background: #000; color: #fff; border-radius: 50%; margin: 0 auto; width: 30px; text-align: center; padding: 7px 7px 5px 5px;}
.addtobasket:hover .addtext{background: linear-gradient(to top, #FFD971 , #FFBA49);}


/* ==========================================================================
   BOOK
   ==========================================================================
.bookimagesplit{width: 300px; }
.bookdetailssplit{width: calc(100% - 330px);}
.bookh1{font-size: 22px;}

.chocolat-image{position: relative; display: block;box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.choculacover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; background: rgba(0,0,0,0.4) url(../img/magnifier.png) center center no-repeat; pointer-events: none; opacity: 0; transition: 0.4s all ease;}
.chocula:hover .choculacover{opacity: 0.8;}

.chocolat-image:hover{box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}
.bookpaypal{background: #fcf1ba; padding: 20px; width: 100%; margin: 20px auto;}
.reviewsplit{background: #fcf1ba url(../img/quotereview.png) bottom right no-repeat; padding: 20px;}
.addtocart{margin-bottom: 10px; }

.reviewline{width: 20%; display: block; height: 1px; background:#880404; margin: 20px 0 20px;}
.searchtitle{font-size:0px; width:0px; height:0px; overflow:hidden;}





/* ==========================================================================
   Book
   ========================================================================== */

.holiday{background: rgba(59,137,193,0.1); padding: 40px; width: 100%;}
.bglink{background: #3F626F; color: #fff; padding: 2px 5px; font-size: 0.8rem; margin: 0 10px 10px 0; border-radius: 2px;}
.bglink:hover{background: #181C32;}
.thebookcontent{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px;}
.thebookgallery{width: 35%;}
.thebookdetails{width: 55%; }
.thebooktitle{border-bottom:1px solid rgba(59,137,193,0.3); display: block;}
.thebookprice{border-bottom:1px solid rgba(59,137,193,0.3); display: block;}
.thebookcontact{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; background: rgba(59,137,193,0.1); padding: 40px; margin-bottom: 20px;}
.thebookcontacttext{width: 55%; }
.thebookform{width: 40%;}
.enquirelink{width: 100%; display: block; border: 1px solid #3F626F; background: #3F626F; color: #fff; padding: 15px; transition: 0.4s; text-align: center; border-radius: 5px;}
.enquirelink:hover{background: #181C32;}
.viewertable{padding: 20px; background: rgba(63,98,111,0.05);}

.tablelink{color: #3F626F; font-weight: 400;}
.tablelink:hover{background: #3F626F; color: #fff;}
.editer{width: 100%; background: #3F626F; color: #fff; padding: 5px 0; text-align: center; transition: 0.4s; border-radius: 5px; display: block; font-size: 0.8rem;}
.editer:hover{background: #181C32;}
.editer:active{background: #181C32;}
.shareicons{padding: 10px 0;}

.carousel{width: 100%;}
.carouselsmall{width: 50%;}
.carouselmedium{width: 70%;}
.smallprint{font-size: 12px;}

.recentadditionsheader{width: 100%; display: block;}
.recentadditions{display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr 1fr; width: 100%;} 
.eachaddition{width: 100%; background: rgba(59,137,193,0.1); display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: column;}

.eachaddition:hover{background: rgba(63,98,111,1); text-decoration: none;}
.eachaddition:hover .eachadditioninfo h4{color: #fff;}
.eachaddition:hover .eachadditioninfo h3{color: #fff;}
.eachadditionimage{width: 100%; height: 280px; transition:all 0.4s ease; overflow: hidden;}
.eachadditionimagesimilar{width: 100%; height: auto; transition:all 0.4s ease; overflow: hidden;}
.eachadditioninfo{padding: 10px; color: #fff; font-weight: 300; font-size: 0.8rem; width: 100%; text-align: left;}
.italic{font-style: italic;}
.eachadditioninfo h6{font-weight: 300; font-style: italic;}
.eachadditioninfo h3{font-weight: 300; margin: 0;}
.eachadditionprice{position: absolute; bottom: 0; right: 0; padding: 5px; background: rgba(255,255,255,0.7); background: #181C32; color: #fff; font-weight: 800;}
.eachadditionlink{position: absolute; bottom: 0; right: 0; padding: 5px 10px; background: rgba(63,98,111,0.2); color: #fff; font-weight: 300; font-size: 0.8rem; width: 100%; text-align: left;}
.ug-textpanel-bg{background: rgba(59,137,193,0.5) !important;}
.ug-textpanel-title{font-size: 12px !important; font-weight: 400 !important; font-family:'Averia Sans Libre', 'Libre Franklin', 'Proza Libre', sans-serif !important;}

 .editor{position: fixed; top: 0; left: 0; background: var(--main);; padding: 0px 10px; z-index: 100000; text-transform: uppercase; line-height: 34px; transition: all 0.3s ease;}
.editor a{color: #fff;}
.editor:hover{background: var(--accent);}

.simthird{width: 20%;}
.simhalf{width: 40%;}
.simfull{width: 100%;}
/* ==========================================================================
   SEARCH
   ========================================================================== */
.halfsplit{width: 49%;}
.searchselect{width: 100%; padding: 9px 5px; font-family:'Libre Franklin', 'Proza Libre', sans-serif;background: #fcf1ba;border: 1px solid transparent; font-size: 14px; margin: 0;}
.searchselect:focus{outline: 1px solid #880404;}
.searchselect option{padding: 5px;}

/* ==========================================================================
   FORM
   ========================================================================== */
.flexspacebetween{display: flex; justify-content: space-between; flex-wrap: wrap;}
.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.contactform{background: rgba(59,137,193,0.5); padding: 40px;}
.halfinput{width:  49%;}
.fullinput{width: 100%;}
.theform label{font-size: 12px; display: block; color: var(--main); color: #fff; font-weight: 700;}
.textinput{width: 100%; border:1px solid #052455; padding: 10px 15px; font-size: 0.8rem; background: rgba(255,255,255,0.9);  color: #0C0C0B; margin-bottom: 20px; display: block;}
.textinput:focus{outline: 1px solid var(--accent);}
select.textinput{padding: 8px 15px 10px;}
.halftextinput{width:49%;}
.submitbutton{width: 100%; border:1px solid var(--accent); border-radius: 2px; color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 0; background: var(--accent);}
.submitbutton:hover{background: #fff; color: var(--accent); }
textarea{height: 200px; text-align: left;}
.displaynone{display: none;}

.inputcheck label input{margin: 0 10px 0 0; }
.inputcheck{margin-bottom: 20px; padding: 0 10px;}
.errorinput{outline: 1px solid firebrick;}
.eacherror{display: block; width: 100%; color: firebrick; margin-bottom: 10px;}
.successmessage{display: block; width: 100%; margin-bottom: 10px;}

.headh1{font-size: 24px;}
/* ==========================================================================
   LINKS
   ========================================================================== */

.eachuseful{width:100%; background:#f7f7f7; padding:20px 20px 40px 20px; margin-bottom:20px; position:relative;}

.usefullink{position:absolute; bottom:0; right:0; padding:10px; color: #fff; background: var(--accent);}
.usefullink:hover{background: #fff; color: var(--accent);}
.smallchevron{font-size:0.7rem;}
.linkfolderh4{width:100%; border-bottom:0px solid #ccc;}
.sitemapul{list-style-type: none; margin: 0; padding: 0;}
.sitemapul li{margin-bottom:5px; padding: 0 0 10px 20px;}
.sitemapul li ul li{margin-bottom:0px; background:none;padding: 0 0 0 20px;}
.sitemapul li ul{list-style-type: none;}

/* ==========================================================================
   SHOP
   ========================================================================== */

input[type=number] {
  line-height: 27px; padding-left:5px;
}

input[type=number]::-webkit-inner-spin-button {
  width: 30px;
  height: 30px;
}


.eachcartproduct{width:100%; height:auto; display: flex; justify-content: space-between; flex-wrap: wrap; overflow:hidden; padding: 10px 0; font-size: 14px; align-items: center;}
.carthead{width:100%; height:auto; display: flex; justify-content: space-between; flex-wrap: wrap; overflow:hidden; padding: 10px 0; font-size: 14px; align-items: center;}

.cartremove{width:80px; text-align:left;}
.cartimage{width:120px;}
.cartdescription{width:calc(100% - 400px);}
.cartquantity{width:80px; text-align: right}
.cartprice{width:100px; text-align: right; padding-right: 10px;}


.totals{width:100%; text-align:right;}

.checkout-box{float:none;}
.update-box{float:right;}

.cart-remove{color:#880404; font-size:22px; }
.cart-remove:hover{color: #222222;}

.carttitle{font-weight: 600; text-transform: uppercase; font-size: 16px;}
.checkouttitle{font-weight: 600; text-transform: uppercase; font-size: 16px;}





.eachcheckoutproduct{width:100%; height:auto; overflow:hidden; text-align:left; padding: 15px 10px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin: 0;}
.eachcheckoutproduct:nth-child(odd) {background: rgba(59,137,193,0.2);}
.eachcheckoutproduct:nth-child(even) {background: rgba(59,137,193,0.8);}

.eachcartproduct{width:100%; height:auto; overflow:hidden; text-align:left; padding: 15px 10px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin: 0;}
.eachcartproduct:nth-child(odd) {background: rgba(59,137,193,0.2);}
.eachcartproduct:nth-child(even) {background: rgba(59,137,193,0.4);}

.checkouthead{background: var(--main); padding: 15px 10px; color: #222; border-top-left-radius: 5px; border-top-right-radius: 5px; text-transform: uppercase; font-weight: 600;}

.b_item{height: 0; width: 0; overflow: hidden; display: none;}
.checkoutimage{width:120px;}
.checkoutdesc{width:calc(100% - 360px); padding-right: 20px;}
.checkoutquantity{width:80px;}
.checkoutprice{width:80px;}
.checkouttotal{width:160px; text-align: right; padding-right: 10px;}
.eachtotal{}

.subtotal{background: rgba(252,241,186,0); padding: 10px 20px; font-size: 14px; text-transform: uppercase;font-weight: 400; }
.shipping{background: rgba(252,241,186,0); padding: 10px 20px; font-size: 14px; text-transform: uppercase;font-weight: 400; }
.total{background: rgba(59,137,193,0.2); padding: 10px 20px; font-size: 14px; text-transform: uppercase;font-weight: 600; }
.cart-operations{ width:100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 20px 0;  background: var(--main); border-top: 1px solid #C48C54; padding: 20px 10px;}
.cart-operations1{justify-content: flex-end;}

.cartoptions{font-size: 12px;}

.quantity-input{max-width: 100%; width: 80px;}
.thecheckout{overflow: hidden; width: 100%; margin: 0 auto;}
.edit-cart-box{margin-top: -10px;}
.editcart{background: #4C4034; padding: 10px 15px; color: #fff; text-transform: uppercase; font-weight: 900; font-size: 12px;}
.editcart:hover {background: #222222;}
.paypalbutton{}
.thebutton{background: var(--accent); padding: 10px 15px; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 12px; border: none; cursor: pointer; border-radius: 10px;}
.thebutton:hover {background: var(--black);}
/*
.thebutton {
  box-shadow: 0 3px 0 0 #4C4034, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  background-color: #4C4034;
  background-image: linear-gradient(-45deg, #645444, #4C4034);
  color: #E6EAEF;  outline: none;
  -webkit-tap-highlight-color: transparent;}
.thebutton:hover {
    box-shadow: 0 3px 0 0 #040405, 0 6px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.5), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset; }
.thebutton:active {
    box-shadow: 0 0px 0 0 black, 0 3px 0 0 transparent, 0 4px 16px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
    transition: 0s;
    color: #040405;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }*/
*/
.thebutton {
  background-color: #252730;
  background-image: linear-gradient(-45deg, #645444, #4C4034);
  color: #E6EAEF;
  border-top-color: #51566a;
  border-left-color: #323541;
  border-right-color: #323541;
  border-bottom-color: black; outline: none;
  -webkit-tap-highlight-color: transparent;}
.thebutton:hover {
    background-image: linear-gradient(-45deg, #292c36, #252e3b); }
.thebutton:active {
    color: black;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background-color: #21222a;
    background-image: linear-gradient(-45deg, #21222a, #1d242e);
    border-top-color: black;
    border-left-color: #18191f;
    border-right-color: #18191f;
    border-bottom-color: #18191f; }

.paypaladd{transition: all 0.4s ease; display: block;}
.paypaladd:hover{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);}

.addtobasket{width: auto; max-width: 200px; font-size: 14px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; color: #000; border-radius: 5px; overflow: hidden; border: 0px solid rgba(0,0,0,0.3);background: linear-gradient(to bottom, var(--main) , var(--accent));}
.addtext{font-size: 14px; text-transform: uppercase; padding: 10px; font-weight: 600; border-left: 1px solid rgba(0,0,0,0.2); width: calc(100% - 50px); text-align: center; 
    background: linear-gradient(to bottom, var(--main) , var(--accent)); transition: 0.4s all ease; color: #fff;}
.addicon{padding: 5px 10px 5px; width: 50px; font-size: 12px; background: linear-gradient(to bottom, var(--main) , var(--accent)); }
.addiconholder{background: #000; color: #fff; border-radius: 50%; margin: 0 auto; width: 30px; text-align: center; padding: 7px 7px 5px 5px;}
.addtobasket:hover .addtext{background: linear-gradient(to top, var(--main) , var(--accent));}
.basketbtn{background: none; border: none; cursor: pointer;}
/* ==========================================================================
   Table

   ========================================================================== */
.tablestyle {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
    font-size: 12px;
}
.tablestyle th,
td {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);

}
.tablestyle th {
  text-align: left;
  
}
    
.tablestyle tbody tr:nth-child(even) {background: rgba(255, 255, 255, 0.2)}
.tablestyle tbody tr:nth-child(odd) {background: rgba(255, 255, 255, 0.5)}    
    

.tablestyle tbody td {
  position: relative;
}


.tablepanel{padding: 20px }

.datatablestyle{color:#000 !important;}

.dataTables_length{margin: 5px 0 0 7px;}
.dataTables_length select{padding: 5px;}
           
            .dataTables_filter{padding: 10px 0;}
            .dataTables_filter input{padding: 0;}
  
            .dataTables_wrapper .dataTables_paginate .paginate_button{color: #fff;}
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{color: #000;}
            .dataTables_wrapper .dataTables_paginate .paginate_button{background: rgba(255,255,255,0.5); border: none;}
            .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background: rgba(255,255,255,1); border: none; color: #333 !important;}
tfoot{font-size: 10px;}
.font0{font-size:0px !important;}

/* ==========================================================================
   MODAL
   ==========================================================================*/
.modalo {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0vh;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.25s ease;
  z-index: 2047;
}
.modalo.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  
  background-color: rgba(0, 0, 0, 0.5); 
  transition: background-color 0.25s;
}
.modalo.open > .content-wrapper {
  transform: scale(1);
}
.modalo .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  margin: 0;
  padding: 2.5rem;
  background: #FAFBFC;
  border-radius: 0.3125rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 0.25s;
  transition-delay: 0.15s;
      max-height: 100vh; overflow: auto;
}
.modalo .content-wrapper .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  transition: 0.25s linear;
    cursor: pointer;
}
.modalo .content-wrapper .close:before, .modalo .content-wrapper .close:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.125rem;
  background-color: black;
}
.modalo .content-wrapper .close:before {
  transform: rotate(-45deg);
}
.modalo .content-wrapper .close:after {
  transform: rotate(45deg);
}
.modalo .content-wrapper .close:hover {

}
.modalo .content-wrapper .close:hover:before, .modalo .content-wrapper .close:hover:after {
  background-color: tomato;
}
.modalo .content-wrapper .modalo-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 0 1.25rem;
}
.modalo .content-wrapper .modalo-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.modalo .content-wrapper .content {
  position: relative;
  display: flex;
width: 100%;
}
input{max-width: 100%;}
table{max-width: 100%;}
.modalo .content-wrapper .content p {
  font-size: 0.875rem;
  line-height: 1.75;
}
.modalo .content-wrapper .modalo-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 1.875rem 0 0;
}
.modalo .content-wrapper .modalo-footer .action {
  position: relative;
  margin-left: 0.625rem;
  padding: 0.625rem 1.25rem;
  border: none;
  background-color: slategray;
  border-radius: 0.25rem;
  color: white;
  font-size: 0.87rem;
  font-weight: 300;
  overflow: hidden;
  z-index: 1;
}
.modalo .content-wrapper .modalo-footer .action:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 0.25s;
  z-index: 0;
}
.modalo .content-wrapper .modalo-footer .action:first-child {
  background-color: #2ecc71;
}
.modalo .content-wrapper .modalo-footer .action:last-child {
  background-color: #e74c3c;
}
.modalo .content-wrapper .modalo-footer .action:hover:before {
  width: 100%;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1301px) {
    .browsing{display: block !important}
}
@media only screen and (max-width: 1400px) {
    
}

@media only screen and (max-width: 1300px) {
.browsecontent{width: 100%; padding-bottom: 0; margin-bottom: 20px;}
    .browsebutton{display: block;}
    .browsetoggle{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
    .browseh{ }
    .browseplus{font-size: 42px; font-weight: 300; line-height: 22px; display: block;}
    .browsing{display: none;border-bottom: 1px solid #C48C54; }

.maincontent{width: 100%;}
    /*
.eachbook{width: 300px; height: auto;}
.eachbookcover{position: relative; display: block; width: 300px;}
.eachbook{width: 100%; background: rgba(255,255,255,0.7) !important; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bookdetails{width: calc(100% - 300px); opacity: 1; min-height: 100px; background: rgba(255,255,255,0);}*/
.homebooks{grid-template-columns: 1fr 1fr 1fr;}
}
@media only screen and (max-width: 1000px) {
    .homebooks{grid-template-columns: 1fr 1fr;}
.eb1{order: 2;}
.eb2{order: 3;}
.eb3{order: 1;}
.eb4{order: 4;}
.eb5{order: 5;}
.eb6{order: 6;}
    .textlogo{font-size: 52px; font-weight: 600; color: var(--main); width: 100%; text-align: center; margin-bottom: 20px;}
.textlogo span{font-weight: 200;}
.imagelogo{width: 100% ;position: relative; opacity: 1; margin: 0 auto; max-width: 500px;}
    .navbasket{display: flex; justify-content: center;}
    
    .collectionbooks{grid-template-columns: 1fr 1fr;}
    

}
@media only screen and (max-width: 800px) {
    /*
.bookdetails{width: 100%;}
    .eachbookcover{float: left; margin: 0 20px 20px 0; width: 100px; display: none;}
    .bookdetails{width: calc(100% - 120px); width: 100%;}
    .popuptitle{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
    .weebookcover{display: block; width: 100px;}
    .booktitle{width:calc(100% - 120px);}*/
      .homebooks{grid-template-columns: 1fr;}
      .collectionbooks{grid-template-columns: 1fr;}
    .navlink{padding: 10px 12px;transition:all 0.4s ease;}
.navlink a{color: #fff; font-weight: 400; font-size: 13px; text-transform: uppercase; letter-spacing:1px;}
    .

    .basket{position: fixed; bottom: 0; left: 0; width: 100%; padding: 10px 20px; background: #fcf1ba; background: rgba(252, 241, 186, 0.9); border-top: 1px solid #C48C54; z-index: 100000;}
    
    .credits{padding-bottom: 20px;}
    .eachordertitle{width: 100%; margin-bottom: 20px;}
    .bookimagesplit{width: 200px;}
    .bookdetailssplit{width: calc(100% - 220px);}
    .bookh1{font-size: 18px;}
    .halfsplit{width: 100%;}
    .selectsplit{margin-bottom: 20px;}
    .eachordertitle{width: 100%;}
    .eachordertitle h4{font-size: 15px;}
    .eachordertitleimage h4{font-size: 15px;}
    .eachordertitleimage{width: calc(100% - 140px);}
    .eachorderimage{width: 120px; padding-bottom:0;}
    .eachorderpaypal{width: 100%;}
    .eachorders{align-items: flex-start;}
    .checkoutimage{display: none;}
    .checkoutdesc{width: calc(100% - 200px);}
    .checkoutquantity{width:40px;}
    .checkoutprice{width:40px;}
    .checkouttotal{width:80px;}
    .cartimage{display: none;}
    .cartremove{width: 40px;}
    .cartdescription{width:calc(100% - 140px);}
    .checkouttitle{font-size: 12px;}
    .checkhead span{display: none;}
    .cartquantity{width: 80px; display: none;}
    .quantity-input{max-width: 100%;}
    .thebutton{width: 100%;}
    .opbox{width: 100%; margin-bottom: 10px; display: block;}
    .footercard{width: 100%; position: relative;}
.footerbirds{width: 200px; position: absolute; bottom: -28px; right: 0px;}
.searchlist{grid-template-columns: 1fr;}
    .paginatedtop{grid-column: 1 / 2;}
    .searchfooter{grid-column: 1 / 2;}
    .searchgrid{grid-template-columns: 1fr 1fr;}
    .intermediatesearchgrid{grid-template-columns: 1fr 1fr;}
    .simthird{width: 50%;}
.simhalf{width: 100%;}
.simfull{width: 100%;}
    .headq{display: none;}
        .thebookgallery{width: 35%;}
.thebookdetails{width: 100%; padding-bottom: 40px;}
    .thebooktitle{font-size: 1.25em;}
    .thebookcontacttext{width: 100%; }
.thebookform{width: 100%;}
}
@media only screen and (max-width: 540px) {

    .bookimagesplit{width: 100%; margin-bottom: 40px; max-width: 200px;}
    .bookimagesplit img{width: 100%;}
    .bookdetailssplit{width: calc(100%);}
    .navlink{padding: 10px 12px;font-size: 14px; letter-spacing:0.5px;}
    .searchgrid{grid-template-columns: 1fr;}
    .intermediatesearchgrid{grid-template-columns: 1fr;}
    .simthird{width: 100%;}
.simhalf{width: 100%;}
.simfull{width: 100%;}
}

.hidden{display:none!important}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}