/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C48C54;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   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: #880404;}
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: #880404; font-weight: 600; text-transform: uppercase; letter-spacing:1px;}
p{margin: 0 0 10px 0;}
strong{ color: #880404;}
img{max-width: 100%;}
.darkred{color: #880404;}
.umber{color: #645444;}
.buff{color: #F4DC84;}
.peru{color: #C48C54;}
.lighter{color: #FDF6D1;}


body{background: #fff url(../img/white_wall.png); background: #C48C54;}
.container{width: 100%; max-width: 1920px; margin: 0 auto;  min-height: 1000px; background: #FDF6D1; font-family:'Raleway', sans-serif;}
.inner{width: 90%; max-width: 1300px; margin: 0 auto;}
.innerheader{padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.textlogo{width: 340px;}
.imagelogo{width: 56px;}

.navband{width: 100%; padding: 0; background: #645444; }
.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: 10px 20px;transition:all 0.4s ease; background: #6d5c4a; color: #fff; font-weight: 400; font-size: 15px; text-transform: uppercase; letter-spacing:1px;}
.current{background: #000}
.navlink:hover{background: #880404}
.basketlink{color: #fff; font-weight: 400; font-size: 15px;padding: 10px 20px;transition:all 0.4s ease; background: #6d5c4a;}
.basketlink:hover{background: #000}

.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: #000; font-size: 14px; display: block; font-weight: 500;}
.eachbrowsemarker{position: absolute; top: 0; left: -10px; width: 3px; height: 100%; background: #880404; opacity: 0;transition:all 0.4s ease;}


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

.browsebutton{ display: none;}
.browsetoggle{border-bottom: 1px solid #C48C54; padding-bottom: 15px; margin-bottom: 25px; display: flex; justify-content: space-between; align-items: center; pointer-events: none;}
.browseh{margin: 0;}
.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%;}
.eachbookcover img{width: 100%; height: 100%; object-fit: cover;}


.homebooks{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 6px;}
.eachbook{width: 320px; height: 454px; margin-bottom: 30px; background: rgba(255,255,255,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;}
.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.95); opacity:0;transition: all 0.3s ease; padding: 20px 20px 60px; position: relative; min-height: 100%;}
.eachbook:hover .bookdetails{opacity: 1;}
.bookdetails p{color: #880404;}
.booklink{position: absolute; bottom: 0; right: 0; padding: 10px 20px; background:#880404; color: #fff; width: 100%; text-transform: uppercase; letter-spacing: 1px; color: #FDF6D1; font-size: 12px;}
.booklink:hover{color: #FDF6D1; background: #000;}
.popuptitle{margin-bottom: 5px;}
.popupauthor{font-size: 14px;}
/*.popupquote{font-style: italic; font-size: 12px;}*/
.popupquote{font-size: 13px;}
.popupquoter{font-size: 12px; display: block; font-style: normal;}
.popupprice{font-weight: 600;}
.popuppaypal{width: auto;}


.weebookcover{display: none;}

.footer{width: 100%; background: #4C4034; color: #fff;}
.innerfooter{padding: 40px 0; }
.footerlogo{width: 300px; margin-bottom: 20px;}
.footsocial{padding: 15px 0; display: flex;}
.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: 12px; padding: 0;}
.footnav{font-size: 14px;}
.footnav span{margin: 0 5px 0 10px;}
.footnav a{text-transform: uppercase; letter-spacing: 1px; color: #FDF6D1;}
.footnav a.footcurrent{color: #fff;}
.footlink i{margin-right: 15px;}
.footlink{color: #FDF6D1;}
.upperfooter{display: flex; justify-content: space-between; flex-wrap: wrap;}
.footercard{width: 80px;}
.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;}
*/



.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);}

.smallprint{font-size: 12px !important;}
.smallprint p{font-size: 12px !important; line-height: 20px;}
/* ==========================================================================
   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; }
.smallprint{font-size: 12px;}
.reviewline{width: 20%; display: block; height: 1px; background:#880404; margin: 20px 0 20px;}
.searchtitle{font-size:0px; width:0px; height:0px; overflow:hidden;}
/* ==========================================================================
   SEARCH
   ========================================================================== */
.halfsplit{width: 49%;}
.searchselect{width: 100%; padding: 9px 5px; font-family:'Raleway', sans-serif;background: #fcf1ba;border: 1px solid transparent; font-size: 14px; margin: 0;}
.searchselect:focus{outline: 1px solid #880404;}
.searchselect option{padding: 5px;}

/* ==========================================================================
   FORM
   ========================================================================== */

.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 20px; background: rgba(252,241,186,0.8); /*-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15);*/}
.halfinput{width:  49%;}
.fullinput{width: 100%;}
.theform label{font-size: 12px;}
.textinput{width: 100%; border:1px solid #f9f9f9; padding: 10px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 20px;}
.textinput:focus{outline: 2px solid #880404;}
.submitbutton{width: 100%; border:1px solid #4C4034; border-radius: 2px; color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 0; text-transform: uppercase; letter-spacing: 1px; background: #4C4034;}
.submitbutton:hover{background: #000; }
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: 19px;}
/* ==========================================================================
   LINKS
   ========================================================================== */

.eachuseful{width:100%; background:#fcf1ba;; padding:20px 20px 40px 20px; margin-bottom:20px; position:relative;}
.usefullink{position:absolute; bottom:0; right:0; padding:10px; background: #FDF6D1; color: #1a1a1a; text-transform: uppercase; font-size: 14px; font-weight: 800;}
.usefullink:hover{background: #880404; color: #fff;}
.smallchevron{font-size:0.7rem;}
.linkfolderh4{width:100%; border-bottom:0px solid #ccc;}
.sitemapul{list-style-type: none;}
.sitemapul li{margin-bottom:5px; background:#fcf1ba;; padding: 10px 10px 10px 20px;}
.sitemapul li ul li{margin-bottom:0px; background:none;padding: 10px 10px 10px 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:right;}
.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(252,241,186,0.2);}
.eachcheckoutproduct:nth-child(even) {background: rgba(252,241,186,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(252,241,186,0.2);}
.eachcartproduct:nth-child(even) {background: rgba(252,241,186,0.8);}

.checkouthead{background: #fcf1ba; 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:80px; }
.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(252,241,186,0.6); 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: rgba(252,241,186,1); border-top: 1px solid #C48C54; padding: 20px 10px;}
.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: #4C4034; padding: 10px 15px; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 12px; border: none; cursor: pointer; border-radius: 10px;}
.thebutton:hover {background: #222222;}
/*
.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; }
/* ==========================================================================
   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;}

/* ==========================================================================
   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) {
    .eachbook{width: 290px; height: 411px;}
}

@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; pointer-events: all; cursor: grab}
    .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);}
}

@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);}
    .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;}
    .footercard{width: 60px;}.footerlogo{width: 200px; margin-bottom: 20px;}
    .textlogo{width: 300px;}
.imagelogo{width: 40px;}
    .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;}
    .basketlink{color: #880404; background: transparent;}
    .basketlink:hover{background: transparent;}
    .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% - 140px);}
    .checkoutquantity{width:40px;}
    .checkoutprice{width:40px;}
    .checkouttotal{width:40px;}
    .cartimage{display: none;}
    .cartremove{width: 40px; display: none;}
    .cartdescription{width:calc(100% - 140px);}
    .checkouttitle{font-size: 12px;}
    .checkhead span{display: none;}
    .cartquantity{width: 80px;}
    .quantity-input{max-width: 100%;}
    .thebutton{width: 100%;}
    .opbox{width: 100%; margin-bottom: 10px; display: block;}
    

}
@media only screen and (max-width: 540px) {
.textlogo{width: 200px;}
.imagelogo{width: 40px;}
    .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;}
    
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
