body {
	padding-top: 115px;
}

main {
    min-height: calc(80vh);
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.bg-dark {
	background-color: #665d5b !important;
}

#q::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.7);
    opacity: 0.7; /* Firefox */
}

#q:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.7);
}

#q::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,0.7);
}
.subnav-main {
    padding:8px 0;
    box-shadow: 0px 2px 6px #ccc;
    position:relative;
    font-size:0.85em;
    background: #e6e4d5;
}
.carousel-item {
    padding:10px 0;
}

.book_subtitle {
    color: #054A91;
}

.book_subtitle2 {
    color: #FFFFFF;
    background: #6CA6C1;
    padding:3px 12px;
    border-radius: 12px;
    width: auto;
    display: inline-block;
    font-size: 0.8em;
}

.book_subtitle3 {
    color: #FFFFFF;
    background: #48565b;
    padding:3px 12px;
    border-radius: 12px;
    width: auto;
    display: inline-block;
    font-size: 0.8em;
}

.book_featured_label {
    color: #6CA6C1 !important;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}

.book_carousel_title a {
    color: #000000 !important;
}

.carousel-div {
    /* background: url('/img/slider-bg.png'); */
    /* height:270px; */
    width:100%;
    background-size:cover;
    background-position: center;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236CA6C1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236CA6C1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
    background-color: #999;
    background-color: rgba(70, 70, 70, 0.25);
  }
  
  .carousel-indicators .active {
    background-color: #444;
  }

.subnav a {
    color: #000000 !important;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

footer {
    padding:40px;
    background-color: #343434;
    color: #ffffff;
}

footer a {
    color: #ffffff !important;
}

/* Extra small devices (portrait phones, less than 576px) */
.book_box {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:20px;
}

.book_box .book_author {
    font-size: 0.7rem;
    color: #666666;
}
.book_box .book_price {
    color: #1eb4b8;
}

a.book_box:hover {
    text-decoration: none !important;
    box-shadow: 0px 0px 4px #ccc;
}

a.book_box .book_title {
    color: #000000 !important
}

.book_cover_placeholder {
    width:100%;
    height:230px;
    background-size: cover !important;
    box-shadow: 0px 4px 10px #cccccc;
    margin-bottom: 10px;
    background-position: center !important;
}

.light-title {
    color: #6CA6C1;
    font-weight: lighter;
}

.smaller-font {
    font-size: 0.85em;
}

.light-description {
    color: #909090;
}
.uppermenuitem {
    padding: 10px;
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .book_cover_placeholder {
        height:220px;
    }    
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .book_cover_placeholder {
        height:300px;
    }    
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .book_cover_placeholder {
        height:300px;
    }
    .cartmenuitem {
        padding-right: 0;
    }
    #searchform {
        width: 45%;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .book_cover_placeholder {
        height:350px;
    }

    #searchform {
        width: 55%;
    }
    
 }

.navicon {
    width:14px;
    margin-right: 2px;
    top: -2px;
    position: relative;
}

.pricebox {
    background: #F2F2F2;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.pricebox .price {
    font-size: 1.5em;
}

.addtofavbox {
    background: #f7f7f7;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.addtofavbox img {
    height: 20px;
    position: relative;
    top:-2px;
}

.shopping-cart {
    margin: 0px 0px 10px;
    float: right;
    background: white;
    width: 320px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    max-height: calc(60vh);
    overflow-y: scroll;
  }
  .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
  }
  .shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
  }
  .shopping-cart-items {
    padding-top: 20px;
  }
 .shopping-cart-items div {
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
  }

  .shopping-cart-items div:last-child {
    margin-bottom: 0px;
    border: 0;
  } 

 .shopping-cart-items img {
    float: left;
    margin-right: 12px;
  }
 .shopping-cart-items .item-name {
    display: block;
  }
 .shopping-cart-items .item-price {
    color: #1eb4b8;
    margin-right: 8px;
  }
 .shopping-cart-items .item-quantity {
    color: #abb0be;
  }

  .shopping-cart-items .item-delete, .shopping-cart-items .item-delete a {
    color: #b81e51;
  }
  
  .shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
  }
  
  .cart-icon {
    color: #515783;
    margin-right: 7px;
    float: left;
    font-size:20px;
  }

  .dropdown-menu.cartmenu {
      right: 0;
      left: auto;
  }

  .cartbadge {
    background-color: #2c2f28;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;

  }

  .emptycart {
      text-align: center;
  }

  .navbar-nav .nav-item > a {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 0.8rem;
      text-align: center;
      display: block;
  }

  .navbar-nav .nav-item a img {
    height: 18px;
    top: -1;
    position: relative;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.addtocart_button, .addtocart_braille_button {
    width: 100%;
    display: block;
    background-color: #1eb4b8;
    border-color: #1eb4b8;
}

.addtocart_button img, .addtocart_braille_button img {
    width: 18px;
    position: relative;
    top: -2px;
}



.addtofav_button {
    width: 100%;
    display: block;
    background-color: #053260;
    border-color: #053260;
    font-size: 0.8rem;
}


.addbottom {
    margin-bottom: 30px;
}

.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
    width: 70px;
    height: 70px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.shoppingcart_loading {
    text-align: center;
}

.cartbuttons .btn {
    font-size: 0.8rem
}

.addtocart_plus, .addtocart_braille_plus, .addtocart_minus, .addtocart_braille_minus {
    cursor: pointer;
}

.totalbooks_price {
    font-size: 2rem;
    color: #6394f8;
    font-weight: light;
}

.order_finalprice {
    font-weight: bolder;
}

.order_pricebox {
    background: #F2F2F2;
    padding: 30px;
    text-transform: uppercase;
}

.finalorder_pricebox {
    border: 1px solid #000;
    background: #F2F2F2;
    padding: 30px;
    text-transform: uppercase;
}

.searchinput {
    background: rgba(255,255,255,0.15);
    border:0;
    border-radius:5px;
    padding:8px 15px;
    color:#FFFFFF;
    display:inline-block;
    width: 90%;
}

.searchbutton {
    background: rgba(255,255,255,0.15);
    border:0;
    border-radius:5px;
    padding:8px 18px;
    color:#FFFFFF; 
    width:15px;
    display:inline-block;
}

.topnavicon_first {
    width: 18px;
    margin-right: 4px;
    top: -2px;
    position: relative;
}

.topnavicon_second {
    width: 18px;
    margin-left: 4px;
    top: -2px;
    position: relative;
}
@media only screen and (max-width: 992px) {
    #searchform {
        width: 100%;
    }
    .searchinput {
        width: 100%;
    }
    .uppermenuitem {
        width:100%;
        display: inline-block;
    }

    .topcols {
        padding: 0;
    }
}

.old_price {
    text-decoration: line-through;
    color: #b81e51
}

.btn-default {
    background: #f1f1f1;
    border: 1px solid;
    font-size: 0.75rem;
}

.cat-info {
    font-size: 0.85rem;
    color: #999;
}
  
.pointTop a {
    color: #FFFFFF;
}

.advancedSearchHeader {
    font-size: 0.9rem;
}

.advancedSearchHeader a {
    color: #FFFFFF;
}

.inStockText {
    color: green;
    font-weight: bold;
    font-size: 0.8em;
}

.outOfStockText {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
}

.strike-container {
display: flex;
align-items: center;
gap: 10px;
}

.line {
flex: 1;
height: 1px;
background-color: #000;
}

.word {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
  